@hybridcore/ui 1.5.82 → 1.5.83

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.
Files changed (87) hide show
  1. package/dist/{AccordionDetails-mpRYHtGq.js → AccordionDetails-DhriPVPP.js} +9 -9
  2. package/dist/{Add-Cjs72ewI.js → Add-CMz4N2zT.js} +36 -35
  3. package/dist/{Box-SSMZuKnS.js → Box-B1AVyJ_s.js} +17 -16
  4. package/dist/{Button-jy67CcTH.js → Button-eqWvpDuh.js} +12 -11
  5. package/dist/{ButtonBase-CgQC8DUB.js → ButtonBase-DsX-jMQJ.js} +4 -4
  6. package/dist/{CardContent-CCq4R1KS.js → CardContent-DsYqqPeJ.js} +4 -4
  7. package/dist/{Checkbox-B0P8LhCl.js → Checkbox-CrU2hpWB.js} +13 -12
  8. package/dist/{Delete-6rKk6pCT.js → Delete-86TO0fMo.js} +1 -1
  9. package/dist/{DialogContent-WDuguvBY.js → DialogContent-CqTojymQ.js} +10 -9
  10. package/dist/{FormControlLabel-BNT5EI0b.js → FormControlLabel-DzNokgFD.js} +8 -7
  11. package/dist/{IconButton-DekcZv4i.js → IconButton-DJ-31-Fd.js} +11 -10
  12. package/dist/{Input-BAbDr3Tk.js → Input-B7ry6o4t.js} +23 -22
  13. package/dist/{InputAdornment-BAVRrRts.js → InputAdornment-B7qEA4kN.js} +6 -5
  14. package/dist/{InputLabel-ClDXuWBr.js → InputLabel-rrSJo8M_.js} +10 -9
  15. package/dist/{List-CNeRnfGL.js → List-DOD5kSk3.js} +4 -4
  16. package/dist/{ListItem-N_dSd02S.js → ListItem-r8PbsvCz.js} +6 -6
  17. package/dist/{MenuItem-Lcjh1XlV.js → MenuItem-C6qlUyV3.js} +7 -7
  18. package/dist/{Modal-Csc9jNOg.js → Modal-CkcFEpHa.js} +8 -8
  19. package/dist/{OutlinedInput-De2keFJK.js → OutlinedInput-BDK6qOwW.js} +6 -6
  20. package/dist/{Paper-DRRYGupP.js → Paper-CjqLScHA.js} +5 -5
  21. package/dist/{Select-BQ4C15bt.js → Select-jjAc5JX1.js} +102 -101
  22. package/dist/{Tabs-DqdkJU6b.js → Tabs-Cn42Z5QI.js} +8 -8
  23. package/dist/{TextField-Db_pNPbv.js → TextField-Bf46COnQ.js} +24 -23
  24. package/dist/{Typography-CLq43OVQ.js → Typography-D1t7XuLN.js} +6 -5
  25. package/dist/components/card/index.js +6 -6
  26. package/dist/components/card/styled.js +1 -1
  27. package/dist/components/collapsible-card/style.js +3 -3
  28. package/dist/components/confirm/dialog.js +3 -3
  29. package/dist/components/confirm/index.js +1 -1
  30. package/dist/components/container/index.js +7 -7
  31. package/dist/components/context-menu/index.js +10 -10
  32. package/dist/components/flex-col/index.js +10 -0
  33. package/dist/components/flex-row/index.js +10 -0
  34. package/dist/components/geometry-picker/index.js +3 -3
  35. package/dist/components/icon-button/index.js +1 -1
  36. package/dist/components/instance-form/components/composite-list/index.js +1 -1
  37. package/dist/components/instance-form/components/composite-matrix/components/editable-table/index.js +93 -0
  38. package/dist/components/instance-form/components/composite-matrix/components/editor/index.js +87 -0
  39. package/dist/components/instance-form/components/composite-matrix/components/editor/styled.js +1 -0
  40. package/dist/components/instance-form/components/composite-matrix/components/form/index.js +105 -0
  41. package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +20551 -0
  42. package/dist/components/instance-form/components/composite-matrix/components/table/index.js +56 -0
  43. package/dist/components/instance-form/components/composite-matrix/index.js +52 -0
  44. package/dist/components/instance-form/components/composite-matrix/styled.js +69 -0
  45. package/dist/components/instance-form/components/variable/index.js +10 -9
  46. package/dist/components/instance-form/components/variables/index.js +1 -1
  47. package/dist/components/instance-hierarchy-table/styled.js +1 -1
  48. package/dist/components/map/styled.js +1 -1
  49. package/dist/components/property-mapping/index.js +1 -1
  50. package/dist/components/range-selector/components/composite-list-range/index.js +1 -1
  51. package/dist/components/range-selector/components/date-range/index.js +1 -1
  52. package/dist/components/range-selector/index.js +1 -1
  53. package/dist/components/search-input/index.js +4 -4
  54. package/dist/components/tabs/index.js +1 -1
  55. package/dist/components/template-filters/components/tab-panel/index.js +1 -1
  56. package/dist/components/template-form/components/property-list/index.js +7 -7
  57. package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
  58. package/dist/components/template-form/components/property-list/property-list-form.js +9 -9
  59. package/dist/components/template-form/components/recognition-property-list/index.js +6 -6
  60. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
  61. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +7 -7
  62. package/dist/components/template-form/index.js +5 -5
  63. package/dist/components/template-property-filters/property.js +5 -5
  64. package/dist/components/tree-select/index.js +5 -5
  65. package/dist/components/treeview-filter/item-label/index.js +3 -3
  66. package/dist/{createStyled-CUatW1r9.js → createStyled-BGx1I94c.js} +1 -1
  67. package/dist/{createSvgIcon-CsckVnG-.js → createSvgIcon-DLPYMuH1.js} +25 -24
  68. package/dist/{createSvgIcon-CBoAEepv.js → createSvgIcon-OuwzpcaC.js} +15 -14
  69. package/dist/{createTheme-DVoJnXAT.js → createTheme-CNnKNxwL.js} +1 -1
  70. package/dist/createTheme-CyC5HawC.js +879 -0
  71. package/dist/{dialog-D6oTCUrm.js → dialog-BE4D6swf.js} +6 -6
  72. package/dist/{exactProp-H1i70prd.js → exactProp-cjT0t_Pt.js} +2 -2
  73. package/dist/{extendSxProp-BmK2hLmq.js → extendSxProp-FEpqY5_S.js} +1 -1
  74. package/dist/index-DMSHuq6l.js +688 -0
  75. package/dist/{index-BmlSd3mA.js → index-MMaYBAn0.js} +138 -128
  76. package/dist/{index-R_b1ETBe.js → index-NNOChRJ7.js} +25 -24
  77. package/dist/{listItemTextClasses-CC7nbQWN.js → listItemTextClasses-CNjn41Of.js} +2 -2
  78. package/dist/main.d.ts +15 -0
  79. package/dist/main.js +47 -43
  80. package/dist/{property-list-form-B7SCqmD0.js → property-list-form-BvnaooEW.js} +13 -13
  81. package/dist/{styled-DkqItiLo.js → styled-B8ugzvji.js} +2 -2
  82. package/dist/{useTheme-GN5Dc3mG.js → useTheme-C15Eq8KG.js} +1 -1
  83. package/dist/{useTheme-B6oa3v5u.js → useTheme-D-uii9iX.js} +2 -2
  84. package/dist/{useThemeProps-BlXpIqSE.js → useThemeProps-DRP1dikX.js} +3 -3
  85. package/dist/{utils-BRsEqTye.js → utils-CsOZUsQj.js} +2 -2
  86. package/package.json +2 -1
  87. package/dist/createTheme-DrgvKMA_.js +0 -1563
@@ -0,0 +1,56 @@
1
+ import { jsx as r, jsxs as d } from "react/jsx-runtime";
2
+ import { TableContainer as T, Paper as b, Table as u, TableHead as v, TableRow as g, TableCell as e, TableBody as x } from "@mui/material";
3
+ const j = ({
4
+ data: m,
5
+ rowLabels: o,
6
+ colLabels: h,
7
+ renderCell: p,
8
+ onCellClick: i,
9
+ showHeaderCornerCell: s = !0
10
+ }) => {
11
+ const f = (n, t, a) => () => {
12
+ i == null || i(n, t, a);
13
+ };
14
+ return /* @__PURE__ */ r(
15
+ T,
16
+ {
17
+ component: b,
18
+ variant: "outlined",
19
+ sx: { width: "100%", "*": { fontSize: 11 } },
20
+ children: /* @__PURE__ */ d(u, { size: "small", children: [
21
+ h && h.length > 0 && /* @__PURE__ */ r(v, { children: /* @__PURE__ */ d(g, { children: [
22
+ s && /* @__PURE__ */ r(e, { sx: { fontWeight: 600, backgroundColor: "action.hover" } }),
23
+ h.map((n, t) => /* @__PURE__ */ r(
24
+ e,
25
+ {
26
+ sx: { fontWeight: 600, backgroundColor: "action.hover" },
27
+ align: "center",
28
+ children: n
29
+ },
30
+ t
31
+ ))
32
+ ] }) }),
33
+ /* @__PURE__ */ r(x, { children: m.map((n, t) => /* @__PURE__ */ d(g, { children: [
34
+ o && o[t] !== void 0 && /* @__PURE__ */ r(e, { sx: { fontWeight: 600, backgroundColor: "action.hover" }, children: o[t] }),
35
+ n.map((a, c) => /* @__PURE__ */ r(
36
+ e,
37
+ {
38
+ align: "center",
39
+ onClick: i ? f(a, t, c) : void 0,
40
+ sx: {
41
+ cursor: i ? "pointer" : "default",
42
+ px: 1.5,
43
+ py: 0.75
44
+ },
45
+ children: p ? p(a, t, c) : String(a)
46
+ },
47
+ c
48
+ ))
49
+ ] }, t)) })
50
+ ] })
51
+ }
52
+ );
53
+ };
54
+ export {
55
+ j as MatrixTable
56
+ };
@@ -0,0 +1,52 @@
1
+ import { jsxs as i, Fragment as l, jsx as t } from "react/jsx-runtime";
2
+ import { Edit as p, Add as f } from "@mui/icons-material";
3
+ import { Typography as u } from "@mui/material";
4
+ import { useState as g } from "react";
5
+ import h from "./components/editor/index.js";
6
+ import { Container as x, Values as C, MiniButton as b } from "./styled.js";
7
+ import w from "../../../../hooks/useToggle.js";
8
+ const y = {
9
+ columnLabels: [],
10
+ rowLabels: [],
11
+ data: []
12
+ };
13
+ function L({
14
+ property: r,
15
+ value: o,
16
+ variant: s = "standard",
17
+ onChange: d
18
+ }) {
19
+ const n = w(!1), [e, m] = g(
20
+ o || y
21
+ ), a = o && o.data, c = () => {
22
+ d(e), n.action.close();
23
+ };
24
+ return /* @__PURE__ */ i(l, { children: [
25
+ /* @__PURE__ */ i(x, { variant: s, children: [
26
+ /* @__PURE__ */ t(u, { children: r.name }),
27
+ /* @__PURE__ */ t(C, { children: a ? JSON.stringify(o.data) : null }),
28
+ /* @__PURE__ */ t(
29
+ b,
30
+ {
31
+ startIcon: a ? /* @__PURE__ */ t(p, {}) : /* @__PURE__ */ t(f, {}),
32
+ variant: "text",
33
+ onClick: n.action.open,
34
+ children: a ? "Edit" : "Add"
35
+ }
36
+ )
37
+ ] }),
38
+ /* @__PURE__ */ t(
39
+ h,
40
+ {
41
+ data: e,
42
+ onChange: m,
43
+ open: n.state.isOpen,
44
+ onClose: n.action.close,
45
+ onSubmit: c
46
+ }
47
+ )
48
+ ] });
49
+ }
50
+ export {
51
+ L as default
52
+ };
@@ -0,0 +1,69 @@
1
+ import { styled as t, Box as n, Button as r } from "@mui/material";
2
+ const p = t(n)(({ theme: o, variant: i }) => ({
3
+ position: "relative",
4
+ width: "100%",
5
+ height: "100%",
6
+ ...i === "outlined" ? {
7
+ border: "1px solid",
8
+ padding: "2.5px 60px 2.5px 2.5px",
9
+ borderRadius: o.spacing(0.5),
10
+ "& .MuiButton-root": {
11
+ margin: "7px 8px"
12
+ }
13
+ } : {
14
+ borderBottom: "1px solid",
15
+ paddingBottom: o.spacing(0.5)
16
+ },
17
+ borderColor: o.palette.action.disabled,
18
+ "&:hover": {
19
+ borderColor: o.palette.action.active
20
+ }
21
+ })), d = t(n)(({ theme: o }) => ({
22
+ minHeight: 33,
23
+ paddingTop: o.spacing(1),
24
+ paddingBottom: o.spacing(1),
25
+ overflow: "hidden",
26
+ whiteSpace: "nowrap",
27
+ textOverflow: "ellipsis",
28
+ "& .MuiChip-root": {
29
+ marginRight: o.spacing(0.5),
30
+ marginTop: o.spacing(0.5)
31
+ },
32
+ "& .MuiChip-root:first-of-type": {
33
+ marginLeft: 0
34
+ }
35
+ })), e = t(r)(({ theme: o, variant: i }) => ({
36
+ position: "absolute",
37
+ top: 0,
38
+ right: 0,
39
+ fontSize: 10,
40
+ padding: "3px 8px",
41
+ minWidth: "auto",
42
+ boxShadow: o.shadows[1],
43
+ textTransform: "none",
44
+ borderRadius: 13,
45
+ marginLeft: o.spacing(0.5),
46
+ "& .MuiButton-startIcon": {
47
+ marginRight: 0.25,
48
+ "& > :nth-of-type(1)": {
49
+ fontSize: 14
50
+ }
51
+ },
52
+ ...i === "contained" && {
53
+ "&:hover": {
54
+ backgroundColor: o.palette.grey[300],
55
+ boxShadow: o.shadows[1]
56
+ }
57
+ },
58
+ ...i === "text" && {
59
+ backgroundColor: o.palette.common.white,
60
+ "&:hover": {
61
+ backgroundColor: o.palette.grey[300]
62
+ }
63
+ }
64
+ }));
65
+ export {
66
+ p as Container,
67
+ e as MiniButton,
68
+ d as Values
69
+ };
@@ -3,19 +3,20 @@ import "@mui/icons-material";
3
3
  import "@mui/material";
4
4
  import "dayjs";
5
5
  import "lodash";
6
- import { V as j } from "../../../../index-BmlSd3mA.js";
6
+ import { V as k } from "../../../../index-MMaYBAn0.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
11
  import "../TopLabelWrapper.js";
12
- import "../../../../Box-SSMZuKnS.js";
13
- import "../../../../TextField-Db_pNPbv.js";
14
- import "../../../../FormControlLabel-BNT5EI0b.js";
15
- import "../../../../Checkbox-B0P8LhCl.js";
16
- import "../../../../InputLabel-ClDXuWBr.js";
17
- import "../../../../Select-BQ4C15bt.js";
18
- import "../../../../MenuItem-Lcjh1XlV.js";
12
+ import "../composite-matrix/index.js";
13
+ import "../../../../Box-B1AVyJ_s.js";
14
+ import "../../../../TextField-Bf46COnQ.js";
15
+ import "../../../../FormControlLabel-DzNokgFD.js";
16
+ import "../../../../Checkbox-CrU2hpWB.js";
17
+ import "../../../../InputLabel-rrSJo8M_.js";
18
+ import "../../../../Select-jjAc5JX1.js";
19
+ import "../../../../MenuItem-C6qlUyV3.js";
19
20
  export {
20
- j as default
21
+ k as default
21
22
  };
@@ -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-BmlSd3mA.js";
3
+ import { V as g } from "../../../../index-MMaYBAn0.js";
4
4
  import p from "lodash";
5
5
  import { Box as i } from "@mui/material";
6
6
  function C({
@@ -1,5 +1,5 @@
1
1
  import { styled as r } from "@mui/material";
2
- import { A as e, a as i, b as n } from "../../AccordionDetails-mpRYHtGq.js";
2
+ import { A as e, a as i, b as n } from "../../AccordionDetails-DhriPVPP.js";
3
3
  const c = r(e)(({ theme: o }) => ({
4
4
  borderBottom: `1px solid ${o.palette.divider}`,
5
5
  "&:before": {
@@ -1,5 +1,5 @@
1
1
  import { S as c, F as t, a, C as i, I as r, T as f } from "../../Text-Cl1H4b0h.js";
2
- import { c as w } from "../../createStyled-CUatW1r9.js";
2
+ import { c as w } from "../../createStyled-BGx1I94c.js";
3
3
  const d = w(), s = 0.4, g = d("div")(
4
4
  ({ theme: n, cssPosition: o = "absolute" }) => ({
5
5
  position: o,
@@ -5,7 +5,7 @@ import { DataGrid as fe } from "@mui/x-data-grid";
5
5
  import { useState as G, useEffect as ue } from "react";
6
6
  import h from "lodash";
7
7
  import { d as ye } from "../../ol-lGwSyEIV.js";
8
- import { V as he } from "../../index-BmlSd3mA.js";
8
+ import { V as he } from "../../index-MMaYBAn0.js";
9
9
  import { RangeSelector as me } from "../range-selector/index.js";
10
10
  const $e = ({
11
11
  open: F,
@@ -3,7 +3,7 @@ import { Box as f, TextField as u } from "@mui/material";
3
3
  import x from "../number-range/index.js";
4
4
  import I from "../string-range/index.js";
5
5
  import C from "../geometry-range/index.js";
6
- import { D as c } from "../../../../index-R_b1ETBe.js";
6
+ import { D as c } from "../../../../index-NNOChRJ7.js";
7
7
  function j({
8
8
  value: n,
9
9
  innerType: e,
@@ -3,7 +3,7 @@ import "@mui/material";
3
3
  import "@mui/icons-material";
4
4
  import "dayjs";
5
5
  import "../../../../hooks/useToggle.js";
6
- import { D as e } from "../../../../index-R_b1ETBe.js";
6
+ import { D as e } from "../../../../index-NNOChRJ7.js";
7
7
  export {
8
8
  e as default
9
9
  };
@@ -1,7 +1,7 @@
1
1
  import { jsx as t, Fragment as a } from "react/jsx-runtime";
2
2
  import n from "lodash";
3
3
  import f from "./components/composite-list-range/index.js";
4
- import { D as g } from "../../index-R_b1ETBe.js";
4
+ import { D as g } from "../../index-NNOChRJ7.js";
5
5
  import u from "./components/geometry-range/index.js";
6
6
  import l from "./components/number-range/index.js";
7
7
  import s from "./components/string-range/index.js";
@@ -2,10 +2,10 @@ import { jsxs as s, jsx as e } from "react/jsx-runtime";
2
2
  import k, { useState as O } from "react";
3
3
  import { Close as m, Search as u } from "@mui/icons-material";
4
4
  import { FilledInput as b, Input as R } from "@mui/material";
5
- import { F as _, I as j } from "../../InputLabel-ClDXuWBr.js";
6
- import { O as v } from "../../OutlinedInput-De2keFJK.js";
7
- import { I as g } from "../../InputAdornment-BAVRrRts.js";
8
- import { I as t } from "../../IconButton-DekcZv4i.js";
5
+ import { F as _, I as j } from "../../InputLabel-rrSJo8M_.js";
6
+ import { O as v } from "../../OutlinedInput-BDK6qOwW.js";
7
+ import { I as g } from "../../InputAdornment-B7qEA4kN.js";
8
+ import { I as t } from "../../IconButton-DJ-31-Fd.js";
9
9
  const z = ({
10
10
  defaultValue: x = "",
11
11
  label: I = "Search",
@@ -5,7 +5,7 @@ import wn from "./tab-panel.js";
5
5
  import Jt from "./appleTabs.style.js";
6
6
  import { TabsRoot as kn, TabContentContainer as Pn } from "./styled.js";
7
7
  import { ConditionalWrapper as xn } from "../conditional-wrapper/index.js";
8
- import { T as Rn } from "../../Tabs-DqdkJU6b.js";
8
+ import { T as Rn } from "../../Tabs-Cn42Z5QI.js";
9
9
  var En = Object.defineProperty, Cn = (e, t, r) => t in e ? En(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, k = (e, t, r) => (Cn(e, typeof t != "symbol" ? t + "" : t, r), r), wt = { exports: {} }, He = {};
10
10
  /**
11
11
  * @license React
@@ -1,5 +1,5 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- import { B as t } from "../../../../Box-SSMZuKnS.js";
2
+ import { B as t } from "../../../../Box-B1AVyJ_s.js";
3
3
  function p(i) {
4
4
  const { children: r, value: a, index: e, ...n } = i;
5
5
  return /* @__PURE__ */ l(
@@ -1,14 +1,14 @@
1
1
  import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
2
  import { DataGrid as d } from "@mui/x-data-grid";
3
- import { A as n, a as m, d as s } from "../../../../Add-Cjs72ewI.js";
3
+ import { A as n, a as m, d as s } from "../../../../Add-CMz4N2zT.js";
4
4
  import p from "./property-list-columns.js";
5
- import { a as c } from "../../../../property-list-form-B7SCqmD0.js";
5
+ import { a as c } from "../../../../property-list-form-BvnaooEW.js";
6
6
  import u from "./property-list-logic.js";
7
- import { B as f } from "../../../../Box-SSMZuKnS.js";
8
- import { T as y } from "../../../../Typography-CLq43OVQ.js";
9
- import { B as h } from "../../../../Button-jy67CcTH.js";
10
- import { D as g, a as b } from "../../../../DialogContent-WDuguvBY.js";
11
- import { D } from "../../../../dialog-D6oTCUrm.js";
7
+ import { B as f } from "../../../../Box-B1AVyJ_s.js";
8
+ import { T as y } from "../../../../Typography-D1t7XuLN.js";
9
+ import { B as h } from "../../../../Button-eqWvpDuh.js";
10
+ import { D as g, a as b } from "../../../../DialogContent-CqTojymQ.js";
11
+ import { D } from "../../../../dialog-BE4D6swf.js";
12
12
  function v(t) {
13
13
  var a;
14
14
  const { state: o, action: r } = u(t);
@@ -1,7 +1,7 @@
1
1
  import { jsxs as d, jsx as r, Fragment as s } from "react/jsx-runtime";
2
- import { d as u, a as b } from "../../../../Delete-6rKk6pCT.js";
3
- import { T as l } from "../../../../Typography-CLq43OVQ.js";
4
- import { I as p } from "../../../../IconButton-DekcZv4i.js";
2
+ import { d as u, a as b } from "../../../../Delete-86TO0fMo.js";
3
+ import { T as l } from "../../../../Typography-D1t7XuLN.js";
4
+ import { I as p } from "../../../../IconButton-DJ-31-Fd.js";
5
5
  const y = (o) => [
6
6
  { field: "name", headerName: "Name", flex: 1 },
7
7
  { field: "propertyId", headerName: "Property ID", flex: 1 },
@@ -1,16 +1,16 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "lodash";
4
- import { a as b } from "../../../../property-list-form-B7SCqmD0.js";
4
+ import { a as b } from "../../../../property-list-form-BvnaooEW.js";
5
5
  import "../../../../constants/index.js";
6
- import "../../../../TextField-Db_pNPbv.js";
7
- import "../../../../InputLabel-ClDXuWBr.js";
8
- import "../../../../Select-BQ4C15bt.js";
9
- import "../../../../MenuItem-Lcjh1XlV.js";
10
- import "../../../../FormControlLabel-BNT5EI0b.js";
11
- import "../../../../Checkbox-B0P8LhCl.js";
12
- import "../../../../Box-SSMZuKnS.js";
13
- import "../../../../Button-jy67CcTH.js";
6
+ import "../../../../TextField-Bf46COnQ.js";
7
+ import "../../../../InputLabel-rrSJo8M_.js";
8
+ import "../../../../Select-jjAc5JX1.js";
9
+ import "../../../../MenuItem-C6qlUyV3.js";
10
+ import "../../../../FormControlLabel-DzNokgFD.js";
11
+ import "../../../../Checkbox-CrU2hpWB.js";
12
+ import "../../../../Box-B1AVyJ_s.js";
13
+ import "../../../../Button-eqWvpDuh.js";
14
14
  export {
15
15
  b as default
16
16
  };
@@ -1,14 +1,14 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
2
  import { DataGrid as a } from "@mui/x-data-grid";
3
- import { A as n, a as d, d as s } from "../../../../Add-Cjs72ewI.js";
3
+ import { A as n, a as d, d as s } from "../../../../Add-CMz4N2zT.js";
4
4
  import m from "./recognition-property-list-columns.js";
5
5
  import c from "./recognition-property-list-form.js";
6
6
  import p from "./recognition-property-list-logic.js";
7
- import { B as g } from "../../../../Box-SSMZuKnS.js";
8
- import { T as u } from "../../../../Typography-CLq43OVQ.js";
9
- import { B as h } from "../../../../Button-jy67CcTH.js";
10
- import { D as f, a as y } from "../../../../DialogContent-WDuguvBY.js";
11
- import { D as b } from "../../../../dialog-D6oTCUrm.js";
7
+ import { B as g } from "../../../../Box-B1AVyJ_s.js";
8
+ import { T as u } from "../../../../Typography-D1t7XuLN.js";
9
+ import { B as h } from "../../../../Button-eqWvpDuh.js";
10
+ import { D as f, a as y } from "../../../../DialogContent-CqTojymQ.js";
11
+ import { D as b } from "../../../../dialog-BE4D6swf.js";
12
12
  function L(i) {
13
13
  const { state: l, action: t } = p(i);
14
14
  return /* @__PURE__ */ r(g, { children: [
@@ -1,6 +1,6 @@
1
1
  import { jsxs as i, Fragment as t, jsx as e } from "react/jsx-runtime";
2
- import { d as o, a as l } from "../../../../Delete-6rKk6pCT.js";
3
- import { I as d } from "../../../../IconButton-DekcZv4i.js";
2
+ import { d as o, a as l } from "../../../../Delete-86TO0fMo.js";
3
+ import { I as d } from "../../../../IconButton-DJ-31-Fd.js";
4
4
  const h = (r) => [
5
5
  { field: "ownerType", headerName: "Owner Type", width: 120 },
6
6
  { field: "owner", headerName: "Owner", width: 120 },
@@ -1,13 +1,13 @@
1
1
  import V, { jsxs as i, Fragment as S, jsx as t } from "react/jsx-runtime";
2
2
  import o from "react";
3
- import { r as C, i as g } from "../../../../createSvgIcon-CsckVnG-.js";
3
+ import { r as C, i as g } from "../../../../createSvgIcon-DLPYMuH1.js";
4
4
  import { RECOGNITION_PROPERTY_OWNER_TYPE as h, RECOGNITION_PROPERTY_TYPE as T, RECOGNITION_PROPERTY_TERM_MATCH as v } from "../../../../constants/index.js";
5
- import { F as c, I as u } from "../../../../InputLabel-ClDXuWBr.js";
6
- import { S as d } from "../../../../Select-BQ4C15bt.js";
7
- import { M as m } from "../../../../MenuItem-Lcjh1XlV.js";
8
- import { T as b } from "../../../../TextField-Db_pNPbv.js";
9
- import { B as M } from "../../../../Box-SSMZuKnS.js";
10
- import { B as y } from "../../../../Button-jy67CcTH.js";
5
+ import { F as c, I as u } from "../../../../InputLabel-rrSJo8M_.js";
6
+ import { S as d } from "../../../../Select-jjAc5JX1.js";
7
+ import { M as m } from "../../../../MenuItem-C6qlUyV3.js";
8
+ import { T as b } from "../../../../TextField-Bf46COnQ.js";
9
+ import { B as M } from "../../../../Box-B1AVyJ_s.js";
10
+ import { B as y } from "../../../../Button-eqWvpDuh.js";
11
11
  var p = {}, q = g;
12
12
  Object.defineProperty(p, "__esModule", {
13
13
  value: !0
@@ -9,11 +9,11 @@ import { FormLabel as L, Button as g } from "@mui/material";
9
9
  import { getNestedChildrenFromMap as _ } from "../../utils/ontology.js";
10
10
  import { TreeSelect as w } from "../tree-select/index.js";
11
11
  import A from "./components/select-icon/index.js";
12
- import { T as m } from "../../TextField-Db_pNPbv.js";
13
- import { F as h } from "../../property-list-form-B7SCqmD0.js";
14
- import { F as d } from "../../FormControlLabel-BNT5EI0b.js";
15
- import { C as c } from "../../Checkbox-B0P8LhCl.js";
16
- import { B as p } from "../../Box-SSMZuKnS.js";
12
+ import { T as m } from "../../TextField-Bf46COnQ.js";
13
+ import { F as h } from "../../property-list-form-BvnaooEW.js";
14
+ import { F as d } from "../../FormControlLabel-DzNokgFD.js";
15
+ import { C as c } from "../../Checkbox-CrU2hpWB.js";
16
+ import { B as p } from "../../Box-B1AVyJ_s.js";
17
17
  function B(e, x) {
18
18
  const {
19
19
  register: s,
@@ -4,11 +4,11 @@ import u from "dayjs";
4
4
  import { KeyboardArrowUp as z, KeyboardArrowDown as L } from "@mui/icons-material";
5
5
  import { Typography as f, FormLabel as P, FormGroup as D, Button as W } from "@mui/material";
6
6
  import { DatePicker as C } from "@mui/x-date-pickers";
7
- import { B as d } from "../../Box-SSMZuKnS.js";
8
- import { T as b } from "../../TextField-Db_pNPbv.js";
9
- import { F as O } from "../../FormControlLabel-BNT5EI0b.js";
10
- import { C as k } from "../../Checkbox-B0P8LhCl.js";
11
- import { F as B } from "../../InputLabel-ClDXuWBr.js";
7
+ import { B as d } from "../../Box-B1AVyJ_s.js";
8
+ import { T as b } from "../../TextField-Bf46COnQ.js";
9
+ import { F as O } from "../../FormControlLabel-DzNokgFD.js";
10
+ import { C as k } from "../../Checkbox-CrU2hpWB.js";
11
+ import { F as B } from "../../InputLabel-rrSJo8M_.js";
12
12
  const R = ({
13
13
  property: e,
14
14
  value: a,
@@ -3,11 +3,11 @@ import u from "react";
3
3
  import { TreeViewFilter as _ } from "../treeview-filter/index.js";
4
4
  import s from "lodash";
5
5
  import { flattenNestedTemplates as b } from "../../utils/ontology.js";
6
- import { F as A, I as M } from "../../InputLabel-ClDXuWBr.js";
7
- import { S as j } from "../../Select-BQ4C15bt.js";
8
- import { M as B } from "../../MenuItem-Lcjh1XlV.js";
9
- import { D as k, a as w, b as L } from "../../DialogContent-WDuguvBY.js";
10
- import { B as N } from "../../Button-jy67CcTH.js";
6
+ import { F as A, I as M } from "../../InputLabel-rrSJo8M_.js";
7
+ import { S as j } from "../../Select-jjAc5JX1.js";
8
+ import { M as B } from "../../MenuItem-C6qlUyV3.js";
9
+ import { D as k, a as w, b as L } from "../../DialogContent-CqTojymQ.js";
10
+ import { B as N } from "../../Button-eqWvpDuh.js";
11
11
  const U = ({
12
12
  data: m,
13
13
  label: c,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { B as s } from "../../../Box-SSMZuKnS.js";
3
- import { C as p } from "../../../Checkbox-B0P8LhCl.js";
4
- import { T as h } from "../../../Typography-CLq43OVQ.js";
2
+ import { B as s } from "../../../Box-B1AVyJ_s.js";
3
+ import { C as p } from "../../../Checkbox-CrU2hpWB.js";
4
+ import { T as h } from "../../../Typography-D1t7XuLN.js";
5
5
  function u({
6
6
  id: o,
7
7
  name: n,
@@ -1,5 +1,5 @@
1
1
  import { _ as k, a as R } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
- import { b as pe, f as ye, s as ve, c as Se, e as Ee, i as _e } from "./createTheme-DrgvKMA_.js";
2
+ import { b as pe, f as ye, s as ve, c as Se, e as Ee, i as _e } from "./createTheme-CyC5HawC.js";
3
3
  var W = { exports: {} }, o = {};
4
4
  /**
5
5
  * @license React
@@ -1,10 +1,11 @@
1
- import { c as l, g as p } from "./createTheme-DrgvKMA_.js";
2
- import { c as d } from "./createSvgIcon-CBoAEepv.js";
3
- import { C as g } from "./createTheme-DVoJnXAT.js";
4
- import { c as _, u as v } from "./useId-BHG98T5I.js";
5
- import { o as b } from "./ownerDocument-CUrv0DIK.js";
6
- import { r as h, u as E } from "./unsupportedProp-BND8AB6O.js";
7
- import { s as N, u as C, b as I, a as S, c as x } from "./ButtonBase-CgQC8DUB.js";
1
+ import { g as p } from "./index-DMSHuq6l.js";
2
+ import { c as l } from "./createSvgIcon-OuwzpcaC.js";
3
+ import { C as d } from "./createTheme-CNnKNxwL.js";
4
+ import { c as g, u as _ } from "./useId-BHG98T5I.js";
5
+ import { o as v } from "./ownerDocument-CUrv0DIK.js";
6
+ import { r as b, u as h } from "./unsupportedProp-BND8AB6O.js";
7
+ import { s as E, u as N, b as C, a as I, c as S } from "./ButtonBase-DsX-jMQJ.js";
8
+ import { c as x } from "./createTheme-CyC5HawC.js";
8
9
  import { d as y } from "./debounce-46wSf_lW.js";
9
10
  import { i as q } from "./isMuiElement-CxT3_ACP.js";
10
11
  import { o as $ } from "./ownerWindow-niciwP7I.js";
@@ -24,35 +25,35 @@ var n = { exports: {} };
24
25
  }
25
26
  e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
26
27
  })(n);
27
- var Y = n.exports, o = {};
28
+ var B = n.exports, o = {};
28
29
  const O = {
29
30
  configure: (e) => {
30
31
  process.env.NODE_ENV !== "production" && console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.", "", "You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead", "", "The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401", "", "The updated documentation: https://mui.com/guides/classname-generator/"].join(`
31
- `)), g.configure(e);
32
+ `)), d.configure(e);
32
33
  }
33
34
  }, P = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
34
35
  __proto__: null,
35
- capitalize: l,
36
- createChainedFunction: _,
37
- createSvgIcon: d,
36
+ capitalize: x,
37
+ createChainedFunction: g,
38
+ createSvgIcon: l,
38
39
  debounce: y,
39
40
  deprecatedPropType: M,
40
41
  isMuiElement: q,
41
- ownerDocument: b,
42
+ ownerDocument: v,
42
43
  ownerWindow: $,
43
- requirePropFactory: h,
44
- setRef: N,
44
+ requirePropFactory: b,
45
+ setRef: E,
45
46
  unstable_ClassNameGenerator: O,
46
- unstable_useEnhancedEffect: C,
47
- unstable_useId: v,
48
- unsupportedProp: E,
47
+ unstable_useEnhancedEffect: N,
48
+ unstable_useId: _,
49
+ unsupportedProp: h,
49
50
  useControlled: D,
50
- useEventCallback: I,
51
- useForkRef: S,
52
- useIsFocusVisible: x
51
+ useEventCallback: C,
52
+ useForkRef: I,
53
+ useIsFocusVisible: S
53
54
  }, Symbol.toStringTag, { value: "Module" })), R = /* @__PURE__ */ p(P);
54
55
  var s;
55
- function B() {
56
+ function H() {
56
57
  return s || (s = 1, function(e) {
57
58
  "use client";
58
59
  Object.defineProperty(e, "__esModule", {
@@ -67,6 +68,6 @@ function B() {
67
68
  }(o)), o;
68
69
  }
69
70
  export {
70
- Y as i,
71
- B as r
71
+ B as i,
72
+ H as r
72
73
  };