@hybridcore/ui 1.4.30 → 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.d.ts +14 -0
- package/dist/main.js +83 -81
- 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
|
@@ -2,14 +2,14 @@ import { jsx as s, jsxs as p } from "react/jsx-runtime";
|
|
|
2
2
|
import { confirmable as x } from "react-confirm";
|
|
3
3
|
import { IconButton as h } from "@mui/material";
|
|
4
4
|
import { Close as C } from "@mui/icons-material";
|
|
5
|
-
import { c as D, g as T, D as b, a as y, b as B } from "./DialogContent-
|
|
6
|
-
import {
|
|
5
|
+
import { c as D, g as T, D as b, a as y, b as B } from "./DialogContent-B0_-g7B0.js";
|
|
6
|
+
import { _ as j, a as v } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
7
7
|
import * as d from "react";
|
|
8
|
-
import { P as o } from "./
|
|
9
|
-
import { u as M, c as N, a as O } from "./useThemeProps-
|
|
10
|
-
import { s as R } from "./styled-
|
|
11
|
-
import { T as P } from "./Typography-
|
|
12
|
-
import { B as m } from "./Button-
|
|
8
|
+
import { P as o } from "./createTheme-DrgvKMA_.js";
|
|
9
|
+
import { u as M, c as N, a as O } from "./useThemeProps-BlXpIqSE.js";
|
|
10
|
+
import { s as R } from "./styled-DkqItiLo.js";
|
|
11
|
+
import { T as P } from "./Typography-CLq43OVQ.js";
|
|
12
|
+
import { B as m } from "./Button-jy67CcTH.js";
|
|
13
13
|
const _ = ["className", "id"], k = (a) => {
|
|
14
14
|
const {
|
|
15
15
|
classes: t
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { P as a } from "./
|
|
2
|
-
import { b as p } from "./useThemeProps-
|
|
3
|
-
import {
|
|
1
|
+
import { P as a } from "./createTheme-DrgvKMA_.js";
|
|
2
|
+
import { b as p } from "./useThemeProps-BlXpIqSE.js";
|
|
3
|
+
import { a as f } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
4
4
|
function m(e) {
|
|
5
5
|
const {
|
|
6
6
|
prototype: n = {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a,
|
|
2
|
-
import {
|
|
1
|
+
import { _ as a, a as i } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
2
|
+
import { d as c, i as f } from "./createTheme-DrgvKMA_.js";
|
|
3
3
|
const x = ["sx"], m = (t) => {
|
|
4
4
|
var s, n;
|
|
5
5
|
const o = {
|
|
@@ -10,7 +10,7 @@ const x = ["sx"], m = (t) => {
|
|
|
10
10
|
r[e] ? o.systemProps[e] = t[e] : o.otherProps[e] = t[e];
|
|
11
11
|
}), o;
|
|
12
12
|
};
|
|
13
|
-
function
|
|
13
|
+
function d(t) {
|
|
14
14
|
const {
|
|
15
15
|
sx: s
|
|
16
16
|
} = t, n = a(t, x), {
|
|
@@ -26,5 +26,5 @@ function y(t) {
|
|
|
26
26
|
});
|
|
27
27
|
}
|
|
28
28
|
export {
|
|
29
|
-
|
|
29
|
+
d as e
|
|
30
30
|
};
|
|
@@ -645,44 +645,44 @@ const Q = c.includes("webkit") && !c.includes("edge"), Z = c.includes("macintosh
|
|
|
645
645
|
}();
|
|
646
646
|
export {
|
|
647
647
|
A,
|
|
648
|
-
|
|
649
|
-
|
|
648
|
+
y as B,
|
|
649
|
+
j as C,
|
|
650
650
|
L as D,
|
|
651
651
|
O as E,
|
|
652
652
|
H as F,
|
|
653
|
-
|
|
654
|
-
|
|
653
|
+
_ as G,
|
|
654
|
+
K as H,
|
|
655
655
|
ne as I,
|
|
656
656
|
Z as M,
|
|
657
657
|
R as O,
|
|
658
658
|
se as P,
|
|
659
659
|
z as T,
|
|
660
660
|
f as V,
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
661
|
+
te as W,
|
|
662
|
+
T as a,
|
|
663
|
+
M as b,
|
|
664
|
+
m as c,
|
|
665
|
+
N as d,
|
|
666
|
+
W as e,
|
|
667
|
+
$ as f,
|
|
668
668
|
P as g,
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
669
|
+
p as h,
|
|
670
|
+
X as i,
|
|
671
|
+
S as j,
|
|
672
|
+
V as k,
|
|
673
673
|
h as l,
|
|
674
674
|
B as m,
|
|
675
|
-
|
|
676
|
-
|
|
675
|
+
q as n,
|
|
676
|
+
Y as o,
|
|
677
677
|
G as p,
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
678
|
+
U as q,
|
|
679
|
+
I as r,
|
|
680
|
+
w as s,
|
|
681
|
+
k as t,
|
|
682
682
|
v as u,
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
683
|
+
Q as v,
|
|
684
|
+
J as w,
|
|
685
|
+
ee as x,
|
|
686
|
+
d as y,
|
|
687
|
+
D as z
|
|
688
688
|
};
|
|
@@ -8,13 +8,13 @@ import ee from "./hooks/useToggle.js";
|
|
|
8
8
|
import { GeometryPicker as ne } from "./components/geometry-picker/index.js";
|
|
9
9
|
import { PhoneInput as ae } from "./components/phone-input/index.js";
|
|
10
10
|
import { DateTimePicker as le } from "./components/date-time-picker/index.js";
|
|
11
|
-
import { T as q } from "./TextField-
|
|
12
|
-
import { B as x } from "./Box-
|
|
13
|
-
import { F as te } from "./FormControlLabel-
|
|
14
|
-
import { C as oe } from "./Checkbox-
|
|
15
|
-
import { F as de, I as ie } from "./InputLabel-
|
|
16
|
-
import { S as me } from "./Select-
|
|
17
|
-
import { M as re } from "./MenuItem-
|
|
11
|
+
import { T as q } from "./TextField-BAXUnwnR.js";
|
|
12
|
+
import { B as x } from "./Box-SSMZuKnS.js";
|
|
13
|
+
import { F as te } from "./FormControlLabel-BNT5EI0b.js";
|
|
14
|
+
import { C as oe } from "./Checkbox-B0P8LhCl.js";
|
|
15
|
+
import { F as de, I as ie } from "./InputLabel-ClDXuWBr.js";
|
|
16
|
+
import { S as me } from "./Select-DwAJxKTN.js";
|
|
17
|
+
import { M as re } from "./MenuItem-Lcjh1XlV.js";
|
|
18
18
|
import { useState as B } from "react";
|
|
19
19
|
function ce({
|
|
20
20
|
property: o,
|
|
@@ -3,34 +3,35 @@ import { Box as Fo, Typography as Jt, IconButton as Sr, Dialog as Mr, DialogTitl
|
|
|
3
3
|
import { ArrowForward as Lr, Edit as Br } from "@mui/icons-material";
|
|
4
4
|
import Ye from "dayjs";
|
|
5
5
|
import Wr from "./hooks/useToggle.js";
|
|
6
|
-
import {
|
|
6
|
+
import { _ as re, a as b } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
7
7
|
import * as v from "react";
|
|
8
8
|
import Bo from "react";
|
|
9
|
-
import { P as o,
|
|
10
|
-
import { g as ge, b as _r, a as me, c as pe,
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import { T as
|
|
17
|
-
import { u as
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
9
|
+
import { P as o, c as de, r as Ut, l as po } from "./createTheme-DrgvKMA_.js";
|
|
10
|
+
import { g as ge, b as _r, a as me, c as pe, d as jr, u as fe } from "./useThemeProps-BlXpIqSE.js";
|
|
11
|
+
import { a as fn, u as mn } from "./useTheme-GN5Dc3mG.js";
|
|
12
|
+
import { r as hn, a as Fe, u as We, _ as Hr, b as J, B as Bt, d as bn } from "./ButtonBase-CgQC8DUB.js";
|
|
13
|
+
import { c as Ke } from "./createSvgIcon-CBoAEepv.js";
|
|
14
|
+
import { g as ve, a as Pe } from "./createTheme-DVoJnXAT.js";
|
|
15
|
+
import { s as Y } from "./styled-DkqItiLo.js";
|
|
16
|
+
import { T as Ur, t as Yr } from "./Tabs-DqdkJU6b.js";
|
|
17
|
+
import { u as gn, r as zr } from "./unsupportedProp-BND8AB6O.js";
|
|
18
|
+
import { T as qe } from "./Typography-CLq43OVQ.js";
|
|
19
|
+
import { u as pt } from "./useTheme-B6oa3v5u.js";
|
|
20
|
+
import { e as qr } from "./extendSxProp-BmK2hLmq.js";
|
|
21
|
+
import { B as vt } from "./Button-jy67CcTH.js";
|
|
22
|
+
import { P as Kr, H as Wt, u as Gr, a as Qr, F as fo, b as Zr } from "./Modal-CJn-Bqyo.js";
|
|
23
|
+
import { f as Xr, T as vn, c as Jr } from "./utils-BRsEqTye.js";
|
|
23
24
|
import { u as Ae } from "./useControlled-BYdyS7Pn.js";
|
|
24
|
-
import { I as Vt } from "./IconButton-
|
|
25
|
+
import { I as Vt } from "./IconButton-DekcZv4i.js";
|
|
25
26
|
import { u as Yt } from "./useId-BHG98T5I.js";
|
|
26
|
-
import { T as ea } from "./TextField-
|
|
27
|
+
import { T as ea } from "./TextField-BAXUnwnR.js";
|
|
27
28
|
import { o as yt } from "./ownerDocument-CUrv0DIK.js";
|
|
28
|
-
import { P as ta } from "./Paper-
|
|
29
|
-
import { G as oa } from "./Select-
|
|
30
|
-
import { I as na } from "./InputAdornment-
|
|
31
|
-
import { D as ra, d as Wo, a as aa, b as sa } from "./DialogContent-
|
|
32
|
-
import { a as ia } from "./List-
|
|
33
|
-
import { L as la } from "./ListItem-
|
|
29
|
+
import { P as ta } from "./Paper-DRRYGupP.js";
|
|
30
|
+
import { G as oa } from "./Select-DwAJxKTN.js";
|
|
31
|
+
import { I as na } from "./InputAdornment-BAVRrRts.js";
|
|
32
|
+
import { D as ra, d as Wo, a as aa, b as sa } from "./DialogContent-B0_-g7B0.js";
|
|
33
|
+
import { a as ia } from "./List-CNeRnfGL.js";
|
|
34
|
+
import { L as la } from "./ListItem-N_dSd02S.js";
|
|
34
35
|
const ca = (e, t = "warning") => {
|
|
35
36
|
let n = !1;
|
|
36
37
|
const r = Array.isArray(e) ? e.join(`
|
|
@@ -3960,7 +3961,7 @@ const qi = (e) => {
|
|
|
3960
3961
|
name: "MuiGrid"
|
|
3961
3962
|
}), {
|
|
3962
3963
|
breakpoints: a
|
|
3963
|
-
} = pt(), s =
|
|
3964
|
+
} = pt(), s = qr(r), {
|
|
3964
3965
|
className: l,
|
|
3965
3966
|
columns: i,
|
|
3966
3967
|
columnSpacing: c,
|
|
@@ -4128,7 +4129,7 @@ process.env.NODE_ENV !== "production" && (Pt.propTypes = {
|
|
|
4128
4129
|
zeroMinWidth: o.bool
|
|
4129
4130
|
});
|
|
4130
4131
|
if (process.env.NODE_ENV !== "production") {
|
|
4131
|
-
const e =
|
|
4132
|
+
const e = zr("Grid", Pt);
|
|
4132
4133
|
Pt.propTypes = b({}, Pt.propTypes, {
|
|
4133
4134
|
direction: e("container"),
|
|
4134
4135
|
lg: e("item"),
|
|
@@ -10853,7 +10854,7 @@ process.env.NODE_ENV !== "production" && (Dr.propTypes = {
|
|
|
10853
10854
|
*/
|
|
10854
10855
|
yearsPerRow: o.oneOf([3, 4])
|
|
10855
10856
|
});
|
|
10856
|
-
function
|
|
10857
|
+
function $d({
|
|
10857
10858
|
value: e,
|
|
10858
10859
|
minDate: t,
|
|
10859
10860
|
maxDate: n,
|
|
@@ -11037,6 +11038,6 @@ function Ed({
|
|
|
11037
11038
|
] });
|
|
11038
11039
|
}
|
|
11039
11040
|
export {
|
|
11040
|
-
|
|
11041
|
+
$d as D,
|
|
11041
11042
|
ca as b
|
|
11042
11043
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as s } from "./useThemeProps-
|
|
2
|
-
import { g as e } from "./
|
|
1
|
+
import { g as s } from "./useThemeProps-BlXpIqSE.js";
|
|
2
|
+
import { g as e } from "./createTheme-DVoJnXAT.js";
|
|
3
3
|
function n(t) {
|
|
4
4
|
return e("MuiListItemIcon", t);
|
|
5
5
|
}
|
|
@@ -9,8 +9,8 @@ function l(t) {
|
|
|
9
9
|
}
|
|
10
10
|
const r = s("MuiListItemText", ["root", "multiline", "dense", "inset", "primary", "secondary"]);
|
|
11
11
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
o as a,
|
|
13
|
+
l as b,
|
|
14
14
|
n as g,
|
|
15
15
|
r as l
|
|
16
16
|
};
|
package/dist/main.d.ts
CHANGED
|
@@ -62,6 +62,20 @@ declare interface ButtonType {
|
|
|
62
62
|
|
|
63
63
|
export declare const Card: React.FC<CardProps>;
|
|
64
64
|
|
|
65
|
+
export declare const CardAlternate: FC<CardAlternateProps>;
|
|
66
|
+
|
|
67
|
+
declare interface CardAlternateProps {
|
|
68
|
+
title: string;
|
|
69
|
+
subTitle?: string;
|
|
70
|
+
text: string;
|
|
71
|
+
avatar?: default_2.ReactNode;
|
|
72
|
+
footer?: default_2.ReactNode;
|
|
73
|
+
menu?: default_2.ReactNode;
|
|
74
|
+
extra?: default_2.ReactNode;
|
|
75
|
+
loading?: boolean;
|
|
76
|
+
onClick?(): void;
|
|
77
|
+
}
|
|
78
|
+
|
|
65
79
|
declare interface CardProps {
|
|
66
80
|
title: string;
|
|
67
81
|
text: string;
|
package/dist/main.js
CHANGED
|
@@ -1,35 +1,36 @@
|
|
|
1
1
|
import { Access as Ht } from "./components/access/index.js";
|
|
2
2
|
import { alert as Ft, confirm as Ct } from "./components/confirm/index.js";
|
|
3
|
-
import { Card as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
3
|
+
import { Card as It } from "./components/card/index.js";
|
|
4
|
+
import { CardAlternate as $t } from "./components/card-alternate/index.js";
|
|
5
|
+
import { CollapsibleCard as Et } from "./components/collapsible-card/index.js";
|
|
6
|
+
import { ConditionalWrapper as zt } from "./components/conditional-wrapper/index.js";
|
|
7
|
+
import { Container as Nt } from "./components/container/index.js";
|
|
8
|
+
import { ContextMenu as _t } from "./components/context-menu/index.js";
|
|
9
|
+
import { DateTimePicker as qt } from "./components/date-time-picker/index.js";
|
|
10
|
+
import { DisseminationList as Kt } from "./components/data-security-selectors/dissemination-list/index.js";
|
|
11
|
+
import { GeometryPicker as Rt } from "./components/geometry-picker/index.js";
|
|
12
|
+
import { IconButton as te } from "./components/icon-button/index.js";
|
|
13
|
+
import { InstanceForm as re } from "./components/instance-form/index.js";
|
|
14
|
+
import { InstanceHierarchyTable as ne } from "./components/instance-hierarchy-table/index.js";
|
|
15
|
+
import { InstanceTable as ae } from "./components/instance-table/index.js";
|
|
16
|
+
import { KeyProtectionMenu as he } from "./components/key-protection/menu.js";
|
|
17
|
+
import { Loading as ue } from "./components/loading/index.js";
|
|
18
|
+
import { LocalizationProvider as fe } from "@mui/x-date-pickers";
|
|
19
|
+
import { PhoneInput as le } from "./components/phone-input/index.js";
|
|
20
|
+
import { SearchInput as ye } from "./components/search-input/index.js";
|
|
21
|
+
import { SecurityLevel as De } from "./components/data-security-selectors/security-level/index.js";
|
|
22
|
+
import { TemplateForm as ge } from "./components/template-form/index.js";
|
|
23
|
+
import { TemplatePropertyFilters as Te } from "./components/template-property-filters/index.js";
|
|
24
|
+
import { TreeSelect as we } from "./components/tree-select/index.js";
|
|
25
|
+
import { TreeViewFilter as ve } from "./components/treeview-filter/index.js";
|
|
26
|
+
import { S as Se } from "./utils-Bq0ye5vf.js";
|
|
27
|
+
import { i as be } from "./index-DlnzUkwe.js";
|
|
28
|
+
import { b as Be } from "./helpers-DaCoWmi2.js";
|
|
29
|
+
import { ThemeProvider as Ce, createTheme as je } from "@mui/material";
|
|
30
|
+
import { a as dt } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
|
|
30
31
|
import C from "dayjs";
|
|
31
|
-
import {
|
|
32
|
-
import { b as ut } from "./index-
|
|
32
|
+
import { h as U, j as z } from "./createTheme-DrgvKMA_.js";
|
|
33
|
+
import { b as ut } from "./index-RfDWDd66.js";
|
|
33
34
|
var tt = { exports: {} };
|
|
34
35
|
(function(l, D) {
|
|
35
36
|
(function(f, c) {
|
|
@@ -42,8 +43,8 @@ var tt = { exports: {} };
|
|
|
42
43
|
if (n === void 0 && (n = null), n !== null) return this.add(7 * (n - this.week()), "day");
|
|
43
44
|
var i = this.$locale().yearStart || 1;
|
|
44
45
|
if (this.month() === 11 && this.date() > 25) {
|
|
45
|
-
var a = s(this).startOf(c).add(1, c).date(i),
|
|
46
|
-
if (a.isBefore(
|
|
46
|
+
var a = s(this).startOf(c).add(1, c).date(i), x = s(this).endOf(f);
|
|
47
|
+
if (a.isBefore(x)) return 1;
|
|
47
48
|
}
|
|
48
49
|
var p = s(this).startOf(c).date(i).startOf(f).subtract(1, "millisecond"), H = this.diff(p, f, !0);
|
|
49
50
|
return H < 0 ? s(this).startOf("week").week() : Math.ceil(H);
|
|
@@ -66,7 +67,7 @@ var et = { exports: {} };
|
|
|
66
67
|
return function(h) {
|
|
67
68
|
this[r] = +h;
|
|
68
69
|
};
|
|
69
|
-
},
|
|
70
|
+
}, x = [/[+-]\d\d:?(\d\d)?|Z/, function(r) {
|
|
70
71
|
(this.zone || (this.zone = {})).offset = function(h) {
|
|
71
72
|
if (!h || h === "Z") return 0;
|
|
72
73
|
var d = h.match(/([+-]|\d\d)/g), u = 60 * d[1] + (+d[2] || 0);
|
|
@@ -78,8 +79,8 @@ var et = { exports: {} };
|
|
|
78
79
|
}, H = function(r, h) {
|
|
79
80
|
var d, u = n.meridiem;
|
|
80
81
|
if (u) {
|
|
81
|
-
for (var
|
|
82
|
-
d =
|
|
82
|
+
for (var g = 1; g <= 24; g += 1) if (r.indexOf(u(g, 0, h)) > -1) {
|
|
83
|
+
d = g > 12;
|
|
83
84
|
break;
|
|
84
85
|
}
|
|
85
86
|
} else d = r === (h ? "pm" : "PM");
|
|
@@ -111,7 +112,7 @@ var et = { exports: {} };
|
|
|
111
112
|
this.month = h % 12 || h;
|
|
112
113
|
}], Y: [/[+-]?\d+/, a("year")], YY: [e, function(r) {
|
|
113
114
|
this.year = i(r);
|
|
114
|
-
}], YYYY: [/\d{4}/, a("year")], Z:
|
|
115
|
+
}], YYYY: [/\d{4}/, a("year")], Z: x, ZZ: x };
|
|
115
116
|
function B(r) {
|
|
116
117
|
var h, d;
|
|
117
118
|
h = r, d = n && n.formats;
|
|
@@ -120,16 +121,16 @@ var et = { exports: {} };
|
|
|
120
121
|
return w || d[M] || f[M] || d[y].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(k, v, A) {
|
|
121
122
|
return v || A.slice(1);
|
|
122
123
|
});
|
|
123
|
-
})).match(c),
|
|
124
|
-
var
|
|
125
|
-
u[Y] = L ? { regex: T, parser: L } :
|
|
124
|
+
})).match(c), g = u.length, Y = 0; Y < g; Y += 1) {
|
|
125
|
+
var j = u[Y], O = Z[j], T = O && O[0], L = O && O[1];
|
|
126
|
+
u[Y] = L ? { regex: T, parser: L } : j.replace(/^\[|\]$/g, "");
|
|
126
127
|
}
|
|
127
128
|
return function(S) {
|
|
128
|
-
for (var w = {}, M = 0, y = 0; M <
|
|
129
|
+
for (var w = {}, M = 0, y = 0; M < g; M += 1) {
|
|
129
130
|
var k = u[M];
|
|
130
131
|
if (typeof k == "string") y += k.length;
|
|
131
132
|
else {
|
|
132
|
-
var v = k.regex, A = k.parser,
|
|
133
|
+
var v = k.regex, A = k.parser, I = S.slice(y), F = v.exec(I)[0];
|
|
133
134
|
A.call(w, F), S = S.replace(F, "");
|
|
134
135
|
}
|
|
135
136
|
}
|
|
@@ -144,24 +145,24 @@ var et = { exports: {} };
|
|
|
144
145
|
}
|
|
145
146
|
return function(r, h, d) {
|
|
146
147
|
d.p.customParseFormat = !0, r && r.parseTwoDigitYear && (i = r.parseTwoDigitYear);
|
|
147
|
-
var u = h.prototype,
|
|
148
|
+
var u = h.prototype, g = u.parse;
|
|
148
149
|
u.parse = function(Y) {
|
|
149
|
-
var
|
|
150
|
+
var j = Y.date, O = Y.utc, T = Y.args;
|
|
150
151
|
this.$u = O;
|
|
151
152
|
var L = T[1];
|
|
152
153
|
if (typeof L == "string") {
|
|
153
154
|
var S = T[2] === !0, w = T[3] === !0, M = S || w, y = T[2];
|
|
154
|
-
w && (y = T[2]), n = this.$locale(), !S && y && (n = d.Ls[y]), this.$d = function(
|
|
155
|
+
w && (y = T[2]), n = this.$locale(), !S && y && (n = d.Ls[y]), this.$d = function(I, F, b, P) {
|
|
155
156
|
try {
|
|
156
|
-
if (["x", "X"].indexOf(F) > -1) return new Date((F === "X" ? 1e3 : 1) *
|
|
157
|
-
var m = B(F)(
|
|
157
|
+
if (["x", "X"].indexOf(F) > -1) return new Date((F === "X" ? 1e3 : 1) * I);
|
|
158
|
+
var m = B(F)(I), N = m.year, $ = m.month, nt = m.day, ot = m.hours, at = m.minutes, it = m.seconds, ht = m.milliseconds, R = m.zone, X = m.week, J = /* @__PURE__ */ new Date(), _ = nt || (N || $ ? 1 : J.getDate()), V = N || J.getFullYear(), W = 0;
|
|
158
159
|
N && !$ || (W = $ > 0 ? $ - 1 : J.getMonth());
|
|
159
160
|
var E, q = ot || 0, G = at || 0, K = it || 0, Q = ht || 0;
|
|
160
161
|
return R ? new Date(Date.UTC(V, W, _, q, G, K, Q + 60 * R.offset * 1e3)) : b ? new Date(Date.UTC(V, W, _, q, G, K, Q)) : (E = new Date(V, W, _, q, G, K, Q), X && (E = P(E).week(X).toDate()), E);
|
|
161
162
|
} catch {
|
|
162
163
|
return /* @__PURE__ */ new Date("");
|
|
163
164
|
}
|
|
164
|
-
}(
|
|
165
|
+
}(j, L, O, d), this.init(), y && y !== !0 && (this.$L = this.locale(y).$L), M && j != this.format(L) && (this.$d = /* @__PURE__ */ new Date("")), n = {};
|
|
165
166
|
} else if (L instanceof Array) for (var k = L.length, v = 1; v <= k; v += 1) {
|
|
166
167
|
T[1] = L[v - 1];
|
|
167
168
|
var A = d.apply(this, T);
|
|
@@ -171,7 +172,7 @@ var et = { exports: {} };
|
|
|
171
172
|
}
|
|
172
173
|
v === k && (this.$d = /* @__PURE__ */ new Date(""));
|
|
173
174
|
}
|
|
174
|
-
else
|
|
175
|
+
else g.call(this, Y);
|
|
175
176
|
};
|
|
176
177
|
};
|
|
177
178
|
});
|
|
@@ -188,8 +189,8 @@ var rt = { exports: {} };
|
|
|
188
189
|
var s = t.prototype, o = s.format;
|
|
189
190
|
e.en.formats = f, s.format = function(n) {
|
|
190
191
|
n === void 0 && (n = "YYYY-MM-DDTHH:mm:ssZ");
|
|
191
|
-
var i = this.$locale().formats, a = function(
|
|
192
|
-
return
|
|
192
|
+
var i = this.$locale().formats, a = function(x, p) {
|
|
193
|
+
return x.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(H, Z, B) {
|
|
193
194
|
var r = B && B.toUpperCase();
|
|
194
195
|
return Z || p[B] || f[B] || p[r].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(h, d, u) {
|
|
195
196
|
return d || u.slice(1);
|
|
@@ -210,8 +211,8 @@ var st = { exports: {} };
|
|
|
210
211
|
})(U, function() {
|
|
211
212
|
return function(f, c, t) {
|
|
212
213
|
c.prototype.isBetween = function(e, s, o, n) {
|
|
213
|
-
var i = t(e), a = t(s),
|
|
214
|
-
return (
|
|
214
|
+
var i = t(e), a = t(s), x = (n = n || "()")[0] === "(", p = n[1] === ")";
|
|
215
|
+
return (x ? this.isAfter(i, o) : !this.isBefore(i, o)) && (p ? this.isBefore(a, o) : !this.isAfter(a, o)) || (x ? this.isBefore(i, o) : !this.isAfter(i, o)) && (p ? this.isAfter(a, o) : !this.isBefore(a, o));
|
|
215
216
|
};
|
|
216
217
|
};
|
|
217
218
|
});
|
|
@@ -221,7 +222,7 @@ const Dt = /* @__PURE__ */ z(Mt);
|
|
|
221
222
|
C.extend(lt);
|
|
222
223
|
C.extend(yt);
|
|
223
224
|
C.extend(Dt);
|
|
224
|
-
const
|
|
225
|
+
const xt = ut(["Your locale has not been found.", "Either the locale key is not a supported one. Locales supported by dayjs are available here: https://github.com/iamkun/dayjs/tree/dev/src/locale", "Or you forget to import the locale with `require('dayjs/locale/{localeUsed}')`", "fallback on English locale"]), gt = {
|
|
225
226
|
// Year
|
|
226
227
|
YY: "year",
|
|
227
228
|
YYYY: {
|
|
@@ -341,11 +342,11 @@ class St {
|
|
|
341
342
|
this.isMUIAdapter = !0, this.lib = "dayjs", this.rawDayJsInstance = void 0, this.dayjs = void 0, this.locale = void 0, this.formats = void 0, this.escapedCharacters = {
|
|
342
343
|
start: "[",
|
|
343
344
|
end: "]"
|
|
344
|
-
}, this.formatTokenMap =
|
|
345
|
+
}, this.formatTokenMap = gt, this.getLocaleFormats = () => {
|
|
345
346
|
var t;
|
|
346
347
|
const e = (t = this.rawDayJsInstance.Ls) != null ? t : C.Ls, s = this.locale || "en";
|
|
347
348
|
let o = e[s];
|
|
348
|
-
return o === void 0 && (
|
|
349
|
+
return o === void 0 && (xt(), o = e.en), o.formats;
|
|
349
350
|
}, this.date = (t) => t === null ? null : this.dayjs(t), this.toJsDate = (t) => t.toDate(), this.parseISO = (t) => this.dayjs(t), this.toISO = (t) => t.toISOString(), this.parse = (t, e) => t === "" ? null : this.dayjs(t, e, this.locale, !0), this.getCurrentLocaleCode = () => this.locale || "en", this.is12HourCycleInCurrentLocale = () => /A|a/.test(this.getLocaleFormats().LT || ""), this.expandFormat = (t) => {
|
|
350
351
|
const e = this.getLocaleFormats(), s = (o) => o.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (n, i, a) => i || a.slice(1));
|
|
351
352
|
return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (o, n, i) => {
|
|
@@ -382,34 +383,35 @@ class St {
|
|
|
382
383
|
}
|
|
383
384
|
export {
|
|
384
385
|
Ht as Access,
|
|
385
|
-
|
|
386
|
+
Be as AccessUtils,
|
|
386
387
|
St as AdapterDayjs,
|
|
387
|
-
|
|
388
|
-
$t as
|
|
389
|
-
Et as
|
|
390
|
-
zt as
|
|
391
|
-
Nt as
|
|
392
|
-
_t as
|
|
393
|
-
qt as
|
|
394
|
-
Kt as
|
|
395
|
-
Rt as
|
|
396
|
-
te as
|
|
397
|
-
re as
|
|
398
|
-
ne as
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
he as
|
|
402
|
-
ue as
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
le as
|
|
406
|
-
ye as
|
|
407
|
-
De as
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
we as
|
|
388
|
+
It as Card,
|
|
389
|
+
$t as CardAlternate,
|
|
390
|
+
Et as CollapsibleCard,
|
|
391
|
+
zt as ConditionalWrapper,
|
|
392
|
+
Nt as Container,
|
|
393
|
+
_t as ContextMenu,
|
|
394
|
+
qt as DateTimePicker,
|
|
395
|
+
Kt as DisseminationList,
|
|
396
|
+
Rt as GeometryPicker,
|
|
397
|
+
te as IconButton,
|
|
398
|
+
re as InstanceForm,
|
|
399
|
+
ne as InstanceHierarchyTable,
|
|
400
|
+
ae as InstanceTable,
|
|
401
|
+
Se as KeyProductionUtils,
|
|
402
|
+
he as KeyProtectionMenu,
|
|
403
|
+
ue as Loading,
|
|
404
|
+
fe as LocalizationProvider,
|
|
405
|
+
be as Map,
|
|
406
|
+
le as PhoneInput,
|
|
407
|
+
ye as SearchInput,
|
|
408
|
+
De as SecurityLevel,
|
|
409
|
+
ge as TemplateForm,
|
|
410
|
+
Te as TemplatePropertyFilters,
|
|
411
|
+
Ce as ThemeProvider,
|
|
412
|
+
we as TreeSelect,
|
|
413
|
+
ve as TreeViewFilter,
|
|
412
414
|
Ft as alert,
|
|
413
415
|
Ct as confirm,
|
|
414
|
-
|
|
416
|
+
je as createTheme
|
|
415
417
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import li from "lodash";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { s as Fr,
|
|
2
|
+
import { u as Se, v as ls, w as hr, x as ft, y as cr, R as Wt, B as bo, z as ni, A as yi, C as ko, D as dr, E as ur, F as fr, o as We, G as Ut, V as ae, h as Go, H as st, f as Yo, I as he, J as ws, K as Xo, M as hi, N as gr, O as _r, Q as Wo, L as _n, T as mn, U as mr, W as pr, X as yr, Y as Uo, Z as Bo, _ as zn, c as Ls, $ as It, a0 as Zi, p as zt, a1 as xr, a2 as Vn, a3 as xi, a4 as Er, t as Ko, a5 as vs, a6 as hs, i as Hn, a7 as Ps, a8 as Tr, a9 as ci, aa as zo, ab as Ei, ac as Ti, ad as Vo, ae as Ho, af as Zo, ag as ke, ah as qo, ai as jo, aj as Cr, ak as Jo, al as Qo, am as Zn, an as $o, ao as ta, ap as ea, P as Vt, aq as ia, ar as na, as as sa, at as ra, au as oa, av as aa, aw as As, ax as qn, ay as la, az as ha, aA as ca, aB as da, aC as ua, aD as fa, aE as Ji, aF as ga, aG as Sr, S as _a, aH as ma, aI as ti, d as pa, k as pn, aJ as ya, aK as xa, aL as Ea, aM as Ta, aN as si, aO as Ca, aP as Sa, aQ as Ra, aR as Ia, j as wa, aS as yn, a as La, r as Rr } from "./Source-CnCcu5UP.js";
|
|
3
|
+
import { f as Ci, A as va, B as ze, D as Ir, i as tt, T as di, l as Z, O as ui, u as it, d as ot, c as wr, E as W, g as q, j as Lr, P as vr, V as cs, a as Re, F as Si, v as Pa, M as Pr, w as Aa, b as fi, x as Ar, y as Fa, m as An, z as Da, r as Qi, C as Oa, p as St, e as V, s as Ma, k as Na, G as $i, H as ba, t as ka } from "./has-9_asnBxn.js";
|
|
4
|
+
import { s as Fr, b as Ga, d as xn, r as Ya, e as jn, f as ds, g as Fs, h as Xa, i as Ds, j as Yi, k as Os, l as lt, m as Jn, n as Mt, o as Wa, p as En, t as Ua, S as _t, F as Ve, I as Ht, a as tn, T as Ri, R as Ba, C as Ka, q as za, u as Va, v as ce, w as Rt, x as en, y as nn, z as Bt, A as Kt, B as sn, D as rn, E as on, G as xe, H as gi, J as an, K as Dr, L as Ha, M as Za, N as qa, O as Ms } from "./Text-BT5kPHOo.js";
|
|
5
5
|
import { Feature as me } from "ol";
|
|
6
6
|
import { getNumberCoordinates as us, validate as Or, parse as Mr, getGeometries as Qn, findPlacemarkCoordinates as ja, build as Ja } from "./components/map/helpers/kml.js";
|
|
7
7
|
import { defaultStyle as Nr, selectStyleFunction as Qa } from "./components/map/styled.js";
|