@hybridcore/ui 1.1.0 → 1.1.2

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 (48) hide show
  1. package/dist/{ButtonBase-B6WYZgVU.js → ButtonBase-BYmh3G5j.js} +3 -3
  2. package/dist/{Checkbox-CxbQ9tJ5.js → Checkbox-DostZSwR.js} +1 -1
  3. package/dist/{Button-BZR43NHz.js → DialogContent-2aPOjKE7.js} +1252 -1252
  4. package/dist/{FormControl-C4PmH1vh.js → FormControl-BiAFm76F.js} +1 -1
  5. package/dist/{IconButton-CKHPuOyh.js → IconButton-CQJ8wZE8.js} +1 -1
  6. package/dist/{Input-CH_JyT5B.js → Input-Bf5G3tFN.js} +2 -2
  7. package/dist/{OutlinedInput-gnp48tDo.js → OutlinedInput-BEVE8VZQ.js} +2 -2
  8. package/dist/{Select-DOyHt8I_.js → Select-DxpxZbJp.js} +8 -8
  9. package/dist/{Source-Bo1Eq6y-.js → Source-CnCcu5UP.js} +275 -275
  10. package/dist/{Text-DVP2PrYM.js → Text-BT5kPHOo.js} +1156 -1156
  11. package/dist/assets/index.css +1 -1
  12. package/dist/assets/index2.css +1 -1
  13. package/dist/components/confirm/dialog.js +1 -1
  14. package/dist/components/context-menu/index.js +642 -642
  15. package/dist/components/data-management/instance-form/components/composite-list/index.js +1 -1
  16. package/dist/components/data-management/instance-form/components/variable/index.js +4 -4
  17. package/dist/components/data-management/instance-form/components/variables/index.js +1 -1
  18. package/dist/components/geometry-picker/coordinate/index.js +1 -1
  19. package/dist/components/geometry-picker/edit/index.js +3 -3
  20. package/dist/components/geometry-picker/geometry/index.js +1 -1
  21. package/dist/components/geometry-picker/index.js +2 -2
  22. package/dist/components/geometry-picker/kml/index.js +7 -7
  23. package/dist/components/geometry-picker/map/index.js +1 -1
  24. package/dist/components/geometry-picker/map/logic.js +4 -4
  25. package/dist/components/geometry-picker/map/style.js +1 -1
  26. package/dist/components/icon-button/index.js +1 -1
  27. package/dist/components/map/helpers/mapbox.js +1 -1
  28. package/dist/components/map/helpers/ol.js +4 -4
  29. package/dist/components/map/index.js +6 -28
  30. package/dist/components/map/logic.js +62 -62
  31. package/dist/components/map/styled.js +2 -2
  32. package/dist/components/phone-input/index.js +1 -1
  33. package/dist/components/search-input/index.js +3 -3
  34. package/dist/components/tree-select/index.js +3 -3
  35. package/dist/components/treeview-filter/index.js +4 -4
  36. package/dist/components/treeview-filter/item/index.js +1 -1
  37. package/dist/components/treeview-filter/item-label/index.js +1 -1
  38. package/dist/{Object-DBPgar-D.js → has-9_asnBxn.js} +108 -108
  39. package/dist/{index-DHFb1Qpn.js → index-Bw_m9ult.js} +7 -7
  40. package/dist/index-IvOfmM1F.js +34 -0
  41. package/dist/{index-BQE8B4sc.js → index-wW2D1aTG.js} +2 -2
  42. package/dist/{List-BX_5LP1i.js → listItemTextClasses-BvXFz-Oc.js} +16 -16
  43. package/dist/main.d.ts +677 -6
  44. package/dist/main.js +41 -2
  45. package/dist/{ol-CMEkXXLJ.js → ol-DXmSLlWv.js} +8 -8
  46. package/dist/{styled-B22KrhDR.js → styled-C43K9x7T.js} +1 -1
  47. package/dist/{utils-C13eMoWa.js → utils-DLpkeyhZ.js} +1 -1
  48. package/package.json +1 -1
@@ -3,7 +3,7 @@ import "@mui/material";
3
3
  import "./styled.js";
4
4
  import "@mui/icons-material";
5
5
  import "../../../../../hooks/useToggle.js";
6
- import { C as l } from "../../../../../index-DHFb1Qpn.js";
6
+ import { C as l } from "../../../../../index-Bw_m9ult.js";
7
7
  import "react";
8
8
  import "lodash";
9
9
  import "dayjs";
@@ -1,15 +1,15 @@
1
1
  import "react/jsx-runtime";
2
2
  import "lodash";
3
3
  import "dayjs";
4
- import { V as x } from "../../../../../index-DHFb1Qpn.js";
4
+ import { V as x } from "../../../../../index-Bw_m9ult.js";
5
5
  import "@mui/material";
6
6
  import "@mui/icons-material";
7
7
  import "../../../../geometry-picker/index.js";
8
8
  import "../../../../phone-input/index.js";
9
9
  import "../../../../date-time-picker/index.js";
10
- import "../../../../../Checkbox-CxbQ9tJ5.js";
11
- import "../../../../../FormControl-C4PmH1vh.js";
12
- import "../../../../../Select-DOyHt8I_.js";
10
+ import "../../../../../Checkbox-DostZSwR.js";
11
+ import "../../../../../FormControl-BiAFm76F.js";
12
+ import "../../../../../Select-DxpxZbJp.js";
13
13
  export {
14
14
  x as default
15
15
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, Fragment as i } from "react/jsx-runtime";
2
2
  import l from "react";
3
- import { V as m } from "../../../../../index-DHFb1Qpn.js";
3
+ import { V as m } from "../../../../../index-Bw_m9ult.js";
4
4
  import d from "lodash";
5
5
  function h({
6
6
  template: o,
@@ -2,7 +2,7 @@ import { jsxs as l, Fragment as p, jsx as o } from "react/jsx-runtime";
2
2
  import { Button as a, Box as f } from "@mui/material";
3
3
  import u from "../map/index.js";
4
4
  import C from "../parser/index.js";
5
- import { g as y, a as g } from "../../../ol-CMEkXXLJ.js";
5
+ import { g as y, c as g } from "../../../ol-DXmSLlWv.js";
6
6
  import { useState as h } from "react";
7
7
  import { Add as P } from "@mui/icons-material";
8
8
  import { parse as v, convert as x } from "../../map/helpers/wkt.js";
@@ -2,10 +2,10 @@ import { jsxs as a, jsx as e, Fragment as x } from "react/jsx-runtime";
2
2
  import E, { useState as F, useEffect as T } from "react";
3
3
  import { Dialog as w, DialogContent as K, DialogActions as j, Button as c, Box as O } from "@mui/material";
4
4
  import C from "../map/index.js";
5
- import { a as P, b as R } from "../../../ol-CMEkXXLJ.js";
5
+ import { c as P, a as R } from "../../../ol-DXmSLlWv.js";
6
6
  import { parse as S } from "../../map/helpers/wkt.js";
7
7
  import _ from "lodash";
8
- import { b } from "../../../Source-Bo1Eq6y-.js";
8
+ import { t as B } from "../../../Source-CnCcu5UP.js";
9
9
  function z({
10
10
  value: g,
11
11
  disableActions: y,
@@ -26,7 +26,7 @@ function z({
26
26
  const n = S(t);
27
27
  if (!_.isArray(n))
28
28
  if (n.type === "Point") {
29
- const i = b(n.coordinates, "EPSG:4326", "EPSG:3857");
29
+ const i = B(n.coordinates, "EPSG:4326", "EPSG:3857");
30
30
  (o = r.current) == null || o.setCenter(i), (h = r.current) == null || h.setZoomLevel(10);
31
31
  } else {
32
32
  const i = R(t);
@@ -3,7 +3,7 @@ import D, { useState as k } from "react";
3
3
  import { Dialog as R, DialogContent as K, Box as t, Typography as x, DialogActions as F, Button as d } from "@mui/material";
4
4
  import P from "../map/index.js";
5
5
  import b from "../parser/index.js";
6
- import { a as _ } from "../../../ol-CMEkXXLJ.js";
6
+ import { c as _ } from "../../../ol-DXmSLlWv.js";
7
7
  import { Button as l } from "../styled.js";
8
8
  import { HorizontalRule as j, ShowChart as O, CircleOutlined as I } from "@mui/icons-material";
9
9
  import L from "./map-overlay.js";
@@ -8,8 +8,8 @@ import y from "./geometry/index.js";
8
8
  import b from "./kml/index.js";
9
9
  import g from "./wkt/index.js";
10
10
  import { IconButton as s, Dialog as E, DialogTitle as W, DialogContent as K } from "@mui/material";
11
- import { F as L, I as z, a as G } from "../../FormControl-C4PmH1vh.js";
12
- import { I as w } from "../../Input-CH_JyT5B.js";
11
+ import { F as L, I as z, a as G } from "../../FormControl-BiAFm76F.js";
12
+ import { I as w } from "../../Input-Bf5G3tFN.js";
13
13
  const J = ({
14
14
  label: c,
15
15
  mapboxAccessToken: r,
@@ -1,9 +1,9 @@
1
1
  import { jsx as r, jsxs as u } from "react/jsx-runtime";
2
- import { useState as i, useEffect as k } from "react";
3
- import M from "./select-input-method.js";
4
- import { Box as c, TextField as b, Button as d } from "@mui/material";
2
+ import { useState as i, useEffect as b } from "react";
3
+ import k from "./select-input-method.js";
4
+ import { Box as c, TextField as M, Button as d } from "@mui/material";
5
5
  import { validate as C } from "../../map/helpers/kml.js";
6
- import { d as L, a as T } from "../../../ol-CMEkXXLJ.js";
6
+ import { b as L, c as T } from "../../../ol-DXmSLlWv.js";
7
7
  function W({ onCancel: m, onSubmit: a }) {
8
8
  const [t, l] = i(), [o, f] = i(), [s, n] = i(), p = (e) => {
9
9
  l(e);
@@ -21,10 +21,10 @@ function W({ onCancel: m, onSubmit: a }) {
21
21
  }, x = () => {
22
22
  a && o && a(o);
23
23
  };
24
- return k(() => (v(), () => {
25
- }), [t]), t === void 0 ? /* @__PURE__ */ r(M, { onSubmit: p }) : /* @__PURE__ */ u(c, { pt: 1, children: [
24
+ return b(() => (v(), () => {
25
+ }), [t]), t === void 0 ? /* @__PURE__ */ r(k, { onSubmit: p }) : /* @__PURE__ */ u(c, { pt: 1, children: [
26
26
  /* @__PURE__ */ r(
27
- b,
27
+ M,
28
28
  {
29
29
  label: "KML Text",
30
30
  multiline: !0,
@@ -1,6 +1,6 @@
1
1
  import { jsxs as s, jsx as a } from "react/jsx-runtime";
2
2
  import n from "react";
3
- import u from "../../map/index.js";
3
+ import { O as u } from "../../../index-IvOfmM1F.js";
4
4
  import d from "./logic.js";
5
5
  import { Box as m } from "@mui/material";
6
6
  import { ContextMenu as p } from "../../context-menu/index.js";
@@ -1,10 +1,10 @@
1
1
  import k from "react";
2
2
  import { createMapboxLayer as Xe } from "../../map/helpers/mapbox.js";
3
- import { I as $e, s as ke, n as ge, e as ve, C as fe, f as v, V as se, F as L, P as me, p as Ze, h as ze, i as _e, R as Ge, j as ye, k as J, M as D, l as Je, m as Qe, o as et, q as tt, L as z, r as it, t as Ie, u as Re, G as st, v as nt, d as Fe, b as rt } from "../../../ol-CMEkXXLJ.js";
4
- import { T as Q, g as F, c as ot, e as Te, B as ne, E as ee, a as at, F as Ae, t as ht, s as be, b as ct, l as q, u as oe } from "../../../Object-DBPgar-D.js";
5
- import { c as xe } from "../../../Text-DVP2PrYM.js";
3
+ import { I as $e, s as ke, n as ge, e as ve, C as fe, f as v, V as se, F as L, P as me, p as Ze, h as ze, i as _e, R as Ge, j as ye, k as J, M as D, l as Je, m as Qe, o as et, q as tt, L as z, r as it, t as Ie, u as Re, G as st, v as nt, b as Fe, a as rt } from "../../../ol-DXmSLlWv.js";
4
+ import { T as Q, g as F, c as ot, e as Te, B as ne, E as ee, a as at, F as Ae, t as ht, s as be, b as ct, l as q, u as oe } from "../../../has-9_asnBxn.js";
5
+ import { c as xe } from "../../../Text-BT5kPHOo.js";
6
6
  import { defaultStyle as lt, selectStyleFunction as dt, markerStyle as ut } from "./style.js";
7
- import { c as E, d as ae, P as U, e as te, f as C, g as I, h as ie, i as gt, j as Oe, k as Ne, s as R, l as Ve, m as ft, n as Se, o as je, p as _t, q as mt, r as yt } from "../../../Source-Bo1Eq6y-.js";
7
+ import { c as E, d as ae, P as U, e as te, f as C, g as I, h as ie, i as gt, j as Oe, k as Ne, s as R, l as Ve, m as ft, n as Se, o as je, p as _t, q as mt, r as yt } from "../../../Source-CnCcu5UP.js";
8
8
  import { alert as xt } from "../../confirm/index.js";
9
9
  const pt = {
10
10
  /**
@@ -1,4 +1,4 @@
1
- import { S as e, F as t, a as c, I as o, C as w, T as g } from "../../../Text-DVP2PrYM.js";
1
+ import { S as e, F as t, a as c, I as o, C as w, T as g } from "../../../Text-BT5kPHOo.js";
2
2
  const i = "data:image/svg+xml,%3csvg%20id='Layer_1'%20height='512'%20viewBox='0%200%2064%2064'%20width='512'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20data-name='Layer%201'%3e%3clinearGradient%20id='linear-gradient'%20gradientUnits='userSpaceOnUse'%20x1='63.568'%20x2='14.149'%20y1='60.512'%20y2='11.093'%3e%3cstop%20offset='0'%20stop-color='%23c21500'/%3e%3cstop%20offset='1'%20stop-color='%23f85032'/%3e%3c/linearGradient%3e%3cpath%20d='m48.19%2017.36a19.2%2019.2%200%200%200%20-17.18-9.33%2018.905%2018.905%200%200%200%20-17.94%2018.9c0%2012.74%2013%2024.93%2016.98%2028.36a2.969%202.969%200%200%200%203.9%200c5.77-4.97%2023.84-22.39%2014.24-37.93zm-16.19%2018.54a9.825%209.825%200%201%201%209.82-9.83%209.833%209.833%200%200%201%20-9.82%209.83z'%20fill='url(%23linear-gradient)'/%3e%3c/svg%3e", s = 0.5, h = new e({
3
3
  fill: new t({
4
4
  color: "rgba(255, 255, 255, 0.2)"
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { VerticalButton as m, MiniButton as c } from "./styled.js";
3
- import { I as e } from "../../IconButton-CKHPuOyh.js";
3
+ import { I as e } from "../../IconButton-CQJ8wZE8.js";
4
4
  const a = ({
5
5
  variant: i = "default",
6
6
  startIcon: f,
@@ -1,5 +1,5 @@
1
1
  import n from "mapbox-gl";
2
- import { L as b, a as y, S as u } from "../../../Source-Bo1Eq6y-.js";
2
+ import { L as b, b as y, S as u } from "../../../Source-CnCcu5UP.js";
3
3
  const v = ({
4
4
  id: r = "map",
5
5
  center: s,
@@ -1,11 +1,11 @@
1
1
  import "lodash";
2
- import "../../../Source-Bo1Eq6y-.js";
3
- import { x as K, a as n, D as T, E as i, d as p, b as u, z as M, y as L, c as l, w as k, B as W, g as f, J as g, A as x, H as C } from "../../../ol-CMEkXXLJ.js";
2
+ import "../../../Source-CnCcu5UP.js";
3
+ import { x as K, c as n, D as T, E as i, b as p, a as u, z as M, y as L, d as l, w as k, B as W, g as f, J as g, A as x, H as C } from "../../../ol-DXmSLlWv.js";
4
4
  import "ol";
5
5
  import "./kml.js";
6
- import "../../../styled-B22KrhDR.js";
6
+ import "../../../styled-C43K9x7T.js";
7
7
  import "./wkt.js";
8
- import "../../../Text-DVP2PrYM.js";
8
+ import "../../../Text-BT5kPHOo.js";
9
9
  export {
10
10
  K as convertFeaturesToKML,
11
11
  n as convertFeaturesToWKT,
@@ -1,30 +1,8 @@
1
- import { jsx as r } from "react/jsx-runtime";
2
- import t from "react";
3
- import f from "./logic.js";
4
- import { M as i } from "../../styled-B22KrhDR.js";
5
- import '../../assets/index2.css';const p = (o, n) => {
6
- var e, a;
7
- const { refs: s, action: m } = f(o);
8
- return t.useImperativeHandle(n, () => m), /* @__PURE__ */ r(
9
- i.Container,
10
- {
11
- sx: {
12
- position: "relative",
13
- cursor: ((e = o.options) == null ? void 0 : e.cursor) || "default"
14
- },
15
- children: /* @__PURE__ */ r(
16
- i.Container,
17
- {
18
- id: o.id || "map",
19
- ref: s.mapContainer,
20
- cssPosition: (a = o.options) == null ? void 0 : a.cssPosition,
21
- onContextMenu: (c) => c.preventDefault(),
22
- className: "map"
23
- }
24
- )
25
- }
26
- );
27
- }, x = t.memo(t.forwardRef(p));
1
+ import "react/jsx-runtime";
2
+ import "react";
3
+ import "./logic.js";
4
+ import "../../styled-C43K9x7T.js";
5
+ import { O as a } from "../../index-IvOfmM1F.js";
28
6
  export {
29
- x as default
7
+ a as default
30
8
  };
@@ -1,62 +1,62 @@
1
- import u from "react";
2
- import { c as _ } from "../../ol-CMEkXXLJ.js";
3
- import { t as b } from "../../Source-Bo1Eq6y-.js";
4
- function W({
5
- id: s = "map",
1
+ import a from "react";
2
+ import { d as R } from "../../ol-DXmSLlWv.js";
3
+ import { a as _ } from "../../Source-CnCcu5UP.js";
4
+ function U({
5
+ id: l = "map",
6
6
  layers: c = [],
7
- center: { latitude: l = 0, longitude: g = 0 } = {},
8
- zoom: m = 6,
7
+ center: u,
8
+ zoom: g = 6,
9
9
  options: n,
10
- onInit: a
10
+ onInit: i
11
11
  }) {
12
- const t = u.useRef(null), d = u.useRef(null);
13
- u.useEffect(() => {
14
- let e = setTimeout(y, 50);
12
+ const t = a.useRef(null), m = a.useRef(null);
13
+ a.useEffect(() => {
14
+ let e = setTimeout(d, 50);
15
15
  return () => {
16
- e ? clearTimeout(e) : f();
16
+ e ? clearTimeout(e) : y();
17
17
  };
18
- }, []), u.useEffect(() => (c.length > 0 && t.current.setLayers(c), () => {
18
+ }, []), a.useEffect(() => (c.length > 0 && t.current.setLayers(c), () => {
19
19
  }), [c]);
20
- const y = () => {
21
- t.current === null && (t.current = _(
20
+ const d = () => {
21
+ t.current === null && (t.current = R(
22
22
  c,
23
23
  {
24
- latitude: l,
25
- longitude: g
24
+ latitude: u ? u.latitude : 0,
25
+ longitude: u ? u.longitude : 0
26
26
  },
27
- m,
28
- s,
27
+ g,
28
+ l,
29
29
  n == null ? void 0 : n.interactions,
30
30
  n == null ? void 0 : n.controls
31
- ), a && a());
32
- }, f = () => {
31
+ ), i && i());
32
+ }, y = () => {
33
33
  t.current !== null && (t.current.setTarget(null), t.current = null);
34
- }, v = (e) => {
34
+ }, f = (e) => {
35
35
  t.current.addLayer(e);
36
- }, L = (e) => {
36
+ }, v = (e) => {
37
37
  t.current.addOverlay(e);
38
- }, x = (e) => {
38
+ }, L = (e) => {
39
39
  t.current.removeOverlay(e);
40
- }, E = (e) => {
40
+ }, x = (e) => {
41
41
  let r = t.current.getOverlayById(e);
42
42
  t.current.removeOverlay(r);
43
- }, z = (e, r) => {
43
+ }, E = (e, r) => {
44
44
  t.current.getLayers().insertAt(e, r);
45
- }, w = () => t.current.getAllLayers(), V = () => t.current.getLayerGroup(), p = () => t.current.getLayers(), C = () => t.current.getView().getZoom(), O = (e) => t.current.getView().setZoom(e), P = (e) => {
45
+ }, z = () => t.current.getAllLayers(), w = () => t.current.getLayerGroup(), V = () => t.current.getLayers(), p = () => t.current.getView().getZoom(), C = (e) => t.current.getView().setZoom(e), O = (e) => {
46
46
  t.current.removeLayer(e);
47
- }, S = (e) => {
47
+ }, P = (e) => {
48
48
  t.current.setLayerGroup(e);
49
- }, F = (e) => {
49
+ }, S = (e) => {
50
50
  t.current.setLayers(e);
51
- }, G = (e) => {
51
+ }, F = (e) => {
52
52
  t.current.addInteraction(e);
53
- }, I = (e) => {
53
+ }, G = (e) => {
54
54
  t.current.removeInteraction(e);
55
- }, A = (e, r) => {
55
+ }, I = (e, r) => {
56
56
  t.current.on(e, r);
57
- }, T = () => t.current.getView(), Z = (e) => t.current.getEventPixel(e), h = (e) => t.current.getEventCoordinate(e), B = () => {
57
+ }, A = () => t.current.getView(), T = (e) => t.current.getEventPixel(e), Z = (e) => t.current.getEventCoordinate(e), h = () => {
58
58
  let e = t.current.getView().calculateExtent();
59
- return e = b(e, "EPSG:3857", "EPSG:4326"), {
59
+ return e = _(e, "EPSG:3857", "EPSG:4326"), {
60
60
  bottomLeft: {
61
61
  latitude: e[1],
62
62
  longitude: e[0]
@@ -66,12 +66,12 @@ function W({
66
66
  longitude: e[2]
67
67
  }
68
68
  };
69
- }, M = (e) => t.current.forEachFeatureAtPixel(
69
+ }, B = (e) => t.current.forEachFeatureAtPixel(
70
70
  e,
71
71
  function(r) {
72
72
  return r;
73
73
  }
74
- ), i = (e, r = 12, o = [0, 0, 0, 0]) => {
74
+ ), s = (e, r = 12, o = [0, 0, 0, 0]) => {
75
75
  t.current.getView().fit(e, {
76
76
  minResolution: r,
77
77
  padding: o
@@ -80,41 +80,41 @@ function W({
80
80
  return {
81
81
  refs: {
82
82
  map: t,
83
- mapContainer: d
83
+ mapContainer: m
84
84
  },
85
85
  action: {
86
- addInteraction: G,
87
- addLayer: v,
88
- centerToExtent: i,
86
+ addInteraction: F,
87
+ addLayer: f,
88
+ centerToExtent: s,
89
89
  centerToFeature: (e, r = [0, 0, 0, 0]) => {
90
90
  const o = e.getGeometry();
91
91
  if (o) {
92
- const R = o.getExtent();
93
- i(R, 12, r);
92
+ const M = o.getExtent();
93
+ s(M, 12, r);
94
94
  }
95
95
  },
96
- forEachFeatureAtPixel: M,
97
- getAllLayers: w,
98
- getBoundingBox: B,
96
+ forEachFeatureAtPixel: B,
97
+ getAllLayers: z,
98
+ getBoundingBox: h,
99
99
  getCoordinateFromPixel: (e) => t.current.getCoordinateFromPixel(e),
100
- getEventCoordinate: h,
101
- getEventPixel: Z,
102
- getLayerGroup: V,
103
- getLayers: p,
100
+ getEventCoordinate: Z,
101
+ getEventPixel: T,
102
+ getLayerGroup: w,
103
+ getLayers: V,
104
104
  getSize: () => t.current.getSize(),
105
- getView: T,
106
- getZoomLevel: C,
107
- insertLayerAt: z,
108
- on: A,
109
- removeInteraction: I,
110
- removeLayer: P,
111
- setLayerGroup: S,
112
- setLayers: F,
105
+ getView: A,
106
+ getZoomLevel: p,
107
+ insertLayerAt: E,
108
+ on: I,
109
+ removeInteraction: G,
110
+ removeLayer: O,
111
+ setLayerGroup: P,
112
+ setLayers: S,
113
113
  setCenter: (e) => {
114
114
  t.current.getView().setCenter(e);
115
115
  },
116
- setZoomLevel: O,
117
- addOverlay: L,
116
+ setZoomLevel: C,
117
+ addOverlay: v,
118
118
  updateSize: () => {
119
119
  t.current.updateSize();
120
120
  },
@@ -130,11 +130,11 @@ function W({
130
130
  duration: 250
131
131
  });
132
132
  },
133
- removeOverlay: x,
134
- removeOverlayById: E
133
+ removeOverlay: L,
134
+ removeOverlayById: x
135
135
  }
136
136
  };
137
137
  }
138
138
  export {
139
- W as default
139
+ U as default
140
140
  };
@@ -1,5 +1,5 @@
1
- import "../../Text-DVP2PrYM.js";
2
- import { M as l, d as s, a as d, b as o } from "../../styled-B22KrhDR.js";
1
+ import "../../Text-BT5kPHOo.js";
2
+ import { M as l, d as s, a as d, b as o } from "../../styled-C43K9x7T.js";
3
3
  export {
4
4
  l as default,
5
5
  s as defaultStyle,
@@ -2,7 +2,7 @@ import { jsxs as m, jsx as n } from "react/jsx-runtime";
2
2
  import p from "react-phone-number-input";
3
3
  import { Typography as i } from "@mui/material";
4
4
  import { Container as a } from "./styled.js";
5
- import '../../assets/index.css';const l = ({
5
+ import '../../assets/index2.css';const l = ({
6
6
  label: r,
7
7
  value: o,
8
8
  placeholder: e,
@@ -1,9 +1,9 @@
1
1
  import { jsxs as c, jsx as e } from "react/jsx-runtime";
2
2
  import m, { useState as O } from "react";
3
3
  import { Close as k, Search as w } from "@mui/icons-material";
4
- import { F, I as R, a as _ } from "../../FormControl-C4PmH1vh.js";
5
- import { O as j } from "../../OutlinedInput-gnp48tDo.js";
6
- import { I as h } from "../../IconButton-CKHPuOyh.js";
4
+ import { F, I as R, a as _ } from "../../FormControl-BiAFm76F.js";
5
+ import { O as j } from "../../OutlinedInput-BEVE8VZQ.js";
6
+ import { I as h } from "../../IconButton-CQJ8wZE8.js";
7
7
  const z = ({
8
8
  defaultValue: f = "",
9
9
  label: l = "Search",
@@ -3,9 +3,9 @@ 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-C4PmH1vh.js";
7
- import { S as M, M as j } from "../../Select-DOyHt8I_.js";
8
- import { D as B, a as k, b as w, B as L } from "../../Button-BZR43NHz.js";
6
+ import { F as A, I as E } from "../../FormControl-BiAFm76F.js";
7
+ import { S as M, M as j } from "../../Select-DxpxZbJp.js";
8
+ import { D as B, a as k, b as w, B as L } from "../../DialogContent-2aPOjKE7.js";
9
9
  const J = ({
10
10
  data: h,
11
11
  label: s,
@@ -3,15 +3,15 @@ import * as p from "react";
3
3
  import we from "react";
4
4
  import { C as gt, g as bt, s as xt, i as Ee } from "../../styled-Iq9jsO4F.js";
5
5
  import { c as St, P as o, k as yt } from "../../createTheme-agWfFD64.js";
6
- import { c as wt, u as le } from "../../Checkbox-CxbQ9tJ5.js";
6
+ import { c as wt, u as le } from "../../Checkbox-DostZSwR.js";
7
7
  import { c as Nt, u as Re } from "../../useId-BHG98T5I.js";
8
- import { g as It } from "../../FormControl-C4PmH1vh.js";
8
+ import { g as It } from "../../FormControl-BiAFm76F.js";
9
9
  import { o as Ct } from "../../ownerWindow-niciwP7I.js";
10
10
  import { a as Tt } from "../../extends-C3382pL0.js";
11
- import { s as Ot, b as Et, a as Rt, u as _e, c as _t } from "../../ButtonBase-B6WYZgVU.js";
11
+ import { s as Ot, u as Et, b as Rt, a as _e, c as _t } from "../../ButtonBase-BYmh3G5j.js";
12
12
  import { i as Pt } from "../../isMuiElement-CxT3_ACP.js";
13
13
  import { o as Pe } from "../../ownerDocument-CUrv0DIK.js";
14
- import { u as kt, a as Ft, T as Dt, D as Mt, c as At, I as jt } from "../../index-BQE8B4sc.js";
14
+ import { u as kt, a as Ft, T as Dt, D as Mt, c as At, I as jt } from "../../index-wW2D1aTG.js";
15
15
  import Ne from "lodash";
16
16
  import { Box as Vt } from "@mui/material";
17
17
  import { SearchInput as $t } from "../search-input/index.js";
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../item-label/index.js";
3
3
  import "lodash";
4
- import { I as i } from "../../../index-BQE8B4sc.js";
4
+ import { I as i } from "../../../index-wW2D1aTG.js";
5
5
  export {
6
6
  i as default
7
7
  };
@@ -1,6 +1,6 @@
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-CxbQ9tJ5.js";
3
+ import { B as p, C as h } from "../../../Checkbox-DostZSwR.js";
4
4
  import { T as d } from "../../../Typography-XIiVCSto.js";
5
5
  function k({
6
6
  id: t,