md-components-mdigial-azamat 0.0.113 → 0.0.115
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/ActionCardList/ActionCardList.js +5 -6
- package/dist/ActionCardList/index.js +1 -1
- package/dist/ActionCardList/info.js +1 -1
- package/dist/ActionCardSecondaryList/schema.js +15 -15
- package/dist/ActionIconList/ActionIconList.js +2 -3
- package/dist/AllComponents.js +5 -7
- package/dist/AllComponentsInfo.js +85 -87
- package/dist/AnimatedSwiper/index.js +3 -3
- package/dist/ButtonsList/ButtonsList.js +9 -7
- package/dist/ButtonsList/schema.js +49 -16
- package/dist/CardImageList/CardImageList.js +1 -1
- package/dist/CardImageList/schema.js +45 -28
- package/dist/Cards/PostCard/PostCard.js +23 -19
- package/dist/Cards/PostCard/info.js +8 -8
- package/dist/Cards/PostCard/schema.js +36 -0
- package/dist/Cards/WarningCard/WarningCard.js +4 -5
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +1 -1
- package/dist/Forms/FormDefault/FormDefault.js +1 -1
- package/dist/Forms/FormDefault/components/FieldCustom.js +1 -1
- package/dist/Forms/FormDefault/components/FieldSection.js +1 -1
- package/dist/Forms/FormDefault/components/FormContent.js +1 -1
- package/dist/Forms/FormDefault/components/FormFields.js +1 -1
- package/dist/Forms/FormDefault/components/index.js +1 -1
- package/dist/Forms/FormDefault/index.js +1 -1
- package/dist/Forms/FormDefault/info.js +1 -1
- package/dist/Forms/FormDefault/model/componentRegistry.js +4 -5
- package/dist/Forms/FormDefault/model/index.js +1 -1
- package/dist/Forms/FormDefault/schema.js +4 -5
- package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +3 -3
- package/dist/Header/components/TabsOutlined/TabsOutlined.js +3 -3
- package/dist/HeroIconsBanner/schema.js +27 -25
- package/dist/IconList/schema.js +18 -16
- package/dist/InfoCardList/InfoCardList.js +13 -13
- package/dist/InfoCardList/schema.js +11 -11
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/PostsList/PostsList.js +5 -5
- package/dist/PostsSlider/PostsSlider.js +23 -21
- package/dist/PostsSlider/index.js +3 -1
- package/dist/PostsSlider/info.js +4 -4
- package/dist/PostsSlider/schema.js +13 -12
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/SearchBlock/schema.js +15 -26
- package/dist/SegmentedContent/SegmentedContent.js +1 -1
- package/dist/SegmentedContent/schema.js +54 -70
- package/dist/SegmentsIcons/schema.js +30 -11
- package/dist/SwiperList/SwiperList.js +10 -10
- package/dist/Video/VideoList/VideoList.js +30 -27
- package/dist/Video/VideoListMini/VideoListMini.js +29 -26
- package/dist/{componentsMap-29ccdfcc.js → componentsMap-9f1776fa.js} +1 -1
- package/dist/{data.mock-bb32e8ee.js → data.mock-9a2b6077.js} +147 -37
- package/dist/{info-72904479.js → info-993f864a.js} +112 -113
- package/dist/main.js +35 -37
- package/dist/{mousewheel-afbc6d42.js → mousewheel-809cf87b.js} +1 -1
- package/dist/{navigation-cd786a0d.js → navigation-057f852c.js} +1 -1
- package/dist/{navigation-266856e7.js → navigation-80af3043.js} +1 -1
- package/dist/{swiper-react-3c2710e8.js → swiper-react-369842a8.js} +3 -3
- package/package.json +1 -1
|
@@ -32,7 +32,7 @@ import "../PreviewList/PreviewList.js";
|
|
|
32
32
|
import "../Cards/CardImage/CardImage.js";
|
|
33
33
|
import "../Cards/CardImage/info.js";
|
|
34
34
|
import "../Cards/ContentCard/ContentCard.js";
|
|
35
|
-
import { a as
|
|
35
|
+
import { a as qr, d as ur, e as vr } from "../info-993f864a.js";
|
|
36
36
|
import "../Cards/ColoredCard/index.js";
|
|
37
37
|
import "../Cards/FeaturesCard/index.js";
|
|
38
38
|
import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -73,7 +73,6 @@ import "../Cards/ColoredCard/info.js";
|
|
|
73
73
|
import "../Cards/ContentCard/info.js";
|
|
74
74
|
import "../Cards/FeaturesCard/info.js";
|
|
75
75
|
import "../Cards/InfoCard/info.js";
|
|
76
|
-
import "../Cards/PostCard/info.js";
|
|
77
76
|
import "../ContentCardList/info.js";
|
|
78
77
|
import "../CurrencyRates/info.js";
|
|
79
78
|
import "../DownloadFile/components/DownloadFileBanner/info.js";
|
|
@@ -113,6 +112,7 @@ import "../Video/VideoList/info.js";
|
|
|
113
112
|
import "../Video/VideoListMini/info.js";
|
|
114
113
|
import "../VideoMainBanner/info.js";
|
|
115
114
|
import "../Actions/types.js";
|
|
115
|
+
import "../ButtonsList/ButtonsList.js";
|
|
116
116
|
import "../Actions/projectActions.js";
|
|
117
117
|
import "../Flex-86aee720.js";
|
|
118
118
|
import "../HeroIconsBanner/HeroIconsBanner.js";
|
|
@@ -128,10 +128,9 @@ import "../CurrencyRates/CurrencyRates.js";
|
|
|
128
128
|
import "../CurrencyRates/schema.js";
|
|
129
129
|
import "../ActionCardSecondaryList/ActionCardSecondaryList.js";
|
|
130
130
|
import "../Cards/ActionSecondaryCard/ActionSecondaryCard.js";
|
|
131
|
-
import "../Cards/PostCard/PostCard.js";
|
|
132
131
|
import "../PostsSlider/PostsSlider.js";
|
|
133
132
|
export {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
133
|
+
qr as ActionCardList,
|
|
134
|
+
ur as cards,
|
|
135
|
+
vr as propsToEdit
|
|
137
136
|
};
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { AllActionsObject as
|
|
2
|
-
import { ActionSecondaryCardVariant as
|
|
3
|
-
import {
|
|
4
|
-
const
|
|
1
|
+
import { AllActionsObject as l } from "../Actions/types.js";
|
|
2
|
+
import { ActionSecondaryCardVariant as t } from "../Cards/ActionSecondaryCard/types.js";
|
|
3
|
+
import { DataTypesEnum as e, FieldTypes as a } from "../Types/FiledTypes.js";
|
|
4
|
+
const y = [
|
|
5
5
|
{
|
|
6
|
-
|
|
6
|
+
dataType: e.select,
|
|
7
7
|
label: "Вариант",
|
|
8
8
|
key: "variant",
|
|
9
9
|
options: [
|
|
10
|
-
{ label: "Primary (White)", value:
|
|
10
|
+
{ label: "Primary (White)", value: t.PRIMARY },
|
|
11
11
|
{
|
|
12
12
|
label: "Secondary (Glass)",
|
|
13
|
-
value:
|
|
13
|
+
value: t.SECONDARY
|
|
14
14
|
}
|
|
15
15
|
]
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
|
|
18
|
+
dataType: e.string,
|
|
19
19
|
label: "Кол-во колонок",
|
|
20
20
|
key: "grid"
|
|
21
21
|
},
|
|
22
22
|
{
|
|
23
|
-
|
|
23
|
+
dataType: e.array,
|
|
24
24
|
label: "Карточки",
|
|
25
25
|
key: "cards",
|
|
26
|
-
|
|
26
|
+
data: {
|
|
27
27
|
title: {
|
|
28
|
-
type:
|
|
28
|
+
type: a.STRING,
|
|
29
29
|
label: "Заголовок",
|
|
30
30
|
key: "title"
|
|
31
31
|
},
|
|
32
32
|
description: {
|
|
33
|
-
type:
|
|
33
|
+
type: a.STRING,
|
|
34
34
|
label: "Описание",
|
|
35
35
|
key: "description"
|
|
36
36
|
},
|
|
37
37
|
image: {
|
|
38
|
-
type:
|
|
38
|
+
type: a.FILE,
|
|
39
39
|
label: "Картинка",
|
|
40
40
|
key: "image"
|
|
41
41
|
},
|
|
42
42
|
action: {
|
|
43
|
-
...
|
|
43
|
+
...l,
|
|
44
44
|
label: "Действие"
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
];
|
|
49
49
|
export {
|
|
50
|
-
|
|
50
|
+
y as propsToEdit
|
|
51
51
|
};
|
|
@@ -34,7 +34,7 @@ import "../PreviewList/PreviewList.js";
|
|
|
34
34
|
import "../Cards/CardImage/CardImage.js";
|
|
35
35
|
import "../Cards/CardImage/info.js";
|
|
36
36
|
import "../Cards/ContentCard/ContentCard.js";
|
|
37
|
-
import "../info-
|
|
37
|
+
import "../info-993f864a.js";
|
|
38
38
|
import "../Cards/ColoredCard/index.js";
|
|
39
39
|
import "../Cards/FeaturesCard/index.js";
|
|
40
40
|
import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -75,7 +75,6 @@ import "../Cards/ColoredCard/info.js";
|
|
|
75
75
|
import "../Cards/ContentCard/info.js";
|
|
76
76
|
import "../Cards/FeaturesCard/info.js";
|
|
77
77
|
import "../Cards/InfoCard/info.js";
|
|
78
|
-
import "../Cards/PostCard/info.js";
|
|
79
78
|
import "../ContentCardList/info.js";
|
|
80
79
|
import "../CurrencyRates/info.js";
|
|
81
80
|
import "../DownloadFile/components/DownloadFileBanner/info.js";
|
|
@@ -115,6 +114,7 @@ import "../Video/VideoList/info.js";
|
|
|
115
114
|
import "../Video/VideoListMini/info.js";
|
|
116
115
|
import "../VideoMainBanner/info.js";
|
|
117
116
|
import "../Actions/types.js";
|
|
117
|
+
import "../ButtonsList/ButtonsList.js";
|
|
118
118
|
import "../Actions/projectActions.js";
|
|
119
119
|
import "../Flex-86aee720.js";
|
|
120
120
|
import "../HeroIconsBanner/HeroIconsBanner.js";
|
|
@@ -130,7 +130,6 @@ import "../CurrencyRates/CurrencyRates.js";
|
|
|
130
130
|
import "../CurrencyRates/schema.js";
|
|
131
131
|
import "../ActionCardSecondaryList/ActionCardSecondaryList.js";
|
|
132
132
|
import "../Cards/ActionSecondaryCard/ActionSecondaryCard.js";
|
|
133
|
-
import "../Cards/PostCard/PostCard.js";
|
|
134
133
|
import "../PostsSlider/PostsSlider.js";
|
|
135
134
|
const O = {
|
|
136
135
|
type: "icon_cards",
|
package/dist/AllComponents.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./data.mock-
|
|
1
|
+
import "./data.mock-9a2b6077.js";
|
|
2
2
|
import "./ActionCardSecondaryList/ActionCardSecondaryList.js";
|
|
3
3
|
import "./AnimatedSwiper/index.js";
|
|
4
4
|
import "./Banner/Banner.js";
|
|
@@ -7,11 +7,10 @@ import "./CardIconList/CardIconList.js";
|
|
|
7
7
|
import "./CardImageList/CardImageList.js";
|
|
8
8
|
import "./CardImageSecondaryList/CardImageSecondaryList.js";
|
|
9
9
|
import "./CardInfoTable/index.js";
|
|
10
|
-
import "./Cards/PostCard/PostCard.js";
|
|
11
10
|
import "./ContentCardList/ContentCardList.js";
|
|
12
11
|
import "./DownloadFile/components/DownloadFileBright/index.js";
|
|
13
12
|
import "./Faq/Faq.js";
|
|
14
|
-
import { b as
|
|
13
|
+
import { b as ut, A as vt } from "./info-993f864a.js";
|
|
15
14
|
import "./HeroIconsBanner/HeroIconsBanner.js";
|
|
16
15
|
import "./IconList/IconList.js";
|
|
17
16
|
import "./InfoBannerList/InfoBannerList.js";
|
|
@@ -23,6 +22,7 @@ import "./MultiCards/index.js";
|
|
|
23
22
|
import "./Partners/Partners.js";
|
|
24
23
|
import "./PartnersColors/PartnersColors.js";
|
|
25
24
|
import "./PostsSlider/PostsSlider.js";
|
|
25
|
+
import "./PostsSlider/info.js";
|
|
26
26
|
import "./PromoPoster/PromoPoster.js";
|
|
27
27
|
import "./SearchBlock/SearchBlock.js";
|
|
28
28
|
import "./SegmentedContent/SegmentedContent.js";
|
|
@@ -87,7 +87,6 @@ import "./Cards/ColoredCard/info.js";
|
|
|
87
87
|
import "./Cards/ContentCard/info.js";
|
|
88
88
|
import "./Cards/FeaturesCard/info.js";
|
|
89
89
|
import "./Cards/InfoCard/info.js";
|
|
90
|
-
import "./Cards/PostCard/info.js";
|
|
91
90
|
import "./ContentCardList/info.js";
|
|
92
91
|
import "./CurrencyRates/info.js";
|
|
93
92
|
import "./DownloadFile/components/DownloadFileBanner/info.js";
|
|
@@ -110,7 +109,6 @@ import "./MainBanner/info.js";
|
|
|
110
109
|
import "./MultiCards/info.js";
|
|
111
110
|
import "./Partners/info.js";
|
|
112
111
|
import "./PartnersColors/info.js";
|
|
113
|
-
import "./PostsSlider/info.js";
|
|
114
112
|
import "./PreviewList/info.js";
|
|
115
113
|
import "./PromoPoster/info.js";
|
|
116
114
|
import "./SearchBlock/info.js";
|
|
@@ -131,6 +129,6 @@ import "./CurrencyRates/CurrencyRates.js";
|
|
|
131
129
|
import "./CurrencyRates/schema.js";
|
|
132
130
|
import "./Cards/ActionSecondaryCard/ActionSecondaryCard.js";
|
|
133
131
|
export {
|
|
134
|
-
|
|
135
|
-
|
|
132
|
+
ut as AllComponents,
|
|
133
|
+
vt as AllComponentsData
|
|
136
134
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { w as o, f as r, c as n } from "./info-
|
|
1
|
+
import { w as o, f as r, c as n } from "./info-993f864a.js";
|
|
2
2
|
import { actionCardSecondaryListInfo as t } from "./ActionCardSecondaryList/info.js";
|
|
3
3
|
import { animatedSwiperInfo as i } from "./AnimatedSwiper/info.js";
|
|
4
4
|
import { bannerInfo as m } from "./Banner/info.js";
|
|
5
|
-
import { bannerAndTextInfo as
|
|
6
|
-
import { buttonsListInfo as
|
|
5
|
+
import { bannerAndTextInfo as e } from "./BannerAndText/info.js";
|
|
6
|
+
import { buttonsListInfo as f } from "./ButtonsList/info.js";
|
|
7
7
|
import { cardIconListInfo as a } from "./CardIconList/info.js";
|
|
8
8
|
import { cardImageListInfo as s } from "./CardImageList/info.js";
|
|
9
9
|
import { cardImageSecondaryInfo as I } from "./CardImageSecondary/info.js";
|
|
@@ -14,108 +14,106 @@ import { coloredCardInfo as c } from "./Cards/ColoredCard/info.js";
|
|
|
14
14
|
import { contentCardInfo as C } from "./Cards/ContentCard/info.js";
|
|
15
15
|
import { featuresCardInfo as L } from "./Cards/FeaturesCard/info.js";
|
|
16
16
|
import { infoCardInfo as B } from "./Cards/InfoCard/info.js";
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import { downloadFileHalfInfo as P } from "./DownloadFile/components/DownloadFileHalf/info.js";
|
|
17
|
+
import { contentCardListInfo as g } from "./ContentCardList/info.js";
|
|
18
|
+
import { currencyRatesInfo as w } from "./CurrencyRates/info.js";
|
|
19
|
+
import { downloadFileBannerInfo as F } from "./DownloadFile/components/DownloadFileBanner/info.js";
|
|
20
|
+
import { downloadFileBrightInfo as S } from "./DownloadFile/components/DownloadFileBright/info.js";
|
|
21
|
+
import { downloadFileFullInfo as u } from "./DownloadFile/components/DownloadFileFull/info.js";
|
|
22
|
+
import { downloadFileHalfInfo as y } from "./DownloadFile/components/DownloadFileHalf/info.js";
|
|
24
23
|
import { downloadFileMiniInfo as b } from "./DownloadFile/components/DownloadFileMini/info.js";
|
|
25
|
-
import { faqInfo as
|
|
26
|
-
import { footerInfo as
|
|
27
|
-
import { headerInfo as
|
|
28
|
-
import { heroIconsBannerInfo as
|
|
29
|
-
import { heroPossibilityBannerInfo as
|
|
30
|
-
import { htmlContentInfo as
|
|
31
|
-
import { iconListInfo as
|
|
32
|
-
import { infoBannerInfo as
|
|
33
|
-
import { infoBannerListInfo as
|
|
34
|
-
import { infoCardListInfo as
|
|
35
|
-
import { instructionListInfo as
|
|
36
|
-
import { introBannerInfo as
|
|
37
|
-
import { mainBannerInfo as
|
|
38
|
-
import { multiCardsInfo as
|
|
39
|
-
import { partnersInfo as
|
|
40
|
-
import { partnersColorsInfo as
|
|
41
|
-
import { postsSliderInfo as
|
|
42
|
-
import { previewListInfo as
|
|
43
|
-
import { promoPosterInfo as
|
|
44
|
-
import { searchBlockInfo as
|
|
45
|
-
import { segmentedContentInfo as
|
|
46
|
-
import { segmentsInfo as
|
|
47
|
-
import { segmentsIconsInfo as
|
|
48
|
-
import { spaceInfo as
|
|
49
|
-
import { standartTableInfo as
|
|
50
|
-
import { stepperInfo as
|
|
51
|
-
import { swiperListInfo as
|
|
52
|
-
import { tasksBannerInfo as
|
|
53
|
-
import { tasksBannerListInfo as
|
|
54
|
-
import { videoFullInfo as
|
|
55
|
-
import { videoListInfo as
|
|
56
|
-
import { videoListMiniInfo as
|
|
57
|
-
import { videoMainBannerInfo as
|
|
58
|
-
const
|
|
59
|
-
MainBanner:
|
|
24
|
+
import { faqInfo as P } from "./Faq/info.js";
|
|
25
|
+
import { footerInfo as h } from "./Footer/info.js";
|
|
26
|
+
import { headerInfo as M } from "./Header/info.js";
|
|
27
|
+
import { heroIconsBannerInfo as T } from "./HeroIconsBanner/info.js";
|
|
28
|
+
import { heroPossibilityBannerInfo as D } from "./HeroPossibilityBanner/info.js";
|
|
29
|
+
import { htmlContentInfo as k } from "./HtmlContent/info.js";
|
|
30
|
+
import { iconListInfo as v } from "./IconList/info.js";
|
|
31
|
+
import { infoBannerInfo as A } from "./InfoBanner/info.js";
|
|
32
|
+
import { infoBannerListInfo as H } from "./InfoBannerList/info.js";
|
|
33
|
+
import { infoCardListInfo as V } from "./InfoCardList/info.js";
|
|
34
|
+
import { instructionListInfo as x } from "./InstructionList/info.js";
|
|
35
|
+
import { introBannerInfo as q } from "./IntroBanner/info.js";
|
|
36
|
+
import { mainBannerInfo as R } from "./MainBanner/info.js";
|
|
37
|
+
import { multiCardsInfo as W } from "./MultiCards/info.js";
|
|
38
|
+
import { partnersInfo as j } from "./Partners/info.js";
|
|
39
|
+
import { partnersColorsInfo as z } from "./PartnersColors/info.js";
|
|
40
|
+
import { postsSliderInfo as E } from "./PostsSlider/info.js";
|
|
41
|
+
import { previewListInfo as G } from "./PreviewList/info.js";
|
|
42
|
+
import { promoPosterInfo as J } from "./PromoPoster/info.js";
|
|
43
|
+
import { searchBlockInfo as K } from "./SearchBlock/info.js";
|
|
44
|
+
import { segmentedContentInfo as N } from "./SegmentedContent/info.js";
|
|
45
|
+
import { segmentsInfo as O } from "./Segments/info.js";
|
|
46
|
+
import { segmentsIconsInfo as Q } from "./SegmentsIcons/info.js";
|
|
47
|
+
import { spaceInfo as U } from "./Space/info.js";
|
|
48
|
+
import { standartTableInfo as X } from "./StandartTable/info.js";
|
|
49
|
+
import { stepperInfo as Y } from "./Stepper/info.js";
|
|
50
|
+
import { swiperListInfo as Z } from "./SwiperList/info.js";
|
|
51
|
+
import { tasksBannerInfo as _ } from "./TasksBanner/info.js";
|
|
52
|
+
import { tasksBannerListInfo as $ } from "./TasksBannerList/info.js";
|
|
53
|
+
import { videoFullInfo as oo } from "./Video/VideoFull/info.js";
|
|
54
|
+
import { videoListInfo as ro } from "./Video/VideoList/info.js";
|
|
55
|
+
import { videoListMiniInfo as no } from "./Video/VideoListMini/info.js";
|
|
56
|
+
import { videoMainBannerInfo as to } from "./VideoMainBanner/info.js";
|
|
57
|
+
const fr = {
|
|
58
|
+
MainBanner: R,
|
|
60
59
|
Banner: m,
|
|
61
|
-
BannerAndText:
|
|
60
|
+
BannerAndText: e,
|
|
62
61
|
CardImageList: s,
|
|
63
|
-
Stepper:
|
|
64
|
-
Segments:
|
|
65
|
-
VideoFull:
|
|
66
|
-
VideoList:
|
|
67
|
-
VideoListMini:
|
|
68
|
-
ContentCardList:
|
|
62
|
+
Stepper: Y,
|
|
63
|
+
Segments: O,
|
|
64
|
+
VideoFull: oo,
|
|
65
|
+
VideoList: ro,
|
|
66
|
+
VideoListMini: no,
|
|
67
|
+
ContentCardList: g,
|
|
69
68
|
CardIconList: a,
|
|
70
|
-
MultiCards:
|
|
71
|
-
Partners:
|
|
72
|
-
PartnersColors:
|
|
69
|
+
MultiCards: W,
|
|
70
|
+
Partners: j,
|
|
71
|
+
PartnersColors: z,
|
|
73
72
|
WarningCard: o,
|
|
74
|
-
Faq:
|
|
75
|
-
DownloadFileBanner:
|
|
76
|
-
DownloadFileHalf:
|
|
77
|
-
DownloadFileFull:
|
|
73
|
+
Faq: P,
|
|
74
|
+
DownloadFileBanner: F,
|
|
75
|
+
DownloadFileHalf: y,
|
|
76
|
+
DownloadFileFull: u,
|
|
78
77
|
DownloadFileMini: b,
|
|
79
|
-
InstructionList:
|
|
80
|
-
PreviewList:
|
|
81
|
-
SwiperList:
|
|
78
|
+
InstructionList: x,
|
|
79
|
+
PreviewList: G,
|
|
80
|
+
SwiperList: Z,
|
|
82
81
|
AnimatedSwiper: i,
|
|
83
|
-
InfoBannerList:
|
|
84
|
-
TasksBannerList:
|
|
85
|
-
VideoMainBanner:
|
|
86
|
-
Space:
|
|
87
|
-
PromoPoster:
|
|
82
|
+
InfoBannerList: H,
|
|
83
|
+
TasksBannerList: $,
|
|
84
|
+
VideoMainBanner: to,
|
|
85
|
+
Space: U,
|
|
86
|
+
PromoPoster: J,
|
|
88
87
|
CardImageSecondaryList: d,
|
|
89
88
|
CardInfoTable: p,
|
|
90
|
-
StandartTable:
|
|
91
|
-
IntroBanner:
|
|
92
|
-
DownloadFileBright:
|
|
93
|
-
Header:
|
|
94
|
-
Footer:
|
|
95
|
-
HtmlContent:
|
|
96
|
-
HeroPossibilityBanner:
|
|
89
|
+
StandartTable: X,
|
|
90
|
+
IntroBanner: q,
|
|
91
|
+
DownloadFileBright: S,
|
|
92
|
+
Header: M,
|
|
93
|
+
Footer: h,
|
|
94
|
+
HtmlContent: k,
|
|
95
|
+
HeroPossibilityBanner: D,
|
|
97
96
|
CardImage: l,
|
|
98
97
|
ContentCard: C,
|
|
99
98
|
ColoredCard: c,
|
|
100
99
|
FeaturesCard: L,
|
|
101
100
|
InfoCard: B,
|
|
102
|
-
InfoBanner:
|
|
103
|
-
TasksBanner:
|
|
101
|
+
InfoBanner: A,
|
|
102
|
+
TasksBanner: _,
|
|
104
103
|
CardImageSecondary: I,
|
|
105
104
|
FormDefault: r,
|
|
106
105
|
ActionCardList: n,
|
|
107
106
|
ActionCardSecondaryList: t,
|
|
108
|
-
HeroIconsBanner:
|
|
109
|
-
ButtonsList:
|
|
110
|
-
IconList:
|
|
111
|
-
SearchBlock:
|
|
112
|
-
SegmentsIcons:
|
|
113
|
-
SegmentedContent:
|
|
114
|
-
InfoCardList:
|
|
115
|
-
CurrencyRates:
|
|
116
|
-
|
|
117
|
-
PostsSlider: G
|
|
107
|
+
HeroIconsBanner: T,
|
|
108
|
+
ButtonsList: f,
|
|
109
|
+
IconList: v,
|
|
110
|
+
SearchBlock: K,
|
|
111
|
+
SegmentsIcons: Q,
|
|
112
|
+
SegmentedContent: N,
|
|
113
|
+
InfoCardList: V,
|
|
114
|
+
CurrencyRates: w,
|
|
115
|
+
PostsSlider: E
|
|
118
116
|
};
|
|
119
117
|
export {
|
|
120
|
-
|
|
118
|
+
fr as AllComponentsInfo
|
|
121
119
|
};
|
|
@@ -2,9 +2,9 @@ import { jsxs as b, jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState as A, useRef as f } from "react";
|
|
3
3
|
import { Bullet as E } from "../SwiperList/components/Bullet/Bullet.js";
|
|
4
4
|
import { FieldTypes as l } from "../Types/FiledTypes.js";
|
|
5
|
-
import { A as I } from "../navigation-
|
|
6
|
-
import { N as B } from "../navigation-
|
|
7
|
-
import {
|
|
5
|
+
import { A as I } from "../navigation-057f852c.js";
|
|
6
|
+
import { N as B } from "../navigation-80af3043.js";
|
|
7
|
+
import { S as C, a as L } from "../swiper-react-369842a8.js";
|
|
8
8
|
import { c as T } from "../createBoolean-56064b0d.js";
|
|
9
9
|
import { C as O, a as R } from "../index-0791c17f.js";
|
|
10
10
|
import { c as n } from "../cn-6a4bf187.js";
|
|
@@ -5,8 +5,9 @@ import "../Actions/types.js";
|
|
|
5
5
|
import { B as l } from "../index-875e92ce.js";
|
|
6
6
|
import { b as f, a as u } from "../const-53dff524.js";
|
|
7
7
|
import { F as B } from "../Flex-86aee720.js";
|
|
8
|
-
import { c as
|
|
9
|
-
|
|
8
|
+
import { c as d } from "../cn-6a4bf187.js";
|
|
9
|
+
import { propsToEdit as g } from "./schema.js";
|
|
10
|
+
const k = ({
|
|
10
11
|
buttons: r,
|
|
11
12
|
className: n,
|
|
12
13
|
gap: a = 4
|
|
@@ -17,9 +18,9 @@ const C = ({
|
|
|
17
18
|
align: "center",
|
|
18
19
|
justify: "center",
|
|
19
20
|
gap: `${a * 0.25}rem`,
|
|
20
|
-
className:
|
|
21
|
-
children: r.map((
|
|
22
|
-
const { action:
|
|
21
|
+
className: d("w-full", n),
|
|
22
|
+
children: r.map((m, e) => {
|
|
23
|
+
const { action: p, link: s, ...t } = m, o = c(p, s);
|
|
23
24
|
return /* @__PURE__ */ i(
|
|
24
25
|
l,
|
|
25
26
|
{
|
|
@@ -28,11 +29,12 @@ const C = ({
|
|
|
28
29
|
onClick: o == null ? void 0 : o.onClick,
|
|
29
30
|
...t
|
|
30
31
|
},
|
|
31
|
-
|
|
32
|
+
e
|
|
32
33
|
);
|
|
33
34
|
})
|
|
34
35
|
}
|
|
35
36
|
);
|
|
37
|
+
k.propsToEdit = g;
|
|
36
38
|
export {
|
|
37
|
-
|
|
39
|
+
k as ButtonsList
|
|
38
40
|
};
|
|
@@ -1,21 +1,54 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { AllActionsObject as t } from "../Actions/types.js";
|
|
2
|
+
import { FieldTypes as r, DataTypesEnum as l } from "../Types/FiledTypes.js";
|
|
3
|
+
import { b as e, a } from "../const-53dff524.js";
|
|
4
|
+
const o = {
|
|
5
|
+
title: {
|
|
6
|
+
type: r.STRING,
|
|
7
|
+
label: "Текст кнопки",
|
|
8
|
+
key: "title"
|
|
9
|
+
},
|
|
10
|
+
variant: {
|
|
11
|
+
type: "select",
|
|
12
|
+
label: "Вариант",
|
|
13
|
+
key: "variant",
|
|
14
|
+
options: [
|
|
15
|
+
{ label: "Primary", value: e.Primary },
|
|
16
|
+
{ label: "Secondary", value: e.Secondary },
|
|
17
|
+
{ label: "Secondary Blue", value: e.SecondaryBlue },
|
|
18
|
+
{ label: "Grey", value: e.Grey },
|
|
19
|
+
{ label: "Static", value: e.Static },
|
|
20
|
+
{ label: "Brand", value: e.Brand }
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
size: {
|
|
24
|
+
type: "select",
|
|
25
|
+
label: "Размер",
|
|
26
|
+
key: "size",
|
|
27
|
+
options: [
|
|
28
|
+
{ label: "S", value: a.S },
|
|
29
|
+
{ label: "M", value: a.M },
|
|
30
|
+
{ label: "L", value: a.L },
|
|
31
|
+
{ label: "XL", value: a.XL }
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
action: {
|
|
35
|
+
...t,
|
|
36
|
+
label: "Действие"
|
|
37
|
+
}
|
|
38
|
+
}, y = [
|
|
39
|
+
{
|
|
40
|
+
key: "buttons",
|
|
41
|
+
dataType: l.array,
|
|
42
|
+
label: "Кнопки",
|
|
43
|
+
data: o
|
|
44
|
+
},
|
|
5
45
|
{
|
|
6
|
-
|
|
7
|
-
label: "
|
|
8
|
-
|
|
9
|
-
data: {
|
|
10
|
-
keys: {
|
|
11
|
-
gap: {
|
|
12
|
-
type: t.NUMBER,
|
|
13
|
-
label: "Отступ между кнопками (px)"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
46
|
+
dataType: l.number,
|
|
47
|
+
label: "Отступ между кнопками (px)",
|
|
48
|
+
key: "gap"
|
|
17
49
|
}
|
|
18
50
|
];
|
|
19
51
|
export {
|
|
20
|
-
|
|
52
|
+
o as buttonSchema,
|
|
53
|
+
y as propsToEdit
|
|
21
54
|
};
|
|
@@ -4,7 +4,7 @@ import { CardImage as g } from "../Cards/CardImage/CardImage.js";
|
|
|
4
4
|
import "../Cards/CardImage/info.js";
|
|
5
5
|
import { CardImageVariant as r, CardImageSize as n } from "../Cards/CardImage/types.js";
|
|
6
6
|
import { Bullet as C } from "../SwiperList/components/Bullet/Bullet.js";
|
|
7
|
-
import {
|
|
7
|
+
import { S as u, a as N } from "../swiper-react-369842a8.js";
|
|
8
8
|
import { B as A } from "../index-875e92ce.js";
|
|
9
9
|
import { C as I } from "../ComponentContainer-dca711c6.js";
|
|
10
10
|
import { F as R } from "../Flex-86aee720.js";
|
|
@@ -1,62 +1,79 @@
|
|
|
1
|
-
import { AllActionsObject as
|
|
2
|
-
import { CardImageVariant as
|
|
3
|
-
import {
|
|
4
|
-
import { B as
|
|
1
|
+
import { AllActionsObject as i } from "../Actions/types.js";
|
|
2
|
+
import { CardImageVariant as l, CardImageSize as t } from "../Cards/CardImage/types.js";
|
|
3
|
+
import { DataTypesEnum as a, FieldTypes as e } from "../Types/FiledTypes.js";
|
|
4
|
+
import { B as o } from "../const-53dff524.js";
|
|
5
5
|
const r = {
|
|
6
|
-
type: "cards",
|
|
7
|
-
dataType: "array",
|
|
8
6
|
label: "Карточки",
|
|
7
|
+
dataType: a.array,
|
|
8
|
+
key: "cards",
|
|
9
9
|
data: {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
title: {
|
|
11
|
+
type: e.STRING,
|
|
12
|
+
label: "Заголовок",
|
|
13
|
+
key: "title"
|
|
14
|
+
},
|
|
15
|
+
description: {
|
|
16
|
+
type: e.STRING,
|
|
17
|
+
label: "Описание",
|
|
18
|
+
key: "description"
|
|
19
|
+
},
|
|
20
|
+
image: {
|
|
21
|
+
type: e.FILE,
|
|
22
|
+
label: "Изображение",
|
|
23
|
+
key: "image"
|
|
24
|
+
},
|
|
25
|
+
is_black: {
|
|
26
|
+
type: e.BOOLEAN,
|
|
27
|
+
label: "Чёрная тема",
|
|
28
|
+
key: "is_black"
|
|
29
|
+
},
|
|
30
|
+
action: {
|
|
31
|
+
...i,
|
|
32
|
+
label: "Действие"
|
|
33
|
+
}
|
|
15
34
|
}
|
|
16
|
-
},
|
|
35
|
+
}, s = {
|
|
17
36
|
label: "Вариант",
|
|
18
37
|
key: "variant",
|
|
19
|
-
|
|
38
|
+
dataType: a.select,
|
|
20
39
|
options: [
|
|
21
40
|
{
|
|
22
41
|
label: "Primary",
|
|
23
|
-
value:
|
|
42
|
+
value: l.PRIMARY
|
|
24
43
|
},
|
|
25
44
|
{
|
|
26
45
|
label: "Secondary",
|
|
27
|
-
value:
|
|
46
|
+
value: l.SECONDARY
|
|
28
47
|
}
|
|
29
|
-
]
|
|
30
|
-
|
|
31
|
-
}, s = {
|
|
48
|
+
]
|
|
49
|
+
}, p = {
|
|
32
50
|
label: "Размер",
|
|
33
51
|
key: "size",
|
|
34
|
-
|
|
52
|
+
dataType: a.select,
|
|
35
53
|
options: [
|
|
36
54
|
{
|
|
37
55
|
label: "Large",
|
|
38
|
-
value:
|
|
56
|
+
value: t.LARGE
|
|
39
57
|
},
|
|
40
58
|
{
|
|
41
59
|
label: "Small",
|
|
42
|
-
value:
|
|
60
|
+
value: t.SMALL
|
|
43
61
|
}
|
|
44
|
-
]
|
|
45
|
-
|
|
46
|
-
}, c = [
|
|
62
|
+
]
|
|
63
|
+
}, d = [
|
|
47
64
|
"title",
|
|
48
65
|
"description",
|
|
49
|
-
o,
|
|
50
66
|
s,
|
|
67
|
+
p,
|
|
51
68
|
r,
|
|
52
69
|
"grid",
|
|
53
|
-
|
|
70
|
+
o,
|
|
54
71
|
{
|
|
55
|
-
|
|
72
|
+
dataType: a.boolean,
|
|
56
73
|
label: "Слайдер на мобилке",
|
|
57
74
|
key: "is_mobile_slider"
|
|
58
75
|
}
|
|
59
76
|
];
|
|
60
77
|
export {
|
|
61
|
-
|
|
78
|
+
d as propsToEdit
|
|
62
79
|
};
|