@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,4 +1,4 @@
1
- import { r as t, i as a } from "./createSvgIcon-CsckVnG-.js";
1
+ import { r as t, i as a } from "./createSvgIcon-DLPYMuH1.js";
2
2
  import u from "react/jsx-runtime";
3
3
  var e = {}, l = a;
4
4
  Object.defineProperty(e, "__esModule", {
@@ -1,13 +1,14 @@
1
1
  import { a as i, _ as T } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as d from "react";
3
- import { c as u, P as o } from "./createTheme-DrgvKMA_.js";
4
- import { g as h, u as S, c as b, a as P } from "./useThemeProps-BlXpIqSE.js";
5
- import { s as m } from "./styled-DkqItiLo.js";
6
- import { g as y } from "./createTheme-DVoJnXAT.js";
7
- import { u as q } from "./useTheme-B6oa3v5u.js";
3
+ import { P as o } from "./index-DMSHuq6l.js";
4
+ import { g as h, u as S, c as b, a as P } from "./useThemeProps-DRP1dikX.js";
5
+ import { s as m } from "./styled-B8ugzvji.js";
6
+ import { g as y } from "./createTheme-CNnKNxwL.js";
7
+ import { u as q } from "./useTheme-D-uii9iX.js";
8
8
  import { jsx as p } from "react/jsx-runtime";
9
- import { B as G, M as J, F as Q } from "./Modal-Csc9jNOg.js";
10
- import { P as O } from "./Paper-DRRYGupP.js";
9
+ import { B as G, M as J, F as Q } from "./Modal-CkcFEpHa.js";
10
+ import { c as u } from "./createTheme-CyC5HawC.js";
11
+ import { P as O } from "./Paper-CjqLScHA.js";
11
12
  import { u as Z } from "./useId-BHG98T5I.js";
12
13
  function oo(e) {
13
14
  return y("MuiDialog", e);
@@ -430,7 +431,7 @@ function fo(e) {
430
431
  return y("MuiDialogContent", e);
431
432
  }
432
433
  h("MuiDialogContent", ["root", "dividers"]);
433
- function wo(e) {
434
+ function Bo(e) {
434
435
  return y("MuiDialogTitle", e);
435
436
  }
436
437
  const go = h("MuiDialogTitle", ["root"]), bo = ["className", "dividers"], xo = (e) => {
@@ -516,5 +517,5 @@ export {
516
517
  mo as b,
517
518
  R as c,
518
519
  W as d,
519
- wo as g
520
+ Bo as g
520
521
  };
@@ -1,14 +1,15 @@
1
1
  import { a as m, _ } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as P from "react";
3
- import { c as L, P as e } from "./createTheme-DrgvKMA_.js";
4
- import { g as O, u as D, c as h, a as E } from "./useThemeProps-BlXpIqSE.js";
5
- import { s as M } from "./styled-DkqItiLo.js";
6
- import { g as S } from "./createTheme-DVoJnXAT.js";
7
- import { f as U } from "./InputLabel-ClDXuWBr.js";
3
+ import { P as e } from "./index-DMSHuq6l.js";
4
+ import { g as O, u as D, c as h, a as E } from "./useThemeProps-DRP1dikX.js";
5
+ import { s as M } from "./styled-B8ugzvji.js";
6
+ import { g as S } from "./createTheme-CNnKNxwL.js";
7
+ import { f as U } from "./InputLabel-rrSJo8M_.js";
8
8
  import { jsx as w, jsxs as W } from "react/jsx-runtime";
9
+ import { c as L } from "./createTheme-CyC5HawC.js";
9
10
  import { u as k } from "./useFormControl-CatNKXAi.js";
10
- import { T as C } from "./Typography-CLq43OVQ.js";
11
- import { r as q } from "./ButtonBase-CgQC8DUB.js";
11
+ import { T as C } from "./Typography-D1t7XuLN.js";
12
+ import { r as q } from "./ButtonBase-DsX-jMQJ.js";
12
13
  function z(l) {
13
14
  return S("MuiFormControlLabel", l);
14
15
  }
@@ -1,11 +1,12 @@
1
1
  import { a as t, _ as h } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as d from "react";
3
- import { c as n, P as r } from "./createTheme-DrgvKMA_.js";
4
- import { g as z, u as R, c as C, b as B, a as I } from "./useThemeProps-BlXpIqSE.js";
5
- import { s as O } from "./styled-DkqItiLo.js";
6
- import { g as T, a as g } from "./createTheme-DVoJnXAT.js";
3
+ import { P as r } from "./index-DMSHuq6l.js";
4
+ import { g as z, u as R, c as C, b as B, a as I } from "./useThemeProps-DRP1dikX.js";
5
+ import { s as O } from "./styled-B8ugzvji.js";
6
+ import { g as T, a as g } from "./createTheme-CNnKNxwL.js";
7
7
  import { jsx as x } from "react/jsx-runtime";
8
- import { B as $ } from "./ButtonBase-CgQC8DUB.js";
8
+ import { B as $ } from "./ButtonBase-DsX-jMQJ.js";
9
+ import { c as i } from "./createTheme-CyC5HawC.js";
9
10
  function k(o) {
10
11
  return T("MuiIconButton", o);
11
12
  }
@@ -14,10 +15,10 @@ const P = z("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimary"
14
15
  classes: e,
15
16
  disabled: a,
16
17
  color: s,
17
- edge: i,
18
+ edge: n,
18
19
  size: l
19
20
  } = o, c = {
20
- root: ["root", a && "disabled", s !== "default" && `color${n(s)}`, i && `edge${n(i)}`, `size${n(l)}`]
21
+ root: ["root", a && "disabled", s !== "default" && `color${i(s)}`, n && `edge${i(n)}`, `size${i(l)}`]
21
22
  };
22
23
  return I(c, k, e);
23
24
  }, M = O($, {
@@ -27,7 +28,7 @@ const P = z("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimary"
27
28
  const {
28
29
  ownerState: a
29
30
  } = o;
30
- return [e.root, a.color !== "default" && e[`color${n(a.color)}`], a.edge && e[`edge${n(a.edge)}`], e[`size${n(a.size)}`]];
31
+ return [e.root, a.color !== "default" && e[`color${i(a.color)}`], a.edge && e[`edge${i(a.edge)}`], e[`size${i(a.size)}`]];
31
32
  }
32
33
  })(({
33
34
  theme: o,
@@ -92,7 +93,7 @@ const P = z("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimary"
92
93
  props: e,
93
94
  name: "MuiIconButton"
94
95
  }), {
95
- edge: i = !1,
96
+ edge: n = !1,
96
97
  children: l,
97
98
  className: c,
98
99
  color: b = "default",
@@ -100,7 +101,7 @@ const P = z("MuiIconButton", ["root", "disabled", "colorInherit", "colorPrimary"
100
101
  disableFocusRipple: u = !1,
101
102
  size: m = "medium"
102
103
  } = s, v = h(s, j), f = t({}, s, {
103
- edge: i,
104
+ edge: n,
104
105
  color: b,
105
106
  disabled: p,
106
107
  disableFocusRipple: u,
@@ -1,33 +1,34 @@
1
1
  import { a, _ as B } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as U from "react";
3
- import { a as j, P as o } from "./createTheme-DrgvKMA_.js";
4
- import { s as y, r as _ } from "./styled-DkqItiLo.js";
5
- import { g as w, u as M, a as S } from "./useThemeProps-BlXpIqSE.js";
6
- import { i as W, a as E, r as F, b as N, c as X, d as A } from "./InputLabel-ClDXuWBr.js";
7
- import { g as L } from "./createTheme-DVoJnXAT.js";
8
- import { jsx as V } from "react/jsx-runtime";
9
- import { r as k } from "./ButtonBase-CgQC8DUB.js";
3
+ import { P as o } from "./index-DMSHuq6l.js";
4
+ import { s as y, r as j } from "./styled-B8ugzvji.js";
5
+ import { g as _, u as w, a as M } from "./useThemeProps-DRP1dikX.js";
6
+ import { i as S, a as W, r as E, b as F, c as N, d as X } from "./InputLabel-rrSJo8M_.js";
7
+ import { g as A } from "./createTheme-CNnKNxwL.js";
8
+ import { jsx as L } from "react/jsx-runtime";
9
+ import { a as V } from "./createTheme-CyC5HawC.js";
10
+ import { r as k } from "./ButtonBase-DsX-jMQJ.js";
10
11
  function q(t) {
11
- return L("MuiInput", t);
12
+ return A("MuiInput", t);
12
13
  }
13
- const r = a({}, W, w("MuiInput", ["root", "underline", "input"])), D = ["disableUnderline", "components", "componentsProps", "fullWidth", "inputComponent", "multiline", "slotProps", "slots", "type"], z = (t) => {
14
+ const r = a({}, S, _("MuiInput", ["root", "underline", "input"])), D = ["disableUnderline", "components", "componentsProps", "fullWidth", "inputComponent", "multiline", "slotProps", "slots", "type"], z = (t) => {
14
15
  const {
15
16
  classes: e,
16
17
  disableUnderline: s
17
- } = t, i = S({
18
+ } = t, i = M({
18
19
  root: ["root", !s && "underline"],
19
20
  input: ["input"]
20
21
  }, q, e);
21
22
  return a({}, e, i);
22
- }, G = y(E, {
23
- shouldForwardProp: (t) => _(t) || t === "classes",
23
+ }, G = y(W, {
24
+ shouldForwardProp: (t) => j(t) || t === "classes",
24
25
  name: "MuiInput",
25
26
  slot: "Root",
26
27
  overridesResolver: (t, e) => {
27
28
  const {
28
29
  ownerState: s
29
30
  } = t;
30
- return [...F(t, e), !s.disableUnderline && e.underline];
31
+ return [...E(t, e), !s.disableUnderline && e.underline];
31
32
  }
32
33
  })(({
33
34
  theme: t,
@@ -92,33 +93,33 @@ const r = a({}, W, w("MuiInput", ["root", "underline", "input"])), D = ["disable
92
93
  borderBottomStyle: "dotted"
93
94
  }
94
95
  });
95
- }), H = y(N, {
96
+ }), H = y(F, {
96
97
  name: "MuiInput",
97
98
  slot: "Input",
98
- overridesResolver: X
99
+ overridesResolver: N
99
100
  })({}), g = /* @__PURE__ */ U.forwardRef(function(e, s) {
100
101
  var n, i, u, d;
101
- const p = M({
102
+ const p = w({
102
103
  props: e,
103
104
  name: "MuiInput"
104
105
  }), {
105
106
  disableUnderline: v,
106
- components: c = {},
107
- componentsProps: m,
107
+ components: m = {},
108
+ componentsProps: c,
108
109
  fullWidth: C = !1,
109
110
  inputComponent: I = "input",
110
111
  multiline: P = !1,
111
112
  slotProps: l,
112
- slots: b = {},
113
+ slots: f = {},
113
114
  type: T = "text"
114
- } = p, R = B(p, D), O = z(p), f = {
115
+ } = p, R = B(p, D), O = z(p), b = {
115
116
  root: {
116
117
  ownerState: {
117
118
  disableUnderline: v
118
119
  }
119
120
  }
120
- }, $ = l ?? m ? j(l ?? m, f) : f, x = (n = (i = b.root) != null ? i : c.Root) != null ? n : G, h = (u = (d = b.input) != null ? d : c.Input) != null ? u : H;
121
- return /* @__PURE__ */ V(A, a({
121
+ }, $ = l ?? c ? V(l ?? c, b) : b, x = (n = (i = f.root) != null ? i : m.Root) != null ? n : G, h = (u = (d = f.input) != null ? d : m.Input) != null ? u : H;
122
+ return /* @__PURE__ */ L(X, a({
122
123
  slots: {
123
124
  root: x,
124
125
  input: h
@@ -1,12 +1,13 @@
1
1
  import { a as u, _ as I } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as b from "react";
3
- import { P as e, c as v } from "./createTheme-DrgvKMA_.js";
4
- import { g as x, u as A, c as C, a as N } from "./useThemeProps-BlXpIqSE.js";
3
+ import { P as e } from "./index-DMSHuq6l.js";
4
+ import { g as x, u as A, c as C, a as N } from "./useThemeProps-DRP1dikX.js";
5
5
  import { u as L, F as O } from "./useFormControl-CatNKXAi.js";
6
- import { s as R } from "./styled-DkqItiLo.js";
7
- import { g as _ } from "./createTheme-DVoJnXAT.js";
6
+ import { s as R } from "./styled-B8ugzvji.js";
7
+ import { g as _ } from "./createTheme-CNnKNxwL.js";
8
8
  import { jsx as l, jsxs as j } from "react/jsx-runtime";
9
- import { T as z } from "./Typography-CLq43OVQ.js";
9
+ import { T as z } from "./Typography-D1t7XuLN.js";
10
+ import { c as v } from "./createTheme-CyC5HawC.js";
10
11
  function F(t) {
11
12
  return _("MuiInputAdornment", t);
12
13
  }
@@ -1,18 +1,19 @@
1
1
  import { _ as G, a } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as i from "react";
3
- import { P as e, c as K, k as Ve } from "./createTheme-DrgvKMA_.js";
4
- import { g as ee, u as oe, c as V, a as ne } from "./useThemeProps-BlXpIqSE.js";
5
- import { s as _, d as Ue, r as Ge } from "./styled-DkqItiLo.js";
3
+ import { P as e } from "./index-DMSHuq6l.js";
4
+ import { g as ee, u as oe, c as V, a as ne } from "./useThemeProps-DRP1dikX.js";
5
+ import { s as _, d as Ve, r as Ue } from "./styled-B8ugzvji.js";
6
6
  import { F as Ee, u as fe } from "./useFormControl-CatNKXAi.js";
7
- import { g as re } from "./createTheme-DVoJnXAT.js";
7
+ import { g as re } from "./createTheme-CNnKNxwL.js";
8
8
  import { jsxs as U, jsx as N } from "react/jsx-runtime";
9
+ import { c as K, g as Ge } from "./createTheme-CyC5HawC.js";
9
10
  import { i as ce } from "./isMuiElement-CxT3_ACP.js";
10
- import { a as Ne, u as ke, e as Ke, r as Ye } from "./ButtonBase-CgQC8DUB.js";
11
+ import { a as Ne, u as ke, e as Ke, r as Ye } from "./ButtonBase-DsX-jMQJ.js";
11
12
  import * as Ze from "react-dom";
12
13
  import { o as we } from "./ownerWindow-niciwP7I.js";
13
14
  import { d as Je } from "./debounce-46wSf_lW.js";
14
15
  import { i as Oe } from "./isHostComponent-kiaBvYVo.js";
15
- import { u as Qe } from "./useTheme-GN5Dc3mG.js";
16
+ import { u as Qe } from "./useTheme-C15Eq8KG.js";
16
17
  import { Global as Xe } from "@emotion/react";
17
18
  const eo = ["onChange", "maxRows", "minRows", "style", "value"];
18
19
  function X(o) {
@@ -434,7 +435,7 @@ function me({
434
435
  }
435
436
  function Me(o) {
436
437
  return /* @__PURE__ */ N(Ie, a({}, o, {
437
- defaultTheme: Ue
438
+ defaultTheme: Ve
438
439
  }));
439
440
  }
440
441
  process.env.NODE_ENV !== "production" && (Me.propTypes = {
@@ -702,7 +703,7 @@ const pe = ee("MuiInputBase", ["root", "formControl", "focused", "disabled", "ad
702
703
  if (!te) {
703
704
  const Se = c.target || D.current;
704
705
  if (Se == null)
705
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: Expected valid input target. Did you use a custom `inputComponent` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info." : Ve(1));
706
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: Expected valid input target. Did you use a custom `inputComponent` and forget to forward refs? See https://mui.com/r/input-component-ref-interface for more info." : Ge(1));
706
707
  q({
707
708
  value: Se.value
708
709
  });
@@ -1180,7 +1181,7 @@ const To = ["disableAnimation", "margin", "shrink", "variant", "className"], Ro
1180
1181
  }, Oo, n);
1181
1182
  return a({}, n, l);
1182
1183
  }, Eo = _(We, {
1183
- shouldForwardProp: (o) => Ge(o) || o === "classes",
1184
+ shouldForwardProp: (o) => Ue(o) || o === "classes",
1184
1185
  name: "MuiInputLabel",
1185
1186
  slot: "Root",
1186
1187
  overridesResolver: (o, n) => {