@hybridcore/ui 1.5.49 → 1.5.51
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/components/instance-form/components/TopLabelWrapper.js +51 -0
- package/dist/components/instance-form/components/composite-list/index.js +6 -6
- package/dist/components/instance-form/components/variable/index.js +3 -2
- package/dist/components/instance-form/components/variables/index.js +1 -1
- package/dist/components/instance-form/index.js +357 -336
- package/dist/components/property-mapping/index.js +1 -1
- package/dist/index-CCkupzf4.js +491 -0
- package/dist/main.d.ts +9 -3
- package/package.json +1 -1
- package/dist/index-OtGK6phq.js +0 -445
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { jsxs as o, Fragment as n, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import { Box as r, Typography as i } from "@mui/material";
|
|
3
|
+
const x = (a, l, e) => (p) => /* @__PURE__ */ o(n, { children: [
|
|
4
|
+
/* @__PURE__ */ o(r, { sx: { mb: 1 }, children: [
|
|
5
|
+
/* @__PURE__ */ o(
|
|
6
|
+
i,
|
|
7
|
+
{
|
|
8
|
+
component: "label",
|
|
9
|
+
sx: {
|
|
10
|
+
display: "inline-block",
|
|
11
|
+
color: "#1e262b",
|
|
12
|
+
fontSize: "16px",
|
|
13
|
+
position: "relative"
|
|
14
|
+
},
|
|
15
|
+
children: [
|
|
16
|
+
a,
|
|
17
|
+
l && /* @__PURE__ */ t(
|
|
18
|
+
"span",
|
|
19
|
+
{
|
|
20
|
+
style: {
|
|
21
|
+
position: "absolute",
|
|
22
|
+
top: "-3px",
|
|
23
|
+
right: "-9px",
|
|
24
|
+
fontWeight: "bold",
|
|
25
|
+
fontSize: "16px"
|
|
26
|
+
},
|
|
27
|
+
children: "*"
|
|
28
|
+
}
|
|
29
|
+
)
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
e && /* @__PURE__ */ t(
|
|
34
|
+
i,
|
|
35
|
+
{
|
|
36
|
+
variant: "caption",
|
|
37
|
+
sx: {
|
|
38
|
+
display: "block",
|
|
39
|
+
color: "#a5a8aa",
|
|
40
|
+
fontSize: "13px",
|
|
41
|
+
mt: 0.5
|
|
42
|
+
},
|
|
43
|
+
children: e
|
|
44
|
+
}
|
|
45
|
+
)
|
|
46
|
+
] }),
|
|
47
|
+
p
|
|
48
|
+
] });
|
|
49
|
+
export {
|
|
50
|
+
x as default
|
|
51
|
+
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "@mui/material";
|
|
3
|
-
import "./styled.js";
|
|
4
2
|
import "@mui/icons-material";
|
|
5
|
-
import "
|
|
6
|
-
import { C as s } from "../../../../index-OtGK6phq.js";
|
|
7
|
-
import "react";
|
|
8
|
-
import "lodash";
|
|
3
|
+
import "@mui/material";
|
|
9
4
|
import "dayjs";
|
|
5
|
+
import "lodash";
|
|
6
|
+
import "react";
|
|
7
|
+
import "../../../../hooks/useToggle.js";
|
|
10
8
|
import "../../../conditional-wrapper/index.js";
|
|
9
|
+
import { C as s } from "../../../../index-CCkupzf4.js";
|
|
10
|
+
import "./styled.js";
|
|
11
11
|
export {
|
|
12
12
|
s as default
|
|
13
13
|
};
|
|
@@ -3,11 +3,12 @@ import "@mui/icons-material";
|
|
|
3
3
|
import "@mui/material";
|
|
4
4
|
import "dayjs";
|
|
5
5
|
import "lodash";
|
|
6
|
-
import { V as
|
|
6
|
+
import { V as j } from "../../../../index-CCkupzf4.js";
|
|
7
7
|
import "../../../date-time-picker/index.js";
|
|
8
8
|
import "../../../geometry-picker/index.js";
|
|
9
9
|
import "../../../phone-input/index.js";
|
|
10
10
|
import "../../../conditional-wrapper/index.js";
|
|
11
|
+
import "../TopLabelWrapper.js";
|
|
11
12
|
import "../../../../Box-SSMZuKnS.js";
|
|
12
13
|
import "../../../../TextField-CdKnj6de.js";
|
|
13
14
|
import "../../../../FormControlLabel-BNT5EI0b.js";
|
|
@@ -16,5 +17,5 @@ import "../../../../InputLabel-ClDXuWBr.js";
|
|
|
16
17
|
import "../../../../Select-DuyWoyoF.js";
|
|
17
18
|
import "../../../../MenuItem-Lcjh1XlV.js";
|
|
18
19
|
export {
|
|
19
|
-
|
|
20
|
+
j as default
|
|
20
21
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as u, Fragment as I, jsxs as _ } from "react/jsx-runtime";
|
|
2
2
|
import b from "react";
|
|
3
|
-
import { V as g } from "../../../../index-
|
|
3
|
+
import { V as g } from "../../../../index-CCkupzf4.js";
|
|
4
4
|
import p from "lodash";
|
|
5
5
|
import { Box as i } from "@mui/material";
|
|
6
6
|
function C({
|