@m4l/components 1.0.11 → 1.0.13

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 (144) hide show
  1. package/components/AccountPopover/{index.62b1290b.js → index.f22ad364.js} +4 -4
  2. package/components/AppBar/{index.b48343d8.js → index.8d90ce87.js} +4 -4
  3. package/components/CommonActions/components/ActionCancel/index.609a78ca.js +12 -0
  4. package/components/CommonActions/components/ActionFormCancel/index.a1318eac.js +56 -0
  5. package/components/CommonActions/components/ActionFormIntro/index.34d569d1.js +33 -0
  6. package/components/CommonActions/components/ActionIntro/index.ebac0bc1.js +25 -0
  7. package/components/CommonActions/components/Actions/index.258bf919.js +71 -0
  8. package/components/DataGrid/constants.e334cd50.js +10 -0
  9. package/components/DataGrid/formatters/ColumnBooleanFormatter/index.7fb1ebaa.js +26 -0
  10. package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.0ee10612.js +22 -0
  11. package/components/DataGrid/formatters/ColumnDateFormatter/index.e00d0cf2.js +19 -0
  12. package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.dce9ada8.js +23 -0
  13. package/components/DataGrid/formatters/ColumnNestedValueFormatter/index.880e743b.js +14 -0
  14. package/components/DataGrid/formatters/ColumnPointsFormatter/index.226cc583.js +10 -0
  15. package/components/DataGrid/formatters/ColumnPriceFormatter/index.bf9d9e60.js +10 -0
  16. package/components/DataGrid/formatters/ColumnSetCheckFormatter/index.4045b2f2.js +36 -0
  17. package/components/DataGrid/formatters/ColumnUncertaintyFormatter/index.a87302d1.js +10 -0
  18. package/components/DataGrid/formatters/index.2c2f0ae4.js +1 -0
  19. package/components/DataGrid/index.68e19254.js +915 -0
  20. package/components/DataGrid/subcomponents/Actions/index.6b044e84.js +596 -0
  21. package/components/DataGrid/subcomponents/editors/TextEditor/index.3f0d9e28.js +76 -0
  22. package/components/DragResizeWindow/{index.8b3e79f7.js → index.a358789f.js} +6 -3
  23. package/components/DynamicFilter/constants.1dddd09c.js +31 -0
  24. package/components/DynamicFilter/dictionary.d28d39ef.js +51 -0
  25. package/components/DynamicFilter/helpers/{index.609b3915.js → index.11ed2896.js} +4 -4
  26. package/components/DynamicFilter/{index.0f04f223.js → index.056a99c7.js} +3 -3
  27. package/components/DynamicFilter/slots/{index.00b68384.js → index.82d7eaf2.js} +31 -31
  28. package/components/DynamicFilter/store/{index.85a2812f.js → index.9b5121d6.js} +2 -2
  29. package/components/DynamicFilter/subcomponents/{index.86c6fda2.js → index.778c93cc.js} +217 -15
  30. package/components/FieldLabel/{index.1577ac9c.js → index.6b6f708e.js} +4 -4
  31. package/components/GridLayout/{index.656840a5.js → index.68d907d4.js} +34 -11
  32. package/components/GridLayout/subcomponents/Griditem/{index.b23625d7.js → index.8955a794.js} +3 -4
  33. package/components/GridLayout/subcomponents/Responsive/{index.97505a31.js → index.45cecca2.js} +1 -2
  34. package/components/GridLayout/subcomponents/SizeProvider/{index.36cb4139.js → index.7050ac4f.js} +1 -1
  35. package/components/HelperText/{index.ebb53dac.js → index.09e80920.js} +1 -1
  36. package/components/Icon/{index.8ecfb193.js → index.83867398.js} +10 -26
  37. package/components/Image/{index.4a822ede.js → index.19aa7ff5.js} +3 -2
  38. package/components/LanguagePopover/index.921efd11.js +188 -0
  39. package/components/{mui_extended/LinearProgress/index.e9455b2e.js → LinearProgressIndeterminate/index.ea9c8518.js} +4 -9
  40. package/components/LoadingError/{index.9e829e8d.js → index.aee18b24.js} +11 -7
  41. package/components/MFLoader/{index.29f445e2.js → index.c975666e.js} +8 -4
  42. package/components/ModalDialog/{index.96c4aba3.js → index.0dd5af28.js} +14 -5
  43. package/components/NavLink/{index.9f5d5670.js → index.ad039baf.js} +3 -2
  44. package/components/NoItemSelected/{index.0ae9f28f.js → index.d10603d7.js} +13 -3
  45. package/components/ObjectLogs/{index.40c5047f.js → index.a3e42b21.js} +26 -8
  46. package/components/PDFViewer/{index.651cc4b6.js → index.35f68e67.js} +2 -2
  47. package/components/Page/{index.1d08818c.js → index.f4755eba.js} +18 -2
  48. package/components/PaperForm/{index.1a8b10d4.js → index.007ef4cf.js} +2 -2
  49. package/components/Period/{index.236971ae.js → index.9647181b.js} +15 -54
  50. package/components/PrintingSystem/{index.9fdae551.js → index.a69a9d85.js} +14 -15
  51. package/components/PrintingSystem/subcomponents/BodyNode/{index.794dbc69.js → index.528fcfbf.js} +1 -1
  52. package/components/PrintingSystem/subcomponents/ChartNode/{index.6bbf7d75.js → index.fbe87257.js} +1 -1
  53. package/components/PrintingSystem/subcomponents/DividerNode/{index.015a2212.js → index.f5adab1d.js} +1 -1
  54. package/components/PrintingSystem/subcomponents/FooterNode/{index.08eeb1d2.js → index.f42ca7dc.js} +1 -1
  55. package/components/PrintingSystem/subcomponents/GridNode/{index.23995699.js → index.041b9cff.js} +1 -1
  56. package/components/PrintingSystem/subcomponents/HeaderNode/{index.3fa36620.js → index.a8140332.js} +1 -1
  57. package/components/PrintingSystem/subcomponents/PaperNode/{index.8b7d43f4.js → index.aabde2bb.js} +1 -1
  58. package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.9856c572.js → index.7f75ca46.js} +1 -1
  59. package/components/PrintingSystem/subcomponents/SectionNode/{index.89b3a4e0.js → index.61babb47.js} +1 -1
  60. package/components/PrintingSystem/subcomponents/TextBoxNode/{index.dc6e9dc2.js → index.4d0e67a3.js} +1 -1
  61. package/components/PropertyValue/{index.646a7e8b.js → index.51faabb5.js} +7 -4
  62. package/components/Resizeable/{index.414ff687.js → index.4f75c0b5.js} +1 -1
  63. package/components/ScrollBar/{index.1e89bb44.js → index.21bc5025.js} +1 -1
  64. package/components/SideBar/{index.d221254d.js → index.4075c562.js} +36 -7
  65. package/components/SplitLayout/{index.7d9edf4e.js → index.15756f0f.js} +3 -1
  66. package/components/ToastContainer/{index.7f246bbd.js → index.2a7d304e.js} +3 -3
  67. package/components/animate/variants/index.7a912140.js +1 -0
  68. package/components/areas/components/AreasAdmin/index.325bac22.js +733 -0
  69. package/components/areas/components/AreasViewer/index.6e30ec72.js +1072 -0
  70. package/components/areas/components/index.558684b3.js +1 -0
  71. package/components/areas/constants.66529246.js +6 -0
  72. package/components/areas/contexts/AreasContext/{index.0815f278.js → index.3311cbf9.js} +6 -5
  73. package/components/areas/contexts/DynamicMFParmsContext/{index.37d1d444.js → index.3d9ad0ad.js} +2 -2
  74. package/components/areas/contexts/WindowToolsMFContext/{index.69d95c15.js → index.992ae7a3.js} +2 -2
  75. package/components/areas/contexts/index.24025b97.js +1 -0
  76. package/components/areas/dictionary.08cfc4c9.js +36 -0
  77. package/components/areas/hooks/index.d9dc1e21.js +1 -0
  78. package/components/areas/hooks/useAreas/{index.4039e30d.js → index.f81493ef.js} +1 -1
  79. package/components/areas/hooks/useDynamicMFParameters/{index.03ce6078.js → index.9e09e1e3.js} +1 -1
  80. package/components/areas/hooks/useWindowToolsMF/{index.09801b66.js → index.2fbae9dc.js} +1 -1
  81. package/components/areas/icons.8266ccc8.js +26 -0
  82. package/components/areas/index.4cc6a221.js +22 -0
  83. package/components/commercial/AppBarCommercial/index.cbd55cf8.js +28 -0
  84. package/components/commercial/SectionCommercial/index.d22ebbd5.js +57 -0
  85. package/components/commercial/TopBar/index.410fffa8.js +234 -0
  86. package/components/{HamburgerMenu/index.6c82741d.js → commercial/index.07638f52.js} +5 -3
  87. package/components/formatters/BooleanFormatter/index.cbf9cd6e.js +44 -0
  88. package/components/formatters/DateFormatter/index.2ef6f261.js +43 -0
  89. package/components/formatters/PointsFormatter/index.d8a4ee54.js +25 -0
  90. package/components/formatters/PriceFormatter/index.97f75b4b.js +35 -0
  91. package/components/formatters/UncertaintyFormatter/index.c3ffdebc.js +29 -0
  92. package/components/formatters/index.63a3e08e.js +117 -0
  93. package/components/hook-form/HelperError/{index.2ed03a3c.js → index.c0109d5b.js} +1 -1
  94. package/components/hook-form/RHFAutocomplete/index.2991d444.js +404 -0
  95. package/components/hook-form/RHFAutocompleteAsync/{index.69f5661d.js → index.d97c727b.js} +2 -3
  96. package/components/hook-form/RHFCheckbox/{index.13de27db.js → index.b57e3131.js} +4 -4
  97. package/components/hook-form/RHFColorPicker/{index.66004599.js → index.310f6ff0.js} +6 -6
  98. package/components/hook-form/RHFDateTime/{index.dfe07e18.js → index.5689a29f.js} +5 -5
  99. package/components/hook-form/RHFPeriod/{index.d852649b.js → index.019e61ae.js} +4 -4
  100. package/components/hook-form/RHFTextField/{index.d207efc1.js → index.10e57945.js} +6 -6
  101. package/components/hook-form/RHFUpload/{index.955a4ba5.js → index.7fd23b2a.js} +5 -5
  102. package/components/{mui_extended/Tab/index.37d588d6.js → maps/components/GpsTools/index.20f83559.js} +331 -645
  103. package/components/maps/{index.a1bf63f2.js → components/Map/index.c37f3304.js} +737 -28
  104. package/components/maps/index.13bb982c.js +7 -0
  105. package/components/modal/{WindowBase.390b0910.js → WindowBase.cfbb0c9e.js} +4 -4
  106. package/components/modal/{WindowConfirm.243e1bef.js → WindowConfirm.300bd34b.js} +10 -6
  107. package/components/modal/{index.5bce430d.js → index.81eb6def.js} +5 -1
  108. package/components/mui_extended/Accordion/{index.f7a17c83.js → index.0843a609.js} +5 -5
  109. package/components/mui_extended/Avatar/{index.12b96914.js → index.fb9ad158.js} +1 -1
  110. package/components/mui_extended/Badge/{index.4737c113.js → index.8beaeefc.js} +1 -1
  111. package/components/mui_extended/Button/{index.52852c42.js → index.d742e9ee.js} +6 -81
  112. package/components/mui_extended/{CheckBox/index.01218423.js → CheckBox.21c25705.js} +1 -1
  113. package/components/mui_extended/IconButton/{index.d5b273e6.js → index.b4532b85.js} +1 -1
  114. package/components/mui_extended/LinearProgress/index.4092bb69.js +9 -0
  115. package/components/mui_extended/MenuActions/index.eae97857.js +176 -0
  116. package/components/mui_extended/Pager/{index.8960227c.js → index.3926c835.js} +22 -40
  117. package/components/mui_extended/Popover/index.2348fc4f.js +143 -0
  118. package/components/mui_extended/Tab/index.e911930f.js +135 -0
  119. package/components/mui_extended/ToggleButton/{index.c441b949.js → index.b834f5f0.js} +1 -1
  120. package/components/mui_extended/ToggleIconButton/{index.8a84f25e.js → index.fcd5205c.js} +1 -1
  121. package/components/mui_extended/Typography/{index.463f613f.js → index.642798f1.js} +1 -1
  122. package/components/mui_extended/index.b606cd9d.js +1 -0
  123. package/components/popups/PopupsProvider/{index.d4caacc3.js → index.d7c9efce.js} +1 -1
  124. package/components/popups/PopupsViewer/{index.42312806.js → index.f3677ab1.js} +10 -6
  125. package/contexts/ModalContext/{index.5f77a463.js → index.ad1fb73b.js} +1 -1
  126. package/contexts/RHFormContext/{index.95ebabc9.js → index.bf3a2812.js} +6 -2
  127. package/hooks/useFormAddEdit/{index.ecb77e67.js → index.6d983cd8.js} +6 -2
  128. package/hooks/useModal/index.2003c854.js +11 -0
  129. package/hooks/useTab/index.8d1a6e63.js +12 -0
  130. package/index.js +328 -273
  131. package/package.json +1 -1
  132. package/{react-draggable.0cc9b257.js → react-draggable.1c1ba224.js} +1 -1
  133. package/{react-resizable.837c446d.js → react-resizable.a59c14f4.js} +2 -2
  134. package/test/constants_no_mock.86c553a9.js +4 -0
  135. package/test/{getNameDataTestId.aee44365.js → getNameDataTestId.0faeade8.js} +2 -2
  136. package/utils/{index.c64c2dd1.js → index.14912462.js} +1 -54
  137. package/components/CommonActions/index.19f39dca.js +0 -170
  138. package/components/areas/constants.0d3ba950.js +0 -289
  139. package/components/areas/dictionary.6168209a.js +0 -266
  140. package/components/areas/icons.504ec098.js +0 -83
  141. package/components/maps/components/GpsTools/index.01acaf3e.js +0 -251
  142. package/components/mui_extended/Popover/index.146ded9e.js +0 -1044
  143. package/hooks/useModal/index.d14c7e46.js +0 -67
  144. package/vendor.5b266106.js +0 -3952
package/index.js CHANGED
@@ -1,120 +1,158 @@
1
- import { y, A, i, B, t, v, f, x, s, r, w, C, q, n, a, D, M, N, P, o, R, S, T, z, U, m, j, l, p, k, c } from "./vendor.5b266106.js";
2
- import { A as A2, c as c2, n as n2, t as t2, x as x2, z as z2, m as m2, b, q as q2, B as B2, p as p2, l as l2, u, v as v2, s as s2, r as r2, w as w2, y as y2, o as o2, e, C as C2 } from "./components/areas/dictionary.6168209a.js";
3
- import { f as f2 } from "./utils/index.c64c2dd1.js";
4
- import { N as N2 } from "./components/NavLink/index.9f5d5670.js";
5
- import { S as S2 } from "./components/ScrollToTop/index.e06f98f6.js";
6
- import { A as A3, I } from "./components/animate/index.b8497385.js";
7
- import { M as M2 } from "./components/animate/MotionContainer/index.3032bd8f.js";
8
- import { M as M3 } from "./components/animate/MotionLazyContainer/index.d2902a6c.js";
1
+ import { c, e, g } from "./components/DataGrid/index.68e19254.js";
2
+ import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.3f0d9e28.js";
3
+ import { N as N2 } from "./components/NavLink/index.ad039baf.js";
4
+ import { S } from "./components/ScrollToTop/index.e06f98f6.js";
5
+ import { A, I } from "./components/animate/index.b8497385.js";
6
+ import { M } from "./components/animate/MotionContainer/index.3032bd8f.js";
7
+ import { M as M2 } from "./components/animate/MotionLazyContainer/index.d2902a6c.js";
9
8
  import { L } from "./components/animate/LoadingScreen/index.779690a7.js";
10
- import { P as P2 } from "./components/animate/PropagateLoader/index.a9da8d00.js";
11
- import { v as v3 } from "./components/animate/variants/fade.b561c0fc.js";
12
- import { v as v4 } from "./components/animate/variants/bounce.784aaaaa.js";
13
- import { v as v5 } from "./components/animate/variants/container.11f82b76.js";
14
- import { v as v6, a as a2, b as b2 } from "./components/animate/variants/transition.bd46b9ce.js";
15
- import { W, a as a3 } from "./components/areas/contexts/WindowToolsMFContext/index.69d95c15.js";
16
- import { D as D2, a as a4, M as M4, c as c3 } from "./components/areas/contexts/DynamicMFParmsContext/index.37d1d444.js";
17
- import { A as A4, b as b3 } from "./components/areas/contexts/AreasContext/index.0815f278.js";
18
- import { u as u2 } from "./components/areas/hooks/useDynamicMFParameters/index.03ce6078.js";
19
- import { u as u3 } from "./components/areas/hooks/useWindowToolsMF/index.09801b66.js";
20
- import { R as R2, g } from "./components/hook-form/RHFAutocompleteAsync/index.69f5661d.js";
21
- import { R as R3 } from "./components/hook-form/RHFDateTime/index.dfe07e18.js";
9
+ import { P } from "./components/animate/PropagateLoader/index.a9da8d00.js";
10
+ import { v } from "./components/animate/variants/fade.b561c0fc.js";
11
+ import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
12
+ import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
13
+ import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
14
+ import { A as A2 } from "./components/areas/components/AreasAdmin/index.325bac22.js";
15
+ import { A as A3 } from "./components/areas/components/AreasViewer/index.6e30ec72.js";
16
+ import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.992ae7a3.js";
17
+ import { a as a3, D, M as M3, c as c2 } from "./components/areas/contexts/DynamicMFParmsContext/index.3d9ad0ad.js";
18
+ import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.3311cbf9.js";
19
+ import { u } from "./components/areas/hooks/useDynamicMFParameters/index.9e09e1e3.js";
20
+ import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.2fbae9dc.js";
21
+ import { A as A5, D as D2, L as L2, a as a4, g as g2 } from "./components/areas/dictionary.08cfc4c9.js";
22
+ import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.2991d444.js";
23
+ import { R as R2, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.d97c727b.js";
24
+ import { R as R3 } from "./components/hook-form/RHFDateTime/index.5689a29f.js";
22
25
  import { R as R4 } from "./components/hook-form/RHFMultiCheckbox/index.437e6ba3.js";
23
26
  import { R as R5 } from "./components/hook-form/RHFSelect/index.c6c60ecc.js";
24
- import { R as R6 } from "./components/hook-form/RHFPeriod/index.d852649b.js";
27
+ import { R as R6 } from "./components/hook-form/RHFPeriod/index.019e61ae.js";
28
+ import { P as P2, g as g5 } from "./components/Period/index.9647181b.js";
25
29
  import { R as R7 } from "./components/hook-form/RHFRadioGroup/index.11c0add8.js";
26
- import { R as R8, g as g2 } from "./components/hook-form/RHFColorPicker/index.66004599.js";
27
- import { R as R9 } from "./components/hook-form/RHFCheckbox/index.13de27db.js";
28
- import { b as b4, c as c4, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.d207efc1.js";
29
- import { R as R11 } from "./components/hook-form/RHFUpload/index.955a4ba5.js";
30
- import { A as A5 } from "./components/mui_extended/Accordion/index.f7a17c83.js";
31
- import { A as A6 } from "./components/mui_extended/Avatar/index.12b96914.js";
32
- import { B as B3 } from "./components/mui_extended/BoxIcon/index.d61e7ac5.js";
33
- import { B as B4 } from "./components/mui_extended/Breadcrumbs/index.4a44883c.js";
34
- import { C as C3 } from "./components/mui_extended/CircularProgress/index.967e70b7.js";
35
- import { B as B5 } from "./components/mui_extended/Badge/index.4737c113.js";
36
- import { a as a6, L as L2 } from "./components/mui_extended/LinearProgress/index.e9455b2e.js";
37
- import { L as L3 } from "./components/mui_extended/LinkWithRoute/index.288c51f3.js";
38
- import { B as B6, I as I2, L as L4 } from "./components/mui_extended/Button/index.52852c42.js";
39
- import { a as a7, g as g3 } from "./components/mui_extended/Pager/index.8960227c.js";
40
- import { b as b5, d as d2, f as f3, e as e2, c as c5, u as u4 } from "./components/mui_extended/Tab/index.37d588d6.js";
41
- import { C as C4 } from "./components/mui_extended/CheckBox/index.01218423.js";
42
- import { I as I3 } from "./components/mui_extended/IconButton/index.d5b273e6.js";
43
- import { g as g4, P as P3 } from "./components/mui_extended/Popover/index.146ded9e.js";
44
- import { S as S3 } from "./components/mui_extended/Stack/index.fe363ca5.js";
45
- import { T as T2 } from "./components/mui_extended/Tooltip/index.49bb5ee1.js";
46
- import { T as T3 } from "./components/mui_extended/Typography/index.463f613f.js";
47
- import { T as T4 } from "./components/mui_extended/ToggleButton/index.c441b949.js";
48
- import { T as T5 } from "./components/mui_extended/ToggleIconButton/index.8a84f25e.js";
49
- import { P as P4, a as a8, g as g5 } from "./components/Period/index.236971ae.js";
50
- import { a as a9 } from "./components/DynamicFilter/index.0f04f223.js";
51
- import { F } from "./components/FieldLabel/index.1577ac9c.js";
52
- import { H, e as e3 } from "./components/HelperText/index.ebb53dac.js";
53
- import { a as a10, d as d3, c as c6, b as b6, A as A7, e as e4, g as g6 } from "./components/CommonActions/index.19f39dca.js";
54
- import { D as D3, d as d4 } from "./components/DragResizeWindow/index.8b3e79f7.js";
55
- import { G, n as n3, q as q3 } from "./components/GridLayout/index.656840a5.js";
56
- import { R as R12, a as a11, b as b7, c as c7 } from "./components/GridLayout/subcomponents/Responsive/index.97505a31.js";
57
- import { w as w3 } from "./components/GridLayout/subcomponents/SizeProvider/index.36cb4139.js";
58
- import { P as P5 } from "./components/PrintingSystem/index.9fdae551.js";
59
- import { I as I4 } from "./components/Icon/index.8ecfb193.js";
60
- import { I as I5 } from "./components/Image/index.4a822ede.js";
61
- import { L as L5 } from "./components/Loadable/index.e83cdb4e.js";
62
- import { C as C5, M as M5, c as c8, b as b8, d as d5, u as u5 } from "./components/maps/index.a1bf63f2.js";
63
- import { G as G2, b as b9, u as u6 } from "./components/maps/components/GpsTools/index.01acaf3e.js";
64
- import { M as M6 } from "./components/ModalDialog/index.96c4aba3.js";
65
- import { W as W2 } from "./components/modal/WindowConfirm.243e1bef.js";
66
- import { W as W3 } from "./components/modal/WindowBase.390b0910.js";
67
- import { L as L6 } from "./components/LoadingError/index.9e829e8d.js";
68
- import { M as M7 } from "./components/MFLoader/index.29f445e2.js";
69
- import { N as N3 } from "./components/NoItemSelected/index.0ae9f28f.js";
70
- import { O } from "./components/ObjectLogs/index.40c5047f.js";
71
- import { P as P6 } from "./components/PaperForm/index.1a8b10d4.js";
72
- import { P as P7 } from "./components/PDFViewer/index.651cc4b6.js";
73
- import { H as H2 } from "./components/Page/index.1d08818c.js";
74
- import { P as P8 } from "./components/PropertyValue/index.646a7e8b.js";
75
- import { R as R13 } from "./components/Resizeable/index.414ff687.js";
76
- import { S as S4 } from "./components/ScrollBar/index.1e89bb44.js";
77
- import { S as S5 } from "./components/SplitLayout/index.7d9edf4e.js";
78
- import { T as T6, a as a12 } from "./components/ToastContainer/index.7f246bbd.js";
79
- import { S as S6 } from "./components/SideBar/index.d221254d.js";
80
- import { A as A8, g as g7 } from "./components/AppBar/index.b48343d8.js";
81
- import { A as A9, g as g8 } from "./components/AccountPopover/index.62b1290b.js";
82
- import { a as a13, P as P9, u as u7 } from "./components/popups/PopupsProvider/index.d4caacc3.js";
83
- import { P as P10 } from "./components/popups/PopupsViewer/index.42312806.js";
84
- import { H as H3 } from "./components/HamburgerMenu/index.6c82741d.js";
85
- import { R as R14 } from "./contexts/RHFormContext/index.95ebabc9.js";
86
- import { M as M8, a as a14 } from "./contexts/ModalContext/index.5f77a463.js";
87
- import { u as u8 } from "./hooks/useFormAddEdit/index.ecb77e67.js";
88
- import { u as u9 } from "./hooks/useModal/index.d14c7e46.js";
30
+ import { R as R8, g as g6 } from "./components/hook-form/RHFColorPicker/index.310f6ff0.js";
31
+ import { R as R9 } from "./components/hook-form/RHFCheckbox/index.b57e3131.js";
32
+ import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.10e57945.js";
33
+ import { R as R11 } from "./components/hook-form/RHFUpload/index.7fd23b2a.js";
34
+ import { A as A6 } from "./components/mui_extended/Accordion/index.0843a609.js";
35
+ import { A as A7 } from "./components/mui_extended/Avatar/index.fb9ad158.js";
36
+ import { B } from "./components/mui_extended/BoxIcon/index.d61e7ac5.js";
37
+ import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.4a44883c.js";
38
+ import { C } from "./components/mui_extended/CircularProgress/index.967e70b7.js";
39
+ import { B as B3 } from "./components/mui_extended/Badge/index.8beaeefc.js";
40
+ import { L as L3 } from "./components/mui_extended/LinearProgress/index.4092bb69.js";
41
+ import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.288c51f3.js";
42
+ import { B as B4, I as I2, L as L5 } from "./components/mui_extended/Button/index.d742e9ee.js";
43
+ import { M as M4 } from "./components/mui_extended/MenuActions/index.eae97857.js";
44
+ import { P as P3, g as g7 } from "./components/mui_extended/Pager/index.3926c835.js";
45
+ import { a as a6, b as b4, d as d2, c as c4, T as T2 } from "./components/mui_extended/Tab/index.e911930f.js";
46
+ import { C as C2 } from "./components/mui_extended/CheckBox.21c25705.js";
47
+ import { I as I3 } from "./components/mui_extended/IconButton/index.b4532b85.js";
48
+ import { P as P4 } from "./components/mui_extended/Popover/index.2348fc4f.js";
49
+ import { S as S2 } from "./components/mui_extended/Stack/index.fe363ca5.js";
50
+ import { T as T3 } from "./components/mui_extended/Tooltip/index.49bb5ee1.js";
51
+ import { T as T4 } from "./components/mui_extended/Typography/index.642798f1.js";
52
+ import { T as T5 } from "./components/mui_extended/ToggleButton/index.b834f5f0.js";
53
+ import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.fcd5205c.js";
54
+ import { B as B5 } from "./components/formatters/BooleanFormatter/index.cbf9cd6e.js";
55
+ import { D as D3, g as g8 } from "./components/formatters/DateFormatter/index.2ef6f261.js";
56
+ import { U, g as g9 } from "./components/formatters/UncertaintyFormatter/index.c3ffdebc.js";
57
+ import { P as P5, g as g10 } from "./components/formatters/PointsFormatter/index.d8a4ee54.js";
58
+ import { C as C3, P as P6, g as g11, a as a7, b as b5 } from "./components/formatters/index.63a3e08e.js";
59
+ import { P as P7, g as g12 } from "./components/formatters/PriceFormatter/index.97f75b4b.js";
60
+ import { C as C4 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/index.a87302d1.js";
61
+ import { C as C5 } from "./components/DataGrid/formatters/ColumnPointsFormatter/index.226cc583.js";
62
+ import { C as C6 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/index.880e743b.js";
63
+ import { C as C7 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.7fb1ebaa.js";
64
+ import { C as C8 } from "./components/DataGrid/formatters/ColumnDateFormatter/index.e00d0cf2.js";
65
+ import { C as C9 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.0ee10612.js";
66
+ import { C as C10 } from "./components/DataGrid/formatters/ColumnPriceFormatter/index.bf9d9e60.js";
67
+ import { C as C11 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.dce9ada8.js";
68
+ import { C as C12 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.4045b2f2.js";
69
+ import { a as a8 } from "./components/DynamicFilter/dictionary.d28d39ef.js";
70
+ import { a as a9 } from "./components/DynamicFilter/index.056a99c7.js";
71
+ import { F } from "./components/FieldLabel/index.6b6f708e.js";
72
+ import { H, e as e2 } from "./components/HelperText/index.09e80920.js";
73
+ import { A as A8, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.258bf919.js";
74
+ import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.609a78ca.js";
75
+ import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.ebac0bc1.js";
76
+ import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.a1318eac.js";
77
+ import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.34d569d1.js";
78
+ import { D as D4, d as d4 } from "./components/DragResizeWindow/index.a358789f.js";
79
+ import { G, w, A as A13 } from "./components/GridLayout/index.68d907d4.js";
80
+ import { R as R12, a as a10, b as b6, c as c5 } from "./components/GridLayout/subcomponents/Responsive/index.45cecca2.js";
81
+ import { w as w2 } from "./components/GridLayout/subcomponents/SizeProvider/index.7050ac4f.js";
82
+ import { P as P8 } from "./components/PrintingSystem/index.a69a9d85.js";
83
+ import { I as I4 } from "./components/Icon/index.83867398.js";
84
+ import { L as L6 } from "./components/LanguagePopover/index.921efd11.js";
85
+ import { L as L7 } from "./components/LinearProgressIndeterminate/index.ea9c8518.js";
86
+ import { I as I5 } from "./components/Image/index.19aa7ff5.js";
87
+ import { L as L8 } from "./components/Loadable/index.e83cdb4e.js";
88
+ import { C as C13, c as c6, e as e3, d as d5, f, u as u3 } from "./components/maps/components/Map/index.c37f3304.js";
89
+ import { G as G2, a as a11, u as u4 } from "./components/maps/components/GpsTools/index.20f83559.js";
90
+ import { M as M5, d as d6, g as g14 } from "./components/ModalDialog/index.0dd5af28.js";
91
+ import { g as g15 } from "./components/modal/index.81eb6def.js";
92
+ import { W as W2 } from "./components/modal/WindowConfirm.300bd34b.js";
93
+ import { W as W3 } from "./components/modal/WindowBase.cfbb0c9e.js";
94
+ import { L as L9, g as g16 } from "./components/LoadingError/index.aee18b24.js";
95
+ import { M as M6, g as g17 } from "./components/MFLoader/index.c975666e.js";
96
+ import { N as N3, d as d7, g as g18 } from "./components/NoItemSelected/index.d10603d7.js";
97
+ import { O, d as d8, g as g19 } from "./components/ObjectLogs/index.a3e42b21.js";
98
+ import { P as P9 } from "./components/PaperForm/index.007ef4cf.js";
99
+ import { P as P10 } from "./components/PDFViewer/index.35f68e67.js";
100
+ import { H as H2 } from "./components/Page/index.f4755eba.js";
101
+ import { P as P11 } from "./components/PropertyValue/index.51faabb5.js";
102
+ import { R as R13 } from "./components/Resizeable/index.4f75c0b5.js";
103
+ import { S as S3 } from "./components/ScrollBar/index.21bc5025.js";
104
+ import { S as S4 } from "./components/SplitLayout/index.15756f0f.js";
105
+ import { T as T7, a as a12 } from "./components/ToastContainer/index.2a7d304e.js";
106
+ import { S as S5 } from "./components/SideBar/index.4075c562.js";
107
+ import { A as A14, g as g20 } from "./components/AppBar/index.8d90ce87.js";
108
+ import { A as A15, g as g21 } from "./components/AccountPopover/index.f22ad364.js";
109
+ import { a as a13, P as P12, u as u5 } from "./components/popups/PopupsProvider/index.d7c9efce.js";
110
+ import { P as P13 } from "./components/popups/PopupsViewer/index.f3677ab1.js";
111
+ import { A as A16 } from "./components/commercial/AppBarCommercial/index.cbd55cf8.js";
112
+ import { H as H3 } from "./components/commercial/index.07638f52.js";
113
+ import { T as T8 } from "./components/commercial/TopBar/index.410fffa8.js";
114
+ import { S as S6 } from "./components/commercial/SectionCommercial/index.d22ebbd5.js";
115
+ import { R as R14, g as g22 } from "./contexts/RHFormContext/index.bf3a2812.js";
116
+ import { M as M7, a as a14 } from "./contexts/ModalContext/index.ad1fb73b.js";
117
+ import { g as g23, u as u6 } from "./hooks/useFormAddEdit/index.6d983cd8.js";
118
+ import { u as u7 } from "./hooks/useModal/index.2003c854.js";
119
+ import { u as u8 } from "./hooks/useTab/index.8d1a6e63.js";
120
+ import { useState } from "react";
89
121
  import "react/jsx-runtime";
90
- import "react";
91
- import "@m4l/core";
122
+ import "@mui/material/styles";
92
123
  import "./react-data-grid.c5377916.js";
93
124
  import "clsx";
94
- import "@mui/material/styles";
125
+ import "react-dnd";
126
+ import "react-dnd-html5-backend";
95
127
  import "@mui/material";
96
- import "./components/areas/icons.504ec098.js";
97
- import "@mui/base";
98
- import "./components/areas/constants.0d3ba950.js";
128
+ import "./components/DataGrid/constants.e334cd50.js";
129
+ import "@m4l/core";
130
+ import "./components/DataGrid/subcomponents/Actions/index.6b044e84.js";
99
131
  import "@m4l/graphics";
100
132
  import "zustand/shallow";
101
- import "./test/getNameDataTestId.aee44365.js";
102
- import "./components/areas/hooks/useAreas/index.4039e30d.js";
133
+ import "@mui/base";
134
+ import "./test/constants_no_mock.86c553a9.js";
135
+ import "./test/getNameDataTestId.0faeade8.js";
136
+ import "react-router-dom";
137
+ import "framer-motion";
138
+ import "simplebar-react";
139
+ import "./react-spinners.342a6578.js";
140
+ import "./components/areas/hooks/useAreas/index.f81493ef.js";
103
141
  import "zustand";
104
142
  import "yup";
143
+ import "./utils/index.14912462.js";
144
+ import "./components/areas/constants.66529246.js";
145
+ import "./components/areas/icons.8266ccc8.js";
105
146
  import "@mui/material/ButtonBase/TouchRipple";
106
- import "react-router-dom";
107
- import "./react-draggable.0cc9b257.js";
147
+ import "./components/areas/index.4cc6a221.js";
148
+ import "./react-draggable.1c1ba224.js";
108
149
  import "prop-types";
109
150
  import "react-dom";
110
- import "react-hook-form";
111
- import "./components/WrapperComponent/index.57964195.js";
112
- import "framer-motion";
113
- import "simplebar-react";
114
- import "./react-spinners.342a6578.js";
115
151
  import "zustand/middleware/immer";
116
152
  import "zustand/middleware";
117
153
  import "lodash";
154
+ import "react-hook-form";
155
+ import "./index.js";
118
156
  import "lodash/debounce";
119
157
  import "@mui/x-date-pickers";
120
158
  import "react-color";
@@ -122,43 +160,43 @@ import "lodash/isString";
122
160
  import "react-dropzone";
123
161
  import "@mui/material/Button";
124
162
  import "@mui/lab";
125
- import "react-leaflet";
126
- import "react-dnd";
127
- import "react-dnd-html5-backend";
128
- import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
129
- import "@geoman-io/leaflet-geoman-free";
130
- import "./components/hook-form/HelperError/index.2ed03a3c.js";
131
- import "./hooks/useFormReadyForUpdate/index.f60f500e.js";
132
- import "leaflet";
133
- import "./components/DynamicFilter/slots/index.00b68384.js";
134
- import "./components/DynamicFilter/store/index.85a2812f.js";
135
- import "./components/DynamicFilter/helpers/index.609b3915.js";
136
- import "./components/DynamicFilter/subcomponents/index.86c6fda2.js";
137
- import "./hooks/useStateRef/index.538edb89.js";
138
163
  import "./hocs/withToggle/index.548aeace.js";
139
- import "./react-resizable.837c446d.js";
140
- import "./components/GridLayout/subcomponents/Griditem/index.b23625d7.js";
164
+ import "./components/WrapperComponent/index.57964195.js";
165
+ import "./components/DynamicFilter/store/index.9b5121d6.js";
166
+ import "./components/DynamicFilter/constants.1dddd09c.js";
167
+ import "./components/DynamicFilter/helpers/index.11ed2896.js";
168
+ import "./components/DynamicFilter/subcomponents/index.778c93cc.js";
169
+ import "./components/DynamicFilter/slots/index.82d7eaf2.js";
170
+ import "./react-resizable.a59c14f4.js";
171
+ import "./components/GridLayout/subcomponents/Griditem/index.8955a794.js";
141
172
  import "fast-equals";
142
- import "./components/PrintingSystem/subcomponents/DividerNode/index.015a2212.js";
143
- import "./components/PrintingSystem/subcomponents/SectionNode/index.89b3a4e0.js";
144
- import "./components/PrintingSystem/subcomponents/TextBoxNode/index.dc6e9dc2.js";
145
- import "./components/PrintingSystem/subcomponents/HeaderNode/index.3fa36620.js";
146
- import "./components/PrintingSystem/subcomponents/BodyNode/index.794dbc69.js";
147
- import "./components/PrintingSystem/subcomponents/FooterNode/index.08eeb1d2.js";
148
- import "./components/PrintingSystem/subcomponents/PaperNode/index.8b7d43f4.js";
149
- import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.9856c572.js";
150
- import "./components/PrintingSystem/subcomponents/GridNode/index.23995699.js";
151
- import "./components/PrintingSystem/subcomponents/ChartNode/index.6bbf7d75.js";
173
+ import "./components/PrintingSystem/subcomponents/DividerNode/index.f5adab1d.js";
174
+ import "./components/PrintingSystem/subcomponents/SectionNode/index.61babb47.js";
175
+ import "./components/PrintingSystem/subcomponents/TextBoxNode/index.4d0e67a3.js";
176
+ import "./components/PrintingSystem/subcomponents/HeaderNode/index.a8140332.js";
177
+ import "./components/PrintingSystem/subcomponents/BodyNode/index.528fcfbf.js";
178
+ import "./components/PrintingSystem/subcomponents/FooterNode/index.f42ca7dc.js";
179
+ import "./components/PrintingSystem/subcomponents/PaperNode/index.aabde2bb.js";
180
+ import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.7f75ca46.js";
181
+ import "./components/PrintingSystem/subcomponents/GridNode/index.041b9cff.js";
182
+ import "./components/PrintingSystem/subcomponents/ChartNode/index.fbe87257.js";
152
183
  import "chart.js";
153
184
  import "chartjs-chart-error-bars";
185
+ import "react-leaflet";
186
+ import "leaflet";
154
187
  import "qrcode.react";
155
188
  import "@googlemaps/js-api-loader";
189
+ import "./hooks/useFormReadyForUpdate/index.f60f500e.js";
190
+ import "./hooks/useStateRef/index.538edb89.js";
156
191
  import "@react-leaflet/core";
157
192
  import "leaflet.markercluster";
158
193
  import "leaflet/dist/leaflet.css?used";
194
+ import "./components/maps/index.13bb982c.js";
159
195
  import "leaflet-polylinedecorator";
160
196
  import "immer";
161
- import "./components/modal/index.5bce430d.js";
197
+ import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
198
+ import "@geoman-io/leaflet-geoman-free";
199
+ import "./components/hook-form/HelperError/index.c0109d5b.js";
162
200
  import "./react-json-view.57125fcf.js";
163
201
  import "./commonjs.565e6834.js";
164
202
  import "react-helmet-async";
@@ -168,51 +206,68 @@ import "@m4l/styles";
168
206
  import "react-transition-group";
169
207
  import "./hooks/useSizeContainer/index.3c48670c.js";
170
208
  import "@hookform/resolvers/yup";
209
+ const useFormFocus = () => {
210
+ const [isFocus, setIsFocus] = useState(false);
211
+ const [isTabSelected, setIsTabSelected] = useState(false);
212
+ const handlerFocus = () => {
213
+ setIsFocus(true);
214
+ };
215
+ const handlerOnKeyUp = (event) => {
216
+ if (event.key === "Tab") {
217
+ setIsTabSelected(true);
218
+ }
219
+ };
220
+ const handlerOnBlur = () => {
221
+ setIsFocus(false);
222
+ setIsTabSelected(false);
223
+ };
224
+ return { isFocus, isTabSelected, handlerFocus, handlerOnKeyUp, handlerOnBlur };
225
+ };
171
226
  export {
172
- A2 as AREAS_DICTIONARY_ID,
173
- A5 as Accordion,
174
- A9 as AccountPopover,
175
- a10 as ActionCancel,
176
- d3 as ActionFormCancel,
177
- c6 as ActionFormIntro,
178
- b6 as ActionIntro,
179
- A7 as Actions,
180
- A3 as AnimatedScroll,
181
- A8 as AppBar,
182
- y as AppBarComercial,
183
- A as AreasAdmin,
227
+ A5 as AREAS_DICTIONARY_ID,
228
+ A6 as Accordion,
229
+ A15 as AccountPopover,
230
+ A9 as ActionCancel,
231
+ A11 as ActionFormCancel,
232
+ A12 as ActionFormIntro,
233
+ A10 as ActionIntro,
234
+ A8 as Actions,
235
+ A as AnimatedScroll,
236
+ A14 as AppBar,
237
+ A16 as AppBarComercial,
238
+ A2 as AreasAdmin,
184
239
  A4 as AreasContext,
185
- b3 as AreasProvider,
186
- i as AreasViewer,
187
- A6 as Avatar,
188
- B5 as Badge,
189
- B as BooleanFormatter,
190
- B3 as BoxIcon,
191
- B4 as Breadcrumbs,
192
- B6 as Button,
193
- C4 as CheckBox,
194
- C3 as CircularProgress,
195
- t as ColumnBooleanFormatter,
196
- v as ColumnConcatenatedValueFormatter,
197
- f as ColumnDateFormatter,
198
- x as ColumnInteractiveCheckFormatter,
199
- s as ColumnNestedValueFormatter,
200
- r as ColumnPointsFormatter,
201
- w as ColumnPriceFormatter,
202
- C as ColumnSetCheckFormatter,
203
- q as ColumnUncertaintyFormatter,
204
- C5 as CommonFeatureRender,
205
- n as ConcatenatedFormatter,
206
- c2 as DICCTIONARY,
207
- a as DataGrid,
208
- D as DateFormatter,
209
- D3 as DragResizeWindow,
240
+ b2 as AreasProvider,
241
+ A3 as AreasViewer,
242
+ A7 as Avatar,
243
+ B3 as Badge,
244
+ B5 as BooleanFormatter,
245
+ B as BoxIcon,
246
+ B2 as Breadcrumbs,
247
+ B4 as Button,
248
+ C2 as CheckBox,
249
+ C as CircularProgress,
250
+ C7 as ColumnBooleanFormatter,
251
+ C9 as ColumnConcatenatedValueFormatter,
252
+ C8 as ColumnDateFormatter,
253
+ C11 as ColumnInteractiveCheckFormatter,
254
+ C6 as ColumnNestedValueFormatter,
255
+ C5 as ColumnPointsFormatter,
256
+ C10 as ColumnPriceFormatter,
257
+ C12 as ColumnSetCheckFormatter,
258
+ C4 as ColumnUncertaintyFormatter,
259
+ C13 as CommonFeatureRender,
260
+ C3 as ConcatenatedFormatter,
261
+ D2 as DICCTIONARY,
262
+ c as DataGrid,
263
+ D3 as DateFormatter,
264
+ D4 as DragResizeWindow,
210
265
  a9 as DynamicFilter,
211
- D2 as DynamicMFParmsContext,
212
- a4 as DynamicMFParmsProvider,
266
+ a3 as DynamicMFParmsContext,
267
+ D as DynamicMFParmsProvider,
213
268
  F as FieldLabel,
214
269
  G2 as GpsTools,
215
- b9 as GpsToolsProvider,
270
+ a11 as GpsToolsProvider,
216
271
  G as GridLayout,
217
272
  H3 as HamburgerMenu,
218
273
  H2 as HelmetPage,
@@ -222,45 +277,45 @@ export {
222
277
  I as IconButtonAnimate,
223
278
  I5 as Image,
224
279
  I2 as ImageButton,
225
- n2 as LABEL_FILTER_BUTTON,
226
- g4 as LanguagePopover,
227
- a6 as LinearProgress,
228
- L2 as LinearProgressIndeterminate,
229
- L3 as LinkWithRoute,
230
- L5 as Loadable,
231
- L4 as LoadingButton,
232
- L6 as LoadingError,
280
+ L2 as LABEL_FILTER_BUTTON,
281
+ L6 as LanguagePopover,
282
+ L3 as LinearProgress,
283
+ L7 as LinearProgressIndeterminate,
284
+ L4 as LinkWithRoute,
285
+ L8 as Loadable,
286
+ L5 as LoadingButton,
287
+ L9 as LoadingError,
233
288
  L as LoadingScreen,
234
- M7 as MFLoader,
235
- M5 as Map,
236
- c8 as MapContext,
237
- b8 as MapProvider,
238
- d5 as MarkerFeatureRender,
239
- M4 as MemonizedDynamicMFParmsProvider,
240
- M as MenuActions,
241
- M8 as ModalContext,
242
- M6 as ModalDialog,
289
+ M6 as MFLoader,
290
+ c6 as Map,
291
+ e3 as MapContext,
292
+ d5 as MapProvider,
293
+ f as MarkerFeatureRender,
294
+ M3 as MemonizedDynamicMFParmsProvider,
295
+ M4 as MenuActions,
296
+ M7 as ModalContext,
297
+ M5 as ModalDialog,
243
298
  a14 as ModalProvider,
244
- M2 as MotionContainer,
245
- M3 as MotionLazyContainer,
299
+ M as MotionContainer,
300
+ M2 as MotionLazyContainer,
246
301
  N2 as NavLink,
247
302
  N3 as NoItemSelected,
248
303
  N as NumberEditor,
249
304
  O as ObjectLogs,
250
- P7 as PDFViewer,
251
- a7 as Pager,
252
- P6 as PaperForm,
253
- P4 as Period,
254
- a8 as PeriodFormatter,
255
- P as PointsFormatter,
256
- P3 as Popover,
305
+ P10 as PDFViewer,
306
+ P3 as Pager,
307
+ P9 as PaperForm,
308
+ P2 as Period,
309
+ P6 as PeriodFormatter,
310
+ P5 as PointsFormatter,
311
+ P4 as Popover,
257
312
  a13 as PopupsContext,
258
- P9 as PopupsProvider,
259
- P10 as PopupsViewer,
260
- o as PriceFormatter,
261
- P5 as PrintingSystem,
262
- P2 as PropagateLoader,
263
- P8 as PropertyValue,
313
+ P12 as PopupsProvider,
314
+ P13 as PopupsViewer,
315
+ P7 as PriceFormatter,
316
+ P8 as PrintingSystem,
317
+ P as PropagateLoader,
318
+ P11 as PropertyValue,
264
319
  R as RHFAutocomplete,
265
320
  R2 as RHFAutocompleteAsync,
266
321
  R9 as RHFCheckbox,
@@ -270,8 +325,8 @@ export {
270
325
  R6 as RHFPeriod,
271
326
  R7 as RHFRadioGroup,
272
327
  R5 as RHFSelect,
273
- b4 as RHFTEXTFIELD_INPUT_TEST_ID,
274
- c4 as RHFTEXTFIELD_PREFIX,
328
+ b3 as RHFTEXTFIELD_INPUT_TEST_ID,
329
+ c3 as RHFTEXTFIELD_PREFIX,
275
330
  a5 as RHFTEXTFIELD_ROOT_TEST_ID,
276
331
  R10 as RHFTextField,
277
332
  d as RHFTextFieldPassword,
@@ -279,84 +334,84 @@ export {
279
334
  R14 as RHFormProvider,
280
335
  R13 as ResizeableWindow,
281
336
  R12 as Responsive,
282
- S4 as ScrollBar,
283
- S2 as ScrollToTop,
284
- S as SectionCommercial,
285
- S6 as SideBar,
286
- S5 as SplitLayout,
287
- S3 as Stack,
288
- b5 as Tab,
289
- d2 as TabContent,
290
- f3 as TabContext,
291
- e2 as TabProvider,
292
- c5 as Tabs,
337
+ S3 as ScrollBar,
338
+ S as ScrollToTop,
339
+ S6 as SectionCommercial,
340
+ S5 as SideBar,
341
+ S4 as SplitLayout,
342
+ S2 as Stack,
343
+ a6 as Tab,
344
+ b4 as TabContent,
345
+ d2 as TabContext,
346
+ c4 as TabProvider,
347
+ T2 as Tabs,
293
348
  T as TextEditor,
294
- T6 as ToastContainer,
349
+ T7 as ToastContainer,
295
350
  a12 as ToastMessage,
296
- T4 as ToggleButton,
297
- T5 as ToggleIconButton,
298
- T2 as Tooltip,
299
- z as TopBar,
300
- T3 as Typography,
351
+ T5 as ToggleButton,
352
+ T6 as ToggleIconButton,
353
+ T3 as Tooltip,
354
+ T8 as TopBar,
355
+ T4 as Typography,
301
356
  U as UncertaintyFormatter,
302
357
  W3 as WindowBase,
303
358
  W2 as WindowConfirm,
304
- W as WindowToolsMFContext,
305
- a3 as WindowToolsMFProvider,
306
- a11 as addLayoutItemToBreakPointIfNoExists,
307
- b7 as addLayoutItemToBreakPoints,
308
- c7 as cloneLayouts,
309
- c3 as createDynamicMFStore,
310
- e4 as defaultCommonActionsDictionary,
311
- t2 as defaultModalDialogDictionary,
312
- x2 as defaultNoItemSelectedDictionary,
313
- z2 as defaultObjectLogDictionary,
359
+ a2 as WindowToolsMFContext,
360
+ W as WindowToolsMFProvider,
361
+ a10 as addLayoutItemToBreakPointIfNoExists,
362
+ b6 as addLayoutItemToBreakPoints,
363
+ c5 as cloneLayouts,
364
+ c2 as createDynamicMFStore,
365
+ d3 as defaultCommonActionsDictionary,
366
+ d6 as defaultModalDialogDictionary,
367
+ d7 as defaultNoItemSelectedDictionary,
368
+ d8 as defaultObjectLogDictionary,
314
369
  d4 as draggableWindowClasses,
315
- e3 as errorLabelClasses,
316
- g8 as getAccountPopoverDictionary,
317
- g7 as getAppBarDictionary,
318
- m2 as getAreasComponentsDictionary,
319
- b as getAreasDictionary,
320
- g6 as getCommonActionsDictionary,
321
- f2 as getDataGridRowsFromSet,
322
- q2 as getDynamicFilterComponentsDictionary,
323
- B2 as getFormComponentsDictionary,
324
- m as getFormatConcatenated,
325
- j as getFormatDate,
326
- g5 as getFormatPeriod,
327
- l as getFormatPoints,
328
- p as getFormatPrice,
329
- p2 as getFormattersComponentsDictionary,
330
- l2 as getGridComponentsDictionary,
331
- u as getLoadingErrorComponentsDictionary,
332
- v2 as getMFLoaderComponentsDictionary,
333
- s2 as getModalDialogComponentsDictionary,
334
- r2 as getModalDictionary,
335
- w2 as getNoItemSelectedComponentsDictionary,
336
- y2 as getObjectLogsComponentsDictionary,
337
- g3 as getPagerComponentsDictionary,
338
- o2 as getPeriodComponetsDictionary,
339
- g as getRHFAutocompleteAsyncComponentsDictionary,
340
- e as getRHFAutocompleteComponentsDictionary,
341
- g2 as getRHFColorPickerComponentsDictionary,
342
- k as getUncertaintyFormat,
343
- C2 as getformAddEditDictionary,
344
- n3 as isEqualLayout,
345
- q3 as isEqualLayouts,
346
- u2 as useDynamicMFParametersStore,
347
- u8 as useFormAddEdit,
348
- c as useFormFocus,
349
- u5 as useMapStore,
350
- u6 as useMapToolsStore,
351
- u9 as useModal,
352
- u7 as usePopupsStore,
353
- u4 as useTab,
354
- u3 as useWindowToolsMF,
355
- v4 as varBounce,
356
- v5 as varContainer,
357
- v3 as varFade,
358
- v6 as varTranEnter,
359
- a2 as varTranExit,
360
- b2 as varTranHover,
361
- w3 as withSizeProvider
370
+ e2 as errorLabelClasses,
371
+ g21 as getAccountPopoverDictionary,
372
+ g20 as getAppBarDictionary,
373
+ a4 as getAreasComponentsDictionary,
374
+ g2 as getAreasDictionary,
375
+ g13 as getCommonActionsDictionary,
376
+ e as getDataGridRowsFromSet,
377
+ a8 as getDynamicFilterComponentsDictionary,
378
+ g22 as getFormComponentsDictionary,
379
+ g11 as getFormatConcatenated,
380
+ g8 as getFormatDate,
381
+ a7 as getFormatPeriod,
382
+ g10 as getFormatPoints,
383
+ g12 as getFormatPrice,
384
+ b5 as getFormattersComponentsDictionary,
385
+ g as getGridComponentsDictionary,
386
+ g16 as getLoadingErrorComponentsDictionary,
387
+ g17 as getMFLoaderComponentsDictionary,
388
+ g14 as getModalDialogComponentsDictionary,
389
+ g15 as getModalDictionary,
390
+ g18 as getNoItemSelectedComponentsDictionary,
391
+ g19 as getObjectLogsComponentsDictionary,
392
+ g7 as getPagerComponentsDictionary,
393
+ g5 as getPeriodComponetsDictionary,
394
+ g4 as getRHFAutocompleteAsyncComponentsDictionary,
395
+ g3 as getRHFAutocompleteComponentsDictionary,
396
+ g6 as getRHFColorPickerComponentsDictionary,
397
+ g9 as getUncertaintyFormat,
398
+ g23 as getformAddEditDictionary,
399
+ w as isEqualLayout,
400
+ A13 as isEqualLayouts,
401
+ u as useDynamicMFParametersStore,
402
+ u6 as useFormAddEdit,
403
+ useFormFocus,
404
+ u3 as useMapStore,
405
+ u4 as useMapToolsStore,
406
+ u7 as useModal,
407
+ u5 as usePopupsStore,
408
+ u8 as useTab,
409
+ u2 as useWindowToolsMF,
410
+ v2 as varBounce,
411
+ v3 as varContainer,
412
+ v as varFade,
413
+ v4 as varTranEnter,
414
+ a as varTranExit,
415
+ b as varTranHover,
416
+ w2 as withSizeProvider
362
417
  };