@hortiview/shared-components 2.18.0 → 2.19.0

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 (229) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/{AlertBanner-aW6joVUm.js → AlertBanner-BFzaGOer.js} +3 -3
  3. package/dist/{GenericCard-IWX-Bmb_.js → GenericCard-grpa3KJR.js} +3 -3
  4. package/dist/ListAreaService-Y8wR14Xq.js +126 -0
  5. package/dist/{_Map-D8db_GOu.js → _Map-BYxTn6ob.js} +1 -1
  6. package/dist/{_commonjsHelpers-B4e78b8K.js → _commonjsHelpers-ByX85dGu.js} +18 -13
  7. package/dist/animationframe-CqXArbwZ.js +32 -0
  8. package/dist/assets/ListAreaService.css +1 -1
  9. package/dist/assets/LoadingSpinner.css +1 -1
  10. package/dist/component-By6nyiBU.js +70 -0
  11. package/dist/{component-DEJuY56h.js → component-DYpB_4EP.js} +1 -111
  12. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  13. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  14. package/dist/components/AllowedButton/AllowedButton.d.ts +1 -1
  15. package/dist/components/AllowedButton/AllowedButton.js +1 -1
  16. package/dist/components/AllowedIconButton/AllowedIconButton.d.ts +1 -1
  17. package/dist/components/AllowedIconButton/AllowedIconButton.js +1 -1
  18. package/dist/components/BaseView/BaseView.js +14 -14
  19. package/dist/components/BasicHeading/BasicHeading.js +5 -5
  20. package/dist/components/BlockView/BlockView.js +2 -2
  21. package/dist/components/ButtonCard/ButtonCard.js +6 -6
  22. package/dist/components/ChipCard/ChipCard.js +13 -255
  23. package/dist/components/ConfirmationModal/ConfirmationModal.js +8 -8
  24. package/dist/components/ContextMenu/ContextMenu.js +12 -12
  25. package/dist/components/DeleteModal/DeleteModal.js +25 -25
  26. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
  27. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  28. package/dist/components/EmptyView/EmptyView.d.ts +10 -1
  29. package/dist/components/EmptyView/EmptyView.js +50 -34
  30. package/dist/components/Filter/Filter.js +15 -15
  31. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  32. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +7 -22
  33. package/dist/components/FormComponents/FormNumber/CustomTextField.js +3 -3
  34. package/dist/components/FormComponents/FormNumber/FormNumber.js +1 -1
  35. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  36. package/dist/components/FormComponents/FormSelect/FormSelect.js +4 -4
  37. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  38. package/dist/components/FormComponents/FormSlider/FormSlider.js +10 -98
  39. package/dist/components/FormComponents/FormText/FormText.js +2 -2
  40. package/dist/components/FormComponents/FormToggle/FormToggle.js +4 -4
  41. package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.js +1 -1
  42. package/dist/components/GenericTable/GenericTable.js +36 -172
  43. package/dist/components/GenericTable/GenericTableService.d.ts +4 -1
  44. package/dist/components/GenericTable/GenericTableService.js +24 -24
  45. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  46. package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
  47. package/dist/components/HashTabView/HashTabView.js +10 -428
  48. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  49. package/dist/components/Iconify/Iconify.js +2 -2
  50. package/dist/components/InfoCard/InfoCard.js +4 -4
  51. package/dist/components/InfoGroup/InfoGroup.js +4 -4
  52. package/dist/components/ListArea/ListArea.d.ts +5 -1
  53. package/dist/components/ListArea/ListArea.js +39 -36
  54. package/dist/components/ListArea/ListAreaService.js +6 -6
  55. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +13 -5
  56. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +44 -108
  57. package/dist/components/Modal/Modal.js +12 -122
  58. package/dist/components/ModulePadding/ModulePadding.js +11 -11
  59. package/dist/components/OfflineView/OfflineView.js +45 -7
  60. package/dist/components/OnboardingBanner/OnboardingBanner.js +8 -8
  61. package/dist/components/OverflowTooltip/OverflowTooltip.js +2 -2
  62. package/dist/components/SearchBar/SearchBar.js +2 -2
  63. package/dist/components/Select/Select.js +2 -2
  64. package/dist/components/Stepper/Stepper.js +1 -1
  65. package/dist/components/Stepper/components/StepperButton.js +1 -1
  66. package/dist/components/Stepper/components/StepperHeader.js +3 -3
  67. package/dist/components/Stepper/components/StepperItem.js +2 -2
  68. package/dist/{correct-is-regexp-logic-Y0ToWEjF.js → correct-is-regexp-logic-BJ-OWRrn.js} +1 -1
  69. package/dist/{defineProperty-BTsGZ3c1.js → defineProperty-B7N9EBBI.js} +3 -3
  70. package/dist/{es.string.iterator-UszlTFwY.js → es.string.iterator-DBx2A42F.js} +2 -2
  71. package/dist/{find-CHg-_ooq.js → find-eU9ab_u7.js} +4 -4
  72. package/dist/{get-DxjPG00Z.js → get-BLvvbtML.js} +3 -3
  73. package/dist/get-CBFiuc3f.js +7 -0
  74. package/dist/hooks/useBreakpoints.js +37 -3
  75. package/dist/hooks/useHelperText.js +1 -1
  76. package/dist/{identity-BVIVr9qu.js → identity-B0bbReND.js} +4 -4
  77. package/dist/{index-BcGujPyk.js → index-Df2FYN-K.js} +5 -26
  78. package/dist/{index.es-B8p8KCdj.js → index.es-B19PQgzU.js} +4 -4
  79. package/dist/{index.es-BYcQTTL8.js → index.es-B9BUXRQn.js} +9 -339
  80. package/dist/{index.es-BPv5dCFQ.js → index.es-BOG3_7IM.js} +12 -12
  81. package/dist/{index.es-DGoBge9W.js → index.es-BOvO8moE.js} +4 -4
  82. package/dist/{index.es-BoUnovl_.js → index.es-BcnmoCEg.js} +8 -74
  83. package/dist/{index.es-C32E1Lcb.js → index.es-BwafUoK3.js} +82 -147
  84. package/dist/{index.es-B1h6DPYp.js → index.es-C27R5Xae.js} +2 -2
  85. package/dist/{index.es-nwjKmW7-.js → index.es-C2IOpX7R.js} +34 -111
  86. package/dist/{index.es-Da7ok-B-.js → index.es-C6I3L4U4.js} +2 -2
  87. package/dist/{index.es-BHvm4m-B.js → index.es-Cg57snrN.js} +19 -261
  88. package/dist/{index.es-DUTChZks.js → index.es-Ci3O23C_.js} +6 -72
  89. package/dist/{index.es-t87yNd9Y.js → index.es-CkB4776y.js} +6 -72
  90. package/dist/{index.es-CeQB6igi.js → index.es-Cr1PSTyq.js} +3 -3
  91. package/dist/{index.es--C-VLspF.js → index.es-D1iB_QlE.js} +8 -140
  92. package/dist/{index.es-Dgxrk6xW.js → index.es-DEBGoIKX.js} +2 -2
  93. package/dist/{index.es-CWyjqoEE.js → index.es-DHnCVuQ8.js} +7 -73
  94. package/dist/{index.es-Bo-d_yTV.js → index.es-DHoIQ8lu.js} +2 -2
  95. package/dist/{index.es-SjZ_-d7U.js → index.es-DUrjyxNI.js} +5 -5
  96. package/dist/{index.es-Cfv794DG.js → index.es-DdeCB7LW.js} +1 -1
  97. package/dist/{index.es-BanVdXEd.js → index.es-DgncYOqO.js} +2 -2
  98. package/dist/{index.es-DOnQ26kT.js → index.es-DhlgTSuU.js} +3 -3
  99. package/dist/{index.es-oxil0uFe.js → index.es-Z0aF-7Cn.js} +3 -6
  100. package/dist/{index.es-DmRhbgqK.js → index.es-l_3PNohs.js} +2 -68
  101. package/dist/{isArray-B457bpaW.js → isArray-Ce1Q96lU.js} +1 -1
  102. package/dist/isArray-olhCpv2e.js +7 -0
  103. package/dist/{isEmpty-BnfHn4bl.js → isEmpty-l2xQKl4x.js} +3 -3
  104. package/dist/{isString-DVA49FEo.js → isString-BNdV0Jpg.js} +3 -3
  105. package/dist/{isTypedArray-DziahYkI.js → isTypedArray-D39qzPYE.js} +2 -2
  106. package/dist/{keyboard-DiKJoabs.js → keyboard-DbG3oyPU.js} +3 -25
  107. package/dist/main.js +15 -15
  108. package/dist/{map-BprzXv4m.js → map-ZSVweMI1.js} +5 -5
  109. package/dist/{omit-CYY_mIYv.js → omit-BWQrFyQ-.js} +7 -7
  110. package/dist/{orderBy-DLBJlgdL.js → orderBy-Ce85KqD6.js} +7 -7
  111. package/dist/{parse-int-D-3oah_F.js → parse-int-CGpIXMGa.js} +2 -2
  112. package/dist/{react-number-format.es-DzkMiF8j.js → react-number-format.es-pczkQ4lQ.js} +0 -1
  113. package/dist/{react-tooltip.min-CVsI--2Y.js → react-tooltip.min-Dkz5ltCC.js} +1 -12
  114. package/dist/{react.esm-Bm0cAgpZ.js → react.esm-DF7i80eN.js} +2471 -2582
  115. package/dist/services/UtilService.js +9 -9
  116. package/dist/{slicedToArray-ByMQIs5x.js → slicedToArray-DC6VAZtW.js} +4 -4
  117. package/dist/test-utils.js +1 -1
  118. package/dist/{toString-B7FIT8FE.js → toString-D5bEU-DN.js} +1 -1
  119. package/dist/types/GenericTable.d.ts +3 -3
  120. package/dist/{uniqueId-BNVTeImh.js → uniqueId-CJo-XRQb.js} +2 -2
  121. package/dist/{util-DA21pZXj.js → util-CBo-ipCE.js} +0 -22
  122. package/package.json +2 -2
  123. package/dist/BigLoadingSpinner-DGj9_Z5J.js +0 -16
  124. package/dist/ListAreaService-Fsm3-gDM.js +0 -125
  125. package/dist/OfflineView-CIwV08EQ.js +0 -48
  126. package/dist/animationframe-BVKDmEXe.js +0 -54
  127. package/dist/component-Bz_dtX1r.js +0 -114
  128. package/dist/components/AlertBanner/AlertBanner.test.d.ts +0 -1
  129. package/dist/components/AlertBanner/AlertBanner.test.js +0 -34
  130. package/dist/components/AlertBanner/LinkBanner.test.d.ts +0 -1
  131. package/dist/components/AlertBanner/LinkBanner.test.js +0 -17
  132. package/dist/components/Allowed/Allowed.test.d.ts +0 -1
  133. package/dist/components/Allowed/Allowed.test.js +0 -49
  134. package/dist/components/AllowedButton/AllowedButton.test.d.ts +0 -1
  135. package/dist/components/AllowedButton/AllowedButton.test.js +0 -126
  136. package/dist/components/AllowedIconButton/AllowedIconButton.test.d.ts +0 -1
  137. package/dist/components/AllowedIconButton/AllowedIconButton.test.js +0 -121
  138. package/dist/components/BaseView/BaseView.test.d.ts +0 -1
  139. package/dist/components/BaseView/BaseView.test.js +0 -180
  140. package/dist/components/BasicHeading/BasicHeading.test.d.ts +0 -1
  141. package/dist/components/BasicHeading/BasicHeading.test.js +0 -36
  142. package/dist/components/BlockView/BlockView.test.d.ts +0 -1
  143. package/dist/components/BlockView/BlockView.test.js +0 -47
  144. package/dist/components/ButtonCard/ButtonCard.test.d.ts +0 -1
  145. package/dist/components/ButtonCard/ButtonCard.test.js +0 -92
  146. package/dist/components/ChipCard/ChipCard.test.d.ts +0 -1
  147. package/dist/components/ChipCard/ChipCard.test.js +0 -25
  148. package/dist/components/ConfirmationModal/ConfirmationModal.test.d.ts +0 -1
  149. package/dist/components/ConfirmationModal/ConfirmationModal.test.js +0 -221
  150. package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
  151. package/dist/components/ContextMenu/ContextMenu.test.js +0 -96
  152. package/dist/components/DeleteModal/DeleteModal.test.d.ts +0 -1
  153. package/dist/components/DeleteModal/DeleteModal.test.js +0 -132
  154. package/dist/components/Disclaimer/Disclaimer.test.d.ts +0 -1
  155. package/dist/components/Disclaimer/Disclaimer.test.js +0 -13
  156. package/dist/components/EmptyView/EmptyView.test.d.ts +0 -1
  157. package/dist/components/EmptyView/EmptyView.test.js +0 -50
  158. package/dist/components/Filter/Filter.test.d.ts +0 -1
  159. package/dist/components/Filter/Filter.test.js +0 -166
  160. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.d.ts +0 -1
  161. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +0 -56
  162. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.d.ts +0 -1
  163. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +0 -56
  164. package/dist/components/FormComponents/FormNumber/FormNumber.test.d.ts +0 -1
  165. package/dist/components/FormComponents/FormNumber/FormNumber.test.js +0 -51
  166. package/dist/components/FormComponents/FormRadio/FormRadio.test.d.ts +0 -1
  167. package/dist/components/FormComponents/FormRadio/FormRadio.test.js +0 -73
  168. package/dist/components/FormComponents/FormSelect/FormSelect.test.d.ts +0 -1
  169. package/dist/components/FormComponents/FormSelect/FormSelect.test.js +0 -226
  170. package/dist/components/FormComponents/FormSlider/FormSlider.test.d.ts +0 -1
  171. package/dist/components/FormComponents/FormSlider/FormSlider.test.js +0 -49
  172. package/dist/components/FormComponents/FormText/FormText.test.d.ts +0 -1
  173. package/dist/components/FormComponents/FormText/FormText.test.js +0 -113
  174. package/dist/components/FormComponents/FormToggle/FormToggle.test.d.ts +0 -1
  175. package/dist/components/FormComponents/FormToggle/FormToggle.test.js +0 -54
  176. package/dist/components/GenericTable/GenericTable.test.d.ts +0 -1
  177. package/dist/components/GenericTable/GenericTable.test.js +0 -115
  178. package/dist/components/GenericTable/Mobile/GenericCard.test.d.ts +0 -1
  179. package/dist/components/GenericTable/Mobile/GenericCard.test.js +0 -76
  180. package/dist/components/GenericTable/Mobile/GenericCardList.test.d.ts +0 -1
  181. package/dist/components/GenericTable/Mobile/GenericCardList.test.js +0 -75
  182. package/dist/components/HashTabView/HashTabView.test.d.ts +0 -1
  183. package/dist/components/HashTabView/HashTabView.test.js +0 -31
  184. package/dist/components/HeaderFilter/HeaderFilter.test.d.ts +0 -1
  185. package/dist/components/HeaderFilter/HeaderFilter.test.js +0 -46
  186. package/dist/components/Iconify/Iconify.test.d.ts +0 -1
  187. package/dist/components/Iconify/Iconify.test.js +0 -28
  188. package/dist/components/InfoCard/InfoCard.test.d.ts +0 -1
  189. package/dist/components/InfoCard/InfoCard.test.js +0 -48
  190. package/dist/components/InfoGroup/InfoGroup.test.d.ts +0 -1
  191. package/dist/components/InfoGroup/InfoGroup.test.js +0 -40
  192. package/dist/components/ListArea/ListArea.test.d.ts +0 -1
  193. package/dist/components/ListArea/ListArea.test.js +0 -110
  194. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.d.ts +0 -1
  195. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +0 -15
  196. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.d.ts +0 -1
  197. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +0 -20
  198. package/dist/components/ModulePadding/ModulePadding.test.d.ts +0 -1
  199. package/dist/components/ModulePadding/ModulePadding.test.js +0 -22
  200. package/dist/components/OfflineView/OfflineView.test.d.ts +0 -1
  201. package/dist/components/OfflineView/OfflineView.test.js +0 -24
  202. package/dist/components/OnboardingBanner/OnboardingBanner.test.d.ts +0 -1
  203. package/dist/components/OnboardingBanner/OnboardingBanner.test.js +0 -72
  204. package/dist/components/OverflowTooltip/OverflowTooltip.test.d.ts +0 -1
  205. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +0 -37
  206. package/dist/components/PermissionChecks/PermissionService.test.d.ts +0 -1
  207. package/dist/components/PermissionChecks/PermissionService.test.js +0 -91
  208. package/dist/components/SafeForm/SafeForm.test.d.ts +0 -1
  209. package/dist/components/SafeForm/SafeForm.test.js +0 -91
  210. package/dist/components/Scrollbar/scrollbar.test.d.ts +0 -1
  211. package/dist/components/Scrollbar/scrollbar.test.js +0 -15
  212. package/dist/components/SearchBar/SearchBar.test.d.ts +0 -1
  213. package/dist/components/SearchBar/SearchBar.test.js +0 -23
  214. package/dist/components/Select/Select.test.d.ts +0 -1
  215. package/dist/components/Select/Select.test.js +0 -28
  216. package/dist/components/Stepper/Stepper.test.d.ts +0 -1
  217. package/dist/components/Stepper/Stepper.test.js +0 -342
  218. package/dist/components/VerticalDivider/VerticalDivider.test.d.ts +0 -1
  219. package/dist/components/VerticalDivider/VerticalDivider.test.js +0 -15
  220. package/dist/get-D8IXqiys.js +0 -7
  221. package/dist/hooks/useBreakpoints.test.d.ts +0 -1
  222. package/dist/hooks/useBreakpoints.test.js +0 -11
  223. package/dist/index-BLPBqbdx.js +0 -11025
  224. package/dist/isArray-BjSPDQ4v.js +0 -7
  225. package/dist/magic-string.es-uPKorP4O.js +0 -663
  226. package/dist/services/services.test.d.ts +0 -1
  227. package/dist/services/services.test.js +0 -106
  228. package/dist/useBreakpoints-MzTZ0tCT.js +0 -45
  229. package/dist/vi.bdSIJ99Y-B308Q-4w.js +0 -11963
@@ -1,45 +1,61 @@
1
- import { jsxs as c, jsx as i } from "react/jsx-runtime";
2
- import { G as p } from "../../index.es-oxil0uFe.js";
3
- import { a as o } from "../../index.es-SjZ_-d7U.js";
4
- import { Iconify as d } from "../Iconify/Iconify.js";
5
- import { c as u } from "../../index-BcGujPyk.js";
6
- import '../../assets/EmptyView.css';const y = "_emptyViewContainer_19inl_1", _ = "_full_19inl_7", f = "_medium_19inl_11", w = "_small_19inl_15", C = "_title_19inl_20", e = {
7
- emptyViewContainer: y,
8
- full: _,
9
- medium: f,
10
- small: w,
11
- title: C
12
- }, A = ({
13
- title: l,
14
- subtitle: m,
15
- height: t = "medium",
16
- icon: n,
17
- iconSize: r = "medium",
18
- action: s,
19
- className: a
20
- }) => /* @__PURE__ */ c(
21
- p,
1
+ import { jsx as t, jsxs as d, Fragment as u } from "react/jsx-runtime";
2
+ import { G as y } from "../../index.es-Z0aF-7Cn.js";
3
+ import { a as l } from "../../index.es-DUrjyxNI.js";
4
+ import { c as _ } from "../../index-Df2FYN-K.js";
5
+ import { Iconify as f } from "../Iconify/Iconify.js";
6
+ import "react";
7
+ import "../../react-tooltip.min-Dkz5ltCC.js";
8
+ import "../../orderBy-Ce85KqD6.js";
9
+ import "../../index-CuHybtft.js";
10
+ import "../SharedComponentsPermissionProvider/PermissionContext.js";
11
+ import "../../uniqueId-CJo-XRQb.js";
12
+ import { LoadingSpinner as w } from "../LoadingSpinner/Default/LoadingSpinner.js";
13
+ import "react-hook-form";
14
+ import "../../get-CBFiuc3f.js";
15
+ import "../../isArray-olhCpv2e.js";
16
+ import "../../isString-BNdV0Jpg.js";
17
+ import "../../omit-BWQrFyQ-.js";
18
+ import "../../types/Time.js";
19
+ import "../../react.esm-DF7i80eN.js";
20
+ import '../../assets/EmptyView.css';const C = "_emptyViewContainer_19inl_1", V = "_full_19inl_7", x = "_medium_19inl_11", N = "_small_19inl_15", g = "_title_19inl_20", i = {
21
+ emptyViewContainer: C,
22
+ full: V,
23
+ medium: x,
24
+ small: N,
25
+ title: g
26
+ }, H = ({
27
+ title: e,
28
+ subtitle: r,
29
+ height: m = "medium",
30
+ icon: o,
31
+ iconSize: n = "medium",
32
+ action: p,
33
+ className: s,
34
+ isLoading: a = !1,
35
+ loadingSpinner: c
36
+ }) => /* @__PURE__ */ t(
37
+ y,
22
38
  {
23
39
  fullWidth: !0,
24
40
  direction: "vertical",
25
41
  secondaryAlign: "center",
26
42
  primaryAlign: "center",
27
43
  "data-testid": "empty-view-container",
28
- className: u(
29
- a,
30
- e.emptyViewContainer,
31
- t === "full" && e.full,
32
- t === "medium" && e.medium,
33
- t === "small" && e.small
44
+ className: _(
45
+ s,
46
+ i.emptyViewContainer,
47
+ m === "full" && i.full,
48
+ m === "medium" && i.medium,
49
+ m === "small" && i.small
34
50
  ),
35
- children: [
36
- n && /* @__PURE__ */ i(d, { icon: n, iconSize: r }),
37
- l && /* @__PURE__ */ i(o, { type: "body1", className: e.title, children: l }),
38
- m && /* @__PURE__ */ i(o, { type: "body1", className: e.title, children: m }),
39
- s
40
- ]
51
+ children: a ? c ?? /* @__PURE__ */ t(w, { spinnerOnly: !0, size: "sm" }) : /* @__PURE__ */ d(u, { children: [
52
+ o && /* @__PURE__ */ t(f, { icon: o, iconSize: n }),
53
+ e && /* @__PURE__ */ t(l, { type: "body1", className: i.title, children: e }),
54
+ r && /* @__PURE__ */ t(l, { type: "body1", className: i.title, children: r }),
55
+ p
56
+ ] })
41
57
  }
42
58
  );
43
59
  export {
44
- A as EmptyView
60
+ H as EmptyView
45
61
  };
@@ -1,28 +1,28 @@
1
1
  import { jsx as e, jsxs as B, Fragment as D } from "react/jsx-runtime";
2
- import { N as z } from "../../index.es-BHvm4m-B.js";
3
- import { B as _ } from "../../index.es-B8p8KCdj.js";
4
- import { G as v } from "../../index.es-oxil0uFe.js";
5
- import { I as W } from "../../index.es-t87yNd9Y.js";
6
- import { S as j } from "../../index.es-DUTChZks.js";
7
- import { c as G } from "../../index-BcGujPyk.js";
2
+ import { N as z } from "../../index.es-Cg57snrN.js";
3
+ import { B as _ } from "../../index.es-B19PQgzU.js";
4
+ import { G as v } from "../../index.es-Z0aF-7Cn.js";
5
+ import { I as W } from "../../index.es-CkB4776y.js";
6
+ import { S as j } from "../../index.es-Ci3O23C_.js";
7
+ import { c as G } from "../../index-Df2FYN-K.js";
8
8
  import { useState as b } from "react";
9
9
  import { Iconify as H } from "../Iconify/Iconify.js";
10
- import { u as F } from "../../useBreakpoints-MzTZ0tCT.js";
11
- import "../../react-tooltip.min-CVsI--2Y.js";
12
- import "../../orderBy-DLBJlgdL.js";
10
+ import { useBreakpoints as F } from "../../hooks/useBreakpoints.js";
11
+ import "../../react-tooltip.min-Dkz5ltCC.js";
12
+ import "../../orderBy-Ce85KqD6.js";
13
13
  import { SearchBar as I } from "../SearchBar/SearchBar.js";
14
14
  import "../../index-CuHybtft.js";
15
15
  import "../SharedComponentsPermissionProvider/PermissionContext.js";
16
16
  import { Modal as K } from "../Modal/Modal.js";
17
- import "../../uniqueId-BNVTeImh.js";
17
+ import "../../uniqueId-CJo-XRQb.js";
18
18
  import { Select as M } from "../Select/Select.js";
19
19
  import "react-hook-form";
20
- import "../../get-D8IXqiys.js";
21
- import "../../isArray-BjSPDQ4v.js";
22
- import "../../isString-DVA49FEo.js";
23
- import "../../omit-CYY_mIYv.js";
20
+ import "../../get-CBFiuc3f.js";
21
+ import "../../isArray-olhCpv2e.js";
22
+ import "../../isString-BNdV0Jpg.js";
23
+ import "../../omit-BWQrFyQ-.js";
24
24
  import "../../types/Time.js";
25
- import "../../react.esm-Bm0cAgpZ.js";
25
+ import "../../react.esm-DF7i80eN.js";
26
26
  import '../../assets/Filter.css';const T = "_filterButton_1qtzn_1", V = "_relativeParent_1qtzn_21", E = "_iconColor_1qtzn_25", J = "_filterBadge_1qtzn_29", Q = "_dense_1qtzn_36", U = "_filterModal_1qtzn_41", X = "_borderRadius_1qtzn_45", s = {
27
27
  filterButton: T,
28
28
  relativeParent: V,
@@ -1,5 +1,5 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- import { C as m } from "../../../index.es-BoUnovl_.js";
2
+ import { C as m } from "../../../index.es-BcnmoCEg.js";
3
3
  import { useFormContext as k, Controller as C } from "react-hook-form";
4
4
  import '../../../assets/FormCheckBox.css';const b = "_invalid_1l2r2_1", d = "_checkbox_1l2r2_5", c = {
5
5
  invalid: b,
@@ -1,8 +1,8 @@
1
1
  import { jsx as C, jsxs as pa } from "react/jsx-runtime";
2
- import { B as ba } from "../../../index.es-B8p8KCdj.js";
3
- import { b as u, a as o, c as d, d as s, r as wa, s as be, t as M, m as j, l as D, f as z, e as N, g as ya, D as Pa } from "../../../index.es-C32E1Lcb.js";
4
- import { D as ka } from "../../../index.es-B1h6DPYp.js";
5
- import { P as Ma } from "../../../index.es-BanVdXEd.js";
2
+ import { B as ba } from "../../../index.es-B19PQgzU.js";
3
+ import { b as u, a as o, c as d, d as s, r as wa, s as be, t as M, m as j, l as D, f as z, e as N, g as ya, D as Pa } from "../../../index.es-BwafUoK3.js";
4
+ import { D as ka } from "../../../index.es-C27R5Xae.js";
5
+ import { P as Ma } from "../../../index.es-DgncYOqO.js";
6
6
  import { useMemo as V, useState as $a } from "react";
7
7
  import { useFormContext as Wa, Controller as ja } from "react-hook-form";
8
8
  import { useHelperText as Da } from "../../../hooks/useHelperText.js";
@@ -6846,12 +6846,7 @@ var mu = {
6846
6846
  })
6847
6847
  }, lh = {
6848
6848
  lastWeek: function(e) {
6849
- switch (e.getUTCDay()) {
6850
- case 6:
6851
- return "'το προηγούμενο' eeee 'στις' p";
6852
- default:
6853
- return "'την προηγούμενη' eeee 'στις' p";
6854
- }
6849
+ return e.getUTCDay() === 6 ? "'το προηγούμενο' eeee 'στις' p" : "'την προηγούμενη' eeee 'στις' p";
6855
6850
  },
6856
6851
  yesterday: "'χθες στις' p",
6857
6852
  today: "'σήμερα στις' p",
@@ -13536,23 +13531,13 @@ var QP = {
13536
13531
  })
13537
13532
  }, se = ["domenica", "lunedì", "martedì", "mercoledì", "giovedì", "venerdì", "sabato"];
13538
13533
  function iM(r) {
13539
- switch (r) {
13540
- case 0:
13541
- return "'domenica scorsa alle' p";
13542
- default:
13543
- return "'" + se[r] + " scorso alle' p";
13544
- }
13534
+ return r === 0 ? "'domenica scorsa alle' p" : "'" + se[r] + " scorso alle' p";
13545
13535
  }
13546
13536
  function xe(r) {
13547
13537
  return "'" + se[r] + " alle' p";
13548
13538
  }
13549
13539
  function oM(r) {
13550
- switch (r) {
13551
- case 0:
13552
- return "'domenica prossima alle' p";
13553
- default:
13554
- return "'" + se[r] + " prossimo alle' p";
13555
- }
13540
+ return r === 0 ? "'domenica prossima alle' p" : "'" + se[r] + " prossimo alle' p";
13556
13541
  }
13557
13542
  var dM = {
13558
13543
  lastWeek: function(e, n, a) {
@@ -1,7 +1,7 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
- import { T as u } from "../../../index.es-BYcQTTL8.js";
3
- import { g } from "../../../get-D8IXqiys.js";
4
- import { o as f } from "../../../omit-CYY_mIYv.js";
2
+ import { T as u } from "../../../index.es-B9BUXRQn.js";
3
+ import { g } from "../../../get-CBFiuc3f.js";
4
+ import { o as f } from "../../../omit-BWQrFyQ-.js";
5
5
  import { useMemo as v } from "react";
6
6
  import { useFormContext as s } from "react-hook-form";
7
7
  import '../../../assets/CustomTextField.css';const c = "_invalid_142hx_1", h = "_borderRadius_142hx_5", o = {
@@ -1,6 +1,6 @@
1
1
  import { jsx as m } from "react/jsx-runtime";
2
2
  import { useFormContext as d, Controller as N } from "react-hook-form";
3
- import { N as T } from "../../../react-number-format.es-DzkMiF8j.js";
3
+ import { N as T } from "../../../react-number-format.es-pczkQ4lQ.js";
4
4
  import { useHelperText as C } from "../../../hooks/useHelperText.js";
5
5
  import { useDecimalSeparator as S, useThousandSeparator as y } from "../../../services/NumberService.js";
6
6
  import { CustomTextField as F } from "./CustomTextField.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as r, Fragment as m } from "react/jsx-runtime";
2
- import { R as d } from "../../../index.es-CWyjqoEE.js";
2
+ import { R as d } from "../../../index.es-DHnCVuQ8.js";
3
3
  import { useFormContext as s, Controller as c } from "react-hook-form";
4
4
  const g = ({ propertyName: l, options: t }) => {
5
5
  const { control: n, setValue: o } = s(), u = (a) => {
@@ -1,13 +1,13 @@
1
1
  import { jsx as l, Fragment as g, jsxs as J } from "react/jsx-runtime";
2
- import { g as u } from "../../../get-D8IXqiys.js";
3
- import { i as L } from "../../../isArray-BjSPDQ4v.js";
2
+ import { g as u } from "../../../get-CBFiuc3f.js";
3
+ import { i as L } from "../../../isArray-olhCpv2e.js";
4
4
  import { useMemo as z } from "react";
5
5
  import { useFormContext as O, Controller as C } from "react-hook-form";
6
- import { M as Q } from "../../../react-tooltip.min-CVsI--2Y.js";
6
+ import { M as Q } from "../../../react-tooltip.min-Dkz5ltCC.js";
7
7
  import { useHelperText as R } from "../../../hooks/useHelperText.js";
8
8
  import { Select as U } from "../../Select/Select.js";
9
9
  import { SelectTooltipText as W } from "./SelectTooltipText.js";
10
- import { u as X } from "../../../useBreakpoints-MzTZ0tCT.js";
10
+ import { useBreakpoints as X } from "../../../hooks/useBreakpoints.js";
11
11
  import '../../../assets/FormSelect.css';const Y = "_invalidHelperText_zh2wu_1", Z = "_invalidBorder_zh2wu_5", N = "_invalidPlaceholder_zh2wu_9", y = "_invalidDropdownIcon_zh2wu_13", K = "_formSelectContainer_zh2wu_18", ee = "_formSelect_zh2wu_18", te = "_multiText_zh2wu_53", ie = "_tooltip_zh2wu_62", oe = "_disabled_zh2wu_67", t = {
12
12
  invalidHelperText: Y,
13
13
  invalidBorder: Z,
@@ -1,6 +1,6 @@
1
1
  import { jsx as i } from "react/jsx-runtime";
2
- import { G as p } from "../../../index.es-oxil0uFe.js";
3
- import { T as d } from "../../../index.es-SjZ_-d7U.js";
2
+ import { G as p } from "../../../index.es-Z0aF-7Cn.js";
3
+ import { T as d } from "../../../index.es-DUrjyxNI.js";
4
4
  const m = ({ value: r, textKey: t, valueKey: e }) => {
5
5
  if (!(!r || r.length === 0))
6
6
  return Array.isArray(r) ? /* @__PURE__ */ i(p, { "data-testid": "select-tooltip", direction: "vertical", gap: "dense", children: r?.map((o) => /* @__PURE__ */ i(d, { level: 2, children: o[t] }, o[e])) }) : r?.[t];
@@ -1,39 +1,17 @@
1
1
  import { jsx as ye } from "react/jsx-runtime";
2
- import { _ as Ze, a as W, c as X, b as Ae, d as Je, P as d } from "../../../index-BcGujPyk.js";
3
- import { _ as Qe, a as Ce, b as Ye, c as et, d as Oe, e as _e, f as tt } from "../../../defineProperty-BTsGZ3c1.js";
4
- import { _ as Re } from "../../../parse-int-D-3oah_F.js";
2
+ import { _ as Ze, a as W, c as X, b as Ae, d as Je, P as d } from "../../../index-Df2FYN-K.js";
3
+ import { _ as Qe, a as Ce, b as Ye, c as et, d as Oe, e as _e, f as tt } from "../../../defineProperty-B7N9EBBI.js";
4
+ import { _ as Re } from "../../../parse-int-CGpIXMGa.js";
5
5
  import p, { forwardRef as rt, useRef as De, useImperativeHandle as Ne, useCallback as x, useEffect as V, useMemo as ke } from "react";
6
- import { I as Be } from "../../../index.es-Dgxrk6xW.js";
7
- import { T as Pe } from "../../../index.es-BYcQTTL8.js";
8
- import { c as Me } from "../../../index.es-Da7ok-B-.js";
6
+ import { I as Be } from "../../../index.es-DEBGoIKX.js";
7
+ import { T as Pe } from "../../../index.es-B9BUXRQn.js";
8
+ import { c as Me } from "../../../index.es-C6I3L4U4.js";
9
9
  import { b as Fe, c as j } from "../../../tslib.es6-BDCynO9F.js";
10
- import { M as nt, a as it } from "../../../component-Bz_dtX1r.js";
11
- import { M as Le, a as at, m as st, b as ut } from "../../../component-DEJuY56h.js";
12
- import { A as ot } from "../../../animationframe-BVKDmEXe.js";
13
- import { a as Ve } from "../../../util-DA21pZXj.js";
10
+ import { M as nt, a as it } from "../../../component-By6nyiBU.js";
11
+ import { M as Le, a as at, m as st, b as ut } from "../../../component-DYpB_4EP.js";
12
+ import { A as ot } from "../../../animationframe-CqXArbwZ.js";
13
+ import { a as Ve } from "../../../util-CBo-ipCE.js";
14
14
  import { useFormContext as lt, Controller as dt } from "react-hook-form";
15
- /**
16
- * @license
17
- * Copyright 2020 Google Inc.
18
- *
19
- * Permission is hereby granted, free of charge, to any person obtaining a copy
20
- * of this software and associated documentation files (the "Software"), to deal
21
- * in the Software without restriction, including without limitation the rights
22
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23
- * copies of the Software, and to permit persons to whom the Software is
24
- * furnished to do so, subject to the following conditions:
25
- *
26
- * The above copyright notice and this permission notice shall be included in
27
- * all copies or substantial portions of the Software.
28
- *
29
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
35
- * THE SOFTWARE.
36
- */
37
15
  var l = {
38
16
  DISABLED: "mdc-slider--disabled",
39
17
  DISCRETE: "mdc-slider--discrete",
@@ -73,28 +51,6 @@ var l = {
73
51
  CHANGE: "MDCSlider:change",
74
52
  INPUT: "MDCSlider:input"
75
53
  };
76
- /**
77
- * @license
78
- * Copyright 2020 Google Inc.
79
- *
80
- * Permission is hereby granted, free of charge, to any person obtaining a copy
81
- * of this software and associated documentation files (the "Software"), to deal
82
- * in the Software without restriction, including without limitation the rights
83
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
84
- * copies of the Software, and to permit persons to whom the Software is
85
- * furnished to do so, subject to the following conditions:
86
- *
87
- * The above copyright notice and this permission notice shall be included in
88
- * all copies or substantial portions of the Software.
89
- *
90
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
91
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
92
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
93
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
94
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
95
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
96
- * THE SOFTWARE.
97
- */
98
54
  var w;
99
55
  (function(s) {
100
56
  s[s.ACTIVE = 0] = "ACTIVE", s[s.INACTIVE = 1] = "INACTIVE";
@@ -103,28 +59,6 @@ var i;
103
59
  (function(s) {
104
60
  s[s.START = 1] = "START", s[s.END = 2] = "END";
105
61
  })(i || (i = {}));
106
- /**
107
- * @license
108
- * Copyright 2020 Google Inc.
109
- *
110
- * Permission is hereby granted, free of charge, to any person obtaining a copy
111
- * of this software and associated documentation files (the "Software"), to deal
112
- * in the Software without restriction, including without limitation the rights
113
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
114
- * copies of the Software, and to permit persons to whom the Software is
115
- * furnished to do so, subject to the following conditions:
116
- *
117
- * The above copyright notice and this permission notice shall be included in
118
- * all copies or substantial portions of the Software.
119
- *
120
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
121
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
122
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
123
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
124
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
125
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
126
- * THE SOFTWARE.
127
- */
128
62
  var q;
129
63
  (function(s) {
130
64
  s.SLIDER_UPDATE = "slider_update";
@@ -501,28 +435,6 @@ function pt(s) {
501
435
  (e === "0" ? 0 : e.length) - Number(r)
502
436
  );
503
437
  }
504
- /**
505
- * @license
506
- * Copyright 2020 Google Inc.
507
- *
508
- * Permission is hereby granted, free of charge, to any person obtaining a copy
509
- * of this software and associated documentation files (the "Software"), to deal
510
- * in the Software without restriction, including without limitation the rights
511
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
512
- * copies of the Software, and to permit persons to whom the Software is
513
- * furnished to do so, subject to the following conditions:
514
- *
515
- * The above copyright notice and this permission notice shall be included in
516
- * all copies or substantial portions of the Software.
517
- *
518
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
519
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
520
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
521
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
522
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
523
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
524
- * THE SOFTWARE.
525
- */
526
438
  var mt = (
527
439
  /** @class */
528
440
  (function(s) {
@@ -1,6 +1,6 @@
1
1
  import { jsx as t, Fragment as _, jsxs as z } from "react/jsx-runtime";
2
- import { T as M } from "../../../index.es-BYcQTTL8.js";
3
- import { a as P } from "../../../index.es-SjZ_-d7U.js";
2
+ import { T as M } from "../../../index.es-B9BUXRQn.js";
3
+ import { a as P } from "../../../index.es-DUrjyxNI.js";
4
4
  import { useState as V, useCallback as W, useMemo as d } from "react";
5
5
  import { useFormContext as D, Controller as v } from "react-hook-form";
6
6
  import { useHelperText as E } from "../../../hooks/useHelperText.js";
@@ -1,8 +1,8 @@
1
1
  import { jsx as t, jsxs as p } from "react/jsx-runtime";
2
- import { G as d } from "../../../index.es-oxil0uFe.js";
3
- import { S as f } from "../../../index.es-DUTChZks.js";
4
- import { a as h } from "../../../index.es-SjZ_-d7U.js";
5
- import { u as C } from "../../../uniqueId-BNVTeImh.js";
2
+ import { G as d } from "../../../index.es-Z0aF-7Cn.js";
3
+ import { S as f } from "../../../index.es-Ci3O23C_.js";
4
+ import { a as h } from "../../../index.es-DUrjyxNI.js";
5
+ import { u as C } from "../../../uniqueId-CJo-XRQb.js";
6
6
  import { useEffect as x } from "react";
7
7
  import { useFormContext as T, Controller as y } from "react-hook-form";
8
8
  const F = ({
@@ -1,5 +1,5 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- import { N as i } from "../../react-number-format.es-DzkMiF8j.js";
2
+ import { N as i } from "../../react-number-format.es-pczkQ4lQ.js";
3
3
  import { useDecimalSeparator as d, useThousandSeparator as n } from "../../services/NumberService.js";
4
4
  const y = ({
5
5
  typographyComponent: a,