@m4l/components 9.1.39 → 9.1.41

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 (208) hide show
  1. package/@types/types.d.ts +16 -0
  2. package/components/AccountPopover/AccountPopover.js +32 -39
  3. package/components/AccountPopover/{style.js → AccountPopover.styles.js} +17 -10
  4. package/components/AccountPopover/slots/AccountPopoverEnum.d.ts +3 -3
  5. package/components/AccountPopover/slots/AccountPopoverEnum.js +3 -3
  6. package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +8 -8
  7. package/components/AccountPopover/slots/AccountPopoverSlots.js +16 -16
  8. package/components/AccountPopover/subcomponents/MenuPopover/MenuPopover.js +3 -2
  9. package/components/AccountPopover/subcomponents/MyAvatar/MyAvatar.js +2 -3
  10. package/components/AccountPopover/subcomponents/MyAvatar/types.d.ts +4 -0
  11. package/components/AppBar/AppBar.js +1 -1
  12. package/components/AppBar/slots/AppBarSlots.d.ts +6 -6
  13. package/components/Chip/slots/ChipSlots.d.ts +2 -2
  14. package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
  15. package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
  16. package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerSlots.d.ts +1 -1
  17. package/components/ControlIncrement/slots/ControltrolIncrementSlots.d.ts +4 -4
  18. package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index.d.ts +4 -0
  19. package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/index.d.ts +4 -0
  20. package/components/DragResizeWindow/slots/DragResizeWindowSlots.d.ts +2 -2
  21. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +16 -16
  22. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +16 -16
  23. package/components/Icon/Icon.js +1 -1
  24. package/components/Icon/slots/IconSlots.d.ts +2 -2
  25. package/components/Icon/types.d.ts +1 -1
  26. package/components/Image/Image.d.ts +5 -0
  27. package/components/Image/Image.js +1 -1
  28. package/components/Image/hoc/WithTrackWindowScroll.d.ts +4 -0
  29. package/components/Image/image.styles.js +20 -7
  30. package/components/Image/slots/ImageEnum.d.ts +5 -5
  31. package/components/Image/slots/ImageEnum.js +5 -5
  32. package/components/Image/slots/ImageSlots.js +10 -10
  33. package/components/Image/subcomponents/IntersectComponent/index.js +1 -1
  34. package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +5 -0
  35. package/components/Image/types.d.ts +1 -1
  36. package/components/Image/utils/get-scroll-ancestor.d.ts +4 -0
  37. package/components/Image/utils/isIntersectionObserverAvailable.d.ts +4 -0
  38. package/components/InputNumberSpinner/slots/InputNumberSpinnerSlots.d.ts +1 -1
  39. package/components/Label/slots/LabelSlots.d.ts +1 -1
  40. package/components/LanguagePopover/LanguagePopover.d.ts +5 -0
  41. package/components/MFLoader/MFLoader.js +3 -3
  42. package/components/MenuActions/MenuActions.d.ts +2 -2
  43. package/components/MenuActions/MenuActions.styles.d.ts +1 -0
  44. package/components/MenuActions/MenuActions.styles.js +8 -0
  45. package/components/MenuActions/dictionary.d.ts +14 -0
  46. package/components/MenuActions/slots/MenuActionsSlots.d.ts +2 -2
  47. package/components/MenuActions/types.d.ts +26 -0
  48. package/components/ModalDialog/ModalDialog.styles.js +3 -1
  49. package/components/ModalDialog/slots/ModalDialogSlots.d.ts +4 -4
  50. package/components/ModalDialog/types.d.ts +1 -1
  51. package/components/PaperForm/PaperForm.js +1 -1
  52. package/components/PaperForm/slots/PaperFormSlots.d.ts +3 -3
  53. package/components/SideBar/slots/SideBarSlots.d.ts +15 -15
  54. package/components/SideBar/subcomponents/ContentComponent/index.d.ts +1 -1
  55. package/components/SideBar/subcomponents/ContentGroups/index.d.ts +1 -1
  56. package/components/SideBar/subcomponents/ContentGroups/index.js +4 -5
  57. package/components/SideBar/subcomponents/ContentGroups/styles.js +5 -5
  58. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.d.ts +1 -1
  59. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.js +3 -5
  60. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +2 -2
  61. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/subcomponents/ArrowIcon/index.d.ts +1 -1
  62. package/components/SideBar/subcomponents/FooterSidebar/index.d.ts +1 -1
  63. package/components/SideBar/subcomponents/FooterSidebar/styles.js +1 -1
  64. package/components/SideBar/subcomponents/SideBarDesktop/index.js +1 -1
  65. package/components/SideBar/types.d.ts +1 -1
  66. package/components/ToastContainer/slots/toastContainerSlots.d.ts +5 -5
  67. package/components/WindowBase/WindowBase.d.ts +2 -2
  68. package/components/WindowBase/WindowBase.js +1 -1
  69. package/components/WindowBase/WindowBase.styles.js +24 -24
  70. package/components/WindowBase/slots/WindowBaseSlots.d.ts +7 -7
  71. package/components/WindowBase/subcomponents/Header/HeaderWindowBase.d.ts +2 -2
  72. package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.d.ts +2 -2
  73. package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +4 -4
  74. package/components/WindowBase/types.d.ts +2 -2
  75. package/components/WindowConfirm/WindowConfirm.js +1 -1
  76. package/components/WindowConfirm/WindowConfirm.styles.js +5 -1
  77. package/components/WindowConfirm/slots/WindowConfirmSlots.d.ts +8 -8
  78. package/components/WindowConfirm/types.d.ts +1 -1
  79. package/components/animate/variants/background.d.ts +9 -9
  80. package/components/animate/variants/bounce.d.ts +9 -9
  81. package/components/animate/variants/fade.d.ts +20 -20
  82. package/components/animate/variants/flip.d.ts +6 -6
  83. package/components/animate/variants/rotate.d.ts +3 -3
  84. package/components/animate/variants/scale.d.ts +6 -6
  85. package/components/animate/variants/slide.d.ts +16 -16
  86. package/components/animate/variants/transition.d.ts +3 -3
  87. package/components/animate/variants/zoom.d.ts +15 -15
  88. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.d.ts +4 -0
  89. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.js +4 -0
  90. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.d.ts +2 -2
  91. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.js +2 -2
  92. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/PanelWindowPopUp/index.d.ts +4 -0
  93. package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.d.ts +4 -0
  94. package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.js +1 -1
  95. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.js +2 -2
  96. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +4 -0
  97. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.js +1 -1
  98. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +4 -0
  99. package/components/areas/contexts/AreasContext/store.js +1 -397
  100. package/components/areas/types.d.ts +27 -2
  101. package/components/extended/React-Resizable/Resizable/slots/ResizableSlots.d.ts +1 -1
  102. package/components/extended/React-Resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +1 -1
  103. package/components/formatters/BooleanFormatter/BooleanFormatter.js +1 -1
  104. package/components/formatters/BooleanFormatter/BooleanFormatter.styles.js +4 -1
  105. package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.js +1 -1
  106. package/components/formatters/BooleanFormatter/types.d.ts +1 -1
  107. package/components/gclick/MyDevice/slots/MyDeviceSlots.d.ts +2 -2
  108. package/components/gclick/MyDeviceStatus/slots/MyDeviceStatusSlots.d.ts +2 -2
  109. package/components/hook-form/RHFAutocomplete/classes/index.d.ts +1 -1
  110. package/components/hook-form/RHFAutocomplete/subcomponents/ComponentTypeText/index.js +3 -3
  111. package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
  112. package/components/hook-form/RHFColorPicker/RFHColorPicker.js +1 -1
  113. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +1 -1
  114. package/components/hook-form/RHFTextField/RHFTextField.d.ts +2 -2
  115. package/components/hook-form/RHFTextField/RHFTextField.styles.js +4 -0
  116. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
  117. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +2 -2
  118. package/components/maps/components/Map/popups/MapPopupMyGps/MapPopupMyGps.js +1 -1
  119. package/components/maps/components/Map/popups/MapPopupMyGps/slots/ MapPopupMyGpsSlots.d.ts +3 -3
  120. package/components/maps/components/Map/slots/MapSlots.d.ts +3 -3
  121. package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useRowActionsGetter.d.ts +4 -0
  122. package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/subcomponents/MarkerClusterGroup/index.d.ts +1 -1
  123. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/index.d.ts +4 -0
  124. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index.d.ts +4 -0
  125. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useRowActionsGetter.d.ts +2 -2
  126. package/components/mui_extended/Accordion/Accordion.d.ts +1 -1
  127. package/components/mui_extended/Accordion/Accordion.js +10 -3
  128. package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +18 -6
  129. package/components/mui_extended/Accordion/styles.js +9 -7
  130. package/components/mui_extended/Accordion/types.d.ts +2 -1
  131. package/components/mui_extended/Autocomplete/slots /AutocompleteSlots.d.ts +3 -3
  132. package/components/mui_extended/Avatar/Avatar.js +19 -12
  133. package/components/mui_extended/Avatar/constants.d.ts +1 -0
  134. package/components/mui_extended/Avatar/constants.js +4 -0
  135. package/components/mui_extended/Avatar/slots/AvatarEnum.d.ts +3 -0
  136. package/components/mui_extended/Avatar/slots/AvatarEnum.js +7 -0
  137. package/components/mui_extended/Avatar/slots/AvatarSlots.d.ts +5 -0
  138. package/components/mui_extended/Avatar/slots/AvatarSlots.js +12 -0
  139. package/components/mui_extended/Avatar/styles.d.ts +2 -1
  140. package/components/mui_extended/Avatar/styles.js +25 -5
  141. package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +7 -3
  142. package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.js +8 -8
  143. package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/types.d.ts +2 -2
  144. package/components/mui_extended/Avatar/tests/Avatar.test.d.ts +1 -0
  145. package/components/mui_extended/Avatar/types.d.ts +11 -3
  146. package/components/mui_extended/Badge/Badge.js +1 -1
  147. package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
  148. package/components/mui_extended/Button/Button.d.ts +1 -1
  149. package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
  150. package/components/mui_extended/CheckBox/CheckBox.styles.js +2 -1
  151. package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +2 -2
  152. package/components/mui_extended/CheckBox/types.d.ts +1 -1
  153. package/components/mui_extended/Dialog/Dialog.js +1 -1
  154. package/components/mui_extended/Dialog/Dialog.styles.js +5 -3
  155. package/components/mui_extended/Dialog/slots/DialogSlots.d.ts +2 -2
  156. package/components/mui_extended/Dialog/types.d.ts +1 -1
  157. package/components/mui_extended/IconButton/IconButton.d.ts +2 -2
  158. package/components/mui_extended/IconButton/IconButton.js +1 -1
  159. package/components/mui_extended/IconButton/IconButton.styles.js +12 -4
  160. package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +3 -3
  161. package/components/mui_extended/IconButton/types.d.ts +1 -1
  162. package/components/mui_extended/ImageButton/ImageButton.d.ts +4 -0
  163. package/components/mui_extended/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
  164. package/components/mui_extended/MenuItem/MenuItem.d.ts +2 -2
  165. package/components/mui_extended/MenuItem/MenuItem.js +1 -1
  166. package/components/mui_extended/MenuItem/MenuItem.styles.js +20 -12
  167. package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +2 -2
  168. package/components/mui_extended/Pager/classes/index.d.ts +1 -1
  169. package/components/mui_extended/Popover/Popover.d.ts +5 -0
  170. package/components/mui_extended/Popover/Popover.styles.js +8 -0
  171. package/components/mui_extended/Popper/slots/PopperStlots.d.ts +1 -1
  172. package/components/mui_extended/Select/slots/SelectSlots.d.ts +1 -1
  173. package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
  174. package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
  175. package/components/mui_extended/Tab/Tab.d.ts +4 -0
  176. package/components/mui_extended/Tab/Tab.js +1 -1
  177. package/components/mui_extended/Tab/Tab.styles.d.ts +1 -0
  178. package/components/mui_extended/Tab/Tab.styles.js +10 -0
  179. package/components/mui_extended/Tabs/styles.d.ts +1 -1
  180. package/components/mui_extended/TextField/TextField.d.ts +2 -2
  181. package/components/mui_extended/TextField/TextField.styles.js +4 -4
  182. package/components/mui_extended/TextField/constants.js +1 -1
  183. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +1 -1
  184. package/components/mui_extended/ToggleButton/ToggleButton.js +1 -1
  185. package/components/mui_extended/ToggleButton/ToggleButton.styles.js +1 -1
  186. package/components/mui_extended/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
  187. package/components/mui_extended/ToggleIconButton/ToggleIconButton.js +1 -1
  188. package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
  189. package/components/mui_extended/Tooltip/Tooltip.styles.js +2 -1
  190. package/components/mui_extended/Tooltip/slots/TooltipSlots.d.ts +1 -1
  191. package/components/mui_extended/Tooltip/types.d.ts +1 -1
  192. package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
  193. package/components/mui_extended/Typography/typography.styles.js +2 -2
  194. package/components/popups/components/PopupsViewer/slots/popupsViewerSlots.d.ts +5 -5
  195. package/package.json +1 -1
  196. package/utils/getComponentSlotRoot.js +2 -2
  197. package/components/mui_extended/Avatar/classes/constants.d.ts +0 -1
  198. package/components/mui_extended/Avatar/classes/constants.js +0 -4
  199. package/components/mui_extended/Avatar/classes/index.d.ts +0 -10
  200. package/components/mui_extended/Avatar/classes/index.js +0 -25
  201. package/components/mui_extended/Avatar/classes/types.d.ts +0 -7
  202. package/components/mui_extended/Avatar/index.js +0 -1
  203. package/components/mui_extended/Avatar/tests/constants.d.ts +0 -1
  204. package/components/mui_extended/Avatar/tests/constants.js +0 -4
  205. package/components/mui_extended/Avatar/tests/index.test.d.ts +0 -5
  206. package/components/mui_extended/Avatar/tests/utils.d.ts +0 -2
  207. package/components/mui_extended/Avatar/tests/utils.js +0 -7
  208. /package/components/AccountPopover/{style.d.ts → AccountPopover.styles.d.ts} +0 -0
package/@types/types.d.ts CHANGED
@@ -134,11 +134,13 @@ import { OwnerStateWindowConfirm, WindowConfirmType } from '../components/Window
134
134
  import { AppBarSlotsType, AppBarOwnerState } from '../components/AppBar/types';
135
135
  import { DialogOwnerState, DialogType } from '../components/mui_extended/Dialog/types';
136
136
  import { LoadingButtonOwnerState, LoadingButtonSlotsType } from '../components/mui_extended/LoadingButton/types';
137
+ import { AccordionOwnerState, AccordionSlotsType } from '../components/mui_extended/Accordion/types';
137
138
  import {
138
139
  ImageOwnerState,
139
140
  ImageSlotsType,
140
141
  } from '../components/Image/types';
141
142
  import { PopperOwnerState, PopperSlotsType } from '../components/mui_extended/Popper/types';
143
+ import { AvatarOwnerState, AvatarSlotsType } from '../components/mui_extended/Avatar/types';
142
144
  import { ToggleButtonOwnerState, ToggleButtonSlotsType } from '../components/mui_extended/ToggleButton/types';
143
145
 
144
146
  import { BooleanFormatterOwnerState, PresentationType } from '../components/formatters/BooleanFormatter/types';
@@ -187,7 +189,9 @@ declare module '@mui/material/styles' {
187
189
  M4LAppBar: AppBarSlotsType;
188
190
  M4LWiDialog: DialogType;
189
191
  M4LLoadingButton: LoadingButtonSlotsType;
192
+ M4LAccordion: AccordionSlotsType;
190
193
  M4LPopper: PopperSlotsType;
194
+ M4LAvatar: AvatarSlotsType;
191
195
  M4LToggleButton: ToggleButtonSlotsType;
192
196
  M4LBooleanFormatter: PresentationType;
193
197
  M4LToggleIconButton: ToggleIconButtonSlotsType;
@@ -233,7 +237,9 @@ declare module '@mui/material/styles' {
233
237
  M4LAppBar: Partial<AppBarOwnerState>;
234
238
  M4LWiDialog: Partial<DialogOwnerState>;
235
239
  M4LLoadingButton: Partial<LoadingButtonOwnerState>;
240
+ M4LAccordion: Partial<AccordionOwnerState>;
236
241
  M4LPopper: Partial<PopperOwnerState>;
242
+ M4LAvatar: Partial<AvatarOwnerState>;
237
243
  M4LToggleButton: Partial<ToggleButtonOwnerState>;
238
244
  M4LBooleanFormatter: Partial<BooleanFormatterOwnerState>;
239
245
  M4LToggleIconButton: Partial<ToggleIconButtonOwnerState>;
@@ -525,6 +531,15 @@ declare module '@mui/material/styles' {
525
531
  styleOverrides?: ComponentsOverrides<Theme>['M4LLoadingButton'];
526
532
  variants?: ComponentsVariants['M4LLoadingButton'];
527
533
  };
534
+ M4LAvatar?: {
535
+ defaultProps?: ComponentsPropsList['M4LAvatar'];
536
+ styleOverrides?: ComponentsOverrides<Theme>['M4LAvatar'];
537
+ variants?: ComponentsVariants['M4LAvatar'];
538
+ M4LAccordion?: {
539
+ defaultProps?: ComponentsPropsList['M4LAccordion'];
540
+ styleOverrides?: ComponentsOverrides<Theme>['M4LAccordion'];
541
+ variants?: ComponentsVariants['M4LAccordion'];
542
+ };
528
543
  M4LPopper?: {
529
544
  defaultProps?: ComponentsPropsList['M4LPopper'];
530
545
  styleOverrides?: ComponentsOverrides<Theme>['M4LPopper'];
@@ -547,3 +562,4 @@ declare module '@mui/material/styles' {
547
562
  };
548
563
  }
549
564
  }
565
+ }
@@ -1,14 +1,13 @@
1
- import { jsxs, jsx } from "react/jsx-runtime";
1
+ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
2
  import { useNetwork } from "@m4l/core";
3
3
  import { useState, useEffect } from "react";
4
- import { T as TEST_PROP_ID } from "../../test/constants_no_mock.js";
4
+ import { M as MenuPopover } from "./subcomponents/MenuPopover/MenuPopover.js";
5
5
  import { A as ACCOUNT_KEY_POPOVER } from "./constants.js";
6
- import { g as getNameDataTestId } from "./tests/utils.js";
6
+ import { I as IconButtonRootStyled, A as AvatarStyled } from "./slots/AccountPopoverSlots.js";
7
7
  import { M as MyAvatar } from "./subcomponents/MyAvatar/MyAvatar.js";
8
8
  import { u as useStateRef } from "../../hooks/useStateRef/index.js";
9
- import { g as getComponentSlotRoot } from "../../utils/getComponentSlotRoot.js";
10
- import { A as AccountPopoverRootStyled, I as IconButtonStyled } from "./slots/AccountPopoverSlots.js";
11
- import { M as MenuPopover } from "./subcomponents/MenuPopover/MenuPopover.js";
9
+ import { g as getComponentClasses } from "../../utils/getComponentSlotRoot.js";
10
+ import { A as AccountPopoverSlots } from "./slots/AccountPopoverEnum.js";
12
11
  const AccountPopover = (props) => {
13
12
  const {
14
13
  itemHandleClick,
@@ -53,39 +52,33 @@ const AccountPopover = (props) => {
53
52
  const handleOpen = (event) => {
54
53
  setOpen(event.currentTarget);
55
54
  };
56
- const classRoot = getComponentSlotRoot(ACCOUNT_KEY_POPOVER);
57
- return /* @__PURE__ */ jsxs(
58
- AccountPopoverRootStyled,
59
- {
60
- ...process.env.NODE_ENV !== "production" ? { [TEST_PROP_ID]: getNameDataTestId(ACCOUNT_KEY_POPOVER) } : {},
61
- className: classRoot,
62
- children: [
63
- /* @__PURE__ */ jsx(
64
- IconButtonStyled,
65
- {
66
- icon: /* @__PURE__ */ jsx(MyAvatar, { size, avatarUrl, firstName, lastName }),
67
- src: "",
68
- onClick: handleOpen,
69
- selected: open ? true : false
70
- }
71
- ),
72
- /* @__PURE__ */ jsx(
73
- MenuPopover,
74
- {
75
- data: menuData,
76
- asyncState,
77
- itemHandleClick,
78
- version,
79
- handleLogOut,
80
- userData,
81
- settingsHandleOpen,
82
- open,
83
- handleClose
84
- }
85
- )
86
- ]
87
- }
88
- );
55
+ const classes = getComponentClasses(ACCOUNT_KEY_POPOVER, AccountPopoverSlots);
56
+ return /* @__PURE__ */ jsxs(Fragment, { children: [
57
+ /* @__PURE__ */ jsx(
58
+ IconButtonRootStyled,
59
+ {
60
+ icon: /* @__PURE__ */ jsx(MyAvatar, { size, avatarUrl, firstName, lastName, slotAvatar: AvatarStyled }),
61
+ src: "",
62
+ onClick: handleOpen,
63
+ selected: open ? true : false,
64
+ className: classes.iconButtonRoot
65
+ }
66
+ ),
67
+ /* @__PURE__ */ jsx(
68
+ MenuPopover,
69
+ {
70
+ data: menuData,
71
+ asyncState,
72
+ itemHandleClick,
73
+ version,
74
+ handleLogOut,
75
+ userData,
76
+ settingsHandleOpen,
77
+ open,
78
+ handleClose
79
+ }
80
+ )
81
+ ] });
89
82
  };
90
83
  export {
91
84
  AccountPopover as A
@@ -1,5 +1,4 @@
1
1
  const accountPopoverStyles = {
2
- accountPopoverRoot: () => ({}),
3
2
  /**
4
3
  * ***************************************************************
5
4
  * Estilos para el icono de usuario que se muestra en el popover.
@@ -9,7 +8,7 @@ const accountPopoverStyles = {
9
8
  * @updatedAt 2024-12-11 15:39:20 - automatic
10
9
  * @updatedUser Andrés Quintero - automatic
11
10
  */
12
- iconButton: ({ theme }) => ({
11
+ iconButtonRoot: ({ theme }) => ({
13
12
  width: theme.vars.size.baseSpacings.sp6,
14
13
  height: theme.vars.size.baseSpacings.sp6,
15
14
  "& .M4LAvatar-root": {
@@ -23,7 +22,7 @@ const accountPopoverStyles = {
23
22
  }),
24
23
  /**
25
24
  * ******************************************************************
26
- * Estilos para el avatar del usuario que se muestra en el popover.
25
+ * Estilos para el avatar del usuario que se muestra en el iconbutton.
27
26
  * ******************************************************************
28
27
  * @author Andrés Quintero - automatic
29
28
  * @createdAt 2024-12-10 08:05:25 - automatic
@@ -31,14 +30,22 @@ const accountPopoverStyles = {
31
30
  * @updatedUser Andrés Quintero - automatic
32
31
  */
33
32
  avatar: () => ({
34
- "&.M4LAvatar-root": {
35
- width: "100% !important",
36
- height: "100% !important",
37
- "& .MuiAvatar-root": {
38
- boxShadow: "none !important"
39
- }
33
+ width: "100% !important",
34
+ height: "100% !important",
35
+ "& .MuiAvatar-root": {
36
+ boxShadow: "none !important"
40
37
  }
41
38
  }),
39
+ /**
40
+ * ******************************************************************
41
+ * Estilos para el avatar del usuario que se muestra en el popover.
42
+ * ******************************************************************
43
+ * @author Andrés Quintero - automatic
44
+ * @createdAt 2024-12-10 08:05:25 - automatic
45
+ * @updatedAt 2024-12-11 15:39:20 - automatic
46
+ * @updatedUser Andrés Quintero - automatic
47
+ */
48
+ avatarPopover: {},
42
49
  /**
43
50
  * *******************************************************************
44
51
  * Estilos para el popover que se muestra al hacer clic en el avatar.
@@ -48,7 +55,7 @@ const accountPopoverStyles = {
48
55
  * @updatedAt 2024-12-11 15:39:20 - automatic
49
56
  * @updatedUser Andrés Quintero - automatic
50
57
  */
51
- popover: ({ theme }) => ({
58
+ popoverRoot: ({ theme }) => ({
52
59
  "& .MuiPaper-root": {
53
60
  marginTop: "5px",
54
61
  padding: `${theme.vars.size.baseSpacings.sp2} !important`
@@ -1,7 +1,8 @@
1
1
  export declare enum AccountPopoverSlots {
2
- accountPopoverRoot = "accountPopoverRoot",
2
+ iconButtonRoot = "iconButtonRoot",
3
3
  avatar = "avatar",
4
- popover = "popover",
4
+ avatarPopover = "avatarPopover",
5
+ popoverRoot = "popoverRoot",
5
6
  userDataContainer = "userDataContainer",
6
7
  userNameEmail = "userNameEmail",
7
8
  divider = "divider",
@@ -9,7 +10,6 @@ export declare enum AccountPopoverSlots {
9
10
  menuItemSetting = "menuItemSetting",
10
11
  menuItem = "menuItem",
11
12
  menuItemLogout = "menuItemLogout",
12
- iconButton = "iconButton",
13
13
  fullName = "fullName",
14
14
  email = "email",
15
15
  versionContainer = "versionContainer",
@@ -1,7 +1,8 @@
1
1
  var AccountPopoverSlots = /* @__PURE__ */ ((AccountPopoverSlots2) => {
2
- AccountPopoverSlots2["accountPopoverRoot"] = "accountPopoverRoot";
2
+ AccountPopoverSlots2["iconButtonRoot"] = "iconButtonRoot";
3
3
  AccountPopoverSlots2["avatar"] = "avatar";
4
- AccountPopoverSlots2["popover"] = "popover";
4
+ AccountPopoverSlots2["avatarPopover"] = "avatarPopover";
5
+ AccountPopoverSlots2["popoverRoot"] = "popoverRoot";
5
6
  AccountPopoverSlots2["userDataContainer"] = "userDataContainer";
6
7
  AccountPopoverSlots2["userNameEmail"] = "userNameEmail";
7
8
  AccountPopoverSlots2["divider"] = "divider";
@@ -9,7 +10,6 @@ var AccountPopoverSlots = /* @__PURE__ */ ((AccountPopoverSlots2) => {
9
10
  AccountPopoverSlots2["menuItemSetting"] = "menuItemSetting";
10
11
  AccountPopoverSlots2["menuItem"] = "menuItem";
11
12
  AccountPopoverSlots2["menuItemLogout"] = "menuItemLogout";
12
- AccountPopoverSlots2["iconButton"] = "iconButton";
13
13
  AccountPopoverSlots2["fullName"] = "fullName";
14
14
  AccountPopoverSlots2["email"] = "email";
15
15
  AccountPopoverSlots2["versionContainer"] = "versionContainer";
@@ -1,16 +1,16 @@
1
- export declare const AccountPopoverRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
2
- export declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "children" | "value" | "title" | "component" | "size" | "name" | "id" | "type" | "selected" | "action" | "hidden" | "content" | "style" | "icon" | "tooltip" | "disabled" | "variant" | "className" | "classes" | "onChange" | "sx" | "translate" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "placement" | "tooltipContent" | "src" | "rotationAngle" | "instaceDataTestId" | "componentPaletteColor" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeContent" | "dictionaryTooltipId" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
3
- export declare const AvatarStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/Avatar').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "children" | "title" | "component" | "id" | "hidden" | "color" | "content" | "style" | "variant" | "className" | "classes" | "onChange" | "sx" | "translate" | "slots" | "slotProps" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "src" | "dataTestId" | keyof import('react').RefAttributes<HTMLDivElement> | "alt" | "imgProps" | "sizes" | "srcSet"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
1
+ export declare const IconButtonRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "children" | "value" | "title" | "component" | "size" | "name" | "id" | "type" | "selected" | "action" | "hidden" | "content" | "style" | "icon" | "tooltip" | "disabled" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "placement" | "form" | "src" | "rotationAngle" | "tooltipContent" | "instaceDataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "componentPaletteColor" | "badgeContent" | "dictionaryTooltipId" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
2
+ export declare const AvatarStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../..').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "children" | "title" | "component" | "size" | "id" | "hidden" | "content" | "style" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "slotProps" | "slots" | keyof import('react').RefAttributes<HTMLDivElement> | "src" | "dataTestid" | "sizes" | "alt" | "srcSet" | "imgProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
3
+ export declare const AvatarPopoverStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../..').AvatarProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "children" | "title" | "component" | "size" | "id" | "hidden" | "content" | "style" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "slotProps" | "slots" | keyof import('react').RefAttributes<HTMLDivElement> | "src" | "dataTestid" | "sizes" | "alt" | "srcSet" | "imgProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
4
4
  export declare const PopoverStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Popover/types').PopoverProps, keyof import('../../mui_extended/Popover/types').PopoverProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
5
- export declare const UserDataContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
6
- export declare const UserNameEmailStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
7
- export declare const DividerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
5
+ export declare const UserDataContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
6
+ export declare const UserNameEmailStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
7
+ export declare const DividerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
8
8
  export declare const CircularProgressStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/CircularProgress/types').CircularProgressProps, keyof import('../../mui_extended/CircularProgress/types').CircularProgressProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
9
9
  export declare const MenuItemSettingsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/MenuItem').MenuItemProps, keyof import('../../mui_extended/MenuItem').MenuItemProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
10
10
  export declare const MenuItemLogoutStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/MenuItem').MenuItemProps, keyof import('../../mui_extended/MenuItem').MenuItemProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
11
11
  export declare const MenuItemStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/MenuItem').MenuItemProps, keyof import('../../mui_extended/MenuItem').MenuItemProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
12
12
  export declare const FullNametStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Typography/types').TypographyProps, keyof import('../../mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
13
13
  export declare const EmailtStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Typography/types').TypographyProps, keyof import('../../mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
14
- export declare const VersionContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
14
+ export declare const VersionContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
15
15
  export declare const VersionStyled: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/Typography/types').TypographyProps, keyof import('../../mui_extended/Typography/types').TypographyProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
16
- export declare const VersionIconStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Icon').IconProps, keyof import('../../Icon').IconProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
16
+ export declare const VersionIconStyled: import('@emotion/styled').StyledComponent<Pick<import('../..').IconProps, keyof import('../..').IconProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown>, {}, {}>;
@@ -1,30 +1,30 @@
1
1
  import { styled } from "@mui/material/styles";
2
2
  import { A as ACCOUNT_KEY_POPOVER } from "../constants.js";
3
3
  import { A as AccountPopoverSlots } from "./AccountPopoverEnum.js";
4
- import { a as accountPopoverStyles } from "../style.js";
5
- import { I as IconButton } from "../../mui_extended/IconButton/IconButton.js";
4
+ import { a as accountPopoverStyles } from "../AccountPopover.styles.js";
6
5
  import { A as Avatar } from "../../mui_extended/Avatar/Avatar.js";
7
- import { T as Typography } from "../../mui_extended/Typography/Typography.js";
6
+ import { I as IconButton } from "../../mui_extended/IconButton/IconButton.js";
8
7
  import { P as Popover } from "../../mui_extended/Popover/Popover.js";
9
- import { C as CircularProgress } from "../../mui_extended/CircularProgress/CircularProgress.js";
8
+ import { T as Typography } from "../../mui_extended/Typography/Typography.js";
10
9
  import { M as MenuItem } from "../../mui_extended/MenuItem/MenuItem.js";
11
10
  import { I as Icon } from "../../Icon/Icon.js";
12
- const AccountPopoverRootStyled = styled("div", {
13
- name: ACCOUNT_KEY_POPOVER,
14
- slot: AccountPopoverSlots.accountPopoverRoot
15
- })(accountPopoverStyles?.accountPopoverRoot);
16
- const IconButtonStyled = styled(IconButton, {
11
+ import { C as CircularProgress } from "../../mui_extended/CircularProgress/CircularProgress.js";
12
+ const IconButtonRootStyled = styled(IconButton, {
17
13
  name: ACCOUNT_KEY_POPOVER,
18
- slot: AccountPopoverSlots.iconButton
19
- })(accountPopoverStyles?.iconButton);
14
+ slot: AccountPopoverSlots.iconButtonRoot
15
+ })(accountPopoverStyles?.iconButtonRoot);
20
16
  const AvatarStyled = styled(Avatar, {
21
17
  name: ACCOUNT_KEY_POPOVER,
22
18
  slot: AccountPopoverSlots.avatar
23
19
  })(accountPopoverStyles?.avatar);
20
+ const AvatarPopoverStyled = styled(Avatar, {
21
+ name: ACCOUNT_KEY_POPOVER,
22
+ slot: AccountPopoverSlots.avatarPopover
23
+ })(accountPopoverStyles?.avatarPopover);
24
24
  const PopoverStyled = styled(Popover, {
25
25
  name: ACCOUNT_KEY_POPOVER,
26
- slot: AccountPopoverSlots.popover
27
- })(accountPopoverStyles?.popover);
26
+ slot: AccountPopoverSlots.popoverRoot
27
+ })(accountPopoverStyles?.popoverRoot);
28
28
  const UserDataContainerStyled = styled("div", {
29
29
  name: ACCOUNT_KEY_POPOVER,
30
30
  slot: AccountPopoverSlots.userDataContainer
@@ -74,17 +74,17 @@ const VersionIconStyled = styled(Icon, {
74
74
  slot: AccountPopoverSlots.versionIcon
75
75
  })(accountPopoverStyles?.versionIcon);
76
76
  export {
77
- AccountPopoverRootStyled as A,
77
+ AvatarStyled as A,
78
78
  CircularProgressStyled as C,
79
79
  DividerStyled as D,
80
80
  EmailtStyled as E,
81
81
  FullNametStyled as F,
82
- IconButtonStyled as I,
82
+ IconButtonRootStyled as I,
83
83
  MenuItemSettingsStyled as M,
84
84
  PopoverStyled as P,
85
85
  UserDataContainerStyled as U,
86
86
  VersionContainerStyled as V,
87
- AvatarStyled as a,
87
+ AvatarPopoverStyled as a,
88
88
  UserNameEmailStyled as b,
89
89
  VersionStyled as c,
90
90
  VersionIconStyled as d,
@@ -2,8 +2,9 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
2
2
  import { useEnvironment, useModuleDictionary } from "@m4l/core";
3
3
  import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.js";
4
4
  import { P as PATH_VERSION, a as PATH_CONFIGURATION, b as PATH_SIGN_OFF } from "../../constants.js";
5
- import { P as PopoverStyled, U as UserDataContainerStyled, a as AvatarStyled, b as UserNameEmailStyled, F as FullNametStyled, E as EmailtStyled, V as VersionContainerStyled, c as VersionStyled, d as VersionIconStyled, D as DividerStyled, C as CircularProgressStyled, M as MenuItemSettingsStyled, e as MenuItemStyled, f as MenuItemLogoutStyled } from "../../slots/AccountPopoverSlots.js";
5
+ import { P as PopoverStyled, U as UserDataContainerStyled, a as AvatarPopoverStyled, b as UserNameEmailStyled, F as FullNametStyled, E as EmailtStyled, V as VersionContainerStyled, c as VersionStyled, d as VersionIconStyled, D as DividerStyled, C as CircularProgressStyled, M as MenuItemSettingsStyled, e as MenuItemStyled, f as MenuItemLogoutStyled } from "../../slots/AccountPopoverSlots.js";
6
6
  import { g as getNameDataTestId } from "../../tests/utils.js";
7
+ import { M as MyAvatar } from "../MyAvatar/MyAvatar.js";
7
8
  const MenuPopover = (props) => {
8
9
  const {
9
10
  version,
@@ -44,7 +45,7 @@ const MenuPopover = (props) => {
44
45
  ...process.env.NODE_ENV !== "production" ? { [TEST_PROP_ID]: getNameDataTestId("popover") } : {},
45
46
  children: [
46
47
  /* @__PURE__ */ jsxs(UserDataContainerStyled, { children: [
47
- /* @__PURE__ */ jsx(AvatarStyled, { src: avatarUrl ?? "" }),
48
+ /* @__PURE__ */ jsx(MyAvatar, { avatarUrl, firstName: firstName || "first name", lastName: lastName || "last name", slotAvatar: AvatarPopoverStyled }),
48
49
  /* @__PURE__ */ jsxs(UserNameEmailStyled, { children: [
49
50
  /* @__PURE__ */ jsx(FullNametStyled, { variant: "paragraphDens", children: `${firstName} ${lastName}` }),
50
51
  /* @__PURE__ */ jsx(EmailtStyled, { variant: "body", children: email })
@@ -1,9 +1,8 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import { a as AvatarStyled } from "../../slots/AccountPopoverSlots.js";
3
2
  function MyAvatar(props) {
4
- const { avatarUrl, firstName, lastName, size } = props;
3
+ const { avatarUrl, firstName, lastName, size, slotAvatar: SlotAvatar } = props;
5
4
  return /* @__PURE__ */ jsx(
6
- AvatarStyled,
5
+ SlotAvatar,
7
6
  {
8
7
  alt: "User avatar",
9
8
  color: "default",
@@ -16,4 +16,8 @@ export interface MyAvatarProps extends Pick<AccountPopoverProps, 'size'> {
16
16
  * El apellido del usuario.
17
17
  */
18
18
  lastName: string;
19
+ /**
20
+ * props slots del avatar
21
+ */
22
+ slotAvatar: any;
19
23
  }
@@ -4,7 +4,7 @@ import { useEnvironment, useModuleDictionary } from "@m4l/core";
4
4
  import { T as TEST_PROP_ID } from "../../test/constants_no_mock.js";
5
5
  import { g as getNameDataTestId } from "./tests/utils.js";
6
6
  import { A as AppBarRootStyled, C as ContainerIsotypeNameStyled, a as ContentIsotypeStyled, I as ImageIsotypeStyled, b as CompanyNameStyled, D as DividerStyled, M as MenuIconButtonStyled, c as ContentStyled } from "./slots/AppBarSlots.js";
7
- import { g as getComponentSlotRoot } from "../../utils/getComponentSlotRoot.js";
7
+ import { a as getComponentSlotRoot } from "../../utils/getComponentSlotRoot.js";
8
8
  import { P as PATH_IMG_HAMBURGUER, A as APP_BAR_KEY } from "./constants.js";
9
9
  const AppBar = (props) => {
10
10
  const { onToggleVisible, children, companyLogo, companyName, dataTestid, size } = props;