@hybridcore/ui 1.5.80 → 1.5.83

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 (98) hide show
  1. package/dist/{AccordionDetails-mpRYHtGq.js → AccordionDetails-DhriPVPP.js} +9 -9
  2. package/dist/{Add-Cjs72ewI.js → Add-CMz4N2zT.js} +36 -35
  3. package/dist/{AxisRendererY-CFo972D5.js → AxisRendererY-kADUad00.js} +2464 -3363
  4. package/dist/{Box-SSMZuKnS.js → Box-B1AVyJ_s.js} +17 -16
  5. package/dist/{Button-jy67CcTH.js → Button-eqWvpDuh.js} +12 -11
  6. package/dist/{ButtonBase-CgQC8DUB.js → ButtonBase-DsX-jMQJ.js} +4 -4
  7. package/dist/{CardContent-CCq4R1KS.js → CardContent-DsYqqPeJ.js} +4 -4
  8. package/dist/{Checkbox-B0P8LhCl.js → Checkbox-CrU2hpWB.js} +13 -12
  9. package/dist/ColumnSeries-BTcqshjB.js +399 -0
  10. package/dist/DateAxis-CMum47iz.js +924 -0
  11. package/dist/{Delete-6rKk6pCT.js → Delete-86TO0fMo.js} +1 -1
  12. package/dist/{DialogContent-WDuguvBY.js → DialogContent-CqTojymQ.js} +10 -9
  13. package/dist/{FormControlLabel-BNT5EI0b.js → FormControlLabel-DzNokgFD.js} +8 -7
  14. package/dist/{IconButton-DekcZv4i.js → IconButton-DJ-31-Fd.js} +11 -10
  15. package/dist/{Input-BAbDr3Tk.js → Input-B7ry6o4t.js} +23 -22
  16. package/dist/{InputAdornment-BAVRrRts.js → InputAdornment-B7qEA4kN.js} +6 -5
  17. package/dist/{InputLabel-ClDXuWBr.js → InputLabel-rrSJo8M_.js} +10 -9
  18. package/dist/LineSeries-CfcpoYla.js +549 -0
  19. package/dist/{List-CNeRnfGL.js → List-DOD5kSk3.js} +4 -4
  20. package/dist/{ListItem-N_dSd02S.js → ListItem-r8PbsvCz.js} +6 -6
  21. package/dist/{MenuItem-Lcjh1XlV.js → MenuItem-C6qlUyV3.js} +7 -7
  22. package/dist/{Modal-Csc9jNOg.js → Modal-CkcFEpHa.js} +8 -8
  23. package/dist/{OutlinedInput-De2keFJK.js → OutlinedInput-BDK6qOwW.js} +6 -6
  24. package/dist/{Paper-DRRYGupP.js → Paper-CjqLScHA.js} +5 -5
  25. package/dist/{Select-BQ4C15bt.js → Select-jjAc5JX1.js} +102 -101
  26. package/dist/{Tabs-DqdkJU6b.js → Tabs-Cn42Z5QI.js} +8 -8
  27. package/dist/{TextField-Db_pNPbv.js → TextField-Bf46COnQ.js} +24 -23
  28. package/dist/{Typography-CLq43OVQ.js → Typography-D1t7XuLN.js} +6 -5
  29. package/dist/components/card/index.js +6 -6
  30. package/dist/components/card/styled.js +1 -1
  31. package/dist/components/charts/candlestick/logic.js +133 -526
  32. package/dist/components/charts/highlighting-line-data/logic.js +152 -695
  33. package/dist/components/collapsible-card/style.js +3 -3
  34. package/dist/components/confirm/dialog.js +3 -3
  35. package/dist/components/confirm/index.js +1 -1
  36. package/dist/components/container/index.js +7 -7
  37. package/dist/components/context-menu/index.js +10 -10
  38. package/dist/components/flex-col/index.js +10 -0
  39. package/dist/components/flex-row/index.js +10 -0
  40. package/dist/components/geometry-picker/index.js +3 -3
  41. package/dist/components/icon-button/index.js +1 -1
  42. package/dist/components/instance-form/components/composite-list/index.js +1 -1
  43. package/dist/components/instance-form/components/composite-matrix/components/editable-table/index.js +93 -0
  44. package/dist/components/instance-form/components/composite-matrix/components/editor/index.js +87 -0
  45. package/dist/components/instance-form/components/composite-matrix/components/editor/styled.js +1 -0
  46. package/dist/components/instance-form/components/composite-matrix/components/form/index.js +105 -0
  47. package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +20551 -0
  48. package/dist/components/instance-form/components/composite-matrix/components/table/index.js +56 -0
  49. package/dist/components/instance-form/components/composite-matrix/index.js +52 -0
  50. package/dist/components/instance-form/components/composite-matrix/styled.js +69 -0
  51. package/dist/components/instance-form/components/variable/index.js +10 -9
  52. package/dist/components/instance-form/components/variables/index.js +1 -1
  53. package/dist/components/instance-hierarchy-table/styled.js +1 -1
  54. package/dist/components/map/styled.js +1 -1
  55. package/dist/components/metric-card/MetricChart.js +525 -0
  56. package/dist/components/metric-card/index.js +88 -45
  57. package/dist/components/metric-card/logic.js +82 -37
  58. package/dist/components/metric-card/styled.js +109 -90
  59. package/dist/components/paginated-list/styled.js +3 -3
  60. package/dist/components/property-mapping/index.js +1 -1
  61. package/dist/components/range-selector/components/composite-list-range/index.js +1 -1
  62. package/dist/components/range-selector/components/date-range/index.js +1 -1
  63. package/dist/components/range-selector/index.js +1 -1
  64. package/dist/components/search-input/index.js +4 -4
  65. package/dist/components/tabs/index.js +1 -1
  66. package/dist/components/template-filters/components/tab-panel/index.js +1 -1
  67. package/dist/components/template-form/components/property-list/index.js +7 -7
  68. package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
  69. package/dist/components/template-form/components/property-list/property-list-form.js +9 -9
  70. package/dist/components/template-form/components/recognition-property-list/index.js +6 -6
  71. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
  72. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +7 -7
  73. package/dist/components/template-form/index.js +5 -5
  74. package/dist/components/template-property-filters/property.js +5 -5
  75. package/dist/components/tree-select/index.js +5 -5
  76. package/dist/components/treeview-filter/item-label/index.js +3 -3
  77. package/dist/{createStyled-CUatW1r9.js → createStyled-BGx1I94c.js} +1 -1
  78. package/dist/{createSvgIcon-CsckVnG-.js → createSvgIcon-DLPYMuH1.js} +25 -24
  79. package/dist/{createSvgIcon-CBoAEepv.js → createSvgIcon-OuwzpcaC.js} +15 -14
  80. package/dist/{createTheme-DVoJnXAT.js → createTheme-CNnKNxwL.js} +1 -1
  81. package/dist/createTheme-CyC5HawC.js +879 -0
  82. package/dist/{dialog-D6oTCUrm.js → dialog-BE4D6swf.js} +6 -6
  83. package/dist/{exactProp-H1i70prd.js → exactProp-cjT0t_Pt.js} +2 -2
  84. package/dist/{extendSxProp-BmK2hLmq.js → extendSxProp-FEpqY5_S.js} +1 -1
  85. package/dist/index-DMSHuq6l.js +688 -0
  86. package/dist/{index-BmlSd3mA.js → index-MMaYBAn0.js} +138 -128
  87. package/dist/{index-R_b1ETBe.js → index-NNOChRJ7.js} +25 -24
  88. package/dist/{listItemTextClasses-CC7nbQWN.js → listItemTextClasses-CNjn41Of.js} +2 -2
  89. package/dist/main.d.ts +48 -14
  90. package/dist/main.js +47 -43
  91. package/dist/{property-list-form-B7SCqmD0.js → property-list-form-BvnaooEW.js} +13 -13
  92. package/dist/{styled-DkqItiLo.js → styled-B8ugzvji.js} +2 -2
  93. package/dist/{useTheme-GN5Dc3mG.js → useTheme-C15Eq8KG.js} +1 -1
  94. package/dist/{useTheme-B6oa3v5u.js → useTheme-D-uii9iX.js} +2 -2
  95. package/dist/{useThemeProps-BlXpIqSE.js → useThemeProps-DRP1dikX.js} +3 -3
  96. package/dist/{utils-BRsEqTye.js → utils-CsOZUsQj.js} +2 -2
  97. package/package.json +2 -1
  98. package/dist/createTheme-DrgvKMA_.js +0 -1563
@@ -1,16 +1,16 @@
1
1
  import { a as i, _ as k } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as a from "react";
3
- import { r as le } from "./createStyled-CUatW1r9.js";
4
- import { P as e } from "./createTheme-DrgvKMA_.js";
5
- import { g as L, u as B, c as P, a as q, b as pe } from "./useThemeProps-BlXpIqSE.js";
6
- import { s as E } from "./styled-DkqItiLo.js";
7
- import { g as F, d as ue } from "./createTheme-DVoJnXAT.js";
3
+ import { r as le } from "./createStyled-BGx1I94c.js";
4
+ import { P as e } from "./index-DMSHuq6l.js";
5
+ import { g as L, u as B, c as P, a as q, b as pe } from "./useThemeProps-DRP1dikX.js";
6
+ import { s as E } from "./styled-B8ugzvji.js";
7
+ import { g as F, d as ue } from "./createTheme-CNnKNxwL.js";
8
8
  import { jsx as g, jsxs as ne } from "react/jsx-runtime";
9
- import { P as fe } from "./Paper-DRRYGupP.js";
9
+ import { P as fe } from "./Paper-CjqLScHA.js";
10
10
  import { u as me } from "./useControlled-BYdyS7Pn.js";
11
- import { T as ge, g as oe } from "./utils-BRsEqTye.js";
12
- import { u as be } from "./useTheme-B6oa3v5u.js";
13
- import { e as he, a as xe, B as ye } from "./ButtonBase-CgQC8DUB.js";
11
+ import { T as ge, g as oe } from "./utils-CsOZUsQj.js";
12
+ import { u as be } from "./useTheme-D-uii9iX.js";
13
+ import { e as he, a as xe, B as ye } from "./ButtonBase-DsX-jMQJ.js";
14
14
  function Ce(o) {
15
15
  return F("MuiCollapse", o);
16
16
  }
@@ -1,27 +1,28 @@
1
1
  import { a, _ as z } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as B from "react";
3
- import { c as j, P as o } from "./createTheme-DrgvKMA_.js";
4
- import { g as N, u as L, c as w, a as E } from "./useThemeProps-BlXpIqSE.js";
5
- import { s as u } from "./styled-DkqItiLo.js";
6
- import { g as k, b as O, l as S } from "./createTheme-DVoJnXAT.js";
7
- import { c as f } from "./createSvgIcon-CBoAEepv.js";
3
+ import { P as o } from "./index-DMSHuq6l.js";
4
+ import { g as j, u as N, c as L, a as w } from "./useThemeProps-DRP1dikX.js";
5
+ import { s as u } from "./styled-B8ugzvji.js";
6
+ import { g as E, b as O, l as S } from "./createTheme-CNnKNxwL.js";
7
+ import { c as f } from "./createSvgIcon-OuwzpcaC.js";
8
8
  import Q, { jsx as r, jsxs as X } from "react/jsx-runtime";
9
- import { P as Y } from "./Paper-DRRYGupP.js";
10
- import { I as oo } from "./IconButton-DekcZv4i.js";
11
- import { T as eo } from "./Typography-CLq43OVQ.js";
12
- import { r as to, i as so } from "./createSvgIcon-CsckVnG-.js";
9
+ import { P as Y } from "./Paper-CjqLScHA.js";
10
+ import { c as k } from "./createTheme-CyC5HawC.js";
11
+ import { I as oo } from "./IconButton-DJ-31-Fd.js";
12
+ import { T as eo } from "./Typography-D1t7XuLN.js";
13
+ import { r as to, i as so } from "./createSvgIcon-DLPYMuH1.js";
13
14
  function ro(e) {
14
- return k("MuiAlert", e);
15
+ return E("MuiAlert", e);
15
16
  }
16
- const P = N("MuiAlert", ["root", "action", "icon", "message", "filled", "filledSuccess", "filledInfo", "filledWarning", "filledError", "outlined", "outlinedSuccess", "outlinedInfo", "outlinedWarning", "outlinedError", "standard", "standardSuccess", "standardInfo", "standardWarning", "standardError"]), no = f(/* @__PURE__ */ r("path", {
17
+ const P = j("MuiAlert", ["root", "action", "icon", "message", "filled", "filledSuccess", "filledInfo", "filledWarning", "filledError", "outlined", "outlinedSuccess", "outlinedInfo", "outlinedWarning", "outlinedError", "standard", "standardSuccess", "standardInfo", "standardWarning", "standardError"]), no = f(/* @__PURE__ */ r("path", {
17
18
  d: "M20,12A8,8 0 0,1 12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4C12.76,4 13.5,4.11 14.2, 4.31L15.77,2.74C14.61,2.26 13.34,2 12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0, 0 22,12M7.91,10.08L6.5,11.5L11,16L21,6L19.59,4.58L11,13.17L7.91,10.08Z"
18
19
  }), "SuccessOutlined"), lo = f(/* @__PURE__ */ r("path", {
19
20
  d: "M12 5.99L19.53 19H4.47L12 5.99M12 2L1 21h22L12 2zm1 14h-2v2h2v-2zm0-6h-2v4h2v-4z"
20
21
  }), "ReportProblemOutlined"), ao = f(/* @__PURE__ */ r("path", {
21
22
  d: "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"
22
- }), "ErrorOutline"), co = f(/* @__PURE__ */ r("path", {
23
+ }), "ErrorOutline"), io = f(/* @__PURE__ */ r("path", {
23
24
  d: "M11,9H13V7H11M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20, 12C20,16.41 16.41,20 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10, 10 0 0,0 12,2M11,17H13V11H11V17Z"
24
- }), "InfoOutlined"), io = f(/* @__PURE__ */ r("path", {
25
+ }), "InfoOutlined"), co = f(/* @__PURE__ */ r("path", {
25
26
  d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
26
27
  }), "Close"), po = ["action", "children", "className", "closeText", "color", "components", "componentsProps", "icon", "iconMapping", "onClose", "role", "severity", "slotProps", "slots", "variant"], uo = (e) => {
27
28
  const {
@@ -29,13 +30,13 @@ const P = N("MuiAlert", ["root", "action", "icon", "message", "filled", "filledS
29
30
  color: n,
30
31
  severity: l,
31
32
  classes: s
32
- } = e, c = {
33
- root: ["root", `${t}${j(n || l)}`, `${t}`],
33
+ } = e, i = {
34
+ root: ["root", `${t}${k(n || l)}`, `${t}`],
34
35
  icon: ["icon"],
35
36
  message: ["message"],
36
37
  action: ["action"]
37
38
  };
38
- return E(c, ro, s);
39
+ return w(i, ro, s);
39
40
  }, fo = u(Y, {
40
41
  name: "MuiAlert",
41
42
  slot: "Root",
@@ -43,7 +44,7 @@ const P = N("MuiAlert", ["root", "action", "icon", "message", "filled", "filledS
43
44
  const {
44
45
  ownerState: n
45
46
  } = e;
46
- return [t.root, t[n.variant], t[`${n.variant}${j(n.color || n.severity)}`]];
47
+ return [t.root, t[n.variant], t[`${n.variant}${k(n.color || n.severity)}`]];
47
48
  }
48
49
  })(({
49
50
  theme: e,
@@ -117,12 +118,12 @@ const P = N("MuiAlert", ["root", "action", "icon", "message", "filled", "filledS
117
118
  error: /* @__PURE__ */ r(ao, {
118
119
  fontSize: "inherit"
119
120
  }),
120
- info: /* @__PURE__ */ r(co, {
121
+ info: /* @__PURE__ */ r(io, {
121
122
  fontSize: "inherit"
122
123
  })
123
124
  }, mo = /* @__PURE__ */ B.forwardRef(function(t, n) {
124
- var l, s, c, p, g, y;
125
- const v = L({
125
+ var l, s, i, p, g, y;
126
+ const v = N({
126
127
  props: t,
127
128
  name: "MuiAlert"
128
129
  }), {
@@ -141,32 +142,32 @@ const P = N("MuiAlert", ["root", "action", "icon", "message", "filled", "filledS
141
142
  slotProps: b = {},
142
143
  slots: $ = {},
143
144
  variant: D = "standard"
144
- } = v, F = z(v, po), i = a({}, v, {
145
+ } = v, F = z(v, po), c = a({}, v, {
145
146
  color: U,
146
147
  severity: A,
147
148
  variant: D
148
- }), d = uo(i), Z = (l = (s = $.closeButton) != null ? s : I.CloseButton) != null ? l : oo, G = (c = (p = $.closeIcon) != null ? p : I.CloseIcon) != null ? c : io, J = (g = b.closeButton) != null ? g : M.closeButton, K = (y = b.closeIcon) != null ? y : M.closeIcon;
149
+ }), d = uo(c), Z = (l = (s = $.closeButton) != null ? s : I.CloseButton) != null ? l : oo, G = (i = (p = $.closeIcon) != null ? p : I.CloseIcon) != null ? i : co, J = (g = b.closeButton) != null ? g : M.closeButton, K = (y = b.closeIcon) != null ? y : M.closeIcon;
149
150
  return /* @__PURE__ */ X(fo, a({
150
151
  role: q,
151
152
  elevation: 0,
152
- ownerState: i,
153
- className: w(d.root, H),
153
+ ownerState: c,
154
+ className: L(d.root, H),
154
155
  ref: n
155
156
  }, F, {
156
157
  children: [T !== !1 ? /* @__PURE__ */ r(go, {
157
- ownerState: i,
158
+ ownerState: c,
158
159
  className: d.icon,
159
160
  children: T || V[A] || _[A]
160
161
  }) : null, /* @__PURE__ */ r(vo, {
161
- ownerState: i,
162
+ ownerState: c,
162
163
  className: d.message,
163
164
  children: W
164
165
  }), m != null ? /* @__PURE__ */ r(R, {
165
- ownerState: i,
166
+ ownerState: c,
166
167
  className: d.action,
167
168
  children: m
168
169
  }) : null, m == null && x ? /* @__PURE__ */ r(R, {
169
- ownerState: i,
170
+ ownerState: c,
170
171
  className: d.action,
171
172
  children: /* @__PURE__ */ r(Z, a({
172
173
  size: "small",
@@ -309,14 +310,14 @@ process.env.NODE_ENV !== "production" && (mo.propTypes = {
309
310
  variant: o.oneOfType([o.oneOf(["filled", "outlined", "standard"]), o.string])
310
311
  });
311
312
  function Ao(e) {
312
- return k("MuiAlertTitle", e);
313
+ return E("MuiAlertTitle", e);
313
314
  }
314
- N("MuiAlertTitle", ["root"]);
315
+ j("MuiAlertTitle", ["root"]);
315
316
  const Co = ["className"], yo = (e) => {
316
317
  const {
317
318
  classes: t
318
319
  } = e;
319
- return E({
320
+ return w({
320
321
  root: ["root"]
321
322
  }, Ao, t);
322
323
  }, ho = u(eo, {
@@ -329,19 +330,19 @@ const Co = ["className"], yo = (e) => {
329
330
  fontWeight: e.typography.fontWeightMedium,
330
331
  marginTop: -2
331
332
  })), Io = /* @__PURE__ */ B.forwardRef(function(t, n) {
332
- const l = L({
333
+ const l = N({
333
334
  props: t,
334
335
  name: "MuiAlertTitle"
335
336
  }), {
336
337
  className: s
337
- } = l, c = z(l, Co), p = l, g = yo(p);
338
+ } = l, i = z(l, Co), p = l, g = yo(p);
338
339
  return /* @__PURE__ */ r(ho, a({
339
340
  gutterBottom: !0,
340
341
  component: "div",
341
342
  ownerState: p,
342
343
  ref: n,
343
- className: w(g.root, s)
344
- }, c));
344
+ className: L(g.root, s)
345
+ }, i));
345
346
  });
346
347
  process.env.NODE_ENV !== "production" && (Io.propTypes = {
347
348
  // ----------------------------- Warning --------------------------------