@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
@@ -3,11 +3,11 @@ import u from "react";
3
3
  import { TreeViewFilter as _ } from "../treeview-filter/index.js";
4
4
  import s from "lodash";
5
5
  import { flattenNestedTemplates as b } from "../../utils/ontology.js";
6
- import { F as A, I as M } from "../../InputLabel-ClDXuWBr.js";
7
- import { S as j } from "../../Select-BQ4C15bt.js";
8
- import { M as B } from "../../MenuItem-Lcjh1XlV.js";
9
- import { D as k, a as w, b as L } from "../../DialogContent-WDuguvBY.js";
10
- import { B as N } from "../../Button-jy67CcTH.js";
6
+ import { F as A, I as M } from "../../InputLabel-rrSJo8M_.js";
7
+ import { S as j } from "../../Select-jjAc5JX1.js";
8
+ import { M as B } from "../../MenuItem-C6qlUyV3.js";
9
+ import { D as k, a as w, b as L } from "../../DialogContent-CqTojymQ.js";
10
+ import { B as N } from "../../Button-eqWvpDuh.js";
11
11
  const U = ({
12
12
  data: m,
13
13
  label: c,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
- import { B as s } from "../../../Box-SSMZuKnS.js";
3
- import { C as p } from "../../../Checkbox-B0P8LhCl.js";
4
- import { T as h } from "../../../Typography-CLq43OVQ.js";
2
+ import { B as s } from "../../../Box-B1AVyJ_s.js";
3
+ import { C as p } from "../../../Checkbox-CrU2hpWB.js";
4
+ import { T as h } from "../../../Typography-D1t7XuLN.js";
5
5
  function u({
6
6
  id: o,
7
7
  name: n,
@@ -1,5 +1,5 @@
1
1
  import { _ as k, a as R } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
- import { b as pe, f as ye, s as ve, c as Se, e as Ee, i as _e } from "./createTheme-DrgvKMA_.js";
2
+ import { b as pe, f as ye, s as ve, c as Se, e as Ee, i as _e } from "./createTheme-CyC5HawC.js";
3
3
  var W = { exports: {} }, o = {};
4
4
  /**
5
5
  * @license React
@@ -1,10 +1,11 @@
1
- import { c as l, g as p } from "./createTheme-DrgvKMA_.js";
2
- import { c as d } from "./createSvgIcon-CBoAEepv.js";
3
- import { C as g } from "./createTheme-DVoJnXAT.js";
4
- import { c as _, u as v } from "./useId-BHG98T5I.js";
5
- import { o as b } from "./ownerDocument-CUrv0DIK.js";
6
- import { r as h, u as E } from "./unsupportedProp-BND8AB6O.js";
7
- import { s as N, u as C, b as I, a as S, c as x } from "./ButtonBase-CgQC8DUB.js";
1
+ import { g as p } from "./index-DMSHuq6l.js";
2
+ import { c as l } from "./createSvgIcon-OuwzpcaC.js";
3
+ import { C as d } from "./createTheme-CNnKNxwL.js";
4
+ import { c as g, u as _ } from "./useId-BHG98T5I.js";
5
+ import { o as v } from "./ownerDocument-CUrv0DIK.js";
6
+ import { r as b, u as h } from "./unsupportedProp-BND8AB6O.js";
7
+ import { s as E, u as N, b as C, a as I, c as S } from "./ButtonBase-DsX-jMQJ.js";
8
+ import { c as x } from "./createTheme-CyC5HawC.js";
8
9
  import { d as y } from "./debounce-46wSf_lW.js";
9
10
  import { i as q } from "./isMuiElement-CxT3_ACP.js";
10
11
  import { o as $ } from "./ownerWindow-niciwP7I.js";
@@ -24,35 +25,35 @@ var n = { exports: {} };
24
25
  }
25
26
  e.exports = t, e.exports.__esModule = !0, e.exports.default = e.exports;
26
27
  })(n);
27
- var Y = n.exports, o = {};
28
+ var B = n.exports, o = {};
28
29
  const O = {
29
30
  configure: (e) => {
30
31
  process.env.NODE_ENV !== "production" && console.warn(["MUI: `ClassNameGenerator` import from `@mui/material/utils` is outdated and might cause unexpected issues.", "", "You should use `import { unstable_ClassNameGenerator } from '@mui/material/className'` instead", "", "The detail of the issue: https://github.com/mui/material-ui/issues/30011#issuecomment-1024993401", "", "The updated documentation: https://mui.com/guides/classname-generator/"].join(`
31
- `)), g.configure(e);
32
+ `)), d.configure(e);
32
33
  }
33
34
  }, P = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
34
35
  __proto__: null,
35
- capitalize: l,
36
- createChainedFunction: _,
37
- createSvgIcon: d,
36
+ capitalize: x,
37
+ createChainedFunction: g,
38
+ createSvgIcon: l,
38
39
  debounce: y,
39
40
  deprecatedPropType: M,
40
41
  isMuiElement: q,
41
- ownerDocument: b,
42
+ ownerDocument: v,
42
43
  ownerWindow: $,
43
- requirePropFactory: h,
44
- setRef: N,
44
+ requirePropFactory: b,
45
+ setRef: E,
45
46
  unstable_ClassNameGenerator: O,
46
- unstable_useEnhancedEffect: C,
47
- unstable_useId: v,
48
- unsupportedProp: E,
47
+ unstable_useEnhancedEffect: N,
48
+ unstable_useId: _,
49
+ unsupportedProp: h,
49
50
  useControlled: D,
50
- useEventCallback: I,
51
- useForkRef: S,
52
- useIsFocusVisible: x
51
+ useEventCallback: C,
52
+ useForkRef: I,
53
+ useIsFocusVisible: S
53
54
  }, Symbol.toStringTag, { value: "Module" })), R = /* @__PURE__ */ p(P);
54
55
  var s;
55
- function B() {
56
+ function H() {
56
57
  return s || (s = 1, function(e) {
57
58
  "use client";
58
59
  Object.defineProperty(e, "__esModule", {
@@ -67,6 +68,6 @@ function B() {
67
68
  }(o)), o;
68
69
  }
69
70
  export {
70
- Y as i,
71
- B as r
71
+ B as i,
72
+ H as r
72
73
  };
@@ -1,10 +1,11 @@
1
1
  import { _ as I, a as $ } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as _ from "react";
3
3
  import { jsxs as b, jsx as w } from "react/jsx-runtime";
4
- import { c as y, P as o } from "./createTheme-DrgvKMA_.js";
5
- import { g as T, u as N, c as C, a as R } from "./useThemeProps-BlXpIqSE.js";
6
- import { s as O } from "./styled-DkqItiLo.js";
7
- import { g as B } from "./createTheme-DVoJnXAT.js";
4
+ import { P as o } from "./index-DMSHuq6l.js";
5
+ import { g as T, u as N, c as C, a as R } from "./useThemeProps-DRP1dikX.js";
6
+ import { s as O } from "./styled-B8ugzvji.js";
7
+ import { g as B } from "./createTheme-CNnKNxwL.js";
8
+ import { c as y } from "./createTheme-CyC5HawC.js";
8
9
  function j(e) {
9
10
  return B("MuiSvgIcon", e);
10
11
  }
@@ -31,7 +32,7 @@ const E = ["children", "className", "color", "component", "fontSize", "htmlColor
31
32
  theme: e,
32
33
  ownerState: t
33
34
  }) => {
34
- var n, i, r, f, a, c, p, v, s, l, d, g, m, u, h, x, z;
35
+ var n, i, r, f, a, c, p, v, s, l, m, g, d, u, h, x, z;
35
36
  return {
36
37
  userSelect: "none",
37
38
  width: "1em",
@@ -49,7 +50,7 @@ const E = ["children", "className", "color", "component", "fontSize", "htmlColor
49
50
  large: ((s = e.typography) == null || (l = s.pxToRem) == null ? void 0 : l.call(s, 35)) || "2.1875rem"
50
51
  }[t.fontSize],
51
52
  // TODO v5 deprecate, v6 remove for sx
52
- color: (d = (g = (e.vars || e).palette) == null || (m = g[t.color]) == null ? void 0 : m.main) != null ? d : {
53
+ color: (m = (g = (e.vars || e).palette) == null || (d = g[t.color]) == null ? void 0 : d.main) != null ? m : {
53
54
  action: (u = (e.vars || e).palette) == null || (h = u.action) == null ? void 0 : h.active,
54
55
  disabled: (x = (e.vars || e).palette) == null || (z = x.action) == null ? void 0 : z.disabled,
55
56
  inherit: void 0
@@ -68,17 +69,17 @@ const E = ["children", "className", "color", "component", "fontSize", "htmlColor
68
69
  htmlColor: v,
69
70
  inheritViewBox: s = !1,
70
71
  titleAccess: l,
71
- viewBox: d = "0 0 24 24"
72
- } = i, g = I(i, E), m = $({}, i, {
72
+ viewBox: m = "0 0 24 24"
73
+ } = i, g = I(i, E), d = $({}, i, {
73
74
  color: a,
74
75
  component: c,
75
76
  fontSize: p,
76
77
  instanceFontSize: t.fontSize,
77
78
  inheritViewBox: s,
78
- viewBox: d
79
+ viewBox: m
79
80
  }), u = {};
80
- s || (u.viewBox = d);
81
- const h = M(m);
81
+ s || (u.viewBox = m);
82
+ const h = M(d);
82
83
  return /* @__PURE__ */ b(V, $({
83
84
  as: c,
84
85
  className: C(h.root, f),
@@ -88,7 +89,7 @@ const E = ["children", "className", "color", "component", "fontSize", "htmlColor
88
89
  role: l ? "img" : void 0,
89
90
  ref: n
90
91
  }, u, g, {
91
- ownerState: m,
92
+ ownerState: d,
92
93
  children: [r, l ? /* @__PURE__ */ w("title", {
93
94
  children: l
94
95
  }) : null]
@@ -167,7 +168,7 @@ process.env.NODE_ENV !== "production" && (S.propTypes = {
167
168
  viewBox: o.string
168
169
  });
169
170
  S.muiName = "SvgIcon";
170
- function F(e, t) {
171
+ function W(e, t) {
171
172
  function n(i, r) {
172
173
  return /* @__PURE__ */ w(S, $({
173
174
  "data-testid": `${t}Icon`,
@@ -179,5 +180,5 @@ function F(e, t) {
179
180
  return process.env.NODE_ENV !== "production" && (n.displayName = `${t}Icon`), n.muiName = S.muiName, /* @__PURE__ */ _.memo(/* @__PURE__ */ _.forwardRef(n));
180
181
  }
181
182
  export {
182
- F as c
183
+ W as c
183
184
  };
@@ -1,5 +1,5 @@
1
1
  import { a as m, _ as T } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
- import { k as N, a as w, b as L, d as q, e as J } from "./createTheme-DrgvKMA_.js";
2
+ import { g as N, a as w, b as L, d as q, e as J } from "./createTheme-CyC5HawC.js";
3
3
  const V = (e) => e, K = () => {
4
4
  let e = V;
5
5
  return {