md-components-mdigial-azamat 0.0.31 → 0.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Actions/downloadFile/downloadFile.js +28 -0
- package/dist/Actions/index.js +13 -0
- package/dist/Actions/types.js +9 -0
- package/dist/AllComponents.js +4 -8
- package/dist/AnimatedSwiper/Slide/Slide.js +29 -29
- package/dist/AnimatedSwiper/index.js +8 -137
- package/dist/Banner/Banner.js +2 -2
- package/dist/Banner/index.js +1 -1
- package/dist/BannerAndText/index.js +3 -7
- package/dist/CardIconList/CardIconList.js +3 -7
- 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 +4 -8
- package/dist/CardImageSecondary/index.js +2 -2
- package/dist/CardImageSecondaryList/CardImageSecondaryList.js +1 -1
- package/dist/CardImageSecondaryList/index.js +1 -1
- package/dist/CardInfoTable/index.js +3 -7
- 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 +3 -7
- 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 +2 -3
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +4 -2
- 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 +4 -2
- package/dist/DownloadFile/components/DownloadFileMini/index.js +1 -1
- package/dist/Faq/Faq.js +3 -7
- 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 +4 -3
- package/dist/InfoBannerList/InfoBannerList.js +3 -4
- package/dist/InfoBannerList/index.js +1 -1
- package/dist/InstructionList/InstructionList.js +3 -3
- package/dist/InstructionList/components/InstructionCard/InstructionCard.js +23 -66
- package/dist/InstructionList/components/InstructionCard/index.js +2 -2
- package/dist/InstructionList/index.js +1 -1
- package/dist/IntroBanner/IntroBanner.js +2 -2
- 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 +3 -4
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PreviewList/PreviewList.js +1 -1
- package/dist/PreviewList/components/PreviewCard/PreviewCard.js +20 -2
- package/dist/PreviewList/components/PreviewCard/index.js +1 -1
- package/dist/PreviewList/index.js +1 -1
- package/dist/PromoPoster/PromoPoster.js +7 -48
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +3 -3
- package/dist/StandartTable/components/CardMarkedRow/index.js +23 -73
- package/dist/StandartTable/components/CardWarning/index.js +1 -1
- package/dist/StandartTable/index.js +2 -3
- package/dist/Stepper/Stepper.js +1 -1
- package/dist/Stepper/index.js +1 -1
- package/dist/SwiperList/SwiperList.js +10 -97
- package/dist/SwiperList/components/Slide/Slide.js +6 -6
- package/dist/SwiperList/index.js +1 -1
- package/dist/TasksBanner/TasksBanner.js +9 -123
- package/dist/TasksBanner/index.js +2 -2
- package/dist/TasksBannerList/TasksBannerList.js +5 -30
- package/dist/TasksBannerList/index.js +2 -2
- package/dist/Types/FiledTypes.js +2 -2
- package/dist/VideoMainBanner/VideoMainBanner.js +1 -1
- package/dist/VideoMainBanner/index.js +1 -1
- package/dist/componentsMap-6d7d63d5.js +47 -0
- package/dist/{swiper-react-c049ea66.js → index-b093f70c.js} +645 -502
- package/dist/{index-186a975e.js → index-b999483f.js} +2086 -1636
- package/dist/main.js +53 -54
- package/package.json +1 -1
- package/dist/componentsMap-e93c90e1.js +0 -50
- package/dist/useScreenSize-c1b64c02.js +0 -19
- /package/dist/assets/{swiper-react.css → index2.css} +0 -0
- /package/dist/assets/{TasksBanner.css → index3.css} +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const l = ({ props: o }) => {
|
|
2
|
+
if (!o || typeof o != "object")
|
|
3
|
+
return;
|
|
4
|
+
const { link: r, headers: n } = o;
|
|
5
|
+
if (!r)
|
|
6
|
+
return;
|
|
7
|
+
const c = (t) => {
|
|
8
|
+
const e = document.createElement("a");
|
|
9
|
+
e.href = t, e.download = "", e.rel = "noopener noreferrer", e.target = "_blank", document.body.appendChild(e), e.click(), e.remove();
|
|
10
|
+
};
|
|
11
|
+
if (n && Object.keys(n).length > 0) {
|
|
12
|
+
fetch(r, { headers: n }).then((t) => {
|
|
13
|
+
if (!t.ok)
|
|
14
|
+
throw new Error(`Failed to download file: ${t.status}`);
|
|
15
|
+
return t.blob();
|
|
16
|
+
}).then((t) => {
|
|
17
|
+
const e = URL.createObjectURL(t);
|
|
18
|
+
c(e), URL.revokeObjectURL(e);
|
|
19
|
+
}).catch((t) => {
|
|
20
|
+
console.error(t);
|
|
21
|
+
});
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
c(r);
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
l as downloadFile
|
|
28
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Actions as r } from "./types.js";
|
|
2
|
+
const c = {
|
|
3
|
+
[r.downloadFile.key]: async () => (await import("./downloadFile/downloadFile.js")).downloadFile
|
|
4
|
+
}, a = async (o, t) => {
|
|
5
|
+
const n = c[o];
|
|
6
|
+
if (!n)
|
|
7
|
+
throw new Error(`Unknown project action: ${o}`);
|
|
8
|
+
return (await n())(t);
|
|
9
|
+
};
|
|
10
|
+
export {
|
|
11
|
+
c as ProjectActions,
|
|
12
|
+
a as invokeProjectAction
|
|
13
|
+
};
|
package/dist/AllComponents.js
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import "./
|
|
1
|
+
import { af as g, ae as h } from "./index-b999483f.js";
|
|
2
|
+
import "./index-b093f70c.js";
|
|
3
3
|
import "./Partners/Partners.js";
|
|
4
4
|
import "./PartnersColors/PartnersColors.js";
|
|
5
|
-
import "./PromoPoster/PromoPoster.js";
|
|
6
5
|
import "./Segments/Segments.js";
|
|
7
|
-
import "./SwiperList/SwiperList.js";
|
|
8
|
-
import "./TasksBannerList/TasksBannerList.js";
|
|
9
6
|
import "./Video/VideoFull/VideoFull.js";
|
|
10
7
|
import "./Video/VideoList/VideoList.js";
|
|
11
8
|
import "./Video/VideoListMini/VideoListMini.js";
|
|
@@ -18,9 +15,8 @@ import "./index-a379154f.js";
|
|
|
18
15
|
import "./Faq/components/Collapse/Collapse.js";
|
|
19
16
|
import "react/jsx-runtime";
|
|
20
17
|
import "react";
|
|
21
|
-
import "./InstructionList/components/InstructionCard/InstructionCard.js";
|
|
22
18
|
import "./Space/Space.js";
|
|
23
19
|
export {
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
g as AllComponents,
|
|
21
|
+
h as AllComponentsData
|
|
26
22
|
};
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { c as
|
|
3
|
-
import { I as
|
|
4
|
-
import '../../assets/swiper.css';/* empty css */const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}) => /* @__PURE__ */
|
|
1
|
+
import { jsxs as l, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { c as e, a as i } from "../../cn-d8c04b28.js";
|
|
3
|
+
import { I as s } from "../../index-60dfa873.js";
|
|
4
|
+
import '../../assets/swiper.css';/* empty css */const f = ({
|
|
5
|
+
className: n,
|
|
6
|
+
isLight: t = !1,
|
|
7
|
+
imgClassName: o,
|
|
8
|
+
imgStyle: x,
|
|
9
|
+
title: r
|
|
10
|
+
}) => /* @__PURE__ */ l(
|
|
11
11
|
"div",
|
|
12
12
|
{
|
|
13
|
-
className:
|
|
13
|
+
className: e(
|
|
14
14
|
"relative flex flex-col gap-[32px] p-[32px] h-full w-full rounded-[20px] overflow-hidden bg-black8 transition-all duration-500 ease-in-out max-tablet:p-[24px] max-tablet:gap-[24px]",
|
|
15
|
-
|
|
16
|
-
{ "bg-white":
|
|
15
|
+
n,
|
|
16
|
+
{ "bg-white": t }
|
|
17
17
|
),
|
|
18
18
|
children: [
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
icon && /* @__PURE__ */ a(
|
|
20
|
+
s,
|
|
21
21
|
{
|
|
22
|
-
src:
|
|
23
|
-
alt:
|
|
22
|
+
src: icon,
|
|
23
|
+
alt: r,
|
|
24
24
|
width: 80,
|
|
25
25
|
height: 80,
|
|
26
|
-
className:
|
|
27
|
-
imageStyles:
|
|
26
|
+
className: e("transition-all duration-500", o),
|
|
27
|
+
imageStyles: e("transition-all duration-500", x)
|
|
28
28
|
}
|
|
29
29
|
),
|
|
30
|
-
/* @__PURE__ */
|
|
31
|
-
/* @__PURE__ */
|
|
30
|
+
/* @__PURE__ */ l("div", { className: "flex flex-col gap-[12px] max-tablet:gap-[8px]", children: [
|
|
31
|
+
/* @__PURE__ */ a(
|
|
32
32
|
"p",
|
|
33
33
|
{
|
|
34
|
-
className:
|
|
34
|
+
className: i(
|
|
35
35
|
"text-white4 text-[24px] font-bold leading-[32px] m-0 transition-all duration-500 ease-in-ou max-tablet:text-[24px] max-tablet:leading-[28px]",
|
|
36
|
-
{ "!text-black2":
|
|
36
|
+
{ "!text-black2": t }
|
|
37
37
|
),
|
|
38
|
-
children:
|
|
38
|
+
children: data == null ? void 0 : data.title
|
|
39
39
|
}
|
|
40
40
|
),
|
|
41
|
-
/* @__PURE__ */
|
|
41
|
+
/* @__PURE__ */ a(
|
|
42
42
|
"p",
|
|
43
43
|
{
|
|
44
|
-
className:
|
|
44
|
+
className: i(
|
|
45
45
|
"text-white4 text-[15px] font-normal leading-[24px] m-0 transition-all duration-500 [font-variant-numeric:lining-nums_tabular-nums_stacked-fractions] [font-feature-settings:'clig'_off,'liga'_off] max-tablet:text-[14px] max-tablet:leading-[20px]",
|
|
46
|
-
{ "!text-graySoft":
|
|
46
|
+
{ "!text-graySoft": t }
|
|
47
47
|
),
|
|
48
|
-
children:
|
|
48
|
+
children: data == null ? void 0 : data.description
|
|
49
49
|
}
|
|
50
50
|
)
|
|
51
51
|
] })
|
|
@@ -53,5 +53,5 @@ import '../../assets/swiper.css';/* empty css */const g = ({
|
|
|
53
53
|
}
|
|
54
54
|
);
|
|
55
55
|
export {
|
|
56
|
-
|
|
56
|
+
f as Slide
|
|
57
57
|
};
|
|
@@ -1,139 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import { Slide as z } from "./Slide/Slide.js";
|
|
9
|
-
const F = {
|
|
10
|
-
type: "cards",
|
|
11
|
-
label: "Карточки слайдера",
|
|
12
|
-
dataType: "array",
|
|
13
|
-
data: {
|
|
14
|
-
title: l.TITLE,
|
|
15
|
-
description: l.DESCRIPTION,
|
|
16
|
-
image: l.FILE,
|
|
17
|
-
icon: l.FILE,
|
|
18
|
-
is_black: l.BOOLEAN,
|
|
19
|
-
is_promo: l.BOOLEAN,
|
|
20
|
-
is_yellow: l.BOOLEAN
|
|
21
|
-
}
|
|
22
|
-
}, P = [
|
|
23
|
-
"title",
|
|
24
|
-
F,
|
|
25
|
-
"autoplay",
|
|
26
|
-
"isLight",
|
|
27
|
-
"isButton"
|
|
28
|
-
];
|
|
29
|
-
function _({
|
|
30
|
-
title: f,
|
|
31
|
-
cards: t,
|
|
32
|
-
autoplay: g = !1,
|
|
33
|
-
isLight: b = !1,
|
|
34
|
-
isButton: x = !0
|
|
35
|
-
}) {
|
|
36
|
-
const [n, m] = A(1), w = c(null), o = R(960), i = o ? 1.2 : 3, S = o ? 16 : 0, y = g ? {
|
|
37
|
-
delay: 3e3,
|
|
38
|
-
disableOnInteraction: !1,
|
|
39
|
-
waitForTransition: !0
|
|
40
|
-
} : !1, d = c(null), u = c(null), v = t.length <= i + 1 ? [...t, ...t] : t, N = t.length <= i + 1 ? n % t.length : n;
|
|
41
|
-
return /* @__PURE__ */ h("div", { className: "flex flex-col items-center gap-6 h-fit max-w-[1232px] w-full mx-auto px-4 relative max-tablet:max-w-full max-tablet:p-0", children: [
|
|
42
|
-
f && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: f }),
|
|
43
|
-
/* @__PURE__ */ h("div", { className: "relative w-full h-[346px] max-tablet:h-fit", children: [
|
|
44
|
-
/* @__PURE__ */ e(
|
|
45
|
-
E,
|
|
46
|
-
{
|
|
47
|
-
modules: [I, C],
|
|
48
|
-
className: "feature_swiper",
|
|
49
|
-
initialSlide: 0,
|
|
50
|
-
slidesPerView: i,
|
|
51
|
-
spaceBetween: S,
|
|
52
|
-
centeredSlides: !0,
|
|
53
|
-
speed: 500,
|
|
54
|
-
autoplay: y,
|
|
55
|
-
onSwiper: (a) => {
|
|
56
|
-
w.current = a, m(a.realIndex);
|
|
57
|
-
},
|
|
58
|
-
onBeforeTransitionStart: (a) => {
|
|
59
|
-
let s = a.realIndex;
|
|
60
|
-
m(s);
|
|
61
|
-
},
|
|
62
|
-
navigation: {
|
|
63
|
-
nextEl: d.current,
|
|
64
|
-
prevEl: u.current
|
|
65
|
-
},
|
|
66
|
-
loop: !0,
|
|
67
|
-
children: v.map((a, s) => {
|
|
68
|
-
const p = s === n;
|
|
69
|
-
return /* @__PURE__ */ e(T, { children: /* @__PURE__ */ e(
|
|
70
|
-
z,
|
|
71
|
-
{
|
|
72
|
-
data: a,
|
|
73
|
-
className: r(
|
|
74
|
-
"h-[314px] transition-all duration-500 transform scale-[0.85] relative max-tablet:h-[288px] max-tablet:scale-100",
|
|
75
|
-
{
|
|
76
|
-
"!h-[346px] !w-full transform scale-100 flex flex-col gap-[40px] md:h-auto md:gap-6": p && !o
|
|
77
|
-
}
|
|
78
|
-
),
|
|
79
|
-
imgClassName: r({
|
|
80
|
-
"h-[122px] w-[122px]": p && !o
|
|
81
|
-
}),
|
|
82
|
-
imgStyle: r({
|
|
83
|
-
"h-[122px] w-[122px]": p && !o
|
|
84
|
-
}),
|
|
85
|
-
isLight: b
|
|
86
|
-
}
|
|
87
|
-
) }, a.id);
|
|
88
|
-
})
|
|
89
|
-
}
|
|
90
|
-
),
|
|
91
|
-
x && /* @__PURE__ */ e(
|
|
92
|
-
"button",
|
|
93
|
-
{
|
|
94
|
-
ref: u,
|
|
95
|
-
className: r(
|
|
96
|
-
"absolute h-[40px] w-[40px] left-0 top-[200px] translate-x-[-50%] translate-y-[-50%] z-10 p-[8px] rounded-[50%] bg-graySoft border-none cursor-pointer max-tablet:hidden"
|
|
97
|
-
),
|
|
98
|
-
children: /* @__PURE__ */ e(
|
|
99
|
-
B,
|
|
100
|
-
{
|
|
101
|
-
size: 24,
|
|
102
|
-
color: "#ffffff"
|
|
103
|
-
}
|
|
104
|
-
)
|
|
105
|
-
}
|
|
106
|
-
),
|
|
107
|
-
x && /* @__PURE__ */ e(
|
|
108
|
-
"button",
|
|
109
|
-
{
|
|
110
|
-
ref: d,
|
|
111
|
-
className: r(
|
|
112
|
-
"absolute h-[40px] w-[40px] right-0 top-[200px] translate-x-[-50%] translate-y-[-50%] z-10 p-[8px] rounded-[50%] bg-graySoft border-none cursor-pointer max-tablet:hidden"
|
|
113
|
-
),
|
|
114
|
-
children: /* @__PURE__ */ e(
|
|
115
|
-
L,
|
|
116
|
-
{
|
|
117
|
-
size: 24,
|
|
118
|
-
color: "#ffffff"
|
|
119
|
-
}
|
|
120
|
-
)
|
|
121
|
-
}
|
|
122
|
-
)
|
|
123
|
-
] }),
|
|
124
|
-
t.length && /* @__PURE__ */ e(
|
|
125
|
-
O,
|
|
126
|
-
{
|
|
127
|
-
count: t.length,
|
|
128
|
-
active: N,
|
|
129
|
-
activeColor: "#16A34A",
|
|
130
|
-
anActiveColor: "#A6B2BA",
|
|
131
|
-
className: "mt-[24px]"
|
|
132
|
-
}
|
|
133
|
-
)
|
|
134
|
-
] });
|
|
135
|
-
}
|
|
136
|
-
_.propsToEdit = P;
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import { A as f } from "../index-b093f70c.js";
|
|
4
|
+
import "../SwiperList/components/Bullet/Bullet.js";
|
|
5
|
+
import "../Types/FiledTypes.js";
|
|
6
|
+
import "../cn-d8c04b28.js";
|
|
7
|
+
import "./Slide/Slide.js";
|
|
137
8
|
export {
|
|
138
|
-
|
|
9
|
+
f as default
|
|
139
10
|
};
|
package/dist/Banner/Banner.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../Types/FiledTypes.js";
|
|
3
|
-
import { B as n } from "../index-
|
|
3
|
+
import { B as n } from "../index-b999483f.js";
|
|
4
4
|
import "../ComponentContainer-0fcc2695.js";
|
|
5
5
|
import "../index-60dfa873.js";
|
|
6
6
|
import "../cn-d8c04b28.js";
|
|
7
|
-
import "../
|
|
7
|
+
import "../index-b093f70c.js";
|
|
8
8
|
export {
|
|
9
9
|
n as Banner
|
|
10
10
|
};
|
package/dist/Banner/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../ConfigProvider/index.js";
|
|
3
|
-
import {
|
|
3
|
+
import { a8 as q } from "../index-b999483f.js";
|
|
4
4
|
import "../Segments/Segments.js";
|
|
5
5
|
import "../Video/VideoFull/VideoFull.js";
|
|
6
6
|
import "../Video/VideoList/VideoList.js";
|
|
@@ -15,15 +15,11 @@ import "../index-a379154f.js";
|
|
|
15
15
|
import "../Faq/components/Collapse/Collapse.js";
|
|
16
16
|
import "react";
|
|
17
17
|
import "../cn-d8c04b28.js";
|
|
18
|
-
import "../InstructionList/components/InstructionCard/InstructionCard.js";
|
|
19
18
|
import "../index-60dfa873.js";
|
|
20
|
-
import "../
|
|
21
|
-
import "../PromoPoster/PromoPoster.js";
|
|
19
|
+
import "../index-b093f70c.js";
|
|
22
20
|
import "../Space/Space.js";
|
|
23
|
-
import "../SwiperList/SwiperList.js";
|
|
24
|
-
import "../TasksBannerList/TasksBannerList.js";
|
|
25
21
|
import "../Types/FiledTypes.js";
|
|
26
22
|
import "../ComponentContainer-0fcc2695.js";
|
|
27
23
|
export {
|
|
28
|
-
|
|
24
|
+
q as BannerAndText
|
|
29
25
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../index-a379154f.js";
|
|
3
3
|
import "../ConfigProvider/index.js";
|
|
4
|
-
import { b as
|
|
4
|
+
import { b as l } from "../index-b999483f.js";
|
|
5
5
|
import "../Segments/Segments.js";
|
|
6
6
|
import "../Video/VideoFull/VideoFull.js";
|
|
7
7
|
import "../Video/VideoList/VideoList.js";
|
|
@@ -15,14 +15,10 @@ import "../Cards/ColoredCard/index.js";
|
|
|
15
15
|
import "../Faq/components/Collapse/Collapse.js";
|
|
16
16
|
import "react";
|
|
17
17
|
import "../cn-d8c04b28.js";
|
|
18
|
-
import "../
|
|
19
|
-
import "../AnimatedSwiper/index.js";
|
|
20
|
-
import "../PromoPoster/PromoPoster.js";
|
|
18
|
+
import "../index-b093f70c.js";
|
|
21
19
|
import "../Space/Space.js";
|
|
22
|
-
import "../SwiperList/SwiperList.js";
|
|
23
|
-
import "../TasksBannerList/TasksBannerList.js";
|
|
24
20
|
import "../Types/FiledTypes.js";
|
|
25
21
|
import "../ComponentContainer-0fcc2695.js";
|
|
26
22
|
export {
|
|
27
|
-
|
|
23
|
+
l as CardIconList
|
|
28
24
|
};
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "../Cards/CardImage/CardImage.js";
|
|
3
3
|
import "../Cards/CardImage/types.js";
|
|
4
4
|
import "../Types/FiledTypes.js";
|
|
5
|
-
import { C as s } from "../index-
|
|
5
|
+
import { C as s } from "../index-b999483f.js";
|
|
6
6
|
import "../ComponentContainer-0fcc2695.js";
|
|
7
7
|
import "../cn-d8c04b28.js";
|
|
8
8
|
export {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../ConfigProvider/index.js";
|
|
3
|
-
import {
|
|
3
|
+
import { am as b, al as h } from "../index-b999483f.js";
|
|
4
4
|
import "../Segments/Segments.js";
|
|
5
5
|
import "../Video/VideoFull/VideoFull.js";
|
|
6
6
|
import "../Video/VideoList/VideoList.js";
|
|
@@ -15,15 +15,11 @@ import "../index-a379154f.js";
|
|
|
15
15
|
import "../Faq/components/Collapse/Collapse.js";
|
|
16
16
|
import "react";
|
|
17
17
|
import "../cn-d8c04b28.js";
|
|
18
|
-
import "../InstructionList/components/InstructionCard/InstructionCard.js";
|
|
19
18
|
import "../index-60dfa873.js";
|
|
20
|
-
import "../
|
|
21
|
-
import "../PromoPoster/PromoPoster.js";
|
|
19
|
+
import "../index-b093f70c.js";
|
|
22
20
|
import "../Space/Space.js";
|
|
23
|
-
import "../SwiperList/SwiperList.js";
|
|
24
|
-
import "../TasksBannerList/TasksBannerList.js";
|
|
25
21
|
import "../Types/FiledTypes.js";
|
|
26
22
|
export {
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
b as CardImageSecondary,
|
|
24
|
+
h as cardImageSecondaryDataProps
|
|
29
25
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "../ConfigProvider/index.js";
|
|
4
|
-
import {
|
|
4
|
+
import { k as j } from "../index-b999483f.js";
|
|
5
5
|
import "../Segments/Segments.js";
|
|
6
6
|
import "../Video/VideoFull/VideoFull.js";
|
|
7
7
|
import "../Video/VideoList/VideoList.js";
|
|
@@ -15,14 +15,10 @@ import "../Cards/ColoredCard/index.js";
|
|
|
15
15
|
import "../index-a379154f.js";
|
|
16
16
|
import "../Faq/components/Collapse/Collapse.js";
|
|
17
17
|
import "../cn-d8c04b28.js";
|
|
18
|
-
import "../
|
|
19
|
-
import "../AnimatedSwiper/index.js";
|
|
20
|
-
import "../PromoPoster/PromoPoster.js";
|
|
18
|
+
import "../index-b093f70c.js";
|
|
21
19
|
import "../Space/Space.js";
|
|
22
|
-
import "../SwiperList/SwiperList.js";
|
|
23
|
-
import "../TasksBannerList/TasksBannerList.js";
|
|
24
20
|
import "../Types/FiledTypes.js";
|
|
25
21
|
import "../ComponentContainer-0fcc2695.js";
|
|
26
22
|
export {
|
|
27
|
-
|
|
23
|
+
j as CardInfoTable
|
|
28
24
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { a as
|
|
2
|
+
import { a as l } from "../index-b999483f.js";
|
|
3
3
|
import "../ConfigProvider/index.js";
|
|
4
4
|
import "../Segments/Segments.js";
|
|
5
5
|
import "../Video/VideoFull/VideoFull.js";
|
|
@@ -14,14 +14,10 @@ import "../Cards/ColoredCard/index.js";
|
|
|
14
14
|
import "../index-a379154f.js";
|
|
15
15
|
import "../Faq/components/Collapse/Collapse.js";
|
|
16
16
|
import "react";
|
|
17
|
-
import "../
|
|
18
|
-
import "../AnimatedSwiper/index.js";
|
|
19
|
-
import "../PromoPoster/PromoPoster.js";
|
|
17
|
+
import "../index-b093f70c.js";
|
|
20
18
|
import "../Space/Space.js";
|
|
21
|
-
import "../SwiperList/SwiperList.js";
|
|
22
|
-
import "../TasksBannerList/TasksBannerList.js";
|
|
23
19
|
import "../Types/FiledTypes.js";
|
|
24
20
|
import "../ComponentContainer-0fcc2695.js";
|
|
25
21
|
export {
|
|
26
|
-
|
|
22
|
+
l as ContentCardList
|
|
27
23
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import {
|
|
3
|
-
import "../../../model-9e50e351.js";
|
|
2
|
+
import { n as e } from "../../../index-b999483f.js";
|
|
4
3
|
import "../../../ComponentContainer-0fcc2695.js";
|
|
5
4
|
import "../../../index-60dfa873.js";
|
|
6
5
|
import "../../../cn-d8c04b28.js";
|
|
7
|
-
import "../../../
|
|
6
|
+
import "../../../index-b093f70c.js";
|
|
8
7
|
export {
|
|
9
8
|
e as DownloadFileBright
|
|
10
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import "../../../Types/FiledTypes.js";
|
|
3
|
+
import { e as m, aj as t } from "../../../index-b999483f.js";
|
|
3
4
|
import "../../../model-9e50e351.js";
|
|
4
5
|
import "../../../ComponentContainer-0fcc2695.js";
|
|
5
6
|
export {
|
|
6
|
-
|
|
7
|
+
m as DownloadFileFull,
|
|
8
|
+
t as downloadFileFullProps
|
|
7
9
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import
|
|
2
|
+
import "../../../Types/FiledTypes.js";
|
|
3
|
+
import { f as t, ak as l } from "../../../index-b999483f.js";
|
|
3
4
|
import "../../../model-9e50e351.js";
|
|
4
5
|
import "../../../ComponentContainer-0fcc2695.js";
|
|
5
6
|
export {
|
|
6
|
-
t as DownloadFileMini
|
|
7
|
+
t as DownloadFileMini,
|
|
8
|
+
l as downloadFileMiniProps
|
|
7
9
|
};
|