@hybridcore/ui 1.3.1 → 1.3.3

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 (75) hide show
  1. package/dist/{ButtonBase-DZH9mTSs.js → ButtonBase-DE8d_U2E.js} +9 -9
  2. package/dist/{CardContent-CUZ9jH0z.js → CardContent-Du2i427Y.js} +4 -4
  3. package/dist/{Checkbox-RTVyZJPK.js → Checkbox-BGNAqLl0.js} +7 -7
  4. package/dist/{Collapse-9zKUPtnk.js → Collapse-FRd0_2Pt.js} +7 -7
  5. package/dist/{DialogContent-ijWcBrtC.js → DialogContent-CKeAZ3Ts.js} +12 -12
  6. package/dist/{FormControl-C0mOl3mC.js → FormControl-ChTmxscy.js} +399 -545
  7. package/dist/{FormControlLabel-BK6N5zeb.js → FormControlLabel-Df7csguX.js} +12 -12
  8. package/dist/{IconButton-D7MS15zj.js → IconButton-Cu_XEJB2.js} +5 -5
  9. package/dist/{Input-CIRMXtVU.js → Input-DU22-Zbo.js} +6 -6
  10. package/dist/InputAdornment-6aeADcPO.js +155 -0
  11. package/dist/{List-D26ubZNL.js → List-nOXr-cFJ.js} +6 -6
  12. package/dist/{ListItem-B0ZWvhCF.js → ListItem-RJvRMwkZ.js} +6 -6
  13. package/dist/{MenuItem-CI7xGSGZ.js → MenuItem-DF45rx2m.js} +13 -13
  14. package/dist/{OutlinedInput-aT_qMbXR.js → OutlinedInput-DJCHjkR3.js} +6 -6
  15. package/dist/{Paper-DuVFfsLZ.js → Paper-CD_ma6NJ.js} +5 -5
  16. package/dist/{Select-B625rLnY.js → Select-C1jD_gBQ.js} +15 -15
  17. package/dist/{Source-CnCcu5UP.js → Source-Hf_SiWEW.js} +123 -123
  18. package/dist/{Text-BT5kPHOo.js → Text-D6oGbCdi.js} +41 -41
  19. package/dist/{Typography-CJu4IM_v.js → Typography-C2BkMNk-.js} +4 -4
  20. package/dist/{chainPropTypes-DHF53jrt.js → chainPropTypes-GRMJ22CO.js} +3 -3
  21. package/dist/components/card/index.js +6 -6
  22. package/dist/components/card/styled.js +1 -1
  23. package/dist/components/collapsible-card/style.js +10 -10
  24. package/dist/components/confirm/dialog.js +6 -6
  25. package/dist/components/container/index.js +7 -7
  26. package/dist/components/context-menu/index.js +10 -10
  27. package/dist/components/data-management/instance-form/components/composite-list/index.js +1 -1
  28. package/dist/components/data-management/instance-form/components/variable/index.js +6 -6
  29. package/dist/components/data-management/instance-form/components/variables/index.js +1 -1
  30. package/dist/components/data-security-selectors/dissemination-list/index.js +1 -1
  31. package/dist/components/date-time-picker/index.js +4 -4
  32. package/dist/components/geometry-picker/coordinate/index.js +1 -1
  33. package/dist/components/geometry-picker/edit/index.js +2 -2
  34. package/dist/components/geometry-picker/geometry/index.js +1 -1
  35. package/dist/components/geometry-picker/index.js +7 -6
  36. package/dist/components/geometry-picker/kml/index.js +1 -1
  37. package/dist/components/geometry-picker/map/logic.js +19 -19
  38. package/dist/components/geometry-picker/map/style.js +1 -1
  39. package/dist/components/icon-button/index.js +1 -1
  40. package/dist/components/map/helpers/mapbox.js +3 -3
  41. package/dist/components/map/helpers/ol.js +3 -3
  42. package/dist/components/map/logic.js +2 -2
  43. package/dist/components/map/styled.js +2 -2
  44. package/dist/components/search-input/index.js +10 -9
  45. package/dist/components/template-property-filters/index.js +49 -481
  46. package/dist/components/template-property-filters/property.js +4 -4
  47. package/dist/components/tree-select/index.js +4 -4
  48. package/dist/components/treeview-filter/index.js +9 -9
  49. package/dist/components/treeview-filter/item/index.js +1 -1
  50. package/dist/components/treeview-filter/item-label/index.js +2 -2
  51. package/dist/createSvgIcon-6wv0RQr3.js +63 -0
  52. package/dist/{createSvgIcon-uzHr0c0Y.js → createSvgIcon-DPZ7UbxM.js} +4 -4
  53. package/dist/{createTheme-BynOz6vJ.js → createTheme-C3DKplhE.js} +22 -22
  54. package/dist/{exactProp-BgztuVaT.js → exactProp--3vlJ9a9.js} +3 -3
  55. package/dist/{extends-C3382pL0.js → extends-Cyw62AD_.js} +2 -2
  56. package/dist/{has-9_asnBxn.js → has-CjQtZJa9.js} +26 -26
  57. package/dist/{index-C5fnQULf.js → index-CtuBGOmk.js} +10 -10
  58. package/dist/{index-CEj0z7vR.js → index-DzFccwzL.js} +6 -6
  59. package/dist/{listItemTextClasses-Lb51gZ03.js → listItemTextClasses-2BAu-hye.js} +4 -4
  60. package/dist/main.d.ts +6 -0
  61. package/dist/main.js +402 -45
  62. package/dist/{ol-q6vTiF_t.js → ol-BUKJ1urU.js} +3 -3
  63. package/dist/property-BSufYw1E.js +6888 -0
  64. package/dist/requirePropFactory-BItwGLRQ.js +18 -0
  65. package/dist/{resolveComponentProps-D6QBz-nM.js → resolveComponentProps-DozbaB8e.js} +8 -8
  66. package/dist/{styled-C3GYAbYC.js → styled-CVWGE9ik.js} +22 -22
  67. package/dist/{styled-B02_UC50.js → styled-iyoioZCr.js} +20 -20
  68. package/dist/{useTheme-rmCSkfoY.js → useTheme--x3BjP9A.js} +3 -4
  69. package/dist/{useTheme-BYHXX22B.js → useTheme-pWltVFb2.js} +2 -2
  70. package/dist/{useThemeProps-DzfjJKh1.js → useThemeProps-C90JF0Qc.js} +3 -3
  71. package/dist/{useThemeProps-CR6NzUGU.js → useThemeProps-DNZoozBw.js} +4 -5
  72. package/dist/{utils-CIiFkdEJ.js → utils-qcu0RzdN.js} +8 -8
  73. package/package.json +2 -2
  74. package/dist/createSvgIcon-CpwgcuKn.js +0 -77
  75. package/dist/property-DyLBS7uO.js +0 -7020
@@ -1,9 +1,9 @@
1
- import { a as Y, _ as ae } from "./extends-C3382pL0.js";
1
+ import { _ as Y, a as ae } from "./extends-Cyw62AD_.js";
2
2
  import * as l from "react";
3
3
  import X, { Children as We, isValidElement as G, cloneElement as Z } from "react";
4
- import { P as n } from "./createTheme-BynOz6vJ.js";
5
- import { b as He, c as v, g as ve, u as xe, a as Ge } from "./chainPropTypes-DHF53jrt.js";
6
- import { s as le, g as Ze } from "./styled-B02_UC50.js";
4
+ import { P as n } from "./createTheme-C3DKplhE.js";
5
+ import { b as He, c as v, g as ve, u as xe, a as Ge } from "./chainPropTypes-GRMJ22CO.js";
6
+ import { s as le, g as Ze } from "./styled-iyoioZCr.js";
7
7
  import { jsx as $, jsxs as Je } from "react/jsx-runtime";
8
8
  import { _ as Qe, a as et } from "./assertThisInitialized-BUtkG-md.js";
9
9
  import { keyframes as ce } from "@emotion/react";
@@ -954,15 +954,15 @@ process.env.NODE_ENV !== "production" && (Ot.propTypes = {
954
954
  });
955
955
  export {
956
956
  Ot as B,
957
- Re as T,
957
+ fe as T,
958
958
  Rt as _,
959
- ye as a,
959
+ H as a,
960
960
  tt as b,
961
- H as c,
961
+ ct as c,
962
962
  gt as d,
963
963
  rt as e,
964
- fe as f,
964
+ Re as f,
965
965
  it as r,
966
966
  st as s,
967
- ct as u
967
+ ye as u
968
968
  };
@@ -1,8 +1,8 @@
1
- import { _ as d, a as c } from "./extends-C3382pL0.js";
1
+ import { a as d, _ as c } from "./extends-Cyw62AD_.js";
2
2
  import * as m from "react";
3
- import { P as o } from "./createTheme-BynOz6vJ.js";
4
- import { g as C, u, c as f, a as y } from "./chainPropTypes-DHF53jrt.js";
5
- import { g, s as v } from "./styled-B02_UC50.js";
3
+ import { P as o } from "./createTheme-C3DKplhE.js";
4
+ import { g as C, u, c as f, a as y } from "./chainPropTypes-GRMJ22CO.js";
5
+ import { g, s as v } from "./styled-iyoioZCr.js";
6
6
  import { jsx as x } from "react/jsx-runtime";
7
7
  function N(t) {
8
8
  return g("MuiCardContent", t);
@@ -1,13 +1,13 @@
1
- import { s as Z, b as ee, P as e, c as P } from "./createTheme-BynOz6vJ.js";
2
- import { e as oe, f as ne, T as te, C as se, g as q, s as F, r as V, a as ce } from "./styled-B02_UC50.js";
3
- import { c as S, g as T, a as H, u as ae } from "./chainPropTypes-DHF53jrt.js";
4
- import { _ as $, a as r } from "./extends-C3382pL0.js";
1
+ import { t as Z, p as ee, P as e, a as P } from "./createTheme-C3DKplhE.js";
2
+ import { e as oe, f as ne, T as te, C as se, g as q, s as F, r as V, a as ce } from "./styled-iyoioZCr.js";
3
+ import { c as S, g as T, a as H, u as ae } from "./chainPropTypes-GRMJ22CO.js";
4
+ import { a as $, _ as r } from "./extends-Cyw62AD_.js";
5
5
  import * as I from "react";
6
- import { u as re } from "./useTheme-rmCSkfoY.js";
6
+ import { u as re } from "./useTheme--x3BjP9A.js";
7
7
  import { jsx as u, jsxs as ie } from "react/jsx-runtime";
8
8
  import { u as de } from "./useFormControl-CatNKXAi.js";
9
- import { B as le, r as U } from "./ButtonBase-DZH9mTSs.js";
10
- import { u as ue, c as w } from "./createSvgIcon-uzHr0c0Y.js";
9
+ import { B as le, r as U } from "./ButtonBase-DE8d_U2E.js";
10
+ import { u as ue, c as w } from "./createSvgIcon-DPZ7UbxM.js";
11
11
  const pe = ["className", "component"];
12
12
  function fe(o = {}) {
13
13
  const {
@@ -1,12 +1,12 @@
1
- import { a as r, _ as ee } from "./extends-C3382pL0.js";
1
+ import { _ as r, a as ee } from "./extends-Cyw62AD_.js";
2
2
  import * as z from "react";
3
- import { g as te, u as ne, c as oe, a as ie } from "./chainPropTypes-DHF53jrt.js";
4
- import { P as e } from "./createTheme-BynOz6vJ.js";
5
- import { g as re, s as b, b as se } from "./styled-B02_UC50.js";
6
- import { T as ae, g as A } from "./utils-CIiFkdEJ.js";
7
- import { u as le } from "./useTheme-BYHXX22B.js";
3
+ import { g as te, u as ne, c as oe, a as ie } from "./chainPropTypes-GRMJ22CO.js";
4
+ import { P as e } from "./createTheme-C3DKplhE.js";
5
+ import { g as re, s as b, h as se } from "./styled-iyoioZCr.js";
6
+ import { T as ae, g as A } from "./utils-qcu0RzdN.js";
7
+ import { u as le } from "./useTheme-pWltVFb2.js";
8
8
  import { jsx as C } from "react/jsx-runtime";
9
- import { u as pe, a as ce, e as de } from "./ButtonBase-DZH9mTSs.js";
9
+ import { c as pe, u as ce, e as de } from "./ButtonBase-DE8d_U2E.js";
10
10
  function ue(o) {
11
11
  return re("MuiCollapse", o);
12
12
  }
@@ -1,19 +1,19 @@
1
- import { _ as j, a as d } from "./extends-C3382pL0.js";
1
+ import { a as j, _ as d } from "./extends-Cyw62AD_.js";
2
2
  import * as c from "react";
3
- import { c as M, P as e } from "./createTheme-BynOz6vJ.js";
4
- import { g as U, r as Lo, u as Y, c as L, a as G } from "./chainPropTypes-DHF53jrt.js";
5
- import { g as H, s as _, r as jo, a as eo } from "./styled-B02_UC50.js";
3
+ import { a as M, P as e } from "./createTheme-C3DKplhE.js";
4
+ import { g as U, r as Lo, u as Y, c as L, a as G } from "./chainPropTypes-GRMJ22CO.js";
5
+ import { g as H, s as _, r as jo, a as eo } from "./styled-iyoioZCr.js";
6
6
  import { jsx as N, jsxs as co } from "react/jsx-runtime";
7
- import { a as Q, B as Vo, b as ho, s as yo, c as Eo } from "./ButtonBase-DZH9mTSs.js";
8
- import { u as No } from "./useTheme-BYHXX22B.js";
9
- import { T as Uo, r as Ho, g as To } from "./utils-CIiFkdEJ.js";
10
- import { e as po, a as So } from "./exactProp-BgztuVaT.js";
7
+ import { u as Q, B as Vo, b as ho, s as yo, a as Eo } from "./ButtonBase-DE8d_U2E.js";
8
+ import { u as No } from "./useTheme-pWltVFb2.js";
9
+ import { T as Uo, r as Ho, g as To } from "./utils-qcu0RzdN.js";
10
+ import { e as po, a as So } from "./exactProp--3vlJ9a9.js";
11
11
  import { o as V } from "./ownerDocument-CUrv0DIK.js";
12
12
  import { o as uo } from "./ownerWindow-niciwP7I.js";
13
- import { r as Ko, m as qo, a as Yo, e as Go } from "./resolveComponentProps-D6QBz-nM.js";
13
+ import { r as Ko, m as qo, a as Yo, e as Go } from "./resolveComponentProps-DozbaB8e.js";
14
14
  import { c as Co, u as Xo } from "./useId-BHG98T5I.js";
15
15
  import * as Jo from "react-dom";
16
- import { P as Do } from "./Paper-DuVFfsLZ.js";
16
+ import { P as Do } from "./Paper-CD_ma6NJ.js";
17
17
  function Oo(o, n, t, r, s) {
18
18
  if (process.env.NODE_ENV === "production")
19
19
  return null;
@@ -1975,8 +1975,8 @@ export {
1975
1975
  Qe as a,
1976
1976
  Ke as b,
1977
1977
  Wo as c,
1978
- Qo as d,
1979
- lo as e,
1978
+ lo as d,
1979
+ Qo as e,
1980
1980
  bn as g,
1981
1981
  ko as u
1982
1982
  };