@m4l/components 0.2.7 → 0.2.9

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 (105) hide show
  1. package/components/AccountPopover/{index.2604c389.js → index.8a11a7b6.js} +21 -9
  2. package/components/AppBar/{index.9522f237.js → index.966d5162.js} +22 -5
  3. package/components/CommonActions/components/ActionCancel/{index.06539086.js → index.68bf349a.js} +2 -2
  4. package/components/CommonActions/components/ActionFormCancel/index.728bb37d.js +146 -0
  5. package/components/CommonActions/components/ActionFormIntro/{index.5a719043.js → index.a7e8711b.js} +2 -2
  6. package/components/CommonActions/components/ActionIntro/{index.3e8a2e60.js → index.7cc0a393.js} +2 -2
  7. package/components/CommonActions/components/Actions/index.b61826a4.js +163 -0
  8. package/components/DataGrid/constants.d.ts +2 -0
  9. package/components/DataGrid/{index.84a4843c.js → index.3a2e683c.js} +92 -92
  10. package/components/DataGrid/subcomponents/Actions/{index.dbcbee6d.js → index.063a0197.js} +89 -9
  11. package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows.d.ts +0 -1
  12. package/components/DynamicFilter/{index.39033eb7.js → index.a5197d85.js} +92 -23
  13. package/components/GridLayout/{index.e8c04242.js → index.68093cfb.js} +7 -6
  14. package/components/GridLayout/subcomponents/Griditem/{index.4d38f12e.js → index.8e4af155.js} +1 -1
  15. package/components/GridLayout/subcomponents/Responsive/{index.e25df1dc.js → index.c32210fc.js} +1 -1
  16. package/components/HelperText/{index.7d2afdb3.js → index.a6a02c79.js} +23 -2
  17. package/components/Icon/{index.05984e7f.js → index.29065051.js} +5 -5
  18. package/components/Image/{index.bf37e923.js → index.cf640615.js} +3 -3
  19. package/components/LanguagePopover/{index.5ff37dbf.js → index.0319d6a8.js} +20 -4
  20. package/components/LoadingError/{index.fabad214.js → index.1426339a.js} +23 -5
  21. package/components/MFLoader/{index.7b4ee2a4.js → index.cbd2e5af.js} +21 -5
  22. package/components/ModalDialog/{index.89e26413.js → index.82ccabcc.js} +3 -3
  23. package/components/NavLink/{index.b75c91e1.js → index.618dabfb.js} +22 -2
  24. package/components/NoItemSelected/{index.7db73e77.js → index.50d06852.js} +1 -1
  25. package/components/ObjectLogs/{index.aeb2540f.js → index.fb34f372.js} +84 -5
  26. package/components/PDFViewer/{index.5c2db67a.js → index.ec8d0f79.js} +23 -3
  27. package/components/Page/{index.710cb16f.js → index.5aefe8f7.js} +1 -1
  28. package/components/PaperForm/classes/index.d.ts +2 -1
  29. package/components/PaperForm/classes/types.d.ts +1 -0
  30. package/components/PaperForm/{index.7ea3883f.js → index.6859d4e8.js} +11 -6
  31. package/components/PaperForm/types.d.ts +4 -1
  32. package/components/Period/{index.0aa8e507.js → index.df612223.js} +90 -5
  33. package/components/PrintingSystem/{index.ed3b22b7.js → index.73dd98b3.js} +12 -12
  34. package/components/PrintingSystem/subcomponents/BodyNode/{index.7acc6016.js → index.d70a5d24.js} +1 -1
  35. package/components/PrintingSystem/subcomponents/ChartNode/{index.e4a23bdd.js → index.4cd7f6d8.js} +1 -1
  36. package/components/PrintingSystem/subcomponents/DividerNode/{index.16fff262.js → index.56efaa0c.js} +1 -1
  37. package/components/PrintingSystem/subcomponents/FooterNode/{index.6c67dec0.js → index.4320bb03.js} +1 -1
  38. package/components/PrintingSystem/subcomponents/GridNode/{index.f466062b.js → index.6cabbf31.js} +1 -5
  39. package/components/PrintingSystem/subcomponents/HeaderNode/{index.77d3d39a.js → index.0e23ffd4.js} +1 -1
  40. package/components/PrintingSystem/subcomponents/PaperNode/{index.2a3d54a3.js → index.f97e7aa6.js} +1 -1
  41. package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.e71ad971.js → index.7d3a3c8f.js} +1 -2
  42. package/components/PrintingSystem/subcomponents/SectionNode/{index.ce4f6d16.js → index.05d1fcf7.js} +1 -1
  43. package/components/PrintingSystem/subcomponents/TextBoxNode/{index.850d20a1.js → index.3894059c.js} +1 -1
  44. package/components/PropertyValue/{index.43ac2a71.js → index.df683b35.js} +20 -4
  45. package/components/SideBar/{index.58d29b84.js → index.f322ee0b.js} +22 -23
  46. package/components/ToastContainer/{index.ed440301.js → index.f67795cb.js} +7 -5
  47. package/components/animate/{index.5d4575bc.js → index.4e9774a6.js} +6 -2
  48. package/components/areas/components/AreasAdmin/{index.d2ce1682.js → index.6024578a.js} +98 -27
  49. package/components/areas/components/AreasViewer/{index.977d2804.js → index.41e89676.js} +84 -18
  50. package/components/areas/components/index.198e8954.js +32 -0
  51. package/components/areas/contexts/AreasContext/helper.d.ts +2 -2
  52. package/components/areas/contexts/AreasContext/{index.79ec57d5.js → index.9c8e3b41.js} +10 -17
  53. package/components/areas/contexts/index.eba30173.js +4 -0
  54. package/components/areas/hooks/index.0184c6f7.js +4 -0
  55. package/components/areas/hooks/useAreas/{index.de0591fe.js → index.fb721543.js} +1 -1
  56. package/components/areas/index.abedae6a.js +56 -0
  57. package/components/formatters/BooleanFormatter/{index.4f3cbdce.js → index.64ed2d71.js} +2 -3
  58. package/components/formatters/{index.4ca6946d.js → index.57f0da1b.js} +7 -3
  59. package/components/hook-form/RHFAutocomplete/{index.0ce87ac3.js → index.e830f749.js} +22 -7
  60. package/components/hook-form/RHFAutocompleteAsync/{index.57789d3a.js → index.12580722.js} +1 -1
  61. package/components/hook-form/RHFCheckbox/{index.a38715e3.js → index.938321c1.js} +22 -2
  62. package/components/hook-form/RHFColorPicker/{index.d00a2b53.js → index.e292aa86.js} +21 -5
  63. package/components/hook-form/RHFDateTime/{index.ae5d3a39.js → index.321e4b87.js} +21 -5
  64. package/components/hook-form/RHFPeriod/{index.ae9bcf41.js → index.98b2667a.js} +2 -3
  65. package/components/hook-form/RHFTextField/{index.80cc07e0.js → index.d08c142b.js} +7 -5
  66. package/components/hook-form/RHFUpload/{index.587aac00.js → index.cdb2e584.js} +22 -5
  67. package/components/modal/WindowBase.4fe313e7.js +160 -0
  68. package/components/modal/WindowConfirm.355df4de.js +188 -0
  69. package/components/modal/index.ea3a21cb.js +148 -0
  70. package/components/mui_extended/Accordion/{index.eddcfe40.js → index.3e247bd4.js} +4 -4
  71. package/components/mui_extended/Button/{index.570fd3a4.js → index.f538e360.js} +3 -3
  72. package/components/mui_extended/{CheckBox.e662d20c.js → CheckBox.38abccd8.js} +1 -1
  73. package/components/mui_extended/IconButton/{index.26de70bd.js → index.e295aa1f.js} +2 -2
  74. package/components/mui_extended/MenuActions/{index.8c02ff61.js → index.9b37fadc.js} +19 -5
  75. package/components/mui_extended/Pager/{index.5629e82b.js → index.78dea971.js} +2 -3
  76. package/components/mui_extended/Tab/{index.f8795137.js → index.4c797c00.js} +2 -2
  77. package/components/mui_extended/ToggleButton/{index.21a1f8e5.js → index.43140642.js} +5 -1
  78. package/components/mui_extended/ToggleIconButton/{index.00f13c40.js → index.3d725376.js} +6 -1
  79. package/components/mui_extended/index.1da3a53e.js +24 -0
  80. package/contexts/ModalContext/{index.b39d303d.js → index.6d2dda38.js} +1 -1
  81. package/hooks/useFormAddEdit/index.0d294209.js +183 -0
  82. package/hooks/useModal/{index.abdc0962.js → index.97742698.js} +1 -1
  83. package/hooks/useTab/index.cb48ec45.js +103 -0
  84. package/index.js +176 -176
  85. package/{node_modules.8f15d11f.js → node_modules.56dca1cf.js} +1 -1
  86. package/package.json +1 -1
  87. package/vendor.3c20510a.js +142 -0
  88. package/components/CommonActions/components/ActionFormCancel/index.33fc6c79.js +0 -61
  89. package/components/CommonActions/components/Actions/index.2f6286eb.js +0 -74
  90. package/components/DataGrid/subcomponents/Table/subcomponents/constants.d.ts +0 -1
  91. package/components/areas/components/index.558684b3.js +0 -1
  92. package/components/areas/contexts/index.24025b97.js +0 -1
  93. package/components/areas/hooks/index.d9dc1e21.js +0 -1
  94. package/components/areas/index.4cc6a221.js +0 -22
  95. package/components/modal/WindowBase.ea17cf20.js +0 -74
  96. package/components/modal/WindowConfirm.19ddbd5d.js +0 -102
  97. package/components/modal/index.61389369.js +0 -57
  98. package/components/mui_extended/index.b606cd9d.js +0 -1
  99. package/hooks/useFormAddEdit/index.32aa4f64.js +0 -96
  100. package/hooks/useTab/index.9c611b31.js +0 -12
  101. package/vendor.75facc5e.js +0 -110
  102. package/components/mui_extended/Badge/{index.09f5aee5.js → index.b09524fe.js} +1 -1
  103. package/components/mui_extended/Popover/{index.b3eca6b1.js → index.9f35d0eb.js} +2 -2
  104. package/components/mui_extended/Tooltip/{index.24a2bc3f.js → index.5a795dcd.js} +1 -1
  105. package/components/mui_extended/Typography/{index.379dd374.js → index.443590d6.js} +1 -1
package/index.js CHANGED
@@ -1,143 +1,129 @@
1
- import { L } from "./assets/Logo/index.228dcb5a.js";
2
- import { c, f, i, h, e, g } from "./components/DataGrid/index.84a4843c.js";
3
- import { N, T } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
4
- import { N as N2 } from "./components/NavLink/index.b75c91e1.js";
5
- import { S } from "./components/ScrollToTop/index.e06f98f6.js";
6
- import { A, I } from "./components/animate/index.5d4575bc.js";
7
- import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
8
- import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
9
- import { L as L2 } from "./components/animate/LoadingScreen/index.1d0c4307.js";
10
- import { P } from "./components/animate/PropagateLoader/index.7fab43c8.js";
11
1
  import { v } from "./components/animate/variants/fade.b561c0fc.js";
12
2
  import { v as v2 } from "./components/animate/variants/bounce.784aaaaa.js";
13
3
  import { v as v3 } from "./components/animate/variants/container.11f82b76.js";
14
4
  import { v as v4, a, b } from "./components/animate/variants/transition.bd46b9ce.js";
15
- import { A as A2 } from "./components/areas/components/AreasAdmin/index.d2ce1682.js";
16
- import { A as A3 } from "./components/areas/components/AreasViewer/index.977d2804.js";
5
+ import { A, I } from "./components/animate/index.4e9774a6.js";
6
+ import { M } from "./components/animate/MotionContainer/index.8d9f9d80.js";
7
+ import { M as M2 } from "./components/animate/MotionLazyContainer/index.572dd012.js";
8
+ import { L } from "./components/animate/LoadingScreen/index.1d0c4307.js";
9
+ import { P } from "./components/animate/PropagateLoader/index.7fab43c8.js";
10
+ import { A as A2 } from "./components/areas/components/AreasAdmin/index.6024578a.js";
11
+ import { A as A3 } from "./components/areas/components/AreasViewer/index.41e89676.js";
12
+ import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.9c8e3b41.js";
17
13
  import { a as a2, W } from "./components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
18
- import { a as a3, D, M as M3, c as c2 } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
19
- import { A as A4, b as b2 } from "./components/areas/contexts/AreasContext/index.79ec57d5.js";
14
+ import { a as a3, D, M as M3, c } from "./components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
20
15
  import { u } from "./components/areas/hooks/useDynamicMFParameters/index.e52c5392.js";
21
16
  import { u as u2 } from "./components/areas/hooks/useWindowToolsMF/index.b7afaf88.js";
22
- import { A as A5, D as D2, L as L3, a as a4, g as g2 } from "./components/areas/dictionary.08cfc4c9.js";
23
- import { R, g as g3 } from "./components/hook-form/RHFAutocomplete/index.0ce87ac3.js";
24
- import { R as R2 } from "./components/hook-form/RHFColorPicker/index.d00a2b53.js";
25
- import { R as R3, g as g4 } from "./components/hook-form/RHFAutocompleteAsync/index.57789d3a.js";
26
- import { R as R4 } from "./components/hook-form/RHFDateTime/index.ae5d3a39.js";
27
- import { R as R5 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
28
- import { R as R6 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
29
- import { R as R7 } from "./components/hook-form/RHFPeriod/index.ae9bcf41.js";
30
- import { P as P2, g as g5 } from "./components/Period/index.0aa8e507.js";
31
- import { R as R8 } from "./components/hook-form/RHFRadioGroup/index.3b17819b.js";
32
- import { R as R9 } from "./components/hook-form/RHFCheckbox/index.a38715e3.js";
33
- import { b as b3, c as c3, a as a5, R as R10, d } from "./components/hook-form/RHFTextField/index.80cc07e0.js";
34
- import { R as R11 } from "./components/hook-form/RHFUpload/index.587aac00.js";
35
- import { A as A6 } from "./components/mui_extended/Accordion/index.eddcfe40.js";
17
+ import { A as A5, D as D2, L as L2, a as a4, g } from "./components/areas/dictionary.08cfc4c9.js";
18
+ import { R, g as g2 } from "./components/hook-form/RHFAutocomplete/index.e830f749.js";
19
+ import { R as R2 } from "./components/hook-form/RHFColorPicker/index.e292aa86.js";
20
+ import { R as R3, g as g3 } from "./components/hook-form/RHFAutocompleteAsync/index.12580722.js";
21
+ import { R as R4 } from "./components/hook-form/RHFCheckbox/index.938321c1.js";
22
+ import { R as R5 } from "./components/hook-form/RHFDateTime/index.321e4b87.js";
23
+ import { R as R6 } from "./components/hook-form/RHFMultiCheckbox/index.2680b3b6.js";
24
+ import { R as R7 } from "./components/hook-form/RHFSelect/index.b6ca8bb2.js";
25
+ import { b as b3, c as c2, a as a5, R as R8, d } from "./components/hook-form/RHFTextField/index.d08c142b.js";
26
+ import { R as R9 } from "./components/hook-form/RHFPeriod/index.98b2667a.js";
27
+ import { P as P2, g as g4 } from "./components/Period/index.df612223.js";
28
+ import { R as R10 } from "./components/hook-form/RHFRadioGroup/index.3b17819b.js";
29
+ import { R as R11 } from "./components/hook-form/RHFUpload/index.cdb2e584.js";
30
+ import { A as A6 } from "./components/mui_extended/Accordion/index.3e247bd4.js";
36
31
  import { A as A7 } from "./components/mui_extended/Avatar/index.75e6ed57.js";
37
32
  import { B } from "./components/mui_extended/BoxIcon/index.e638ecc8.js";
38
33
  import { B as B2 } from "./components/mui_extended/Breadcrumbs/index.5e37d903.js";
39
- import { C } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
40
- import { B as B3 } from "./components/mui_extended/Badge/index.09f5aee5.js";
34
+ import { B as B3, I as I2, L as L3 } from "./components/mui_extended/Button/index.f538e360.js";
35
+ import { C } from "./components/mui_extended/CheckBox.38abccd8.js";
36
+ import { C as C2 } from "./components/mui_extended/CircularProgress/index.ad569afd.js";
37
+ import { B as B4 } from "./components/mui_extended/Badge/index.b09524fe.js";
38
+ import { I as I3 } from "./components/mui_extended/IconButton/index.e295aa1f.js";
41
39
  import { L as L4 } from "./components/mui_extended/LinearProgress/index.c92b9ba9.js";
42
40
  import { L as L5 } from "./components/mui_extended/LinkWithRoute/index.16436ab8.js";
43
- import { B as B4, I as I2, L as L6 } from "./components/mui_extended/Button/index.570fd3a4.js";
44
- import { M as M4 } from "./components/mui_extended/MenuActions/index.8c02ff61.js";
45
- import { P as P3, g as g6 } from "./components/mui_extended/Pager/index.5629e82b.js";
46
- import { a as a6, c as c4, T as T2, d as d2, b as b4 } from "./components/mui_extended/Tab/index.f8795137.js";
47
- import { C as C2 } from "./components/mui_extended/CheckBox.e662d20c.js";
48
- import { I as I3 } from "./components/mui_extended/IconButton/index.26de70bd.js";
49
- import { P as P4 } from "./components/mui_extended/Popover/index.b3eca6b1.js";
50
- import { S as S2 } from "./components/mui_extended/Stack/index.0e53197c.js";
51
- import { T as T3 } from "./components/mui_extended/Tooltip/index.24a2bc3f.js";
52
- import { T as T4 } from "./components/mui_extended/Typography/index.379dd374.js";
53
- import { T as T5 } from "./components/mui_extended/ToggleButton/index.21a1f8e5.js";
54
- import { T as T6 } from "./components/mui_extended/ToggleIconButton/index.00f13c40.js";
55
- import { B as B5 } from "./components/formatters/BooleanFormatter/index.4f3cbdce.js";
56
- import { D as D3, g as g7 } from "./components/formatters/DateFormatter/index.578a9f53.js";
57
- import { U, g as g8 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
58
- import { P as P5, g as g9 } from "./components/formatters/PointsFormatter/index.5c94c5e8.js";
59
- import { C as C3, P as P6, g as g10, a as a7, b as b5 } from "./components/formatters/index.4ca6946d.js";
60
- import { P as P7, g as g11 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
41
+ import { M as M4 } from "./components/mui_extended/MenuActions/index.9b37fadc.js";
42
+ import { P as P3 } from "./components/mui_extended/Popover/index.9f35d0eb.js";
43
+ import { S } from "./components/mui_extended/Stack/index.0e53197c.js";
44
+ import { a as a6, c as c3, T, d as d2, b as b4 } from "./components/mui_extended/Tab/index.4c797c00.js";
45
+ import { P as P4, g as g5 } from "./components/mui_extended/Pager/index.78dea971.js";
46
+ import { T as T2 } from "./components/mui_extended/Tooltip/index.5a795dcd.js";
47
+ import { T as T3 } from "./components/mui_extended/Typography/index.443590d6.js";
48
+ import { T as T4 } from "./components/mui_extended/ToggleButton/index.43140642.js";
49
+ import { T as T5 } from "./components/mui_extended/ToggleIconButton/index.3d725376.js";
50
+ import { B as B5 } from "./components/formatters/BooleanFormatter/index.64ed2d71.js";
51
+ import { D as D3, g as g6 } from "./components/formatters/DateFormatter/index.578a9f53.js";
52
+ import { U, g as g7 } from "./components/formatters/UncertaintyFormatter/index.08e1b79f.js";
53
+ import { P as P5, g as g8 } from "./components/formatters/PointsFormatter/index.5c94c5e8.js";
54
+ import { C as C3, P as P6, g as g9, a as a7, b as b5 } from "./components/formatters/index.57f0da1b.js";
55
+ import { P as P7, g as g10 } from "./components/formatters/PriceFormatter/index.83cbe7be.js";
56
+ import { c as c4, f, i, h, e, g as g11 } from "./components/DataGrid/index.3a2e683c.js";
61
57
  import { c as c5 } from "./components/DataGrid/formatters/columnUncertaintyFormatter/index.cae2057a.js";
62
58
  import { c as c6 } from "./components/DataGrid/formatters/columnPointsFormatter/index.a19b7b90.js";
63
59
  import { c as c7 } from "./components/DataGrid/formatters/columnNestedValueFormatter/index.b63f7246.js";
64
60
  import { c as c8 } from "./components/DataGrid/formatters/columnPriceFormatter/index.e612fda3.js";
65
- import { D as D4, g as g12 } from "./components/DynamicFilter/index.39033eb7.js";
66
- import { H, e as e2 } from "./components/HelperText/index.7d2afdb3.js";
67
- import { A as A8, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.2f6286eb.js";
68
- import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.06539086.js";
69
- import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.3e8a2e60.js";
70
- import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.33fc6c79.js";
71
- import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.5a719043.js";
61
+ import { N, T as T6 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.91380a55.js";
62
+ import { D as D4, g as g12 } from "./components/DynamicFilter/index.a5197d85.js";
63
+ import { H, e as e2 } from "./components/HelperText/index.a6a02c79.js";
64
+ import { A as A8, d as d3, g as g13 } from "./components/CommonActions/components/Actions/index.b61826a4.js";
65
+ import { A as A9 } from "./components/CommonActions/components/ActionCancel/index.68bf349a.js";
66
+ import { A as A10 } from "./components/CommonActions/components/ActionIntro/index.7cc0a393.js";
67
+ import { A as A11 } from "./components/CommonActions/components/ActionFormCancel/index.728bb37d.js";
68
+ import { A as A12 } from "./components/CommonActions/components/ActionFormIntro/index.a7e8711b.js";
72
69
  import { D as D5 } from "./components/DraggableWindow/index.f9f067bd.js";
73
- import { G, S as S3, w, A as A13 } from "./components/GridLayout/index.e8c04242.js";
74
- import { R as R12, a as a8, b as b6, c as c9 } from "./components/GridLayout/subcomponents/Responsive/index.e25df1dc.js";
75
- import { P as P8 } from "./components/PrintingSystem/index.ed3b22b7.js";
76
- import { I as I4 } from "./components/Icon/index.05984e7f.js";
77
- import { L as L7 } from "./components/LanguagePopover/index.5ff37dbf.js";
78
- import { L as L8 } from "./components/LinearProgressIndeterminate/index.a0ad2d9e.js";
79
- import { I as I5 } from "./components/Image/index.bf37e923.js";
80
- import { L as L9 } from "./components/Loadable/index.e994fc3e.js";
81
- import { M as M5, d as d4, g as g14 } from "./components/ModalDialog/index.89e26413.js";
82
- import { g as g15 } from "./components/modal/index.61389369.js";
83
- import { W as W2 } from "./components/modal/WindowConfirm.19ddbd5d.js";
84
- import { W as W3 } from "./components/modal/WindowBase.ea17cf20.js";
85
- import { L as L10, g as g16 } from "./components/LoadingError/index.fabad214.js";
86
- import { M as M6, g as g17 } from "./components/MFLoader/index.7b4ee2a4.js";
87
- import { N as N3, d as d5, g as g18 } from "./components/NoItemSelected/index.7db73e77.js";
88
- import { O, d as d6, g as g19 } from "./components/ObjectLogs/index.aeb2540f.js";
89
- import { P as P9 } from "./components/PaperForm/index.7ea3883f.js";
90
- import { P as P10 } from "./components/PDFViewer/index.5c2db67a.js";
91
- import { H as H2 } from "./components/Page/index.710cb16f.js";
92
- import { P as P11 } from "./components/PropertyValue/index.43ac2a71.js";
70
+ import { G, S as S2, w, z } from "./components/GridLayout/index.68093cfb.js";
71
+ import { R as R12, a as a8, b as b6, c as c9 } from "./components/GridLayout/subcomponents/Responsive/index.c32210fc.js";
72
+ import { P as P8 } from "./components/PrintingSystem/index.73dd98b3.js";
73
+ import { I as I4 } from "./components/Icon/index.29065051.js";
74
+ import { L as L6 } from "./components/LanguagePopover/index.0319d6a8.js";
75
+ import { L as L7 } from "./components/LinearProgressIndeterminate/index.a0ad2d9e.js";
76
+ import { I as I5 } from "./components/Image/index.cf640615.js";
77
+ import { L as L8 } from "./components/Loadable/index.e994fc3e.js";
78
+ import { M as M5, d as d4, g as g14 } from "./components/ModalDialog/index.82ccabcc.js";
79
+ import { W as W2 } from "./components/modal/WindowConfirm.355df4de.js";
80
+ import { W as W3 } from "./components/modal/WindowBase.4fe313e7.js";
81
+ import { g as g15 } from "./components/modal/index.ea3a21cb.js";
82
+ import { L as L9, g as g16 } from "./components/LoadingError/index.1426339a.js";
83
+ import { M as M6, g as g17 } from "./components/MFLoader/index.cbd2e5af.js";
84
+ import { N as N2 } from "./components/NavLink/index.618dabfb.js";
85
+ import { N as N3, d as d5, g as g18 } from "./components/NoItemSelected/index.50d06852.js";
86
+ import { O, d as d6, g as g19 } from "./components/ObjectLogs/index.fb34f372.js";
87
+ import { P as P9 } from "./components/PaperForm/index.6859d4e8.js";
88
+ import { P as P10 } from "./components/PDFViewer/index.ec8d0f79.js";
89
+ import { H as H2 } from "./components/Page/index.5aefe8f7.js";
90
+ import { P as P11 } from "./components/PropertyValue/index.df683b35.js";
93
91
  import { R as R13 } from "./components/Resizeable/index.6478d7d8.js";
94
- import { S as S4 } from "./components/ScrollBar/index.010f1b9d.js";
92
+ import { S as S3 } from "./components/ScrollBar/index.010f1b9d.js";
93
+ import { S as S4 } from "./components/ScrollToTop/index.e06f98f6.js";
95
94
  import { S as S5 } from "./components/SplitLayout/index.30fd5861.js";
96
- import { T as T7, a as a9 } from "./components/ToastContainer/index.ed440301.js";
97
- import { S as S6 } from "./components/SideBar/index.58d29b84.js";
98
- import { A as A14, g as g20 } from "./components/AppBar/index.9522f237.js";
99
- import { A as A15, g as g21 } from "./components/AccountPopover/index.2604c389.js";
95
+ import { T as T7, a as a9 } from "./components/ToastContainer/index.f67795cb.js";
96
+ import { S as S6 } from "./components/SideBar/index.f322ee0b.js";
97
+ import { A as A13, g as g20 } from "./components/AppBar/index.966d5162.js";
98
+ import { A as A14, g as g21 } from "./components/AccountPopover/index.8a11a7b6.js";
99
+ import { M as M7, a as a10 } from "./contexts/ModalContext/index.6d2dda38.js";
100
100
  import { R as R14, g as g22 } from "./contexts/RHFormContext/index.7769076a.js";
101
- import { M as M7, a as a10 } from "./contexts/ModalContext/index.b39d303d.js";
102
- import { g as g23, u as u3 } from "./hooks/useFormAddEdit/index.32aa4f64.js";
103
- import { u as u4 } from "./hooks/useModal/index.abdc0962.js";
104
- import { u as u5 } from "./hooks/useTab/index.9c611b31.js";
105
- import "react-router-dom";
106
- import "@mui/material/styles";
107
- import "@mui/material";
108
- import "react/jsx-runtime";
101
+ import { g as g23, u as u3 } from "./hooks/useFormAddEdit/index.0d294209.js";
102
+ import { u as u4 } from "./hooks/useModal/index.97742698.js";
103
+ import { u as u5 } from "./hooks/useTab/index.cb48ec45.js";
104
+ import { L as L10 } from "./assets/Logo/index.228dcb5a.js";
109
105
  import "react";
110
- import "./react-data-grid.c5377916.js";
111
- import "clsx";
112
- import "react-dnd";
113
- import "react-dnd-html5-backend";
114
- import "@m4l/core";
115
- import "./components/DataGrid/subcomponents/Actions/index.dbcbee6d.js";
116
- import "@m4l/graphics";
117
- import "@mui/base";
118
- import "./test/constants_no_mock.86c553a9.js";
119
- import "./vendor.75facc5e.js";
106
+ import "react/jsx-runtime";
120
107
  import "framer-motion";
108
+ import "@mui/material";
109
+ import "@mui/material/styles";
110
+ import "react-router-dom";
121
111
  import "simplebar-react";
122
112
  import "./react-spinners.342a6578.js";
123
- import "./components/areas/hooks/useAreas/index.de0591fe.js";
113
+ import "./components/areas/hooks/useAreas/index.fb721543.js";
124
114
  import "zustand";
115
+ import "@m4l/core";
125
116
  import "yup";
117
+ import "clsx";
118
+ import "@m4l/graphics";
119
+ import "@mui/material/Button";
120
+ import "@mui/lab";
121
+ import "@mui/base";
126
122
  import "./utils/index.de903261.js";
127
123
  import "./components/areas/constants.66529246.js";
128
124
  import "./components/areas/icons.8266ccc8.js";
129
- import "zustand/shallow";
130
- import "@mui/material/ButtonBase/TouchRipple";
131
- import "./components/areas/index.4cc6a221.js";
132
- import "./react-resizable.ee028152.js";
133
- import "./react-draggable.ee21cb7e.js";
134
- import "prop-types";
135
- import "react-dom";
136
- import "zustand/middleware/immer";
137
- import "zustand/middleware";
138
- import "lodash";
139
125
  import "react-hook-form";
140
- import "./node_modules.8f15d11f.js";
126
+ import "./node_modules.56dca1cf.js";
141
127
  import "lodash-es/debounce";
142
128
  import "lodash-es/each";
143
129
  import "lodash/isString";
@@ -145,63 +131,77 @@ import "lodash/forOwn";
145
131
  import "lodash/isPlainObject";
146
132
  import "lodash/map";
147
133
  import "lodash/cloneDeep";
134
+ import "prop-types";
148
135
  import "lodash-es/merge";
149
136
  import "lodash-es/throttle";
150
137
  import "lodash-es/map";
151
138
  import "lodash-es/isUndefined";
152
139
  import "lodash/debounce";
153
140
  import "@mui/x-date-pickers";
141
+ import "./react-draggable.ee21cb7e.js";
142
+ import "react-dom";
143
+ import "zustand/shallow";
144
+ import "@mui/material/ButtonBase/TouchRipple";
145
+ import "zustand/middleware/immer";
146
+ import "react-dnd";
147
+ import "react-dnd-html5-backend";
148
+ import "./components/DataGrid/subcomponents/Actions/index.063a0197.js";
149
+ import "./react-data-grid.c5377916.js";
154
150
  import "react-dropzone";
155
- import "@mui/material/Button";
156
- import "@mui/lab";
151
+ import "./components/GridLayout/subcomponents/Griditem/index.8e4af155.js";
152
+ import "./react-resizable.ee028152.js";
153
+ import "fast-equals";
154
+ import "lodash";
155
+ import "./react-json-view.5636414a.js";
156
+ import "./commonjs.333e55c7.js";
157
+ import "./react-splitter-layout.c5d98bf7.js";
158
+ import "./components/areas/index.abedae6a.js";
159
+ import "./test/constants_no_mock.86c553a9.js";
160
+ import "./vendor.3c20510a.js";
161
+ import "zustand/middleware";
157
162
  import "./hocs/withToggle/index.e44eb0da.js";
158
163
  import "./components/WrapperComponent/index.5e872594.js";
159
- import "./components/GridLayout/subcomponents/Griditem/index.4d38f12e.js";
160
- import "fast-equals";
161
- import "./components/PrintingSystem/subcomponents/DividerNode/index.16fff262.js";
162
- import "./components/PrintingSystem/subcomponents/SectionNode/index.ce4f6d16.js";
163
- import "./components/PrintingSystem/subcomponents/TextBoxNode/index.850d20a1.js";
164
- import "./components/PrintingSystem/subcomponents/HeaderNode/index.77d3d39a.js";
165
- import "./components/PrintingSystem/subcomponents/BodyNode/index.7acc6016.js";
166
- import "./components/PrintingSystem/subcomponents/FooterNode/index.6c67dec0.js";
167
- import "./components/PrintingSystem/subcomponents/PaperNode/index.2a3d54a3.js";
168
- import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.e71ad971.js";
169
- import "./components/PrintingSystem/subcomponents/GridNode/index.f466062b.js";
170
- import "./components/PrintingSystem/subcomponents/ChartNode/index.e4a23bdd.js";
164
+ import "./components/PrintingSystem/subcomponents/DividerNode/index.56efaa0c.js";
165
+ import "./components/PrintingSystem/subcomponents/SectionNode/index.05d1fcf7.js";
166
+ import "./components/PrintingSystem/subcomponents/TextBoxNode/index.3894059c.js";
167
+ import "./components/PrintingSystem/subcomponents/HeaderNode/index.0e23ffd4.js";
168
+ import "./components/PrintingSystem/subcomponents/BodyNode/index.d70a5d24.js";
169
+ import "./components/PrintingSystem/subcomponents/FooterNode/index.4320bb03.js";
170
+ import "./components/PrintingSystem/subcomponents/PaperNode/index.f97e7aa6.js";
171
+ import "./components/PrintingSystem/subcomponents/PropertyValueNode/index.7d3a3c8f.js";
172
+ import "./components/PrintingSystem/subcomponents/GridNode/index.6cabbf31.js";
173
+ import "./components/PrintingSystem/subcomponents/ChartNode/index.4cd7f6d8.js";
171
174
  import "chart.js";
172
175
  import "chartjs-chart-error-bars";
173
- import "./react-json-view.5636414a.js";
174
- import "./commonjs.333e55c7.js";
175
176
  import "react-helmet-async";
176
177
  import "simplebar/dist/simplebar.min.css?used";
177
- import "./react-splitter-layout.c5d98bf7.js";
178
178
  import "@hookform/resolvers/yup";
179
179
  export {
180
180
  A5 as AREAS_DICTIONARY_ID,
181
181
  A6 as Accordion,
182
- A15 as AccountPopover,
182
+ A14 as AccountPopover,
183
183
  A9 as ActionCancel,
184
184
  A11 as ActionFormCancel,
185
185
  A12 as ActionFormIntro,
186
186
  A10 as ActionIntro,
187
187
  A8 as Actions,
188
188
  A as AnimatedScroll,
189
- A14 as AppBar,
189
+ A13 as AppBar,
190
190
  A2 as AreasAdmin,
191
191
  A4 as AreasContext,
192
192
  b2 as AreasProvider,
193
193
  A3 as AreasViewer,
194
194
  A7 as Avatar,
195
- B3 as Badge,
195
+ B4 as Badge,
196
196
  B5 as BooleanFormatter,
197
197
  B as BoxIcon,
198
198
  B2 as Breadcrumbs,
199
- B4 as Button,
200
- C2 as CheckBox,
201
- C as CircularProgress,
199
+ B3 as Button,
200
+ C as CheckBox,
201
+ C2 as CircularProgress,
202
202
  C3 as ConcatenatedFormatter,
203
203
  D2 as DICCTIONARY,
204
- c as DataGrid,
204
+ c4 as DataGrid,
205
205
  D3 as DateFormatter,
206
206
  D5 as DraggableWindow,
207
207
  D4 as DynamicFilter,
@@ -215,16 +215,16 @@ export {
215
215
  I as IconButtonAnimate,
216
216
  I5 as Image,
217
217
  I2 as ImageButton,
218
- L3 as LABEL_FILTER_BUTTON,
219
- L7 as LanguagePopover,
218
+ L2 as LABEL_FILTER_BUTTON,
219
+ L6 as LanguagePopover,
220
220
  L4 as LinearProgress,
221
- L8 as LinearProgressIndeterminate,
221
+ L7 as LinearProgressIndeterminate,
222
222
  L5 as LinkWithRoute,
223
- L9 as Loadable,
224
- L6 as LoadingButton,
225
- L10 as LoadingError,
226
- L2 as LoadingScreen,
227
- L as Logo,
223
+ L8 as Loadable,
224
+ L3 as LoadingButton,
225
+ L9 as LoadingError,
226
+ L as LoadingScreen,
227
+ L10 as Logo,
228
228
  M6 as MFLoader,
229
229
  M3 as MemonizedDynamicMFParmsProvider,
230
230
  M4 as MenuActions,
@@ -238,52 +238,52 @@ export {
238
238
  N as NumberEditor,
239
239
  O as ObjectLogs,
240
240
  P10 as PDFViewer,
241
- P3 as Pager,
241
+ P4 as Pager,
242
242
  P9 as PaperForm,
243
243
  P2 as Period,
244
244
  P6 as PeriodFormatter,
245
245
  P5 as PointsFormatter,
246
- P4 as Popover,
246
+ P3 as Popover,
247
247
  P7 as PriceFormatter,
248
248
  P8 as PrintingSystem,
249
249
  P as PropagateLoader,
250
250
  P11 as PropertyValue,
251
251
  R as RHFAutocomplete,
252
252
  R3 as RHFAutocompleteAsync,
253
- R9 as RHFCheckbox,
253
+ R4 as RHFCheckbox,
254
254
  R2 as RHFColorPicker,
255
- R4 as RHFDateTime,
256
- R5 as RHFMultiCheckbox,
257
- R7 as RHFPeriod,
258
- R8 as RHFRadioGroup,
259
- R6 as RHFSelect,
255
+ R5 as RHFDateTime,
256
+ R6 as RHFMultiCheckbox,
257
+ R9 as RHFPeriod,
258
+ R10 as RHFRadioGroup,
259
+ R7 as RHFSelect,
260
260
  b3 as RHFTEXTFIELD_INPUT_TEST_ID,
261
- c3 as RHFTEXTFIELD_PREFIX,
261
+ c2 as RHFTEXTFIELD_PREFIX,
262
262
  a5 as RHFTEXTFIELD_ROOT_TEST_ID,
263
- R10 as RHFTextField,
263
+ R8 as RHFTextField,
264
264
  d as RHFTextFieldPassword,
265
265
  R11 as RHFUploadImage,
266
266
  R14 as RHFormProvider,
267
267
  R13 as ResizeableWindow,
268
268
  R12 as Responsive,
269
- S4 as ScrollBar,
270
- S as ScrollToTop,
269
+ S3 as ScrollBar,
270
+ S4 as ScrollToTop,
271
271
  S6 as SideBar,
272
- S3 as SizeProvider,
272
+ S2 as SizeProvider,
273
273
  S5 as SplitLayout,
274
- S2 as Stack,
274
+ S as Stack,
275
275
  a6 as Tab,
276
- c4 as TabContent,
277
- T2 as TabContext,
276
+ c3 as TabContent,
277
+ T as TabContext,
278
278
  d2 as TabProvider,
279
279
  b4 as Tabs,
280
- T as TextEditor,
280
+ T6 as TextEditor,
281
281
  T7 as ToastContainer,
282
282
  a9 as ToastMessage,
283
- T5 as ToggleButton,
284
- T6 as ToggleIconButton,
285
- T3 as Tooltip,
286
- T4 as Typography,
283
+ T4 as ToggleButton,
284
+ T5 as ToggleIconButton,
285
+ T2 as Tooltip,
286
+ T3 as Typography,
287
287
  U as UncertaintyFormatter,
288
288
  W3 as WindowBase,
289
289
  W2 as WindowConfirm,
@@ -299,7 +299,7 @@ export {
299
299
  c6 as columnPointsFormatter,
300
300
  c8 as columnPriceFormatter,
301
301
  c5 as columnUncertaintyFormatter,
302
- c2 as createDynamicMFStore,
302
+ c as createDynamicMFStore,
303
303
  d3 as defaultCommonActionsDictionary,
304
304
  d4 as defaultModalDialogDictionary,
305
305
  d5 as defaultNoItemSelectedDictionary,
@@ -308,32 +308,32 @@ export {
308
308
  g21 as getAccountPopoverDictionary,
309
309
  g20 as getAppBarDictionary,
310
310
  a4 as getAreasComponentsDictionary,
311
- g2 as getAreasDictionary,
311
+ g as getAreasDictionary,
312
312
  g13 as getCommonActionsDictionary,
313
313
  e as getDataGridRowsFromSet,
314
314
  g12 as getDynamicFilterComponentsDictionary,
315
315
  g22 as getFormComponentsDictionary,
316
- g10 as getFormatConcatenated,
317
- g7 as getFormatDate,
316
+ g9 as getFormatConcatenated,
317
+ g6 as getFormatDate,
318
318
  a7 as getFormatPeriod,
319
- g9 as getFormatPoints,
320
- g11 as getFormatPrice,
319
+ g8 as getFormatPoints,
320
+ g10 as getFormatPrice,
321
321
  b5 as getFormattersComponentsDictionary,
322
- g as getGridComponentsDictionary,
322
+ g11 as getGridComponentsDictionary,
323
323
  g16 as getLoadingErrorComponentsDictionary,
324
324
  g17 as getMFLoaderComponentsDictionary,
325
325
  g14 as getModalDialogComponentsDictionary,
326
326
  g15 as getModalDictionary,
327
327
  g18 as getNoItemSelectedComponentsDictionary,
328
328
  g19 as getObjectLogsComponentsDictionary,
329
- g6 as getPagerComponentsDictionary,
330
- g5 as getPeriodComponetsDictionary,
331
- g4 as getRHFAutocompleteAsyncComponentsDictionary,
332
- g3 as getRHFAutocompleteComponentsDictionary,
333
- g8 as getUncertaintyFormat,
329
+ g5 as getPagerComponentsDictionary,
330
+ g4 as getPeriodComponetsDictionary,
331
+ g3 as getRHFAutocompleteAsyncComponentsDictionary,
332
+ g2 as getRHFAutocompleteComponentsDictionary,
333
+ g7 as getUncertaintyFormat,
334
334
  g23 as getformAddEditDictionary,
335
335
  w as isEqualLayout,
336
- A13 as isEqualLayouts,
336
+ z as isEqualLayouts,
337
337
  u as useDynamicMFParametersStore,
338
338
  u3 as useFormAddEdit,
339
339
  u4 as useModal,
@@ -12,7 +12,7 @@ import merge from "lodash-es/merge";
12
12
  import throttle from "lodash-es/throttle";
13
13
  import map from "lodash-es/map";
14
14
  import isUndefined from "lodash-es/isUndefined";
15
- import { _ as _default$1, a as _default$2 } from "./components/Icon/index.05984e7f.js";
15
+ import { _ as _default$1, a as _default$2 } from "./components/Icon/index.29065051.js";
16
16
  import clsx from "clsx";
17
17
  var lib = {};
18
18
  var flattenNames$1 = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/components",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "license": "UNLICENSED",
5
5
  "dependencies": {
6
6
  "@emotion/react": "^11.9.0",