@hybridcore/ui 1.4.31 → 1.4.32
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/AccordionDetails-mpRYHtGq.js +743 -0
- package/dist/{Add-eepk2WTM.js → Add-BKnWHZ7A.js} +10 -9
- package/dist/{Box-BPyg-Ybm.js → Box-SSMZuKnS.js} +8 -8
- package/dist/{Button-DLwB_sKd.js → Button-jy67CcTH.js} +8 -7
- package/dist/{ButtonBase-D0qccOVb.js → ButtonBase-CgQC8DUB.js} +13 -12
- package/dist/{CardContent-DFsCCOWk.js → CardContent-CCq4R1KS.js} +14 -13
- package/dist/{Checkbox-qy3cjvnb.js → Checkbox-B0P8LhCl.js} +10 -9
- package/dist/{Delete-OHEw9lDi.js → Delete-DfyX03ib.js} +1 -1
- package/dist/{DialogContent-CxOSq6h9.js → DialogContent-B0_-g7B0.js} +10 -9
- package/dist/{FormControlLabel-D9KFjcIx.js → FormControlLabel-BNT5EI0b.js} +10 -9
- package/dist/{IconButton-BaiyAtmS.js → IconButton-DekcZv4i.js} +16 -15
- package/dist/{Input-CmCkXczh.js → Input-BAbDr3Tk.js} +17 -16
- package/dist/{InputAdornment-CZUPEeia.js → InputAdornment-BAVRrRts.js} +8 -7
- package/dist/{InputLabel-CWkW8NtU.js → InputLabel-ClDXuWBr.js} +16 -14
- package/dist/{List-PpNAWJ_I.js → List-CNeRnfGL.js} +10 -9
- package/dist/{ListItem-CZbZ91vp.js → ListItem-N_dSd02S.js} +15 -14
- package/dist/{MenuItem-D-INSvZa.js → MenuItem-Lcjh1XlV.js} +11 -10
- package/dist/{Modal-KrI5qFIq.js → Modal-CJn-Bqyo.js} +14 -13
- package/dist/{OutlinedInput-DkIUD30e.js → OutlinedInput-De2keFJK.js} +28 -27
- package/dist/{Paper-btu3j72o.js → Paper-DRRYGupP.js} +22 -21
- package/dist/{Select-ClaBvSqf.js → Select-DwAJxKTN.js} +65 -63
- package/dist/{Source-Hf_SiWEW.js → Source-CnCcu5UP.js} +123 -123
- package/dist/{Tabs-BzelDJKy.js → Tabs-DqdkJU6b.js} +16 -14
- package/dist/{Text-D6oGbCdi.js → Text-BT5kPHOo.js} +41 -41
- package/dist/{TextField-D87qTh1k.js → TextField-BAXUnwnR.js} +14 -13
- package/dist/{Typography-Bm7PFqUT.js → Typography-CLq43OVQ.js} +21 -20
- package/dist/components/access/helpers.js +1 -1
- package/dist/components/access/index.js +1 -1
- package/dist/components/card/index.js +49 -48
- package/dist/components/card/styled.js +1 -1
- package/dist/components/collapsible-card/style.js +3 -3
- package/dist/components/confirm/dialog.js +3 -3
- package/dist/components/confirm/index.js +1 -1
- package/dist/components/container/index.js +10 -9
- package/dist/components/context-menu/index.js +13 -12
- package/dist/components/data-security-selectors/dissemination-list/index.js +1 -1
- package/dist/components/data-security-selectors/security-level/index.js +7 -7
- package/dist/components/geometry-picker/coordinate/index.js +1 -1
- package/dist/components/geometry-picker/edit/index.js +2 -2
- package/dist/components/geometry-picker/geometry/index.js +1 -1
- package/dist/components/geometry-picker/index.js +3 -3
- package/dist/components/geometry-picker/kml/index.js +1 -1
- package/dist/components/geometry-picker/map/logic.js +19 -19
- package/dist/components/geometry-picker/map/style.js +1 -1
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/instance-form/components/composite-list/index.js +1 -1
- package/dist/components/instance-form/components/variable/index.js +8 -8
- package/dist/components/instance-form/components/variables/index.js +1 -1
- package/dist/components/instance-hierarchy-table/styled.js +1 -1
- package/dist/components/map/helpers/mapbox.js +3 -3
- package/dist/components/map/helpers/ol.js +3 -3
- package/dist/components/map/logic.js +2 -2
- package/dist/components/map/styled.js +2 -2
- package/dist/components/property-mapping/index.js +2 -2
- package/dist/components/range-selector/components/composite-list-range/index.js +1 -1
- package/dist/components/range-selector/components/date-range/index.js +1 -1
- package/dist/components/range-selector/index.js +1 -1
- package/dist/components/search-input/index.js +4 -4
- package/dist/components/tabs/index.js +1 -1
- package/dist/components/template-filters/components/filter/index.js +44 -0
- package/dist/components/template-filters/components/tab-panel/index.js +27 -0
- package/dist/components/template-filters/index.js +39 -0
- package/dist/components/template-filters/styled.js +1 -0
- package/dist/components/template-form/components/property-list/index.js +7 -7
- package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
- package/dist/components/template-form/components/property-list/property-list-form.js +9 -9
- package/dist/components/template-form/components/recognition-property-list/index.js +6 -6
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
- package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +7 -7
- package/dist/components/template-form/index.js +5 -5
- package/dist/components/template-property-filters/property.js +5 -5
- package/dist/components/tree-select/index.js +5 -5
- package/dist/components/treeview-filter/index.js +384 -318
- package/dist/components/treeview-filter/item/index.js +56 -5
- package/dist/components/treeview-filter/item/styled.js +38 -0
- package/dist/components/treeview-filter/item-label/index.js +27 -26
- package/dist/createStyled-CUatW1r9.js +352 -0
- package/dist/{createSvgIcon-Cfm1LkEe.js → createSvgIcon-BXjHHQ0B.js} +28 -29
- package/dist/{createSvgIcon-DEXLbMwp.js → createSvgIcon-CBoAEepv.js} +9 -8
- package/dist/{styled-LNCprp4n.js → createTheme-DVoJnXAT.js} +134 -142
- package/dist/createTheme-DrgvKMA_.js +1563 -0
- package/dist/{dialog-v5-nL5yy.js → dialog-DPGR2gik.js} +7 -7
- package/dist/{exactProp-DkmnwNVS.js → exactProp-H1i70prd.js} +3 -3
- package/dist/{extendSxProp-qqdkfHzS.js → extendSxProp-BmK2hLmq.js} +4 -4
- package/dist/{has-CjQtZJa9.js → has-9_asnBxn.js} +26 -26
- package/dist/{helpers-B4UL9NMD.js → helpers-DaCoWmi2.js} +3 -3
- package/dist/{index-oPY7k6mu.js → index-B_GNCJdV.js} +7 -7
- package/dist/{index-C1fczHEW.js → index-RfDWDd66.js} +28 -27
- package/dist/{listItemTextClasses-DsHGzpPM.js → listItemTextClasses-CC7nbQWN.js} +4 -4
- package/dist/main.js +35 -35
- package/dist/{objectWithoutPropertiesLoose-BK36oJDi.js → objectWithoutPropertiesLoose-DJteAcBH.js} +2 -2
- package/dist/{ol-CHaVTXvL.js → ol-9hySGI6D.js} +3 -3
- package/dist/{property-list-form-B1GZ9ZGO.js → property-list-form-DgmTiBvu.js} +36 -35
- package/dist/styled-DkqItiLo.js +12 -0
- package/dist/unsupportedProp-BND8AB6O.js +25 -0
- package/dist/{useTheme-DBiahn6p.js → useTheme-B6oa3v5u.js} +4 -4
- package/dist/useTheme-GN5Dc3mG.js +18 -0
- package/dist/useThemeProps-BlXpIqSE.js +95 -0
- package/dist/{utils-DNe_YYjm.js → utils-BRsEqTye.js} +8 -8
- package/package.json +1 -1
- package/dist/AccordionDetails-CGs6GZQK.js +0 -454
- package/dist/Collapse-CL6LGGZw.js +0 -298
- package/dist/createStyled-BzvgQjjR.js +0 -1910
- package/dist/index-B0JPwFI9.js +0 -596
- package/dist/requirePropFactory-BjhhI-AW.js +0 -18
- package/dist/unsupportedProp-BuVD30Gh.js +0 -9
- package/dist/useThemeProps-uYx_RkOH.js +0 -109
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { a as s, _ as B } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
2
2
|
import * as W from "react";
|
|
3
|
-
import {
|
|
4
|
-
import { g as C, u as M, c as O, a as j } from "./useThemeProps-
|
|
5
|
-
import {
|
|
3
|
+
import { c as f, P as o } from "./createTheme-DrgvKMA_.js";
|
|
4
|
+
import { g as C, u as M, c as O, a as j } from "./useThemeProps-BlXpIqSE.js";
|
|
5
|
+
import { s as P } from "./styled-DkqItiLo.js";
|
|
6
|
+
import { g as N } from "./createTheme-DVoJnXAT.js";
|
|
6
7
|
import { jsx as R } from "react/jsx-runtime";
|
|
7
|
-
import { e as _ } from "./extendSxProp-
|
|
8
|
-
function U(
|
|
9
|
-
return
|
|
8
|
+
import { e as _ } from "./extendSxProp-BmK2hLmq.js";
|
|
9
|
+
function U(r) {
|
|
10
|
+
return N("MuiTypography", r);
|
|
10
11
|
}
|
|
11
12
|
C("MuiTypography", ["root", "h1", "h2", "h3", "h4", "h5", "h6", "subtitle1", "subtitle2", "body1", "body2", "inherit", "button", "caption", "overline", "alignLeft", "alignRight", "alignCenter", "alignJustify", "noWrap", "gutterBottom", "paragraph"]);
|
|
12
|
-
const D = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"], E = (
|
|
13
|
+
const D = ["align", "className", "component", "gutterBottom", "noWrap", "paragraph", "variant", "variantMapping"], E = (r) => {
|
|
13
14
|
const {
|
|
14
15
|
align: t,
|
|
15
|
-
gutterBottom:
|
|
16
|
+
gutterBottom: a,
|
|
16
17
|
noWrap: n,
|
|
17
18
|
paragraph: i,
|
|
18
19
|
variant: e,
|
|
19
20
|
classes: h
|
|
20
|
-
} =
|
|
21
|
-
root: ["root", e,
|
|
21
|
+
} = r, p = {
|
|
22
|
+
root: ["root", e, r.align !== "inherit" && `align${f(t)}`, a && "gutterBottom", n && "noWrap", i && "paragraph"]
|
|
22
23
|
};
|
|
23
24
|
return j(p, U, h);
|
|
24
|
-
}, L =
|
|
25
|
+
}, L = P("span", {
|
|
25
26
|
name: "MuiTypography",
|
|
26
27
|
slot: "Root",
|
|
27
|
-
overridesResolver: (
|
|
28
|
+
overridesResolver: (r, t) => {
|
|
28
29
|
const {
|
|
29
|
-
ownerState:
|
|
30
|
-
} =
|
|
31
|
-
return [t.root,
|
|
30
|
+
ownerState: a
|
|
31
|
+
} = r;
|
|
32
|
+
return [t.root, a.variant && t[a.variant], a.align !== "inherit" && t[`align${f(a.align)}`], a.noWrap && t.noWrap, a.gutterBottom && t.gutterBottom, a.paragraph && t.paragraph];
|
|
32
33
|
}
|
|
33
34
|
})(({
|
|
34
|
-
theme:
|
|
35
|
+
theme: r,
|
|
35
36
|
ownerState: t
|
|
36
37
|
}) => s({
|
|
37
38
|
margin: 0
|
|
38
|
-
}, t.variant &&
|
|
39
|
+
}, t.variant && r.typography[t.variant], t.align !== "inherit" && {
|
|
39
40
|
textAlign: t.align
|
|
40
41
|
}, t.noWrap && {
|
|
41
42
|
overflow: "hidden",
|
|
@@ -63,7 +64,7 @@ const D = ["align", "className", "component", "gutterBottom", "noWrap", "paragra
|
|
|
63
64
|
secondary: "secondary.main",
|
|
64
65
|
textSecondary: "text.secondary",
|
|
65
66
|
error: "error.main"
|
|
66
|
-
}, $ = (
|
|
67
|
+
}, $ = (r) => V[r] || r, w = /* @__PURE__ */ W.forwardRef(function(t, a) {
|
|
67
68
|
const n = M({
|
|
68
69
|
props: t,
|
|
69
70
|
name: "MuiTypography"
|
|
@@ -91,7 +92,7 @@ const D = ["align", "className", "component", "gutterBottom", "noWrap", "paragra
|
|
|
91
92
|
}), T = g || (c ? "p" : m[l] || u[l]) || "span", x = E(y);
|
|
92
93
|
return /* @__PURE__ */ R(L, s({
|
|
93
94
|
as: T,
|
|
94
|
-
ref:
|
|
95
|
+
ref: a,
|
|
95
96
|
ownerState: y,
|
|
96
97
|
className: O(x.root, p)
|
|
97
98
|
}, v));
|
|
@@ -1,33 +1,34 @@
|
|
|
1
1
|
import { jsx as e, jsxs as r, Fragment as p } from "react/jsx-runtime";
|
|
2
|
-
import { Skeleton as
|
|
2
|
+
import { Skeleton as o, Box as u, Avatar as M } from "@mui/material";
|
|
3
3
|
import { LandscapeCardRoot as A, LandscapeInfoBox as P, LandscapeCardExtraActions as _, PortraitCardRoot as L, PortraitCardExtraActions as U } from "./styled.js";
|
|
4
|
-
import {
|
|
4
|
+
import { a as x, _ as T } from "../../objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
5
5
|
import * as S from "react";
|
|
6
|
-
import { P as i } from "../../
|
|
7
|
-
import { g as N, u as k, c as B, a as j, b as H } from "../../useThemeProps-
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
6
|
+
import { P as i } from "../../createTheme-DrgvKMA_.js";
|
|
7
|
+
import { g as N, u as k, c as B, a as j, b as H } from "../../useThemeProps-BlXpIqSE.js";
|
|
8
|
+
import { s as R } from "../../styled-DkqItiLo.js";
|
|
9
|
+
import { g as E } from "../../createTheme-DVoJnXAT.js";
|
|
10
|
+
import { C as O } from "../../CardContent-CCq4R1KS.js";
|
|
11
|
+
import { T as g } from "../../Typography-CLq43OVQ.js";
|
|
11
12
|
function D(t) {
|
|
12
|
-
return
|
|
13
|
+
return E("MuiCardActions", t);
|
|
13
14
|
}
|
|
14
15
|
N("MuiCardActions", ["root", "spacing"]);
|
|
15
16
|
const z = ["disableSpacing", "className"], $ = (t) => {
|
|
16
17
|
const {
|
|
17
|
-
classes:
|
|
18
|
+
classes: n,
|
|
18
19
|
disableSpacing: s
|
|
19
20
|
} = t;
|
|
20
21
|
return j({
|
|
21
22
|
root: ["root", !s && "spacing"]
|
|
22
|
-
}, D,
|
|
23
|
-
}, F =
|
|
23
|
+
}, D, n);
|
|
24
|
+
}, F = R("div", {
|
|
24
25
|
name: "MuiCardActions",
|
|
25
26
|
slot: "Root",
|
|
26
|
-
overridesResolver: (t,
|
|
27
|
+
overridesResolver: (t, n) => {
|
|
27
28
|
const {
|
|
28
29
|
ownerState: s
|
|
29
30
|
} = t;
|
|
30
|
-
return [
|
|
31
|
+
return [n.root, !s.disableSpacing && n.spacing];
|
|
31
32
|
}
|
|
32
33
|
})(({
|
|
33
34
|
ownerState: t
|
|
@@ -39,9 +40,9 @@ const z = ["disableSpacing", "className"], $ = (t) => {
|
|
|
39
40
|
"& > :not(:first-of-type)": {
|
|
40
41
|
marginLeft: 8
|
|
41
42
|
}
|
|
42
|
-
})), W = /* @__PURE__ */ S.forwardRef(function(
|
|
43
|
+
})), W = /* @__PURE__ */ S.forwardRef(function(n, s) {
|
|
43
44
|
const c = k({
|
|
44
|
-
props:
|
|
45
|
+
props: n,
|
|
45
46
|
name: "MuiCardActions"
|
|
46
47
|
}), {
|
|
47
48
|
disableSpacing: l = !1,
|
|
@@ -83,29 +84,29 @@ process.env.NODE_ENV !== "production" && (W.propTypes = {
|
|
|
83
84
|
sx: i.oneOfType([i.arrayOf(i.oneOfType([i.func, i.object, i.bool])), i.func, i.object])
|
|
84
85
|
});
|
|
85
86
|
function V(t) {
|
|
86
|
-
return
|
|
87
|
+
return E("MuiCardMedia", t);
|
|
87
88
|
}
|
|
88
89
|
N("MuiCardMedia", ["root", "media", "img"]);
|
|
89
90
|
const G = ["children", "className", "component", "image", "src", "style"], q = (t) => {
|
|
90
91
|
const {
|
|
91
|
-
classes:
|
|
92
|
+
classes: n,
|
|
92
93
|
isMediaComponent: s,
|
|
93
94
|
isImageComponent: c
|
|
94
95
|
} = t;
|
|
95
96
|
return j({
|
|
96
97
|
root: ["root", s && "media", c && "img"]
|
|
97
|
-
}, V,
|
|
98
|
-
}, J =
|
|
98
|
+
}, V, n);
|
|
99
|
+
}, J = R("div", {
|
|
99
100
|
name: "MuiCardMedia",
|
|
100
101
|
slot: "Root",
|
|
101
|
-
overridesResolver: (t,
|
|
102
|
+
overridesResolver: (t, n) => {
|
|
102
103
|
const {
|
|
103
104
|
ownerState: s
|
|
104
105
|
} = t, {
|
|
105
106
|
isMediaComponent: c,
|
|
106
107
|
isImageComponent: l
|
|
107
108
|
} = s;
|
|
108
|
-
return [
|
|
109
|
+
return [n.root, c && n.media, l && n.img];
|
|
109
110
|
}
|
|
110
111
|
})(({
|
|
111
112
|
ownerState: t
|
|
@@ -119,9 +120,9 @@ const G = ["children", "className", "component", "image", "src", "style"], q = (
|
|
|
119
120
|
}, t.isImageComponent && {
|
|
120
121
|
// ⚠️ object-fit is not supported by IE11.
|
|
121
122
|
objectFit: "cover"
|
|
122
|
-
})), K = ["video", "audio", "picture", "iframe", "img"], Q = ["picture", "img"], C = /* @__PURE__ */ S.forwardRef(function(
|
|
123
|
+
})), K = ["video", "audio", "picture", "iframe", "img"], Q = ["picture", "img"], C = /* @__PURE__ */ S.forwardRef(function(n, s) {
|
|
123
124
|
const c = k({
|
|
124
|
-
props:
|
|
125
|
+
props: n,
|
|
125
126
|
name: "MuiCardMedia"
|
|
126
127
|
}), {
|
|
127
128
|
children: l,
|
|
@@ -192,9 +193,9 @@ process.env.NODE_ENV !== "production" && (C.propTypes = {
|
|
|
192
193
|
*/
|
|
193
194
|
sx: i.oneOfType([i.arrayOf(i.oneOfType([i.func, i.object, i.bool])), i.func, i.object])
|
|
194
195
|
});
|
|
195
|
-
const
|
|
196
|
+
const se = ({
|
|
196
197
|
title: t,
|
|
197
|
-
text:
|
|
198
|
+
text: n,
|
|
198
199
|
image: s,
|
|
199
200
|
orientation: c = "portrait",
|
|
200
201
|
avatar: l,
|
|
@@ -211,7 +212,7 @@ const ae = ({
|
|
|
211
212
|
};
|
|
212
213
|
return c === "landscape" ? /* @__PURE__ */ r(A, { children: [
|
|
213
214
|
a ? /* @__PURE__ */ e(
|
|
214
|
-
|
|
215
|
+
o,
|
|
215
216
|
{
|
|
216
217
|
sx: { width: 330, height: 200 },
|
|
217
218
|
animation: "wave",
|
|
@@ -243,7 +244,7 @@ const ae = ({
|
|
|
243
244
|
children: [
|
|
244
245
|
/* @__PURE__ */ e(u, { children: a ? /* @__PURE__ */ r(p, { children: [
|
|
245
246
|
/* @__PURE__ */ e(
|
|
246
|
-
|
|
247
|
+
o,
|
|
247
248
|
{
|
|
248
249
|
animation: "wave",
|
|
249
250
|
height: 10,
|
|
@@ -251,7 +252,7 @@ const ae = ({
|
|
|
251
252
|
}
|
|
252
253
|
),
|
|
253
254
|
/* @__PURE__ */ e(
|
|
254
|
-
|
|
255
|
+
o,
|
|
255
256
|
{
|
|
256
257
|
animation: "wave",
|
|
257
258
|
height: 10,
|
|
@@ -259,7 +260,7 @@ const ae = ({
|
|
|
259
260
|
}
|
|
260
261
|
),
|
|
261
262
|
/* @__PURE__ */ e(
|
|
262
|
-
|
|
263
|
+
o,
|
|
263
264
|
{
|
|
264
265
|
animation: "wave",
|
|
265
266
|
height: 10,
|
|
@@ -302,12 +303,12 @@ const ae = ({
|
|
|
302
303
|
cursor: d ? "pointer" : "default"
|
|
303
304
|
},
|
|
304
305
|
onClick: f,
|
|
305
|
-
children: /* @__PURE__ */ e("small", { children:
|
|
306
|
+
children: /* @__PURE__ */ e("small", { children: n })
|
|
306
307
|
}
|
|
307
308
|
)
|
|
308
309
|
] }) }),
|
|
309
310
|
/* @__PURE__ */ e(u, { children: a ? /* @__PURE__ */ e(
|
|
310
|
-
|
|
311
|
+
o,
|
|
311
312
|
{
|
|
312
313
|
animation: "wave",
|
|
313
314
|
height: 10,
|
|
@@ -320,7 +321,7 @@ const ae = ({
|
|
|
320
321
|
) }),
|
|
321
322
|
/* @__PURE__ */ r(P, { children: [
|
|
322
323
|
a ? /* @__PURE__ */ e(
|
|
323
|
-
|
|
324
|
+
o,
|
|
324
325
|
{
|
|
325
326
|
animation: "wave",
|
|
326
327
|
variant: "circular",
|
|
@@ -330,7 +331,7 @@ const ae = ({
|
|
|
330
331
|
) : /* @__PURE__ */ e(M, { src: l.image, sx: { width: 42, height: 42 } }),
|
|
331
332
|
a ? /* @__PURE__ */ r(p, { children: [
|
|
332
333
|
/* @__PURE__ */ e(
|
|
333
|
-
|
|
334
|
+
o,
|
|
334
335
|
{
|
|
335
336
|
animation: "wave",
|
|
336
337
|
height: 10,
|
|
@@ -339,7 +340,7 @@ const ae = ({
|
|
|
339
340
|
}
|
|
340
341
|
),
|
|
341
342
|
/* @__PURE__ */ e(
|
|
342
|
-
|
|
343
|
+
o,
|
|
343
344
|
{
|
|
344
345
|
animation: "wave",
|
|
345
346
|
height: 10,
|
|
@@ -371,7 +372,7 @@ const ae = ({
|
|
|
371
372
|
] }),
|
|
372
373
|
/* @__PURE__ */ e(_, { children: a ? /* @__PURE__ */ r(p, { children: [
|
|
373
374
|
/* @__PURE__ */ e(
|
|
374
|
-
|
|
375
|
+
o,
|
|
375
376
|
{
|
|
376
377
|
animation: "wave",
|
|
377
378
|
variant: "circular",
|
|
@@ -380,7 +381,7 @@ const ae = ({
|
|
|
380
381
|
}
|
|
381
382
|
),
|
|
382
383
|
/* @__PURE__ */ e(
|
|
383
|
-
|
|
384
|
+
o,
|
|
384
385
|
{
|
|
385
386
|
animation: "wave",
|
|
386
387
|
variant: "circular",
|
|
@@ -389,7 +390,7 @@ const ae = ({
|
|
|
389
390
|
}
|
|
390
391
|
),
|
|
391
392
|
/* @__PURE__ */ e(
|
|
392
|
-
|
|
393
|
+
o,
|
|
393
394
|
{
|
|
394
395
|
animation: "wave",
|
|
395
396
|
variant: "circular",
|
|
@@ -399,7 +400,7 @@ const ae = ({
|
|
|
399
400
|
)
|
|
400
401
|
] }) : m }),
|
|
401
402
|
a ? /* @__PURE__ */ e(
|
|
402
|
-
|
|
403
|
+
o,
|
|
403
404
|
{
|
|
404
405
|
animation: "wave",
|
|
405
406
|
height: 10,
|
|
@@ -415,7 +416,7 @@ const ae = ({
|
|
|
415
416
|
}
|
|
416
417
|
),
|
|
417
418
|
/* @__PURE__ */ e(u, { display: "flex", mt: 1, width: "100%", children: a ? /* @__PURE__ */ e(
|
|
418
|
-
|
|
419
|
+
o,
|
|
419
420
|
{
|
|
420
421
|
variant: "rounded",
|
|
421
422
|
animation: "wave",
|
|
@@ -427,7 +428,7 @@ const ae = ({
|
|
|
427
428
|
] })
|
|
428
429
|
] })
|
|
429
430
|
] }) : /* @__PURE__ */ r(L, { children: [
|
|
430
|
-
a ? /* @__PURE__ */ e(
|
|
431
|
+
a ? /* @__PURE__ */ e(o, { sx: { height: 172 }, animation: "wave", variant: "rectangular" }) : /* @__PURE__ */ e(
|
|
431
432
|
C,
|
|
432
433
|
{
|
|
433
434
|
component: "img",
|
|
@@ -440,7 +441,7 @@ const ae = ({
|
|
|
440
441
|
),
|
|
441
442
|
/* @__PURE__ */ e(O, { children: a ? /* @__PURE__ */ r(p, { children: [
|
|
442
443
|
/* @__PURE__ */ e(
|
|
443
|
-
|
|
444
|
+
o,
|
|
444
445
|
{
|
|
445
446
|
animation: "wave",
|
|
446
447
|
height: 10,
|
|
@@ -448,7 +449,7 @@ const ae = ({
|
|
|
448
449
|
}
|
|
449
450
|
),
|
|
450
451
|
/* @__PURE__ */ e(
|
|
451
|
-
|
|
452
|
+
o,
|
|
452
453
|
{
|
|
453
454
|
animation: "wave",
|
|
454
455
|
height: 10,
|
|
@@ -456,7 +457,7 @@ const ae = ({
|
|
|
456
457
|
}
|
|
457
458
|
),
|
|
458
459
|
/* @__PURE__ */ e(
|
|
459
|
-
|
|
460
|
+
o,
|
|
460
461
|
{
|
|
461
462
|
animation: "wave",
|
|
462
463
|
height: 10,
|
|
@@ -493,7 +494,7 @@ const ae = ({
|
|
|
493
494
|
cursor: d ? "pointer" : "default"
|
|
494
495
|
},
|
|
495
496
|
onClick: f,
|
|
496
|
-
children: /* @__PURE__ */ e("small", { children:
|
|
497
|
+
children: /* @__PURE__ */ e("small", { children: n })
|
|
497
498
|
}
|
|
498
499
|
)
|
|
499
500
|
] }) }),
|
|
@@ -508,7 +509,7 @@ const ae = ({
|
|
|
508
509
|
children: [
|
|
509
510
|
/* @__PURE__ */ r(u, { display: "flex", justifyItems: "center", flex: 1, children: [
|
|
510
511
|
a ? /* @__PURE__ */ e(
|
|
511
|
-
|
|
512
|
+
o,
|
|
512
513
|
{
|
|
513
514
|
animation: "wave",
|
|
514
515
|
variant: "circular",
|
|
@@ -519,7 +520,7 @@ const ae = ({
|
|
|
519
520
|
) : /* @__PURE__ */ e(M, { src: l.image, sx: { width: 29, height: 29 } }),
|
|
520
521
|
/* @__PURE__ */ e(u, { display: "flex", flexDirection: "column", ml: 1, flex: 1, children: a ? /* @__PURE__ */ r(p, { children: [
|
|
521
522
|
/* @__PURE__ */ e(
|
|
522
|
-
|
|
523
|
+
o,
|
|
523
524
|
{
|
|
524
525
|
animation: "wave",
|
|
525
526
|
height: 10,
|
|
@@ -527,7 +528,7 @@ const ae = ({
|
|
|
527
528
|
width: "40%"
|
|
528
529
|
}
|
|
529
530
|
),
|
|
530
|
-
/* @__PURE__ */ e(
|
|
531
|
+
/* @__PURE__ */ e(o, { animation: "wave", height: 10, width: "60%" })
|
|
531
532
|
] }) : /* @__PURE__ */ r(p, { children: [
|
|
532
533
|
/* @__PURE__ */ e(
|
|
533
534
|
g,
|
|
@@ -564,5 +565,5 @@ const ae = ({
|
|
|
564
565
|
] });
|
|
565
566
|
};
|
|
566
567
|
export {
|
|
567
|
-
|
|
568
|
+
se as Card
|
|
568
569
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import i, { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { r as n, i as s } from "../../createSvgIcon-
|
|
3
|
-
import { s as o } from "../../styled-
|
|
4
|
-
import { A as d, a as c, b as u } from "../../AccordionDetails-
|
|
2
|
+
import { r as n, i as s } from "../../createSvgIcon-BXjHHQ0B.js";
|
|
3
|
+
import { s as o } from "../../styled-DkqItiLo.js";
|
|
4
|
+
import { A as d, a as c, b as u } from "../../AccordionDetails-mpRYHtGq.js";
|
|
5
5
|
var t = {}, p = s;
|
|
6
6
|
Object.defineProperty(t, "__esModule", {
|
|
7
7
|
value: !0
|
|
@@ -2,9 +2,9 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react-confirm";
|
|
3
3
|
import "@mui/material";
|
|
4
4
|
import "@mui/icons-material";
|
|
5
|
-
import "../../DialogContent-
|
|
6
|
-
import { a as f } from "../../dialog-
|
|
7
|
-
import "../../Button-
|
|
5
|
+
import "../../DialogContent-B0_-g7B0.js";
|
|
6
|
+
import { a as f } from "../../dialog-DPGR2gik.js";
|
|
7
|
+
import "../../Button-jy67CcTH.js";
|
|
8
8
|
export {
|
|
9
9
|
f as default
|
|
10
10
|
};
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { jsx as n, jsxs as C } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { _ as g, a as i } from "../../objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
3
3
|
import * as T from "react";
|
|
4
|
-
import { P as e } from "../../
|
|
5
|
-
import { g as N, u as P, c as x, b as S, a as H } from "../../useThemeProps-
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
4
|
+
import { P as e } from "../../createTheme-DrgvKMA_.js";
|
|
5
|
+
import { g as N, u as P, c as x, b as S, a as H } from "../../useThemeProps-BlXpIqSE.js";
|
|
6
|
+
import { s as h } from "../../styled-DkqItiLo.js";
|
|
7
|
+
import { g as R } from "../../createTheme-DVoJnXAT.js";
|
|
8
|
+
import { P as E } from "../../Paper-DRRYGupP.js";
|
|
9
|
+
import { T as b } from "../../Typography-CLq43OVQ.js";
|
|
10
|
+
import { C as $ } from "../../CardContent-CCq4R1KS.js";
|
|
10
11
|
function k(r) {
|
|
11
12
|
return R("MuiCard", r);
|
|
12
13
|
}
|
|
@@ -236,7 +237,7 @@ process.env.NODE_ENV !== "production" && (M.propTypes = {
|
|
|
236
237
|
*/
|
|
237
238
|
titleTypographyProps: e.object
|
|
238
239
|
});
|
|
239
|
-
const
|
|
240
|
+
const ae = ({
|
|
240
241
|
disableHeader: r,
|
|
241
242
|
sx: o,
|
|
242
243
|
headerSx: t,
|
|
@@ -266,5 +267,5 @@ const re = ({
|
|
|
266
267
|
)
|
|
267
268
|
] });
|
|
268
269
|
export {
|
|
269
|
-
|
|
270
|
+
ae as Container
|
|
270
271
|
};
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { jsx as y, jsxs as V, Fragment as G } from "react/jsx-runtime";
|
|
2
2
|
import * as d from "react";
|
|
3
|
-
import { P as t } from "../../
|
|
4
|
-
import { B as W, u as z, a as D, b as H } from "../../ButtonBase-
|
|
3
|
+
import { P as t } from "../../createTheme-DrgvKMA_.js";
|
|
4
|
+
import { B as W, u as z, a as D, b as H } from "../../ButtonBase-CgQC8DUB.js";
|
|
5
5
|
import { o as k } from "../../ownerDocument-CUrv0DIK.js";
|
|
6
|
-
import { e as q, a as X } from "../../exactProp-
|
|
7
|
-
import { L, a as Y } from "../../List-
|
|
8
|
-
import { l as T, g as J, L as K } from "../../ListItem-
|
|
9
|
-
import {
|
|
10
|
-
import { u as $, c as R, a as w } from "../../useThemeProps-
|
|
11
|
-
import { s as B, r as Q
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
6
|
+
import { e as q, a as X } from "../../exactProp-H1i70prd.js";
|
|
7
|
+
import { L, a as Y } from "../../List-CNeRnfGL.js";
|
|
8
|
+
import { l as T, g as J, L as K } from "../../ListItem-N_dSd02S.js";
|
|
9
|
+
import { a as b, _ as P } from "../../objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
10
|
+
import { u as $, c as R, a as w } from "../../useThemeProps-BlXpIqSE.js";
|
|
11
|
+
import { s as B, r as Q } from "../../styled-DkqItiLo.js";
|
|
12
|
+
import { a as C } from "../../createTheme-DVoJnXAT.js";
|
|
13
|
+
import { g as Z, l as S, b as ee } from "../../listItemTextClasses-CC7nbQWN.js";
|
|
14
|
+
import { T as E } from "../../Typography-CLq43OVQ.js";
|
|
14
15
|
const te = ["alignItems", "autoFocus", "component", "children", "dense", "disableGutters", "divider", "focusVisibleClassName", "selected", "className"], oe = (e, o) => {
|
|
15
16
|
const {
|
|
16
17
|
ownerState: s
|
|
@@ -515,7 +516,7 @@ process.env.NODE_ENV !== "production" && (O.propTypes = {
|
|
|
515
516
|
touchEvent: t.oneOf(["onTouchEnd", "onTouchStart", !1])
|
|
516
517
|
});
|
|
517
518
|
process.env.NODE_ENV !== "production" && (O.propTypes = X(O.propTypes));
|
|
518
|
-
const
|
|
519
|
+
const Le = ({
|
|
519
520
|
open: e,
|
|
520
521
|
buttons: o,
|
|
521
522
|
position: s,
|
|
@@ -557,5 +558,5 @@ const Ee = ({
|
|
|
557
558
|
) }) : /* @__PURE__ */ y(G, {});
|
|
558
559
|
};
|
|
559
560
|
export {
|
|
560
|
-
|
|
561
|
+
Le as ContextMenu
|
|
561
562
|
};
|
|
@@ -2,7 +2,7 @@ import { jsxs as $t, jsx as ye } from "react/jsx-runtime";
|
|
|
2
2
|
import * as V from "react";
|
|
3
3
|
import { useLayoutEffect as _t, useContext as Kt, useRef as j, useState as te, createContext as qt, useMemo as ee, useCallback as P, Component as en, Fragment as Ne, useEffect as bt, forwardRef as tn } from "react";
|
|
4
4
|
import { Box as nn, FormLabel as un, FormHelperText as on } from "@mui/material";
|
|
5
|
-
import {
|
|
5
|
+
import { _ as an, a as A } from "../../../objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
6
6
|
import { _ as rn, a as ln } from "../../../assertThisInitialized-BUtkG-md.js";
|
|
7
7
|
import { keyframes as sn, jsx as C, css as pt } from "@emotion/react";
|
|
8
8
|
import { createPortal as cn } from "react-dom";
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { jsxs as a, Fragment as A, jsx as l } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo as C } from "react";
|
|
3
3
|
import { FormControl as D, InputLabel as F, Select as $, MenuItem as j, FormHelperText as I } from "@mui/material";
|
|
4
|
-
import {
|
|
4
|
+
import { a as s } from "../../../helpers-DaCoWmi2.js";
|
|
5
5
|
const q = ({
|
|
6
6
|
ontologyId: h,
|
|
7
7
|
appRoles: o,
|
|
8
8
|
templateKeys: e,
|
|
9
9
|
templateType: c,
|
|
10
10
|
securityLevels: i,
|
|
11
|
-
value:
|
|
11
|
+
value: g,
|
|
12
12
|
minLevel: t = 99,
|
|
13
13
|
minLevelId: u,
|
|
14
14
|
minLevelRoles: n,
|
|
15
15
|
showError: d,
|
|
16
16
|
variant: m = "outlined",
|
|
17
|
-
onChange:
|
|
17
|
+
onChange: S
|
|
18
18
|
}) => {
|
|
19
|
-
const
|
|
19
|
+
const b = C(() => {
|
|
20
20
|
if (n && n.length > 0) {
|
|
21
21
|
for (const r of n)
|
|
22
22
|
if (s(r, "SUPER_ADMIN", o))
|
|
@@ -48,7 +48,7 @@ const q = ({
|
|
|
48
48
|
o,
|
|
49
49
|
h
|
|
50
50
|
]), x = (r) => {
|
|
51
|
-
|
|
51
|
+
S(r.target.value);
|
|
52
52
|
};
|
|
53
53
|
return /* @__PURE__ */ a(A, { children: [
|
|
54
54
|
/* @__PURE__ */ a(
|
|
@@ -66,9 +66,9 @@ const q = ({
|
|
|
66
66
|
label: "Security Level *",
|
|
67
67
|
labelId: "security-level-label",
|
|
68
68
|
id: "demo-simple-select",
|
|
69
|
-
value:
|
|
69
|
+
value: g,
|
|
70
70
|
onChange: x,
|
|
71
|
-
children: i.filter((r) => r.level <=
|
|
71
|
+
children: i.filter((r) => r.level <= b).map((r, f) => /* @__PURE__ */ l(j, { value: r.id, children: r.name }, f))
|
|
72
72
|
}
|
|
73
73
|
)
|
|
74
74
|
]
|
|
@@ -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, c as h } from "../../../ol-
|
|
5
|
+
import { g as y, c as h } from "../../../ol-9hySGI6D.js";
|
|
6
6
|
import { useState as g } 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 r, 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 g from "../map/index.js";
|
|
5
|
-
import { c as P, a as R } from "../../../ol-
|
|
5
|
+
import { c as P, a as R } from "../../../ol-9hySGI6D.js";
|
|
6
6
|
import { parse as S } from "../../map/helpers/wkt.js";
|
|
7
7
|
import _ from "lodash";
|
|
8
|
-
import { t as B } from "../../../Source-
|
|
8
|
+
import { t as B } from "../../../Source-CnCcu5UP.js";
|
|
9
9
|
function z({
|
|
10
10
|
value: y,
|
|
11
11
|
disableActions: D,
|
|
@@ -3,7 +3,7 @@ import D, { useState as k } from "react";
|
|
|
3
3
|
import { Dialog as R, DialogContent as K, Box as o, 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 { c as _ } from "../../../ol-
|
|
6
|
+
import { c as _ } from "../../../ol-9hySGI6D.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,9 +8,9 @@ import b from "./geometry/index.js";
|
|
|
8
8
|
import g from "./kml/index.js";
|
|
9
9
|
import W from "./wkt/index.js";
|
|
10
10
|
import { IconButton as u, OutlinedInput as K, FilledInput as L, Dialog as z, DialogTitle as F, DialogContent as G } from "@mui/material";
|
|
11
|
-
import { I as w } from "../../InputAdornment-
|
|
12
|
-
import { F as B, I as M } from "../../InputLabel-
|
|
13
|
-
import { I as T } from "../../Input-
|
|
11
|
+
import { I as w } from "../../InputAdornment-BAVRrRts.js";
|
|
12
|
+
import { F as B, I as M } from "../../InputLabel-ClDXuWBr.js";
|
|
13
|
+
import { I as T } from "../../Input-BAbDr3Tk.js";
|
|
14
14
|
const Z = ({
|
|
15
15
|
label: c,
|
|
16
16
|
mapboxAccessToken: l,
|
|
@@ -3,7 +3,7 @@ import { useState as i, useEffect as b } from "react";
|
|
|
3
3
|
import k from "./select-input-method.js";
|
|
4
4
|
import { Box as d, TextField as M, Button as m } from "@mui/material";
|
|
5
5
|
import { validate as C } from "../../map/helpers/kml.js";
|
|
6
|
-
import { b as L, c as T } from "../../../ol-
|
|
6
|
+
import { b as L, c as T } from "../../../ol-9hySGI6D.js";
|
|
7
7
|
function W({ onCancel: f, onSubmit: a }) {
|
|
8
8
|
const [t, l] = i(), [o, p] = i(), [s, n] = i(), h = (e) => {
|
|
9
9
|
l(e);
|