md-components-mdigial-azamat 0.0.44 → 0.0.46

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.
Files changed (144) hide show
  1. package/dist/AllComponents.js +167 -34
  2. package/dist/AllComponentsInfo.js +95 -0
  3. package/dist/AnimatedSwiper/index.js +139 -10
  4. package/dist/AnimatedSwiper/info.js +11 -0
  5. package/dist/Banner/Banner.js +4 -3
  6. package/dist/Banner/info.js +11 -0
  7. package/dist/BannerAndText/index.js +2 -1
  8. package/dist/BannerAndText/info.js +11 -0
  9. package/dist/CardIconList/CardIconList.js +3 -2
  10. package/dist/CardIconList/info.js +11 -0
  11. package/dist/CardImageList/CardImageList.js +4 -3
  12. package/dist/CardImageList/info.js +11 -0
  13. package/dist/CardImageSecondary/CardImageSecondary.js +2 -1
  14. package/dist/CardImageSecondary/info.js +11 -0
  15. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +8 -7
  16. package/dist/CardImageSecondaryList/info.js +11 -0
  17. package/dist/CardInfoTable/index.js +4 -3
  18. package/dist/CardInfoTable/info.js +11 -0
  19. package/dist/Cards/CardImage/CardImage.js +2 -1
  20. package/dist/Cards/CardImage/info.js +11 -0
  21. package/dist/Cards/ColoredCard/index.js +2 -1
  22. package/dist/Cards/ColoredCard/info.js +11 -0
  23. package/dist/Cards/ContentCard/ContentCard.js +36 -35
  24. package/dist/Cards/ContentCard/info.js +11 -0
  25. package/dist/Cards/FeaturesCard/index.js +3 -2
  26. package/dist/Cards/FeaturesCard/info.js +11 -0
  27. package/dist/Cards/WarningCard/WarningCard.js +7 -6
  28. package/dist/Cards/WarningCard/info.js +11 -0
  29. package/dist/ContentCardList/ContentCardList.js +23 -19
  30. package/dist/ContentCardList/info.js +11 -0
  31. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +3 -2
  32. package/dist/DownloadFile/components/DownloadFileBanner/info.js +11 -0
  33. package/dist/DownloadFile/components/DownloadFileBright/index.js +3 -2
  34. package/dist/DownloadFile/components/DownloadFileBright/info.js +11 -0
  35. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +4 -3
  36. package/dist/DownloadFile/components/DownloadFileFull/info.js +11 -0
  37. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +4 -3
  38. package/dist/DownloadFile/components/DownloadFileHalf/info.js +11 -0
  39. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +5 -4
  40. package/dist/DownloadFile/components/DownloadFileMini/info.js +11 -0
  41. package/dist/Faq/Faq.js +2 -1
  42. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +2 -2
  43. package/dist/Faq/info.js +11 -0
  44. package/dist/Footer/Footer.js +96 -54
  45. package/dist/Footer/info.js +10 -0
  46. package/dist/Header/Header.js +60 -6
  47. package/dist/Header/components/HeaderCard/HeaderCard.js +2 -2
  48. package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +1 -1
  49. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +52 -45
  50. package/dist/Header/components/HeaderMobile/HeaderMobile.js +71 -9
  51. package/dist/Header/components/HeaderMobile/index.js +1 -1
  52. package/dist/Header/components/HeaderSearch/HeaderSearch.js +157 -11
  53. package/dist/Header/components/HeaderSearch/index.js +2 -2
  54. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +3 -3
  55. package/dist/Header/components/HeaderWeb/HeaderWeb.js +11 -11
  56. package/dist/Header/components/SelectLanguage/SelectLanguage.js +1 -1
  57. package/dist/Header/components/TabsOutlined/TabsOutlined.js +2 -2
  58. package/dist/Header/index.js +2 -2
  59. package/dist/Header/info.js +10 -0
  60. package/dist/HeroPossibilityBanner/index.js +2 -1
  61. package/dist/HeroPossibilityBanner/info.js +11 -0
  62. package/dist/HtmlContent/HtmlContent.js +2 -1
  63. package/dist/HtmlContent/info.js +10 -0
  64. package/dist/InfoBanner/index.js +3 -2
  65. package/dist/InfoBanner/info.js +11 -0
  66. package/dist/InfoBannerList/InfoBannerList.js +49 -7
  67. package/dist/InfoBannerList/index.js +2 -2
  68. package/dist/InfoBannerList/info.js +11 -0
  69. package/dist/InstructionList/InstructionList.js +31 -7
  70. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +80 -47
  71. package/dist/InstructionList/components/InstructionCard/index.js +1 -1
  72. package/dist/InstructionList/index.js +1 -1
  73. package/dist/InstructionList/info.js +11 -0
  74. package/dist/IntroBanner/IntroBanner.js +3 -2
  75. package/dist/IntroBanner/info.js +11 -0
  76. package/dist/MainBanner/MainBanner.js +4 -3
  77. package/dist/MainBanner/info.js +11 -0
  78. package/dist/MultiCards/index.js +2 -1
  79. package/dist/MultiCards/info.js +11 -0
  80. package/dist/PageViewer/PageViewer.js +4 -43
  81. package/dist/PageViewer/renderComponents.js +1 -1
  82. package/dist/Partners/Partners.js +2 -1
  83. package/dist/Partners/info.js +11 -0
  84. package/dist/PartnersColors/PartnersColors.js +2 -1
  85. package/dist/PartnersColors/info.js +11 -0
  86. package/dist/PreviewList/PreviewList.js +31 -6
  87. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +29 -46
  88. package/dist/PreviewList/components/PreviewCard/index.js +2 -2
  89. package/dist/PreviewList/index.js +1 -1
  90. package/dist/PreviewList/info.js +11 -0
  91. package/dist/PromoPoster/PromoPoster.js +45 -7
  92. package/dist/PromoPoster/info.js +11 -0
  93. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  94. package/dist/RenderAllComponents/const.js +1 -1
  95. package/dist/Segments/Segments.js +2 -1
  96. package/dist/Segments/info.js +11 -0
  97. package/dist/Space/Space.js +2 -1
  98. package/dist/Space/info.js +11 -0
  99. package/dist/StandartTable/components/CardMarkedRow/index.js +88 -47
  100. package/dist/StandartTable/components/CardWarning/index.js +2 -2
  101. package/dist/StandartTable/index.js +76 -7
  102. package/dist/StandartTable/info.js +11 -0
  103. package/dist/Stepper/Stepper.js +4 -3
  104. package/dist/Stepper/info.js +11 -0
  105. package/dist/SwiperList/SwiperList.js +119 -11
  106. package/dist/SwiperList/index.js +1 -1
  107. package/dist/SwiperList/info.js +11 -0
  108. package/dist/TasksBanner/TasksBanner.js +132 -9
  109. package/dist/TasksBanner/index.js +2 -2
  110. package/dist/TasksBanner/info.js +11 -0
  111. package/dist/TasksBannerList/TasksBannerList.js +36 -5
  112. package/dist/TasksBannerList/index.js +2 -2
  113. package/dist/TasksBannerList/info.js +11 -0
  114. package/dist/Video/VideoFull/VideoFull.js +2 -1
  115. package/dist/Video/VideoFull/info.js +11 -0
  116. package/dist/Video/VideoList/VideoList.js +2 -1
  117. package/dist/Video/VideoList/info.js +11 -0
  118. package/dist/Video/VideoListMini/VideoListMini.js +2 -1
  119. package/dist/Video/VideoListMini/info.js +11 -0
  120. package/dist/VideoMainBanner/VideoMainBanner.js +18 -17
  121. package/dist/VideoMainBanner/info.js +11 -0
  122. package/dist/clientApi-642fea4b.js +25 -0
  123. package/dist/componentsMap-b3ef1658.js +75 -0
  124. package/dist/{const-637b0dca.js → const-53dff524.js} +3 -3
  125. package/dist/createBoolean-56064b0d.js +12 -0
  126. package/dist/{data.mock-483400cb.js → data.mock-2412b65a.js} +94 -96
  127. package/dist/{index-6af94f99.js → index-10605794.js} +1 -1
  128. package/dist/index-1a32da94.js +4 -0
  129. package/dist/{index-815f0132.js → index-b4c61de3.js} +9 -8
  130. package/dist/index.module-c8833286.js +83 -0
  131. package/dist/{languages-list-8419e560.js → languages-list-87ab3324.js} +2 -2
  132. package/dist/main.js +88 -81
  133. package/dist/{mousewheel-865ae601.js → mousewheel-2cf27f39.js} +1 -1
  134. package/dist/navigation-48c90d3b.js +183 -0
  135. package/dist/routes-76228734.js +109 -0
  136. package/dist/{swiper-react-90953710.js → swiper-react-bfbb44d6.js} +3 -3
  137. package/package.json +1 -1
  138. package/dist/componentsMap-0b4c8ca6.js +0 -68
  139. package/dist/index-3a534581.js +0 -261
  140. package/dist/index-3b24fe0f.js +0 -314
  141. package/dist/index-54813771.js +0 -925
  142. package/dist/routes-382632ac.js +0 -7
  143. /package/dist/assets/{index3.css → TasksBanner.css} +0 -0
  144. /package/dist/assets/{index2.css → navigation.css} +0 -0
@@ -1,925 +0,0 @@
1
- import { jsx as e, jsxs as s, Fragment as _ } from "react/jsx-runtime";
2
- import { useState as x, useEffect as H, useRef as T } from "react";
3
- import { HeaderMobileRender as w } from "./Header/const.js";
4
- import { c as O, a as R } from "./index-3a534581.js";
5
- import { c as d } from "./cn-6a4bf187.js";
6
- import Y from "./Header/components/HeaderMainMobile/HeaderMainMobile.js";
7
- import "./ConfigProvider/index.js";
8
- import { Banner as Z } from "./Banner/Banner.js";
9
- import "./BannerAndText/index.js";
10
- import { HtmlContent as V } from "./HtmlContent/HtmlContent.js";
11
- import "./Header/components/TabsOutlined/TabsOutlined.js";
12
- import { B as y } from "./index-6af94f99.js";
13
- import { c as D, b as Q } from "./const-637b0dca.js";
14
- import { Stepper as W } from "./Stepper/Stepper.js";
15
- import { Segments as U } from "./Segments/Segments.js";
16
- import { VideoFull as G } from "./Video/VideoFull/VideoFull.js";
17
- import { VideoList as $ } from "./Video/VideoList/VideoList.js";
18
- import { VideoListMini as J } from "./Video/VideoListMini/VideoListMini.js";
19
- import { ContentCardList as K } from "./ContentCardList/ContentCardList.js";
20
- import { CardIconList as X } from "./CardIconList/CardIconList.js";
21
- import { MultiCards as q } from "./MultiCards/index.js";
22
- import { Partners as ee } from "./Partners/Partners.js";
23
- import { CardImageList as ae } from "./CardImageList/CardImageList.js";
24
- import { MainBanner as te } from "./MainBanner/MainBanner.js";
25
- import { Faq as oe } from "./Faq/Faq.js";
26
- import { C as g } from "./ComponentContainer-cdb2528c.js";
27
- import { I as f } from "./index-2265d593.js";
28
- import ne from "./Header/components/HeaderTabsMobile/HeaderTabsMobile.js";
29
- import "./HeroPossibilityBanner/index.js";
30
- import { PartnersColors as re } from "./PartnersColors/PartnersColors.js";
31
- import "./Cards/CardImage/CardImage.js";
32
- import "./Cards/ContentCard/ContentCard.js";
33
- import { WarningCard as le } from "./Cards/WarningCard/WarningCard.js";
34
- import "./Cards/ColoredCard/index.js";
35
- import "./index-815f0132.js";
36
- import { DownloadFileBanner as se } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
37
- import { DownloadFileFull as ie } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
38
- import { DownloadFileHalf as pe } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
39
- import { DownloadFileMini as de } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
40
- import { Collapse as ce } from "./Faq/components/Collapse/Collapse.js";
41
- import { a as me, C as xe, b as ge, A as fe } from "./index-3b24fe0f.js";
42
- import { CardImageSecondaryList as he } from "./CardImageSecondaryList/CardImageSecondaryList.js";
43
- import { CardInfoTable as ue } from "./CardInfoTable/index.js";
44
- import { DownloadFileBright as be } from "./DownloadFile/components/DownloadFileBright/index.js";
45
- import { InfoBanner as Ne, InfoBannerFields as we } from "./InfoBanner/index.js";
46
- import { IntroBanner as Me } from "./IntroBanner/IntroBanner.js";
47
- import { FieldTypes as l } from "./Types/FiledTypes.js";
48
- import { u as I } from "./useScreenSize-c1b64c02.js";
49
- import { Space as ye } from "./Space/Space.js";
50
- import { a as Ie, N as Le, b as Te } from "./swiper-react-90953710.js";
51
- import { VideoMainBanner as De } from "./VideoMainBanner/VideoMainBanner.js";
52
- import { M as Ce, B as ve, C as Ee, S as Se, b as je, V as ke, c as Be, d as ze, e as Pe, f as Ae, g as Fe, P as _e, h as He, W as Oe, F as Re, k as Ye, D as Ze, l as Ve, m as Qe, I as We, o as Ue, p as Ge, A as $e, q as Je, T as Ke, r as Xe, E as qe, s as ea, t as aa, u as ta, v as oa, w as na, x as ra } from "./data.mock-483400cb.js";
53
- import la from "./Header/components/HeaderWeb/HeaderWeb.js";
54
- import { Footer as sa } from "./Footer/Footer.js";
55
- import { Bullet as ia } from "./SwiperList/components/Bullet/Bullet.js";
56
- import { Slide as pa } from "./SwiperList/components/Slide/Slide.js";
57
- import './assets/swiper.css';import './assets/index3.css';/* empty css */import { CardWarning as da } from "./StandartTable/components/CardWarning/index.js";
58
- import { InstructionModal as ca } from "./InstructionList/components/InstructionModal/InstructionModal.js";
59
- import ma from "./Header/components/HeaderSearchMobile/HeaderSearchMobile.js";
60
- const xa = ({ sectionsData: o, render: a }) => {
61
- const [n, t] = x(
62
- []
63
- );
64
- return /* @__PURE__ */ e(
65
- "div",
66
- {
67
- className: d(
68
- "fixed -top-[100vh] left-0 right-0 w-full h-[calc(100vh-56px)] bg-white z-[9998] overflow-y-auto overflow-x-hidden transition-all duration-500 pb-12",
69
- {
70
- "top-14": a === w.MENU
71
- }
72
- ),
73
- children: /* @__PURE__ */ e("div", { className: "flex items-center justify-between py-2 px-4 pb-2.5 relative", children: /* @__PURE__ */ s("div", { className: "w-full bg-white flex flex-col z-[1000]", children: [
74
- /* @__PURE__ */ e(
75
- ne,
76
- {
77
- sectionsData: o,
78
- setCategoriesData: t
79
- }
80
- ),
81
- n == null ? void 0 : n.map((r, i) => {
82
- var c;
83
- return /* @__PURE__ */ e(
84
- ce,
85
- {
86
- title: r == null ? void 0 : r.title,
87
- icon: r == null ? void 0 : r.icon,
88
- children: /* @__PURE__ */ e("div", { className: "rounded-2xl bg-white4 p-3 px-4 flex flex-col gap-6", children: (c = r == null ? void 0 : r.subcategories) == null ? void 0 : c.map((m, u) => /* @__PURE__ */ e(
89
- "a",
90
- {
91
- href: (m == null ? void 0 : m.link) || "/",
92
- className: "w-full flex justify-between",
93
- children: m == null ? void 0 : m.title
94
- },
95
- u
96
- )) })
97
- },
98
- i
99
- );
100
- })
101
- ] }) })
102
- }
103
- );
104
- }, ga = ({
105
- sections: o,
106
- darkTheme: a,
107
- className: n
108
- }) => {
109
- const [t, r] = x(w.MAIN), i = (p) => {
110
- r(p);
111
- }, [c, m] = x(void 0), [u, M] = x(!1), b = O(async (p) => {
112
- if (p.trim())
113
- try {
114
- const { data: F } = await R.searchHeader(p);
115
- m(F), M(!0);
116
- } catch {
117
- console.log("Нет результатов");
118
- }
119
- }, 500), N = (p) => {
120
- b(p);
121
- };
122
- return H(() => {
123
- if (t === w.MENU || t === w.SEARCH)
124
- return document.body.style.overflow = "hidden", () => {
125
- document.body.style.overflow = "";
126
- };
127
- }, [t]), /* @__PURE__ */ s(
128
- "div",
129
- {
130
- className: d(
131
- "w-full left-0 right-0 max-w-full overflow-hidden",
132
- n
133
- ),
134
- children: [
135
- /* @__PURE__ */ e(
136
- Y,
137
- {
138
- render: t,
139
- show: i,
140
- darkEffect: a,
141
- setSearchValue: N
142
- }
143
- ),
144
- /* @__PURE__ */ e(
145
- xa,
146
- {
147
- show: i,
148
- sectionsData: Array.isArray(o) ? o : [o],
149
- className: "top-[56px]",
150
- render: t
151
- }
152
- ),
153
- /* @__PURE__ */ e(
154
- ma,
155
- {
156
- render: t,
157
- show: i,
158
- results: c,
159
- showResults: u
160
- }
161
- )
162
- ]
163
- }
164
- );
165
- }, fa = ({ sections: o, darkTheme: a }) => {
166
- const n = I(960);
167
- return /* @__PURE__ */ e(_, { children: n ? /* @__PURE__ */ e(
168
- ga,
169
- {
170
- sections: o,
171
- darkTheme: a,
172
- className: "fixed top-0 z-[9999] w-full"
173
- }
174
- ) : /* @__PURE__ */ e(
175
- "div",
176
- {
177
- className: d(
178
- "fixed top-0 z-[9999] w-full h-[70px] bg-white flex items-center justify-center py-[9px]"
179
- ),
180
- children: /* @__PURE__ */ e(
181
- la,
182
- {
183
- sections: o,
184
- darkTheme: a
185
- }
186
- )
187
- }
188
- ) });
189
- }, ha = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYxODBfMjc4KSI+CjxwYXRoIGQ9Ik0xNS4zMzM3IDQuNjY2NjlIMTIuNjY3QzEyLjAzODUgNC42NjY2OSAxMS43MjQyIDQuNjY2NjkgMTEuNTI4OSA0LjQ3MTQyQzExLjMzMzcgNC4yNzYxNiAxMS4zMzM3IDMuOTYxODkgMTEuMzMzNyAzLjMzMzM1VjAuNjY2Njg3TTE1LjMzMzcgMTEuMzMzNEgxMi42NjdDMTIuMDM4NSAxMS4zMzM0IDExLjcyNDIgMTEuMzMzNCAxMS41Mjg5IDExLjUyODZDMTEuMzMzNyAxMS43MjM5IDExLjMzMzcgMTIuMDM4MSAxMS4zMzM3IDEyLjY2NjdWMTUuMzMzNE00LjY2Njk5IDE1LjMzMzRWMTIuNjY2N0M0LjY2Njk5IDEyLjAzODEgNC42NjY5OSAxMS43MjM5IDQuNDcxNzMgMTEuNTI4NkM0LjI3NjQ3IDExLjMzMzQgMy45NjIyIDExLjMzMzQgMy4zMzM2NiAxMS4zMzM0SDAuNjY2OTkyTTQuNjY2OTkgMC42NjY2ODdWMy4zMzMzNUM0LjY2Njk5IDMuOTYxODkgNC42NjY5OSA0LjI3NjE2IDQuNDcxNzMgNC40NzE0MkM0LjI3NjQ3IDQuNjY2NjkgMy45NjIyIDQuNjY2NjkgMy4zMzM2NiA0LjY2NjY5SDAuNjY2OTkyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF82MTgwXzI3OCI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K", ua = ["title", "subtitle", "count_color", "image", "id"], ba = {
190
- title: l.TITLE,
191
- subtitle: l.DESCRIPTION,
192
- count_color: l.COLOR,
193
- image: l.FILE,
194
- id: l.NUMBER
195
- }, C = ({
196
- title: o,
197
- subtitle: a,
198
- count_color: n,
199
- image: t,
200
- id: r
201
- }) => {
202
- const [i, c] = x(!1);
203
- return /* @__PURE__ */ s("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
204
- /* @__PURE__ */ s("div", { className: "relative w-full h-[256px]", children: [
205
- /* @__PURE__ */ e(
206
- f,
207
- {
208
- src: t,
209
- alt: o,
210
- className: "w-full h-full",
211
- imageStyles: "object-cover"
212
- }
213
- ),
214
- r && /* @__PURE__ */ e(
215
- "div",
216
- {
217
- className: `absolute top-[26px] left-[36px] text-[20px] leading-[32px] text-white
218
- px-[18px] rounded-[100px]`,
219
- style: { background: n },
220
- children: r
221
- }
222
- ),
223
- /* @__PURE__ */ s(
224
- "button",
225
- {
226
- className: `absolute top-[26px] right-[36px] w-fit flex items-center gap-[4px] py-[8px] px-[10px]
227
- bg-translucentBlack rounded-[100px] cursor-pointer`,
228
- onClick: () => {
229
- t && (c(!0), document.body.style.overflow = "hidden");
230
- },
231
- children: [
232
- /* @__PURE__ */ e("p", { className: "text-[14px] leading-[20px] text-white", children: "Показать" }),
233
- /* @__PURE__ */ e(
234
- f,
235
- {
236
- src: ha,
237
- alt: "show"
238
- }
239
- )
240
- ]
241
- }
242
- )
243
- ] }),
244
- /* @__PURE__ */ s("div", { className: "bg-white px-[24px] py-[32px] flex flex-col flex-grow gap-[8px]", children: [
245
- o && /* @__PURE__ */ e("p", { className: "text-[24px] leading-[32px] font-bold", children: o }),
246
- a && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] text-graySoft2", children: a })
247
- ] }),
248
- /* @__PURE__ */ e(
249
- ca,
250
- {
251
- show: i,
252
- image: t,
253
- title: o,
254
- onClose: () => {
255
- c(!1), document.body.style.overflow = "auto";
256
- }
257
- }
258
- )
259
- ] });
260
- };
261
- C.propsToEdit = ua;
262
- const Na = ["title", "cards", D], to = {
263
- type: "cards",
264
- label: "Карточки",
265
- dataType: "array",
266
- data: {
267
- ...ba
268
- }
269
- }, v = ({
270
- title: o,
271
- cards: a,
272
- button: n
273
- }) => /* @__PURE__ */ s(g, { className: "flex flex-col items-center", children: [
274
- o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[54px] font-bold text-center mb-[48px]", children: o }),
275
- /* @__PURE__ */ e("div", { className: "flex flex-row max-tablet:flex-col items-stretch gap-[24px]", children: a == null ? void 0 : a.map((t) => /* @__PURE__ */ e(
276
- C,
277
- {
278
- ...t
279
- },
280
- t == null ? void 0 : t.id
281
- )) }),
282
- /* @__PURE__ */ e(y, { ...n })
283
- ] });
284
- v.propsToEdit = Na;
285
- const wa = ["title", "subtitle", "image", "button", "id"], Ma = {
286
- title: l.TITLE,
287
- subtitle: l.DESCRIPTION,
288
- image: l.FILE,
289
- button: Q
290
- }, E = ({ title: o, subtitle: a, image: n, button: t }) => /* @__PURE__ */ s("div", { className: "w-full flex flex-col rounded-[20px] overflow-hidden", children: [
291
- /* @__PURE__ */ e("div", { className: "relative w-full h-[256px]", children: /* @__PURE__ */ e(
292
- f,
293
- {
294
- src: n,
295
- alt: o,
296
- className: "w-full h-full",
297
- imageStyles: "object-cover"
298
- }
299
- ) }),
300
- /* @__PURE__ */ s("div", { className: "bg-white p-[32px] flex flex-col gap-[8px] h-full", children: [
301
- (o == null ? void 0 : o.length) && /* @__PURE__ */ e("p", { className: "text-[24px] leading-[32px] font-bold", children: o }),
302
- a && /* @__PURE__ */ e("p", { className: "text-[14px] leading-[20px] text-graySoft", children: a }),
303
- ((t == null ? void 0 : t.title) || (t == null ? void 0 : t.children)) && /* @__PURE__ */ e(y, { ...t })
304
- ] })
305
- ] });
306
- E.propsToEdit = wa;
307
- const ya = {
308
- type: "cards",
309
- dataType: "array",
310
- label: "Карточки",
311
- data: {
312
- ...Ma
313
- }
314
- }, Ia = ["title", ya, D, "grid"], S = ({
315
- title: o,
316
- cards: a,
317
- button: n,
318
- grid: t = 3
319
- }) => (console.log(o), /* @__PURE__ */ s(g, { className: "flex flex-col items-center", children: [
320
- (o == null ? void 0 : o.length) && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: o }),
321
- /* @__PURE__ */ e("div", { className: `grid grid-cols-${t} items-stretch gap-[24px]`, children: a == null ? void 0 : a.map((r, i) => /* @__PURE__ */ e(
322
- E,
323
- {
324
- ...r
325
- },
326
- i
327
- )) }),
328
- ((n == null ? void 0 : n.title) || (n == null ? void 0 : n.children)) && /* @__PURE__ */ e(y, { ...n })
329
- ] }));
330
- S.propsToEdit = Ia;
331
- const h = ({
332
- label: o,
333
- type: a
334
- }) => ({
335
- dataType: l.BOOLEAN,
336
- label: o,
337
- type: a
338
- }), La = {
339
- type: "cards",
340
- label: "Карточки информации",
341
- dataType: "array",
342
- data: we
343
- }, Ta = h({
344
- label: "Светлый вариант",
345
- type: "isLight"
346
- }), Da = h({
347
- label: "Светлый заголовок",
348
- type: "isLightTitle"
349
- }), Ca = ["title", La, Ta, Da], j = ({
350
- title: o,
351
- cards: a,
352
- isLight: n,
353
- isLightTitle: t
354
- }) => {
355
- const r = I(960);
356
- return /* @__PURE__ */ e(g, { children: /* @__PURE__ */ s("div", { className: d("w-full"), children: [
357
- o && /* @__PURE__ */ e(
358
- "p",
359
- {
360
- className: d(
361
- "text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]",
362
- { "text-white4": t }
363
- ),
364
- children: o
365
- }
366
- ),
367
- /* @__PURE__ */ e("div", { className: d("flex flex-col gap-[40px] w-full"), children: a == null ? void 0 : a.map((i, c) => /* @__PURE__ */ e(
368
- Ne,
369
- {
370
- data: i,
371
- isTextLast: r ? !1 : c % 2 === 1,
372
- isLight: n
373
- },
374
- c
375
- )) })
376
- ] }) });
377
- };
378
- j.propsToEdit = Ca;
379
- const va = h({
380
- label: "Большой текст",
381
- type: "is_big"
382
- }), Ea = {
383
- type: "texts",
384
- label: "Тексты",
385
- dataType: "array",
386
- data: {
387
- title: l.TITLE,
388
- is_big: va
389
- }
390
- }, Sa = ["image", "image_mob", Ea], k = ({ image: o, image_mob: a, texts: n }) => {
391
- const t = I(960);
392
- return /* @__PURE__ */ e(
393
- g,
394
- {
395
- className: "flex items-center justify-between gap-[40px] px-[48px] py-[38px] pr-[68px] bg-cover bg-no-repeat rounded-[24px] overflow-hidden max-tablet:flex-col max-tablet:items-start max-tablet:gap-[24px] max-tablet:p-[24px] max-tablet:bg-center",
396
- style: {
397
- backgroundImage: `url(${t ? a : o})`
398
- },
399
- children: n == null ? void 0 : n.map((r, i) => /* @__PURE__ */ e(
400
- "p",
401
- {
402
- className: d(
403
- "text-[15px] leading-[22px] text-white break-words whitespace-normal max-w-full overflow-hidden",
404
- {
405
- "text-[72px] leading-[32px] font-bold text-white max-tablet:text-[32px] max-tablet:leading-[32px] max-tablet:h-[57px] max-tablet:break-words": r == null ? void 0 : r.is_big
406
- }
407
- ),
408
- children: r == null ? void 0 : r.title
409
- },
410
- i
411
- ))
412
- }
413
- );
414
- };
415
- k.propsToEdit = Sa;
416
- const ja = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2NzMgMS41NTMyMkw1Ljc3ODQzIDEwLjQ0MjNMMS4zMzM5OCA1Ljk5Nzg4IiBzdHJva2U9IiMxNkEzNEEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K", ka = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNSAxLjQ0NjA0TDE2LjUgMTYuNDQ2TTE2LjUgMS40NDYwNEwxLjUgMTYuNDQ2IiBzdHJva2U9IiNFRjQ0NDQiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K", Ba = h({
417
- label: "Маркированный",
418
- type: "is_marked"
419
- }), za = {
420
- title: l.TITLE,
421
- columns: {
422
- type: "columns",
423
- label: "Колонки",
424
- dataType: "array",
425
- data: {
426
- title: l.TITLE,
427
- description: l.DESCRIPTION,
428
- is_marked: Ba
429
- }
430
- }
431
- }, Pa = ({ title: o, columns: a, className: n }) => /* @__PURE__ */ s(
432
- "div",
433
- {
434
- className: d(
435
- "w-full grid grid-cols-[200px_3fr] gap-[24px] border-b border-greyLight",
436
- "max-tablet:last:border-none",
437
- "max-tablet:grid-cols-[170px_3fr] max-tablet:gap-0 max-tablet:w-fit",
438
- n
439
- ),
440
- children: [
441
- /* @__PURE__ */ e(
442
- "p",
443
- {
444
- className: d(
445
- "sticky left-0 top-0 z-10 bg-white font-medium text-[18px] leading-[24px] text-graySoft3 border-r border-greyLight",
446
- "py-[24px] px-[32px] max-tablet:w-[170px] max-tablet:px-4 whitespace-normal"
447
- ),
448
- children: o
449
- }
450
- ),
451
- /* @__PURE__ */ e(
452
- "div",
453
- {
454
- className: d(
455
- "grid grid-cols-[repeat(4,1fr)] max-tablet:grid-cols-[repeat(4,134px)] gap-[24px] max-tablet:gap-0 w-full"
456
- ),
457
- children: a == null ? void 0 : a.map((t) => /* @__PURE__ */ s(
458
- "div",
459
- {
460
- className: d(
461
- "w-full flex flex-col gap-2",
462
- "py-[24px] max-tablet:last:py-[10px] max-tablet:px-[12px] max-tablet:last:pb-0 max-tablet:w-134px]"
463
- ),
464
- children: [
465
- /* @__PURE__ */ s("div", { className: "flex flex-row items-start gap-2 w-[240px] max-tablet:w-full", children: [
466
- (t == null ? void 0 : t.is_marked) === null ? null : t != null && t.is_marked ? /* @__PURE__ */ e(
467
- f,
468
- {
469
- src: ja,
470
- alt: "check",
471
- width: 20,
472
- height: 20,
473
- className: "flex items-center justify-center"
474
- }
475
- ) : /* @__PURE__ */ e(
476
- f,
477
- {
478
- src: ka,
479
- alt: "cross",
480
- width: 20,
481
- height: 20,
482
- className: "flex items-center justify-center"
483
- }
484
- ),
485
- (t == null ? void 0 : t.title) && /* @__PURE__ */ e("p", { className: "text-[18px] leading-[26px] font-medium m-0 break-words", children: t == null ? void 0 : t.title })
486
- ] }),
487
- (t == null ? void 0 : t.description) && /* @__PURE__ */ e("div", { className: "text-[14px] leading-[20px] text-graySoft3 max-tablet:text-[13px] max-tablet:leading-[16px]", children: t == null ? void 0 : t.description })
488
- ]
489
- },
490
- t == null ? void 0 : t.id
491
- ))
492
- }
493
- )
494
- ]
495
- }
496
- ), Aa = {
497
- type: "table",
498
- label: "Таблица",
499
- dataType: "object",
500
- data: {
501
- keys: {
502
- image: l.FILE,
503
- image_mob: l.FILE,
504
- warning: {
505
- dataType: l.OBJECT,
506
- label: "Предупреждение",
507
- type: "warning",
508
- keys: {
509
- warning_title: l.TITLE,
510
- warning_description: l.DESCRIPTION
511
- }
512
- }
513
- }
514
- }
515
- }, Fa = {
516
- type: "rows",
517
- label: "Строки таблицы",
518
- dataType: "array",
519
- data: za
520
- }, _a = ["title", Aa, Fa], B = ({ title: o, table: a, rows: n }) => {
521
- var t;
522
- return /* @__PURE__ */ s(g, { children: [
523
- o && /* @__PURE__ */ e(
524
- "p",
525
- {
526
- className: d(
527
- "text-[44px] font-bold leading-[52px] mb-[48px] text-black text-center max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px]"
528
- ),
529
- children: o
530
- }
531
- ),
532
- /* @__PURE__ */ s("div", { className: "bg-white rounded-[20px] overflow-hidden p-8 md:p-6", children: [
533
- /* @__PURE__ */ e(
534
- "div",
535
- {
536
- className: d("overflow-x-auto whitespace-nowrap custom-scrollbar"),
537
- children: /* @__PURE__ */ e("div", { className: "bg-white rounded-[20px] w-full", children: n == null ? void 0 : n.map((r) => /* @__PURE__ */ e(
538
- Pa,
539
- {
540
- id: r == null ? void 0 : r.id,
541
- title: r == null ? void 0 : r.title,
542
- description: r == null ? void 0 : r.description,
543
- columns: r == null ? void 0 : r.columns,
544
- className: d({
545
- "border-b border-[#E6E8EB]": !(a != null && a.warning)
546
- })
547
- },
548
- r == null ? void 0 : r.id
549
- )) })
550
- }
551
- ),
552
- ((t = a == null ? void 0 : a.warning) == null ? void 0 : t.warning_description) && /* @__PURE__ */ e("div", { className: "mt-4", children: /* @__PURE__ */ e(
553
- da,
554
- {
555
- className: "!flex-[1_1_100%] bg-white",
556
- title: a.warning.warning_title,
557
- description: a.warning.warning_description
558
- }
559
- ) })
560
- ] })
561
- ] });
562
- };
563
- B.propsToEdit = _a;
564
- const L = ({
565
- label: o,
566
- type: a
567
- }) => ({
568
- dataType: l.NUMBER,
569
- label: o,
570
- type: a
571
- }), Ha = {
572
- type: "cards",
573
- label: "Карточки слайдера",
574
- dataType: "array",
575
- data: {
576
- description: l.DESCRIPTION,
577
- image: l.FILE
578
- }
579
- }, Oa = h({
580
- label: "Автоматический переход",
581
- type: "autoplay"
582
- }), Ra = L({
583
- label: "Задержка автоматического перехода",
584
- type: "autoplayDelay"
585
- }), Ya = L({
586
- label: "Количество слайдов на экране",
587
- type: "perViewScreens"
588
- }), Za = L({
589
- label: "Высота карточки",
590
- type: "cardHeight"
591
- }), Va = [
592
- "title",
593
- Ha,
594
- Za,
595
- Oa,
596
- Ra,
597
- Ya
598
- ], z = ({
599
- title: o,
600
- cards: a,
601
- card_height: n,
602
- autoplay: t,
603
- autoplayDelay: r = 2e3,
604
- perViewScreens: i
605
- }) => {
606
- const [c, m] = x(0), M = t ? {
607
- delay: r,
608
- disableOnInteraction: !1,
609
- waitForTransition: !0
610
- } : !1, b = T(null), N = T(null);
611
- return /* @__PURE__ */ s(g, { children: [
612
- o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-center mb-[48px]", children: o }),
613
- /* @__PURE__ */ s("div", { className: "relative w-full", children: [
614
- /* @__PURE__ */ e(
615
- Ie,
616
- {
617
- modules: [Le, me],
618
- spaceBetween: 24,
619
- slidesPerView: i,
620
- slidesPerGroup: 1,
621
- navigation: {
622
- nextEl: b.current,
623
- prevEl: N.current
624
- },
625
- onBeforeInit: (p) => {
626
- p.params.navigation && typeof p.params.navigation != "boolean" && (p.params.navigation.nextEl = b.current, p.params.navigation.prevEl = N.current);
627
- },
628
- pagination: { clickable: !0 },
629
- onSlideChange: (p) => m(p.realIndex),
630
- autoplay: M,
631
- children: a == null ? void 0 : a.map((p) => /* @__PURE__ */ e(Te, { children: /* @__PURE__ */ e(
632
- pa,
633
- {
634
- height: n,
635
- image: p == null ? void 0 : p.image,
636
- description: p == null ? void 0 : p.description
637
- }
638
- ) }, p.id))
639
- }
640
- ),
641
- /* @__PURE__ */ e(
642
- "button",
643
- {
644
- ref: N,
645
- className: "custom-prev absolute left-0 top-[50%] translate-y-[-50%] translate-x-[-50%] z-10 p-[8px] rounded-[50%] bg-white",
646
- children: /* @__PURE__ */ e(xe, { size: 24 })
647
- }
648
- ),
649
- /* @__PURE__ */ e(
650
- "button",
651
- {
652
- ref: b,
653
- className: "custom-next p-[8px] absolute right-0 top-[50%] translate-y-[-50%] translate-x-[50%] z-10 rounded-[50%] bg-white",
654
- children: /* @__PURE__ */ e(ge, { size: 24 })
655
- }
656
- )
657
- ] }),
658
- (a == null ? void 0 : a.length) > 1 && /* @__PURE__ */ e(
659
- ia,
660
- {
661
- count: (a == null ? void 0 : a.length) - (i - 1),
662
- active: c,
663
- activeColor: "#16A34A",
664
- anActiveColor: "#A6B2BA",
665
- className: "mt-[24px]"
666
- }
667
- )
668
- ] });
669
- };
670
- z.propsToEdit = Va;
671
- const Qa = ({
672
- color: o = "#40474F",
673
- size: a = 24,
674
- ...n
675
- }) => /* @__PURE__ */ e(
676
- "svg",
677
- {
678
- xmlns: "http://www.w3.org/2000/svg",
679
- width: a,
680
- height: a,
681
- viewBox: "0 0 16 16",
682
- fill: "none",
683
- ...n,
684
- children: /* @__PURE__ */ e(
685
- "path",
686
- {
687
- d: "M12.6666 5.7334L8.65995 9.7401C8.34884 10.0512 8.19328 10.2068 7.99998 10.2068C7.80668 10.2068 7.65113 10.0512 7.34001 9.7401L3.33331 5.7334",
688
- stroke: o || "currentColor",
689
- "stroke-width": "2",
690
- "stroke-linejoin": "round"
691
- }
692
- )
693
- }
694
- );
695
- const oo = {
696
- title: l.TITLE,
697
- htmlContent: l.HTML_CONTENT,
698
- image: l.FILE,
699
- isTextLast: l.BOOLEAN,
700
- turnover: l.BOOLEAN
701
- }, Wa = h({
702
- label: "Текст в конце",
703
- type: "isTextLast"
704
- }), Ua = [
705
- "title",
706
- "htmlContent",
707
- "image",
708
- Wa,
709
- l.TURN_OVER
710
- ], P = ({
711
- htmlContent: o,
712
- image: a,
713
- title: n,
714
- isTextLast: t,
715
- turnover: r
716
- }) => {
717
- const [i, c] = x(!1);
718
- return /* @__PURE__ */ s("div", { className: "relative w-full rounded-[20px] flex items-center justify-between gap-[100px] bg-white overflow-hidden max-tablet:flex-col max-tablet:gap-0", children: [
719
- /* @__PURE__ */ s(
720
- "div",
721
- {
722
- className: d(
723
- "h-full py-[32px] pr-[64px] pl-[48px] max-tablet:p-[32px] max-tablet:order-1 max-tablet:w-full",
724
- {
725
- "order-1": t
726
- }
727
- ),
728
- children: [
729
- /* @__PURE__ */ s("div", { className: "h-full flex flex-col gap-[24px]", children: [
730
- /* @__PURE__ */ e("p", { className: "text-[32px] leading-[40px] font-bold text-black5 max-tablet:text-[22px] max-tablet:leading-[26px]", children: n }),
731
- /* @__PURE__ */ e(
732
- "div",
733
- {
734
- className: d(
735
- "max-h-[98px] overflow-hidden max-tablet:text-[95px] transition-[max-height] duration-500 ease-in-out",
736
- {
737
- "max-h-[1000px]": i
738
- }
739
- ),
740
- children: /* @__PURE__ */ e(
741
- V,
742
- {
743
- className: "htmlContent",
744
- data: o
745
- }
746
- )
747
- }
748
- )
749
- ] }),
750
- /* @__PURE__ */ s(
751
- "button",
752
- {
753
- className: "flex items-center gap-2 px-6 bg-none border-none cursor-pointer transition-all duration-500 ease-in-out",
754
- onClick: () => c(!i),
755
- children: [
756
- /* @__PURE__ */ e("p", { className: "text-[16px] text-deepBlue leading-[24px] font-medium text-lightBlue6 transition-all duration-500 ease-in-out whitespace-nowrap mt-[12px]", children: i ? "Скрыть" : "Показать больше" }),
757
- /* @__PURE__ */ e(
758
- Qa,
759
- {
760
- size: 16,
761
- color: "#3B82F6",
762
- className: d(
763
- i ? "transition-all duration-500 rotate-180" : "transition-all duration-500",
764
- "mt-[12px]"
765
- )
766
- }
767
- )
768
- ]
769
- }
770
- )
771
- ]
772
- }
773
- ),
774
- a && /* @__PURE__ */ e(
775
- f,
776
- {
777
- src: a,
778
- alt: n,
779
- width: 453,
780
- className: d(
781
- "absolute right-0 bottom-0 h-auto flex items-end max-tablet:relative"
782
- ),
783
- imageStyles: d(
784
- "object-contain",
785
- r && "object-bottom",
786
- i && "object-bottom"
787
- )
788
- }
789
- )
790
- ] });
791
- };
792
- P.propsToEdit = Ua;
793
- const Ga = {
794
- type: "cards",
795
- label: "Карточки задач",
796
- dataType: "array",
797
- data: {
798
- title: l.TITLE,
799
- description: l.HTML_CONTENT,
800
- image: l.FILE,
801
- icon: l.FILE,
802
- is_black: l.BOOLEAN,
803
- is_promo: l.BOOLEAN,
804
- is_yellow: l.BOOLEAN
805
- }
806
- }, $a = ["title", Ga], A = ({ title: o, cards: a }) => /* @__PURE__ */ s(g, { children: [
807
- o && /* @__PURE__ */ e("p", { className: "text-[44px] leading-[52px] font-bold text-[#0e0f11] text-center mb-[48px] max-tablet:text-[26px] max-tablet:leading-[32px] max-tablet:mb-[32px] [font-variant-numeric:lining-nums_tabular-nums_stacked-fractions] [font-feature-settings:'liga'_off,'clig'_off]", children: o }),
808
- /* @__PURE__ */ e("div", { className: "flex flex-col gap-[40px] w-full", children: a == null ? void 0 : a.map((n, t) => {
809
- const r = t === 0;
810
- return /* @__PURE__ */ e(
811
- P,
812
- {
813
- title: n == null ? void 0 : n.title,
814
- description: n == null ? void 0 : n.description,
815
- image: n == null ? void 0 : n.image,
816
- isFirst: r
817
- },
818
- t
819
- );
820
- }) })
821
- ] });
822
- A.propsToEdit = $a;
823
- const no = {
824
- MainBanner: { key: "MainBanner", component: te },
825
- Banner: { key: "Banner", component: Z },
826
- CardImageList: { key: "CardImageList", component: ae },
827
- Stepper: { key: "Stepper", component: W },
828
- Segments: { key: "Segments", component: U },
829
- VideoFull: { key: "VideoFull", component: G },
830
- VideoList: { key: "VideoList", component: $ },
831
- VideoListMini: { key: "VideoListMini", component: J },
832
- ContentCardList: { key: "ContentCardList", component: K },
833
- CardIconList: { key: "CardIconList", component: X },
834
- MultiCards: { key: "MultiCards", component: q },
835
- Partners: { key: "Partners", component: ee },
836
- PartnersColors: { key: "PartnersColors", component: re },
837
- WarningCard: { key: "WarningCard", component: le },
838
- Faq: { key: "Faq", component: oe },
839
- DownloadFileBanner: {
840
- key: "DownloadFileBanner",
841
- component: se
842
- },
843
- DownloadFileHalf: { key: "DownloadFileHalf", component: pe },
844
- DownloadFileFull: { key: "DownloadFileFull", component: ie },
845
- DownloadFileMini: { key: "DownloadFileMini", component: de },
846
- InstructionList: { key: "InstructionList", component: v },
847
- PreviewList: { key: "PreviewList", component: S },
848
- SwiperList: { key: "SwiperList", component: z },
849
- AnimatedSwiper: { key: "AnimatedSwiper", component: fe },
850
- InfoBannerList: { key: "InfoBannerList", component: j },
851
- TasksBannerList: { key: "TasksBannerList", component: A },
852
- VideoMainBanner: { key: "VideoMainBanner", component: De },
853
- Space: { key: "Space", component: ye },
854
- PromoPoster: { key: "PromoPoster", component: k },
855
- CardImageSecondaryList: {
856
- key: "CardImageSecondaryList",
857
- component: he
858
- },
859
- CardInfoTable: { key: "CardInfoTable", component: ue },
860
- StandartTable: { key: "StandartTable", component: B },
861
- IntroBanner: { key: "IntroBanner", component: Me },
862
- DownloadFileBright: {
863
- key: "DownloadFileBright",
864
- component: be
865
- },
866
- Header: { key: "Header", component: fa },
867
- Footer: { key: "Footer", component: sa }
868
- }, ro = {
869
- MainBanner: Ce.component_props,
870
- Banner: ve.component_props,
871
- CardImageList: Ee.component_props,
872
- Stepper: Se.component_props,
873
- Segments: je.component_props,
874
- VideoFull: ke.component_props,
875
- VideoList: Be.component_props,
876
- VideoListMini: ze.component_props,
877
- ContentCardList: Pe.component_props,
878
- CardIconList: Ae.component_props,
879
- MultiCards: Fe.component_props,
880
- Partners: _e.component_props,
881
- PartnersColors: He.component_props,
882
- WarningCard: Oe.component_props,
883
- Faq: Re.component_props,
884
- DownloadFileBanner: Ye.component_props,
885
- DownloadFileHalf: Ze.component_props,
886
- DownloadFileFull: Ve.component_props,
887
- DownloadFileMini: Qe.component_props,
888
- InstructionList: We.component_props,
889
- PreviewList: Ue.component_props,
890
- SwiperList: Ge.component_props,
891
- AnimatedSwiper: $e.component_props,
892
- InfoBannerList: Je.component_props,
893
- TasksBannerList: Ke.component_props,
894
- VideoMainBanner: Xe.component_props,
895
- EmptyBox: qe.component_props,
896
- PromoPoster: ea.component_props,
897
- CardImageSecondaryList: aa.component_props,
898
- CardInfoTable: ta.component_props,
899
- StandartTable: oa.component_props,
900
- IntroBanner: na.component_props,
901
- DownloadFileBright: ra.component_props
902
- };
903
- export {
904
- ro as A,
905
- za as C,
906
- fa as H,
907
- v as I,
908
- S as P,
909
- z as S,
910
- A as T,
911
- j as a,
912
- k as b,
913
- B as c,
914
- C as d,
915
- E as e,
916
- no as f,
917
- xa as g,
918
- ga as h,
919
- ba as i,
920
- to as j,
921
- Ma as k,
922
- Pa as l,
923
- oo as m,
924
- P as n
925
- };