@m4l/components 0.1.63 → 0.1.65

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 (228) hide show
  1. package/@types/export.d.ts +9 -5
  2. package/components/CommonActions/components/ActionCancel/{index.2eb2c1e1.js → index.0f471356.js} +1 -1
  3. package/components/CommonActions/components/ActionFormCancel/{index.2864d574.js → index.4d2f599e.js} +16 -18
  4. package/components/CommonActions/components/ActionFormIntro/{index.e7f83ddd.js → index.0eed3ba3.js} +1 -1
  5. package/components/CommonActions/components/ActionIntro/{index.0d138cb3.js → index.41a598d6.js} +2 -2
  6. package/components/CommonActions/components/Actions/{index.433cd345.js → index.3b882471.js} +15 -18
  7. package/components/DataGrid/{index.42521a55.js → index.dc84293a.js} +32 -35
  8. package/components/DynamicFilter/{index.442bda79.js → index.abc697c7.js} +38 -46
  9. package/components/DynamicFilter/index.d.ts +1 -1
  10. package/components/HelperText/{index.3c07ca2a.js → index.1a24d41b.js} +10 -10
  11. package/components/Icon/{index.0f9b360e.js → index.6938827f.js} +2 -2
  12. package/components/Icon/tests/utils.d.ts +1 -1
  13. package/components/Image/{index.1a9c0327.js → index.674024d4.js} +1 -1
  14. package/components/LanguagePopover/{index.68de7176.js → index.47aa8119.js} +11 -11
  15. package/components/ModalDialog/{index.3efe049b.js → index.3db4480d.js} +5 -5
  16. package/components/NavLink/{index.ae9f1cc9.js → index.0d125c6b.js} +11 -11
  17. package/components/NoItemSelected/{index.7cfd7613.js → index.1aa96110.js} +1 -1
  18. package/components/ObjectLogs/{index.b50726fb.js → index.05788334.js} +18 -21
  19. package/components/PaperForm/{index.44bf4469.js → index.b3da0da3.js} +1 -1
  20. package/components/Period/{index.99feb99e.js → index.a1b7b4cc.js} +16 -19
  21. package/components/Resizeable/{index.b5d42efb.js → index.ee84ebc5.js} +3 -3
  22. package/components/SideBar/{index.011880b6.js → index.99ce4e06.js} +7 -7
  23. package/components/areas/components/AreasAdmin/classes/index.d.ts +5 -0
  24. package/components/areas/components/AreasAdmin/classes/types.d.ts +11 -0
  25. package/components/areas/components/AreasAdmin/index.46fab65b.js +135 -0
  26. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +1 -1
  27. package/components/areas/components/AreasViewer/classes/index.d.ts +5 -0
  28. package/components/areas/components/AreasViewer/classes/types.d.ts +19 -0
  29. package/components/areas/components/AreasViewer/index.1aa4d12d.js +1972 -0
  30. package/components/areas/components/AreasViewer/index.d.ts +7 -0
  31. package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/contexts}/AreaContext/helper.d.ts +2 -2
  32. package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/contexts}/AreaContext/index.d.ts +3 -3
  33. package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/store.d.ts +11 -0
  34. package/components/areas/{contexts/AreaContext/store.d.ts → components/AreasViewer/subcomponents/Area/contexts/AreaContext/types.d.ts} +29 -16
  35. package/components/areas/components/AreasViewer/subcomponents/Area/index.d.ts +12 -0
  36. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/GridLayout/index.d.ts +5 -0
  37. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +6 -0
  38. package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/store.d.ts +8 -3
  39. package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/types.d.ts +1 -1
  40. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/index.d.ts +1 -1
  41. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/index.d.ts +1 -1
  42. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/Component/index.d.ts +1 -1
  43. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/helper.d.ts +3 -0
  44. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/subcomponents/MainActions/index.d.ts +1 -0
  45. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/index.d.ts +1 -1
  46. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/types.d.ts +8 -0
  47. package/components/areas/components/{WindowModal → AreasViewer/subcomponents/Area/subcomponents/WindowModal}/index.d.ts +1 -1
  48. package/components/areas/components/{WindowPopUp → AreasViewer/subcomponents/Area/subcomponents/WindowPopUp}/index.d.ts +1 -1
  49. package/components/areas/components/{Area → AreasViewer/subcomponents/Area}/types.d.ts +6 -11
  50. package/components/areas/components/index.9de77fae.js +12 -0
  51. package/components/areas/components/index.d.ts +4 -4
  52. package/components/areas/constants.d.ts +3 -0
  53. package/components/areas/contexts/AreasContext/{index.0792a8d1.js → index.b3b26965.js} +78 -44
  54. package/components/areas/contexts/AreasContext/index.d.ts +10 -4
  55. package/components/areas/contexts/AreasContext/store.d.ts +8 -29
  56. package/components/areas/contexts/AreasContext/types.d.ts +119 -0
  57. package/components/areas/contexts/WindowToolsMFContext/types.d.ts +3 -2
  58. package/components/areas/contexts/index.4ebef035.js +21 -0
  59. package/components/areas/dictionary.d.ts +9 -14
  60. package/components/areas/hooks/{index.f4d78492.js → index.ffb1009e.js} +3 -2
  61. package/components/areas/hooks/useArea/{index.d6263051.js → index.c7e4f3fc.js} +17 -3
  62. package/components/areas/hooks/useArea/index.d.ts +1 -1
  63. package/components/areas/hooks/useAreas/index.d.ts +1 -1
  64. package/components/areas/hooks/useDynamicMFParameters/{index.041a666b.js → index.9a25f88a.js} +1 -1
  65. package/components/areas/hooks/useWindow/index.d.ts +1 -1
  66. package/components/areas/icons.d.ts +8 -0
  67. package/components/areas/index.bfe6bf91.js +46 -0
  68. package/components/areas/index.d.ts +1 -0
  69. package/components/formatters/BooleanFormatter/{index.cd00c8e1.js → index.7b9e92f8.js} +1 -1
  70. package/components/formatters/{index.deae4701.js → index.01b027ad.js} +2 -2
  71. package/components/hook-form/RHFAutocomplete/{index.083e23c1.js → index.73d33896.js} +13 -12
  72. package/components/hook-form/RHFAutocomplete/test/constants.d.ts +1 -0
  73. package/components/hook-form/RHFAutocomplete/test/utils.d.ts +1 -1
  74. package/components/hook-form/RHFAutocompleteAsync/{index.ba751be9.js → index.21f4cb53.js} +2 -2
  75. package/components/hook-form/RHFCheckbox/{index.c19393b1.js → index.c3b1884b.js} +3 -3
  76. package/components/hook-form/RHFPeriod/{index.c0a80aeb.js → index.cc624bb3.js} +2 -2
  77. package/components/hook-form/RHFTextField/{index.97485ff2.js → index.15659666.js} +13 -13
  78. package/components/hook-form/RHFUpload/{index.798eb11d.js → index.ecf5c788.js} +1 -1
  79. package/components/index.d.ts +1 -3
  80. package/components/modal/{WindowBase.59f50553.js → WindowBase.1b0657de.js} +3 -3
  81. package/components/modal/{WindowConfirm.c1339cf8.js → WindowConfirm.60028bce.js} +18 -21
  82. package/components/modal/index.fde6acc3.js +27 -0
  83. package/components/mui_extended/Accordion/{index.b7487e37.js → index.95a1b021.js} +2 -2
  84. package/components/mui_extended/Button/{index.d9e0ae2e.js → index.e4c61b66.js} +3 -3
  85. package/components/mui_extended/IconButton/{index.be9c2ce5.js → index.78a489d3.js} +15 -11
  86. package/components/mui_extended/IconButton/types.d.ts +1 -1
  87. package/components/mui_extended/MenuActions/icons.d.ts +3 -0
  88. package/components/mui_extended/MenuActions/{index.ec654122.js → index.742a57d7.js} +21 -20
  89. package/components/mui_extended/MenuActions/types.d.ts +5 -6
  90. package/components/mui_extended/Pager/{index.9e123670.js → index.a44594e9.js} +5 -5
  91. package/components/mui_extended/Popover/{index.260aae81.js → index.e271e4f0.js} +1 -0
  92. package/components/mui_extended/Typography/{index.41b60a6b.js → index.86505aed.js} +1 -1
  93. package/components/mui_extended/index.61356a6a.js +19 -0
  94. package/contexts/ModalContext/{index.ae8041f3.js → index.bfc47ba9.js} +1 -1
  95. package/hooks/useModal/{index.5c159ed2.js → index.979ab2ea.js} +1 -1
  96. package/index.js +111 -116
  97. package/package.json +5 -6
  98. package/{react-draggable.1aa81436.js → react-draggable.d6441025.js} +1 -1
  99. package/{react-resizable.e86cb01e.js → react-resizable.79fb7404.js} +5 -4
  100. package/utils/{index.e199226a.js → index.64775c34.js} +32 -32
  101. package/{vendor.a15d263e.js → vendor.2d9f95b4.js} +50 -52
  102. package/components/AccountPopover/style.d.ts +0 -2
  103. package/components/AccountPopover/subcomponents/PopOver/styles.d.ts +0 -8
  104. package/components/AppBar/styles.d.ts +0 -2
  105. package/components/CommonActions/components/Actions/styles.d.ts +0 -2
  106. package/components/DataGrid/styles.d.ts +0 -3
  107. package/components/DataGrid/subcomponents/Actions/styles.d.ts +0 -2
  108. package/components/DataGrid/subcomponents/Actions/subcomponents/Density/styles.d.ts +0 -3
  109. package/components/DataGrid/subcomponents/Actions/subcomponents/Filter/styles.d.ts +0 -2
  110. package/components/DataGrid/subcomponents/Actions/subcomponents/RowsCount/styles.d.ts +0 -4
  111. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/styles.d.ts +0 -2
  112. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/styles.d.ts +0 -8
  113. package/components/DataGrid/subcomponents/Table/styles.d.ts +0 -3
  114. package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/styles.d.ts +0 -2
  115. package/components/DataGrid/subcomponents/editors/TextEditor/index.d.ts +0 -6
  116. package/components/DynamicFilter/subcomponents/ApplyedFilters/styles.d.ts +0 -3
  117. package/components/DynamicFilter/subcomponents/ApplyedFilters/subcomponents/ApplyedFilter/styles.d.ts +0 -6
  118. package/components/DynamicFilter/subcomponents/ClearFilters/styles.d.ts +0 -3
  119. package/components/DynamicFilter/subcomponents/FilterButton/styles.d.ts +0 -3
  120. package/components/DynamicFilter/subcomponents/InnerForHooks/styles.d.ts +0 -3
  121. package/components/DynamicFilter/subcomponents/InputFilter/styles.d.ts +0 -2
  122. package/components/DynamicFilter/subcomponents/PopoverFilter/styles.d.ts +0 -3
  123. package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/styles.d.ts +0 -2
  124. package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/styles.d.ts +0 -2
  125. package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/styles.d.ts +0 -2
  126. package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/styles.d.ts +0 -2
  127. package/components/HelperText/styles.d.ts +0 -2
  128. package/components/Icon/styles.d.ts +0 -4
  129. package/components/Image/styles.d.ts +0 -3
  130. package/components/Image/subcomponents/LazyLoadComponent/styles.d.ts +0 -2
  131. package/components/Image/subcomponents/Skeleton/styles.d.ts +0 -2
  132. package/components/LanguagePopover/styles.d.ts +0 -6
  133. package/components/NavLink/styles.d.ts +0 -2
  134. package/components/NoItemSelected/styles.d.ts +0 -5
  135. package/components/ObjectLogs/components/DetailDialog/styles.d.ts +0 -3
  136. package/components/ObjectLogs/styles.d.ts +0 -4
  137. package/components/PaperForm/styles.d.ts +0 -7
  138. package/components/Period/styles.d.ts +0 -7
  139. package/components/PropertyValue/styles.d.ts +0 -6
  140. package/components/ResizeableWindow/styles.d.ts +0 -5
  141. package/components/ScrollBar/styles.d.ts +0 -8
  142. package/components/SideBar/styles.d.ts +0 -5
  143. package/components/SideBar/subcomponents/ContentDesktop/style.d.ts +0 -2
  144. package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/styles.d.ts +0 -3
  145. package/components/SideBar/subcomponents/ContentGroups/styles.d.ts +0 -5
  146. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/styles.d.ts +0 -2
  147. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/styles.d.ts +0 -2
  148. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/styles.d.ts +0 -9
  149. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/subcomponents/NavItemRootContent/styles.d.ts +0 -3
  150. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/styles.d.ts +0 -2
  151. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +0 -22
  152. package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/styles.d.ts +0 -5
  153. package/components/SideBar/subcomponents/ContentMobile/styles.d.ts +0 -3
  154. package/components/SplitLayout/styles.d.ts +0 -4
  155. package/components/animate/LoadingScreen/styles.d.ts +0 -3
  156. package/components/animate/PropagateLoader/syles.d.ts +0 -2
  157. package/components/areas/components/Area/index.d.ts +0 -5
  158. package/components/areas/components/Area/styles.d.ts +0 -6
  159. package/components/areas/components/AreasAdmin/index.51e28f63.js +0 -120
  160. package/components/areas/components/AreasAdmin/styles.d.ts +0 -2
  161. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/styles.d.ts +0 -3
  162. package/components/areas/components/AreasContainer/index.1e5e6e91.js +0 -37
  163. package/components/areas/components/AreasContainer/index.d.ts +0 -1
  164. package/components/areas/components/AreasContainer/styles.d.ts +0 -2
  165. package/components/areas/components/GridLayout/index.5bf8d5e4.js +0 -103
  166. package/components/areas/components/GridLayout/index.d.ts +0 -1
  167. package/components/areas/components/GridLayout/styles.d.ts +0 -7
  168. package/components/areas/components/Window/icons.d.ts +0 -3
  169. package/components/areas/components/Window/index.416a874f.js +0 -855
  170. package/components/areas/components/Window/styles.d.ts +0 -6
  171. package/components/areas/components/Window/subcomponents/InnerForHooks/styles.d.ts +0 -2
  172. package/components/areas/components/Window/subcomponents/InnerForHooks/subcomponents/Header/styles.d.ts +0 -9
  173. package/components/areas/components/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/styles.d.ts +0 -2
  174. package/components/areas/components/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/styles.d.ts +0 -2
  175. package/components/areas/components/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/types.d.ts +0 -8
  176. package/components/areas/components/WindowModal/styles.d.ts +0 -3
  177. package/components/areas/components/WindowPopUp/index.f053fca7.js +0 -118
  178. package/components/areas/components/WindowsPanel/index.d.ts +0 -1
  179. package/components/areas/components/WindowsPanel/styles.d.ts +0 -10
  180. package/components/areas/components/index.eace295a.js +0 -77
  181. package/components/areas/contexts/AreaContext/index.7890e58d.js +0 -509
  182. package/components/areas/contexts/AreaContext/types.d.ts +0 -20
  183. package/components/areas/contexts/index.2a915acf.js +0 -198
  184. package/components/areas/index.8fca0f8f.js +0 -20
  185. package/components/hook-form/RHFAutocomplete/styles.d.ts +0 -2
  186. package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/styles.d.ts +0 -2
  187. package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/styles.d.ts +0 -4
  188. package/components/hook-form/RHFAutocompleteAsync/styles.d.ts +0 -5
  189. package/components/hook-form/RHFCheckbox/styles.d.ts +0 -15
  190. package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/styles.d.ts +0 -3
  191. package/components/hook-form/RHFDateTime/subcomponents/Skeleton/styles.d.ts +0 -2
  192. package/components/hook-form/RHFPeriod/styles.d.ts +0 -2
  193. package/components/hook-form/RHFTextField/styles.d.ts +0 -3
  194. package/components/hook-form/RHFTextField/subcomponents/Skeleton/styles.d.ts +0 -3
  195. package/components/hook-form/RHFTextFieldPassword/styles.d.ts +0 -2
  196. package/components/hook-form/RHFUpload/RHFUploadImage/styles.d.ts +0 -2
  197. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/styles.d.ts +0 -12
  198. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/subcomponents/Skeleton/styles.d.ts +0 -2
  199. package/components/modal/ModalDialog/styles.d.ts +0 -9
  200. package/components/modal/WindowBase/styles.d.ts +0 -2
  201. package/components/modal/WindowBase/subcomponents/Header/styles.d.ts +0 -6
  202. package/components/modal/WindowConfirm/subcomponents/MessageIlustration/styles.d.ts +0 -6
  203. package/components/modal/index.7a84f64d.js +0 -30
  204. package/components/mui_extended/Accordion/styles.d.ts +0 -4
  205. package/components/mui_extended/Button/styles.d.ts +0 -13
  206. package/components/mui_extended/IconButton/styles.d.ts +0 -2
  207. package/components/mui_extended/ImageButton/styles.d.ts +0 -2
  208. package/components/mui_extended/LoadingButton/styles.d.ts +0 -2
  209. package/components/mui_extended/MenuActions/styles.d.ts +0 -30
  210. package/components/mui_extended/Pager/components/PagerActions/styles.d.ts +0 -2
  211. package/components/mui_extended/Pager/styles.d.ts +0 -6
  212. package/components/mui_extended/Popover/styles.d.ts +0 -1
  213. package/components/mui_extended/Popover/subcomponts/ArrowIcon/index.d.ts +0 -3
  214. package/components/mui_extended/Tab/styles.d.ts +0 -2
  215. package/components/mui_extended/Typography/styles.d.ts +0 -2
  216. package/components/mui_extended/index.459cbd6c.js +0 -19
  217. package/contexts/RHFormContext/styles.d.ts +0 -2
  218. package/components/areas/components/{Area → AreasViewer/subcomponents/Area}/subcomponents/InnerForHooks/index.d.ts +0 -0
  219. package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/helper.d.ts +0 -0
  220. package/components/areas/{contexts → components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts}/WindowContext/index.d.ts +0 -0
  221. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/Header/index.d.ts +0 -0
  222. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/Header/skeleton.d.ts +0 -0
  223. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/index.d.ts +0 -0
  224. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/index.d.ts +0 -0
  225. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/index.d.ts +0 -0
  226. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/types.d.ts +0 -0
  227. package/components/areas/components/{Window → AreasViewer/subcomponents/Area/subcomponents/Window}/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/types.d.ts +0 -0
  228. package/components/areas/contexts/DynamicMFParmsContext/{index.c19cb8cc.js → index.5b3248df.js} +14 -14
@@ -0,0 +1,27 @@
1
+ import "@mui/material";
2
+ import "../../react-draggable.d6441025.js";
3
+ import "react";
4
+ import "../../contexts/ModalContext/index.bfc47ba9.js";
5
+ import "../ModalDialog/index.3db4480d.js";
6
+ import "../Resizeable/index.ee84ebc5.js";
7
+ import "react/jsx-runtime";
8
+ import "@m4l/graphics";
9
+ import "@m4l/core";
10
+ import "../CommonActions/components/Actions/index.3b882471.js";
11
+ import "@mui/material/Button";
12
+ import "../mui_extended/Button/index.e4c61b66.js";
13
+ import "clsx";
14
+ import "react-hook-form";
15
+ import "./WindowBase.1b0657de.js";
16
+ import "../Icon/index.6938827f.js";
17
+ import "../areas/components/AreasViewer/index.1aa4d12d.js";
18
+ import "../mui_extended/IconButton/index.78a489d3.js";
19
+ import "zustand";
20
+ import "../areas/contexts/AreasContext/index.b3b26965.js";
21
+ import "../areas/components/AreasAdmin/index.46fab65b.js";
22
+ import "zustand/shallow";
23
+ import "../areas/contexts/index.4ebef035.js";
24
+ import "../areas/contexts/DynamicMFParmsContext/index.5b3248df.js";
25
+ import "@mui/lab";
26
+ import "../mui_extended/Typography/index.86505aed.js";
27
+ import "./WindowConfirm.60028bce.js";
@@ -1,7 +1,7 @@
1
1
  import { Skeleton, Accordion as Accordion$1, AccordionSummary, AccordionDetails } from "@mui/material";
2
- import { I as IconButton } from "../IconButton/index.be9c2ce5.js";
2
+ import { I as IconButton } from "../IconButton/index.78a489d3.js";
3
3
  import { useEnvironment, useModuleSkeleton } from "@m4l/core";
4
- import { I as Icon } from "../../Icon/index.0f9b360e.js";
4
+ import { I as Icon } from "../../Icon/index.6938827f.js";
5
5
  import { styled } from "@mui/material/styles";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
  styled("div")(({
@@ -4,11 +4,11 @@ import MuiButton from "@mui/material/Button";
4
4
  import clsx from "clsx";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  import { useMemo } from "react";
7
- import { I as Image } from "../../Image/index.1a9c0327.js";
7
+ import { I as Image } from "../../Image/index.674024d4.js";
8
8
  import { unstable_composeClasses } from "@mui/base";
9
- import { T as TEST_PROP_ID } from "../../../vendor.a15d263e.js";
9
+ import { T as TEST_PROP_ID } from "../../../vendor.2d9f95b4.js";
10
10
  import { LoadingButton as LoadingButton$1 } from "@mui/lab";
11
- import { T as Typography } from "../Typography/index.41b60a6b.js";
11
+ import { T as Typography } from "../Typography/index.86505aed.js";
12
12
  const ButtonRoot = styled("div")(({
13
13
  theme
14
14
  }) => ({
@@ -1,8 +1,9 @@
1
1
  import { useMemo, useState } from "react";
2
2
  import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
3
3
  import { Skeleton, styled, generateUtilityClasses, generateUtilityClass, Tooltip, IconButton as IconButton$1 } from "@mui/material";
4
- import { I as Icon } from "../../Icon/index.0f9b360e.js";
4
+ import { I as Icon } from "../../Icon/index.6938827f.js";
5
5
  import { jsx, Fragment } from "react/jsx-runtime";
6
+ import clsx from "clsx";
6
7
  import { unstable_composeClasses } from "@mui/base";
7
8
  const SkeletonIconButton = (props) => {
8
9
  const {
@@ -52,10 +53,11 @@ const IconButton = (props) => {
52
53
  src,
53
54
  tooltip,
54
55
  size = "small",
55
- dictionaryTooltip,
56
+ dictionaryTooltipId,
56
57
  rotationAngle,
57
58
  variant = "primary",
58
59
  disabled,
60
+ className,
59
61
  ...other
60
62
  } = props;
61
63
  const {
@@ -66,11 +68,14 @@ const IconButton = (props) => {
66
68
  if (disabled) {
67
69
  return void 0;
68
70
  }
69
- if (dictionaryTooltip && getLabel) {
70
- return getLabel(dictionaryTooltip);
71
+ if (tooltip && tooltip !== "") {
72
+ return tooltip;
71
73
  }
72
- return tooltip;
73
- }, [dictionaryTooltip, getLabel, disabled]);
74
+ if (dictionaryTooltipId && getLabel) {
75
+ return getLabel(dictionaryTooltipId);
76
+ }
77
+ return void 0;
78
+ }, [tooltip, dictionaryTooltipId, getLabel]);
74
79
  const [isfocus, setIsFocus] = useState(false);
75
80
  const handlerOnFocus = () => {
76
81
  console.log("focus active");
@@ -84,20 +89,19 @@ const IconButton = (props) => {
84
89
  variant,
85
90
  size,
86
91
  isSkeleton,
87
- isFocus: isfocus,
92
+ isFocus: disabled ? false : isfocus,
88
93
  isDisabled: disabled
89
94
  };
90
95
  const classes = useUtilityClasses(ownerState);
91
96
  return /* @__PURE__ */ jsx(IconButtonRoot, {
92
- className: classes.root,
97
+ className: clsx(classes.root, className),
93
98
  "data-testid": "IconButtonRoot",
94
99
  children: !isSkeleton ? /* @__PURE__ */ jsx(Fragment, {
95
100
  children: finalTooltip ? /* @__PURE__ */ jsx(Tooltip, {
96
101
  title: finalTooltip || "",
97
102
  children: /* @__PURE__ */ jsx(IconButton$1, {
98
103
  ...other,
99
- disableFocusRipple: true,
100
- onFocus: handlerOnFocus,
104
+ onFocusVisible: handlerOnFocus,
101
105
  onBlur: handlerOnBlur,
102
106
  disabled,
103
107
  children: /* @__PURE__ */ jsx(Icon, {
@@ -108,7 +112,7 @@ const IconButton = (props) => {
108
112
  }) : /* @__PURE__ */ jsx(IconButton$1, {
109
113
  ...other,
110
114
  disableFocusRipple: true,
111
- onFocus: handlerOnFocus,
115
+ onFocusVisible: handlerOnFocus,
112
116
  onBlur: handlerOnBlur,
113
117
  disabled,
114
118
  children: /* @__PURE__ */ jsx(Icon, {
@@ -4,7 +4,7 @@ export declare type IconButtonVariants = 'primary' | 'secondary' | 'line';
4
4
  export declare type IconButtonSize = 'extraSmall' | 'small' | 'medium';
5
5
  export interface IconButtonProps extends Omit<IconProps, 'size'>, Omit<MUIIconButtonProps, 'size'> {
6
6
  tooltip?: string;
7
- dictionaryTooltip?: string;
7
+ dictionaryTooltipId?: string;
8
8
  variant?: IconButtonVariants;
9
9
  size?: IconButtonSize;
10
10
  }
@@ -0,0 +1,3 @@
1
+ export declare const ICONS: {
2
+ MENU: string;
3
+ };
@@ -1,31 +1,37 @@
1
1
  import { useState, useMemo } from "react";
2
2
  import { useEnvironment, useModuleDictionary } from "@m4l/core";
3
- import { IconButton, Tooltip, MenuItem } from "@mui/material";
4
- import { P as Popover } from "../Popover/index.260aae81.js";
3
+ import { IconButton, MenuItem } from "@mui/material";
4
+ import { P as Popover } from "../Popover/index.e271e4f0.js";
5
5
  import { styled } from "@mui/material/styles";
6
- import { I as Icon } from "../../Icon/index.0f9b360e.js";
6
+ import { I as Icon } from "../../Icon/index.6938827f.js";
7
+ import { I as IconButton$1 } from "../IconButton/index.78a489d3.js";
7
8
  import { jsxs, Fragment, jsx } from "react/jsx-runtime";
8
- const WrapperMenuActions = styled(IconButton)(() => ({}));
9
+ styled(IconButton)(() => ({}));
9
10
  const LabelMemuItem = styled("div")(({
10
11
  theme
11
12
  }) => ({
12
13
  height: "22px",
14
+ overflow: "hidden",
15
+ wordBreak: "break-all",
13
16
  marginLeft: theme.spacing(1.5),
14
17
  display: "flex",
15
18
  alignItems: "center"
16
19
  }));
20
+ const ICONS = {
21
+ MENU: "menu.svg"
22
+ };
17
23
  function MenuActions(props) {
18
24
  const {
19
25
  menuActions,
20
26
  objItem = {},
21
- url_icon: urlIcon,
27
+ urlIcon,
22
28
  toolTip = "",
23
29
  marginTop = -1,
24
30
  marginBottom,
25
31
  marginLeft,
26
32
  marginRight,
27
33
  width = 200,
28
- arrowType: arrow = "right-top",
34
+ arrowType = "right-top",
29
35
  ...other
30
36
  } = props;
31
37
  const {
@@ -42,7 +48,7 @@ function MenuActions(props) {
42
48
  const urlFinalIcon = useMemo(() => {
43
49
  if (urlIcon)
44
50
  return urlIcon;
45
- return `${host_static_assets}/${environment_assets}/frontend/commons/assets/icons/more_vertical.svg`;
51
+ return `${host_static_assets}/${environment_assets}/frontend/components/menu_actions/assets/icons/${ICONS.MENU}`;
46
52
  }, [urlIcon, host_static_assets, environment_assets]);
47
53
  const handleClose = () => {
48
54
  setOpen(null);
@@ -61,28 +67,23 @@ function MenuActions(props) {
61
67
  return ret;
62
68
  }, [menuActions, objItem]);
63
69
  return /* @__PURE__ */ jsxs(Fragment, {
64
- children: [/* @__PURE__ */ jsx(Tooltip, {
65
- title: toolTip,
66
- children: /* @__PURE__ */ jsx(WrapperMenuActions, {
67
- id: "WrapperMenuActions",
68
- size: "small",
69
- onClick: handleOpen,
70
- children: /* @__PURE__ */ jsx(Icon, {
71
- src: urlFinalIcon
72
- })
73
- })
70
+ children: [/* @__PURE__ */ jsx(IconButton$1, {
71
+ src: urlFinalIcon,
72
+ onClick: handleOpen,
73
+ tooltip: toolTip
74
74
  }), /* @__PURE__ */ jsx(Popover, {
75
75
  id: "Popover",
76
76
  open: Boolean(open),
77
77
  anchorEl: open,
78
78
  onClose: handleClose,
79
- arrowType: arrow,
79
+ arrowType,
80
80
  sx: {
81
81
  marginTop,
82
82
  marginBottom,
83
83
  marginLeft,
84
84
  marginRight,
85
85
  width,
86
+ maxWidth: 300,
86
87
  "& .MuiMenuItem-root": {
87
88
  px: 1,
88
89
  typography: "body2",
@@ -90,7 +91,7 @@ function MenuActions(props) {
90
91
  }
91
92
  },
92
93
  ...other,
93
- children: open && finalActions.map((menuAction, index) => /* @__PURE__ */ jsxs(MenuItem, {
94
+ children: finalActions.map((menuAction, index) => /* @__PURE__ */ jsxs(MenuItem, {
94
95
  dense: true,
95
96
  onClick: () => handleClick(menuAction),
96
97
  sx: {
@@ -100,7 +101,7 @@ function MenuActions(props) {
100
101
  children: [/* @__PURE__ */ jsx(Icon, {
101
102
  src: menuAction.urlIcon
102
103
  }), /* @__PURE__ */ jsx(LabelMemuItem, {
103
- children: menuAction.label || getLabel(menuAction.dictionaryField)
104
+ children: menuAction.label || menuAction.dictionaryId && getLabel(menuAction.dictionaryId)
104
105
  })]
105
106
  }, `menu_action_${index}`))
106
107
  })]
@@ -3,20 +3,19 @@ export interface ComponentActionProps {
3
3
  description?: string;
4
4
  onClick: (props?: any) => void;
5
5
  }
6
- export interface MenuAction {
6
+ export declare type MenuAction = {
7
7
  urlIcon: string;
8
8
  iconWidth?: number;
9
9
  iconHeight?: number;
10
- label?: string;
11
- dictionaryField: string;
12
10
  onClick: (props?: any) => void;
13
11
  disabled: boolean;
14
12
  color?: string;
15
- component?: (props: ComponentActionProps) => JSX.Element;
16
- }
13
+ label?: string;
14
+ dictionaryId?: string;
15
+ };
17
16
  export interface MenuActionsProps extends Omit<PopoverProps, 'open'> {
18
17
  objItem?: any;
19
- url_icon?: string;
18
+ urlIcon?: string;
20
19
  menuActions: MenuAction[] | ((row: any) => MenuAction[]);
21
20
  toolTip?: string;
22
21
  marginTop?: number | string;
@@ -1,7 +1,7 @@
1
1
  import { useMemo } from "react";
2
2
  import { Skeleton, TablePagination } from "@mui/material";
3
3
  import { styled } from "@mui/material/styles";
4
- import { I as IconButton } from "../IconButton/index.be9c2ce5.js";
4
+ import { I as IconButton } from "../IconButton/index.78a489d3.js";
5
5
  import { useEnvironment } from "@m4l/core";
6
6
  import { jsxs, jsx } from "react/jsx-runtime";
7
7
  const WrapperPagerActions = styled("div")(({ theme }) => ({
@@ -42,25 +42,25 @@ function PagerActions(props) {
42
42
  id: "WrapperPagerActions",
43
43
  children: [/* @__PURE__ */ jsx(IconButton, {
44
44
  id: "test_bruce",
45
- dictionaryTooltip: "pager.first",
45
+ dictionaryTooltipId: "pager.first",
46
46
  onClick: handleFirstPageButtonClick,
47
47
  disabled: page === 0,
48
48
  "aria-label": "first page",
49
49
  src: `${host_static_assets}/${environment_assets}/frontend/components/pager/assets/icons/first.svg`
50
50
  }), /* @__PURE__ */ jsx(IconButton, {
51
- dictionaryTooltip: "pager.previous",
51
+ dictionaryTooltipId: "pager.previous",
52
52
  onClick: handleBackButtonClick,
53
53
  disabled: page === 0,
54
54
  "aria-label": "first page",
55
55
  src: `${host_static_assets}/${environment_assets}/frontend/components/pager/assets/icons/previous.svg`
56
56
  }), /* @__PURE__ */ jsx(IconButton, {
57
- dictionaryTooltip: "pager.next",
57
+ dictionaryTooltipId: "pager.next",
58
58
  onClick: handleNextButtonClick,
59
59
  disabled: page >= Math.ceil(count / rowsPerPage) - 1,
60
60
  "aria-label": "next page",
61
61
  src: `${host_static_assets}/${environment_assets}/frontend/components/pager/assets/icons/next.svg`
62
62
  }), /* @__PURE__ */ jsx(IconButton, {
63
- dictionaryTooltip: "pager.last",
63
+ dictionaryTooltipId: "pager.last",
64
64
  onClick: handleLastPageButtonClick,
65
65
  disabled: page >= Math.ceil(count / rowsPerPage) - 1,
66
66
  "aria-label": "last page",
@@ -159,6 +159,7 @@ const Popover = (props) => {
159
159
  vertical: "top",
160
160
  horizontal: "right"
161
161
  },
162
+ transitionDuration: 0,
162
163
  PaperProps: {
163
164
  sx: {
164
165
  p: 1,
@@ -2,7 +2,7 @@ import { useModuleSkeleton } from "@m4l/core";
2
2
  import { styled, Skeleton, generateUtilityClasses, generateUtilityClass, Typography as Typography$1 } from "@mui/material";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  import clsx from "clsx";
5
- import { T as TEST_PROP_ID } from "../../../vendor.a15d263e.js";
5
+ import { T as TEST_PROP_ID } from "../../../vendor.2d9f95b4.js";
6
6
  import { unstable_composeClasses } from "@mui/base";
7
7
  const WarpperTypography = styled("div")(({
8
8
  theme
@@ -0,0 +1,19 @@
1
+ import "@mui/material";
2
+ import "react";
3
+ import "@m4l/core";
4
+ import "../Icon/index.6938827f.js";
5
+ import "react/jsx-runtime";
6
+ import "./IconButton/index.78a489d3.js";
7
+ import "clsx";
8
+ import "./Accordion/index.95a1b021.js";
9
+ import "./Avatar/index.fe06afd7.js";
10
+ import "react-router-dom";
11
+ import "@mui/material/Button";
12
+ import "./Button/index.e4c61b66.js";
13
+ import "../Image/index.674024d4.js";
14
+ import "@mui/lab";
15
+ import "./Typography/index.86505aed.js";
16
+ import "./Popover/index.e271e4f0.js";
17
+ import "./MenuActions/index.742a57d7.js";
18
+ import "./Pager/index.a44594e9.js";
19
+ import "./Tab/index.e0653a0a.js";
@@ -1,5 +1,5 @@
1
1
  import { createContext, useState } from "react";
2
- import { M as ModalDialog } from "../../components/ModalDialog/index.3efe049b.js";
2
+ import { M as ModalDialog } from "../../components/ModalDialog/index.3db4480d.js";
3
3
  import { jsxs, jsx } from "react/jsx-runtime";
4
4
  const ModalContext = createContext(null);
5
5
  function ModalProvider({
@@ -1,5 +1,5 @@
1
1
  import { useContext } from "react";
2
- import { M as ModalContext } from "../../contexts/ModalContext/index.ae8041f3.js";
2
+ import { M as ModalContext } from "../../contexts/ModalContext/index.bfc47ba9.js";
3
3
  function useModal() {
4
4
  const context = useContext(ModalContext);
5
5
  if (!context)