@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,27 +1,28 @@
1
1
  import { _ as X, a as c } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as i from "react";
3
- import { P as e, c as Ee, k as gn, a as Je } from "./createTheme-DrgvKMA_.js";
4
- import { g as le, u as Pe, c as oe, b as vn, a as ce } from "./useThemeProps-BlXpIqSE.js";
5
- import { r as Ne } from "./createStyled-CUatW1r9.js";
6
- import { s as V, r as Oe, a as yn } from "./styled-DkqItiLo.js";
7
- import { u as Qe } from "./useTheme-B6oa3v5u.js";
8
- import { g as ue } from "./createTheme-DVoJnXAT.js";
9
- import { jsx as k, jsxs as Ze } from "react/jsx-runtime";
10
- import { g as En, M as Pn, H as Me } from "./Modal-Csc9jNOg.js";
11
- import { P as en, i as On } from "./Paper-DRRYGupP.js";
12
- import { u as Rn, a as pe, r as Re, e as Cn } from "./ButtonBase-CgQC8DUB.js";
3
+ import { P as e } from "./index-DMSHuq6l.js";
4
+ import { g as le, u as Ee, c as oe, b as gn, a as ce } from "./useThemeProps-DRP1dikX.js";
5
+ import { r as Ne } from "./createStyled-BGx1I94c.js";
6
+ import { s as V, r as Pe, a as vn } from "./styled-B8ugzvji.js";
7
+ import { u as Je } from "./useTheme-D-uii9iX.js";
8
+ import { g as ue } from "./createTheme-CNnKNxwL.js";
9
+ import { jsx as $, jsxs as Qe } from "react/jsx-runtime";
10
+ import { g as yn, M as En, H as Me } from "./Modal-CkcFEpHa.js";
11
+ import { P as Ze, i as Pn } from "./Paper-CjqLScHA.js";
12
+ import { u as On, a as pe, r as Oe, e as Rn } from "./ButtonBase-DsX-jMQJ.js";
13
13
  import { o as ae } from "./ownerDocument-CUrv0DIK.js";
14
14
  import { o as Be } from "./ownerWindow-niciwP7I.js";
15
- import { d as Tn } from "./debounce-46wSf_lW.js";
16
- import { T as In, r as Sn, g as Ve } from "./utils-BRsEqTye.js";
17
- import { e as xn } from "./exactProp-H1i70prd.js";
18
- import { a as Mn } from "./List-CNeRnfGL.js";
19
- import { e as wn, i as Nn, a as Fn, r as Dn, b as kn, c as $n, d as jn, f as Ln } from "./InputLabel-ClDXuWBr.js";
15
+ import { d as Cn } from "./debounce-46wSf_lW.js";
16
+ import { T as Tn, r as In, g as Ve } from "./utils-CsOZUsQj.js";
17
+ import { e as Sn } from "./exactProp-cjT0t_Pt.js";
18
+ import { a as xn } from "./List-DOD5kSk3.js";
19
+ import { c as Re, g as Mn, a as en } from "./createTheme-CyC5HawC.js";
20
+ import { e as wn, i as Nn, a as Fn, r as Dn, b as $n, c as kn, d as jn, f as Ln } from "./InputLabel-rrSJo8M_.js";
20
21
  import { u as We } from "./useControlled-BYdyS7Pn.js";
21
22
  import { u as _n } from "./useFormControl-CatNKXAi.js";
22
- import { c as An } from "./createSvgIcon-CBoAEepv.js";
23
- import { I as Bn } from "./Input-BAbDr3Tk.js";
24
- import { O as Vn } from "./OutlinedInput-De2keFJK.js";
23
+ import { c as An } from "./createSvgIcon-OuwzpcaC.js";
24
+ import { I as Bn } from "./Input-B7ry6o4t.js";
25
+ import { O as Vn } from "./OutlinedInput-BDK6qOwW.js";
25
26
  const Wn = ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"];
26
27
  function Se(n, t, o) {
27
28
  return n === t ? n.firstChild : t && t.nextElementSibling ? t.nextElementSibling : o ? null : n.firstChild;
@@ -64,19 +65,19 @@ const tn = /* @__PURE__ */ i.forwardRef(function(t, o) {
64
65
  disableListWrap: x = !1,
65
66
  onKeyDown: N,
66
67
  variant: F = "selectedMenu"
67
- } = t, $ = X(t, Wn), f = i.useRef(null), I = i.useRef({
68
+ } = t, k = X(t, Wn), f = i.useRef(null), I = i.useRef({
68
69
  keys: [],
69
70
  repeating: !0,
70
71
  previousKeyMatched: !0,
71
72
  lastTime: null
72
73
  });
73
- Rn(() => {
74
+ On(() => {
74
75
  b && f.current.focus();
75
76
  }, [b]), i.useImperativeHandle(s, () => ({
76
77
  adjustStyleForScrollbar: (a, p) => {
77
78
  const R = !f.current.style.width;
78
79
  if (a.clientHeight < f.current.clientHeight && R) {
79
- const S = `${En(ae(a))}px`;
80
+ const S = `${yn(ae(a))}px`;
80
81
  f.current.style[p.direction === "rtl" ? "paddingLeft" : "paddingRight"] = S, f.current.style.width = `calc(100% + ${S})`;
81
82
  }
82
83
  return f.current;
@@ -112,13 +113,13 @@ const tn = /* @__PURE__ */ i.forwardRef(function(t, o) {
112
113
  }
113
114
  return a;
114
115
  });
115
- return /* @__PURE__ */ k(Mn, c({
116
+ return /* @__PURE__ */ $(xn, c({
116
117
  role: "menu",
117
118
  ref: w,
118
119
  className: d,
119
120
  onKeyDown: O,
120
121
  tabIndex: b ? 0 : -1
121
- }, $, {
122
+ }, k, {
122
123
  children: T
123
124
  }));
124
125
  });
@@ -191,19 +192,19 @@ const zn = {
191
192
  onEntered: x,
192
193
  onEntering: N,
193
194
  onExit: F,
194
- onExited: $,
195
+ onExited: k,
195
196
  onExiting: f,
196
197
  style: I,
197
198
  timeout: O = "auto",
198
199
  // eslint-disable-next-line react/prop-types
199
- TransitionComponent: w = In
200
- } = t, E = X(t, Un), T = i.useRef(), a = i.useRef(), p = Qe(), R = i.useRef(null), S = pe(R, l.ref, o), g = (h) => (m) => {
200
+ TransitionComponent: w = Tn
201
+ } = t, E = X(t, Un), T = i.useRef(), a = i.useRef(), p = Je(), R = i.useRef(null), S = pe(R, l.ref, o), g = (h) => (m) => {
201
202
  if (h) {
202
203
  const B = R.current;
203
204
  m === void 0 ? h(B) : h(B, m);
204
205
  }
205
206
  }, _ = g(N), L = g((h, m) => {
206
- Sn(h);
207
+ In(h);
207
208
  const {
208
209
  duration: B,
209
210
  delay: H,
@@ -245,12 +246,12 @@ const zn = {
245
246
  delay: xe ? B : B || W * 0.333,
246
247
  easing: H
247
248
  })].join(","), h.style.opacity = 0, h.style.transform = we(0.75), F && F(h);
248
- }), z = g($), K = (h) => {
249
+ }), z = g(k), K = (h) => {
249
250
  O === "auto" && (T.current = setTimeout(h, a.current || 0)), s && s(R.current, h);
250
251
  };
251
252
  return i.useEffect(() => () => {
252
253
  clearTimeout(T.current);
253
- }, []), /* @__PURE__ */ k(w, c({
254
+ }, []), /* @__PURE__ */ $(w, c({
254
255
  appear: b,
255
256
  in: d,
256
257
  nodeRef: R,
@@ -293,7 +294,7 @@ process.env.NODE_ENV !== "production" && (Fe.propTypes = {
293
294
  /**
294
295
  * A single child content element.
295
296
  */
296
- children: xn.isRequired,
297
+ children: Sn.isRequired,
297
298
  /**
298
299
  * The transition timing function.
299
300
  * You may specify a single easing or a object containing enter and exit values.
@@ -375,11 +376,11 @@ const Gn = (n) => {
375
376
  root: ["root"],
376
377
  paper: ["paper"]
377
378
  }, Kn, t);
378
- }, Xn = V(Pn, {
379
+ }, Xn = V(En, {
379
380
  name: "MuiPopover",
380
381
  slot: "Root",
381
382
  overridesResolver: (n, t) => t.root
382
- })({}), Yn = V(en, {
383
+ })({}), Yn = V(Ze, {
383
384
  name: "MuiPopover",
384
385
  slot: "Paper",
385
386
  overridesResolver: (n, t) => t.paper
@@ -396,7 +397,7 @@ const Gn = (n) => {
396
397
  // We disable the focus ring for mouse, touch and keyboard users.
397
398
  outline: 0
398
399
  }), on = /* @__PURE__ */ i.forwardRef(function(t, o) {
399
- const s = Pe({
400
+ const s = Ee({
400
401
  props: t,
401
402
  name: "MuiPopover"
402
403
  }), {
@@ -411,7 +412,7 @@ const Gn = (n) => {
411
412
  children: x,
412
413
  className: N,
413
414
  container: F,
414
- elevation: $ = 8,
415
+ elevation: k = 8,
415
416
  marginThreshold: f = 16,
416
417
  open: I,
417
418
  PaperProps: O = {},
@@ -427,7 +428,7 @@ const Gn = (n) => {
427
428
  } = s, p = X(s.TransitionProps, Hn), R = X(s, qn), S = i.useRef(), g = pe(S, O.ref), _ = c({}, s, {
428
429
  anchorOrigin: u,
429
430
  anchorReference: P,
430
- elevation: $,
431
+ elevation: k,
431
432
  marginThreshold: f,
432
433
  PaperProps: O,
433
434
  transformOrigin: w,
@@ -504,7 +505,7 @@ const Gn = (n) => {
504
505
  } : null, [I, h]), i.useEffect(() => {
505
506
  if (!I)
506
507
  return;
507
- const v = Tn(() => {
508
+ const v = Cn(() => {
508
509
  h();
509
510
  }), C = Be(l);
510
511
  return C.addEventListener("resize", v), () => {
@@ -514,7 +515,7 @@ const Gn = (n) => {
514
515
  let H = T;
515
516
  T === "auto" && !E.muiSupportAuto && (H = void 0);
516
517
  const W = F || (l ? ae(ye(l)).body : void 0);
517
- return /* @__PURE__ */ k(Xn, c({
518
+ return /* @__PURE__ */ $(Xn, c({
518
519
  BackdropProps: {
519
520
  invisible: !0
520
521
  },
@@ -524,15 +525,15 @@ const Gn = (n) => {
524
525
  ref: o,
525
526
  ownerState: _
526
527
  }, R, {
527
- children: /* @__PURE__ */ k(E, c({
528
+ children: /* @__PURE__ */ $(E, c({
528
529
  appear: !0,
529
530
  in: I,
530
531
  onEntering: m,
531
532
  onExited: B,
532
533
  timeout: H
533
534
  }, p, {
534
- children: /* @__PURE__ */ k(Yn, c({
535
- elevation: $
535
+ children: /* @__PURE__ */ $(Yn, c({
536
+ elevation: k
536
537
  }, O, {
537
538
  ref: g,
538
539
  className: oe(L.paper, O.className)
@@ -556,12 +557,12 @@ process.env.NODE_ENV !== "production" && (on.propTypes = {
556
557
  * A ref for imperative actions.
557
558
  * It currently only supports updatePosition() action.
558
559
  */
559
- action: Re,
560
+ action: Oe,
560
561
  /**
561
562
  * An HTML element, or a function that returns one.
562
563
  * It's used to set the position of the popover.
563
564
  */
564
- anchorEl: vn(e.oneOfType([Me, e.func]), (n) => {
565
+ anchorEl: gn(e.oneOfType([Me, e.func]), (n) => {
565
566
  if (n.open && (!n.anchorReference || n.anchorReference === "anchorEl")) {
566
567
  const t = ye(n.anchorEl);
567
568
  if (t && t.nodeType === 1) {
@@ -630,7 +631,7 @@ process.env.NODE_ENV !== "production" && (on.propTypes = {
630
631
  * The elevation of the popover.
631
632
  * @default 8
632
633
  */
633
- elevation: On,
634
+ elevation: Pn,
634
635
  /**
635
636
  * Specifies how close to the edge of the window the popover can appear.
636
637
  * @default 16
@@ -650,7 +651,7 @@ process.env.NODE_ENV !== "production" && (on.propTypes = {
650
651
  * @default {}
651
652
  */
652
653
  PaperProps: e.shape({
653
- component: Cn
654
+ component: Rn
654
655
  }),
655
656
  /**
656
657
  * The system prop that allows defining system overrides as well as additional CSS styles.
@@ -714,11 +715,11 @@ const Qn = ["onEntering"], Zn = ["autoFocus", "children", "disableAutoFocusItem"
714
715
  list: ["list"]
715
716
  }, Jn, t);
716
717
  }, ot = V(on, {
717
- shouldForwardProp: (n) => Oe(n) || n === "classes",
718
+ shouldForwardProp: (n) => Pe(n) || n === "classes",
718
719
  name: "MuiMenu",
719
720
  slot: "Root",
720
721
  overridesResolver: (n, t) => t.root
721
- })({}), rt = V(en, {
722
+ })({}), rt = V(Ze, {
722
723
  name: "MuiMenu",
723
724
  slot: "Paper",
724
725
  overridesResolver: (n, t) => t.paper
@@ -737,7 +738,7 @@ const Qn = ["onEntering"], Zn = ["autoFocus", "children", "disableAutoFocusItem"
737
738
  // We disable the focus ring for mouse, touch and keyboard users.
738
739
  outline: 0
739
740
  }), rn = /* @__PURE__ */ i.forwardRef(function(t, o) {
740
- const s = Pe({
741
+ const s = Ee({
741
742
  props: t,
742
743
  name: "MuiMenu"
743
744
  }), {
@@ -749,18 +750,18 @@ const Qn = ["onEntering"], Zn = ["autoFocus", "children", "disableAutoFocusItem"
749
750
  open: x,
750
751
  PaperProps: N = {},
751
752
  PopoverClasses: F,
752
- transitionDuration: $ = "auto",
753
+ transitionDuration: k = "auto",
753
754
  TransitionProps: {
754
755
  onEntering: f
755
756
  } = {},
756
757
  variant: I = "selectedMenu"
757
- } = s, O = X(s.TransitionProps, Qn), w = X(s, Zn), E = Qe(), T = E.direction === "rtl", a = c({}, s, {
758
+ } = s, O = X(s.TransitionProps, Qn), w = X(s, Zn), E = Je(), T = E.direction === "rtl", a = c({}, s, {
758
759
  autoFocus: b,
759
760
  disableAutoFocusItem: u,
760
761
  MenuListProps: d,
761
762
  onEntering: f,
762
763
  PaperProps: N,
763
- transitionDuration: $,
764
+ transitionDuration: k,
764
765
  TransitionProps: O,
765
766
  variant: I
766
767
  }), p = tt(a), R = b && !u && x, S = i.useRef(null), g = (M, A) => {
@@ -772,7 +773,7 @@ const Qn = ["onEntering"], Zn = ["autoFocus", "children", "disableAutoFocusItem"
772
773
  return i.Children.map(l, (M, A) => {
773
774
  /* @__PURE__ */ i.isValidElement(M) && (process.env.NODE_ENV !== "production" && Ne.isFragment(M) && console.error(["MUI: The Menu component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join(`
774
775
  `)), M.props.disabled || (I === "selectedMenu" && M.props.selected || L === -1) && (L = A));
775
- }), /* @__PURE__ */ k(ot, c({
776
+ }), /* @__PURE__ */ $(ot, c({
776
777
  onClose: P,
777
778
  anchorOrigin: {
778
779
  vertical: "bottom",
@@ -789,14 +790,14 @@ const Qn = ["onEntering"], Zn = ["autoFocus", "children", "disableAutoFocusItem"
789
790
  className: p.root,
790
791
  open: x,
791
792
  ref: o,
792
- transitionDuration: $,
793
+ transitionDuration: k,
793
794
  TransitionProps: c({
794
795
  onEntering: g
795
796
  }, O),
796
797
  ownerState: a
797
798
  }, w, {
798
799
  classes: F,
799
- children: /* @__PURE__ */ k(it, c({
800
+ children: /* @__PURE__ */ $(it, c({
800
801
  onKeyDown: _,
801
802
  actions: S,
802
803
  autoFocus: b && (L === -1 || u),
@@ -903,7 +904,7 @@ const De = le("MuiNativeSelect", ["root", "select", "multiple", "filled", "outli
903
904
  open: l
904
905
  } = n, u = {
905
906
  select: ["select", o, s && "disabled", b && "multiple"],
906
- icon: ["icon", `icon${Ee(o)}`, l && "iconOpen", s && "disabled"]
907
+ icon: ["icon", `icon${Re(o)}`, l && "iconOpen", s && "disabled"]
907
908
  };
908
909
  return ce(u, st, t);
909
910
  }, sn = ({
@@ -963,7 +964,7 @@ const De = le("MuiNativeSelect", ["root", "select", "multiple", "filled", "outli
963
964
  }), ct = V("select", {
964
965
  name: "MuiNativeSelect",
965
966
  slot: "Select",
966
- shouldForwardProp: Oe,
967
+ shouldForwardProp: Pe,
967
968
  overridesResolver: (n, t) => {
968
969
  const {
969
970
  ownerState: o
@@ -1001,7 +1002,7 @@ const De = le("MuiNativeSelect", ["root", "select", "multiple", "filled", "outli
1001
1002
  const {
1002
1003
  ownerState: o
1003
1004
  } = n;
1004
- return [t.icon, o.variant && t[`icon${Ee(o.variant)}`], o.open && t.iconOpen];
1005
+ return [t.icon, o.variant && t[`icon${Re(o.variant)}`], o.open && t.iconOpen];
1005
1006
  }
1006
1007
  })(an), ln = /* @__PURE__ */ i.forwardRef(function(t, o) {
1007
1008
  const {
@@ -1014,13 +1015,13 @@ const De = le("MuiNativeSelect", ["root", "select", "multiple", "filled", "outli
1014
1015
  disabled: b,
1015
1016
  variant: d
1016
1017
  }), N = lt(x);
1017
- return /* @__PURE__ */ Ze(i.Fragment, {
1018
- children: [/* @__PURE__ */ k(ct, c({
1018
+ return /* @__PURE__ */ Qe(i.Fragment, {
1019
+ children: [/* @__PURE__ */ $(ct, c({
1019
1020
  ownerState: x,
1020
1021
  className: oe(N.select, s),
1021
1022
  disabled: b,
1022
1023
  ref: u || o
1023
- }, P)), t.multiple ? null : /* @__PURE__ */ k(ut, {
1024
+ }, P)), t.multiple ? null : /* @__PURE__ */ $(ut, {
1024
1025
  as: l,
1025
1026
  ownerState: x,
1026
1027
  className: N.icon
@@ -1054,7 +1055,7 @@ process.env.NODE_ENV !== "production" && (ln.propTypes = {
1054
1055
  * Use that prop to pass a ref to the native select element.
1055
1056
  * @deprecated
1056
1057
  */
1057
- inputRef: Re,
1058
+ inputRef: Oe,
1058
1059
  /**
1059
1060
  * @ignore
1060
1061
  */
@@ -1122,10 +1123,10 @@ const dt = ["aria-describedby", "aria-label", "autoFocus", "autoWidth", "childre
1122
1123
  const {
1123
1124
  ownerState: o
1124
1125
  } = n;
1125
- return [t.icon, o.variant && t[`icon${Ee(o.variant)}`], o.open && t.iconOpen];
1126
+ return [t.icon, o.variant && t[`icon${Re(o.variant)}`], o.open && t.iconOpen];
1126
1127
  }
1127
1128
  })(an), bt = V("input", {
1128
- shouldForwardProp: (n) => yn(n) && n !== "classes",
1129
+ shouldForwardProp: (n) => vn(n) && n !== "classes",
1129
1130
  name: "MuiSelect",
1130
1131
  slot: "NativeInput",
1131
1132
  overridesResolver: (n, t) => t.nativeInput
@@ -1153,7 +1154,7 @@ const gt = (n) => {
1153
1154
  open: l
1154
1155
  } = n, u = {
1155
1156
  select: ["select", o, s && "disabled", b && "multiple"],
1156
- icon: ["icon", `icon${Ee(o)}`, l && "iconOpen", s && "disabled"],
1157
+ icon: ["icon", `icon${Re(o)}`, l && "iconOpen", s && "disabled"],
1157
1158
  nativeInput: ["nativeInput"]
1158
1159
  };
1159
1160
  return ce(u, pt, t);
@@ -1168,7 +1169,7 @@ const gt = (n) => {
1168
1169
  defaultOpen: x,
1169
1170
  defaultValue: N,
1170
1171
  disabled: F,
1171
- displayEmpty: $,
1172
+ displayEmpty: k,
1172
1173
  IconComponent: f,
1173
1174
  inputRef: I,
1174
1175
  labelId: O,
@@ -1280,7 +1281,7 @@ const gt = (n) => {
1280
1281
  let he = !1, Ce = !1;
1281
1282
  (wn({
1282
1283
  value: m
1283
- }) || $) && (M ? te = M(m) : he = !0);
1284
+ }) || k) && (M ? te = M(m) : he = !0);
1284
1285
  const hn = ie.map((r) => {
1285
1286
  if (!/* @__PURE__ */ i.isValidElement(r))
1286
1287
  return null;
@@ -1289,7 +1290,7 @@ const gt = (n) => {
1289
1290
  let y;
1290
1291
  if (E) {
1291
1292
  if (!Array.isArray(m))
1292
- throw new Error(process.env.NODE_ENV !== "production" ? "MUI: The `value` prop must be an array when using the `Select` component with `multiple`." : gn(2));
1293
+ throw new Error(process.env.NODE_ENV !== "production" ? "MUI: The `value` prop must be an array when using the `Select` component with `multiple`." : Mn(2));
1293
1294
  y = m.some((j) => Ge(j, r.props.value)), y && he && be.push(r.props.children);
1294
1295
  } else
1295
1296
  y = Ge(m, r.props.value), y && he && (je = r.props.children);
@@ -1323,8 +1324,8 @@ const gt = (n) => {
1323
1324
  value: m,
1324
1325
  open: me
1325
1326
  }), Ie = gt(ge);
1326
- return /* @__PURE__ */ Ze(i.Fragment, {
1327
- children: [/* @__PURE__ */ k(ft, c({
1327
+ return /* @__PURE__ */ Qe(i.Fragment, {
1328
+ children: [/* @__PURE__ */ $(ft, c({
1328
1329
  ref: fe,
1329
1330
  tabIndex: Te,
1330
1331
  role: "button",
@@ -1344,12 +1345,12 @@ const gt = (n) => {
1344
1345
  id: _e,
1345
1346
  children: ht(te) ? (
1346
1347
  // notranslate needed while Google Translate will not fix zero-width space issue
1347
- qe || (qe = /* @__PURE__ */ k("span", {
1348
+ qe || (qe = /* @__PURE__ */ $("span", {
1348
1349
  className: "notranslate",
1349
1350
  children: "​"
1350
1351
  }))
1351
1352
  ) : te
1352
- })), /* @__PURE__ */ k(bt, c({
1353
+ })), /* @__PURE__ */ $(bt, c({
1353
1354
  value: Array.isArray(m) ? m.join(",") : m,
1354
1355
  name: T,
1355
1356
  ref: v,
@@ -1360,11 +1361,11 @@ const gt = (n) => {
1360
1361
  className: Ie.nativeInput,
1361
1362
  autoFocus: l,
1362
1363
  ownerState: ge
1363
- }, h)), /* @__PURE__ */ k(mt, {
1364
+ }, h)), /* @__PURE__ */ $(mt, {
1364
1365
  as: f,
1365
1366
  className: Ie.icon,
1366
1367
  ownerState: ge
1367
- }), /* @__PURE__ */ k(rn, c({
1368
+ }), /* @__PURE__ */ $(rn, c({
1368
1369
  id: `menu-${T || ""}`,
1369
1370
  anchorEl: G,
1370
1371
  open: me,
@@ -1449,7 +1450,7 @@ process.env.NODE_ENV !== "production" && (cn.propTypes = {
1449
1450
  * Imperative handle implementing `{ value: T, node: HTMLElement, focus(): void }`
1450
1451
  * Equivalent to `ref`
1451
1452
  */
1452
- inputRef: Re,
1453
+ inputRef: Oe,
1453
1454
  /**
1454
1455
  * The ID of an element that acts as an additional label. The Select will
1455
1456
  * be labelled by the additional label and the selected value.
@@ -1533,7 +1534,7 @@ process.env.NODE_ENV !== "production" && (cn.propTypes = {
1533
1534
  */
1534
1535
  variant: e.oneOf(["standard", "outlined", "filled"])
1535
1536
  });
1536
- const vt = An(/* @__PURE__ */ k("path", {
1537
+ const vt = An(/* @__PURE__ */ $("path", {
1537
1538
  d: "M7 10l5 5 5-5z"
1538
1539
  }), "ArrowDropDown");
1539
1540
  function yt(n) {
@@ -1549,7 +1550,7 @@ const ne = c({}, Nn, le("MuiFilledInput", ["root", "underline", "input"])), Et =
1549
1550
  }, yt, t);
1550
1551
  return c({}, t, b);
1551
1552
  }, Ot = V(Fn, {
1552
- shouldForwardProp: (n) => Oe(n) || n === "classes",
1553
+ shouldForwardProp: (n) => Pe(n) || n === "classes",
1553
1554
  name: "MuiFilledInput",
1554
1555
  slot: "Root",
1555
1556
  overridesResolver: (n, t) => {
@@ -1646,10 +1647,10 @@ const ne = c({}, Nn, le("MuiFilledInput", ["root", "underline", "input"])), Et =
1646
1647
  paddingTop: 16,
1647
1648
  paddingBottom: 17
1648
1649
  }));
1649
- }), Rt = V(kn, {
1650
+ }), Rt = V($n, {
1650
1651
  name: "MuiFilledInput",
1651
1652
  slot: "Input",
1652
- overridesResolver: $n
1653
+ overridesResolver: kn
1653
1654
  })(({
1654
1655
  theme: n,
1655
1656
  ownerState: t
@@ -1696,9 +1697,9 @@ const ne = c({}, Nn, le("MuiFilledInput", ["root", "underline", "input"])), Et =
1696
1697
  }, t.hiddenLabel && t.size === "small" && {
1697
1698
  paddingTop: 8,
1698
1699
  paddingBottom: 9
1699
- })), ke = /* @__PURE__ */ i.forwardRef(function(t, o) {
1700
+ })), $e = /* @__PURE__ */ i.forwardRef(function(t, o) {
1700
1701
  var s, b, l, u;
1701
- const d = Pe({
1702
+ const d = Ee({
1702
1703
  props: t,
1703
1704
  name: "MuiFilledInput"
1704
1705
  }), {
@@ -1707,14 +1708,14 @@ const ne = c({}, Nn, le("MuiFilledInput", ["root", "underline", "input"])), Et =
1707
1708
  fullWidth: N = !1,
1708
1709
  // declare here to prevent spreading to DOM
1709
1710
  inputComponent: F = "input",
1710
- multiline: $ = !1,
1711
+ multiline: k = !1,
1711
1712
  slotProps: f,
1712
1713
  slots: I = {},
1713
1714
  type: O = "text"
1714
1715
  } = d, w = X(d, Et), E = c({}, d, {
1715
1716
  fullWidth: N,
1716
1717
  inputComponent: F,
1717
- multiline: $,
1718
+ multiline: k,
1718
1719
  type: O
1719
1720
  }), T = Pt(d), a = {
1720
1721
  root: {
@@ -1723,8 +1724,8 @@ const ne = c({}, Nn, le("MuiFilledInput", ["root", "underline", "input"])), Et =
1723
1724
  input: {
1724
1725
  ownerState: E
1725
1726
  }
1726
- }, p = f ?? x ? Je(f ?? x, a) : a, R = (s = (b = I.root) != null ? b : P.Root) != null ? s : Ot, S = (l = (u = I.input) != null ? u : P.Input) != null ? l : Rt;
1727
- return /* @__PURE__ */ k(jn, c({
1727
+ }, p = f ?? x ? en(f ?? x, a) : a, R = (s = (b = I.root) != null ? b : P.Root) != null ? s : Ot, S = (l = (u = I.input) != null ? u : P.Input) != null ? l : Rt;
1728
+ return /* @__PURE__ */ $(jn, c({
1728
1729
  slots: {
1729
1730
  root: R,
1730
1731
  input: S
@@ -1732,14 +1733,14 @@ const ne = c({}, Nn, le("MuiFilledInput", ["root", "underline", "input"])), Et =
1732
1733
  componentsProps: p,
1733
1734
  fullWidth: N,
1734
1735
  inputComponent: F,
1735
- multiline: $,
1736
+ multiline: k,
1736
1737
  ref: o,
1737
1738
  type: O
1738
1739
  }, w, {
1739
1740
  classes: T
1740
1741
  }));
1741
1742
  });
1742
- process.env.NODE_ENV !== "production" && (ke.propTypes = {
1743
+ process.env.NODE_ENV !== "production" && ($e.propTypes = {
1743
1744
  // ----------------------------- Warning --------------------------------
1744
1745
  // | These PropTypes are generated from the TypeScript type definitions |
1745
1746
  // | To update them edit the d.ts file and run "yarn proptypes" |
@@ -1842,7 +1843,7 @@ process.env.NODE_ENV !== "production" && (ke.propTypes = {
1842
1843
  /**
1843
1844
  * Pass a ref to the `input` element.
1844
1845
  */
1845
- inputRef: Re,
1846
+ inputRef: Oe,
1846
1847
  /**
1847
1848
  * If `dense`, will adjust vertical spacing. This is normally obtained via context from
1848
1849
  * FormControl.
@@ -1932,20 +1933,20 @@ process.env.NODE_ENV !== "production" && (ke.propTypes = {
1932
1933
  */
1933
1934
  value: e.any
1934
1935
  });
1935
- ke.muiName = "Input";
1936
+ $e.muiName = "Input";
1936
1937
  var Xe, Ye;
1937
1938
  const Ct = ["autoWidth", "children", "classes", "className", "defaultOpen", "displayEmpty", "IconComponent", "id", "input", "inputProps", "label", "labelId", "MenuProps", "multiple", "native", "onClose", "onOpen", "open", "renderValue", "SelectDisplayProps", "variant"], Tt = (n) => {
1938
1939
  const {
1939
1940
  classes: t
1940
1941
  } = n;
1941
1942
  return t;
1942
- }, $e = {
1943
+ }, ke = {
1943
1944
  name: "MuiSelect",
1944
1945
  overridesResolver: (n, t) => t.root,
1945
- shouldForwardProp: (n) => Oe(n) && n !== "variant",
1946
+ shouldForwardProp: (n) => Pe(n) && n !== "variant",
1946
1947
  slot: "Root"
1947
- }, It = V(Bn, $e)(""), St = V(Vn, $e)(""), xt = V(ke, $e)(""), un = /* @__PURE__ */ i.forwardRef(function(t, o) {
1948
- const s = Pe({
1948
+ }, It = V(Bn, ke)(""), St = V(Vn, ke)(""), xt = V($e, ke)(""), un = /* @__PURE__ */ i.forwardRef(function(t, o) {
1949
+ const s = Ee({
1949
1950
  name: "MuiSelect",
1950
1951
  props: t
1951
1952
  }), {
@@ -1957,7 +1958,7 @@ const Ct = ["autoWidth", "children", "classes", "className", "defaultOpen", "dis
1957
1958
  displayEmpty: x = !1,
1958
1959
  IconComponent: N = vt,
1959
1960
  id: F,
1960
- input: $,
1961
+ input: k,
1961
1962
  inputProps: f,
1962
1963
  label: I,
1963
1964
  labelId: O,
@@ -1974,17 +1975,17 @@ const Ct = ["autoWidth", "children", "classes", "className", "defaultOpen", "dis
1974
1975
  props: s,
1975
1976
  muiFormControl: A,
1976
1977
  states: ["variant"]
1977
- }).variant || _, K = $ || {
1978
- standard: Xe || (Xe = /* @__PURE__ */ k(It, {})),
1979
- outlined: /* @__PURE__ */ k(St, {
1978
+ }).variant || _, K = k || {
1979
+ standard: Xe || (Xe = /* @__PURE__ */ $(It, {})),
1980
+ outlined: /* @__PURE__ */ $(St, {
1980
1981
  label: I
1981
1982
  }),
1982
- filled: Ye || (Ye = /* @__PURE__ */ k(xt, {}))
1983
+ filled: Ye || (Ye = /* @__PURE__ */ $(xt, {}))
1983
1984
  }[z], h = c({}, s, {
1984
1985
  variant: z,
1985
1986
  classes: u
1986
1987
  }), m = Tt(h), B = pe(o, K.ref);
1987
- return /* @__PURE__ */ k(i.Fragment, {
1988
+ return /* @__PURE__ */ $(i.Fragment, {
1988
1989
  children: /* @__PURE__ */ i.cloneElement(K, c({
1989
1990
  // Most of the logic is implemented in `SelectInput`.
1990
1991
  // The `Select` component is a simple API wrapper to expose something better to play with.
@@ -2012,14 +2013,14 @@ const Ct = ["autoWidth", "children", "classes", "className", "defaultOpen", "dis
2012
2013
  id: F
2013
2014
  }, g)
2014
2015
  }, f, {
2015
- classes: f ? Je(m, f.classes) : m
2016
- }, $ ? $.props.inputProps : {})
2016
+ classes: f ? en(m, f.classes) : m
2017
+ }, k ? k.props.inputProps : {})
2017
2018
  }, E && T && z === "outlined" ? {
2018
2019
  notched: !0
2019
2020
  } : {}, {
2020
2021
  ref: B,
2021
2022
  className: oe(K.props.className, d)
2022
- }, !$ && {
2023
+ }, !k && {
2023
2024
  variant: z
2024
2025
  }, L))
2025
2026
  });
@@ -2173,7 +2174,7 @@ process.env.NODE_ENV !== "production" && (un.propTypes = {
2173
2174
  });
2174
2175
  un.muiName = "Select";
2175
2176
  export {
2176
- ke as F,
2177
+ $e as F,
2177
2178
  Fe as G,
2178
2179
  un as S
2179
2180
  };
@@ -1,16 +1,16 @@
1
1
  import { _ as se, a as b } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
2
  import * as d from "react";
3
- import { r as Ke } from "./createStyled-CUatW1r9.js";
4
- import { P as l } from "./createTheme-DrgvKMA_.js";
5
- import { g as Be, u as Ee, c as L, a as Me } from "./useThemeProps-BlXpIqSE.js";
6
- import { s as O } from "./styled-DkqItiLo.js";
7
- import { u as Ne } from "./useTheme-B6oa3v5u.js";
3
+ import { r as Ke } from "./createStyled-BGx1I94c.js";
4
+ import { P as l } from "./index-DMSHuq6l.js";
5
+ import { g as Be, u as Ee, c as L, a as Me } from "./useThemeProps-DRP1dikX.js";
6
+ import { s as O } from "./styled-B8ugzvji.js";
7
+ import { u as Ne } from "./useTheme-D-uii9iX.js";
8
8
  import { jsx as y, jsxs as ve } from "react/jsx-runtime";
9
9
  import { o as Re } from "./ownerWindow-niciwP7I.js";
10
10
  import { d as ne } from "./debounce-46wSf_lW.js";
11
- import { g as ze } from "./createTheme-DVoJnXAT.js";
12
- import { B as qe, b as re, r as Ge } from "./ButtonBase-CgQC8DUB.js";
13
- import { c as Ie } from "./createSvgIcon-CBoAEepv.js";
11
+ import { g as ze } from "./createTheme-CNnKNxwL.js";
12
+ import { B as qe, b as re, r as Ge } from "./ButtonBase-DsX-jMQJ.js";
13
+ import { c as Ie } from "./createSvgIcon-OuwzpcaC.js";
14
14
  import { o as Je } from "./ownerDocument-CUrv0DIK.js";
15
15
  let I;
16
16
  function Le() {