md-components-mdigial-azamat 0.0.31 → 0.0.32
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 +1 -1
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/ContentCardList/ContentCardList.js +1 -1
- package/dist/ContentCardList/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBright/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/index.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- 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/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/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/Types/FiledTypes.js +1 -1
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/index.js +1 -1
- package/dist/{componentsMap-e93c90e1.js → componentsMap-71c9335f.js} +1 -1
- package/dist/{index-186a975e.js → index-92f77047.js} +328 -327
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -1,35 +1,36 @@
|
|
|
1
1
|
import { jsxs as x, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import "./ConfigProvider/index.js";
|
|
3
|
-
import { FieldTypes as b } from "./Types/FiledTypes.js";
|
|
3
|
+
import { DataTypesEnum as _i, FieldTypes as b } from "./Types/FiledTypes.js";
|
|
4
4
|
import * as pt from "react";
|
|
5
|
-
import W, { forwardRef as Ct, useState as
|
|
5
|
+
import W, { forwardRef as Ct, useState as ki } from "react";
|
|
6
6
|
import { c as y, a as X } from "./cn-d8c04b28.js";
|
|
7
7
|
import { C as V } from "./ComponentContainer-0fcc2695.js";
|
|
8
8
|
import { I as $ } from "./index-60dfa873.js";
|
|
9
|
-
import { Segments as
|
|
10
|
-
import { VideoFull as
|
|
11
|
-
import { VideoList as
|
|
12
|
-
import { VideoListMini as
|
|
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
13
|
import { HtmlContent as Ze } from "./HtmlContent/HtmlContent.js";
|
|
14
|
-
import { S as Be, F as
|
|
15
|
-
import { Partners as
|
|
16
|
-
import { CardImage as
|
|
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
17
|
import { CardImageVariant as mt } from "./Cards/CardImage/types.js";
|
|
18
|
-
import { Collapse as
|
|
19
|
-
import { InstructionCard as
|
|
18
|
+
import { Collapse as Di } from "./Faq/components/Collapse/Collapse.js";
|
|
19
|
+
import { InstructionCard as Ti } from "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
20
20
|
import "./HeroPossibilityBanner/index.js";
|
|
21
|
-
import { PartnersColors as
|
|
22
|
-
import { W as
|
|
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
23
|
import "./Cards/ColoredCard/index.js";
|
|
24
24
|
import Si from "./AnimatedSwiper/index.js";
|
|
25
25
|
import { u as Ne } from "./useScreenSize-c1b64c02.js";
|
|
26
|
-
import { PromoPoster as
|
|
27
|
-
import { Space as
|
|
28
|
-
import { CardMarkedRow as
|
|
29
|
-
import { SwiperList as
|
|
30
|
-
import { TasksBannerList as
|
|
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
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
32
|
const _e = {
|
|
33
|
+
dataType: _i.button,
|
|
33
34
|
type: "button",
|
|
34
35
|
size: Y,
|
|
35
36
|
variant: B,
|
|
@@ -92,7 +93,7 @@ const _e = {
|
|
|
92
93
|
}
|
|
93
94
|
);
|
|
94
95
|
I.displayName = "AppButton";
|
|
95
|
-
const
|
|
96
|
+
const Oi = {
|
|
96
97
|
type: "qr",
|
|
97
98
|
label: "QR Блок",
|
|
98
99
|
dataType: "object",
|
|
@@ -105,14 +106,14 @@ const Pi = {
|
|
|
105
106
|
button: _e
|
|
106
107
|
}
|
|
107
108
|
}
|
|
108
|
-
},
|
|
109
|
+
}, Ri = [
|
|
109
110
|
"bg_image",
|
|
110
111
|
"image",
|
|
111
112
|
"title",
|
|
112
113
|
"text_color",
|
|
113
114
|
"description",
|
|
114
115
|
Lt,
|
|
115
|
-
|
|
116
|
+
Oi
|
|
116
117
|
], Dt = ({
|
|
117
118
|
bg_image: e,
|
|
118
119
|
image: t,
|
|
@@ -234,8 +235,8 @@ const Pi = {
|
|
|
234
235
|
}
|
|
235
236
|
) });
|
|
236
237
|
};
|
|
237
|
-
Dt.propsToEdit =
|
|
238
|
-
const
|
|
238
|
+
Dt.propsToEdit = Ri;
|
|
239
|
+
const qi = {
|
|
239
240
|
type: "banner_card",
|
|
240
241
|
label: "Баннер карточка",
|
|
241
242
|
dataType: "object",
|
|
@@ -244,7 +245,7 @@ const Ri = {
|
|
|
244
245
|
image: b.FILE
|
|
245
246
|
}
|
|
246
247
|
}
|
|
247
|
-
},
|
|
248
|
+
}, $i = {
|
|
248
249
|
type: "banner_card",
|
|
249
250
|
label: "Текстовая карточка",
|
|
250
251
|
dataType: "object",
|
|
@@ -255,7 +256,7 @@ const Ri = {
|
|
|
255
256
|
color_text: b.COLOR
|
|
256
257
|
}
|
|
257
258
|
}
|
|
258
|
-
},
|
|
259
|
+
}, ji = [qi, $i, "turnover"], Tt = ({
|
|
259
260
|
banner_card: e,
|
|
260
261
|
text_card: t,
|
|
261
262
|
is_banner_first: i
|
|
@@ -284,8 +285,8 @@ const Ri = {
|
|
|
284
285
|
}
|
|
285
286
|
)
|
|
286
287
|
] }) });
|
|
287
|
-
Tt.propsToEdit =
|
|
288
|
-
const
|
|
288
|
+
Tt.propsToEdit = ji;
|
|
289
|
+
const Hi = {
|
|
289
290
|
type: "data",
|
|
290
291
|
label: "Шаги",
|
|
291
292
|
dataType: "array",
|
|
@@ -293,7 +294,7 @@ const ji = {
|
|
|
293
294
|
text: b.DESCRIPTION,
|
|
294
295
|
icon: b.FILE
|
|
295
296
|
}
|
|
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: [
|
|
297
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 }),
|
|
298
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) => {
|
|
299
300
|
const s = n + 1;
|
|
@@ -327,8 +328,8 @@ const ji = {
|
|
|
327
328
|
n
|
|
328
329
|
)) })
|
|
329
330
|
] }) });
|
|
330
|
-
Bt.propsToEdit =
|
|
331
|
-
const
|
|
331
|
+
Bt.propsToEdit = Ui;
|
|
332
|
+
const Gi = ["data"], Et = ({ data: e }) => {
|
|
332
333
|
var t;
|
|
333
334
|
return /* @__PURE__ */ x("div", { className: "rounded-[20px] overflow-hidden", children: [
|
|
334
335
|
/* @__PURE__ */ r(
|
|
@@ -359,8 +360,8 @@ const Ui = ["data"], St = ({ data: e }) => {
|
|
|
359
360
|
] })
|
|
360
361
|
] });
|
|
361
362
|
};
|
|
362
|
-
|
|
363
|
-
const
|
|
363
|
+
Et.propsToEdit = Gi;
|
|
364
|
+
const Zi = {
|
|
364
365
|
type: "cards",
|
|
365
366
|
label: "Карточки",
|
|
366
367
|
dataType: "array",
|
|
@@ -370,7 +371,7 @@ const Gi = {
|
|
|
370
371
|
description: b.DESCRIPTION,
|
|
371
372
|
button: _e
|
|
372
373
|
}
|
|
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: [
|
|
374
375
|
e && /* @__PURE__ */ r(
|
|
375
376
|
"p",
|
|
376
377
|
{
|
|
@@ -380,15 +381,15 @@ const Gi = {
|
|
|
380
381
|
}
|
|
381
382
|
),
|
|
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(
|
|
383
|
-
|
|
384
|
+
Et,
|
|
384
385
|
{
|
|
385
386
|
data: i
|
|
386
387
|
},
|
|
387
388
|
i.id
|
|
388
389
|
)) })
|
|
389
390
|
] }) });
|
|
390
|
-
|
|
391
|
-
const
|
|
391
|
+
St.propsToEdit = zi;
|
|
392
|
+
const Wi = {
|
|
392
393
|
type: "cards",
|
|
393
394
|
label: "Карточки",
|
|
394
395
|
dataType: "array",
|
|
@@ -399,11 +400,11 @@ const zi = {
|
|
|
399
400
|
is_black: b.BOOLEAN,
|
|
400
401
|
variant: b.VARIANT
|
|
401
402
|
}
|
|
402
|
-
},
|
|
403
|
+
}, Qi = {
|
|
403
404
|
type: "multiHasText",
|
|
404
405
|
label: "Множественные текстовые карточки",
|
|
405
406
|
dataType: "boolean"
|
|
406
|
-
},
|
|
407
|
+
}, Ji = [Wi, "title", "size", "turnover", Qi], ze = ({
|
|
407
408
|
cards: e,
|
|
408
409
|
title: t,
|
|
409
410
|
size: i = Be.SMALL,
|
|
@@ -443,7 +444,7 @@ const zi = {
|
|
|
443
444
|
{
|
|
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"}`,
|
|
445
446
|
children: e == null ? void 0 : e.map((d, p) => /* @__PURE__ */ r(
|
|
446
|
-
|
|
447
|
+
Ni,
|
|
447
448
|
{
|
|
448
449
|
data: d,
|
|
449
450
|
size: i,
|
|
@@ -462,15 +463,15 @@ const zi = {
|
|
|
462
463
|
}
|
|
463
464
|
) });
|
|
464
465
|
};
|
|
465
|
-
ze.propsToEdit =
|
|
466
|
-
const
|
|
466
|
+
ze.propsToEdit = Ji;
|
|
467
|
+
const Xi = {
|
|
467
468
|
type: "banner_card",
|
|
468
469
|
label: "Баннер карточка",
|
|
469
470
|
dataType: "object",
|
|
470
471
|
data: {
|
|
471
472
|
image: b.FILE
|
|
472
473
|
}
|
|
473
|
-
},
|
|
474
|
+
}, Yi = {
|
|
474
475
|
type: "cards",
|
|
475
476
|
label: "Карточки функций",
|
|
476
477
|
dataType: "array",
|
|
@@ -479,7 +480,7 @@ const Ji = {
|
|
|
479
480
|
description: b.DESCRIPTION,
|
|
480
481
|
icon: b.FILE
|
|
481
482
|
}
|
|
482
|
-
},
|
|
483
|
+
}, Ki = {
|
|
483
484
|
type: "text_card",
|
|
484
485
|
label: "Текстовая карточка",
|
|
485
486
|
dataType: "object",
|
|
@@ -488,21 +489,21 @@ const Ji = {
|
|
|
488
489
|
description: b.DESCRIPTION,
|
|
489
490
|
color_text: b.COLOR
|
|
490
491
|
}
|
|
491
|
-
},
|
|
492
|
+
}, ea = {
|
|
492
493
|
type: "is_cards_first",
|
|
493
494
|
label: "Первая карточка",
|
|
494
495
|
dataType: "boolean"
|
|
495
|
-
},
|
|
496
|
+
}, ta = {
|
|
496
497
|
type: "is_banner_first",
|
|
497
498
|
label: "Первая карточка",
|
|
498
499
|
dataType: "boolean"
|
|
499
|
-
},
|
|
500
|
+
}, ia = [
|
|
500
501
|
"title",
|
|
501
|
-
Ji,
|
|
502
502
|
Xi,
|
|
503
503
|
Yi,
|
|
504
|
-
|
|
505
|
-
|
|
504
|
+
Ki,
|
|
505
|
+
ta,
|
|
506
|
+
ea
|
|
506
507
|
], It = ({
|
|
507
508
|
title: e,
|
|
508
509
|
banner_card: t,
|
|
@@ -544,8 +545,8 @@ const Ji = {
|
|
|
544
545
|
}
|
|
545
546
|
)
|
|
546
547
|
] });
|
|
547
|
-
It.propsToEdit =
|
|
548
|
-
const
|
|
548
|
+
It.propsToEdit = ia;
|
|
549
|
+
const aa = {
|
|
549
550
|
type: "cards",
|
|
550
551
|
dataType: "array",
|
|
551
552
|
label: "Карточки",
|
|
@@ -568,7 +569,7 @@ const ia = {
|
|
|
568
569
|
type: b.VARIANT
|
|
569
570
|
}
|
|
570
571
|
}
|
|
571
|
-
},
|
|
572
|
+
}, la = [aa, "title", "grid", _e], Vt = ({
|
|
572
573
|
cards: e,
|
|
573
574
|
title: t,
|
|
574
575
|
grid: i,
|
|
@@ -590,7 +591,7 @@ const ia = {
|
|
|
590
591
|
"max-tablet:grid-cols-1"
|
|
591
592
|
),
|
|
592
593
|
children: e == null ? void 0 : e.map((n) => /* @__PURE__ */ r(
|
|
593
|
-
|
|
594
|
+
Li,
|
|
594
595
|
{
|
|
595
596
|
data: n
|
|
596
597
|
},
|
|
@@ -610,8 +611,8 @@ const ia = {
|
|
|
610
611
|
s
|
|
611
612
|
)) })
|
|
612
613
|
] }) });
|
|
613
|
-
Vt.propsToEdit =
|
|
614
|
-
const
|
|
614
|
+
Vt.propsToEdit = la;
|
|
615
|
+
const ra = [
|
|
615
616
|
"title",
|
|
616
617
|
"description",
|
|
617
618
|
"image",
|
|
@@ -687,10 +688,10 @@ const la = [
|
|
|
687
688
|
)
|
|
688
689
|
] });
|
|
689
690
|
};
|
|
690
|
-
Mt.propsToEdit =
|
|
691
|
+
Mt.propsToEdit = ra;
|
|
691
692
|
var Ce = (e) => e.type === "checkbox", be = (e) => e instanceof Date, U = (e) => e == null;
|
|
692
693
|
const At = (e) => typeof e == "object";
|
|
693
|
-
var P = (e) => !U(e) && !Array.isArray(e) && At(e) && !be(e),
|
|
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) => {
|
|
694
695
|
const t = e.constructor && e.constructor.prototype;
|
|
695
696
|
return P(t) && t.hasOwnProperty("isPrototypeOf");
|
|
696
697
|
}, We = typeof window < "u" && typeof window.HTMLElement < "u" && typeof document < "u";
|
|
@@ -702,7 +703,7 @@ function j(e) {
|
|
|
702
703
|
else if (e instanceof Set)
|
|
703
704
|
t = new Set(e);
|
|
704
705
|
else if (!(We && (e instanceof Blob || a)) && (i || P(e)))
|
|
705
|
-
if (t = i ? [] : {}, !i && !
|
|
706
|
+
if (t = i ? [] : {}, !i && !ca(e))
|
|
706
707
|
t = e;
|
|
707
708
|
else
|
|
708
709
|
for (const n in e)
|
|
@@ -716,7 +717,7 @@ var Ae = (e) => /^\w*$/.test(e), O = (e) => e === void 0, Qe = (e) => Array.isAr
|
|
|
716
717
|
return i;
|
|
717
718
|
const a = (Ae(t) ? [t] : Je(t)).reduce((n, s) => U(n) ? n : n[s], e);
|
|
718
719
|
return O(a) || a === e ? O(e[t]) ? i : e[t] : a;
|
|
719
|
-
}, le = (e) => typeof e == "boolean",
|
|
720
|
+
}, le = (e) => typeof e == "boolean", S = (e, t, i) => {
|
|
720
721
|
let a = -1;
|
|
721
722
|
const n = Ae(t) ? [t] : Je(t), s = n.length, d = s - 1;
|
|
722
723
|
for (; ++a < s; ) {
|
|
@@ -751,11 +752,11 @@ const ut = {
|
|
|
751
752
|
validate: "validate"
|
|
752
753
|
}, Pt = W.createContext(null);
|
|
753
754
|
Pt.displayName = "HookFormContext";
|
|
754
|
-
const
|
|
755
|
+
const da = (e) => {
|
|
755
756
|
const { children: t, ...i } = e;
|
|
756
757
|
return W.createElement(Pt.Provider, { value: i }, t);
|
|
757
758
|
};
|
|
758
|
-
var
|
|
759
|
+
var pa = (e, t, i, a = !0) => {
|
|
759
760
|
const n = {
|
|
760
761
|
defaultValues: t._defaultValues
|
|
761
762
|
};
|
|
@@ -768,8 +769,8 @@ var da = (e, t, i, a = !0) => {
|
|
|
768
769
|
});
|
|
769
770
|
return n;
|
|
770
771
|
};
|
|
771
|
-
const
|
|
772
|
-
var re = (e) => typeof e == "string",
|
|
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 ? {
|
|
773
774
|
...i[e],
|
|
774
775
|
types: {
|
|
775
776
|
...i[e] && i[e].types ? i[e].types : {},
|
|
@@ -820,23 +821,23 @@ var Z = (e) => P(e) && !Object.keys(e).length, Xe = (e) => e.type === "file", ee
|
|
|
820
821
|
return !1;
|
|
821
822
|
const t = e ? e.ownerDocument : 0;
|
|
822
823
|
return e instanceof (t && t.defaultView ? t.defaultView.HTMLElement : HTMLElement);
|
|
823
|
-
}, Ot = (e) => e.type === "select-multiple", Ye = (e) => e.type === "radio",
|
|
824
|
-
function
|
|
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) {
|
|
825
826
|
const i = t.slice(0, -1).length;
|
|
826
827
|
let a = 0;
|
|
827
828
|
for (; a < i; )
|
|
828
829
|
e = O(e) ? a++ : e[t[a++]];
|
|
829
830
|
return e;
|
|
830
831
|
}
|
|
831
|
-
function
|
|
832
|
+
function fa(e) {
|
|
832
833
|
for (const t in e)
|
|
833
834
|
if (e.hasOwnProperty(t) && !O(e[t]))
|
|
834
835
|
return !1;
|
|
835
836
|
return !0;
|
|
836
837
|
}
|
|
837
838
|
function q(e, t) {
|
|
838
|
-
const i = Array.isArray(t) ? t : Ae(t) ? [t] : Je(t), a = i.length === 1 ? e :
|
|
839
|
-
return a && delete a[s], n !== 0 && (P(a) && Z(a) || Array.isArray(a) &&
|
|
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;
|
|
840
841
|
}
|
|
841
842
|
var Rt = (e) => {
|
|
842
843
|
for (const t in e)
|
|
@@ -888,11 +889,11 @@ function ht(e) {
|
|
|
888
889
|
const t = e.ref;
|
|
889
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);
|
|
890
891
|
}
|
|
891
|
-
var
|
|
892
|
+
var ha = (e, t, i, a) => {
|
|
892
893
|
const n = {};
|
|
893
894
|
for (const s of e) {
|
|
894
895
|
const d = f(t, s);
|
|
895
|
-
d &&
|
|
896
|
+
d && S(n, s, d._f);
|
|
896
897
|
}
|
|
897
898
|
return {
|
|
898
899
|
criteriaMode: i,
|
|
@@ -908,7 +909,7 @@ var fa = (e, t, i, a) => {
|
|
|
908
909
|
isOnTouch: e === K.onTouched
|
|
909
910
|
});
|
|
910
911
|
const kt = "AsyncFunction";
|
|
911
|
-
var
|
|
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))));
|
|
912
913
|
const Fe = (e, t, i, a) => {
|
|
913
914
|
for (const n of i || Object.keys(e)) {
|
|
914
915
|
const s = f(e, n);
|
|
@@ -954,19 +955,19 @@ function wt(e, t, i) {
|
|
|
954
955
|
name: i
|
|
955
956
|
};
|
|
956
957
|
}
|
|
957
|
-
var
|
|
958
|
+
var ya = (e, t, i, a) => {
|
|
958
959
|
i(e);
|
|
959
960
|
const { name: n, ...s } = e;
|
|
960
961
|
return Z(s) || Object.keys(s).length >= Object.keys(t).length || Object.keys(s).find((d) => t[d] === (!a || K.all));
|
|
961
|
-
},
|
|
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) => {
|
|
962
963
|
const a = ve(f(e, i));
|
|
963
|
-
return
|
|
964
|
-
},
|
|
964
|
+
return S(a, "root", t[i]), S(e, i, a), e;
|
|
965
|
+
}, Se = (e) => re(e);
|
|
965
966
|
function vt(e, t, i = "validate") {
|
|
966
|
-
if (
|
|
967
|
+
if (Se(e) || Array.isArray(e) && e.every(Se) || le(e) && !e)
|
|
967
968
|
return {
|
|
968
969
|
type: i,
|
|
969
|
-
message:
|
|
970
|
+
message: Se(e) ? e : "",
|
|
970
971
|
ref: t
|
|
971
972
|
};
|
|
972
973
|
}
|
|
@@ -979,7 +980,7 @@ var he = (e) => P(e) && !Me(e) ? e : {
|
|
|
979
980
|
return {};
|
|
980
981
|
const oe = p ? p[0] : d, te = (N) => {
|
|
981
982
|
n && oe.reportValidity && (oe.setCustomValidity(le(N) ? "" : N || ""), oe.reportValidity());
|
|
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 =
|
|
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) => {
|
|
983
984
|
const ae = N ? T : A;
|
|
984
985
|
R[M] = {
|
|
985
986
|
type: N ? H : G,
|
|
@@ -989,7 +990,7 @@ var he = (e) => P(e) && !Me(e) ? e : {
|
|
|
989
990
|
};
|
|
990
991
|
};
|
|
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)) {
|
|
992
|
-
const { value: N, message: T } =
|
|
993
|
+
const { value: N, message: T } = Se(v) ? { value: !!v, message: v } : he(v);
|
|
993
994
|
if (N && (R[M] = {
|
|
994
995
|
type: ce.required,
|
|
995
996
|
message: T,
|
|
@@ -1054,14 +1055,14 @@ var he = (e) => P(e) && !Me(e) ? e : {
|
|
|
1054
1055
|
}
|
|
1055
1056
|
return te(!0), R;
|
|
1056
1057
|
};
|
|
1057
|
-
const
|
|
1058
|
+
const Ca = {
|
|
1058
1059
|
mode: K.onSubmit,
|
|
1059
1060
|
reValidateMode: K.onChange,
|
|
1060
1061
|
shouldFocusError: !0
|
|
1061
1062
|
};
|
|
1062
|
-
function
|
|
1063
|
+
function La(e = {}) {
|
|
1063
1064
|
let t = {
|
|
1064
|
-
...
|
|
1065
|
+
...Ca,
|
|
1065
1066
|
...e
|
|
1066
1067
|
}, i = {
|
|
1067
1068
|
submitCount: 0,
|
|
@@ -1117,7 +1118,7 @@ function Ca(e = {}) {
|
|
|
1117
1118
|
}
|
|
1118
1119
|
}, de = (l, o) => {
|
|
1119
1120
|
!t.disabled && (F.isValidating || F.validatingFields || _.isValidating || _.validatingFields) && ((l || Array.from(p.mount)).forEach((c) => {
|
|
1120
|
-
c && (o ?
|
|
1121
|
+
c && (o ? S(i.validatingFields, c, o) : q(i.validatingFields, c));
|
|
1121
1122
|
}), k.state.next({
|
|
1122
1123
|
validatingFields: i.validatingFields,
|
|
1123
1124
|
isValidating: !Z(i.validatingFields)
|
|
@@ -1126,15 +1127,15 @@ function Ca(e = {}) {
|
|
|
1126
1127
|
if (g && c && !t.disabled) {
|
|
1127
1128
|
if (d.action = !0, m && Array.isArray(f(a, l))) {
|
|
1128
1129
|
const h = c(f(a, l), g.argA, g.argB);
|
|
1129
|
-
u &&
|
|
1130
|
+
u && S(a, l, h);
|
|
1130
1131
|
}
|
|
1131
1132
|
if (m && Array.isArray(f(i.errors, l))) {
|
|
1132
1133
|
const h = c(f(i.errors, l), g.argA, g.argB);
|
|
1133
|
-
u &&
|
|
1134
|
+
u && S(i.errors, l, h), Fa(i.errors, l);
|
|
1134
1135
|
}
|
|
1135
1136
|
if ((F.touchedFields || _.touchedFields) && m && Array.isArray(f(i.touchedFields, l))) {
|
|
1136
1137
|
const h = c(f(i.touchedFields, l), g.argA, g.argB);
|
|
1137
|
-
u &&
|
|
1138
|
+
u && S(i.touchedFields, l, h);
|
|
1138
1139
|
}
|
|
1139
1140
|
(F.dirtyFields || _.dirtyFields) && (i.dirtyFields = ye(n, s)), k.state.next({
|
|
1140
1141
|
name: l,
|
|
@@ -1144,9 +1145,9 @@ function Ca(e = {}) {
|
|
|
1144
1145
|
isValid: i.isValid
|
|
1145
1146
|
});
|
|
1146
1147
|
} else
|
|
1147
|
-
|
|
1148
|
+
S(s, l, o);
|
|
1148
1149
|
}, C = (l, o) => {
|
|
1149
|
-
|
|
1150
|
+
S(i.errors, l, o), k.state.next({
|
|
1150
1151
|
errors: i.errors
|
|
1151
1152
|
});
|
|
1152
1153
|
}, oe = (l) => {
|
|
@@ -1158,7 +1159,7 @@ function Ca(e = {}) {
|
|
|
1158
1159
|
const u = f(a, l);
|
|
1159
1160
|
if (u) {
|
|
1160
1161
|
const m = f(s, l, O(c) ? f(n, l) : c);
|
|
1161
|
-
O(m) || g && g.defaultChecked || o ?
|
|
1162
|
+
O(m) || g && g.defaultChecked || o ? S(s, l, o ? m : ht(u._f)) : A(l, m), d.mount && M();
|
|
1162
1163
|
}
|
|
1163
1164
|
}, R = (l, o, c, g, u) => {
|
|
1164
1165
|
let m = !1, h = !1;
|
|
@@ -1168,19 +1169,19 @@ function Ca(e = {}) {
|
|
|
1168
1169
|
if (!t.disabled) {
|
|
1169
1170
|
if (!c || g) {
|
|
1170
1171
|
(F.isDirty || _.isDirty) && (h = i.isDirty, i.isDirty = D.isDirty = ie(), m = h !== D.isDirty);
|
|
1171
|
-
const
|
|
1172
|
-
h = !!f(i.dirtyFields, l),
|
|
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;
|
|
1173
1174
|
}
|
|
1174
1175
|
if (c) {
|
|
1175
|
-
const
|
|
1176
|
-
|
|
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);
|
|
1177
1178
|
}
|
|
1178
1179
|
m && u && k.state.next(D);
|
|
1179
1180
|
}
|
|
1180
1181
|
return m ? D : {};
|
|
1181
1182
|
}, Le = (l, o, c, g) => {
|
|
1182
1183
|
const u = f(i.errors, l), m = (F.isValid || _.isValid) && le(o) && i.isValid !== o;
|
|
1183
|
-
if (t.delayError && c ? (v = Q(() => C(l, c)), v(t.delayError)) : (clearTimeout(L), v = null, c ?
|
|
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) {
|
|
1184
1185
|
const h = {
|
|
1185
1186
|
...g,
|
|
1186
1187
|
...m && le(o) ? { isValid: o } : {},
|
|
@@ -1194,14 +1195,14 @@ function Ca(e = {}) {
|
|
|
1194
1195
|
}
|
|
1195
1196
|
}, pe = async (l) => {
|
|
1196
1197
|
de(l, !0);
|
|
1197
|
-
const o = await t.resolver(s, t.context,
|
|
1198
|
+
const o = await t.resolver(s, t.context, ha(l || p.mount, a, t.criteriaMode, t.shouldUseNativeValidation));
|
|
1198
1199
|
return de(l), o;
|
|
1199
1200
|
}, Oe = async (l) => {
|
|
1200
1201
|
const { errors: o } = await pe(l);
|
|
1201
1202
|
if (l)
|
|
1202
1203
|
for (const c of l) {
|
|
1203
1204
|
const g = f(o, c);
|
|
1204
|
-
g ?
|
|
1205
|
+
g ? S(i.errors, c, g) : q(i.errors, c);
|
|
1205
1206
|
}
|
|
1206
1207
|
else
|
|
1207
1208
|
i.errors = o;
|
|
@@ -1214,12 +1215,12 @@ function Ca(e = {}) {
|
|
|
1214
1215
|
if (u) {
|
|
1215
1216
|
const { _f: m, ...h } = u;
|
|
1216
1217
|
if (m) {
|
|
1217
|
-
const D = p.array.has(m.name),
|
|
1218
|
-
|
|
1218
|
+
const D = p.array.has(m.name), E = u._f && _a(u._f);
|
|
1219
|
+
E && F.validatingFields && de([g], !0);
|
|
1219
1220
|
const z = await Ft(u, p.disabled, s, ge, t.shouldUseNativeValidation && !o, D);
|
|
1220
|
-
if (
|
|
1221
|
+
if (E && F.validatingFields && de([g]), z[m.name] && (c.valid = !1, o))
|
|
1221
1222
|
break;
|
|
1222
|
-
!o && (f(z, m.name) ? D ?
|
|
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));
|
|
1223
1224
|
}
|
|
1224
1225
|
!Z(h) && await J(h, o, c);
|
|
1225
1226
|
}
|
|
@@ -1231,14 +1232,14 @@ function Ca(e = {}) {
|
|
|
1231
1232
|
o && (o._f.refs ? o._f.refs.every((c) => !Ue(c)) : !Ue(o._f.ref)) && Re(l);
|
|
1232
1233
|
}
|
|
1233
1234
|
p.unMount = /* @__PURE__ */ new Set();
|
|
1234
|
-
}, ie = (l, o) => !t.disabled && (l && o &&
|
|
1235
|
+
}, ie = (l, o) => !t.disabled && (l && o && S(s, l, o), !ue(De(), n)), N = (l, o, c) => ua(l, p, {
|
|
1235
1236
|
...d.mount ? s : O(o) ? n : re(l) ? { [l]: o } : o
|
|
1236
1237
|
}, c, o), T = (l) => Qe(f(d.mount ? s : n, l, t.shouldUnregister ? f(n, l, []) : [])), A = (l, o, c = {}) => {
|
|
1237
1238
|
const g = f(a, l);
|
|
1238
1239
|
let u = o;
|
|
1239
1240
|
if (g) {
|
|
1240
1241
|
const m = g._f;
|
|
1241
|
-
m && (!m.disabled &&
|
|
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) => {
|
|
1242
1243
|
(!h.defaultChecked || !h.disabled) && (Array.isArray(u) ? h.checked = !!u.find((D) => D === h.value) : h.checked = u === h.value || !!u);
|
|
1243
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({
|
|
1244
1245
|
name: l,
|
|
@@ -1255,7 +1256,7 @@ function Ca(e = {}) {
|
|
|
1255
1256
|
}
|
|
1256
1257
|
}, G = (l, o, c = {}) => {
|
|
1257
1258
|
const g = f(a, l), u = p.array.has(l), m = j(o);
|
|
1258
|
-
|
|
1259
|
+
S(s, l, m), u ? (k.array.next({
|
|
1259
1260
|
name: l,
|
|
1260
1261
|
values: j(s)
|
|
1261
1262
|
}), (F.isDirty || F.dirtyFields || _.isDirty || _.dirtyFields) && c.shouldDirty && k.state.next({
|
|
@@ -1270,13 +1271,13 @@ function Ca(e = {}) {
|
|
|
1270
1271
|
d.mount = !0;
|
|
1271
1272
|
const o = l.target;
|
|
1272
1273
|
let c = o.name, g = !0;
|
|
1273
|
-
const u = f(a, c), m = (
|
|
1274
|
-
g = Number.isNaN(
|
|
1274
|
+
const u = f(a, c), m = (E) => {
|
|
1275
|
+
g = Number.isNaN(E) || be(E) && isNaN(E.getTime()) || ue(E, f(s, c, E));
|
|
1275
1276
|
}, h = _t(t.mode), D = _t(t.reValidateMode);
|
|
1276
1277
|
if (u) {
|
|
1277
|
-
let
|
|
1278
|
-
const Te = o.type ? ht(u._f) :
|
|
1279
|
-
|
|
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);
|
|
1280
1281
|
const He = R(c, Te, me), fi = !Z(He) || je;
|
|
1281
1282
|
if (!me && k.state.next({
|
|
1282
1283
|
name: c,
|
|
@@ -1288,11 +1289,11 @@ function Ca(e = {}) {
|
|
|
1288
1289
|
const { errors: ct } = await pe([c]);
|
|
1289
1290
|
if (m(Te), g) {
|
|
1290
1291
|
const hi = wt(i.errors, a, c), dt = wt(ct, a, hi.name || c);
|
|
1291
|
-
|
|
1292
|
+
E = dt.error, c = dt.name, z = Z(ct);
|
|
1292
1293
|
}
|
|
1293
1294
|
} else
|
|
1294
|
-
de([c], !0),
|
|
1295
|
-
g && (u._f.deps && fe(u._f.deps), Le(c, z,
|
|
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));
|
|
1296
1297
|
}
|
|
1297
1298
|
}, ke = (l, o) => {
|
|
1298
1299
|
if (f(i.errors, o) && l.focus)
|
|
@@ -1329,9 +1330,9 @@ function Ca(e = {}) {
|
|
|
1329
1330
|
errors: l ? i.errors : {}
|
|
1330
1331
|
});
|
|
1331
1332
|
}, it = (l, o, c) => {
|
|
1332
|
-
const g = (f(a, l, { _f: {} })._f || {}).ref, u = f(i.errors, l) || {}, { ref: m, message: h, type: D, ...
|
|
1333
|
-
|
|
1334
|
-
...
|
|
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,
|
|
1335
1336
|
...o,
|
|
1336
1337
|
ref: g
|
|
1337
1338
|
}), k.state.next({
|
|
@@ -1343,7 +1344,7 @@ function Ca(e = {}) {
|
|
|
1343
1344
|
next: (c) => l(N(void 0, o), c)
|
|
1344
1345
|
}) : N(l, o, !0), at = (l) => k.state.subscribe({
|
|
1345
1346
|
next: (o) => {
|
|
1346
|
-
|
|
1347
|
+
wa(l.name, o.name, l.exact) && ya(o, l.formState || F, xi, l.reRenderRoot) && l.callback({
|
|
1347
1348
|
values: { ...s },
|
|
1348
1349
|
...i,
|
|
1349
1350
|
...o
|
|
@@ -1369,7 +1370,7 @@ function Ca(e = {}) {
|
|
|
1369
1370
|
}, qe = (l, o = {}) => {
|
|
1370
1371
|
let c = f(a, l);
|
|
1371
1372
|
const g = le(o.disabled) || le(t.disabled);
|
|
1372
|
-
return
|
|
1373
|
+
return S(a, l, {
|
|
1373
1374
|
...c || {},
|
|
1374
1375
|
_f: {
|
|
1375
1376
|
...c && c._f ? c._f : { ref: { name: l } },
|
|
@@ -1396,10 +1397,10 @@ function Ca(e = {}) {
|
|
|
1396
1397
|
ref: (u) => {
|
|
1397
1398
|
if (u) {
|
|
1398
1399
|
qe(l, o), c = f(a, l);
|
|
1399
|
-
const m = O(u.value) && u.querySelectorAll && u.querySelectorAll("input,select,textarea")[0] || u, h =
|
|
1400
|
-
if (h ? D.find((
|
|
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)
|
|
1401
1402
|
return;
|
|
1402
|
-
|
|
1403
|
+
S(a, l, {
|
|
1403
1404
|
_f: {
|
|
1404
1405
|
...c._f,
|
|
1405
1406
|
...h ? {
|
|
@@ -1413,7 +1414,7 @@ function Ca(e = {}) {
|
|
|
1413
1414
|
}
|
|
1414
1415
|
}), te(l, !1, void 0, m);
|
|
1415
1416
|
} else
|
|
1416
|
-
c = f(a, l, {}), c._f && (c._f.mount = !1), (t.shouldUnregister || o.shouldUnregister) && !(
|
|
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);
|
|
1417
1418
|
}
|
|
1418
1419
|
};
|
|
1419
1420
|
}, $e = () => t.shouldFocusError && Fe(a, ke, p.mount), mi = (l) => {
|
|
@@ -1436,7 +1437,7 @@ function Ca(e = {}) {
|
|
|
1436
1437
|
await J(a);
|
|
1437
1438
|
if (p.disabled.size)
|
|
1438
1439
|
for (const m of p.disabled)
|
|
1439
|
-
|
|
1440
|
+
S(u, m, void 0);
|
|
1440
1441
|
if (q(i.errors, "root"), Z(i.errors)) {
|
|
1441
1442
|
k.state.next({
|
|
1442
1443
|
errors: {}
|
|
@@ -1457,7 +1458,7 @@ function Ca(e = {}) {
|
|
|
1457
1458
|
}), g)
|
|
1458
1459
|
throw g;
|
|
1459
1460
|
}, ui = (l, o = {}) => {
|
|
1460
|
-
f(a, l) && (O(o.defaultValue) ? G(l, j(f(n, l))) : (G(l, o.defaultValue),
|
|
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 }));
|
|
1461
1462
|
}, nt = (l, o = {}) => {
|
|
1462
1463
|
const c = l ? j(l) : n, g = j(c), u = Z(l), m = u ? n : g;
|
|
1463
1464
|
if (o.keepDefaultValues || (n = c), !o.keepValues) {
|
|
@@ -1467,15 +1468,15 @@ function Ca(e = {}) {
|
|
|
1467
1468
|
...Object.keys(ye(n, s))
|
|
1468
1469
|
]);
|
|
1469
1470
|
for (const D of Array.from(h))
|
|
1470
|
-
f(i.dirtyFields, D) ?
|
|
1471
|
+
f(i.dirtyFields, D) ? S(m, D, f(s, D)) : G(D, f(m, D));
|
|
1471
1472
|
} else {
|
|
1472
1473
|
if (We && O(l))
|
|
1473
1474
|
for (const h of p.mount) {
|
|
1474
1475
|
const D = f(a, h);
|
|
1475
1476
|
if (D && D._f) {
|
|
1476
|
-
const
|
|
1477
|
-
if (Ie(
|
|
1478
|
-
const z =
|
|
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");
|
|
1479
1480
|
if (z) {
|
|
1480
1481
|
z.reset();
|
|
1481
1482
|
break;
|
|
@@ -1602,7 +1603,7 @@ function Ca(e = {}) {
|
|
|
1602
1603
|
formControl: ot
|
|
1603
1604
|
};
|
|
1604
1605
|
}
|
|
1605
|
-
function
|
|
1606
|
+
function Da(e = {}) {
|
|
1606
1607
|
const t = W.useRef(void 0), i = W.useRef(void 0), [a, n] = W.useState({
|
|
1607
1608
|
isDirty: !1,
|
|
1608
1609
|
isValidating: !1,
|
|
@@ -1627,14 +1628,14 @@ function La(e = {}) {
|
|
|
1627
1628
|
formState: a
|
|
1628
1629
|
}, e.defaultValues && !ee(e.defaultValues) && e.formControl.reset(e.defaultValues, e.resetOptions);
|
|
1629
1630
|
else {
|
|
1630
|
-
const { formControl: d, ...p } =
|
|
1631
|
+
const { formControl: d, ...p } = La(e);
|
|
1631
1632
|
t.current = {
|
|
1632
1633
|
...p,
|
|
1633
1634
|
formState: a
|
|
1634
1635
|
};
|
|
1635
1636
|
}
|
|
1636
1637
|
const s = t.current.control;
|
|
1637
|
-
return s._options = e,
|
|
1638
|
+
return s._options = e, ma(() => {
|
|
1638
1639
|
const d = s._subscribe({
|
|
1639
1640
|
formState: s._proxyFormState,
|
|
1640
1641
|
callback: () => n({ ...s._formState }),
|
|
@@ -1663,10 +1664,10 @@ function La(e = {}) {
|
|
|
1663
1664
|
e.values && !ue(e.values, i.current) ? (s._reset(e.values, s._options.resetOptions), i.current = e.values, n((d) => ({ ...d }))) : s._resetDefaultValues();
|
|
1664
1665
|
}, [s, e.values]), W.useEffect(() => {
|
|
1665
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();
|
|
1666
|
-
}), t.current.formState =
|
|
1667
|
+
}), t.current.formState = pa(a, s), t.current;
|
|
1667
1668
|
}
|
|
1668
|
-
const
|
|
1669
|
-
const [i, a] =
|
|
1669
|
+
const Ta = ({ faqId: e, percent: t }) => {
|
|
1670
|
+
const [i, a] = ki(!1), n = Da({
|
|
1670
1671
|
defaultValues: {
|
|
1671
1672
|
faq: e
|
|
1672
1673
|
}
|
|
@@ -1681,7 +1682,7 @@ const Da = ({ faqId: e, percent: t }) => {
|
|
|
1681
1682
|
}, L = (_) => {
|
|
1682
1683
|
d("rate", _), s(v)();
|
|
1683
1684
|
}, F = p("rate");
|
|
1684
|
-
return /* @__PURE__ */ r(
|
|
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: [
|
|
1685
1686
|
/* @__PURE__ */ x("div", { className: "border-l-2 border-green pl-6 mr-14 shrink-0", children: [
|
|
1686
1687
|
/* @__PURE__ */ r("span", { className: "text-gray2 block text-[14px] leading-5", children: `${t}% считают ответ полезным` }),
|
|
1687
1688
|
/* @__PURE__ */ r("p", { className: "text-blackBG text-[15px] leading-[22px]", children: "Ответ был полезным?" })
|
|
@@ -1713,7 +1714,7 @@ const Da = ({ faqId: e, percent: t }) => {
|
|
|
1713
1714
|
)
|
|
1714
1715
|
] })
|
|
1715
1716
|
] }) }) });
|
|
1716
|
-
},
|
|
1717
|
+
}, Ba = {
|
|
1717
1718
|
type: "data",
|
|
1718
1719
|
label: "Вопрос",
|
|
1719
1720
|
dataType: "array",
|
|
@@ -1722,10 +1723,10 @@ const Da = ({ faqId: e, percent: t }) => {
|
|
|
1722
1723
|
description: b.HTML_CONTENT,
|
|
1723
1724
|
percentage: b.NUMBER
|
|
1724
1725
|
}
|
|
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: [
|
|
1726
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 }),
|
|
1727
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(
|
|
1728
|
-
|
|
1729
|
+
Di,
|
|
1729
1730
|
{
|
|
1730
1731
|
title: i == null ? void 0 : i.title,
|
|
1731
1732
|
children: /* @__PURE__ */ x("div", { children: [
|
|
@@ -1737,7 +1738,7 @@ const Da = ({ faqId: e, percent: t }) => {
|
|
|
1737
1738
|
}
|
|
1738
1739
|
),
|
|
1739
1740
|
/* @__PURE__ */ r(
|
|
1740
|
-
|
|
1741
|
+
Ta,
|
|
1741
1742
|
{
|
|
1742
1743
|
faqId: i == null ? void 0 : i.id,
|
|
1743
1744
|
percent: i == null ? void 0 : i.percentage
|
|
@@ -1749,7 +1750,7 @@ const Da = ({ faqId: e, percent: t }) => {
|
|
|
1749
1750
|
i == null ? void 0 : i.id
|
|
1750
1751
|
)) })
|
|
1751
1752
|
] }) }) : null;
|
|
1752
|
-
Ut.propsToEdit =
|
|
1753
|
+
Ut.propsToEdit = Ea;
|
|
1753
1754
|
const Sa = ["title", "cards", "button"], Gt = ({
|
|
1754
1755
|
title: e,
|
|
1755
1756
|
cards: t,
|
|
@@ -1757,7 +1758,7 @@ const Sa = ["title", "cards", "button"], Gt = ({
|
|
|
1757
1758
|
}) => /* @__PURE__ */ x(V, { className: "flex flex-col items-center", children: [
|
|
1758
1759
|
e && /* @__PURE__ */ r("p", { className: "text-[44px] leading-[54px] font-bold text-center mb-[48px]", children: e }),
|
|
1759
1760
|
/* @__PURE__ */ r("div", { className: "flex items-stretch gap-[24px]", children: t == null ? void 0 : t.map((a) => /* @__PURE__ */ r(
|
|
1760
|
-
|
|
1761
|
+
Ti,
|
|
1761
1762
|
{
|
|
1762
1763
|
data: a
|
|
1763
1764
|
},
|
|
@@ -1774,7 +1775,7 @@ const Sa = ["title", "cards", "button"], Gt = ({
|
|
|
1774
1775
|
)
|
|
1775
1776
|
] });
|
|
1776
1777
|
Gt.propsToEdit = Sa;
|
|
1777
|
-
const
|
|
1778
|
+
const Ia = ["item"], Zt = ({ item: e }) => {
|
|
1778
1779
|
var t, i, a;
|
|
1779
1780
|
return /* @__PURE__ */ x("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
|
|
1780
1781
|
/* @__PURE__ */ r("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ r(
|
|
@@ -1800,8 +1801,8 @@ const Ea = ["item"], Zt = ({ item: e }) => {
|
|
|
1800
1801
|
] })
|
|
1801
1802
|
] });
|
|
1802
1803
|
};
|
|
1803
|
-
Zt.propsToEdit =
|
|
1804
|
-
const
|
|
1804
|
+
Zt.propsToEdit = Ia;
|
|
1805
|
+
const Va = ["title", "cards", "button_link", "button_text", "grid"], zt = ({
|
|
1805
1806
|
title: e,
|
|
1806
1807
|
cards: t,
|
|
1807
1808
|
button_link: i,
|
|
@@ -1820,8 +1821,8 @@ const Ia = ["title", "cards", "button_link", "button_text", "grid"], zt = ({
|
|
|
1820
1821
|
}
|
|
1821
1822
|
)
|
|
1822
1823
|
] });
|
|
1823
|
-
zt.propsToEdit =
|
|
1824
|
-
const
|
|
1824
|
+
zt.propsToEdit = Va;
|
|
1825
|
+
const Ma = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
1825
1826
|
"svg",
|
|
1826
1827
|
{
|
|
1827
1828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1911,7 +1912,7 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1911
1912
|
] })
|
|
1912
1913
|
]
|
|
1913
1914
|
}
|
|
1914
|
-
),
|
|
1915
|
+
), Aa = ({ size: e, color: t, ...i }) => /* @__PURE__ */ r(
|
|
1915
1916
|
"svg",
|
|
1916
1917
|
{
|
|
1917
1918
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1928,7 +1929,7 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1928
1929
|
}
|
|
1929
1930
|
)
|
|
1930
1931
|
}
|
|
1931
|
-
),
|
|
1932
|
+
), Pa = ({ size: e, color: t, ...i }) => /* @__PURE__ */ r(
|
|
1932
1933
|
"svg",
|
|
1933
1934
|
{
|
|
1934
1935
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1947,7 +1948,7 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1947
1948
|
}
|
|
1948
1949
|
)
|
|
1949
1950
|
}
|
|
1950
|
-
),
|
|
1951
|
+
), Oa = ({ size: e, ...t }) => /* @__PURE__ */ r(
|
|
1951
1952
|
"svg",
|
|
1952
1953
|
{
|
|
1953
1954
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1964,7 +1965,7 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1964
1965
|
}
|
|
1965
1966
|
)
|
|
1966
1967
|
}
|
|
1967
|
-
),
|
|
1968
|
+
), Ra = ({ size: e, ...t }) => /* @__PURE__ */ r(
|
|
1968
1969
|
"svg",
|
|
1969
1970
|
{
|
|
1970
1971
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1982,12 +1983,12 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1982
1983
|
)
|
|
1983
1984
|
}
|
|
1984
1985
|
), Nt = {
|
|
1985
|
-
infoDark:
|
|
1986
|
-
infoCrown:
|
|
1987
|
-
infoLight:
|
|
1988
|
-
download:
|
|
1989
|
-
file:
|
|
1990
|
-
},
|
|
1986
|
+
infoDark: Oa,
|
|
1987
|
+
infoCrown: Ma,
|
|
1988
|
+
infoLight: Ra,
|
|
1989
|
+
download: Aa,
|
|
1990
|
+
file: Pa
|
|
1991
|
+
}, qa = {
|
|
1991
1992
|
sm: 12,
|
|
1992
1993
|
mx: 16,
|
|
1993
1994
|
lx: 20,
|
|
@@ -1999,17 +2000,17 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
1999
2000
|
size: i = "sm",
|
|
2000
2001
|
...a
|
|
2001
2002
|
}) => Nt[e] && Nt[e]({
|
|
2002
|
-
size: typeof i == "string" ?
|
|
2003
|
+
size: typeof i == "string" ? qa[i] : i,
|
|
2003
2004
|
color: t,
|
|
2004
2005
|
name: e,
|
|
2005
2006
|
...a
|
|
2006
|
-
}),
|
|
2007
|
+
}), $a = [
|
|
2007
2008
|
"title",
|
|
2008
2009
|
"title_color",
|
|
2009
2010
|
"description",
|
|
2010
2011
|
"description_color",
|
|
2011
2012
|
_e,
|
|
2012
|
-
|
|
2013
|
+
Ei
|
|
2013
2014
|
], Wt = ({
|
|
2014
2015
|
title: e,
|
|
2015
2016
|
description: t,
|
|
@@ -2019,13 +2020,13 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
2019
2020
|
"div",
|
|
2020
2021
|
{
|
|
2021
2022
|
className: "rounded-[24px] p-6",
|
|
2022
|
-
style: { background:
|
|
2023
|
+
style: { background: Ee[a].background },
|
|
2023
2024
|
children: /* @__PURE__ */ x("div", { className: "flex gap-4 items-center justify-between", children: [
|
|
2024
2025
|
/* @__PURE__ */ x("div", { className: "flex gap-4 items-center", children: [
|
|
2025
2026
|
/* @__PURE__ */ r(
|
|
2026
2027
|
se,
|
|
2027
2028
|
{
|
|
2028
|
-
name:
|
|
2029
|
+
name: Ee[a].icon,
|
|
2029
2030
|
size: 40
|
|
2030
2031
|
}
|
|
2031
2032
|
),
|
|
@@ -2034,7 +2035,7 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
2034
2035
|
"p",
|
|
2035
2036
|
{
|
|
2036
2037
|
className: y("text-[24px] leading-8 font-bold"),
|
|
2037
|
-
style: { color:
|
|
2038
|
+
style: { color: Ee[a].textColor },
|
|
2038
2039
|
children: e
|
|
2039
2040
|
}
|
|
2040
2041
|
),
|
|
@@ -2042,7 +2043,7 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
2042
2043
|
"p",
|
|
2043
2044
|
{
|
|
2044
2045
|
className: "text-[16px] leading-6",
|
|
2045
|
-
style: { color:
|
|
2046
|
+
style: { color: Ee[a].textColor },
|
|
2046
2047
|
children: t
|
|
2047
2048
|
}
|
|
2048
2049
|
)
|
|
@@ -2052,8 +2053,8 @@ const Va = ({ size: e, ...t }) => /* @__PURE__ */ x(
|
|
|
2052
2053
|
] })
|
|
2053
2054
|
}
|
|
2054
2055
|
) });
|
|
2055
|
-
Wt.propsToEdit =
|
|
2056
|
-
const
|
|
2056
|
+
Wt.propsToEdit = $a;
|
|
2057
|
+
const ja = ["data"], Qt = ({
|
|
2057
2058
|
id: e,
|
|
2058
2059
|
title: t,
|
|
2059
2060
|
text: i,
|
|
@@ -2088,8 +2089,8 @@ const $a = ["data"], Qt = ({
|
|
|
2088
2089
|
}
|
|
2089
2090
|
)
|
|
2090
2091
|
] }) });
|
|
2091
|
-
Qt.propsToEdit =
|
|
2092
|
-
const
|
|
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: [
|
|
2093
2094
|
/* @__PURE__ */ x("div", { className: "flex items-center gap-4 max-tablet:flex-col max-tablet:items-start", children: [
|
|
2094
2095
|
/* @__PURE__ */ r(
|
|
2095
2096
|
se,
|
|
@@ -2120,8 +2121,8 @@ const ja = ["data"], Jt = ({ data: e }) => /* @__PURE__ */ r(V, { children: /* @
|
|
|
2120
2121
|
}
|
|
2121
2122
|
)
|
|
2122
2123
|
] })) }) });
|
|
2123
|
-
Jt.propsToEdit =
|
|
2124
|
-
const
|
|
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(
|
|
2125
2126
|
"div",
|
|
2126
2127
|
{
|
|
2127
2128
|
className: "p-[32px] bg-white rounded-[20px] flex justify-between gap-[40px]",
|
|
@@ -2159,8 +2160,8 @@ const Ha = ["data"], Xt = ({ data: e }) => /* @__PURE__ */ r(V, { children: /* @
|
|
|
2159
2160
|
},
|
|
2160
2161
|
t == null ? void 0 : t.id
|
|
2161
2162
|
)) }) });
|
|
2162
|
-
Xt.propsToEdit =
|
|
2163
|
-
const
|
|
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(
|
|
2164
2165
|
"div",
|
|
2165
2166
|
{
|
|
2166
2167
|
className: "p-[24px] bg-white rounded-[20px] flex flex-col gap-8",
|
|
@@ -2197,7 +2198,7 @@ const Ua = ["data"], Yt = ({ data: e }) => /* @__PURE__ */ r(V, { children: /* @
|
|
|
2197
2198
|
},
|
|
2198
2199
|
t == null ? void 0 : t.id
|
|
2199
2200
|
)) }) });
|
|
2200
|
-
Yt.propsToEdit =
|
|
2201
|
+
Yt.propsToEdit = Ga;
|
|
2201
2202
|
const Kt = {
|
|
2202
2203
|
type: "data",
|
|
2203
2204
|
label: "Данные",
|
|
@@ -2208,7 +2209,7 @@ const Kt = {
|
|
|
2208
2209
|
icon: b.FILE
|
|
2209
2210
|
}
|
|
2210
2211
|
}
|
|
2211
|
-
},
|
|
2212
|
+
}, Za = [Kt, "turnover"], ei = ({ data: e, turnover: t, imageStyles: i }) => /* @__PURE__ */ x(
|
|
2212
2213
|
"div",
|
|
2213
2214
|
{
|
|
2214
2215
|
className: y(
|
|
@@ -2248,15 +2249,15 @@ const Kt = {
|
|
|
2248
2249
|
]
|
|
2249
2250
|
}
|
|
2250
2251
|
);
|
|
2251
|
-
ei.propsToEdit =
|
|
2252
|
-
const
|
|
2252
|
+
ei.propsToEdit = Za;
|
|
2253
|
+
const za = {
|
|
2253
2254
|
type: "cards",
|
|
2254
2255
|
label: "Карточки",
|
|
2255
2256
|
dataType: "array",
|
|
2256
2257
|
data: {
|
|
2257
2258
|
...Kt
|
|
2258
2259
|
}
|
|
2259
|
-
},
|
|
2260
|
+
}, Wa = ["title", za, "turnover"], ti = ({
|
|
2260
2261
|
title: e,
|
|
2261
2262
|
cards: t,
|
|
2262
2263
|
turnover: i = !1
|
|
@@ -2271,7 +2272,7 @@ const Za = {
|
|
|
2271
2272
|
n
|
|
2272
2273
|
)) })
|
|
2273
2274
|
] });
|
|
2274
|
-
ti.propsToEdit =
|
|
2275
|
+
ti.propsToEdit = Wa;
|
|
2275
2276
|
const ii = {
|
|
2276
2277
|
type: "data",
|
|
2277
2278
|
label: "Данные",
|
|
@@ -2282,7 +2283,7 @@ const ii = {
|
|
|
2282
2283
|
description: b.DESCRIPTION
|
|
2283
2284
|
}
|
|
2284
2285
|
}
|
|
2285
|
-
},
|
|
2286
|
+
}, Qa = [ii, "className"], Ke = ({ data: e, className: t }) => {
|
|
2286
2287
|
var i;
|
|
2287
2288
|
return /* @__PURE__ */ x(
|
|
2288
2289
|
"div",
|
|
@@ -2309,9 +2310,9 @@ const ii = {
|
|
|
2309
2310
|
}
|
|
2310
2311
|
);
|
|
2311
2312
|
};
|
|
2312
|
-
Ke.propsToEdit =
|
|
2313
|
+
Ke.propsToEdit = Qa;
|
|
2313
2314
|
Ke.displayName = "CardRowInfo";
|
|
2314
|
-
const
|
|
2315
|
+
const Ja = ({
|
|
2315
2316
|
data: e,
|
|
2316
2317
|
title: t,
|
|
2317
2318
|
description: i,
|
|
@@ -2388,7 +2389,7 @@ const Qa = ({
|
|
|
2388
2389
|
)
|
|
2389
2390
|
]
|
|
2390
2391
|
}
|
|
2391
|
-
),
|
|
2392
|
+
), Xa = {
|
|
2392
2393
|
type: "table",
|
|
2393
2394
|
label: "Таблица",
|
|
2394
2395
|
dataType: "object",
|
|
@@ -2402,14 +2403,14 @@ const Qa = ({
|
|
|
2402
2403
|
}
|
|
2403
2404
|
}
|
|
2404
2405
|
}
|
|
2405
|
-
},
|
|
2406
|
+
}, Ya = {
|
|
2406
2407
|
type: "rows",
|
|
2407
2408
|
label: "Строки",
|
|
2408
2409
|
dataType: "array",
|
|
2409
2410
|
data: {
|
|
2410
2411
|
...ii
|
|
2411
2412
|
}
|
|
2412
|
-
},
|
|
2413
|
+
}, Ka = ["title", Xa, Ya], et = Ct(
|
|
2413
2414
|
({ title: e, table: t, rows: i }) => {
|
|
2414
2415
|
var a, n, s;
|
|
2415
2416
|
return /* @__PURE__ */ x(V, { children: [
|
|
@@ -2437,7 +2438,7 @@ const Qa = ({
|
|
|
2437
2438
|
);
|
|
2438
2439
|
}),
|
|
2439
2440
|
((a = t == null ? void 0 : t.warning) == null ? void 0 : a.warning_title) && /* @__PURE__ */ r(
|
|
2440
|
-
|
|
2441
|
+
Ja,
|
|
2441
2442
|
{
|
|
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]",
|
|
2443
2444
|
title: (n = t == null ? void 0 : t.warning) == null ? void 0 : n.warning_title,
|
|
@@ -2448,9 +2449,9 @@ const Qa = ({
|
|
|
2448
2449
|
] });
|
|
2449
2450
|
}
|
|
2450
2451
|
);
|
|
2451
|
-
et.propsToEdit =
|
|
2452
|
+
et.propsToEdit = Ka;
|
|
2452
2453
|
et.displayName = "CardInfoTable";
|
|
2453
|
-
const
|
|
2454
|
+
const el = [
|
|
2454
2455
|
"title",
|
|
2455
2456
|
"description",
|
|
2456
2457
|
"file",
|
|
@@ -2553,8 +2554,8 @@ const Ka = [
|
|
|
2553
2554
|
}
|
|
2554
2555
|
);
|
|
2555
2556
|
};
|
|
2556
|
-
ai.propsToEdit =
|
|
2557
|
-
const
|
|
2557
|
+
ai.propsToEdit = el;
|
|
2558
|
+
const tl = {
|
|
2558
2559
|
type: "data",
|
|
2559
2560
|
label: "Данные баннера",
|
|
2560
2561
|
dataType: "object",
|
|
@@ -2569,7 +2570,7 @@ const el = {
|
|
|
2569
2570
|
banner_button_link: b.LINK
|
|
2570
2571
|
}
|
|
2571
2572
|
}
|
|
2572
|
-
},
|
|
2573
|
+
}, il = [tl, "isTextLast", "isLight"], li = ({ data: e, isTextLast: t, isLight: i = !1 }) => {
|
|
2573
2574
|
const n = Ne(960) ? e == null ? void 0 : e.banner_bg_image_mob : e == null ? void 0 : e.banner_bg_image;
|
|
2574
2575
|
return /* @__PURE__ */ x(
|
|
2575
2576
|
"div",
|
|
@@ -2634,8 +2635,8 @@ const el = {
|
|
|
2634
2635
|
}
|
|
2635
2636
|
);
|
|
2636
2637
|
};
|
|
2637
|
-
li.propsToEdit =
|
|
2638
|
-
const
|
|
2638
|
+
li.propsToEdit = il;
|
|
2639
|
+
const al = {
|
|
2639
2640
|
type: "cards",
|
|
2640
2641
|
label: "Карточки информации",
|
|
2641
2642
|
dataType: "array",
|
|
@@ -2646,7 +2647,7 @@ const il = {
|
|
|
2646
2647
|
icon: b.FILE,
|
|
2647
2648
|
is_black: b.BOOLEAN
|
|
2648
2649
|
}
|
|
2649
|
-
},
|
|
2650
|
+
}, ll = ["title", al, "isLight", "isLightTitle"], ri = ({
|
|
2650
2651
|
title: e,
|
|
2651
2652
|
cards: t,
|
|
2652
2653
|
isLight: i,
|
|
@@ -2675,8 +2676,8 @@ const il = {
|
|
|
2675
2676
|
)) })
|
|
2676
2677
|
] }) });
|
|
2677
2678
|
};
|
|
2678
|
-
ri.propsToEdit =
|
|
2679
|
-
const
|
|
2679
|
+
ri.propsToEdit = ll;
|
|
2680
|
+
const rl = [
|
|
2680
2681
|
"title",
|
|
2681
2682
|
"description",
|
|
2682
2683
|
"image",
|
|
@@ -2737,8 +2738,8 @@ const ll = [
|
|
|
2737
2738
|
)
|
|
2738
2739
|
] });
|
|
2739
2740
|
};
|
|
2740
|
-
ni.propsToEdit =
|
|
2741
|
-
const
|
|
2741
|
+
ni.propsToEdit = rl;
|
|
2742
|
+
const nl = ({
|
|
2742
2743
|
data: e,
|
|
2743
2744
|
title: t,
|
|
2744
2745
|
description: i,
|
|
@@ -2817,7 +2818,7 @@ const rl = ({
|
|
|
2817
2818
|
)
|
|
2818
2819
|
]
|
|
2819
2820
|
}
|
|
2820
|
-
),
|
|
2821
|
+
), sl = {
|
|
2821
2822
|
type: "table",
|
|
2822
2823
|
label: "Таблица",
|
|
2823
2824
|
dataType: "object",
|
|
@@ -2831,7 +2832,7 @@ const rl = ({
|
|
|
2831
2832
|
}
|
|
2832
2833
|
}
|
|
2833
2834
|
}
|
|
2834
|
-
},
|
|
2835
|
+
}, ol = {
|
|
2835
2836
|
type: "rows",
|
|
2836
2837
|
label: "Строки таблицы",
|
|
2837
2838
|
dataType: "array",
|
|
@@ -2840,7 +2841,7 @@ const rl = ({
|
|
|
2840
2841
|
description: b.DESCRIPTION,
|
|
2841
2842
|
is_marked: b.BOOLEAN
|
|
2842
2843
|
}
|
|
2843
|
-
},
|
|
2844
|
+
}, cl = ["title", sl, ol], si = ({ title: e, table: t, rows: i }) => {
|
|
2844
2845
|
var a;
|
|
2845
2846
|
return /* @__PURE__ */ x(V, { children: [
|
|
2846
2847
|
e && /* @__PURE__ */ r(
|
|
@@ -2858,7 +2859,7 @@ const rl = ({
|
|
|
2858
2859
|
{
|
|
2859
2860
|
className: y("overflow-x-auto whitespace-nowrap custom-scrollbar"),
|
|
2860
2861
|
children: /* @__PURE__ */ r("div", { className: "bg-white rounded-[20px] w-full", children: i == null ? void 0 : i.map((n) => /* @__PURE__ */ r(
|
|
2861
|
-
|
|
2862
|
+
Mi,
|
|
2862
2863
|
{
|
|
2863
2864
|
data: n,
|
|
2864
2865
|
className: y({
|
|
@@ -2870,7 +2871,7 @@ const rl = ({
|
|
|
2870
2871
|
}
|
|
2871
2872
|
),
|
|
2872
2873
|
((a = t == null ? void 0 : t.warning) == null ? void 0 : a.warning_description) && /* @__PURE__ */ r("div", { className: "mt-4", children: /* @__PURE__ */ r(
|
|
2873
|
-
|
|
2874
|
+
nl,
|
|
2874
2875
|
{
|
|
2875
2876
|
className: "!flex-[1_1_100%] bg-white",
|
|
2876
2877
|
title: t.warning.warning_title,
|
|
@@ -2880,8 +2881,8 @@ const rl = ({
|
|
|
2880
2881
|
] })
|
|
2881
2882
|
] });
|
|
2882
2883
|
};
|
|
2883
|
-
si.propsToEdit =
|
|
2884
|
-
const
|
|
2884
|
+
si.propsToEdit = cl;
|
|
2885
|
+
const dl = {
|
|
2885
2886
|
type: "buttons",
|
|
2886
2887
|
label: "Кнопки",
|
|
2887
2888
|
dataType: "array",
|
|
@@ -2890,7 +2891,7 @@ const cl = {
|
|
|
2890
2891
|
button_link: b.LINK,
|
|
2891
2892
|
button_text: b.TITLE
|
|
2892
2893
|
}
|
|
2893
|
-
},
|
|
2894
|
+
}, pl = [
|
|
2894
2895
|
"title",
|
|
2895
2896
|
"description",
|
|
2896
2897
|
"image",
|
|
@@ -2898,7 +2899,7 @@ const cl = {
|
|
|
2898
2899
|
"logo",
|
|
2899
2900
|
"animation",
|
|
2900
2901
|
"animation_mob",
|
|
2901
|
-
|
|
2902
|
+
dl,
|
|
2902
2903
|
"isShadow",
|
|
2903
2904
|
"grid"
|
|
2904
2905
|
], oi = ({
|
|
@@ -3041,9 +3042,9 @@ const cl = {
|
|
|
3041
3042
|
)
|
|
3042
3043
|
] });
|
|
3043
3044
|
};
|
|
3044
|
-
oi.propsToEdit =
|
|
3045
|
+
oi.propsToEdit = pl;
|
|
3045
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 || {});
|
|
3046
|
-
const
|
|
3047
|
+
const ml = {
|
|
3047
3048
|
key: w.Banner,
|
|
3048
3049
|
id: "1",
|
|
3049
3050
|
component_props: {
|
|
@@ -3067,7 +3068,7 @@ const pl = {
|
|
|
3067
3068
|
}
|
|
3068
3069
|
]
|
|
3069
3070
|
}
|
|
3070
|
-
},
|
|
3071
|
+
}, yr = {
|
|
3071
3072
|
key: w.Banner,
|
|
3072
3073
|
id: "2",
|
|
3073
3074
|
component_props: {
|
|
@@ -3090,7 +3091,7 @@ const pl = {
|
|
|
3090
3091
|
}
|
|
3091
3092
|
}
|
|
3092
3093
|
}
|
|
3093
|
-
},
|
|
3094
|
+
}, ul = {
|
|
3094
3095
|
key: w.CardImageList,
|
|
3095
3096
|
id: "3",
|
|
3096
3097
|
component_props: {
|
|
@@ -3122,7 +3123,7 @@ const pl = {
|
|
|
3122
3123
|
}
|
|
3123
3124
|
]
|
|
3124
3125
|
}
|
|
3125
|
-
},
|
|
3126
|
+
}, gl = {
|
|
3126
3127
|
key: w.Stepper,
|
|
3127
3128
|
id: "4",
|
|
3128
3129
|
component_props: {
|
|
@@ -3140,7 +3141,7 @@ const pl = {
|
|
|
3140
3141
|
{ text: "Выберите товар, который Вы хотите взять в рассрочку", id: 3 }
|
|
3141
3142
|
]
|
|
3142
3143
|
}
|
|
3143
|
-
},
|
|
3144
|
+
}, xl = {
|
|
3144
3145
|
key: w.Segments,
|
|
3145
3146
|
id: "5",
|
|
3146
3147
|
component_props: {
|
|
@@ -3149,7 +3150,7 @@ const pl = {
|
|
|
3149
3150
|
{ title: "Segment 2", id: 2 }
|
|
3150
3151
|
]
|
|
3151
3152
|
}
|
|
3152
|
-
},
|
|
3153
|
+
}, bl = {
|
|
3153
3154
|
key: w.Video,
|
|
3154
3155
|
id: "6",
|
|
3155
3156
|
component_props: {
|
|
@@ -3158,7 +3159,7 @@ const pl = {
|
|
|
3158
3159
|
title: "Заголовок1"
|
|
3159
3160
|
}
|
|
3160
3161
|
}
|
|
3161
|
-
},
|
|
3162
|
+
}, fl = {
|
|
3162
3163
|
key: w.VideoList,
|
|
3163
3164
|
id: "7",
|
|
3164
3165
|
component_props: {
|
|
@@ -3173,7 +3174,7 @@ const pl = {
|
|
|
3173
3174
|
}
|
|
3174
3175
|
]
|
|
3175
3176
|
}
|
|
3176
|
-
},
|
|
3177
|
+
}, hl = {
|
|
3177
3178
|
key: w.VideoListMini,
|
|
3178
3179
|
id: "8",
|
|
3179
3180
|
component_props: {
|
|
@@ -3192,7 +3193,7 @@ const pl = {
|
|
|
3192
3193
|
}
|
|
3193
3194
|
]
|
|
3194
3195
|
}
|
|
3195
|
-
},
|
|
3196
|
+
}, _l = {
|
|
3196
3197
|
key: w.ContentCardList,
|
|
3197
3198
|
id: "9",
|
|
3198
3199
|
component_props: {
|
|
@@ -3259,7 +3260,7 @@ const pl = {
|
|
|
3259
3260
|
]
|
|
3260
3261
|
}
|
|
3261
3262
|
}
|
|
3262
|
-
},
|
|
3263
|
+
}, kl = {
|
|
3263
3264
|
key: w.Partners,
|
|
3264
3265
|
id: "10",
|
|
3265
3266
|
component_props: {
|
|
@@ -3310,7 +3311,7 @@ const pl = {
|
|
|
3310
3311
|
]
|
|
3311
3312
|
}
|
|
3312
3313
|
}
|
|
3313
|
-
},
|
|
3314
|
+
}, yl = {
|
|
3314
3315
|
key: w.CardIconList,
|
|
3315
3316
|
id: "11",
|
|
3316
3317
|
component_props: {
|
|
@@ -3355,7 +3356,7 @@ const pl = {
|
|
|
3355
3356
|
],
|
|
3356
3357
|
size: "medium"
|
|
3357
3358
|
}
|
|
3358
|
-
},
|
|
3359
|
+
}, wr = {
|
|
3359
3360
|
key: w.CardIconList,
|
|
3360
3361
|
id: "12",
|
|
3361
3362
|
component_props: {
|
|
@@ -3400,7 +3401,7 @@ const pl = {
|
|
|
3400
3401
|
],
|
|
3401
3402
|
size: "large"
|
|
3402
3403
|
}
|
|
3403
|
-
},
|
|
3404
|
+
}, wl = {
|
|
3404
3405
|
key: w.MultiCards,
|
|
3405
3406
|
id: "13",
|
|
3406
3407
|
component_props: {
|
|
@@ -3454,7 +3455,7 @@ const pl = {
|
|
|
3454
3455
|
is_banner_first: !0,
|
|
3455
3456
|
is_cards_first: !0
|
|
3456
3457
|
}
|
|
3457
|
-
},
|
|
3458
|
+
}, vl = {
|
|
3458
3459
|
key: w.PartnersColors,
|
|
3459
3460
|
id: "14",
|
|
3460
3461
|
component_props: {
|
|
@@ -3691,7 +3692,7 @@ const pl = {
|
|
|
3691
3692
|
}
|
|
3692
3693
|
]
|
|
3693
3694
|
}
|
|
3694
|
-
},
|
|
3695
|
+
}, Fl = {
|
|
3695
3696
|
key: w.MainBanner,
|
|
3696
3697
|
id: "15",
|
|
3697
3698
|
component_props: {
|
|
@@ -3715,7 +3716,7 @@ const pl = {
|
|
|
3715
3716
|
logo: "https://mbank.kg/media/market/item-hero-image-logos.svg",
|
|
3716
3717
|
grid: 2
|
|
3717
3718
|
}
|
|
3718
|
-
},
|
|
3719
|
+
}, Nl = {
|
|
3719
3720
|
key: w.WarningCard,
|
|
3720
3721
|
id: "16",
|
|
3721
3722
|
component_props: {
|
|
@@ -3724,7 +3725,7 @@ const pl = {
|
|
|
3724
3725
|
button_text: "button text",
|
|
3725
3726
|
variant: "orange"
|
|
3726
3727
|
}
|
|
3727
|
-
},
|
|
3728
|
+
}, vr = {
|
|
3728
3729
|
key: w.WarningCard,
|
|
3729
3730
|
id: "17",
|
|
3730
3731
|
component_props: {
|
|
@@ -3733,7 +3734,7 @@ const pl = {
|
|
|
3733
3734
|
button_text: "button text",
|
|
3734
3735
|
variant: "gray"
|
|
3735
3736
|
}
|
|
3736
|
-
},
|
|
3737
|
+
}, Fr = {
|
|
3737
3738
|
key: w.WarningCard,
|
|
3738
3739
|
id: "18",
|
|
3739
3740
|
component_props: {
|
|
@@ -3742,7 +3743,7 @@ const pl = {
|
|
|
3742
3743
|
button_text: "button text",
|
|
3743
3744
|
variant: "black"
|
|
3744
3745
|
}
|
|
3745
|
-
},
|
|
3746
|
+
}, Cl = {
|
|
3746
3747
|
key: w.Faq,
|
|
3747
3748
|
id: "19",
|
|
3748
3749
|
component_props: {
|
|
@@ -3762,7 +3763,7 @@ const pl = {
|
|
|
3762
3763
|
}
|
|
3763
3764
|
]
|
|
3764
3765
|
}
|
|
3765
|
-
},
|
|
3766
|
+
}, Ll = {
|
|
3766
3767
|
key: w.DownloadFileHalf,
|
|
3767
3768
|
id: "20",
|
|
3768
3769
|
component_props: {
|
|
@@ -3781,7 +3782,7 @@ const pl = {
|
|
|
3781
3782
|
}
|
|
3782
3783
|
]
|
|
3783
3784
|
}
|
|
3784
|
-
},
|
|
3785
|
+
}, Dl = {
|
|
3785
3786
|
key: w.DownloadFileBanner,
|
|
3786
3787
|
id: "21",
|
|
3787
3788
|
component_props: {
|
|
@@ -3790,7 +3791,7 @@ const pl = {
|
|
|
3790
3791
|
text: "Помогает научить ребенка контролировать свои траты, копить и обращаться с деньгами",
|
|
3791
3792
|
link: "#"
|
|
3792
3793
|
}
|
|
3793
|
-
},
|
|
3794
|
+
}, Tl = {
|
|
3794
3795
|
key: w.DownloadFileFull,
|
|
3795
3796
|
id: "22",
|
|
3796
3797
|
component_props: {
|
|
@@ -3815,7 +3816,7 @@ const pl = {
|
|
|
3815
3816
|
}
|
|
3816
3817
|
]
|
|
3817
3818
|
}
|
|
3818
|
-
},
|
|
3819
|
+
}, Bl = {
|
|
3819
3820
|
key: w.DownloadFileMini,
|
|
3820
3821
|
id: "23",
|
|
3821
3822
|
component_props: {
|
|
@@ -3846,7 +3847,7 @@ const pl = {
|
|
|
3846
3847
|
}
|
|
3847
3848
|
]
|
|
3848
3849
|
}
|
|
3849
|
-
},
|
|
3850
|
+
}, El = {
|
|
3850
3851
|
key: w.InstructionList,
|
|
3851
3852
|
id: "24",
|
|
3852
3853
|
component_props: {
|
|
@@ -3911,7 +3912,7 @@ const pl = {
|
|
|
3911
3912
|
],
|
|
3912
3913
|
grid: 2
|
|
3913
3914
|
}
|
|
3914
|
-
},
|
|
3915
|
+
}, Il = {
|
|
3915
3916
|
key: w.SwiperList,
|
|
3916
3917
|
id: "26",
|
|
3917
3918
|
component_props: {
|
|
@@ -3977,7 +3978,7 @@ const pl = {
|
|
|
3977
3978
|
autoplayDelay: 2e3,
|
|
3978
3979
|
perViewScreens: 4
|
|
3979
3980
|
}
|
|
3980
|
-
},
|
|
3981
|
+
}, Vl = {
|
|
3981
3982
|
key: w.AnimatedSwiper,
|
|
3982
3983
|
id: "27",
|
|
3983
3984
|
component_props: {
|
|
@@ -4073,7 +4074,7 @@ const pl = {
|
|
|
4073
4074
|
isLight: !1,
|
|
4074
4075
|
isButton: !1
|
|
4075
4076
|
}
|
|
4076
|
-
},
|
|
4077
|
+
}, Ml = {
|
|
4077
4078
|
key: w.InfoBannerList,
|
|
4078
4079
|
id: "28",
|
|
4079
4080
|
component_props: {
|
|
@@ -4161,7 +4162,7 @@ const pl = {
|
|
|
4161
4162
|
isLight: !1,
|
|
4162
4163
|
isLightTitle: !1
|
|
4163
4164
|
}
|
|
4164
|
-
},
|
|
4165
|
+
}, Al = {
|
|
4165
4166
|
key: w.TasksBannerList,
|
|
4166
4167
|
id: "29",
|
|
4167
4168
|
component_props: {
|
|
@@ -4242,7 +4243,7 @@ const pl = {
|
|
|
4242
4243
|
}
|
|
4243
4244
|
]
|
|
4244
4245
|
}
|
|
4245
|
-
},
|
|
4246
|
+
}, Pl = {
|
|
4246
4247
|
key: w.VideoMainBanner,
|
|
4247
4248
|
id: "30",
|
|
4248
4249
|
component_props: {
|
|
@@ -4268,13 +4269,13 @@ const pl = {
|
|
|
4268
4269
|
grid: 2,
|
|
4269
4270
|
isShadow: !0
|
|
4270
4271
|
}
|
|
4271
|
-
},
|
|
4272
|
+
}, Ol = {
|
|
4272
4273
|
key: w.EmptyBox,
|
|
4273
4274
|
id: "31",
|
|
4274
4275
|
component_props: {
|
|
4275
4276
|
size: "100"
|
|
4276
4277
|
}
|
|
4277
|
-
},
|
|
4278
|
+
}, Rl = {
|
|
4278
4279
|
key: w.PromoPoster,
|
|
4279
4280
|
id: "32",
|
|
4280
4281
|
component_props: {
|
|
@@ -4300,7 +4301,7 @@ const pl = {
|
|
|
4300
4301
|
}
|
|
4301
4302
|
]
|
|
4302
4303
|
}
|
|
4303
|
-
},
|
|
4304
|
+
}, ql = {
|
|
4304
4305
|
key: w.CardImageSecondaryList,
|
|
4305
4306
|
id: "33",
|
|
4306
4307
|
component_props: {
|
|
@@ -4330,7 +4331,7 @@ const pl = {
|
|
|
4330
4331
|
],
|
|
4331
4332
|
isHorizontal: !1
|
|
4332
4333
|
}
|
|
4333
|
-
},
|
|
4334
|
+
}, $l = {
|
|
4334
4335
|
key: w.CardInfoTable,
|
|
4335
4336
|
id: "34",
|
|
4336
4337
|
component_props: {
|
|
@@ -4437,7 +4438,7 @@ const pl = {
|
|
|
4437
4438
|
}
|
|
4438
4439
|
]
|
|
4439
4440
|
}
|
|
4440
|
-
},
|
|
4441
|
+
}, jl = {
|
|
4441
4442
|
key: w.StandartTable,
|
|
4442
4443
|
id: "35",
|
|
4443
4444
|
component_props: {
|
|
@@ -4686,7 +4687,7 @@ const pl = {
|
|
|
4686
4687
|
}
|
|
4687
4688
|
]
|
|
4688
4689
|
}
|
|
4689
|
-
},
|
|
4690
|
+
}, Hl = {
|
|
4690
4691
|
key: w.IntroBanner,
|
|
4691
4692
|
id: "36",
|
|
4692
4693
|
component_props: {
|
|
@@ -4701,7 +4702,7 @@ const pl = {
|
|
|
4701
4702
|
logo: "https://mbank.kg/media/standard/logo/Vector_1.svg",
|
|
4702
4703
|
logo_second: "https://mbank.kg/media/standard/logo_second/mbank_logo_full_tNoEfG4.svg"
|
|
4703
4704
|
}
|
|
4704
|
-
},
|
|
4705
|
+
}, Ul = {
|
|
4705
4706
|
key: w.DownloadFileBright,
|
|
4706
4707
|
id: "37",
|
|
4707
4708
|
component_props: {
|
|
@@ -4712,20 +4713,20 @@ const pl = {
|
|
|
4712
4713
|
button_text: "Скачать",
|
|
4713
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"
|
|
4714
4715
|
}
|
|
4715
|
-
},
|
|
4716
|
+
}, Nr = {
|
|
4716
4717
|
MainBanner: { key: "MainBanner", component: Mt },
|
|
4717
4718
|
Banner: { key: "Banner", component: Dt },
|
|
4718
4719
|
CardImageList: { key: "CardImageList", component: Vt },
|
|
4719
4720
|
Stepper: { key: "Stepper", component: Bt },
|
|
4720
|
-
Segments: { key: "Segments", component:
|
|
4721
|
-
VideoFull: { key: "VideoFull", component:
|
|
4722
|
-
VideoList: { key: "VideoList", component:
|
|
4723
|
-
VideoListMini: { key: "VideoListMini", component:
|
|
4724
|
-
ContentCardList: { key: "ContentCardList", component:
|
|
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 },
|
|
4725
4726
|
CardIconList: { key: "CardIconList", component: ze },
|
|
4726
4727
|
MultiCards: { key: "MultiCards", component: It },
|
|
4727
|
-
Partners: { key: "Partners", component:
|
|
4728
|
-
PartnersColors: { key: "PartnersColors", component:
|
|
4728
|
+
Partners: { key: "Partners", component: Ci },
|
|
4729
|
+
PartnersColors: { key: "PartnersColors", component: Bi },
|
|
4729
4730
|
WarningCard: { key: "WarningCard", component: Wt },
|
|
4730
4731
|
Faq: { key: "Faq", component: Ut },
|
|
4731
4732
|
DownloadFileBanner: {
|
|
@@ -4737,13 +4738,13 @@ const pl = {
|
|
|
4737
4738
|
DownloadFileMini: { key: "DownloadFileMini", component: Yt },
|
|
4738
4739
|
InstructionList: { key: "InstructionList", component: Gt },
|
|
4739
4740
|
PreviewList: { key: "PreviewList", component: zt },
|
|
4740
|
-
SwiperList: { key: "SwiperList", component:
|
|
4741
|
+
SwiperList: { key: "SwiperList", component: Ai },
|
|
4741
4742
|
AnimatedSwiper: { key: "AnimatedSwiper", component: Si },
|
|
4742
4743
|
InfoBannerList: { key: "InfoBannerList", component: ri },
|
|
4743
|
-
TasksBannerList: { key: "TasksBannerList", component:
|
|
4744
|
+
TasksBannerList: { key: "TasksBannerList", component: Pi },
|
|
4744
4745
|
VideoMainBanner: { key: "VideoMainBanner", component: oi },
|
|
4745
|
-
Space: { key: "Space", component:
|
|
4746
|
-
PromoPoster: { key: "PromoPoster", component:
|
|
4746
|
+
Space: { key: "Space", component: Vi },
|
|
4747
|
+
PromoPoster: { key: "PromoPoster", component: Ii },
|
|
4747
4748
|
CardImageSecondaryList: {
|
|
4748
4749
|
key: "CardImageSecondaryList",
|
|
4749
4750
|
component: ti
|
|
@@ -4755,87 +4756,87 @@ const pl = {
|
|
|
4755
4756
|
key: "DownloadFileBright",
|
|
4756
4757
|
component: ai
|
|
4757
4758
|
}
|
|
4758
|
-
},
|
|
4759
|
-
MainBanner:
|
|
4760
|
-
Banner:
|
|
4761
|
-
CardImageList:
|
|
4762
|
-
Stepper:
|
|
4763
|
-
Segments:
|
|
4764
|
-
VideoFull:
|
|
4765
|
-
VideoList:
|
|
4766
|
-
VideoListMini:
|
|
4767
|
-
ContentCardList:
|
|
4768
|
-
CardIconList:
|
|
4769
|
-
MultiCards:
|
|
4770
|
-
Partners:
|
|
4771
|
-
PartnersColors:
|
|
4772
|
-
WarningCard:
|
|
4773
|
-
Faq:
|
|
4774
|
-
DownloadFileBanner:
|
|
4775
|
-
DownloadFileHalf:
|
|
4776
|
-
DownloadFileFull:
|
|
4777
|
-
DownloadFileMini:
|
|
4778
|
-
InstructionList:
|
|
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,
|
|
4779
4780
|
PreviewList: Sl.component_props,
|
|
4780
|
-
SwiperList:
|
|
4781
|
-
AnimatedSwiper:
|
|
4782
|
-
InfoBannerList:
|
|
4783
|
-
TasksBannerList:
|
|
4784
|
-
VideoMainBanner:
|
|
4785
|
-
EmptyBox:
|
|
4786
|
-
PromoPoster:
|
|
4787
|
-
CardImageSecondaryList:
|
|
4788
|
-
CardInfoTable:
|
|
4789
|
-
StandartTable:
|
|
4790
|
-
IntroBanner:
|
|
4791
|
-
DownloadFileBright:
|
|
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
|
|
4792
4793
|
};
|
|
4793
4794
|
export {
|
|
4794
|
-
|
|
4795
|
-
|
|
4795
|
+
Rl as $,
|
|
4796
|
+
Nl as A,
|
|
4796
4797
|
Dt as B,
|
|
4797
4798
|
Vt as C,
|
|
4798
4799
|
Qt as D,
|
|
4799
|
-
|
|
4800
|
+
vr as E,
|
|
4800
4801
|
Ut as F,
|
|
4801
|
-
|
|
4802
|
-
|
|
4802
|
+
Fr as G,
|
|
4803
|
+
Cl as H,
|
|
4803
4804
|
Gt as I,
|
|
4804
|
-
|
|
4805
|
-
|
|
4806
|
-
|
|
4805
|
+
Ll as J,
|
|
4806
|
+
Dl as K,
|
|
4807
|
+
Tl as L,
|
|
4807
4808
|
It as M,
|
|
4808
|
-
|
|
4809
|
-
|
|
4809
|
+
Bl as N,
|
|
4810
|
+
El as O,
|
|
4810
4811
|
zt as P,
|
|
4811
|
-
|
|
4812
|
+
wr as Q,
|
|
4812
4813
|
Sl as R,
|
|
4813
4814
|
Bt as S,
|
|
4814
|
-
|
|
4815
|
-
|
|
4815
|
+
Il as T,
|
|
4816
|
+
Vl as U,
|
|
4816
4817
|
oi as V,
|
|
4817
4818
|
Wt as W,
|
|
4818
|
-
|
|
4819
|
-
|
|
4820
|
-
|
|
4821
|
-
|
|
4822
|
-
|
|
4823
|
-
|
|
4824
|
-
|
|
4825
|
-
|
|
4826
|
-
|
|
4827
|
-
|
|
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,
|
|
4828
4829
|
Tt as a5,
|
|
4829
|
-
|
|
4830
|
-
|
|
4830
|
+
Et as a6,
|
|
4831
|
+
Ta as a7,
|
|
4831
4832
|
Zt as a8,
|
|
4832
4833
|
_e as a9,
|
|
4833
|
-
|
|
4834
|
-
|
|
4834
|
+
Cr as aa,
|
|
4835
|
+
Nr as ab,
|
|
4835
4836
|
Kt as ac,
|
|
4836
4837
|
ei as ad,
|
|
4837
4838
|
li as ae,
|
|
4838
|
-
|
|
4839
|
+
nl as af,
|
|
4839
4840
|
ze as b,
|
|
4840
4841
|
Mt as c,
|
|
4841
4842
|
Xt as d,
|
|
@@ -4847,18 +4848,18 @@ export {
|
|
|
4847
4848
|
si as j,
|
|
4848
4849
|
ni as k,
|
|
4849
4850
|
ai as l,
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4857
|
-
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4863
|
-
|
|
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
|
|
4864
4865
|
};
|