@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
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { g as h, b as m } from "./styled-LNCprp4n.js";
|
|
2
|
-
import { _ as i } from "./objectWithoutPropertiesLoose-BK36oJDi.js";
|
|
3
|
-
import * as a from "react";
|
|
4
|
-
import { ThemeContext as g } from "@emotion/react";
|
|
5
|
-
import { j as y } from "./createStyled-BzvgQjjR.js";
|
|
6
|
-
function f(e) {
|
|
7
|
-
var n, s, t = "";
|
|
8
|
-
if (typeof e == "string" || typeof e == "number") t += e;
|
|
9
|
-
else if (typeof e == "object") if (Array.isArray(e)) for (n = 0; n < e.length; n++) e[n] && (s = f(e[n])) && (t && (t += " "), t += s);
|
|
10
|
-
else for (n in e) e[n] && (t && (t += " "), t += n);
|
|
11
|
-
return t;
|
|
12
|
-
}
|
|
13
|
-
function p() {
|
|
14
|
-
for (var e, n, s = 0, t = ""; s < arguments.length; ) (e = arguments[s++]) && (n = f(e)) && (t && (t += " "), t += n);
|
|
15
|
-
return t;
|
|
16
|
-
}
|
|
17
|
-
function $(e, n) {
|
|
18
|
-
return process.env.NODE_ENV === "production" ? () => null : function(...t) {
|
|
19
|
-
return e(...t) || n(...t);
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
function l(e, n) {
|
|
23
|
-
const s = i({}, n);
|
|
24
|
-
return Object.keys(e).forEach((t) => {
|
|
25
|
-
if (t.toString().match(/^(components|slots)$/))
|
|
26
|
-
s[t] = i({}, e[t], s[t]);
|
|
27
|
-
else if (t.toString().match(/^(componentsProps|slotProps)$/)) {
|
|
28
|
-
const r = e[t] || {}, o = n[t];
|
|
29
|
-
s[t] = {}, !o || !Object.keys(o) ? s[t] = r : !r || !Object.keys(r) ? s[t] = o : (s[t] = i({}, o), Object.keys(r).forEach((u) => {
|
|
30
|
-
s[t][u] = l(r[u], o[u]);
|
|
31
|
-
}));
|
|
32
|
-
} else s[t] === void 0 && (s[t] = e[t]);
|
|
33
|
-
}), s;
|
|
34
|
-
}
|
|
35
|
-
function k(e, n, s = void 0) {
|
|
36
|
-
const t = {};
|
|
37
|
-
return Object.keys(e).forEach(
|
|
38
|
-
// `Object.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.
|
|
39
|
-
// @ts-expect-error https://github.com/microsoft/TypeScript/pull/12253#issuecomment-263132208
|
|
40
|
-
(r) => {
|
|
41
|
-
t[r] = e[r].reduce((o, u) => {
|
|
42
|
-
if (u) {
|
|
43
|
-
const c = n(u);
|
|
44
|
-
c !== "" && o.push(c), s && s[u] && o.push(s[u]);
|
|
45
|
-
}
|
|
46
|
-
return o;
|
|
47
|
-
}, []).join(" ");
|
|
48
|
-
}
|
|
49
|
-
), t;
|
|
50
|
-
}
|
|
51
|
-
function S(e, n, s = "Mui") {
|
|
52
|
-
const t = {};
|
|
53
|
-
return n.forEach((r) => {
|
|
54
|
-
t[r] = h(e, r, s);
|
|
55
|
-
}), t;
|
|
56
|
-
}
|
|
57
|
-
function b(e) {
|
|
58
|
-
return Object.keys(e).length === 0;
|
|
59
|
-
}
|
|
60
|
-
function d(e = null) {
|
|
61
|
-
const n = a.useContext(g);
|
|
62
|
-
return !n || b(n) ? e : n;
|
|
63
|
-
}
|
|
64
|
-
const T = y();
|
|
65
|
-
function j(e = T) {
|
|
66
|
-
return d(e);
|
|
67
|
-
}
|
|
68
|
-
function O(e) {
|
|
69
|
-
const {
|
|
70
|
-
theme: n,
|
|
71
|
-
name: s,
|
|
72
|
-
props: t
|
|
73
|
-
} = e;
|
|
74
|
-
return !n || !n.components || !n.components[s] || !n.components[s].defaultProps ? t : l(n.components[s].defaultProps, t);
|
|
75
|
-
}
|
|
76
|
-
function P({
|
|
77
|
-
props: e,
|
|
78
|
-
name: n,
|
|
79
|
-
defaultTheme: s,
|
|
80
|
-
themeId: t
|
|
81
|
-
}) {
|
|
82
|
-
let r = j(s);
|
|
83
|
-
return t && (r = r[t] || r), O({
|
|
84
|
-
theme: r,
|
|
85
|
-
name: n,
|
|
86
|
-
props: e
|
|
87
|
-
});
|
|
88
|
-
}
|
|
89
|
-
function _({
|
|
90
|
-
props: e,
|
|
91
|
-
name: n
|
|
92
|
-
}) {
|
|
93
|
-
return P({
|
|
94
|
-
props: e,
|
|
95
|
-
name: n,
|
|
96
|
-
defaultTheme: m
|
|
97
|
-
});
|
|
98
|
-
}
|
|
99
|
-
export {
|
|
100
|
-
k as a,
|
|
101
|
-
$ as b,
|
|
102
|
-
p as c,
|
|
103
|
-
j as d,
|
|
104
|
-
d as e,
|
|
105
|
-
O as f,
|
|
106
|
-
S as g,
|
|
107
|
-
l as r,
|
|
108
|
-
_ as u
|
|
109
|
-
};
|