md-components-mdigial-azamat 0.0.93 → 0.0.95

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.
@@ -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-22c43f9e.js";
34
+ import "../info-0d58accd.js";
35
35
  import "../Cards/ColoredCard/index.js";
36
36
  import "../Cards/FeaturesCard/index.js";
37
37
  import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.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 Xo, A as Yo } from "./info-22c43f9e.js";
11
+ import { a as Xo, A as Yo } from "./info-0d58accd.js";
12
12
  import "./InfoBannerList/InfoBannerList.js";
13
13
  import "./IntroBanner/IntroBanner.js";
14
14
  import "./MainBanner/MainBanner.js";
@@ -53,8 +53,8 @@ import "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
53
53
  import "./InfoBanner/index.js";
54
54
  import "./Space/Space.js";
55
55
  import "./TasksBanner/TasksBanner.js";
56
- import "react-dom";
57
56
  import "./TitleBlock/TitleBlock.js";
57
+ import "react-dom";
58
58
  import "./AnimatedSwiper/info.js";
59
59
  import "./Banner/info.js";
60
60
  import "./BannerAndText/info.js";
@@ -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-22c43f9e.js";
13
+ import { w as s, f as l } from "./info-0d58accd.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";
@@ -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 Zr, p as _r } from "../../info-22c43f9e.js";
32
+ import { W as Zr, p as _r } from "../../info-0d58accd.js";
33
33
  import "../ColoredCard/index.js";
34
34
  import "../FeaturesCard/index.js";
35
35
  import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
@@ -53,9 +53,9 @@ import "../../StandartTable/index.js";
53
53
  import "../../SwiperList/SwiperList.js";
54
54
  import "../../TasksBanner/TasksBanner.js";
55
55
  import "../../TasksBannerList/TasksBannerList.js";
56
+ import "../../TitleBlock/TitleBlock.js";
56
57
  import "../../VideoMainBanner/VideoMainBanner.js";
57
58
  import "react-dom";
58
- import "../../TitleBlock/TitleBlock.js";
59
59
  import "../../AnimatedSwiper/info.js";
60
60
  import "../../Banner/info.js";
61
61
  import "../../BannerAndText/info.js";
@@ -1,4 +1,4 @@
1
- import { W as n } from "../../info-22c43f9e.js";
1
+ import { W as n } from "../../info-0d58accd.js";
2
2
  export {
3
3
  n as WarningCard
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import "../../index-0a5f313c.js";
2
- import { w as n } from "../../info-22c43f9e.js";
2
+ import { w as n } from "../../info-0d58accd.js";
3
3
  export {
4
4
  n as warningCardInfo
5
5
  };
@@ -0,0 +1,45 @@
1
+ const e = [
2
+ {
3
+ label: "Text",
4
+ value: "text"
5
+ },
6
+ {
7
+ label: "Checkbox",
8
+ value: "checkbox"
9
+ },
10
+ {
11
+ label: "Radio",
12
+ value: "radio"
13
+ },
14
+ {
15
+ label: "Date",
16
+ value: "date"
17
+ },
18
+ {
19
+ label: "File",
20
+ value: "file"
21
+ },
22
+ {
23
+ label: "Select",
24
+ value: "select"
25
+ },
26
+ {
27
+ label: "Number",
28
+ value: "number"
29
+ },
30
+ {
31
+ label: "Email",
32
+ value: "email"
33
+ },
34
+ {
35
+ label: "Password",
36
+ value: "password"
37
+ },
38
+ {
39
+ label: "Phone",
40
+ value: "phone"
41
+ }
42
+ ];
43
+ export {
44
+ e as fieldTypesList
45
+ };
@@ -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-22c43f9e.js";
6
+ import { F as f, g as F } from "../../info-0d58accd.js";
7
7
  import "../../ComponentContainer-dca711c6.js";
8
8
  import "../../useScreenSize-c1b64c02.js";
9
9
  export {
@@ -1,3 +1,4 @@
1
+ import "../../Types/FiledTypes.js";
1
2
  import "../../ConfigProvider/index.js";
2
3
  import "../../Banner/Banner.js";
3
4
  import "../../BannerAndText/index.js";
@@ -27,7 +28,7 @@ import "../../PartnersColors/PartnersColors.js";
27
28
  import "../../PreviewList/PreviewList.js";
28
29
  import "../../Cards/CardImage/CardImage.js";
29
30
  import "../../Cards/ContentCard/ContentCard.js";
30
- import { e as Zo, f as _o, d as $o, i as or } from "../../info-22c43f9e.js";
31
+ import { e as _o, f as $o, d as or, i as rr } from "../../info-0d58accd.js";
31
32
  import "../../Cards/ColoredCard/index.js";
32
33
  import "../../Cards/FeaturesCard/index.js";
33
34
  import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
@@ -51,10 +52,9 @@ import "../../StandartTable/index.js";
51
52
  import "../../SwiperList/SwiperList.js";
52
53
  import "../../TasksBanner/TasksBanner.js";
53
54
  import "../../TasksBannerList/TasksBannerList.js";
55
+ import "../../TitleBlock/TitleBlock.js";
54
56
  import "../../VideoMainBanner/VideoMainBanner.js";
55
- import "../../Types/FiledTypes.js";
56
57
  import "react-dom";
57
- import "../../TitleBlock/TitleBlock.js";
58
58
  import "../../AnimatedSwiper/info.js";
59
59
  import "../../Banner/info.js";
60
60
  import "../../BannerAndText/info.js";
@@ -101,9 +101,10 @@ import "../../VideoMainBanner/info.js";
101
101
  import "../../Actions/types.js";
102
102
  import "../../index-0a5f313c.js";
103
103
  import "./componentTypes.js";
104
+ import "./fieldTypesList.js";
104
105
  export {
105
- Zo as FormFieldsProps,
106
- _o as formDefaultInfo,
107
- $o as formDefaultProps,
108
- or as info
106
+ _o as FormFieldsProps,
107
+ $o as formDefaultInfo,
108
+ or as formDefaultProps,
109
+ rr as info
109
110
  };
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../index-a0ed2e4a.js";
3
3
  import "../../FileLoader/index.js";
4
- import { r as p } from "../../info-22c43f9e.js";
4
+ import { r as p } from "../../info-0d58accd.js";
5
5
  export {
6
6
  p as renderFormFields
7
7
  };
@@ -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-22c43f9e.js";
31
+ import { b as Wo, c as Xo } from "../../info-0d58accd.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 i } from "react/jsx-runtime";
2
- import { c as f } from "../componentsMap-4732ea4f.js";
2
+ import { c as f } from "../componentsMap-e918275c.js";
3
3
  const a = (p) => p.map((r) => {
4
4
  const s = f[r.key];
5
5
  if (!s)
@@ -1,5 +1,5 @@
1
1
  import { jsx as n, Fragment as t } from "react/jsx-runtime";
2
- import { c as i } from "../componentsMap-4732ea4f.js";
2
+ import { c as i } from "../componentsMap-e918275c.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(
@@ -4,18 +4,18 @@ import { BannerAndText as m } from "./BannerAndText/index.js";
4
4
  import { CardIconList as t } from "./CardIconList/CardIconList.js";
5
5
  import { CardImageList as i } from "./CardImageList/CardImageList.js";
6
6
  import { CardImageSecondary as n } from "./CardImageSecondary/CardImageSecondary.js";
7
- import { CardImageSecondaryList as a } from "./CardImageSecondaryList/CardImageSecondaryList.js";
8
- import { CardInfoTable as e } from "./CardInfoTable/index.js";
7
+ import { CardImageSecondaryList as e } from "./CardImageSecondaryList/CardImageSecondaryList.js";
8
+ import { CardInfoTable as a } from "./CardInfoTable/index.js";
9
9
  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-22c43f9e.js";
13
+ import { W as l, F as C } from "./info-0d58accd.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";
17
- import { DownloadFileFull as I } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
18
- import { DownloadFileHalf as c } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
17
+ import { DownloadFileFull as c } from "./DownloadFile/components/DownloadFileFull/DownloadFileFull.js";
18
+ import { DownloadFileHalf as I } from "./DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js";
19
19
  import { DownloadFileMini as S } from "./DownloadFile/components/DownloadFileMini/DownloadFileMini.js";
20
20
  import { FileBannerSecondary as w } from "./DownloadFile/components/FileBannerSecondary/FileBannerSecondary.js";
21
21
  import { Faq as g } from "./Faq/Faq.js";
@@ -40,19 +40,20 @@ import { Stepper as z } from "./Stepper/Stepper.js";
40
40
  import { SwiperList as E } from "./SwiperList/SwiperList.js";
41
41
  import { TasksBanner as G } from "./TasksBanner/TasksBanner.js";
42
42
  import { TasksBannerList as J } from "./TasksBannerList/TasksBannerList.js";
43
- import { VideoFull as K } from "./Video/VideoFull/VideoFull.js";
44
- import { VideoList as N } from "./Video/VideoList/VideoList.js";
45
- import { VideoListMini as O } from "./Video/VideoListMini/VideoListMini.js";
46
- import { VideoMainBanner as Q } from "./VideoMainBanner/VideoMainBanner.js";
47
- const zr = {
43
+ import { TitleBlock as K } from "./TitleBlock/TitleBlock.js";
44
+ import { VideoFull as N } from "./Video/VideoFull/VideoFull.js";
45
+ import { VideoList as O } from "./Video/VideoList/VideoList.js";
46
+ import { VideoListMini as Q } from "./Video/VideoListMini/VideoListMini.js";
47
+ import { VideoMainBanner as R } from "./VideoMainBanner/VideoMainBanner.js";
48
+ const Gr = {
48
49
  Banner: o,
49
50
  BannerAndText: m,
50
51
  CardImageList: i,
51
52
  Stepper: z,
52
53
  Segments: q,
53
- VideoFull: K,
54
- VideoList: N,
55
- VideoListMini: O,
54
+ VideoFull: N,
55
+ VideoList: O,
56
+ VideoListMini: Q,
56
57
  ContentCardList: B,
57
58
  CardIconList: t,
58
59
  MultiCards: k,
@@ -62,8 +63,8 @@ const zr = {
62
63
  WarningCard: l,
63
64
  Faq: g,
64
65
  DownloadFileBanner: F,
65
- DownloadFileHalf: c,
66
- DownloadFileFull: I,
66
+ DownloadFileHalf: I,
67
+ DownloadFileFull: c,
67
68
  DownloadFileMini: S,
68
69
  InstructionList: H,
69
70
  PreviewList: W,
@@ -71,11 +72,11 @@ const zr = {
71
72
  AnimatedSwiper: r,
72
73
  InfoBannerList: y,
73
74
  TasksBannerList: J,
74
- VideoMainBanner: Q,
75
+ VideoMainBanner: R,
75
76
  Space: v,
76
77
  PromoPoster: h,
77
- CardImageSecondaryList: a,
78
- CardInfoTable: e,
78
+ CardImageSecondaryList: e,
79
+ CardInfoTable: a,
79
80
  StandartTable: j,
80
81
  IntroBanner: V,
81
82
  DownloadFileBright: L,
@@ -91,8 +92,9 @@ const zr = {
91
92
  InfoBanner: T,
92
93
  TasksBanner: G,
93
94
  CardImageSecondary: n,
94
- FileBannerSecondary: w
95
+ FileBannerSecondary: w,
96
+ TitleBlock: K
95
97
  };
96
98
  export {
97
- zr as c
99
+ Gr as c
98
100
  };