md-components-mdigial-azamat 0.0.87 → 0.0.89
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/ActionIconList/ActionIconList.js +1 -1
- package/dist/Actions/actionsGenerator.js +15 -0
- package/dist/AllComponents.js +5 -4
- package/dist/AllComponentsInfo.js +1 -1
- package/dist/Cards/CardImage/CardImage.js +12 -10
- package/dist/Cards/WarningCard/WarningCard.js +4 -3
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +1 -1
- package/dist/Forms/FormDefault/index.js +1 -1
- package/dist/Forms/FormDefault/info.js +6 -5
- package/dist/Forms/helpers/renderFormFields.js +1 -1
- package/dist/Forms/model/components.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/TitleBlock/TitleBlock.js +1 -1
- package/dist/{componentsMap-2618a2a1.js → componentsMap-fe7d949d.js} +1 -1
- package/dist/{data.mock-9071e4ea.js → data.mock-f00bb32c.js} +14 -6
- package/dist/{info-1169ba3e.js → info-6760fbcd.js} +221 -219
- package/dist/main.js +19 -17
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ import "../PartnersColors/PartnersColors.js";
|
|
|
31
31
|
import "../PreviewList/PreviewList.js";
|
|
32
32
|
import "../Cards/CardImage/CardImage.js";
|
|
33
33
|
import "../Cards/ContentCard/ContentCard.js";
|
|
34
|
-
import "../info-
|
|
34
|
+
import "../info-6760fbcd.js";
|
|
35
35
|
import "../Cards/ColoredCard/index.js";
|
|
36
36
|
import "../Cards/FeaturesCard/index.js";
|
|
37
37
|
import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const s = (e) => {
|
|
2
|
+
const l = {};
|
|
3
|
+
return e != null && e.modal && (l.onClick = () => {
|
|
4
|
+
var r;
|
|
5
|
+
const o = (r = e == null ? void 0 : e.modal) == null ? void 0 : r.modal_slug;
|
|
6
|
+
if (o) {
|
|
7
|
+
sessionStorage.setItem("modal_slug", o);
|
|
8
|
+
const t = new URL(window.location.href);
|
|
9
|
+
t.searchParams.set("modal_slug", o), window.history.pushState({}, "", t.toString());
|
|
10
|
+
}
|
|
11
|
+
}), l;
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
s as actionsGenerator
|
|
15
|
+
};
|
package/dist/AllComponents.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./data.mock-
|
|
1
|
+
import "./data.mock-f00bb32c.js";
|
|
2
2
|
import "./AnimatedSwiper/index.js";
|
|
3
3
|
import "./Banner/Banner.js";
|
|
4
4
|
import "./CardIconList/CardIconList.js";
|
|
@@ -8,7 +8,7 @@ import "./CardInfoTable/index.js";
|
|
|
8
8
|
import "./ContentCardList/ContentCardList.js";
|
|
9
9
|
import "./DownloadFile/components/DownloadFileBright/index.js";
|
|
10
10
|
import "./Faq/Faq.js";
|
|
11
|
-
import { a as
|
|
11
|
+
import { a as Xo, A as Yo } from "./info-6760fbcd.js";
|
|
12
12
|
import "./InfoBannerList/InfoBannerList.js";
|
|
13
13
|
import "./IntroBanner/IntroBanner.js";
|
|
14
14
|
import "./MainBanner/MainBanner.js";
|
|
@@ -54,6 +54,7 @@ import "./InfoBanner/index.js";
|
|
|
54
54
|
import "./Space/Space.js";
|
|
55
55
|
import "./TasksBanner/TasksBanner.js";
|
|
56
56
|
import "react-dom";
|
|
57
|
+
import "./TitleBlock/TitleBlock.js";
|
|
57
58
|
import "./AnimatedSwiper/info.js";
|
|
58
59
|
import "./Banner/info.js";
|
|
59
60
|
import "./BannerAndText/info.js";
|
|
@@ -99,6 +100,6 @@ import "./Video/VideoListMini/info.js";
|
|
|
99
100
|
import "./VideoMainBanner/info.js";
|
|
100
101
|
import "./Actions/types.js";
|
|
101
102
|
export {
|
|
102
|
-
|
|
103
|
-
|
|
103
|
+
Xo as AllComponents,
|
|
104
|
+
Yo as AllComponentsData
|
|
104
105
|
};
|
|
@@ -10,7 +10,7 @@ import { cardImageInfo as f } from "./Cards/CardImage/info.js";
|
|
|
10
10
|
import { coloredCardInfo as I } from "./Cards/ColoredCard/info.js";
|
|
11
11
|
import { contentCardInfo as d } from "./Cards/ContentCard/info.js";
|
|
12
12
|
import { featuresCardInfo as p } from "./Cards/FeaturesCard/info.js";
|
|
13
|
-
import { w as s, f as l } from "./info-
|
|
13
|
+
import { w as s, f as l } from "./info-6760fbcd.js";
|
|
14
14
|
import { contentCardListInfo as C } from "./ContentCardList/info.js";
|
|
15
15
|
import { downloadFileBannerInfo as B } from "./DownloadFile/components/DownloadFileBanner/info.js";
|
|
16
16
|
import { downloadFileBrightInfo as L } from "./DownloadFile/components/DownloadFileBright/info.js";
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { jsxs as p, jsx as x } from "react/jsx-runtime";
|
|
2
|
+
import { actionsGenerator as s } from "../../Actions/actionsGenerator.js";
|
|
2
3
|
import { FieldTypes as l } from "../../Types/FiledTypes.js";
|
|
3
|
-
import { I as
|
|
4
|
+
import { I as c } from "../../index-9384c6d6.js";
|
|
4
5
|
import { c as i } from "../../cn-6a4bf187.js";
|
|
5
|
-
const
|
|
6
|
+
const n = {
|
|
6
7
|
type: "data",
|
|
7
8
|
label: "Данные карточки с изображением",
|
|
8
9
|
dataType: "object",
|
|
@@ -15,11 +16,12 @@ const r = {
|
|
|
15
16
|
is_black: l.BOOLEAN
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
|
-
},
|
|
19
|
-
const
|
|
19
|
+
}, m = [n], b = ({ data: e }) => {
|
|
20
|
+
const o = (e == null ? void 0 : e.variant) === "large" ? "h-[364px]" : "h-[264px]", t = (e == null ? void 0 : e.variant) === "small" ? "w-[364px]" : "w-[264px]", r = s(e == null ? void 0 : e.action);
|
|
20
21
|
return /* @__PURE__ */ p(
|
|
21
22
|
"div",
|
|
22
23
|
{
|
|
24
|
+
...r,
|
|
23
25
|
className: i(
|
|
24
26
|
"w-full overflow-hidden bg-white rounded-[20px] flex flex-1 flex-col items-center justify-between",
|
|
25
27
|
{ "!bg-black": e == null ? void 0 : e.is_black }
|
|
@@ -48,20 +50,20 @@ const r = {
|
|
|
48
50
|
)
|
|
49
51
|
] }),
|
|
50
52
|
/* @__PURE__ */ x(
|
|
51
|
-
|
|
53
|
+
c,
|
|
52
54
|
{
|
|
53
55
|
src: e == null ? void 0 : e.image,
|
|
54
56
|
alt: e == null ? void 0 : e.title,
|
|
55
|
-
className: `w-full ${
|
|
56
|
-
imageStyles: `${
|
|
57
|
+
className: `w-full ${o} max-tablet:h-[200px] box-border`,
|
|
58
|
+
imageStyles: `${t} h-full max-tablet:w-[200px] object-contain`
|
|
57
59
|
}
|
|
58
60
|
)
|
|
59
61
|
]
|
|
60
62
|
}
|
|
61
63
|
);
|
|
62
64
|
};
|
|
63
|
-
|
|
65
|
+
b.propsToEdit = m;
|
|
64
66
|
export {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
+
b as CardImage,
|
|
68
|
+
m as propsToEdit
|
|
67
69
|
};
|
|
@@ -29,7 +29,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
29
29
|
import "../../PreviewList/PreviewList.js";
|
|
30
30
|
import "../CardImage/CardImage.js";
|
|
31
31
|
import "../ContentCard/ContentCard.js";
|
|
32
|
-
import { W as
|
|
32
|
+
import { W as Zr, p as _r } from "../../info-6760fbcd.js";
|
|
33
33
|
import "../ColoredCard/index.js";
|
|
34
34
|
import "../FeaturesCard/index.js";
|
|
35
35
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -55,6 +55,7 @@ import "../../TasksBanner/TasksBanner.js";
|
|
|
55
55
|
import "../../TasksBannerList/TasksBannerList.js";
|
|
56
56
|
import "../../VideoMainBanner/VideoMainBanner.js";
|
|
57
57
|
import "react-dom";
|
|
58
|
+
import "../../TitleBlock/TitleBlock.js";
|
|
58
59
|
import "../../AnimatedSwiper/info.js";
|
|
59
60
|
import "../../Banner/info.js";
|
|
60
61
|
import "../../BannerAndText/info.js";
|
|
@@ -102,6 +103,6 @@ import "../../Actions/types.js";
|
|
|
102
103
|
import "../../Icon-70ea6cb8.js";
|
|
103
104
|
import "../../ComponentContainer-05e27e82.js";
|
|
104
105
|
export {
|
|
105
|
-
|
|
106
|
-
|
|
106
|
+
Zr as WarningCard,
|
|
107
|
+
_r as propsToEdit
|
|
107
108
|
};
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../../index-a0ed2e4a.js";
|
|
4
4
|
import "../../index-875e92ce.js";
|
|
5
5
|
import "../../const-53dff524.js";
|
|
6
|
-
import { F as f, g as F } from "../../info-
|
|
6
|
+
import { F as f, g as F } from "../../info-6760fbcd.js";
|
|
7
7
|
import "../../ComponentContainer-05e27e82.js";
|
|
8
8
|
import "../../useScreenSize-c1b64c02.js";
|
|
9
9
|
export {
|
|
@@ -27,7 +27,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
27
27
|
import "../../PreviewList/PreviewList.js";
|
|
28
28
|
import "../../Cards/CardImage/CardImage.js";
|
|
29
29
|
import "../../Cards/ContentCard/ContentCard.js";
|
|
30
|
-
import { e as
|
|
30
|
+
import { e as Zo, f as _o, d as $o, i as or } from "../../info-6760fbcd.js";
|
|
31
31
|
import "../../Cards/ColoredCard/index.js";
|
|
32
32
|
import "../../Cards/FeaturesCard/index.js";
|
|
33
33
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -54,6 +54,7 @@ import "../../TasksBannerList/TasksBannerList.js";
|
|
|
54
54
|
import "../../VideoMainBanner/VideoMainBanner.js";
|
|
55
55
|
import "../../Types/FiledTypes.js";
|
|
56
56
|
import "react-dom";
|
|
57
|
+
import "../../TitleBlock/TitleBlock.js";
|
|
57
58
|
import "../../AnimatedSwiper/info.js";
|
|
58
59
|
import "../../Banner/info.js";
|
|
59
60
|
import "../../BannerAndText/info.js";
|
|
@@ -101,8 +102,8 @@ import "../../Actions/types.js";
|
|
|
101
102
|
import "../../index-0a5f313c.js";
|
|
102
103
|
import "./componentTypes.js";
|
|
103
104
|
export {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
105
|
+
Zo as FormFieldsProps,
|
|
106
|
+
_o as formDefaultInfo,
|
|
107
|
+
$o as formDefaultProps,
|
|
108
|
+
or as info
|
|
108
109
|
};
|
|
@@ -28,7 +28,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
28
28
|
import "../../PreviewList/PreviewList.js";
|
|
29
29
|
import "../../Cards/CardImage/CardImage.js";
|
|
30
30
|
import "../../Cards/ContentCard/ContentCard.js";
|
|
31
|
-
import { b as Wo, c as Xo } from "../../info-
|
|
31
|
+
import { b as Wo, c as Xo } from "../../info-6760fbcd.js";
|
|
32
32
|
import "../../Cards/ColoredCard/index.js";
|
|
33
33
|
import "../../Cards/FeaturesCard/index.js";
|
|
34
34
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n, Fragment as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../componentsMap-
|
|
2
|
+
import { c as i } from "../componentsMap-fe7d949d.js";
|
|
3
3
|
const d = ({ components: o, device: p }) => /* @__PURE__ */ n(t, { children: o.map((r) => {
|
|
4
4
|
const e = i[r.key];
|
|
5
5
|
return e ? /* @__PURE__ */ n(
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as a, B as t, a as s, C as n, S as D, b as r, V as e, c as i, d as o, e as d, P as l, f as C, g as B, h as L, W as m, i as w, j as p, F as I, D as g, k as F, l as S, m as c, I as M, n as P, o as f, p as u, A as V, q as T, T as W, r as b, E as x, s as h, t as k, u as q, v, w as y, x as A } from "../data.mock-
|
|
1
|
+
import { M as a, B as t, a as s, C as n, S as D, b as r, V as e, c as i, d as o, e as d, P as l, f as C, g as B, h as L, W as m, i as w, j as p, F as I, D as g, k as F, l as S, m as c, I as M, n as P, o as f, p as u, A as V, q as T, T as W, r as b, E as x, s as h, t as k, u as q, v, w as y, x as A } from "../data.mock-f00bb32c.js";
|
|
2
2
|
const j = [
|
|
3
3
|
a,
|
|
4
4
|
t,
|
|
@@ -10,7 +10,7 @@ import { CardImage as p } from "./Cards/CardImage/CardImage.js";
|
|
|
10
10
|
import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
|
|
11
11
|
import { ContentCard as s } from "./Cards/ContentCard/ContentCard.js";
|
|
12
12
|
import { FeaturesCard as d } from "./Cards/FeaturesCard/index.js";
|
|
13
|
-
import { W as l, F as C } from "./info-
|
|
13
|
+
import { W as l, F as C } from "./info-6760fbcd.js";
|
|
14
14
|
import { ContentCardList as B } from "./ContentCardList/ContentCardList.js";
|
|
15
15
|
import { DownloadFileBanner as F } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
16
16
|
import { DownloadFileBright as L } from "./DownloadFile/components/DownloadFileBright/index.js";
|
|
@@ -1136,7 +1136,7 @@ const q = {
|
|
|
1136
1136
|
isLight: !1,
|
|
1137
1137
|
isLightTitle: !1
|
|
1138
1138
|
}
|
|
1139
|
-
},
|
|
1139
|
+
}, T = {
|
|
1140
1140
|
key: t.TasksBannerList,
|
|
1141
1141
|
id: "29",
|
|
1142
1142
|
component_props: {
|
|
@@ -1217,7 +1217,7 @@ const q = {
|
|
|
1217
1217
|
}
|
|
1218
1218
|
]
|
|
1219
1219
|
}
|
|
1220
|
-
},
|
|
1220
|
+
}, P = {
|
|
1221
1221
|
key: t.VideoMainBanner,
|
|
1222
1222
|
id: "30",
|
|
1223
1223
|
component_props: {
|
|
@@ -1690,7 +1690,14 @@ const q = {
|
|
|
1690
1690
|
};
|
|
1691
1691
|
t.Header;
|
|
1692
1692
|
t.Footer;
|
|
1693
|
-
|
|
1693
|
+
const Q = {
|
|
1694
|
+
key: t.TitleBlock,
|
|
1695
|
+
id: "40",
|
|
1696
|
+
component_props: {
|
|
1697
|
+
title: "TitleBlockData",
|
|
1698
|
+
description: "DescriptionTitleBlockData"
|
|
1699
|
+
}
|
|
1700
|
+
};
|
|
1694
1701
|
t.ActionIconList, e.white, e.blackBG, e.graySoft, e.greenLight, e.white, a.Primary, e.white, e.blackBG, e.graySoft, e.greenLight, e.white, a.Primary, e.white, e.blackBG, e.graySoft, e.greenLight, e.white, a.Primary;
|
|
1695
1702
|
export {
|
|
1696
1703
|
A,
|
|
@@ -1703,7 +1710,7 @@ export {
|
|
|
1703
1710
|
F as M,
|
|
1704
1711
|
_ as P,
|
|
1705
1712
|
m as S,
|
|
1706
|
-
|
|
1713
|
+
T,
|
|
1707
1714
|
p as V,
|
|
1708
1715
|
w as W,
|
|
1709
1716
|
r as a,
|
|
@@ -1723,11 +1730,12 @@ export {
|
|
|
1723
1730
|
S as o,
|
|
1724
1731
|
I as p,
|
|
1725
1732
|
V as q,
|
|
1726
|
-
|
|
1733
|
+
P as r,
|
|
1727
1734
|
C as s,
|
|
1728
1735
|
E as t,
|
|
1729
1736
|
G as u,
|
|
1730
1737
|
U as v,
|
|
1731
1738
|
H as w,
|
|
1732
|
-
R as x
|
|
1739
|
+
R as x,
|
|
1740
|
+
Q as y
|
|
1733
1741
|
};
|