@hybridcore/ui 1.3.3 → 1.3.5
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/{ButtonBase-DE8d_U2E.js → ButtonBase-D6qhsxB0.js} +201 -210
- package/dist/{CardContent-Du2i427Y.js → CardContent-B8hqgH-I.js} +15 -15
- package/dist/{Checkbox-BGNAqLl0.js → Checkbox-BFWhj3s-.js} +154 -144
- package/dist/{Collapse-FRd0_2Pt.js → Collapse-D_TjnyE5.js} +96 -87
- package/dist/DialogContent-BCYm_d1s.js +864 -0
- package/dist/{FormControl-ChTmxscy.js → FormControl-BMRUQKHh.js} +479 -449
- package/dist/FormControlLabel-DENNVXWL.js +639 -0
- package/dist/{IconButton-Cu_XEJB2.js → IconButton-D8bwME9t.js} +22 -22
- package/dist/{Input-DU22-Zbo.js → Input-Dxzguyp5.js} +34 -34
- package/dist/{InputAdornment-6aeADcPO.js → InputAdornment-B8ERE7Zv.js} +12 -12
- package/dist/{List-nOXr-cFJ.js → List-DEWyK9IO.js} +12 -12
- package/dist/{MenuItem-DF45rx2m.js → MenuItem-DstAFfik.js} +26 -26
- package/dist/Modal-DNGEQJ1M.js +1267 -0
- package/dist/{OutlinedInput-DJCHjkR3.js → OutlinedInput-w2Cj9STF.js} +75 -78
- package/dist/{Paper-CD_ma6NJ.js → Paper-BseeergJ.js} +15 -15
- package/dist/Select-NDq3WyLt.js +2175 -0
- package/dist/Typography-Dg-ROiTA.js +201 -0
- package/dist/components/card/index.js +17 -17
- package/dist/components/card/styled.js +1 -1
- package/dist/components/collapsible-card/style.js +222 -302
- package/dist/components/confirm/dialog.js +13 -13
- package/dist/components/container/index.js +19 -19
- package/dist/components/context-menu/index.js +616 -203
- package/dist/components/data-management/instance-form/components/composite-list/index.js +1 -1
- package/dist/components/data-management/instance-form/components/variable/index.js +6 -6
- package/dist/components/data-management/instance-form/components/variables/index.js +1 -1
- package/dist/components/geometry-picker/index.js +3 -3
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/map/styled.js +14 -14
- package/dist/components/search-input/index.js +4 -4
- package/dist/components/template-property-filters/index.js +1 -1
- package/dist/components/template-property-filters/property.js +209 -10
- package/dist/components/tree-select/index.js +4 -4
- package/dist/components/treeview-filter/index.js +29 -30
- package/dist/components/treeview-filter/item/index.js +1 -1
- package/dist/components/treeview-filter/item-label/index.js +2 -2
- package/dist/createStyled-B96gjom1.js +1887 -0
- package/dist/createSvgIcon-B2WT0K4k.js +87 -0
- package/dist/{createSvgIcon-DPZ7UbxM.js → createSvgIcon-BNrb7rDY.js} +82 -85
- package/dist/{exactProp--3vlJ9a9.js → exactProp-CI_rjX83.js} +2 -2
- package/dist/{index-CtuBGOmk.js → index-B3Oj04nl.js} +5 -5
- package/dist/{index-DzFccwzL.js → index-CSfSVkKj.js} +204 -218
- package/dist/{listItemTextClasses-2BAu-hye.js → listItemTextClasses-CFiI_U7B.js} +2 -2
- package/dist/main.js +150 -144
- package/dist/styled-cPJbqF0E.js +677 -0
- package/dist/useTheme-C-T6Qisa.js +10 -0
- package/dist/useThemeProps-DeftUmqJ.js +107 -0
- package/dist/{utils-qcu0RzdN.js → utils-CCkxV0lZ.js} +15 -15
- package/package.json +3 -3
- package/dist/DialogContent-CKeAZ3Ts.js +0 -1982
- package/dist/FormControlLabel-Df7csguX.js +0 -827
- package/dist/ListItem-RJvRMwkZ.js +0 -428
- package/dist/Select-C1jD_gBQ.js +0 -2305
- package/dist/Typography-C2BkMNk-.js +0 -178
- package/dist/chainPropTypes-GRMJ22CO.js +0 -96
- package/dist/createSvgIcon-6wv0RQr3.js +0 -63
- package/dist/createTheme-C3DKplhE.js +0 -2395
- package/dist/property-BSufYw1E.js +0 -6888
- package/dist/requirePropFactory-BItwGLRQ.js +0 -18
- package/dist/resolveComponentProps-DozbaB8e.js +0 -54
- package/dist/styled-CVWGE9ik.js +0 -142
- package/dist/styled-iyoioZCr.js +0 -1033
- package/dist/unsupportedProp-BuVD30Gh.js +0 -9
- package/dist/useTheme--x3BjP9A.js +0 -17
- package/dist/useTheme-pWltVFb2.js +0 -10
- package/dist/useThemeProps-C90JF0Qc.js +0 -62
- package/dist/useThemeProps-DNZoozBw.js +0 -26
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as s, jsxs as d } from "react/jsx-runtime";
|
|
2
2
|
import { confirmable as x } from "react-confirm";
|
|
3
|
-
import { IconButton as
|
|
4
|
-
import { Close as
|
|
5
|
-
import { c as
|
|
3
|
+
import { IconButton as h } from "@mui/material";
|
|
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, B as p } from "../../DialogContent-BCYm_d1s.js";
|
|
6
6
|
import { a as j, _ as v } from "../../extends-Cyw62AD_.js";
|
|
7
7
|
import * as u from "react";
|
|
8
|
-
import { P as o } from "../../
|
|
9
|
-
import { u as M, c as N, a as O } from "../../
|
|
10
|
-
import { s as R } from "../../styled-
|
|
11
|
-
import { T as P } from "../../Typography-
|
|
8
|
+
import { P as o } from "../../createStyled-B96gjom1.js";
|
|
9
|
+
import { u as M, c as N, a as O } from "../../useThemeProps-DeftUmqJ.js";
|
|
10
|
+
import { s as R } from "../../styled-cPJbqF0E.js";
|
|
11
|
+
import { T as P } from "../../Typography-Dg-ROiTA.js";
|
|
12
12
|
const _ = ["className", "id"], k = (a) => {
|
|
13
13
|
const {
|
|
14
14
|
classes: t
|
|
@@ -32,7 +32,7 @@ const _ = ["className", "id"], k = (a) => {
|
|
|
32
32
|
id: n
|
|
33
33
|
} = i, r = j(i, _), c = i, f = k(c), {
|
|
34
34
|
titleId: g = n
|
|
35
|
-
} = u.useContext(
|
|
35
|
+
} = u.useContext(D);
|
|
36
36
|
return /* @__PURE__ */ s(w, v({
|
|
37
37
|
component: "h2",
|
|
38
38
|
className: N(f.root, e),
|
|
@@ -43,10 +43,10 @@ const _ = ["className", "id"], k = (a) => {
|
|
|
43
43
|
}, r));
|
|
44
44
|
});
|
|
45
45
|
process.env.NODE_ENV !== "production" && (m.propTypes = {
|
|
46
|
-
//
|
|
47
|
-
//
|
|
48
|
-
//
|
|
49
|
-
//
|
|
46
|
+
// ----------------------------- Warning --------------------------------
|
|
47
|
+
// | These PropTypes are generated from the TypeScript type definitions |
|
|
48
|
+
// | To update them edit the d.ts file and run "yarn proptypes" |
|
|
49
|
+
// ----------------------------------------------------------------------
|
|
50
50
|
/**
|
|
51
51
|
* The content of the component.
|
|
52
52
|
*/
|
|
@@ -124,7 +124,7 @@ const A = {
|
|
|
124
124
|
},
|
|
125
125
|
children: [
|
|
126
126
|
l,
|
|
127
|
-
/* @__PURE__ */ s(
|
|
127
|
+
/* @__PURE__ */ s(h, { onClick: r, children: /* @__PURE__ */ s(C, {}) })
|
|
128
128
|
]
|
|
129
129
|
}
|
|
130
130
|
),
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { jsx as n, jsxs as C } from "react/jsx-runtime";
|
|
2
2
|
import { a as g, _ as i } from "../../extends-Cyw62AD_.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 "../../
|
|
6
|
-
import { g as R, s as h } from "../../styled-
|
|
7
|
-
import { P as E } from "../../Paper-
|
|
8
|
-
import { T as b } from "../../Typography-
|
|
9
|
-
import { C as $ } from "../../CardContent-
|
|
10
|
-
function
|
|
4
|
+
import { P as e } from "../../createStyled-B96gjom1.js";
|
|
5
|
+
import { g as N, u as P, c as x, b as S, a as H } from "../../useThemeProps-DeftUmqJ.js";
|
|
6
|
+
import { g as R, s as h } from "../../styled-cPJbqF0E.js";
|
|
7
|
+
import { P as E } from "../../Paper-BseeergJ.js";
|
|
8
|
+
import { T as b } from "../../Typography-Dg-ROiTA.js";
|
|
9
|
+
import { C as $ } from "../../CardContent-B8hqgH-I.js";
|
|
10
|
+
function k(r) {
|
|
11
11
|
return R("MuiCard", r);
|
|
12
12
|
}
|
|
13
13
|
N("MuiCard", ["root"]);
|
|
14
|
-
const
|
|
14
|
+
const z = ["className", "raised"], D = (r) => {
|
|
15
15
|
const {
|
|
16
16
|
classes: o
|
|
17
17
|
} = r;
|
|
18
18
|
return H({
|
|
19
19
|
root: ["root"]
|
|
20
|
-
},
|
|
20
|
+
}, k, o);
|
|
21
21
|
}, I = h(E, {
|
|
22
22
|
name: "MuiCard",
|
|
23
23
|
slot: "Root",
|
|
@@ -31,9 +31,9 @@ const k = ["className", "raised"], z = (r) => {
|
|
|
31
31
|
}), {
|
|
32
32
|
className: d,
|
|
33
33
|
raised: s = !1
|
|
34
|
-
} = a, c = g(a,
|
|
34
|
+
} = a, c = g(a, z), p = i({}, a, {
|
|
35
35
|
raised: s
|
|
36
|
-
}), u =
|
|
36
|
+
}), u = D(p);
|
|
37
37
|
return /* @__PURE__ */ n(I, i({
|
|
38
38
|
className: x(u.root, d),
|
|
39
39
|
elevation: s ? 8 : void 0,
|
|
@@ -42,10 +42,10 @@ const k = ["className", "raised"], z = (r) => {
|
|
|
42
42
|
}, c));
|
|
43
43
|
});
|
|
44
44
|
process.env.NODE_ENV !== "production" && (w.propTypes = {
|
|
45
|
-
//
|
|
46
|
-
//
|
|
47
|
-
//
|
|
48
|
-
//
|
|
45
|
+
// ----------------------------- Warning --------------------------------
|
|
46
|
+
// | These PropTypes are generated from the TypeScript type definitions |
|
|
47
|
+
// | To update them edit the d.ts file and run "yarn proptypes" |
|
|
48
|
+
// ----------------------------------------------------------------------
|
|
49
49
|
/**
|
|
50
50
|
* The content of the component.
|
|
51
51
|
*/
|
|
@@ -176,10 +176,10 @@ const v = N("MuiCardHeader", ["root", "avatar", "action", "content", "title", "s
|
|
|
176
176
|
}));
|
|
177
177
|
});
|
|
178
178
|
process.env.NODE_ENV !== "production" && (M.propTypes = {
|
|
179
|
-
//
|
|
180
|
-
//
|
|
181
|
-
//
|
|
182
|
-
//
|
|
179
|
+
// ----------------------------- Warning --------------------------------
|
|
180
|
+
// | These PropTypes are generated from the TypeScript type definitions |
|
|
181
|
+
// | To update them edit the d.ts file and run "yarn proptypes" |
|
|
182
|
+
// ----------------------------------------------------------------------
|
|
183
183
|
/**
|
|
184
184
|
* The action to display in the card header.
|
|
185
185
|
*/
|