@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.
Files changed (54) hide show
  1. package/dist/{ButtonBase-C7CHOX3y.js → ButtonBase-DZH9mTSs.js} +3 -3
  2. package/dist/{CardContent-DDFwwGfd.js → CardContent-CUZ9jH0z.js} +3 -3
  3. package/dist/{Checkbox-DP6_qp1v.js → Checkbox-RTVyZJPK.js} +6 -6
  4. package/dist/{Collapse-9egEADkh.js → Collapse-9zKUPtnk.js} +6 -6
  5. package/dist/{DialogContent-MMUsECN2.js → DialogContent-ijWcBrtC.js} +9 -9
  6. package/dist/{FormControl-Cj5nc-Nv.js → FormControl-C0mOl3mC.js} +6 -6
  7. package/dist/{FormControlLabel-j_atSYQA.js → FormControlLabel-BK6N5zeb.js} +11 -11
  8. package/dist/{IconButton-2FRFauye.js → IconButton-D7MS15zj.js} +4 -4
  9. package/dist/{Input-BY_yKOrF.js → Input-CIRMXtVU.js} +5 -5
  10. package/dist/{List-CgBXAAKA.js → List-D26ubZNL.js} +3 -3
  11. package/dist/{ListItem-BFDUUjHt.js → ListItem-B0ZWvhCF.js} +5 -5
  12. package/dist/{MenuItem-BejUFNIP.js → MenuItem-CI7xGSGZ.js} +6 -6
  13. package/dist/{OutlinedInput-CnzESIDi.js → OutlinedInput-aT_qMbXR.js} +5 -5
  14. package/dist/{Paper-k37cShvn.js → Paper-DuVFfsLZ.js} +4 -4
  15. package/dist/{Select-BGt6e73I.js → Select-B625rLnY.js} +14 -14
  16. package/dist/{Typography-Bjo-B13o.js → Typography-CJu4IM_v.js} +3 -3
  17. package/dist/{chainPropTypes-BmidnkZm.js → chainPropTypes-DHF53jrt.js} +2 -2
  18. package/dist/components/card/index.js +5 -5
  19. package/dist/components/card/styled.js +1 -1
  20. package/dist/components/collapsible-card/style.js +9 -9
  21. package/dist/components/confirm/dialog.js +5 -5
  22. package/dist/components/container/index.js +6 -6
  23. package/dist/components/context-menu/index.js +9 -9
  24. package/dist/components/data-management/instance-form/components/composite-list/index.js +1 -1
  25. package/dist/components/data-management/instance-form/components/variable/index.js +6 -6
  26. package/dist/components/data-management/instance-form/components/variables/index.js +1 -1
  27. package/dist/components/date-time-picker/index.js +4 -4
  28. package/dist/components/geometry-picker/index.js +2 -2
  29. package/dist/components/icon-button/index.js +1 -1
  30. package/dist/components/map/styled.js +1 -1
  31. package/dist/components/search-input/index.js +3 -3
  32. package/dist/components/template-property-filters/index.js +481 -49
  33. package/dist/components/template-property-filters/property.js +10 -7017
  34. package/dist/components/tree-select/index.js +4 -4
  35. package/dist/components/treeview-filter/index.js +9 -9
  36. package/dist/components/treeview-filter/item/index.js +1 -1
  37. package/dist/components/treeview-filter/item-label/index.js +2 -2
  38. package/dist/{createSvgIcon-DAR6Hwv8.js → createSvgIcon-CpwgcuKn.js} +4 -4
  39. package/dist/{createSvgIcon-R_PakhKf.js → createSvgIcon-uzHr0c0Y.js} +3 -3
  40. package/dist/{createTheme-oOCi1S_n.js → createTheme-BynOz6vJ.js} +126 -123
  41. package/dist/{exactProp-DhXxfU8X.js → exactProp-BgztuVaT.js} +2 -2
  42. package/dist/{index-DHnXB0CB.js → index-C5fnQULf.js} +10 -10
  43. package/dist/{index-C7W2wuUG.js → index-CEj0z7vR.js} +6 -6
  44. package/dist/{listItemTextClasses-CaI8l2PD.js → listItemTextClasses-Lb51gZ03.js} +2 -2
  45. package/dist/property-DyLBS7uO.js +7020 -0
  46. package/dist/{resolveComponentProps-BwtY1IP3.js → resolveComponentProps-D6QBz-nM.js} +1 -1
  47. package/dist/{styled-Wx2vv4j8.js → styled-B02_UC50.js} +1 -1
  48. package/dist/{styled-CHMAYxVs.js → styled-C3GYAbYC.js} +1 -1
  49. package/dist/{useTheme-CD5DEi5n.js → useTheme-BYHXX22B.js} +2 -2
  50. package/dist/{useTheme-BI40KZ7w.js → useTheme-rmCSkfoY.js} +1 -1
  51. package/dist/{useThemeProps-DT5EdhcP.js → useThemeProps-CR6NzUGU.js} +2 -2
  52. package/dist/{useThemeProps-D4or2IlT.js → useThemeProps-DzfjJKh1.js} +3 -3
  53. package/dist/{utils-BEaBPoDF.js → utils-CIiFkdEJ.js} +2 -2
  54. 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 w, InputAdornment as Y, Tooltip as O, Stack as _ } from "@mui/material";
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 D, F as Q } from "./FormControlLabel-j_atSYQA.js";
12
- import { B as x, C as U } from "./Checkbox-DP6_qp1v.js";
13
- import { F as X, I as Z } from "./FormControl-Cj5nc-Nv.js";
14
- import { S as M } from "./Select-BGt6e73I.js";
15
- import { M as z } from "./MenuItem-BejUFNIP.js";
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
- w,
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(w, { variant: "contained", color: "primary", onClick: k, children: "Ok" })
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
- D,
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
- D,
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-oOCi1S_n.js";
6
- import { b as Ie, a as Te, e as he } from "./ButtonBase-C7CHOX3y.js";
7
- import { g as Ee, a as ve } from "./chainPropTypes-BmidnkZm.js";
8
- import { g as De, s as W } from "./styled-Wx2vv4j8.js";
9
- import { a as $, u as Ne } from "./useThemeProps-D4or2IlT.js";
10
- import { C as ie } from "./Collapse-9egEADkh.js";
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) {
@@ -1,5 +1,5 @@
1
- import { g as s } from "./chainPropTypes-BmidnkZm.js";
2
- import { g as e } from "./styled-Wx2vv4j8.js";
1
+ import { g as s } from "./chainPropTypes-DHF53jrt.js";
2
+ import { g as e } from "./styled-B02_UC50.js";
3
3
  function n(t) {
4
4
  return e("MuiListItemIcon", t);
5
5
  }