@hybridcore/ui 1.3.0 → 1.3.1
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/{ButtonBase-C7CHOX3y.js → ButtonBase-DZH9mTSs.js} +3 -3
- package/dist/{CardContent-DDFwwGfd.js → CardContent-CUZ9jH0z.js} +3 -3
- package/dist/{Checkbox-DP6_qp1v.js → Checkbox-RTVyZJPK.js} +6 -6
- package/dist/{Collapse-9egEADkh.js → Collapse-9zKUPtnk.js} +6 -6
- package/dist/{DialogContent-MMUsECN2.js → DialogContent-ijWcBrtC.js} +9 -9
- package/dist/{FormControl-Cj5nc-Nv.js → FormControl-C0mOl3mC.js} +6 -6
- package/dist/{FormControlLabel-j_atSYQA.js → FormControlLabel-BK6N5zeb.js} +11 -11
- package/dist/{IconButton-2FRFauye.js → IconButton-D7MS15zj.js} +4 -4
- package/dist/{Input-BY_yKOrF.js → Input-CIRMXtVU.js} +5 -5
- package/dist/{List-CgBXAAKA.js → List-D26ubZNL.js} +3 -3
- package/dist/{ListItem-BFDUUjHt.js → ListItem-B0ZWvhCF.js} +5 -5
- package/dist/{MenuItem-BejUFNIP.js → MenuItem-CI7xGSGZ.js} +6 -6
- package/dist/{OutlinedInput-CnzESIDi.js → OutlinedInput-aT_qMbXR.js} +5 -5
- package/dist/{Paper-k37cShvn.js → Paper-DuVFfsLZ.js} +4 -4
- package/dist/{Select-BGt6e73I.js → Select-B625rLnY.js} +14 -14
- package/dist/{Typography-Bjo-B13o.js → Typography-CJu4IM_v.js} +3 -3
- package/dist/{chainPropTypes-BmidnkZm.js → chainPropTypes-DHF53jrt.js} +2 -2
- package/dist/components/card/index.js +5 -5
- package/dist/components/card/styled.js +1 -1
- package/dist/components/collapsible-card/style.js +9 -9
- package/dist/components/confirm/dialog.js +5 -5
- package/dist/components/container/index.js +6 -6
- package/dist/components/context-menu/index.js +9 -9
- package/dist/components/data-management/instance-form/components/composite-list/index.js +1 -1
- package/dist/components/data-management/instance-form/components/variable/index.js +6 -6
- package/dist/components/data-management/instance-form/components/variables/index.js +1 -1
- package/dist/components/date-time-picker/index.js +4 -4
- package/dist/components/geometry-picker/index.js +2 -2
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/map/styled.js +1 -1
- package/dist/components/search-input/index.js +3 -3
- package/dist/components/template-property-filters/index.js +481 -49
- package/dist/components/template-property-filters/property.js +10 -7017
- package/dist/components/tree-select/index.js +4 -4
- package/dist/components/treeview-filter/index.js +9 -9
- package/dist/components/treeview-filter/item/index.js +1 -1
- package/dist/components/treeview-filter/item-label/index.js +2 -2
- package/dist/{createSvgIcon-DAR6Hwv8.js → createSvgIcon-CpwgcuKn.js} +4 -4
- package/dist/{createSvgIcon-R_PakhKf.js → createSvgIcon-uzHr0c0Y.js} +3 -3
- package/dist/{createTheme-oOCi1S_n.js → createTheme-BynOz6vJ.js} +126 -123
- package/dist/{exactProp-DhXxfU8X.js → exactProp-BgztuVaT.js} +2 -2
- package/dist/{index-DHnXB0CB.js → index-C5fnQULf.js} +10 -10
- package/dist/{index-C7W2wuUG.js → index-CEj0z7vR.js} +6 -6
- package/dist/{listItemTextClasses-CaI8l2PD.js → listItemTextClasses-Lb51gZ03.js} +2 -2
- package/dist/property-DyLBS7uO.js +7020 -0
- package/dist/{resolveComponentProps-BwtY1IP3.js → resolveComponentProps-D6QBz-nM.js} +1 -1
- package/dist/{styled-Wx2vv4j8.js → styled-B02_UC50.js} +1 -1
- package/dist/{styled-CHMAYxVs.js → styled-C3GYAbYC.js} +1 -1
- package/dist/{useTheme-CD5DEi5n.js → useTheme-BYHXX22B.js} +2 -2
- package/dist/{useTheme-BI40KZ7w.js → useTheme-rmCSkfoY.js} +1 -1
- package/dist/{useThemeProps-DT5EdhcP.js → useThemeProps-CR6NzUGU.js} +2 -2
- package/dist/{useThemeProps-D4or2IlT.js → useThemeProps-DzfjJKh1.js} +3 -3
- package/dist/{utils-BEaBPoDF.js → utils-CIiFkdEJ.js} +2 -2
- package/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsxs as h, Fragment as P, jsx as n } from "react/jsx-runtime";
|
|
2
2
|
import T from "lodash";
|
|
3
3
|
import v from "dayjs";
|
|
4
|
-
import { Typography as F, Chip as B, Dialog as S, DialogTitle as j, DialogContent as N, DialogActions as W, Button as
|
|
4
|
+
import { Typography as F, Chip as B, Dialog as S, DialogTitle as j, DialogContent as N, DialogActions as W, Button as D, InputAdornment as Y, Tooltip as O, Stack as _ } from "@mui/material";
|
|
5
5
|
import { Container as y, Values as E, MiniButton as G } from "./components/data-management/instance-form/components/composite-list/styled.js";
|
|
6
6
|
import { Add as H, LockOutlined as R } from "@mui/icons-material";
|
|
7
7
|
import $ from "./hooks/useToggle.js";
|
|
8
8
|
import { GeometryPicker as q } from "./components/geometry-picker/index.js";
|
|
9
9
|
import { PhoneInput as J } from "./components/phone-input/index.js";
|
|
10
10
|
import { DateTimePicker as K } from "./components/date-time-picker/index.js";
|
|
11
|
-
import { T as
|
|
12
|
-
import { B as x, C as U } from "./Checkbox-
|
|
13
|
-
import { F as X, I as Z } from "./FormControl-
|
|
14
|
-
import { S as M } from "./Select-
|
|
15
|
-
import { M as z } from "./MenuItem-
|
|
11
|
+
import { T as w, F as Q } from "./FormControlLabel-BK6N5zeb.js";
|
|
12
|
+
import { B as x, C as U } from "./Checkbox-RTVyZJPK.js";
|
|
13
|
+
import { F as X, I as Z } from "./FormControl-C0mOl3mC.js";
|
|
14
|
+
import { S as M } from "./Select-B625rLnY.js";
|
|
15
|
+
import { M as z } from "./MenuItem-CI7xGSGZ.js";
|
|
16
16
|
import { useState as ee } from "react";
|
|
17
17
|
function ne({
|
|
18
18
|
property: m,
|
|
@@ -82,7 +82,7 @@ function ne({
|
|
|
82
82
|
) : null }),
|
|
83
83
|
/* @__PURE__ */ h(W, { children: [
|
|
84
84
|
/* @__PURE__ */ n(
|
|
85
|
-
|
|
85
|
+
D,
|
|
86
86
|
{
|
|
87
87
|
variant: "contained",
|
|
88
88
|
color: "inherit",
|
|
@@ -90,7 +90,7 @@ function ne({
|
|
|
90
90
|
children: "Cancel"
|
|
91
91
|
}
|
|
92
92
|
),
|
|
93
|
-
/* @__PURE__ */ n(
|
|
93
|
+
/* @__PURE__ */ n(D, { variant: "contained", color: "primary", onClick: k, children: "Ok" })
|
|
94
94
|
] })
|
|
95
95
|
]
|
|
96
96
|
}
|
|
@@ -151,7 +151,7 @@ function te({
|
|
|
151
151
|
"bank-account"
|
|
152
152
|
].includes(e.type))
|
|
153
153
|
return /* @__PURE__ */ n(
|
|
154
|
-
|
|
154
|
+
w,
|
|
155
155
|
{
|
|
156
156
|
label: e.name,
|
|
157
157
|
name: e.propertyId,
|
|
@@ -191,7 +191,7 @@ function te({
|
|
|
191
191
|
if (e.type === "list") {
|
|
192
192
|
let t = "";
|
|
193
193
|
return e.defaultValue && (t = T.isArray(e.defaultValue) ? l.join(", ") : e.defaultValue), l && (t = T.isArray(l) ? l.join(",") : l), /* @__PURE__ */ n(
|
|
194
|
-
|
|
194
|
+
w,
|
|
195
195
|
{
|
|
196
196
|
label: e.name,
|
|
197
197
|
name: e.propertyId,
|
|
@@ -2,12 +2,12 @@ import { jsx as T, jsxs as ae } from "react/jsx-runtime";
|
|
|
2
2
|
import xe from "./components/treeview-filter/item-label/index.js";
|
|
3
3
|
import se from "lodash";
|
|
4
4
|
import * as l from "react";
|
|
5
|
-
import { P as o } from "./createTheme-
|
|
6
|
-
import { b as Ie, a as Te, e as he } from "./ButtonBase-
|
|
7
|
-
import { g as Ee, a as ve } from "./chainPropTypes-
|
|
8
|
-
import { g as De, s as W } from "./styled-
|
|
9
|
-
import { a as $, u as Ne } from "./useThemeProps-
|
|
10
|
-
import { C as ie } from "./Collapse-
|
|
5
|
+
import { P as o } from "./createTheme-BynOz6vJ.js";
|
|
6
|
+
import { b as Ie, a as Te, e as he } from "./ButtonBase-DZH9mTSs.js";
|
|
7
|
+
import { g as Ee, a as ve } from "./chainPropTypes-DHF53jrt.js";
|
|
8
|
+
import { g as De, s as W } from "./styled-B02_UC50.js";
|
|
9
|
+
import { a as $, u as Ne } from "./useThemeProps-DzfjJKh1.js";
|
|
10
|
+
import { C as ie } from "./Collapse-9zKUPtnk.js";
|
|
11
11
|
import { u as Oe } from "./unsupportedProp-BuVD30Gh.js";
|
|
12
12
|
import { o as Se } from "./ownerDocument-CUrv0DIK.js";
|
|
13
13
|
function ce(e) {
|