@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
|
@@ -3,10 +3,10 @@ import f from "react";
|
|
|
3
3
|
import { TreeViewFilter as _ } from "../treeview-filter/index.js";
|
|
4
4
|
import r from "lodash";
|
|
5
5
|
import { flattenNestedTemplates as b } from "../../utils/ontology.js";
|
|
6
|
-
import { F as A, I as E } from "../../FormControl-
|
|
7
|
-
import { S as M } from "../../Select-
|
|
8
|
-
import { M as j } from "../../MenuItem-
|
|
9
|
-
import { D as B, a as k, b as w, B as L } from "../../DialogContent-
|
|
6
|
+
import { F as A, I as E } from "../../FormControl-C0mOl3mC.js";
|
|
7
|
+
import { S as M } from "../../Select-B625rLnY.js";
|
|
8
|
+
import { M as j } from "../../MenuItem-CI7xGSGZ.js";
|
|
9
|
+
import { D as B, a as k, b as w, B as L } from "../../DialogContent-ijWcBrtC.js";
|
|
10
10
|
const P = ({
|
|
11
11
|
data: h,
|
|
12
12
|
label: s,
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import Ne, { jsx as C, jsxs as it, Fragment as ut } from "react/jsx-runtime";
|
|
2
2
|
import * as f from "react";
|
|
3
3
|
import Se from "react";
|
|
4
|
-
import { g as dt, s as ft, i as Oe } from "../../styled-
|
|
5
|
-
import { r as Te } from "../../createSvgIcon-
|
|
6
|
-
import { T as pt, D as ht, c as mt, I as xt } from "../../index-
|
|
4
|
+
import { g as dt, s as ft, i as Oe } from "../../styled-B02_UC50.js";
|
|
5
|
+
import { r as Te } from "../../createSvgIcon-CpwgcuKn.js";
|
|
6
|
+
import { T as pt, D as ht, c as mt, I as xt } from "../../index-CEj0z7vR.js";
|
|
7
7
|
import we from "lodash";
|
|
8
8
|
import { Box as gt } from "@mui/material";
|
|
9
9
|
import { SearchInput as bt } from "../search-input/index.js";
|
|
10
10
|
import { flattenNestedTemplates as St } from "../../utils/ontology.js";
|
|
11
|
-
import { P as o } from "../../createTheme-
|
|
12
|
-
import { g as wt, a as yt } from "../../chainPropTypes-
|
|
13
|
-
import { u as It } from "../../useThemeProps-
|
|
14
|
-
import { u as Ct } from "../../useTheme-
|
|
11
|
+
import { P as o } from "../../createTheme-BynOz6vJ.js";
|
|
12
|
+
import { g as wt, a as yt } from "../../chainPropTypes-DHF53jrt.js";
|
|
13
|
+
import { u as It } from "../../useThemeProps-DzfjJKh1.js";
|
|
14
|
+
import { u as Ct } from "../../useTheme-BYHXX22B.js";
|
|
15
15
|
import { u as Nt } from "../../useId-BHG98T5I.js";
|
|
16
|
-
import { a as Ot } from "../../ButtonBase-
|
|
17
|
-
import { u as ye } from "../../createSvgIcon-
|
|
16
|
+
import { a as Ot } from "../../ButtonBase-DZH9mTSs.js";
|
|
17
|
+
import { u as ye } from "../../createSvgIcon-uzHr0c0Y.js";
|
|
18
18
|
import { o as Tt } from "../../ownerDocument-CUrv0DIK.js";
|
|
19
19
|
function Rt(d) {
|
|
20
20
|
return dt("MuiTreeView", d);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as c, jsx as a } from "react/jsx-runtime";
|
|
2
2
|
import { RadioButtonUnchecked as l, CheckCircle as s } from "@mui/icons-material";
|
|
3
|
-
import { B as p, C as h } from "../../../Checkbox-
|
|
4
|
-
import { T as d } from "../../../Typography-
|
|
3
|
+
import { B as p, C as h } from "../../../Checkbox-RTVyZJPK.js";
|
|
4
|
+
import { T as d } from "../../../Typography-CJu4IM_v.js";
|
|
5
5
|
function k({
|
|
6
6
|
id: t,
|
|
7
7
|
name: n,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { c as g, h as v } from "./createTheme-
|
|
2
|
-
import { c as b, u as _ } from "./createSvgIcon-
|
|
3
|
-
import { C as y } from "./styled-
|
|
1
|
+
import { c as g, h as v } from "./createTheme-BynOz6vJ.js";
|
|
2
|
+
import { c as b, u as _ } from "./createSvgIcon-uzHr0c0Y.js";
|
|
3
|
+
import { C as y } from "./styled-B02_UC50.js";
|
|
4
4
|
import { c as E, u as C } from "./useId-BHG98T5I.js";
|
|
5
5
|
import { d as N } from "./debounce-46wSf_lW.js";
|
|
6
6
|
import { o as S } from "./ownerWindow-niciwP7I.js";
|
|
7
7
|
import { a as I } from "./extends-C3382pL0.js";
|
|
8
|
-
import { s as $, b as T, c as P, a as w, d as O } from "./ButtonBase-
|
|
8
|
+
import { s as $, b as T, c as P, a as w, d as O } from "./ButtonBase-DZH9mTSs.js";
|
|
9
9
|
import { i as j } from "./isMuiElement-CxT3_ACP.js";
|
|
10
10
|
import { o as q } from "./ownerDocument-CUrv0DIK.js";
|
|
11
11
|
import { u as F } from "./unsupportedProp-BuVD30Gh.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as l from "react";
|
|
2
2
|
import { _ as z, a as S } from "./extends-C3382pL0.js";
|
|
3
3
|
import { jsxs as I, jsx as _ } from "react/jsx-runtime";
|
|
4
|
-
import { c as v, P as o } from "./createTheme-
|
|
5
|
-
import { g as w, u as C, c as N, a as T } from "./chainPropTypes-
|
|
6
|
-
import { g as O, s as R } from "./styled-
|
|
4
|
+
import { c as v, P as o } from "./createTheme-BynOz6vJ.js";
|
|
5
|
+
import { g as w, u as C, c as N, a as T } from "./chainPropTypes-DHF53jrt.js";
|
|
6
|
+
import { g as O, s as R } from "./styled-B02_UC50.js";
|
|
7
7
|
function L({
|
|
8
8
|
controlled: e,
|
|
9
9
|
default: n,
|