md-components-mdigial-azamat 0.0.46 → 0.0.49
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/AllComponents.js +1 -1
- package/dist/CardIconList/CardIconList.js +16 -14
- package/dist/CardImageList/CardImageList.js +34 -38
- package/dist/Cards/WarningCard/model.js +1 -1
- package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +1 -1
- package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +1 -1
- package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +1 -1
- package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +1 -1
- package/dist/Header/components/HeaderMobile/HeaderMobile.js +31 -40
- package/dist/Header/components/HeaderWeb/HeaderWeb.js +1 -1
- package/dist/MultiCards/index.js +14 -9
- package/dist/RenderAllComponents/const.js +1 -1
- package/dist/Stepper/Stepper.js +38 -34
- package/dist/assets/index.css +1 -1
- package/dist/{data.mock-2412b65a.js → data.mock-61df66ed.js} +5 -1
- package/dist/{palette-b47a76c9.js → palette-6c943596.js} +1 -0
- package/package.json +1 -1
package/dist/AllComponents.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as o, B as t, C as n, S as r, a as e, V as a, b as i, c as p, d as m, e as s, f as d, P as l, g as c, W as D, F as L, D as f, h as C, i as B, j as F, I as y, k, l as w, A as I, m as S, T as _, n as g, E as M, o as P, p as V, q as u, r as T, s as b, t as A } from "./data.mock-
|
|
1
|
+
import { M as o, B as t, C as n, S as r, a as e, V as a, b as i, c as p, d as m, e as s, f as d, P as l, g as c, W as D, F as L, D as f, h as C, i as B, j as F, I as y, k, l as w, A as I, m as S, T as _, n as g, E as M, o as P, p as V, q as u, r as T, s as b, t as A } from "./data.mock-61df66ed.js";
|
|
2
2
|
import H from "./AnimatedSwiper/index.js";
|
|
3
3
|
import { Banner as h } from "./Banner/Banner.js";
|
|
4
4
|
import { CardIconList as q } from "./CardIconList/CardIconList.js";
|
|
@@ -57,20 +57,22 @@ const b = {
|
|
|
57
57
|
"div",
|
|
58
58
|
{
|
|
59
59
|
className: `${e} gap-[24px] w-full ${o ? "grid grid-cols-2 max-tablet:flex h-full" : "flex flex-row max-tablet:flex-col"}`,
|
|
60
|
-
children: s == null ? void 0 : s.map(
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
60
|
+
children: s == null ? void 0 : s.map(
|
|
61
|
+
(a, p) => a && /* @__PURE__ */ l(
|
|
62
|
+
f,
|
|
63
|
+
{
|
|
64
|
+
data: a,
|
|
65
|
+
size: x,
|
|
66
|
+
className: c(
|
|
67
|
+
{ "h-full": o },
|
|
68
|
+
{
|
|
69
|
+
"col-span-2": o && p === 0
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
},
|
|
73
|
+
(a == null ? void 0 : a.id) || p
|
|
74
|
+
)
|
|
75
|
+
)
|
|
74
76
|
}
|
|
75
77
|
)
|
|
76
78
|
]
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { CardImage as
|
|
1
|
+
import { jsx as e, jsxs as p } from "react/jsx-runtime";
|
|
2
|
+
import { CardImage as n } from "../Cards/CardImage/CardImage.js";
|
|
3
3
|
import { CardImageVariant as o } from "../Cards/CardImage/types.js";
|
|
4
|
-
import { FieldTypes as
|
|
5
|
-
import { B as
|
|
6
|
-
import { B as
|
|
7
|
-
import { C as
|
|
8
|
-
import { c as
|
|
9
|
-
const
|
|
4
|
+
import { FieldTypes as t } from "../Types/FiledTypes.js";
|
|
5
|
+
import { B as c } from "../index-10605794.js";
|
|
6
|
+
import { B as d } from "../const-53dff524.js";
|
|
7
|
+
import { C as f } from "../ComponentContainer-cdb2528c.js";
|
|
8
|
+
import { c as m } from "../cn-6a4bf187.js";
|
|
9
|
+
const x = {
|
|
10
10
|
type: "cards",
|
|
11
11
|
dataType: "array",
|
|
12
12
|
label: "Карточки",
|
|
13
13
|
data: {
|
|
14
|
-
title:
|
|
15
|
-
description:
|
|
16
|
-
image:
|
|
17
|
-
is_black:
|
|
14
|
+
title: t.TITLE,
|
|
15
|
+
description: t.DESCRIPTION,
|
|
16
|
+
image: t.FILE,
|
|
17
|
+
is_black: t.BOOLEAN,
|
|
18
18
|
variant: {
|
|
19
19
|
options: [
|
|
20
20
|
{
|
|
@@ -26,16 +26,16 @@ const g = {
|
|
|
26
26
|
value: o.SMALL
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
|
-
type:
|
|
29
|
+
type: t.VARIANT
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
},
|
|
33
|
-
cards:
|
|
32
|
+
}, g = ["title", x, "grid", d], b = ({
|
|
33
|
+
cards: r,
|
|
34
34
|
title: i,
|
|
35
|
-
grid:
|
|
35
|
+
grid: s,
|
|
36
36
|
button: l
|
|
37
|
-
}) => /* @__PURE__ */
|
|
38
|
-
i && /* @__PURE__ */
|
|
37
|
+
}) => /* @__PURE__ */ e(f, { children: /* @__PURE__ */ p("div", { className: "w-full flex flex-col items-center gap-6", children: [
|
|
38
|
+
i && /* @__PURE__ */ e(
|
|
39
39
|
"p",
|
|
40
40
|
{
|
|
41
41
|
className: `font-bold max-tablet:text-[26px] text-[44px] max-tablet:leading-[32px] leading-[42px]
|
|
@@ -43,36 +43,32 @@ const g = {
|
|
|
43
43
|
children: i
|
|
44
44
|
}
|
|
45
45
|
),
|
|
46
|
-
/* @__PURE__ */
|
|
46
|
+
/* @__PURE__ */ e(
|
|
47
47
|
"div",
|
|
48
48
|
{
|
|
49
|
-
className:
|
|
50
|
-
`grid grid-cols-${
|
|
49
|
+
className: m(
|
|
50
|
+
`grid grid-cols-${s} items-stretch gap-6`,
|
|
51
51
|
"max-tablet:grid-cols-1"
|
|
52
52
|
),
|
|
53
|
-
children:
|
|
54
|
-
|
|
53
|
+
children: r == null ? void 0 : r.map((a) => /* @__PURE__ */ e(
|
|
54
|
+
n,
|
|
55
55
|
{
|
|
56
|
-
data:
|
|
56
|
+
data: a
|
|
57
57
|
},
|
|
58
|
-
|
|
58
|
+
a == null ? void 0 : a.id
|
|
59
59
|
))
|
|
60
60
|
}
|
|
61
61
|
),
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
l && /* @__PURE__ */ e("div", { className: "flex flex-wrap gap-4", children: /* @__PURE__ */ e(
|
|
63
|
+
c,
|
|
64
64
|
{
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
children: /* @__PURE__ */ r(d, { variant: e.variant, children: e.text })
|
|
70
|
-
},
|
|
71
|
-
s
|
|
72
|
-
)) })
|
|
65
|
+
className: m("w-fit z-10 max-tablet:w-full"),
|
|
66
|
+
...l
|
|
67
|
+
}
|
|
68
|
+
) })
|
|
73
69
|
] }) });
|
|
74
|
-
|
|
70
|
+
b.propsToEdit = g;
|
|
75
71
|
export {
|
|
76
|
-
|
|
77
|
-
|
|
72
|
+
b as CardImageList,
|
|
73
|
+
g as propsToEdit
|
|
78
74
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OptionTypesEnum as e, DataTypesEnum as o } from "../../Types/FiledTypes.js";
|
|
2
|
-
import { p as r } from "../../palette-
|
|
2
|
+
import { p as r } from "../../palette-6c943596.js";
|
|
3
3
|
import { g as n } from "../../generateSelectOptions-7b23cdb8.js";
|
|
4
4
|
var t = /* @__PURE__ */ ((a) => (a.Orange = "orange", a.Gray = "gray", a.Black = "black", a))(t || {});
|
|
5
5
|
const c = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as e, jsxs as l } from "react/jsx-runtime";
|
|
2
2
|
import { I as o } from "../../../Icon-70ea6cb8.js";
|
|
3
|
-
import { p as t } from "../../../palette-
|
|
3
|
+
import { p as t } from "../../../palette-6c943596.js";
|
|
4
4
|
import { B as n } from "../../../index-10605794.js";
|
|
5
5
|
import { C as s } from "../../../ComponentContainer-cdb2528c.js";
|
|
6
6
|
const c = ["title", "text", "link"], m = ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
2
2
|
import { DataTypesEnum as s, FieldTypes as o } from "../../../Types/FiledTypes.js";
|
|
3
3
|
import { I as r } from "../../../Icon-70ea6cb8.js";
|
|
4
|
-
import { p as n } from "../../../palette-
|
|
4
|
+
import { p as n } from "../../../palette-6c943596.js";
|
|
5
5
|
import { B as i } from "../../../index-10605794.js";
|
|
6
6
|
import { b as p } from "../../../const-53dff524.js";
|
|
7
7
|
import { C as c } from "../../../ComponentContainer-cdb2528c.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as r, jsxs as a } from "react/jsx-runtime";
|
|
2
2
|
import { I as n } from "../../../Icon-70ea6cb8.js";
|
|
3
|
-
import { p as e } from "../../../palette-
|
|
3
|
+
import { p as e } from "../../../palette-6c943596.js";
|
|
4
4
|
import { B as s } from "../../../index-10605794.js";
|
|
5
5
|
import { b as c } from "../../../const-53dff524.js";
|
|
6
6
|
import { C as i } from "../../../ComponentContainer-cdb2528c.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as a, jsxs as e } from "react/jsx-runtime";
|
|
2
2
|
import { DataTypesEnum as s, FieldTypes as r } from "../../../Types/FiledTypes.js";
|
|
3
3
|
import { I as n } from "../../../Icon-70ea6cb8.js";
|
|
4
|
-
import { p } from "../../../palette-
|
|
4
|
+
import { p } from "../../../palette-6c943596.js";
|
|
5
5
|
import { B as i } from "../../../index-10605794.js";
|
|
6
6
|
import { b as t } from "../../../const-53dff524.js";
|
|
7
7
|
import { C as d } from "../../../ComponentContainer-cdb2528c.js";
|
|
@@ -8,8 +8,8 @@ import x from "../HeaderMenuMobile/HeaderMenuMobile.js";
|
|
|
8
8
|
import A from "../HeaderSearchMobile/HeaderSearchMobile.js";
|
|
9
9
|
const I = ({
|
|
10
10
|
sections: o,
|
|
11
|
-
darkTheme:
|
|
12
|
-
className:
|
|
11
|
+
darkTheme: c,
|
|
12
|
+
className: d
|
|
13
13
|
}) => {
|
|
14
14
|
const [e, l] = a(n.MAIN), t = (r) => {
|
|
15
15
|
l(r);
|
|
@@ -29,44 +29,35 @@ const I = ({
|
|
|
29
29
|
return document.body.style.overflow = "hidden", () => {
|
|
30
30
|
document.body.style.overflow = "auto";
|
|
31
31
|
};
|
|
32
|
-
}, [e]), /* @__PURE__ */ H(
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
render: e,
|
|
62
|
-
show: t,
|
|
63
|
-
results: i,
|
|
64
|
-
showResults: f
|
|
65
|
-
}
|
|
66
|
-
)
|
|
67
|
-
]
|
|
68
|
-
}
|
|
69
|
-
);
|
|
32
|
+
}, [e]), /* @__PURE__ */ H("div", { className: R("w-full left-0 right-0 max-w-full", d), children: [
|
|
33
|
+
/* @__PURE__ */ s(
|
|
34
|
+
S,
|
|
35
|
+
{
|
|
36
|
+
render: e,
|
|
37
|
+
show: t,
|
|
38
|
+
darkEffect: c,
|
|
39
|
+
setSearchValue: p
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ s(
|
|
43
|
+
x,
|
|
44
|
+
{
|
|
45
|
+
show: t,
|
|
46
|
+
sectionsData: Array.isArray(o) ? o : [o],
|
|
47
|
+
className: "top-[56px]",
|
|
48
|
+
render: e
|
|
49
|
+
}
|
|
50
|
+
),
|
|
51
|
+
/* @__PURE__ */ s(
|
|
52
|
+
A,
|
|
53
|
+
{
|
|
54
|
+
render: e,
|
|
55
|
+
show: t,
|
|
56
|
+
results: i,
|
|
57
|
+
showResults: f
|
|
58
|
+
}
|
|
59
|
+
)
|
|
60
|
+
] });
|
|
70
61
|
};
|
|
71
62
|
export {
|
|
72
63
|
I as HeaderMobile
|
|
@@ -121,7 +121,7 @@ const F = "category", H = "link", se = ({ sections: r, darkTheme: p }) => {
|
|
|
121
121
|
"div",
|
|
122
122
|
{
|
|
123
123
|
className: k(
|
|
124
|
-
"flex bg-white rounded-2xl backdrop-blur-md w-full shadow-lg absolute top-[
|
|
124
|
+
"flex bg-white rounded-2xl backdrop-blur-md w-full shadow-lg absolute top-[59px] left-0 z-50 transition-all duration-300 ease-out",
|
|
125
125
|
u ? "opacity-100 translate-y-0 pointer-events-auto visible" : "opacity-0 -translate-y-5 pointer-events-none invisible"
|
|
126
126
|
),
|
|
127
127
|
ref: M,
|
package/dist/MultiCards/index.js
CHANGED
|
@@ -3,12 +3,15 @@ import { BannerAndText as p } from "../BannerAndText/index.js";
|
|
|
3
3
|
import { CardIconList as c } from "../CardIconList/CardIconList.js";
|
|
4
4
|
import { FieldTypes as t } from "../Types/FiledTypes.js";
|
|
5
5
|
import { C as d } from "../ComponentContainer-cdb2528c.js";
|
|
6
|
-
const
|
|
6
|
+
const m = {
|
|
7
7
|
type: "banner_card",
|
|
8
8
|
label: "Баннер карточка",
|
|
9
9
|
dataType: "object",
|
|
10
10
|
data: {
|
|
11
|
-
|
|
11
|
+
keys: {
|
|
12
|
+
image: t.FILE,
|
|
13
|
+
image_mob: t.FILE
|
|
14
|
+
}
|
|
12
15
|
}
|
|
13
16
|
}, x = {
|
|
14
17
|
type: "cards",
|
|
@@ -19,14 +22,16 @@ const f = {
|
|
|
19
22
|
description: t.DESCRIPTION,
|
|
20
23
|
icon: t.FILE
|
|
21
24
|
}
|
|
22
|
-
},
|
|
25
|
+
}, f = {
|
|
23
26
|
type: "text_card",
|
|
24
27
|
label: "Текстовая карточка",
|
|
25
28
|
dataType: "object",
|
|
26
29
|
data: {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
+
keys: {
|
|
31
|
+
title: t.TITLE,
|
|
32
|
+
description: t.DESCRIPTION,
|
|
33
|
+
color_text: t.COLOR
|
|
34
|
+
}
|
|
30
35
|
}
|
|
31
36
|
}, b = {
|
|
32
37
|
type: "is_cards_first",
|
|
@@ -38,9 +43,9 @@ const f = {
|
|
|
38
43
|
dataType: "boolean"
|
|
39
44
|
}, _ = [
|
|
40
45
|
"title",
|
|
41
|
-
f,
|
|
42
|
-
x,
|
|
43
46
|
m,
|
|
47
|
+
x,
|
|
48
|
+
f,
|
|
44
49
|
T,
|
|
45
50
|
b
|
|
46
51
|
], y = ({
|
|
@@ -76,7 +81,7 @@ const f = {
|
|
|
76
81
|
c,
|
|
77
82
|
{
|
|
78
83
|
cards: i,
|
|
79
|
-
|
|
84
|
+
turnover: l,
|
|
80
85
|
multiHasText: !e
|
|
81
86
|
}
|
|
82
87
|
)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as a, B as t, u as s, C as n, S as D, a as r, V as e, b as i, c as o, d, P as l, e as C, f as B, g as L, W as m, v as w, w as p, F as I, h as g, D as F, i as S, j as c, I as M, x as P, k as f, l as u, A as V, m as T, T as W, n as b, E as x, o as h, p as k, q, r as v, s as y, t as A } from "../data.mock-
|
|
1
|
+
import { M as a, B as t, u as s, C as n, S as D, a as r, V as e, b as i, c as o, d, P as l, e as C, f as B, g as L, W as m, v as w, w as p, F as I, h as g, D as F, i as S, j as c, I as M, x as P, k as f, l as u, A as V, m as T, T as W, n as b, E as x, o as h, p as k, q, r as v, s as y, t as A } from "../data.mock-61df66ed.js";
|
|
2
2
|
const j = [
|
|
3
3
|
a,
|
|
4
4
|
t,
|
package/dist/Stepper/Stepper.js
CHANGED
|
@@ -1,53 +1,57 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { FieldTypes as
|
|
1
|
+
import { jsx as e, jsxs as a } from "react/jsx-runtime";
|
|
2
|
+
import { FieldTypes as o } from "../Types/FiledTypes.js";
|
|
3
3
|
import { B as c } from "../index-10605794.js";
|
|
4
|
-
import { B as
|
|
4
|
+
import { B as x } from "../const-53dff524.js";
|
|
5
5
|
import { C as d } from "../ComponentContainer-cdb2528c.js";
|
|
6
|
-
import { I as
|
|
7
|
-
|
|
6
|
+
import { I as f } from "../index-2265d593.js";
|
|
7
|
+
import { c as g } from "../cn-6a4bf187.js";
|
|
8
|
+
const h = {
|
|
8
9
|
type: "data",
|
|
9
10
|
label: "Шаги",
|
|
10
11
|
dataType: "array",
|
|
11
12
|
data: {
|
|
12
|
-
text:
|
|
13
|
-
icon:
|
|
13
|
+
text: o.DESCRIPTION,
|
|
14
|
+
icon: o.FILE,
|
|
15
|
+
color: o.COLOR,
|
|
16
|
+
title: o.TITLE
|
|
14
17
|
}
|
|
15
|
-
},
|
|
16
|
-
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
const
|
|
19
|
-
return /* @__PURE__ */
|
|
18
|
+
}, i = ["title", h, x], b = ({ data: t, title: l, button: p }) => /* @__PURE__ */ e(d, { children: /* @__PURE__ */ a("div", { className: "flex items-center flex-col", children: [
|
|
19
|
+
l && /* @__PURE__ */ e("p", { className: "font-bold max-tablet:text-[26px] text-[44px] mb-12 max-tablet:leading-[32px] leading-[42px] font-variant-numeric font-feature-settings", children: l }),
|
|
20
|
+
/* @__PURE__ */ e("div", { className: "grid grid-cols-3 gap-6 max-tablet:grid-cols-1", children: t == null ? void 0 : t.map((r, n) => {
|
|
21
|
+
const s = n + 1;
|
|
22
|
+
return /* @__PURE__ */ a(
|
|
20
23
|
"div",
|
|
21
24
|
{
|
|
22
|
-
className: "p-8 bg-white rounded-[20px] flex flex-col
|
|
25
|
+
className: "p-8 bg-white rounded-[20px] flex flex-col items-center",
|
|
23
26
|
children: [
|
|
24
|
-
|
|
25
|
-
|
|
27
|
+
r.icon ? /* @__PURE__ */ e(
|
|
28
|
+
f,
|
|
26
29
|
{
|
|
27
|
-
src:
|
|
28
|
-
className: "w-[72px] h-[72px] rounded-full overflow-hidden"
|
|
30
|
+
src: r.icon,
|
|
31
|
+
className: "w-[72px] h-[72px] rounded-full overflow-hidden mb-[24px]"
|
|
29
32
|
}
|
|
30
|
-
) : /* @__PURE__ */
|
|
31
|
-
|
|
33
|
+
) : /* @__PURE__ */ e(
|
|
34
|
+
"span",
|
|
35
|
+
{
|
|
36
|
+
className: g(
|
|
37
|
+
"w-[72px] h-[72px] rounded-full font-bold overflow-hidden flex items-center justify-center text-white text-[24px] leading-8 ",
|
|
38
|
+
r != null && r.color ? `bg-[${r == null ? void 0 : r.color}]` : "bg-greenLight"
|
|
39
|
+
),
|
|
40
|
+
children: s
|
|
41
|
+
}
|
|
42
|
+
),
|
|
43
|
+
r.text && /* @__PURE__ */ e("p", { className: "text-blackBG text-[18px] leading-[26px] text-center", children: r == null ? void 0 : r.text }),
|
|
44
|
+
(r == null ? void 0 : r.title) && /* @__PURE__ */ e("h3", { className: "text-blackBG text-[22px] leading-[30px] font-bold text-center mb-[16px]", children: r == null ? void 0 : r.title }),
|
|
45
|
+
(r == null ? void 0 : r.description) && /* @__PURE__ */ e("p", { className: "text-gray3 text-[15px] leading-[22px] text-center", children: r == null ? void 0 : r.description })
|
|
32
46
|
]
|
|
33
47
|
},
|
|
34
|
-
|
|
48
|
+
n
|
|
35
49
|
);
|
|
36
50
|
}) }),
|
|
37
|
-
|
|
38
|
-
"a",
|
|
39
|
-
{
|
|
40
|
-
href: (e == null ? void 0 : e.link) || "#",
|
|
41
|
-
className: "w-fit z-10 max-tablet:w-full",
|
|
42
|
-
target: "_blank",
|
|
43
|
-
rel: "noopener noreferrer",
|
|
44
|
-
children: /* @__PURE__ */ r(c, { variant: e.variant, children: e.text })
|
|
45
|
-
},
|
|
46
|
-
a
|
|
47
|
-
)) })
|
|
51
|
+
/* @__PURE__ */ e(c, { ...p })
|
|
48
52
|
] }) });
|
|
49
|
-
|
|
53
|
+
b.propsToEdit = i;
|
|
50
54
|
export {
|
|
51
|
-
|
|
52
|
-
|
|
55
|
+
b as Stepper,
|
|
56
|
+
i as propsToEdit
|
|
53
57
|
};
|