md-components-mdigial-azamat 0.0.93 → 0.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ActionIconList/ActionIconList.js +1 -1
- package/dist/AllComponents.js +1 -1
- package/dist/AllComponentsInfo.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +1 -1
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +1 -1
- package/dist/Forms/FormDefault/fieldTypesList.js +45 -0
- package/dist/Forms/FormDefault/index.js +1 -1
- package/dist/Forms/FormDefault/info.js +7 -6
- package/dist/Forms/helpers/renderFormFields.js +1 -1
- package/dist/Forms/model/components.js +1 -1
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/{componentsMap-4732ea4f.js → componentsMap-59c739bf.js} +1 -1
- package/dist/{info-22c43f9e.js → info-fe4d0d4f.js} +296 -279
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -31,7 +31,7 @@ import "../PartnersColors/PartnersColors.js";
|
|
|
31
31
|
import "../PreviewList/PreviewList.js";
|
|
32
32
|
import "../Cards/CardImage/CardImage.js";
|
|
33
33
|
import "../Cards/ContentCard/ContentCard.js";
|
|
34
|
-
import "../info-
|
|
34
|
+
import "../info-fe4d0d4f.js";
|
|
35
35
|
import "../Cards/ColoredCard/index.js";
|
|
36
36
|
import "../Cards/FeaturesCard/index.js";
|
|
37
37
|
import "../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
package/dist/AllComponents.js
CHANGED
|
@@ -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-
|
|
11
|
+
import { a as Xo, A as Yo } from "./info-fe4d0d4f.js";
|
|
12
12
|
import "./InfoBannerList/InfoBannerList.js";
|
|
13
13
|
import "./IntroBanner/IntroBanner.js";
|
|
14
14
|
import "./MainBanner/MainBanner.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-
|
|
13
|
+
import { w as s, f as l } from "./info-fe4d0d4f.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-
|
|
32
|
+
import { W as Zr, p as _r } from "../../info-fe4d0d4f.js";
|
|
33
33
|
import "../ColoredCard/index.js";
|
|
34
34
|
import "../FeaturesCard/index.js";
|
|
35
35
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -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-
|
|
6
|
+
import { F as f, g as F } from "../../info-fe4d0d4f.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
|
|
31
|
+
import { e as _o, f as $o, d as or, i as rr } from "../../info-fe4d0d4f.js";
|
|
31
32
|
import "../../Cards/ColoredCard/index.js";
|
|
32
33
|
import "../../Cards/FeaturesCard/index.js";
|
|
33
34
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -52,7 +53,6 @@ import "../../SwiperList/SwiperList.js";
|
|
|
52
53
|
import "../../TasksBanner/TasksBanner.js";
|
|
53
54
|
import "../../TasksBannerList/TasksBannerList.js";
|
|
54
55
|
import "../../VideoMainBanner/VideoMainBanner.js";
|
|
55
|
-
import "../../Types/FiledTypes.js";
|
|
56
56
|
import "react-dom";
|
|
57
57
|
import "../../TitleBlock/TitleBlock.js";
|
|
58
58
|
import "../../AnimatedSwiper/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
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
106
|
+
_o as FormFieldsProps,
|
|
107
|
+
$o as formDefaultInfo,
|
|
108
|
+
or as formDefaultProps,
|
|
109
|
+
rr as info
|
|
109
110
|
};
|
|
@@ -28,7 +28,7 @@ import "../../PartnersColors/PartnersColors.js";
|
|
|
28
28
|
import "../../PreviewList/PreviewList.js";
|
|
29
29
|
import "../../Cards/CardImage/CardImage.js";
|
|
30
30
|
import "../../Cards/ContentCard/ContentCard.js";
|
|
31
|
-
import { b as Wo, c as Xo } from "../../info-
|
|
31
|
+
import { b as Wo, c as Xo } from "../../info-fe4d0d4f.js";
|
|
32
32
|
import "../../Cards/ColoredCard/index.js";
|
|
33
33
|
import "../../Cards/FeaturesCard/index.js";
|
|
34
34
|
import "../../DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as n, Fragment as t } from "react/jsx-runtime";
|
|
2
|
-
import { c as i } from "../componentsMap-
|
|
2
|
+
import { c as i } from "../componentsMap-59c739bf.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(
|
|
@@ -10,7 +10,7 @@ import { CardImage as p } from "./Cards/CardImage/CardImage.js";
|
|
|
10
10
|
import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
|
|
11
11
|
import { ContentCard as s } from "./Cards/ContentCard/ContentCard.js";
|
|
12
12
|
import { FeaturesCard as d } from "./Cards/FeaturesCard/index.js";
|
|
13
|
-
import { W as l, F as C } from "./info-
|
|
13
|
+
import { W as l, F as C } from "./info-fe4d0d4f.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";
|