@m4l/components 1.0.18 → 1.0.20

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 (213) hide show
  1. package/components/AccountPopover/{index.f2226cb9.js → index.4140090a.js} +3 -3
  2. package/components/AppBar/{index.50d090b7.js → index.0f184f51.js} +4 -7
  3. package/components/CommonActions/components/ActionCancel/{index.609a78ca.js → index.84664a29.js} +2 -2
  4. package/components/CommonActions/components/ActionFormCancel/{index.03a5915a.js → index.42d6027c.js} +4 -4
  5. package/components/CommonActions/components/ActionFormIntro/{index.34d569d1.js → index.7719f3c8.js} +2 -2
  6. package/components/CommonActions/components/ActionIntro/{index.ebac0bc1.js → index.27a112d7.js} +2 -2
  7. package/components/CommonActions/components/Actions/{index.258bf919.js → index.e65a7bcf.js} +1 -4
  8. package/components/DataGrid/formatters/ColumnBooleanFormatter/{index.e0dbec18.js → index.ca85494e.js} +1 -1
  9. package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/{index.671116f2.js → index.94d4cac8.js} +1 -1
  10. package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.f7b20493.js → index.b1c5af28.js} +1 -1
  11. package/components/DataGrid/{index.447c4e44.js → index.a04bda27.js} +7 -23
  12. package/components/DataGrid/subcomponents/Actions/{index.aff74341.js → index.929841cd.js} +11 -54
  13. package/components/DragResizeWindow/{index.132406ef.js → index.279d2d28.js} +2 -2
  14. package/components/DynamicFilter/{dictionary.80fc7baf.js → dictionary.54a4fec2.js} +2 -2
  15. package/components/DynamicFilter/index.8ef3a4d7.js +117 -0
  16. package/components/DynamicFilter/slots/{index.e2218307.js → dynamicFilterSlots.3715278c.js} +7 -7
  17. package/components/DynamicFilter/slots/index.36b12be1.js +1 -0
  18. package/components/DynamicFilter/slots/index.d.ts +2 -87
  19. package/components/DynamicFilter/store/{index.b9c2fe0b.js → index.6a1c6ebd.js} +1 -1
  20. package/components/DynamicFilter/subcomponents/AppliedFilterChip/{index.f0fe22f7.js → index.c392afc5.js} +3 -3
  21. package/components/DynamicFilter/subcomponents/AppliedFilters/{index.30d89b6c.js → index.f2746f8e.js} +4 -4
  22. package/components/DynamicFilter/subcomponents/DynamicFilterBase/{index.edd7ed6f.js → index.093fc1de.js} +7 -7
  23. package/components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/{index.f926af49.js → index.62a94cc6.js} +2 -2
  24. package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/{index.2382297a.js → index.e01b0972.js} +3 -3
  25. package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/{index.7b4dccf7.js → index.d87d2102.js} +3 -3
  26. package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/{index.2258fceb.js → index.0fcc1bf9.js} +4 -4
  27. package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/{index.82ca3e32.js → index.2a517be1.js} +3 -3
  28. package/components/DynamicFilter/subcomponents/FieldTypes/{index.f4457f31.js → index.ec96878f.js} +5 -5
  29. package/components/DynamicFilter/subcomponents/FilterActions/{index.ba70cf6a.js → index.6ae6c60b.js} +3 -3
  30. package/components/DynamicFilter/subcomponents/InputFilter/{index.c7d72fb4.js → index.aecc596f.js} +4 -4
  31. package/components/DynamicFilter/subcomponents/PopoverFilter/{index.c2014303.js → index.4ba51a6e.js} +6 -6
  32. package/components/DynamicFilter/subcomponents/PopoverMenuFields/{index.895fbe45.js → index.ceff0602.js} +2 -2
  33. package/components/DynamicFilter/types.d.ts +1 -1
  34. package/components/FieldLabel/{index.9fd6697a.js → index.fd98626d.js} +4 -6
  35. package/components/GridLayout/{index.68d907d4.js → index.75b39062.js} +2 -160
  36. package/components/GridLayout/subcomponents/Griditem/{index.8955a794.js → index.e6eee265.js} +1 -1
  37. package/components/GridLayout/subcomponents/Responsive/{index.45cecca2.js → index.563cc6a3.js} +1 -1
  38. package/components/GridLayout/subcomponents/SizeProvider/{index.7050ac4f.js → index.a4cc046b.js} +1 -1
  39. package/components/HelperText/{index.09e80920.js → index.844d7fab.js} +2 -5
  40. package/components/Icon/{index.5cf594aa.js → index.04c02216.js} +4 -26
  41. package/components/Image/{index.19aa7ff5.js → index.2510b352.js} +2 -5
  42. package/components/LanguagePopover/{index.921efd11.js → index.75e8c624.js} +4 -24
  43. package/components/LinearProgressIndeterminate/{index.ea9c8518.js → index.26813f64.js} +2 -4
  44. package/components/LoadingError/{index.427a569c.js → index.a40afdf7.js} +5 -8
  45. package/components/MFLoader/MFLoader.d.ts +0 -6
  46. package/components/MFLoader/{index.12ccba1a.js → index.81187b38.js} +3 -9
  47. package/components/ModalDialog/{index.0dd5af28.js → index.b5af0b1f.js} +3 -3
  48. package/components/NavLink/{index.ad039baf.js → index.0a27adcd.js} +2 -5
  49. package/components/NoItemSelected/index.cfe1e5a0.js +52 -0
  50. package/components/ObjectLogs/{index.a3ed9816.js → index.ada43757.js} +9 -38
  51. package/components/PDFViewer/{index.35f68e67.js → index.c400f3f0.js} +3 -5
  52. package/components/Page/{index.f4755eba.js → index.dd548b37.js} +1 -1
  53. package/components/PaperForm/{index.9ed65352.js → index.36c60c3d.js} +2 -41
  54. package/components/Period/{index.78867b45.js → index.deb4b0ee.js} +4 -45
  55. package/components/PrintingSystem/{index.a69a9d85.js → index.b3ed99bb.js} +14 -16
  56. package/components/PrintingSystem/subcomponents/BodyNode/{index.528fcfbf.js → index.f7aef0ee.js} +1 -1
  57. package/components/PrintingSystem/subcomponents/ChartNode/{index.fbe87257.js → index.7f51da5f.js} +1 -1
  58. package/components/PrintingSystem/subcomponents/DividerNode/{index.f5adab1d.js → index.a59784e6.js} +1 -1
  59. package/components/PrintingSystem/subcomponents/FooterNode/{index.f42ca7dc.js → index.2c427ac5.js} +1 -1
  60. package/components/PrintingSystem/subcomponents/GridNode/{index.041b9cff.js → index.0668e2e7.js} +1 -1
  61. package/components/PrintingSystem/subcomponents/HeaderNode/{index.a8140332.js → index.38fefa1e.js} +1 -1
  62. package/components/PrintingSystem/subcomponents/PaperNode/{index.aabde2bb.js → index.95f1c171.js} +1 -1
  63. package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.7f75ca46.js → index.5ca53b9a.js} +1 -1
  64. package/components/PrintingSystem/subcomponents/SectionNode/{index.61babb47.js → index.84963bd7.js} +1 -1
  65. package/components/PrintingSystem/subcomponents/TextBoxNode/{index.4d0e67a3.js → index.8333cfac.js} +1 -1
  66. package/components/PropertyValue/{index.4f0da54d.js → index.dc42164f.js} +4 -6
  67. package/components/Resizeable/index.e06bb8be.js +20 -0
  68. package/components/ScrollBar/index.6ec54e64.js +33 -0
  69. package/components/SideBar/{index.0298ead4.js → index.d0a63ab1.js} +6 -128
  70. package/components/SplitLayout/{index.15756f0f.js → index.0212514c.js} +2 -24
  71. package/components/ToastContainer/{index.e6d48658.js → index.733671bf.js} +3 -5
  72. package/components/animate/LoadingScreen/{index.779690a7.js → index.964f6dbd.js} +2 -19
  73. package/components/animate/{index.b8497385.js → index.1fcd3d70.js} +2 -39
  74. package/components/areas/components/AreasAdmin/{index.5af510af.js → index.e59f2566.js} +16 -52
  75. package/components/areas/components/AreasViewer/{index.343f0452.js → index.f8f9cc1a.js} +18 -247
  76. package/components/areas/contexts/AreasContext/{index.91e1acfc.js → index.f0ba940e.js} +4 -4
  77. package/components/areas/hooks/useAreas/{index.98ea6788.js → index.566c6df3.js} +1 -1
  78. package/components/commercial/AppBarCommercial/{index.cbd55cf8.js → index.32ac55a8.js} +2 -4
  79. package/components/commercial/SectionCommercial/{index.d22ebbd5.js → index.a43eed40.js} +2 -5
  80. package/components/commercial/TopBar/{index.df994f5f.js → index.1ab121f1.js} +6 -10
  81. package/components/commercial/{index.73cf794c.js → index.eba9a74e.js} +3 -6
  82. package/components/formatters/BooleanFormatter/{index.699e0aee.js → index.6a020b80.js} +2 -2
  83. package/components/formatters/{index.8abccc30.js → index.66129ebe.js} +3 -5
  84. package/components/hook-form/HelperError/{index.c0109d5b.js → index.86ec06fe.js} +1 -1
  85. package/components/hook-form/RHFAutocomplete/{index.1efaddc9.js → index.1bfe3607.js} +6 -14
  86. package/components/hook-form/RHFAutocompleteAsync/{index.2f123535.js → index.d7b799af.js} +2 -32
  87. package/components/hook-form/RHFCheckbox/{index.a9cf6faf.js → index.f60adcca.js} +4 -22
  88. package/components/hook-form/RHFColorPicker/{index.963323e4.js → index.c1a58a8c.js} +7 -9
  89. package/components/hook-form/RHFDateTime/{index.b3d0b2de.js → index.08dc3eef.js} +5 -7
  90. package/components/hook-form/RHFPeriod/{index.d1f45273.js → index.ccfe43d5.js} +4 -13
  91. package/components/hook-form/RHFTextField/{index.97ba17ae.js → index.d80b8e93.js} +4 -34
  92. package/components/hook-form/RHFUpload/{index.7fd23b2a.js → index.e3d41879.js} +6 -14
  93. package/components/maps/components/GpsTools/{index.0c6dff10.js → index.dee0a9fb.js} +21 -75
  94. package/components/maps/components/Map/{index.50447504.js → index.8f7d0575.js} +13 -13
  95. package/components/modal/{WindowBase.bf119f28.js → WindowBase.62b9da74.js} +3 -3
  96. package/components/modal/{WindowConfirm.b70c4b0f.js → WindowConfirm.78a87ff2.js} +6 -6
  97. package/components/mui_extended/Accordion/{index.427d380a.js → index.b1c28e9b.js} +4 -25
  98. package/components/mui_extended/Avatar/{index.fb9ad158.js → index.be988f79.js} +2 -4
  99. package/components/mui_extended/Badge/{index.8beaeefc.js → index.ab4aa117.js} +1 -5
  100. package/components/mui_extended/Button/{index.d742e9ee.js → index.7b82d621.js} +4 -16
  101. package/components/mui_extended/{CheckBox.84c57702.js → CheckBox.fdfd68f4.js} +3 -5
  102. package/components/mui_extended/IconButton/{index.ee45bba2.js → index.3525b765.js} +2 -5
  103. package/components/mui_extended/MenuActions/{index.06aaa091.js → index.c4a0f78b.js} +8 -17
  104. package/components/mui_extended/Pager/{index.c77a7694.js → index.16b6e3e4.js} +4 -7
  105. package/components/mui_extended/Popover/{index.2348fc4f.js → index.1747563c.js} +3 -5
  106. package/components/mui_extended/Stack/{index.fe363ca5.js → index.55cd11a9.js} +2 -4
  107. package/components/mui_extended/Tab/{index.e911930f.js → index.ba96a6f0.js} +2 -14
  108. package/components/mui_extended/ToggleButton/{index.b834f5f0.js → index.dada68c8.js} +1 -1
  109. package/components/mui_extended/ToggleIconButton/{index.50ce11e4.js → index.27fed8b4.js} +1 -1
  110. package/components/mui_extended/Typography/{index.642798f1.js → index.fd25cf61.js} +1 -4
  111. package/components/popups/PopupsProvider/{index.7ed83556.js → index.27b67a9b.js} +1 -1
  112. package/components/popups/PopupsViewer/{index.9b734a0a.js → index.fd732c17.js} +4 -4
  113. package/contexts/ModalContext/{index.ad1fb73b.js → index.cdf3bdf9.js} +1 -1
  114. package/contexts/RHFormContext/{index.bf3a2812.js → index.0e2d7d10.js} +2 -4
  115. package/hooks/useFormAddEdit/{index.3468c18c.js → index.73e642af.js} +2 -2
  116. package/hooks/useModal/{index.2003c854.js → index.773ef0ff.js} +1 -1
  117. package/hooks/useTab/{index.8d1a6e63.js → index.ad587c1d.js} +1 -1
  118. package/index.js +136 -134
  119. package/package.json +1 -1
  120. package/{components/DynamicFilter/index.a7cb7710.js → styles/DynamicFilter.27c16026.js} +17 -132
  121. package/styles/index.256d1a63.js +1444 -0
  122. package/components/AccountPopover/style.d.ts +0 -2
  123. package/components/AppBar/styles.d.ts +0 -2
  124. package/components/CommonActions/components/Actions/styles.d.ts +0 -2
  125. package/components/DataGrid/styles.d.ts +0 -2
  126. package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/styles.d.ts +0 -8
  127. package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/styles.d.ts +0 -2
  128. package/components/DataGrid/subcomponents/editors/TextEditor/index.d.ts +0 -6
  129. package/components/DragResizeWindow/styled.d.ts +0 -2
  130. package/components/FieldLabel/styles.d.ts +0 -2
  131. package/components/GridLayout/styles.d.ts +0 -2
  132. package/components/HelperText/styles.d.ts +0 -2
  133. package/components/Icon/styles.d.ts +0 -4
  134. package/components/Image/styles.d.ts +0 -2
  135. package/components/LanguagePopover/styles.d.ts +0 -6
  136. package/components/LinearProgressIndeterminate/styles.d.ts +0 -2
  137. package/components/LoadingError/styles.d.ts +0 -2
  138. package/components/MFLoader/styles.d.ts +0 -2
  139. package/components/NavLink/styles.d.ts +0 -2
  140. package/components/NoItemSelected/index.d10603d7.js +0 -71
  141. package/components/NoItemSelected/styles.d.ts +0 -5
  142. package/components/ObjectLogs/styles.d.ts +0 -4
  143. package/components/PDFViewer/styles.d.ts +0 -2
  144. package/components/PaperForm/styles.d.ts +0 -7
  145. package/components/Period/styles.d.ts +0 -7
  146. package/components/PrintingSystem/styles.d.ts +0 -2
  147. package/components/PropertyValue/styles.d.ts +0 -2
  148. package/components/Resizeable/index.4f75c0b5.js +0 -124
  149. package/components/ResizeableWindow/styles.d.ts +0 -5
  150. package/components/ScrollBar/index.21bc5025.js +0 -104
  151. package/components/ScrollBar/styles.d.ts +0 -9
  152. package/components/SideBar/styles.d.ts +0 -20
  153. package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/styles.d.ts +0 -3
  154. package/components/SideBar/subcomponents/ContentGroups/styles.d.ts +0 -4
  155. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/styles.d.ts +0 -2
  156. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/styles.d.ts +0 -2
  157. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/styles.d.ts +0 -9
  158. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/styles.d.ts +0 -2
  159. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +0 -6
  160. package/components/SideBar/subcomponents/ContentMobile/styles.d.ts +0 -3
  161. package/components/SplitLayout/styles.d.ts +0 -4
  162. package/components/ToastContainer/styles.d.ts +0 -2
  163. package/components/animate/AnimatedScroll/styles.d.ts +0 -6
  164. package/components/animate/LoadingScreen/styles.d.ts +0 -7
  165. package/components/animate/PropagateLoader/syles.d.ts +0 -2
  166. package/components/areas/components/AreasAdmin/styles.d.ts +0 -5
  167. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/styles.d.ts +0 -4
  168. package/components/areas/components/AreasViewer/styles.d.ts +0 -2
  169. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/styles.d.ts +0 -2
  170. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/styles.d.ts +0 -3
  171. package/components/commercial/AppBarCommercial/styles.d.ts +0 -2
  172. package/components/commercial/HamburgerMenu/styles.d.ts +0 -13
  173. package/components/commercial/SectionCommercial/styles.d.ts +0 -6
  174. package/components/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/subcomponents/ArrowIcon/styles.d.ts +0 -2
  175. package/components/commercial/TopBar/style.d.ts +0 -2
  176. package/components/formatters/FormatterRoot/styles.d.ts +0 -2
  177. package/components/hook-form/RHFAutocomplete/styles.d.ts +0 -2
  178. package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/styles.d.ts +0 -2
  179. package/components/hook-form/RHFAutocompleteAsync/styles.d.ts +0 -5
  180. package/components/hook-form/RHFCheckbox/styles.d.ts +0 -7
  181. package/components/hook-form/RHFColorPicker/styles.d.ts +0 -2
  182. package/components/hook-form/RHFDateTime/styles.d.ts +0 -2
  183. package/components/hook-form/RHFPeriod/styles.d.ts +0 -2
  184. package/components/hook-form/RHFTextField/styles.d.ts +0 -3
  185. package/components/hook-form/RHFTextField/subcomponents/Skeleton/styles.d.ts +0 -3
  186. package/components/hook-form/RHFTextFieldPassword/styles.d.ts +0 -2
  187. package/components/hook-form/RHFUpload/RHFUploadImage/styles.d.ts +0 -2
  188. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/styles.d.ts +0 -2
  189. package/components/maps/components/GpsTools/styles.d.ts +0 -2
  190. package/components/maps/components/GpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/styles.d.ts +0 -1
  191. package/components/maps/components/GpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/styles.d.ts +0 -6
  192. package/components/maps/components/Map/styled.d.ts +0 -2
  193. package/components/mui_extended/Accordion/styles.d.ts +0 -4
  194. package/components/mui_extended/Avatar/styles.d.ts +0 -2
  195. package/components/mui_extended/Badge/styles.d.ts +0 -2
  196. package/components/mui_extended/Button/styles.d.ts +0 -5
  197. package/components/mui_extended/CheckBox/styles.d.ts +0 -2
  198. package/components/mui_extended/IconButton/styles.d.ts +0 -2
  199. package/components/mui_extended/ImageButton/styles.d.ts +0 -2
  200. package/components/mui_extended/LoadingButton/styles.d.ts +0 -2
  201. package/components/mui_extended/MenuActions/styles.d.ts +0 -5
  202. package/components/mui_extended/Pager/styles.d.ts +0 -2
  203. package/components/mui_extended/Popover/styles.d.ts +0 -1
  204. package/components/mui_extended/Popover/subcomponts/ArrowIcon/index.d.ts +0 -3
  205. package/components/mui_extended/Stack/styles.d.ts +0 -4
  206. package/components/mui_extended/Tab/styles.d.ts +0 -3
  207. package/components/mui_extended/TabContent/styles.d.ts +0 -2
  208. package/components/mui_extended/Tabs/styles.d.ts +0 -4
  209. package/components/mui_extended/Typography/styles.d.ts +0 -2
  210. package/components/popups/components/PopupsViewer/styled.d.ts +0 -2
  211. package/contexts/RHFormContext/styles.d.ts +0 -2
  212. /package/components/DynamicFilter/slots/{constants.13968194.js → SlotsEnum.104a03d4.js} +0 -0
  213. /package/components/DynamicFilter/slots/{constants.d.ts → SlotsEnum.d.ts} +0 -0
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const AcountPopOverRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const AppBarRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperStandarActions: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const DataGridRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperColumnsConfig: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const DivAll: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const DivSelColumns: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
- export declare const WrapperDataGrid: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const DivColumn: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const ColumnActions: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
8
- export declare const DialogActions: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperSkeleton: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import { EditorProps } from 'react-data-grid';
3
- export declare const Input: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
4
- export declare function TextEditor<TRow, TSummaryRow>({ row, column, onRowChange, onClose, }: EditorProps<TRow, TSummaryRow>): import("react/jsx-runtime").JSX.Element;
5
- export declare function NumberEditor<TRow, TSummaryRow>({ row, column, onRowChange, onClose, }: EditorProps<TRow, TSummaryRow>): import("react/jsx-runtime").JSX.Element;
6
- export default TextEditor;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperWindowRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const FieldLabelRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const GridLayoutRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const HelperTextRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { DivIconProps } from './types';
3
- export declare const IconRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const DivIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & DivIconProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ImageRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const LanguagePopoverRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const LabelItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const ContainerProgress: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
- export declare const ContainerMenuItems: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const ContainerImage: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const LinearProgressIndeterminateRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const LoadingErrorRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const MFLoaderRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const NavLinkRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,71 +0,0 @@
1
- import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
- import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
3
- import { I as Image } from "../Image/index.19aa7ff5.js";
4
- import { styled } from "@mui/material/styles";
5
- import { generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
6
- import { useMemo } from "react";
7
- import { unstable_composeClasses } from "@mui/base";
8
- const WrapperNoItemSelected = styled("div")(({ theme }) => ({
9
- ...theme.components?.M4LNoItemSelected?.styleOverrides
10
- }));
11
- const Img = styled(Image)(() => ({
12
- display: "flex"
13
- }));
14
- const Label = styled("span")(({ theme }) => ({
15
- ...theme.colorSchemes.finalTheme.typography.body,
16
- padding: `${theme.spacing(1.5)} ${theme.spacing(1)} ${theme.spacing(1)} ${theme.spacing(1)}`
17
- }));
18
- const WrapperSKTNoItemSelected = styled("div")(() => ({
19
- display: "flex",
20
- width: "100%",
21
- minWidth: "100%",
22
- minHeight: "230px",
23
- mask: `url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M45 8.7c1.4-1.5 3.4-2.3 5.4-2.3s3.9 0.8 5.4 2.3s2.4 3.5 2.5 5.7c0 2.2-0.9 4.2-2.4 5.7s-3.5 2.3-5.5 2.2c-2.1 0.1-4-0.7-5.5-2.2c-1.4-1.5-2.3-3.5-2.4-5.7C42.6 12.2 43.5 10.2 45 8.7z'/%3E%3Cpath d='M68.4 62.1c-0.3 0.5-0.7 0.8-1.2 1.1s-1 0.4-1.6 0.4H4.3c-0.6 0-1.1-0.1-1.6-0.4s-0.9-0.6-1.2-1.1c-0.2-0.5-0.4-1-0.4-1.5s0.1-1.1 0.4-1.5l23-36.4c0.3-0.5 0.7-0.8 1.2-1.1c0.5-0.3 1-0.4 1.6-0.4c0.6 0 1.1 0.1 1.6 0.4c0.5 0.3 0.9 0.6 1.2 1.1l11.5 18.2c0.2 0.3 0.5 0.5 0.8 0.7c0.3 0.2 0.6 0.3 1 0.3c0.3 0 0.7-0.1 1-0.3c0.3-0.2 0.6-0.4 0.8-0.7l3.1-4.9c0.3-0.5 0.7-0.8 1.2-1.1c0.5-0.3 1-0.4 1.6-0.4c0.6 0 1.1 0.1 1.6 0.4c0.5 0.3 0.9 0.6 1.2 1.1l14.6 23.1c0.3 0.5 0.3 1 0.3 1.5S68.7 61.7 68.4 62.1z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain`,
24
- WebkitMask: `url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 70 70' style='enable-background:new 0 0 70 70%3B' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M45 8.7c1.4-1.5 3.4-2.3 5.4-2.3s3.9 0.8 5.4 2.3s2.4 3.5 2.5 5.7c0 2.2-0.9 4.2-2.4 5.7s-3.5 2.3-5.5 2.2c-2.1 0.1-4-0.7-5.5-2.2c-1.4-1.5-2.3-3.5-2.4-5.7C42.6 12.2 43.5 10.2 45 8.7z'/%3E%3Cpath d='M68.4 62.1c-0.3 0.5-0.7 0.8-1.2 1.1s-1 0.4-1.6 0.4H4.3c-0.6 0-1.1-0.1-1.6-0.4s-0.9-0.6-1.2-1.1c-0.2-0.5-0.4-1-0.4-1.5s0.1-1.1 0.4-1.5l23-36.4c0.3-0.5 0.7-0.8 1.2-1.1c0.5-0.3 1-0.4 1.6-0.4c0.6 0 1.1 0.1 1.6 0.4c0.5 0.3 0.9 0.6 1.2 1.1l11.5 18.2c0.2 0.3 0.5 0.5 0.8 0.7c0.3 0.2 0.6 0.3 1 0.3c0.3 0 0.7-0.1 1-0.3c0.3-0.2 0.6-0.4 0.8-0.7l3.1-4.9c0.3-0.5 0.7-0.8 1.2-1.1c0.5-0.3 1-0.4 1.6-0.4c0.6 0 1.1 0.1 1.6 0.4c0.5 0.3 0.9 0.6 1.2 1.1l14.6 23.1c0.3 0.5 0.3 1 0.3 1.5S68.7 61.7 68.4 62.1z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain`
25
- }));
26
- const componentName = "M4LNoItemSelected";
27
- generateUtilityClasses(
28
- componentName,
29
- [
30
- "root"
31
- ]
32
- );
33
- function getNoItemSelectedUtilityClass(slot) {
34
- return generateUtilityClass(componentName, slot);
35
- }
36
- const useNoItemSelectedUtilityClasses = () => {
37
- const slots = {
38
- root: ["root"]
39
- };
40
- const composedClasses = unstable_composeClasses(slots, getNoItemSelectedUtilityClass, {});
41
- return {
42
- ...composedClasses
43
- };
44
- };
45
- function NoItemSelected(props) {
46
- const { image, message } = props;
47
- const { host_static_assets, environment_assets } = useEnvironment();
48
- const { getLabel } = useModuleDictionary();
49
- const isSkeleton = useModuleSkeleton();
50
- const defaultImage = useMemo(() => {
51
- return `${host_static_assets}/${environment_assets}/frontend/components/no_item_selected/assets/icons/no_selected.svg`;
52
- }, []);
53
- const classes = useNoItemSelectedUtilityClasses();
54
- return /* @__PURE__ */ jsx(WrapperNoItemSelected, { className: classes.root, children: !isSkeleton ? /* @__PURE__ */ jsxs(Fragment, { children: [
55
- !message ? /* @__PURE__ */ jsx(Label, { children: getLabel("no_item_selected.message") }) : /* @__PURE__ */ jsx(Label, { children: message }),
56
- !image ? /* @__PURE__ */ jsx(Img, { src: defaultImage }) : /* @__PURE__ */ jsx(Img, { src: image })
57
- ] }) : /* @__PURE__ */ jsx(WrapperSKTNoItemSelected, { id: "WrapperSKTNoItemSelected", children: /* @__PURE__ */ jsx(Skeleton, { variant: "rectangular", width: "100%", height: "100%" }) }) });
58
- }
59
- function getNoItemSelectedComponentsDictionary() {
60
- return ["no_item_selected"];
61
- }
62
- const defaultNoItemSelectedDictionary = {
63
- no_item_selected: {
64
- message: "Please select a item to show detail"
65
- }
66
- };
67
- export {
68
- NoItemSelected as N,
69
- defaultNoItemSelectedDictionary as d,
70
- getNoItemSelectedComponentsDictionary as g
71
- };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperNoItemSelected: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const Img: import("@emotion/styled").StyledComponent<import("../Image").ImageProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
4
- export declare const Label: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
5
- export declare const WrapperSKTNoItemSelected: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const Container: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const Actions: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const GridWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const PDFVeiwerRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const PaperFormRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const HeaderContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const IconTitleContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
- export declare const IconHeader: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const Content: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const SkTPaperFormHeader: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { SKTWrapperProps } from './types';
3
- export declare const ContainerPeriod: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const Gap: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
- export declare const SKTWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & SKTWrapperProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
6
- export declare const FieldPeriod: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
7
- export declare const FieldValue: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const PrintingSystemRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const PropertyValueRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,124 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { styled } from "@mui/material/styles";
3
- import { a as ResizableBox } from "../../react-resizable.a59c14f4.js";
4
- const WrapperResizeable = styled(ResizableBox)(({ theme }) => ({
5
- "&.react-resizable": {
6
- position: "relative",
7
- width: "100%",
8
- height: "100%"
9
- },
10
- "& .custom-handle-se": {
11
- width: "7px",
12
- height: "7px",
13
- position: "absolute",
14
- bottom: "3px",
15
- right: "3px",
16
- cursor: "se-resize",
17
- borderRight: `2px solid ${theme.vars.palette.text.disabled}`,
18
- borderBottom: `2px solid ${theme.vars.palette.text.disabled}`,
19
- borderBottomRightRadius: "15%"
20
- },
21
- "& .custom-handle-nw": {
22
- width: "7px",
23
- height: "7px",
24
- position: "absolute",
25
- top: "3px",
26
- left: "3px",
27
- cursor: "se-resize",
28
- transform: "rotate(180deg)",
29
- borderRight: `2px solid ${theme.vars.palette.text.disabled}`,
30
- borderBottom: `2px solid ${theme.vars.palette.text.disabled}`,
31
- borderBottomRightRadius: "15%"
32
- },
33
- "& .react-resizable-handle": {
34
- position: "absolute",
35
- width: "20px",
36
- height: "20px",
37
- margin: "4px",
38
- backgroundRepeat: "no-repeat",
39
- backgroundOrigin: "content-box",
40
- boxSizing: "border-box",
41
- backgroundColor: theme.vars.palette.action.active,
42
- mask: `url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D%0A%3C/style%3E%3Cg id='Grupo_5256'%3E%3C/g%3E%3Cpath class='st0' d='z'/%3E%3Cg%3E%3Cpolygon points='21.9,21.9 15.8,21.9 15.8,19.9 19.9,19.9 19.9,15.9 21.9,15.9 '/%3E%3C/g%3E%3C/svg%3E%0A")`,
43
- backgroundImage: `url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' focusable='false' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D%0A%3C/style%3E%3Cg id='Grupo_5256'%3E%3C/g%3E%3Cpath class='st0' d='z'/%3E%3Cg%3E%3Cpolygon points='21.9,21.9 15.8,21.9 15.8,19.9 19.9,19.9 19.9,15.9 21.9,15.9 '/%3E%3C/g%3E%3C/svg%3E%0A")`,
44
- backgroundPosition: "bottom right",
45
- padding: "0 3px 3px 0"
46
- },
47
- "& .react-resizable-handle-sw": {
48
- bottom: "0",
49
- left: "0",
50
- cursor: "sw-resize",
51
- transform: "rotate(90deg)",
52
- position: "absolute"
53
- },
54
- ".M4LImage-root.custom-handle.custom-handle-se": {
55
- bottom: "0",
56
- right: "0",
57
- cursor: "se-resize",
58
- position: "absolute",
59
- "& .M4LImage-img": {
60
- opacity: "0.5",
61
- filter: "invert(0.4) hue-rotate(20deg) saturate(1000%)"
62
- }
63
- },
64
- "& .M4LImage-root.custom-handle.custom-handle-nw": {
65
- top: "0",
66
- left: "0",
67
- cursor: "nw-resize",
68
- transform: "rotate(180deg)",
69
- "& .M4LImage-img": {
70
- opacity: "0.5",
71
- filter: "invert(0.4) hue-rotate(20deg) saturate(1000%)"
72
- }
73
- },
74
- "& .react-resizable-handle-ne": {
75
- top: "0",
76
- right: "0",
77
- cursor: "ne-resize",
78
- transform: "rotate(270deg)"
79
- },
80
- "& .react-resizable-handle-w, .react-resizable-handle-e": {
81
- top: "50%",
82
- marginTop: "-10px",
83
- cursor: "ew-resize"
84
- },
85
- "& .react-resizable-handle-w": {
86
- left: "0",
87
- transform: "rotate(135deg)"
88
- },
89
- "& .react-resizable-handle-e": {
90
- right: "0",
91
- transform: "rotate(315deg) "
92
- },
93
- "& .react-resizable-handle-n,.react-resizable-handle-s": {
94
- left: "50%",
95
- marginLeft: "-10px",
96
- cursor: "ns-resize"
97
- },
98
- "& .react-resizable-handle-n": {
99
- top: "0",
100
- transform: "rotate(225deg)"
101
- },
102
- "& .react-resizable-handle-s": {
103
- bottom: "0",
104
- transform: "rotate(45deg)"
105
- }
106
- }));
107
- function ResizeableWindow(props) {
108
- const { children, width = 600, height = 400, maxHeigth, onResize, maxWidth, ...other } = props;
109
- return /* @__PURE__ */ jsx(
110
- WrapperResizeable,
111
- {
112
- width,
113
- height,
114
- onResize,
115
- maxConstraints: maxHeigth && maxWidth ? [maxWidth, maxHeigth] : void 0,
116
- resizeHandles: ["se", "nw"],
117
- ...other,
118
- children
119
- }
120
- );
121
- }
122
- export {
123
- ResizeableWindow as R
124
- };
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- import { ResizableBox } from 'react-resizable';
3
- export declare const WrapperResizeable: import("@emotion/styled").StyledComponent<import("react-resizable").ResizableBoxProps & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {
4
- ref?: import("react").Ref<ResizableBox> | undefined;
5
- }>;
@@ -1,104 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { generateUtilityClasses, generateUtilityClass, Box } from "@mui/material";
3
- import { styled, alpha } from "@mui/material/styles";
4
- import SimpleBarReact from "simplebar-react";
5
- import { unstable_composeClasses } from "@mui/base";
6
- const RootStyle = styled("div")(({ theme }) => ({
7
- flexGrow: "1",
8
- height: "100%",
9
- overflow: "hidden",
10
- ...theme.components?.M4LScrollBar?.styleOverrides
11
- }));
12
- const SimpleBarStyle = styled(SimpleBarReact)`
13
- /* flex-grow: 1;
14
- height: 100%;
15
- overflow: hidden; */
16
- height: 100%;
17
-
18
- .simplebar-scrollbar {
19
- .simplebar-visible:before {
20
- opacity: 1;
21
- }
22
- }
23
- .simplebar-track.simplebar-vertical {
24
- width: 30;
25
- }
26
- .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
27
- height: 6;
28
- }
29
-
30
- .simplebar-mask {
31
- z-index: 'inherit';
32
- }
33
-
34
- .simplebar-content {
35
- // display: 'flex',
36
- // flexDirection: 'column',
37
- // height: '100%',
38
- }
39
-
40
- .simplebar-content-wrapper[style*='overflow: hidden scroll;'] {
41
- .simplebar-content {
42
- margin-right: 16px;
43
- }
44
- }
45
- `;
46
- styled(SimpleBarReact)(({ theme }) => ({
47
- height: "100%",
48
- "& .simplebar-scrollbar": {
49
- "&:before": {
50
- backgroundColor: alpha(theme.colorSchemes.finalTheme.palette.grey[600], 0.48)
51
- },
52
- "&.simplebar-visible:before": {
53
- opacity: 1
54
- }
55
- },
56
- "& .simplebar-track.simplebar-vertical": {
57
- width: 10
58
- },
59
- "& .simplebar-track.simplebar-horizontal .simplebar-scrollbar": {
60
- height: 6
61
- },
62
- "& .simplebar-mask": {
63
- zIndex: "inherit"
64
- },
65
- "& .simplebar-content": {
66
- display: "flex",
67
- flexDirection: "column",
68
- height: "100%"
69
- },
70
- '& .simplebar-content-wrapper[style*="overflow: hidden scroll;"] ': {
71
- "& .simplebar-content": {
72
- marginRight: "12px"
73
- }
74
- }
75
- }));
76
- const componentName = "M4LScrollBar";
77
- generateUtilityClasses(componentName, [
78
- "root"
79
- ]);
80
- function getScrollBarUtilityClass(slot) {
81
- return generateUtilityClass(componentName, slot);
82
- }
83
- const useScrollBarUtilityClasses = () => {
84
- const slots = {
85
- root: ["root"]
86
- };
87
- const composedClasses = unstable_composeClasses(slots, getScrollBarUtilityClass, {});
88
- return {
89
- ...composedClasses
90
- };
91
- };
92
- function ScrollBar(props) {
93
- const { children } = props;
94
- const userAgent = typeof navigator === "undefined" ? "SSR" : navigator.userAgent;
95
- const isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(userAgent);
96
- if (isMobile) {
97
- return /* @__PURE__ */ jsx(Box, { sx: { overflowX: "auto", width: "100%" }, children });
98
- }
99
- const classes = useScrollBarUtilityClasses();
100
- return /* @__PURE__ */ jsx(RootStyle, { id: "RootStyle", className: classes.root, children: /* @__PURE__ */ jsx(SimpleBarStyle, { autoHide: false, children }) });
101
- }
102
- export {
103
- ScrollBar as S
104
- };
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import SimpleBarReact from 'simplebar-react';
3
- export declare const RootStyle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const SimpleBarStyle: import("@emotion/styled").StyledComponent<SimpleBarReact.Props & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {
5
- ref?: import("react").Ref<SimpleBarReact> | undefined;
6
- }>;
7
- export declare const SimpleBarStyle2: import("@emotion/styled").StyledComponent<SimpleBarReact.Props & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {
8
- ref?: import("react").Ref<SimpleBarReact> | undefined;
9
- }>;
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import { LogoConainerProps } from './types';
3
- /**
4
- * Componente estilizado que representa la raíz de la barra lateral.
5
- *
6
- * @component
7
- * @example
8
- * // Uso del componente
9
- * <SideBarRoot />
10
- */
11
- export declare const SideBarRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
12
- /**
13
- * Componente estilizado que representa la raíz de la barra lateral.
14
- *
15
- * @component
16
- * @example
17
- * // Uso del componente
18
- * <SideBarRoot />
19
- */
20
- export declare const LogoContainer: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & LogoConainerProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const CollapseButtonRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const ContainerLogoButton: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperGroup: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
3
- export declare const ContentGroupsRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
4
- export declare const WrapperGroupTitle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ContainerListSubItem: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ArrowIconRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { ListItemButtonProps } from '@mui/material';
3
- import { WrapperNavItemRootProps } from './type';
4
- export declare const NavItemMainRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & WrapperNavItemRootProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
- interface ListItemTextStyleProps extends ListItemButtonProps {
6
- isCollapse?: boolean;
7
- }
8
- export declare const ListItemTextStyle: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemTextProps<import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>, import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & ListItemTextStyleProps, {}, {}>;
9
- export {};
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const NavListSubItemRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import { DotIconProps } from './types';
3
- export declare const NavSubItemContentRoot: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
- ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
- }, "style" | "disabled" | "children" | "tabIndex" | "className" | "action" | "alignItems" | "divider" | "dense" | "sx" | "classes" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "selected" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
6
- export declare const DotIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & DotIconProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperContentMobile: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const ContainerSideBarLogo: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const SplitLayoutRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const SplitMaster: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const SplitDetail: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const ToastContainerRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- import SimpleBarReact from 'simplebar-react';
3
- export declare const SimpleBarStyle: import("@emotion/styled").StyledComponent<SimpleBarReact.Props & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {
4
- ref?: import("react").Ref<SimpleBarReact> | undefined;
5
- }>;
6
- export declare const AnimatedScrollRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { RootStyleProps } from './types';
3
- /**
4
- * Componente raíz estilizado para la pantalla de carga.
5
- * Este componente proporciona estilos y comportamientos específicos para la pantalla de carga.
6
- */
7
- export declare const RootStyle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & RootStyleProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperPropageteLoader: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- /**
3
- * Componente estilizado para el contenedor principal del componente AreasAdmin.
4
- */
5
- export declare const AreasAdminRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const WrapperAreaChips: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export declare const AreaSelect: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
4
- export declare const EditAreaHeader: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const AreasViewerRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;