@m4l/components 8.2.4 → 9.1.0

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 (139) hide show
  1. package/@types/export.d.ts +0 -6
  2. package/@types/types.d.ts +119 -100
  3. package/components/AccountPopover/classes/index.d.ts +1 -1
  4. package/components/CommonActions/components/ActionsContainer/ActionsContainer.d.ts +11 -0
  5. package/components/CommonActions/components/ActionsContainer/ActionsContainer.js +23 -0
  6. package/components/CommonActions/components/ActionsContainer/ActionsContainer.test.d.ts +1 -0
  7. package/components/CommonActions/components/ActionsContainer/ActionsContainerStyles.d.ts +2 -0
  8. package/components/CommonActions/components/ActionsContainer/ActionsContainerStyles.js +26 -0
  9. package/components/CommonActions/components/ActionsContainer/constans.d.ts +8 -0
  10. package/components/CommonActions/components/ActionsContainer/constans.js +4 -0
  11. package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerEnum.d.ts +3 -0
  12. package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerEnum.js +7 -0
  13. package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerSlots.d.ts +4 -0
  14. package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerSlots.js +12 -0
  15. package/components/CommonActions/components/ActionsContainer/slots/index.d.ts +2 -0
  16. package/components/CommonActions/components/ActionsContainer/slots/index.js +1 -0
  17. package/components/CommonActions/components/ActionsContainer/types.d.ts +20 -0
  18. package/components/CommonActions/index.d.ts +1 -1
  19. package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index.js +3 -3
  20. package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/index.js +10 -10
  21. package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/index.d.ts +4 -0
  22. package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/index.js +2 -2
  23. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
  24. package/components/DynamicFilter/slots/dynamicFilterSlots.js +2 -2
  25. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +1 -1
  26. package/components/SideBar/classes/index.d.ts +1 -1
  27. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index.d.ts +5 -0
  28. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index.js +2 -2
  29. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.js +2 -2
  30. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.d.ts +4 -0
  31. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +2 -2
  32. package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
  33. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.js +3 -3
  34. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index.js +3 -3
  35. package/components/extended/react-resizable/Resizable/slots/ResizableSlots.d.ts +1 -1
  36. package/components/extended/react-resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +1 -1
  37. package/components/hook-form/RHFAutocomplete/subcomponents/ComponentTypeImage/index.js +1 -1
  38. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.d.ts +5 -0
  39. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.styles.d.ts +8 -0
  40. package/components/hook-form/RHFInputNumberSpinner/constants.d.ts +4 -0
  41. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerEnum.d.ts +10 -0
  42. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +28 -0
  43. package/components/hook-form/RHFInputNumberSpinner/stories/RHFInputNumberSpinner.defaultProps.stories.d.ts +26 -0
  44. package/components/hook-form/RHFInputNumberSpinner/stories/RHFInputNumberSpinner.error.stories.d.ts +13 -0
  45. package/components/hook-form/RHFInputNumberSpinner/stories/RHFInputNumberSpinner.variants.stories.d.ts +23 -0
  46. package/components/hook-form/RHFInputNumberSpinner/types.d.ts +71 -0
  47. package/components/hook-form/RHFTextField/RHFTextField.js +13 -23
  48. package/components/hook-form/RHFTextField/RHFTextField.styles.js +104 -157
  49. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
  50. package/components/hook-form/RHFTextField/stories/Error/RHFTextFieldErrorOutlined.stories.d.ts +29 -0
  51. package/components/hook-form/RHFTextField/stories/Error/RHFTextFieldErrorText.stories.d.ts +29 -0
  52. package/components/hook-form/RHFTextField/stories/Primary/RHFTextFieldOutlined.stories.d.ts +29 -0
  53. package/components/hook-form/RHFTextField/stories/Primary/RHFTextFieldText.stories.d.ts +32 -0
  54. package/components/hook-form/RHFTextField/types.d.ts +3 -0
  55. package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useRowActionsGetter.js +2 -2
  56. package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts +4 -0
  57. package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/subcomponents/MyActions/index.js +2 -2
  58. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/index.js +1 -1
  59. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyActions/index.d.ts +4 -0
  60. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyActions/index.js +2 -2
  61. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index.js +1 -1
  62. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useRowActionsGetter.js +5 -5
  63. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/index.d.ts +4 -0
  64. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/index.js +2 -2
  65. package/components/modal/WindowConfirm/index.d.ts +5 -0
  66. package/components/modal/WindowConfirm/index.js +2 -2
  67. package/components/modal/classes/index.d.ts +2 -2
  68. package/components/mui_extended/MenuActions/MenuActions.d.ts +8 -1
  69. package/components/mui_extended/MenuActions/MenuActions.js +55 -77
  70. package/components/mui_extended/MenuActions/MenuActions.styles.d.ts +4 -0
  71. package/components/mui_extended/MenuActions/MenuActions.styles.js +11 -38
  72. package/components/mui_extended/MenuActions/constants.d.ts +17 -0
  73. package/components/mui_extended/MenuActions/constants.js +6 -2
  74. package/components/mui_extended/MenuActions/dictionary.d.ts +15 -0
  75. package/components/mui_extended/MenuActions/slots/MenuActionsEnum.d.ts +8 -5
  76. package/components/mui_extended/MenuActions/slots/MenuActionsEnum.js +1 -4
  77. package/components/mui_extended/MenuActions/slots/MenuActionsSlots.d.ts +29 -16
  78. package/components/mui_extended/MenuActions/slots/MenuActionsSlots.js +16 -33
  79. package/components/mui_extended/MenuActions/stories/MenuActions.default.stories.d.ts +25 -0
  80. package/components/mui_extended/MenuActions/stories/MenuActions.othersProps.stories.d.ts +13 -0
  81. package/components/mui_extended/MenuActions/types.d.ts +80 -18
  82. package/components/mui_extended/MenuItem/MenuItem.js +85 -0
  83. package/components/mui_extended/MenuItem/MenuItem.styles.js +121 -0
  84. package/components/mui_extended/MenuItem/constants.js +4 -0
  85. package/components/mui_extended/MenuItem/index.js +1 -0
  86. package/components/mui_extended/MenuItem/slots/MenuItemEnum.js +9 -0
  87. package/components/mui_extended/MenuItem/slots/MenuItemSlots.js +24 -0
  88. package/components/mui_extended/MenuItem/types.js +1 -0
  89. package/components/mui_extended/Pager/classes/index.d.ts +1 -1
  90. package/components/mui_extended/Select/slots/SelectSlots.d.ts +1 -1
  91. package/components/mui_extended/Tab/Slots/TabEnum.d.ts +9 -0
  92. package/components/mui_extended/Tab/Slots/TabEnum.js +9 -0
  93. package/components/mui_extended/Tab/Slots/TabSlots.d.ts +26 -0
  94. package/components/mui_extended/Tab/Slots/TabSlots.js +24 -0
  95. package/components/mui_extended/Tab/Slots/index.d.ts +2 -0
  96. package/components/mui_extended/Tab/Slots/index.js +1 -0
  97. package/components/mui_extended/Tab/Tab.d.ts +5 -0
  98. package/components/mui_extended/Tab/Tab.js +67 -0
  99. package/components/mui_extended/Tab/Tab.styles.d.ts +5 -0
  100. package/components/mui_extended/Tab/Tab.styles.js +147 -0
  101. package/components/mui_extended/Tab/constants.d.ts +14 -0
  102. package/components/mui_extended/Tab/constants.js +10 -0
  103. package/components/mui_extended/Tab/index.d.ts +1 -5
  104. package/components/mui_extended/Tab/types.d.ts +53 -2
  105. package/components/mui_extended/TextField/slots/TextFieldEnum.d.ts +1 -1
  106. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +6 -6
  107. package/components/mui_extended/TextField/types.d.ts +54 -10
  108. package/components/mui_extended/index.d.ts +1 -1
  109. package/index.js +3 -3
  110. package/package.json +1 -1
  111. package/storybook/components/commonActions/components/ActionsContainer/ActionsContainer.stories.d.ts +13 -0
  112. package/storybook/components/extended/mui/Tab/stories/Tab.disable.stories.d.ts +36 -0
  113. package/storybook/components/extended/mui/Tab/stories/Tab.enable.stories.d.ts +36 -0
  114. package/storybook/components/extended/mui/Tab/stories/Tab.sizes.stories.d.ts +28 -0
  115. package/storybook/components/extended/mui/Tab/stories/Tab.skeleton.stories.d.ts +32 -0
  116. package/components/CommonActions/components/Actions/index.d.ts +0 -2
  117. package/components/CommonActions/components/Actions/index.js +0 -24
  118. package/components/CommonActions/components/Actions/styles.d.ts +0 -1
  119. package/components/CommonActions/components/Actions/styles.js +0 -14
  120. package/components/CommonActions/components/Actions/types.d.ts +0 -4
  121. package/components/CommonActions/tests/constants.js +0 -4
  122. package/components/CommonActions/tests/utils.js +0 -7
  123. package/components/hook-form/RHFTextField/stories/Error/TextFieldErrorOutlined.stories.d.ts +0 -9
  124. package/components/hook-form/RHFTextField/stories/Error/TextFieldErrorText.stories.d.ts +0 -9
  125. package/components/hook-form/RHFTextField/stories/Primary/TextFieldOutlined.stories.d.ts +0 -9
  126. package/components/hook-form/RHFTextField/stories/Primary/TextFieldText.stories.d.ts +0 -9
  127. package/components/mui_extended/MenuActions/MenuActions.stories.d.ts +0 -25
  128. package/components/mui_extended/Tab/classes/constants.d.ts +0 -1
  129. package/components/mui_extended/Tab/classes/constants.js +0 -4
  130. package/components/mui_extended/Tab/classes/index.d.ts +0 -10
  131. package/components/mui_extended/Tab/classes/index.js +0 -25
  132. package/components/mui_extended/Tab/classes/types.d.ts +0 -7
  133. package/components/mui_extended/Tab/constant.d.ts +0 -1
  134. package/components/mui_extended/Tab/constant.js +0 -4
  135. package/components/mui_extended/Tab/index.js +0 -40
  136. package/components/mui_extended/Tab/styles.d.ts +0 -2
  137. package/components/mui_extended/Tab/styles.js +0 -11
  138. package/components/mui_extended/Tab/tests/utils.d.ts +0 -2
  139. /package/components/{mui_extended/Tab/tests/index.test.d.ts → CommonActions/components/ActionsContainer/ActionsContainer.integration.test.d.ts} +0 -0
@@ -158,9 +158,6 @@ declare module '@mui/material/styles' {
158
158
  M4LAccordion?: {
159
159
  styleOverrides?: ComponentsOverrides<Theme>['M4LAccordion'];
160
160
  };
161
- M4LTab?: {
162
- styleOverrides?: ComponentsOverrides<Theme>['M4LTab'];
163
- };
164
161
  M4LRHFormProvider?: {
165
162
  styleOverrides?: ComponentsOverrides<Theme>['M4LRHFormProvider'];
166
163
  };
@@ -220,9 +217,6 @@ declare module '@mui/material/styles' {
220
217
  M4LTabContent?: {
221
218
  styleOverrides?: ComponentsOverrides<Theme>['M4LTabContent'];
222
219
  };
223
- M4LMenuActions?: {
224
- styleOverrides?: ComponentsOverrides<Theme>['M4LMenuActions'];
225
- };
226
220
  M4LPrintingSystem?: {
227
221
  styleOverrides?: ComponentsOverrides<Theme>['M4LPrintingSystem'];
228
222
  };
package/@types/types.d.ts CHANGED
@@ -52,6 +52,9 @@ import type {
52
52
  } from '../components/mui_extended/MenuItem/types';
53
53
 
54
54
  import { SelectOwnerState, SelectSlotsType } from '../components/mui_extended/Select/types';
55
+ import { RHFInputNumberSpinnerOwnerState, RHFInputNumberSpinnerSlotsType } from '../components/hook-form/RHFInputNumberSpinner/types';
56
+ import { TabOwnerState, TabSlotsType } from '../components/mui_extended/Tab/types';
57
+
55
58
 
56
59
  declare module '@mui/material/styles' {
57
60
  // Define the slots in the theme
@@ -76,6 +79,9 @@ declare module '@mui/material/styles' {
76
79
  M4LSkeleton: SkeletonSlotsType;
77
80
  M4LSelect: SelectSlotsType;
78
81
  M4LTypography: TypographySlotsType;
82
+ M4LRHFInputNumberSpinner: RHFInputNumberSpinnerSlotsType;
83
+ M4LTab: TabSlotsType;
84
+
79
85
  }
80
86
 
81
87
  interface ComponentsPropsList {
@@ -100,108 +106,121 @@ declare module '@mui/material/styles' {
100
106
  M4LSkeleton: Partial<SkeletonOwnerState>;
101
107
  M4LSelect: Partial<SelectOwnerState>;
102
108
  M4LTypography: Partial<TypographyOwnerState>;
109
+ M4LRHFInputNumberSpinner:Partial<RHFInputNumberSpinnerOwnerState>
110
+ M4LTab: Partial<TabOwnerState>;
111
+
103
112
  }
104
113
 
105
114
  interface Components {
106
- M4LDynamicFilter?: {
107
- defaultProps?: ComponentsPropsList['M4LDynamicFilter'];
108
- styleOverrides?: ComponentsOverrides<Theme>['M4LDynamicFilter'];
109
- variants?: ComponentsVariants['M4LDynamicFilter'];
110
- };
111
- RHFTextField?: {
112
- defaultProps?: ComponentsPropsList['RHFTextField'];
113
- styleOverrides?: ComponentsOverrides<Theme>['RHFTextField'];
114
- variants?: ComponentsVariants['RHFTextField'];
115
- };
116
- M4LDynamicSort?: {
117
- defaultProps?: ComponentsPropsList['M4LDynamicSort'];
118
- styleOverrides?: ComponentsOverrides<Theme>['M4LDynamicSort'];
119
- variants?: ComponentsVariants['M4LDynamicSort'];
120
- };
121
- M4LMenuActions?: {
122
- defaultProps?: ComponentsPropsList['M4LMenuActions'];
123
- styleOverrides?: ComponentsOverrides<Theme>['M4LMenuActions'];
124
- variants?: ComponentsVariants['M4LMenuActions'];
125
- };
126
- M4LInputNumberSpinner?: {
127
- defaultProps?: ComponentsPropsList['M4LInputNumberSpinner'];
128
- styleOverrides?: ComponentsOverrides<Theme>['M4LInputNumberSpinner'];
129
- variants?: ComponentsVariants['M4LInputNumberSpinner'];
130
- };
131
- M4LPopupsViewer?: {
132
- defaultProps?: ComponentsPropsList['M4LPopupsViewer'];
133
- styleOverrides?: ComponentsOverrides<Theme>['M4LPopupsViewer'];
134
- variants?: ComponentsVariants['M4LPopupsViewer'];
135
- };
136
- M4LDragResizeWindow?: {
137
- defaultProps?: ComponentsPropsList['M4LDragResizeWindow'];
138
- styleOverrides?: ComponentsOverrides<Theme>['M4LDragResizeWindow'];
139
- variants?: ComponentsVariants['M4LDragResizeWindow'];
140
- };
141
- M4LToastContainer?: {
142
- defaultProps?: ComponentsPropsList['M4LToastContainer'];
143
- styleOverrides?: ComponentsOverrides<Theme>['M4LToastContainer'];
144
- variants?: ComponentsVariants['M4LToastContainer'];
145
- };
146
- M4LHelperError?: {
147
- defaultProps?: ComponentsPropsList['M4LHelperError'];
148
- styleOverrides?: ComponentsOverrides<Theme>['M4LHelperError'];
149
- variants?: ComponentsVariants['M4LHelperError'];
150
- };
151
- M4LLabel?: {
152
- defaultProps?: ComponentsPropsList['M4LLabel'];
153
- styleOverrides?: ComponentsOverrides<Theme>['M4LLabel'];
154
- variants?: ComponentsVariants['M4LLabel'];
155
- };
156
- M4LIcon?: {
157
- defaultProps?: ComponentsPropsList['M4LIcon'];
158
- styleOverrides?: ComponentsOverrides<Theme>['M4LIcon'];
159
- variants?: ComponentsVariants['M4LIcon'];
160
- };
161
- M4LTooltip?: {
162
- defaultProps?: ComponentsPropsList['M4LTooltip'];
163
- styleOverrides?: ComponentsOverrides<Theme>['M4LTooltip'];
164
- variants?: ComponentsVariants['M4LTooltip'];
165
- };
166
- M4LTextField?: {
167
- defaultProps?: ComponentsPropsList['M4LTextField'];
168
- styleOverrides?: ComponentsOverrides<Theme>['M4LTextField'];
169
- variants?: ComponentsVariants['M4LTextField'];
170
- };
171
- M4LIconButton?: {
172
- defaultProps?: ComponentsPropsList['M4LIconButton'];
173
- styleOverrides?: ComponentsOverrides<Theme>['M4LIconButton'];
174
- variants?: ComponentsVariants['M4LIconButton'];
175
- };
176
- M4LBadge?: {
177
- defaultProps?: ComponentsPropsList['M4LBadge'];
178
- styleOverrides?: ComponentsOverrides<Theme>['M4LBadge'];
179
- variants?: ComponentsVariants['M4LBadge'];
180
- };
181
- M4LControlIncrement?: {
182
- defaultProps?: ComponentsPropsList['M4LControlIncrement'];
183
- styleOverrides?: ComponentsOverrides<Theme>['M4LControlIncrement'];
184
- variants?: ComponentsVariants['M4LControlIncrement'];
185
- M4LMenuItem?: {
186
- defaultProps?: ComponentsPropsList['M4LMenuItem'];
187
- styleOverrides?: ComponentsOverrides<Theme>['M4LMenuItem'];
188
- variants?: ComponentsVariants['M4LMenuItem'];
189
- };
190
- M4LSkeleton?: {
191
- defaultProps?: ComponentsPropsList['M4LSkeleton'];
192
- styleOverrides?: ComponentsOverrides<Theme>['M4LSkeleton'];
193
- variants?: ComponentsVariants['M4LSkeleton'];
194
- };
195
- M4LSelect: {
196
- defaultProps?: ComponentsPropsList['M4LSelect'];
197
- styleOverrides?: ComponentsOverrides<Theme>['M4LSelect'];
198
- variants?: ComponentsVariants['M4LSelect'];
199
- };
200
- M4LTypography?: {
201
- defaultProps?: ComponentsPropsList['M4LTypography'];
202
- styleOverrides?: ComponentsOverrides<Theme>['M4LTypography'];
203
- variants?: ComponentsVariants['M4LTypography'];
204
- };
115
+ M4LDynamicFilter?: {
116
+ defaultProps?: ComponentsPropsList['M4LDynamicFilter'];
117
+ styleOverrides?: ComponentsOverrides<Theme>['M4LDynamicFilter'];
118
+ variants?: ComponentsVariants['M4LDynamicFilter'];
119
+ };
120
+ RHFTextField?: {
121
+ defaultProps?: ComponentsPropsList['RHFTextField'];
122
+ styleOverrides?: ComponentsOverrides<Theme>['RHFTextField'];
123
+ variants?: ComponentsVariants['RHFTextField'];
124
+ };
125
+ M4LDynamicSort?: {
126
+ defaultProps?: ComponentsPropsList['M4LDynamicSort'];
127
+ styleOverrides?: ComponentsOverrides<Theme>['M4LDynamicSort'];
128
+ variants?: ComponentsVariants['M4LDynamicSort'];
129
+ };
130
+ M4LMenuActions?: {
131
+ defaultProps?: ComponentsPropsList['M4LMenuActions'];
132
+ styleOverrides?: ComponentsOverrides<Theme>['M4LMenuActions'];
133
+ variants?: ComponentsVariants['M4LMenuActions'];
134
+ };
135
+ M4LInputNumberSpinner?: {
136
+ defaultProps?: ComponentsPropsList['M4LInputNumberSpinner'];
137
+ styleOverrides?: ComponentsOverrides<Theme>['M4LInputNumberSpinner'];
138
+ variants?: ComponentsVariants['M4LInputNumberSpinner'];
139
+ };
140
+ M4LPopupsViewer?: {
141
+ defaultProps?: ComponentsPropsList['M4LPopupsViewer'];
142
+ styleOverrides?: ComponentsOverrides<Theme>['M4LPopupsViewer'];
143
+ variants?: ComponentsVariants['M4LPopupsViewer'];
144
+ };
145
+ M4LDragResizeWindow?: {
146
+ defaultProps?: ComponentsPropsList['M4LDragResizeWindow'];
147
+ styleOverrides?: ComponentsOverrides<Theme>['M4LDragResizeWindow'];
148
+ variants?: ComponentsVariants['M4LDragResizeWindow'];
149
+ };
150
+ M4LToastContainer?: {
151
+ defaultProps?: ComponentsPropsList['M4LToastContainer'];
152
+ styleOverrides?: ComponentsOverrides<Theme>['M4LToastContainer'];
153
+ variants?: ComponentsVariants['M4LToastContainer'];
154
+ };
155
+ M4LHelperError?: {
156
+ defaultProps?: ComponentsPropsList['M4LHelperError'];
157
+ styleOverrides?: ComponentsOverrides<Theme>['M4LHelperError'];
158
+ variants?: ComponentsVariants['M4LHelperError'];
159
+ };
160
+ M4LLabel?: {
161
+ defaultProps?: ComponentsPropsList['M4LLabel'];
162
+ styleOverrides?: ComponentsOverrides<Theme>['M4LLabel'];
163
+ variants?: ComponentsVariants['M4LLabel'];
164
+ };
165
+ M4LIcon?: {
166
+ defaultProps?: ComponentsPropsList['M4LIcon'];
167
+ styleOverrides?: ComponentsOverrides<Theme>['M4LIcon'];
168
+ variants?: ComponentsVariants['M4LIcon'];
169
+ };
170
+ M4LTooltip?: {
171
+ defaultProps?: ComponentsPropsList['M4LTooltip'];
172
+ styleOverrides?: ComponentsOverrides<Theme>['M4LTooltip'];
173
+ variants?: ComponentsVariants['M4LTooltip'];
174
+ };
175
+ M4LTextField?: {
176
+ defaultProps?: ComponentsPropsList['M4LTextField'];
177
+ styleOverrides?: ComponentsOverrides<Theme>['M4LTextField'];
178
+ variants?: ComponentsVariants['M4LTextField'];
179
+ };
180
+ M4LIconButton?: {
181
+ defaultProps?: ComponentsPropsList['M4LIconButton'];
182
+ styleOverrides?: ComponentsOverrides<Theme>['M4LIconButton'];
183
+ variants?: ComponentsVariants['M4LIconButton'];
184
+ };
185
+ M4LBadge?: {
186
+ defaultProps?: ComponentsPropsList['M4LBadge'];
187
+ styleOverrides?: ComponentsOverrides<Theme>['M4LBadge'];
188
+ variants?: ComponentsVariants['M4LBadge'];
189
+ };
190
+ M4LControlIncrement?: {
191
+ defaultProps?: ComponentsPropsList['M4LControlIncrement'];
192
+ styleOverrides?: ComponentsOverrides<Theme>['M4LControlIncrement'];
193
+ variants?: ComponentsVariants['M4LControlIncrement'];
194
+ }
195
+ M4LMenuItem?: {
196
+ defaultProps?: ComponentsPropsList['M4LMenuItem'];
197
+ styleOverrides?: ComponentsOverrides<Theme>['M4LMenuItem'];
198
+ variants?: ComponentsVariants['M4LMenuItem'];
199
+ };
200
+ M4LSkeleton?: {
201
+ defaultProps?: ComponentsPropsList['M4LSkeleton'];
202
+ styleOverrides?: ComponentsOverrides<Theme>['M4LSkeleton'];
203
+ variants?: ComponentsVariants['M4LSkeleton'];
204
+ };
205
+ M4LSelect: {
206
+ defaultProps?: ComponentsPropsList['M4LSelect'];
207
+ styleOverrides?: ComponentsOverrides<Theme>['M4LSelect'];
208
+ variants?: ComponentsVariants['M4LSelect'];
209
+ };
210
+ M4LTypography?: {
211
+ defaultProps?: ComponentsPropsList['M4LTypography'];
212
+ styleOverrides?: ComponentsOverrides<Theme>['M4LTypography'];
213
+ variants?: ComponentsVariants['M4LTypography'];
214
+ };
215
+ M4LRHFInputNumberSpinner?: {
216
+ defaultProps?: ComponentsPropsList['M4LRHFInputNumberSpinner'];
217
+ styleOverrides?: ComponentsOverrides<Theme>['M4LRHFInputNumberSpinner'];
218
+ variants?: ComponentsVariants['M4LRHFInputNumberSpinner'];
219
+ M4LTab?: {
220
+ defaultProps?: ComponentsPropsList['M4LTab'];
221
+ styleOverrides?: ComponentsOverrides<Theme>['M4LTab'];
222
+ variants?: ComponentsVariants['M4LTab'];
223
+ };
224
+ }
205
225
  }
206
- }
207
226
  }
@@ -12,9 +12,9 @@ export declare function getAccountPopoverClassesUtilityClass(slot: string): stri
12
12
  */
13
13
  export declare const useAccountPopoverUtilityClasses: () => {
14
14
  root: string;
15
+ popover: string;
15
16
  menuItem: string;
16
17
  containerProgress: string;
17
- popover: string;
18
18
  containerUserName: string;
19
19
  containerUserEmail: string;
20
20
  containerUserInfo: string;
@@ -0,0 +1,11 @@
1
+ import { ActionsContainerProps } from './types';
2
+ /**
3
+ * ActionsContainer component that renders its children within an ActionsContainerRoot.
4
+ * @param {ActionsContainerProps} props - The properties for the ActionsContainer component.
5
+ * @returns {JSX.Element} The rendered ActionsContainer component.
6
+ * @author SebastianM - automatic
7
+ * @createdAt 2024-11-01 12:34:48 - automatic
8
+ * @updatedAt 2024-11-05 08:51:39 - automatic
9
+ * @updatedUser SebastianM - automatic
10
+ */
11
+ export declare const ActionsContainer: import('react').ForwardRefExoticComponent<ActionsContainerProps & import('react').RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,23 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { forwardRef } from "react";
3
+ import { A as ActionsContainerRoot } from "./slots/ActionsContainerSlots.js";
4
+ const ActionsContainer = forwardRef((props, ref) => {
5
+ const {
6
+ children,
7
+ ...rest
8
+ } = props;
9
+ return /* @__PURE__ */ jsx(
10
+ ActionsContainerRoot,
11
+ {
12
+ "aria-label": "actionsContainer",
13
+ ref,
14
+ role: "group",
15
+ ...rest,
16
+ children
17
+ }
18
+ );
19
+ });
20
+ ActionsContainer.displayName = "ActionsContainer";
21
+ export {
22
+ ActionsContainer as A
23
+ };
@@ -0,0 +1,2 @@
1
+ import { ActionsContainerStyles } from './types';
2
+ export declare const actionsContainerStyles: ActionsContainerStyles;
@@ -0,0 +1,26 @@
1
+ const actionsContainerStyles = {
2
+ /**
3
+ * Styles for the actions container root element.
4
+ * @author SebastianM - automatic
5
+ * @createdAt 2024-11-01 14:08:46 - automatic
6
+ * @updatedAt 2024-11-01 16:09:44 - automatic
7
+ * @updatedUser SebastianM - automatic
8
+ */
9
+ actionsContainerRoot: ({ theme }) => ({
10
+ display: "flex",
11
+ flexDirection: "row",
12
+ justifyContent: "flex-end",
13
+ alignItems: "flex-end",
14
+ gap: theme.vars.size.baseSpacings.sp3,
15
+ paddingTop: theme.vars.size.baseSpacings.sp3,
16
+ paddingRight: theme.vars.size.baseSpacings.sp3,
17
+ paddingBottom: theme.vars.size.baseSpacings.sp3,
18
+ paddingLeft: "0",
19
+ height: "auto",
20
+ borderRadius: theme.vars.size.borderRadius.r1,
21
+ backgroundColor: theme.vars.palette.background.default
22
+ })
23
+ };
24
+ export {
25
+ actionsContainerStyles as a
26
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Clave de identificación del componente ActionsContainer dentro del sistema.
3
+ *
4
+ * Esta constante se utiliza como identificador único para asociar y personalizar estilos y configuraciones
5
+ * relacionadas con el componente `ActionsContainer` dentro del sistema de temas y estilos.
6
+ * @default 'M4LActionsContainer'
7
+ */
8
+ export declare const ACTIONSCONTAINER_KEY_COMPONENT = "M4LActionsContainer";
@@ -0,0 +1,4 @@
1
+ const ACTIONSCONTAINER_KEY_COMPONENT = "M4LActionsContainer";
2
+ export {
3
+ ACTIONSCONTAINER_KEY_COMPONENT as A
4
+ };
@@ -0,0 +1,3 @@
1
+ export declare enum ActionsContainerSlots {
2
+ actionsContainerRoot = "actionsContainerRoot"
3
+ }
@@ -0,0 +1,7 @@
1
+ var ActionsContainerSlots = /* @__PURE__ */ ((ActionsContainerSlots2) => {
2
+ ActionsContainerSlots2["actionsContainerRoot"] = "actionsContainerRoot";
3
+ return ActionsContainerSlots2;
4
+ })(ActionsContainerSlots || {});
5
+ export {
6
+ ActionsContainerSlots as A
7
+ };
@@ -0,0 +1,4 @@
1
+ declare const ActionsContainerRoot: import('@emotion/styled').StyledComponent<Pick<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
2
+ ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
3
+ }, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>>, "title" | "id" | "hidden" | "content" | "style" | "translate" | "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" | "key" | keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, {}, {}>;
4
+ export { ActionsContainerRoot };
@@ -0,0 +1,12 @@
1
+ import { styled } from "@mui/material/styles";
2
+ import { Box } from "@mui/material";
3
+ import { A as ACTIONSCONTAINER_KEY_COMPONENT } from "../constans.js";
4
+ import { A as ActionsContainerSlots } from "./ActionsContainerEnum.js";
5
+ import { a as actionsContainerStyles } from "../ActionsContainerStyles.js";
6
+ const ActionsContainerRoot = styled(Box, {
7
+ name: ACTIONSCONTAINER_KEY_COMPONENT,
8
+ slot: ActionsContainerSlots.actionsContainerRoot
9
+ })(actionsContainerStyles?.actionsContainerRoot);
10
+ export {
11
+ ActionsContainerRoot as A
12
+ };
@@ -0,0 +1,2 @@
1
+ export * from './ActionsContainerEnum';
2
+ export * from './ActionsContainerSlots';
@@ -0,0 +1,20 @@
1
+ import { Theme } from '@mui/material';
2
+ import { OverridesStyleRules } from '@mui/material/styles/overrides';
3
+ import { HTMLAttributes, ReactNode } from 'react';
4
+ import { ACTIONSCONTAINER_KEY_COMPONENT } from './constans';
5
+ import { ActionsContainerSlots } from './slots';
6
+ /**
7
+ * Props for the `ActionsContainer` component, extending the original HTMLDivElement properties.
8
+ * [children] - Child elements to be rendered inside the actions container.
9
+ */
10
+ export interface ActionsContainerProps extends HTMLAttributes<HTMLDivElement> {
11
+ children: ReactNode;
12
+ }
13
+ /**
14
+ * Defines the types of Slots available for the `ActionsContainer`.
15
+ */
16
+ export type ActionsContainerSlotsType = keyof typeof ActionsContainerSlots;
17
+ /**
18
+ * Styles applicable to the `ActionsContainer` using themes and custom slots.
19
+ */
20
+ export type ActionsContainerStyles = Partial<OverridesStyleRules<ActionsContainerSlotsType, typeof ACTIONSCONTAINER_KEY_COMPONENT, Theme> | undefined> | undefined;
@@ -1,4 +1,4 @@
1
- export { Actions } from './components/Actions';
1
+ export { ActionsContainer } from './components/ActionsContainer/ActionsContainer';
2
2
  export { ActionCancel } from './components/ActionCancel';
3
3
  export { ActionIntro } from './components/ActionIntro';
4
4
  export { ActionFormCancel } from './components/ActionFormCancel';
@@ -17,19 +17,19 @@ function Density() {
17
17
  urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/compact.svg`,
18
18
  onClick: () => setRowHeightVariant("compact"),
19
19
  disabled: currentRowHeightVariant === "compact",
20
- dictionaryField: "data_grid.density_compact"
20
+ label: "data_grid.density_compact"
21
21
  },
22
22
  {
23
23
  urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/standard.svg`,
24
24
  onClick: () => setRowHeightVariant("standard"),
25
25
  disabled: currentRowHeightVariant === "standard",
26
- dictionaryField: "data_grid.density_standard"
26
+ label: "data_grid.density_standard"
27
27
  },
28
28
  {
29
29
  urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/confortable.svg`,
30
30
  onClick: () => setRowHeightVariant("confortable"),
31
31
  disabled: currentRowHeightVariant === "confortable",
32
- dictionaryField: "data_grid.density_confortable"
32
+ label: "data_grid.density_confortable"
33
33
  }
34
34
  ];
35
35
  }, [
@@ -14,32 +14,32 @@ const MobileMenuActions = () => {
14
14
  };
15
15
  const menuActions = [
16
16
  {
17
- urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/compact.svg`,
17
+ startIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/compact.svg`,
18
18
  onClick: () => setRowHeightVariant("compact"),
19
19
  disabled: currentRowHeightVariant === "compact",
20
- dictionaryId: "data_grid.density_compact"
20
+ label: "data_grid.density_compact"
21
21
  },
22
22
  {
23
- urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/standard.svg`,
23
+ startIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/standard.svg`,
24
24
  onClick: () => setRowHeightVariant("standard"),
25
25
  disabled: currentRowHeightVariant === "standard",
26
- dictionaryId: "data_grid.density_standard"
26
+ label: "data_grid.density_standard"
27
27
  },
28
28
  {
29
- urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/confortable.svg`,
29
+ startIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/confortable.svg`,
30
30
  onClick: () => setRowHeightVariant("confortable"),
31
31
  disabled: currentRowHeightVariant === "confortable",
32
- dictionaryId: "data_grid.density_confortable"
32
+ label: "data_grid.density_confortable"
33
33
  },
34
34
  {
35
- urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/filter.svg`,
35
+ startIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/filter.svg`,
36
36
  onClick: () => toggleIcon(),
37
- dictionaryId: activeFilters ? "data_grid.tooltip_filter_hide" : "data_grid.tooltip_filter_show"
37
+ label: activeFilters ? "data_grid.tooltip_filter_hide" : "data_grid.tooltip_filter_show"
38
38
  },
39
39
  {
40
- urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/configuration.svg`,
40
+ startIcon: `${host_static_assets}/${environment_assets}/frontend/components/data_grid/assets/icons/configuration.svg`,
41
41
  onClick: () => modalSettings(),
42
- dictionaryId: "data_grid.tooltip_settings"
42
+ label: "data_grid.tooltip_settings"
43
43
  }
44
44
  ];
45
45
  return /* @__PURE__ */ jsx(
@@ -1,5 +1,9 @@
1
1
  /**
2
2
  * TODO: Documentar
3
+ * @author SebastianM - automatic
4
+ * @createdAt 2024-11-01 12:34:48 - automatic
5
+ * @updatedAt 2024-11-01 12:34:49 - automatic
6
+ * @updatedUser SebastianM - automatic
3
7
  */
4
8
  declare const useModalSettings: () => () => void;
5
9
  export default useModalSettings;
@@ -7,7 +7,7 @@ import { u as useModal } from "../../../../../../../hooks/useModal/index.js";
7
7
  import { D as DataGridRoot } from "../../../../../styles.js";
8
8
  import { C as ColumnsConfig } from "../../Settings/subcomponents/ColumnsConfig/index.js";
9
9
  import { W as WindowBase } from "../../../../../../modal/WindowBase/index.js";
10
- import { A as Actions } from "../../../../../../CommonActions/components/Actions/index.js";
10
+ import { A as ActionsContainer } from "../../../../../../CommonActions/components/ActionsContainer/ActionsContainer.js";
11
11
  import { A as ActionCancel } from "../../../../../../CommonActions/components/ActionCancel/index.js";
12
12
  import { A as ActionIntro } from "../../../../../../CommonActions/components/ActionIntro/index.js";
13
13
  const useModalSettings = () => {
@@ -47,7 +47,7 @@ const useModalSettings = () => {
47
47
  classes
48
48
  }
49
49
  ) }) }) }),
50
- /* @__PURE__ */ jsxs(Actions, { children: [
50
+ /* @__PURE__ */ jsxs(ActionsContainer, { children: [
51
51
  /* @__PURE__ */ jsx(ActionCancel, { onClick: closeModal }),
52
52
  /* @__PURE__ */ jsx(ActionIntro, { onClick: onClickIntro })
53
53
  ] })
@@ -81,6 +81,6 @@ export declare const PopoverHeaderIconStyled: import('@emotion/styled').StyledCo
81
81
  export declare const PopoverHeaderTitleStyled: 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').Theme> & Partial<import('../types').DynamicFilterOwnerState> & Record<string, unknown> & {
82
82
  ownerState: Partial<import('../types').DynamicFilterOwnerState> & Record<string, unknown>;
83
83
  }, {}, {}>;
84
- export declare const PopoverHeaderActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../CommonActions/components/Actions/types').CommonActionsProps & import('react').RefAttributes<any>, keyof import('../../CommonActions/components/Actions/types').CommonActionsProps | keyof import('react').RefAttributes<any>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicFilterOwnerState> & Record<string, unknown> & {
84
+ export declare const PopoverHeaderActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../CommonActions/components/ActionsContainer/types').ActionsContainerProps & import('react').RefAttributes<HTMLDivElement>, keyof import('react').RefAttributes<HTMLDivElement> | keyof import('../../CommonActions/components/ActionsContainer/types').ActionsContainerProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicFilterOwnerState> & Record<string, unknown> & {
85
85
  ownerState: Partial<import('../types').DynamicFilterOwnerState> & Record<string, unknown>;
86
86
  }, {}, {}>;
@@ -5,7 +5,7 @@ import { d as dynamicFilterStyles } from "../DynamicFIlter.styles.js";
5
5
  import { MenuItem } from "@mui/material";
6
6
  import { I as IconButton } from "../../mui_extended/IconButton/IconButton.js";
7
7
  import { T as Typography } from "../../mui_extended/Typography/Typography.js";
8
- import { A as Actions } from "../../CommonActions/components/Actions/index.js";
8
+ import { A as ActionsContainer } from "../../CommonActions/components/ActionsContainer/ActionsContainer.js";
9
9
  import { I as Icon } from "../../Icon/Icon.js";
10
10
  import { P as Popover } from "../../mui_extended/Popover/Popover.js";
11
11
  const RootStyled = styled("div", { name: DYNAMIC_FILTER_KEY_COMPONENT, slot: DynamicFilterSlots.root })(
@@ -115,7 +115,7 @@ const PopoverHeaderTitleStyled = styled(Typography, {
115
115
  name: DYNAMIC_FILTER_KEY_COMPONENT,
116
116
  slot: DynamicFilterSlots.popoverFilterHeaderTitle
117
117
  })(dynamicFilterStyles?.popoverFilterHeaderTitle);
118
- const PopoverHeaderActionsStyled = styled(Actions, {
118
+ const PopoverHeaderActionsStyled = styled(ActionsContainer, {
119
119
  name: DYNAMIC_FILTER_KEY_COMPONENT,
120
120
  slot: DynamicFilterSlots.popoverFilterActions
121
121
  })(dynamicFilterStyles?.popoverFilterActions);
@@ -78,6 +78,6 @@ export declare const PopoverHeaderIconStyled: import('@emotion/styled').StyledCo
78
78
  export declare const PopoverHeaderTitleStyled: 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').Theme> & Partial<import('../types').DynamicSortOwnerState> & Record<string, unknown> & {
79
79
  ownerState: Partial<import('../types').DynamicSortOwnerState> & Record<string, unknown>;
80
80
  }, {}, {}>;
81
- export declare const PopoverHeaderActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../CommonActions/components/Actions/types').CommonActionsProps & import('react').RefAttributes<any>, keyof import('../../CommonActions/components/Actions/types').CommonActionsProps | keyof import('react').RefAttributes<any>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicSortOwnerState> & Record<string, unknown> & {
81
+ export declare const PopoverHeaderActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../CommonActions/components/ActionsContainer/types').ActionsContainerProps & import('react').RefAttributes<HTMLDivElement>, keyof import('react').RefAttributes<HTMLDivElement> | keyof import('../../CommonActions/components/ActionsContainer/types').ActionsContainerProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicSortOwnerState> & Record<string, unknown> & {
82
82
  ownerState: Partial<import('../types').DynamicSortOwnerState> & Record<string, unknown>;
83
83
  }, {}, {}>;
@@ -8,6 +8,7 @@ export declare const getSideBarClassesByState: (ownerState: SideBarState) => {
8
8
  skeleton: string;
9
9
  root: string;
10
10
  footer: string;
11
+ popover: string;
11
12
  contentDesktop: string;
12
13
  contentMobile: string;
13
14
  collapseButton: string;
@@ -35,7 +36,6 @@ export declare const getSideBarClassesByState: (ownerState: SideBarState) => {
35
36
  containerContentGroupsFooter: string;
36
37
  contentGroupsLine: string;
37
38
  drawer: string;
38
- popover: string;
39
39
  wrapperLogoFooter: string;
40
40
  subItemActive: string;
41
41
  itemMainActive: string;
@@ -1,9 +1,14 @@
1
1
  import { AreaChipProps } from './types';
2
2
  /**
3
3
  * Componente de chip de área.
4
+ * @createdAt 2024-11-01 12:34:48 - automatic
4
5
  */
5
6
  /**
6
7
  * TODO: Documentar
8
+ * @author SebastianM - automatic
9
+ * @createdAt 2024-11-01 12:34:48 - automatic
10
+ * @updatedAt 2024-11-01 12:34:49 - automatic
11
+ * @updatedUser SebastianM - automatic
7
12
  */
8
13
  export declare const AreaChip: {
9
14
  (props: AreaChipProps): import("react/jsx-runtime").JSX.Element;