@m4l/components 8.1.0-beta.devManuela.TextField → 8.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 (143) hide show
  1. package/@types/types.d.ts +37 -11
  2. package/components/ControlIncrement/ControlIncrement.d.ts +5 -0
  3. package/components/ControlIncrement/ControlIncrement.styles.d.ts +8 -0
  4. package/components/ControlIncrement/constants.d.ts +25 -0
  5. package/components/ControlIncrement/slots/ControlIncrementEnum.d.ts +6 -0
  6. package/components/ControlIncrement/slots/ControltrolIncrementSlots.d.ts +14 -0
  7. package/components/ControlIncrement/slots/index.d.ts +2 -0
  8. package/components/ControlIncrement/stories/ControlClick/ControlIncrement.controlclick.stories.d.ts +13 -0
  9. package/components/ControlIncrement/stories/DefaultAndDisabled/ControlIncrement.defaultanddisabled.stories.d.ts +17 -0
  10. package/components/ControlIncrement/stories/Sizes/ControlIncrement.sizes.stories.d.ts +21 -0
  11. package/components/ControlIncrement/types.d.ts +56 -0
  12. package/components/DataGrid/classes/index.d.ts +1 -1
  13. package/components/DynamicFilter/DynamicFIlter.styles.js +115 -39
  14. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
  15. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +1 -1
  16. package/components/GridLayout/classes/index.d.ts +1 -1
  17. package/components/GridLayout/subcomponents/withSizeProvider/index.d.ts +1 -1
  18. package/components/HelperError/HelperError.d.ts +1 -1
  19. package/components/HelperError/HelperError.js +21 -2
  20. package/components/HelperError/HelperError.styles.js +11 -2
  21. package/components/HelperError/constant.d.ts +9 -0
  22. package/components/HelperError/constant.js +3 -1
  23. package/components/HelperError/slots/HelperErrorEnum.d.ts +3 -0
  24. package/components/HelperError/slots/HelperErrorSlots.d.ts +4 -4
  25. package/components/HelperError/slots/HelperErrorSlots.js +1 -1
  26. package/components/HelperError/types.d.ts +28 -5
  27. package/components/Icon/Icon.d.ts +4 -3
  28. package/components/Icon/Icon.js +54 -71
  29. package/components/Icon/Icon.styles.js +85 -31
  30. package/components/Icon/slots/IconEnum.d.ts +2 -1
  31. package/components/Icon/slots/IconEnum.js +1 -0
  32. package/components/Icon/slots/IconSlots.d.ts +3 -0
  33. package/components/Icon/slots/IconSlots.js +7 -1
  34. package/components/Icon/stories/DefaultWithProps/Icon.defaultWithProps.stories.d.ts +35 -0
  35. package/components/Icon/stories/Preset/Icon.preset.stories.d.ts +16 -0
  36. package/components/Icon/stories/Semantic/Icon.semantic.stories.d.ts +30 -0
  37. package/components/Icon/stories/Sizes/icon.sizes.stories.d.ts +40 -0
  38. package/components/Icon/types.d.ts +16 -12
  39. package/components/InputNumberSpinner/InputNumberSpinner.d.ts +9 -0
  40. package/components/InputNumberSpinner/InputNumberSpinner.styles.d.ts +8 -0
  41. package/components/InputNumberSpinner/constants.d.ts +9 -0
  42. package/components/InputNumberSpinner/hooks/types.d.ts +13 -0
  43. package/components/InputNumberSpinner/hooks/useInputNumberSpinner.d.ts +19 -0
  44. package/components/InputNumberSpinner/index.d.ts +2 -0
  45. package/components/InputNumberSpinner/slots/InputNumberSpinnerEnum.d.ts +7 -0
  46. package/components/InputNumberSpinner/slots/InputNumberSpinnerSlots.d.ts +15 -0
  47. package/components/InputNumberSpinner/slots/index.d.ts +2 -0
  48. package/components/InputNumberSpinner/stories/Default/InputNumberSpinner.default.stories.d.ts +25 -0
  49. package/components/InputNumberSpinner/stories/Error/InputNumberSpinner.error.stories.d.ts +25 -0
  50. package/components/InputNumberSpinner/stories/Sizes/InputNumberSpinner.sizes.stories.d.ts +41 -0
  51. package/components/InputNumberSpinner/stories/Variants/InputNumberSpinner.variants.stories.d.ts +25 -0
  52. package/components/InputNumberSpinner/types.d.ts +64 -0
  53. package/components/Label/Label.d.ts +2 -2
  54. package/components/Label/Label.styles.js +5 -5
  55. package/components/Label/slots/LabelSlots.d.ts +1 -1
  56. package/components/Label/types.d.ts +1 -1
  57. package/components/MFLoader/MFLoader.d.ts +1 -1
  58. package/components/NavLink/NavLink.d.ts +1 -1
  59. package/components/PropertyValue/classes/index.d.ts +1 -1
  60. package/components/SideBar/classes/index.d.ts +1 -1
  61. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/styles.d.ts +1 -1
  62. package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +1 -1
  63. package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.d.ts +5 -1
  64. package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.js +2 -1
  65. package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
  66. package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +1 -1
  67. package/components/areas/contexts/AreasContext/store.d.ts +1 -1
  68. package/components/areas/contexts/AreasContext/store.js +199 -67
  69. package/components/extended/react-resizable/Resizable/slots/ResizableSlots.d.ts +1 -1
  70. package/components/extended/react-resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +1 -1
  71. package/components/hook-form/RHFAutocomplete/classes/index.d.ts +1 -1
  72. package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeImage/index.d.ts +1 -1
  73. package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index.d.ts +1 -1
  74. package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
  75. package/components/hook-form/RHFTextField/RHFTextField.d.ts +4 -0
  76. package/components/hook-form/RHFTextField/RHFTextField.styles.js +2 -2
  77. package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
  78. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +1 -1
  79. package/components/hook-form/RHFormContext/classes/index.d.ts +1 -1
  80. package/components/maps/components/Map/contexts/MapContext/store.d.ts +1 -1
  81. package/components/maps/components/Map/contexts/MapContext/store.js +166 -106
  82. package/components/maps/components/Map/hooks/useAutoFocus/index.d.ts +1 -1
  83. package/components/maps/components/Map/pluginLayers/PolylineWithArrows/index.d.ts +1 -1
  84. package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/index.d.ts +1 -1
  85. package/components/mui_extended/Accordion/Accordion.d.ts +1 -1
  86. package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
  87. package/components/mui_extended/Button/styles.d.ts +1 -1
  88. package/components/mui_extended/IconButton/IconButton.d.ts +4 -4
  89. package/components/mui_extended/IconButton/IconButton.js +65 -29
  90. package/components/mui_extended/IconButton/IconButton.styles.js +20 -5
  91. package/components/mui_extended/IconButton/slots/IconButtonEnum.d.ts +2 -1
  92. package/components/mui_extended/IconButton/slots/IconButtonEnum.js +1 -0
  93. package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +5 -2
  94. package/components/mui_extended/IconButton/slots/IconButtonSlots.js +7 -1
  95. package/components/mui_extended/IconButton/types.d.ts +46 -2
  96. package/components/mui_extended/LoadingButton/index.d.ts +1 -1
  97. package/components/mui_extended/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
  98. package/components/mui_extended/MenuItem/MenuItem.d.ts +11 -0
  99. package/components/mui_extended/MenuItem/MenuItem.stories.d.ts +37 -0
  100. package/components/mui_extended/MenuItem/MenuItem.styles.d.ts +2 -0
  101. package/components/mui_extended/MenuItem/constants.d.ts +8 -0
  102. package/components/mui_extended/MenuItem/index.d.ts +2 -0
  103. package/components/mui_extended/MenuItem/slots/MenuItemEnum.d.ts +5 -0
  104. package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +11 -0
  105. package/components/mui_extended/MenuItem/slots/index.d.ts +2 -0
  106. package/components/mui_extended/MenuItem/types.d.ts +41 -0
  107. package/components/mui_extended/Select/Select.d.ts +9 -0
  108. package/components/mui_extended/Select/Select.styles.d.ts +2 -0
  109. package/components/mui_extended/Select/constants.d.ts +8 -0
  110. package/components/mui_extended/Select/index.d.ts +2 -0
  111. package/components/mui_extended/Select/slots/SelectEnum.d.ts +6 -0
  112. package/components/mui_extended/Select/slots/SelectSlots.d.ts +12 -0
  113. package/components/mui_extended/Select/slots/index.d.ts +2 -0
  114. package/components/mui_extended/Select/stories/SelectOutlied.stories.d.ts +75 -0
  115. package/components/mui_extended/Select/stories/SelectStandar.stories.d.ts +29 -0
  116. package/components/mui_extended/Select/types.d.ts +66 -0
  117. package/components/mui_extended/Skeleton/Skeleton.d.ts +1 -1
  118. package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
  119. package/components/mui_extended/Skeleton/skeleton.styles.js +1 -1
  120. package/components/mui_extended/Tabs/styles.d.ts +1 -1
  121. package/components/mui_extended/TextField/TextField.d.ts +4 -0
  122. package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +2 -2
  123. package/components/mui_extended/Typography/Typography.d.ts +1 -1
  124. package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
  125. package/components/mui_extended/Typography/typography.styles.js +1 -1
  126. package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.d.ts +1 -1
  127. package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.js +57 -25
  128. package/contexts/RealTimeContext/store.d.ts +1 -1
  129. package/contexts/RealTimeContext/store.js +15 -7
  130. package/hooks/useSizeContainer/index.d.ts +1 -1
  131. package/package.json +1 -1
  132. package/components/Icon/Icon.stories.d.ts +0 -166
  133. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.d.ts +0 -5
  134. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.stories.d.ts +0 -21
  135. package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.styles.d.ts +0 -2
  136. package/components/hook-form/RHFInputNumberSpinner/constants.d.ts +0 -1
  137. package/components/hook-form/RHFInputNumberSpinner/index.d.ts +0 -1
  138. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +0 -23
  139. package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnnerEnum.d.ts +0 -9
  140. package/components/hook-form/RHFInputNumberSpinner/slots/index.d.ts +0 -2
  141. package/components/hook-form/RHFInputNumberSpinner/subcomponents/SkeletonSpinner/index.d.ts +0 -4
  142. package/components/hook-form/RHFInputNumberSpinner/types.d.ts +0 -21
  143. package/components/hook-form/RHFInputNumberSpinner/useRHFInputNumberSpinner.d.ts +0 -13
package/@types/types.d.ts CHANGED
@@ -9,10 +9,6 @@ import {
9
9
  MenuActionsOwnerState,
10
10
  MenuActionsSlotsType,
11
11
  } from '../components/mui_extended/MenuActions/types';
12
- import {
13
- RHFInputNumberSpinnerOwnerState,
14
- RHFInputNumberSpinnerSlotsType,
15
- } from '../components/hook-form/RHFInputNumberSpinner/types';
16
12
 
17
13
  import {
18
14
  PopupViewerSlotsType,
@@ -45,9 +41,18 @@ import type {
45
41
  } from '../components/mui_extended/IconButton/types';
46
42
 
47
43
  import type { BadgeSlotsType, BadgeOwnerState } from '../components/mui_extended/Badge/types';
44
+ import { ControlIncrementOwnerState, ControlIncrementSlotsType } from '../components/ControlIncrement/types';
48
45
  import { SkeletonOwnerState, SkeletonSlotsType } from '../components/mui_extended/Skeleton/types';
46
+ import { InputNumberSpinnerOwnerState, InputNumberSpinnerSlotsType } from '../components/InputNumberSpinner/types';
49
47
  import { TypographyOwnerState, TypographySlotsType } from '../components/mui_extended/Typography/types';
50
48
 
49
+ import type {
50
+ MenuItemSlotsType,
51
+ MenuItemOwnerState,
52
+ } from '../components/mui_extended/MenuItem/types';
53
+
54
+ import { SelectOwnerState, SelectSlotsType } from '../components/mui_extended/Select/types';
55
+
51
56
  declare module '@mui/material/styles' {
52
57
  // Define the slots in the theme
53
58
  interface ComponentNameToClassKey {
@@ -55,7 +60,7 @@ declare module '@mui/material/styles' {
55
60
  RHFTextField: RHFTextFieldSlotsType;
56
61
  M4LDynamicSort: DynamicSortSlotsType;
57
62
  M4LMenuActions: MenuActionsSlotsType;
58
- M4LRHFInputNumberSpinner: RHFInputNumberSpinnerSlotsType;
63
+ M4LInputNumberSpinner: InputNumberSpinnerSlotsType;
59
64
  M4LPopupsViewer: PopupViewerSlotsType;
60
65
  M4LIcon: IconSlotsType;
61
66
  M4LDragResizeWindow: DragResizeWindowSlotsType;
@@ -66,7 +71,10 @@ declare module '@mui/material/styles' {
66
71
  M4LIconButton: IconButtonSlotsType;
67
72
  M4LTextField: TextFieldSlotsType;
68
73
  M4LBadge: BadgeSlotsType;
74
+ M4LControlIncrement: ControlIncrementSlotsType;
75
+ M4LMenuItem: MenuItemSlotsType;
69
76
  M4LSkeleton: SkeletonSlotsType;
77
+ M4LSelect: SelectSlotsType;
70
78
  M4LTypography: TypographySlotsType;
71
79
  }
72
80
 
@@ -76,7 +84,7 @@ declare module '@mui/material/styles' {
76
84
  RHFTextField: Partial<RHFTextFieldOwnerState>;
77
85
  M4LDynamicSort: Partial<DynamicSortOwnerState>;
78
86
  M4LMenuActions: Partial<MenuActionsOwnerState>;
79
- M4LRHFInputNumberSpinner: Partial<RHFInputNumberSpinnerOwnerState>;
87
+ M4LInputNumberSpinner: Partial<InputNumberSpinnerOwnerState>;
80
88
  M4LPopupsViewer: Partial<PopupsViewerOwnerState>;
81
89
  M4LIcon: Partial<IconOwnerState>;
82
90
  M4LDragResizeWindow: Partial<DragResizeWindowOwnerState>;
@@ -87,7 +95,10 @@ declare module '@mui/material/styles' {
87
95
  M4LTextField: Partial<TextFieldOwnerState>;
88
96
  M4LIconButton: Partial<IconButtonOwnerState>;
89
97
  M4LBadge: Partial<BadgeOwnerState>;
98
+ M4LControlIncrement: Partial<ControlIncrementOwnerState>
99
+ M4LMenuItem: Partial<MenuItemOwnerState>;
90
100
  M4LSkeleton: Partial<SkeletonOwnerState>;
101
+ M4LSelect: Partial<SelectOwnerState>;
91
102
  M4LTypography: Partial<TypographyOwnerState>;
92
103
  }
93
104
 
@@ -112,10 +123,10 @@ declare module '@mui/material/styles' {
112
123
  styleOverrides?: ComponentsOverrides<Theme>['M4LMenuActions'];
113
124
  variants?: ComponentsVariants['M4LMenuActions'];
114
125
  };
115
- M4LRHFInputNumberSpinner?: {
116
- defaultProps?: ComponentsPropsList['M4LRHFInputNumberSpinner'];
117
- styleOverrides?: ComponentsOverrides<Theme>['M4LRHFInputNumberSpinner'];
118
- variants?: ComponentsVariants['M4LRHFInputNumberSpinner'];
126
+ M4LInputNumberSpinner?: {
127
+ defaultProps?: ComponentsPropsList['M4LInputNumberSpinner'];
128
+ styleOverrides?: ComponentsOverrides<Theme>['M4LInputNumberSpinner'];
129
+ variants?: ComponentsVariants['M4LInputNumberSpinner'];
119
130
  };
120
131
  M4LPopupsViewer?: {
121
132
  defaultProps?: ComponentsPropsList['M4LPopupsViewer'];
@@ -167,15 +178,30 @@ declare module '@mui/material/styles' {
167
178
  styleOverrides?: ComponentsOverrides<Theme>['M4LBadge'];
168
179
  variants?: ComponentsVariants['M4LBadge'];
169
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
+ };
170
190
  M4LSkeleton?: {
171
191
  defaultProps?: ComponentsPropsList['M4LSkeleton'];
172
192
  styleOverrides?: ComponentsOverrides<Theme>['M4LSkeleton'];
173
193
  variants?: ComponentsVariants['M4LSkeleton'];
174
194
  };
195
+ M4LSelect: {
196
+ defaultProps?: ComponentsPropsList['M4LSelect'];
197
+ styleOverrides?: ComponentsOverrides<Theme>['M4LSelect'];
198
+ variants?: ComponentsVariants['M4LSelect'];
199
+ };
175
200
  M4LTypography?: {
176
201
  defaultProps?: ComponentsPropsList['M4LTypography'];
177
202
  styleOverrides?: ComponentsOverrides<Theme>['M4LTypography'];
178
203
  variants?: ComponentsVariants['M4LTypography'];
179
- }
204
+ };
180
205
  }
181
206
  }
207
+ }
@@ -0,0 +1,5 @@
1
+ import { ControlIncrementProps } from './types';
2
+ /**
3
+ * Componente Para Incrementar o Decrementar
4
+ */
5
+ export declare const ControlIncrement: (props: ControlIncrementProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,8 @@
1
+ import { ControlIncrementStyles } from './types';
2
+ /**
3
+ * Estilos utilizados para el componente `ControlIncrement`.
4
+ * Este objeto define los estilos para los diferentes "slots" (partes) del componente,
5
+ * como el contenedor principal (`root`), los botones de incremento (`iconButtonUp`) y decremento (`iconButtonDown`),
6
+ * y el esqueleto (`controlIncrementSkeleton`).
7
+ */
8
+ export declare const controlIncrementStyles: ControlIncrementStyles;
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Nombre de clase que se usa para dar identidad a los slots del componente.
3
+ */
4
+ export declare const CONTROL_INCREMENT_KEY_COMPONENT = "M4LControlIncrement";
5
+ /**
6
+ * Constante para la url del icono arrow up
7
+ */
8
+ export declare const ICON_INCREMENT = "https://s3.amazonaws.com/static.made4labs/environments/d1/frontend/components/ControlIncrement/assets/icons/chevron_up_sm.svg";
9
+ /**
10
+ * Constante para la url del icono arrow down
11
+ */
12
+ export declare const ICON_DECREMENT = "https://s3.amazonaws.com/static.made4labs/environments/d1/frontend/components/ControlIncrement/assets/icons/chevron_down_sm.svg";
13
+ /**
14
+ * Nombre de clase creado para aportar especificidad a los estilos del componente. Es usado para sobreescribir los estilos de MUI sin
15
+ * tener la necesidad de agregar valores en !important.
16
+ */
17
+ export declare const CONTROL_INCREMENT_SPECIFY = "M4lclassCssSpecificity";
18
+ /**
19
+ * Cosntante para su uso en una clase para mas especificidad y evitar el uso de important
20
+ */
21
+ export declare const BUTTON_UP = "button-up";
22
+ /**
23
+ * Cosntante para su uso en una clase para mas especificidad y evitar el uso de important
24
+ */
25
+ export declare const BUTTON_DOWN = "button-down";
@@ -0,0 +1,6 @@
1
+ export declare enum ControlIncrementSlots {
2
+ root = "root",
3
+ iconButtonUp = "iconButtonUp",
4
+ iconButtonDown = "iconButtonDown",
5
+ controlIncrementSkeleton = "controlIncrementSkeleton"
6
+ }
@@ -0,0 +1,14 @@
1
+ export declare const RootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').ControlIncrementOwnerState> & Record<string, unknown> & {
2
+ ownerState: Partial<import('../types').ControlIncrementOwnerState> & Record<string, unknown>;
3
+ }, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').HTMLAttributes<HTMLDivElement> | keyof import('react').ClassAttributes<HTMLDivElement>>, {}>;
4
+ export declare const IconButtonUpStyles: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/IconButton/types').IconButtonProps, keyof import('../../mui_extended/IconButton/types').IconButtonProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').ControlIncrementOwnerState> & Record<string, unknown> & {
5
+ ownerState: Partial<import('../types').ControlIncrementOwnerState> & Record<string, unknown>;
6
+ }, {}, {}>;
7
+ export declare const IconButtonDownStyles: import('@emotion/styled').StyledComponent<Pick<import('../../mui_extended/IconButton/types').IconButtonProps, keyof import('../../mui_extended/IconButton/types').IconButtonProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').ControlIncrementOwnerState> & Record<string, unknown> & {
8
+ ownerState: Partial<import('../types').ControlIncrementOwnerState> & Record<string, unknown>;
9
+ }, {}, {}>;
10
+ export declare const ControlIncrementSkeletonStyled: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
11
+ ref?: ((instance: HTMLSpanElement | 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<HTMLSpanElement> | null | undefined;
12
+ }, "children" | "height" | "width" | "animation" | "sx" | "classes" | "className" | "style" | "variant">, "children" | "ref" | "color" | "content" | "height" | "translate" | "width" | "animation" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "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" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').ControlIncrementOwnerState> & Record<string, unknown> & {
13
+ ownerState: Partial<import('../types').ControlIncrementOwnerState> & Record<string, unknown>;
14
+ }, {}, {}>;
@@ -0,0 +1,2 @@
1
+ export * from './ControltrolIncrementSlots';
2
+ export * from './ControlIncrementEnum';
@@ -0,0 +1,13 @@
1
+ import { Meta, StoryObj } from '@storybook/react/*';
2
+ import { ControlIncrement } from '../../ControlIncrement';
3
+ declare const meta: Meta<typeof ControlIncrement>;
4
+ type Story = StoryObj<typeof ControlIncrement>;
5
+ /**
6
+ * ControlIncrement en modo Base
7
+ */
8
+ export declare const Base: Story;
9
+ /**
10
+ * ControlIncrement Tiene la particularidad de que cuando le des click a up o down este ejecute una funcion
11
+ */
12
+ export declare const Click: Story;
13
+ export default meta;
@@ -0,0 +1,17 @@
1
+ import { Meta, StoryObj } from '@storybook/react/*';
2
+ import { ControlIncrement } from '../../ControlIncrement';
3
+ declare const meta: Meta<typeof ControlIncrement>;
4
+ type Story = StoryObj<typeof ControlIncrement>;
5
+ /**
6
+ * ControlIncrement en modo Base
7
+ */
8
+ export declare const Base: Story;
9
+ /**
10
+ * ControlIncrement cuando esta en modo default
11
+ */
12
+ export declare const Default: Story;
13
+ /**
14
+ * ControlIncrement cuando esta en modo disabled
15
+ */
16
+ export declare const Disabled: Story;
17
+ export default meta;
@@ -0,0 +1,21 @@
1
+ import { Meta, StoryObj } from '@storybook/react/*';
2
+ import { ControlIncrement } from '../../ControlIncrement';
3
+ declare const meta: Meta<typeof ControlIncrement>;
4
+ type Story = StoryObj<typeof ControlIncrement>;
5
+ /**
6
+ * ControlIncrement en modo Base
7
+ */
8
+ export declare const Base: Story;
9
+ /**
10
+ * CrontrolIncrement cuando esta en el sizes de small
11
+ */
12
+ export declare const SizesSmall: Story;
13
+ /**
14
+ * CrontrolIncrement cuando esta en el sizes de medium
15
+ */
16
+ export declare const SizesMedium: Story;
17
+ /**
18
+ * ControlIncrement cuando esta en modo Skeleton
19
+ */
20
+ export declare const skeletonMode: Story;
21
+ export default meta;
@@ -0,0 +1,56 @@
1
+ import { PaletteColor, Theme } from '@mui/material/styles';
2
+ import { OverridesStyleRules } from '@mui/material/styles/overrides';
3
+ import { ComponentPalletColor, Sizes } from '@m4l/styles';
4
+ import { ControlIncrementSlots } from './slots/ControlIncrementEnum';
5
+ import { CONTROL_INCREMENT_KEY_COMPONENT } from './constants';
6
+ /**
7
+ * Interfaz que define las propiedades del componente `ControlIncrement`.
8
+ */
9
+ export interface ControlIncrementProps {
10
+ /**
11
+ * Tamaño del componente. Acepta valores: 'small', 'medium' o 'large'.
12
+ */
13
+ sizes?: Sizes;
14
+ /**
15
+ * Color del componente. Solo se acepta el valor 'default'.
16
+ */
17
+ color?: Extract<ComponentPalletColor, 'default'>;
18
+ /**
19
+ * Indica si el componente está deshabilitado.
20
+ */
21
+ disabled?: boolean;
22
+ /**
23
+ * Función que se ejecuta cuando se acciona el IconButton superior.
24
+ */
25
+ onChangeUp: () => void;
26
+ /**
27
+ * Función que se ejecuta cuando se acciona el IconButton inferior.
28
+ */
29
+ onChangeDown: () => void;
30
+ /**
31
+ * Clase CSS adicional para aplicar estilos personalizados al componente.
32
+ */
33
+ className?: string;
34
+ }
35
+ /**
36
+ * Interfaz que define el estado propietario de `ControlIncrement`, excluyendo algunas propiedades
37
+ * del componente base y añadiendo una propiedad de paletteColor.
38
+ */
39
+ export interface ControlIncrementOwnerState extends Omit<ControlIncrementProps, 'handleButtonChange' | 'setMouseDownDirection' | 'onChangeUp' | 'onChangeDown'> {
40
+ /**
41
+ * Color de la paleta utilizado para el componente.
42
+ */
43
+ paletteColor: PaletteColor;
44
+ }
45
+ /**
46
+ * Tipo que representa las claves de los slots del componente `ControlIncrement`.
47
+ * Este tipo se genera a partir de las claves del objeto `ControlIncrementSlots`.
48
+ */
49
+ export type ControlIncrementSlotsType = keyof typeof ControlIncrementSlots;
50
+ /**
51
+ * Define los estilos personalizados para el componente `ControlIncrement`.
52
+ *
53
+ * Este tipo se utiliza para sobrescribir las reglas de estilo (OverridesStyleRules) aplicables a los slots del componente.
54
+ * @see OverridesStyleRules
55
+ */
56
+ export type ControlIncrementStyles = Partial<OverridesStyleRules<ControlIncrementSlots, typeof CONTROL_INCREMENT_KEY_COMPONENT, Theme> | undefined> | undefined;
@@ -6,8 +6,8 @@ export declare function getDataGridUtilityClass(slot: string): string;
6
6
  * TODO: Documentar
7
7
  */
8
8
  export declare const dataGridUtilityClasses: (ownerState: OwnerState) => {
9
- root: string;
10
9
  actions: string;
10
+ root: string;
11
11
  rowsCount: string;
12
12
  rowsCountLabel: string;
13
13
  rowsCountValue: string;
@@ -30,25 +30,101 @@ const dynamicFilterStyles = {
30
30
  * @updatedUser Bruce Escobar - automatic
31
31
  * @updatedUser Bruce Escobar - automatic
32
32
  * @updatedUser Bruce Escobar - automatic
33
- * @updatedAt 2024-10-22 09:42:38 - automatic
34
- * @updatedAt 2024-10-22 09:42:38 - automatic
35
- * @updatedAt 2024-10-22 09:42:38 - automatic
36
- * @updatedAt 2024-10-22 09:42:38 - automatic
37
- * @updatedAt 2024-10-22 09:42:38 - automatic
38
- * @updatedAt 2024-10-22 09:42:38 - automatic
39
- * @updatedAt 2024-10-22 09:42:38 - automatic
40
- * @updatedAt 2024-10-22 09:42:38 - automatic
41
- * @updatedAt 2024-10-22 09:42:38 - automatic
42
- * @updatedAt 2024-10-22 09:42:38 - automatic
43
- * @updatedAt 2024-10-22 09:42:38 - automatic
44
- * @updatedAt 2024-10-22 09:42:38 - automatic
45
- * @updatedAt 2024-10-22 09:42:38 - automatic
46
- * @updatedAt 2024-10-22 09:42:38 - automatic
47
- * @updatedAt 2024-10-22 09:42:38 - automatic
48
- * @updatedAt 2024-10-22 09:42:38 - automatic
49
- * @updatedAt 2024-10-22 09:42:38 - automatic
50
- * @updatedAt 2024-10-22 09:42:38 - automatic
51
- * @updatedAt 2024-10-22 09:42:38 - automatic
33
+ * @updatedAt 2024-10-22 19:27:23 - automatic
34
+ * @updatedAt 2024-10-22 19:27:23 - automatic
35
+ * @updatedAt 2024-10-22 19:27:23 - automatic
36
+ * @updatedAt 2024-10-22 19:27:23 - automatic
37
+ * @updatedAt 2024-10-22 19:27:23 - automatic
38
+ * @updatedAt 2024-10-22 19:27:23 - automatic
39
+ * @updatedAt 2024-10-22 19:27:23 - automatic
40
+ * @updatedAt 2024-10-22 19:27:23 - automatic
41
+ * @updatedAt 2024-10-22 19:27:23 - automatic
42
+ * @updatedAt 2024-10-22 19:27:23 - automatic
43
+ * @updatedAt 2024-10-22 19:27:23 - automatic
44
+ * @updatedAt 2024-10-22 19:27:23 - automatic
45
+ * @updatedAt 2024-10-22 19:27:23 - automatic
46
+ * @updatedAt 2024-10-22 19:27:23 - automatic
47
+ * @updatedAt 2024-10-22 19:27:23 - automatic
48
+ * @updatedAt 2024-10-22 19:27:23 - automatic
49
+ * @updatedAt 2024-10-22 19:27:23 - automatic
50
+ * @updatedAt 2024-10-22 19:27:23 - automatic
51
+ * @updatedAt 2024-10-22 19:27:23 - automatic
52
+ * @createdAt 2024-10-22 19:27:21 - automatic
53
+ * @createdAt 2024-10-22 19:27:21 - automatic
54
+ * @createdAt 2024-10-22 19:27:21 - automatic
55
+ * @createdAt 2024-10-22 19:27:21 - automatic
56
+ * @createdAt 2024-10-22 19:27:21 - automatic
57
+ * @createdAt 2024-10-22 19:27:21 - automatic
58
+ * @createdAt 2024-10-22 19:27:21 - automatic
59
+ * @createdAt 2024-10-22 19:27:21 - automatic
60
+ * @createdAt 2024-10-22 19:27:21 - automatic
61
+ * @createdAt 2024-10-22 19:27:21 - automatic
62
+ * @createdAt 2024-10-22 19:27:21 - automatic
63
+ * @createdAt 2024-10-22 19:27:21 - automatic
64
+ * @createdAt 2024-10-22 19:27:21 - automatic
65
+ * @createdAt 2024-10-22 19:27:21 - automatic
66
+ * @createdAt 2024-10-22 19:27:21 - automatic
67
+ * @createdAt 2024-10-22 19:27:21 - automatic
68
+ * @createdAt 2024-10-22 19:27:21 - automatic
69
+ * @createdAt 2024-10-22 19:27:21 - automatic
70
+ * @createdAt 2024-10-22 19:27:21 - automatic
71
+ * @author Bruce Escobar - automatic
72
+ * @author Bruce Escobar - automatic
73
+ * @author Bruce Escobar - automatic
74
+ * @author Bruce Escobar - automatic
75
+ * @author Bruce Escobar - automatic
76
+ * @author Bruce Escobar - automatic
77
+ * @author Bruce Escobar - automatic
78
+ * @author Bruce Escobar - automatic
79
+ * @author Bruce Escobar - automatic
80
+ * @author Bruce Escobar - automatic
81
+ * @author Bruce Escobar - automatic
82
+ * @author Bruce Escobar - automatic
83
+ * @author Bruce Escobar - automatic
84
+ * @author Bruce Escobar - automatic
85
+ * @author Bruce Escobar - automatic
86
+ * @author Bruce Escobar - automatic
87
+ * @author Bruce Escobar - automatic
88
+ * @author Bruce Escobar - automatic
89
+ * @author Bruce Escobar - automatic
90
+ * @updatedUser Bruce Escobar - automatic
91
+ * @updatedUser Bruce Escobar - automatic
92
+ * @updatedUser Bruce Escobar - automatic
93
+ * @updatedUser Bruce Escobar - automatic
94
+ * @updatedUser Bruce Escobar - automatic
95
+ * @updatedUser Bruce Escobar - automatic
96
+ * @updatedUser Bruce Escobar - automatic
97
+ * @updatedUser Bruce Escobar - automatic
98
+ * @updatedUser Bruce Escobar - automatic
99
+ * @updatedUser Bruce Escobar - automatic
100
+ * @updatedUser Bruce Escobar - automatic
101
+ * @updatedUser Bruce Escobar - automatic
102
+ * @updatedUser Bruce Escobar - automatic
103
+ * @updatedUser Bruce Escobar - automatic
104
+ * @updatedUser Bruce Escobar - automatic
105
+ * @updatedUser Bruce Escobar - automatic
106
+ * @updatedUser Bruce Escobar - automatic
107
+ * @updatedUser Bruce Escobar - automatic
108
+ * @updatedUser Bruce Escobar - automatic
109
+ * @updatedAt 2024-10-22 19:27:23 - automatic
110
+ * @updatedAt 2024-10-22 19:27:23 - automatic
111
+ * @updatedAt 2024-10-22 19:27:23 - automatic
112
+ * @updatedAt 2024-10-22 19:27:23 - automatic
113
+ * @updatedAt 2024-10-22 19:27:23 - automatic
114
+ * @updatedAt 2024-10-22 19:27:23 - automatic
115
+ * @updatedAt 2024-10-22 19:27:23 - automatic
116
+ * @updatedAt 2024-10-22 19:27:23 - automatic
117
+ * @updatedAt 2024-10-22 19:27:23 - automatic
118
+ * @updatedAt 2024-10-22 19:27:23 - automatic
119
+ * @updatedAt 2024-10-22 19:27:23 - automatic
120
+ * @updatedAt 2024-10-22 19:27:23 - automatic
121
+ * @updatedAt 2024-10-22 19:27:23 - automatic
122
+ * @updatedAt 2024-10-22 19:27:23 - automatic
123
+ * @updatedAt 2024-10-22 19:27:23 - automatic
124
+ * @updatedAt 2024-10-22 19:27:23 - automatic
125
+ * @updatedAt 2024-10-22 19:27:23 - automatic
126
+ * @updatedAt 2024-10-22 19:27:23 - automatic
127
+ * @updatedAt 2024-10-22 19:27:23 - automatic
52
128
  * @createdAt 2024-10-22 09:42:38 - automatic
53
129
  * @createdAt 2024-10-22 09:42:38 - automatic
54
130
  * @createdAt 2024-10-22 09:42:38 - automatic
@@ -106,25 +182,25 @@ const dynamicFilterStyles = {
106
182
  * @updatedUser Bruce Escobar - automatic
107
183
  * @updatedUser Bruce Escobar - automatic
108
184
  * @updatedUser Bruce Escobar - automatic
109
- * @updatedAt 2024-10-22 09:42:38 - automatic
110
- * @updatedAt 2024-10-22 09:42:38 - automatic
111
- * @updatedAt 2024-10-22 09:42:38 - automatic
112
- * @updatedAt 2024-10-22 09:42:38 - automatic
113
- * @updatedAt 2024-10-22 09:42:38 - automatic
114
- * @updatedAt 2024-10-22 09:42:38 - automatic
115
- * @updatedAt 2024-10-22 09:42:38 - automatic
116
- * @updatedAt 2024-10-22 09:42:38 - automatic
117
- * @updatedAt 2024-10-22 09:42:38 - automatic
118
- * @updatedAt 2024-10-22 09:42:38 - automatic
119
- * @updatedAt 2024-10-22 09:42:38 - automatic
120
- * @updatedAt 2024-10-22 09:42:38 - automatic
121
- * @updatedAt 2024-10-22 09:42:38 - automatic
122
- * @updatedAt 2024-10-22 09:42:38 - automatic
123
- * @updatedAt 2024-10-22 09:42:38 - automatic
124
- * @updatedAt 2024-10-22 09:42:38 - automatic
125
- * @updatedAt 2024-10-22 09:42:38 - automatic
126
- * @updatedAt 2024-10-22 09:42:38 - automatic
127
- * @updatedAt 2024-10-22 09:42:38 - automatic
185
+ * @updatedAt 2024-10-22 19:27:23 - automatic
186
+ * @updatedAt 2024-10-22 19:27:23 - automatic
187
+ * @updatedAt 2024-10-22 19:27:23 - automatic
188
+ * @updatedAt 2024-10-22 19:27:23 - automatic
189
+ * @updatedAt 2024-10-22 19:27:23 - automatic
190
+ * @updatedAt 2024-10-22 19:27:23 - automatic
191
+ * @updatedAt 2024-10-22 19:27:23 - automatic
192
+ * @updatedAt 2024-10-22 19:27:23 - automatic
193
+ * @updatedAt 2024-10-22 19:27:23 - automatic
194
+ * @updatedAt 2024-10-22 19:27:23 - automatic
195
+ * @updatedAt 2024-10-22 19:27:23 - automatic
196
+ * @updatedAt 2024-10-22 19:27:23 - automatic
197
+ * @updatedAt 2024-10-22 19:27:23 - automatic
198
+ * @updatedAt 2024-10-22 19:27:23 - automatic
199
+ * @updatedAt 2024-10-22 19:27:23 - automatic
200
+ * @updatedAt 2024-10-22 19:27:23 - automatic
201
+ * @updatedAt 2024-10-22 19:27:23 - automatic
202
+ * @updatedAt 2024-10-22 19:27:23 - automatic
203
+ * @updatedAt 2024-10-22 19:27:23 - automatic
128
204
  * @createdAt 2024-10-22 09:41:31 - automatic
129
205
  * @createdAt 2024-10-22 09:41:31 - automatic
130
206
  * @createdAt 2024-10-22 09:41:31 - automatic
@@ -165,7 +241,7 @@ const dynamicFilterStyles = {
165
241
  * @author Bruce Escobar - automatic
166
242
  * @author Bruce Escobar - automatic
167
243
  * @createdAt 2024-10-22 09:41:31 - automatic
168
- * @updatedAt 2024-10-22 09:42:38 - automatic
244
+ * @updatedAt 2024-10-22 19:27:23 - automatic
169
245
  * @updatedUser Bruce Escobar - automatic
170
246
  */
171
247
  innerContainer: ({ theme, ownerState }) => ({
@@ -57,7 +57,7 @@ export declare const PopoverMenuStyled: import('@emotion/styled').StyledComponen
57
57
  }, {}, {}>;
58
58
  export declare const PopoverMenuItemStyled: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').MenuItemOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
59
59
  ref?: ((instance: HTMLLIElement | 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<HTMLLIElement> | null | undefined;
60
- }, "disabled" | "sx" | "classes" | "autoFocus" | "className" | "style" | "tabIndex" | "children" | "divider" | "action" | "dense" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters">, "color" | "content" | "translate" | "disabled" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "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" | "children" | "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" | "ref" | "divider" | "action" | "dense" | "key" | "value" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicFilterOwnerState> & Record<string, unknown> & {
60
+ }, "children" | "sx" | "classes" | "autoFocus" | "className" | "style" | "tabIndex" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "divider" | "dense" | "selected" | "disableGutters">, "children" | "ref" | "value" | "color" | "content" | "translate" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "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" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "key" | "divider" | "dense" | "selected" | "disableGutters"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicFilterOwnerState> & Record<string, unknown> & {
61
61
  ownerState: Partial<import('../types').DynamicFilterOwnerState> & Record<string, unknown>;
62
62
  }, {}, {}>;
63
63
  export declare const PopoverMenuItemIconStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Icon').IconProps, keyof import('../../Icon').IconProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicFilterOwnerState> & Record<string, unknown> & {
@@ -54,7 +54,7 @@ export declare const PopoverMenuStyled: import('@emotion/styled').StyledComponen
54
54
  }, {}, {}>;
55
55
  export declare const PopoverMenuItemStyled: import('@emotion/styled').StyledComponent<Pick<import('@mui/material').MenuItemOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
56
56
  ref?: ((instance: HTMLLIElement | 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<HTMLLIElement> | null | undefined;
57
- }, "disabled" | "sx" | "classes" | "autoFocus" | "className" | "style" | "tabIndex" | "children" | "divider" | "action" | "dense" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters">, "color" | "content" | "translate" | "disabled" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "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" | "children" | "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" | "ref" | "divider" | "action" | "dense" | "key" | "value" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "disableGutters"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicSortOwnerState> & Record<string, unknown> & {
57
+ }, "children" | "sx" | "classes" | "autoFocus" | "className" | "style" | "tabIndex" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "divider" | "dense" | "selected" | "disableGutters">, "children" | "ref" | "value" | "color" | "content" | "translate" | "sx" | "classes" | "title" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "slot" | "spellCheck" | "style" | "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" | "disabled" | "action" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "key" | "divider" | "dense" | "selected" | "disableGutters"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicSortOwnerState> & Record<string, unknown> & {
58
58
  ownerState: Partial<import('../types').DynamicSortOwnerState> & Record<string, unknown>;
59
59
  }, {}, {}>;
60
60
  export declare const PopoverMenuItemIconStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Icon').IconProps, keyof import('../../Icon').IconProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').DynamicSortOwnerState> & Record<string, unknown> & {
@@ -3,5 +3,5 @@ export declare const gridLayoutClasses: GridLayoutClasses;
3
3
  /**
4
4
  * TODO: Documentar
5
5
  */
6
- export declare const useUtilityClasses: () => Record<"root" | "static" | "invisible" | "colapsed" | "resizing" | "dragging" | "gridItemRoot" | "gridItemPlaceholder" | "gridItemFreeMove" | "maximizeMe" | "maximizeOther" | "resizeHide" | "cssTransforms", string>;
6
+ export declare const useUtilityClasses: () => Record<"root" | "invisible" | "static" | "colapsed" | "resizing" | "dragging" | "gridItemRoot" | "gridItemPlaceholder" | "gridItemFreeMove" | "maximizeMe" | "maximizeOther" | "resizeHide" | "cssTransforms", string>;
7
7
  export type Classes = ReturnType<typeof useUtilityClasses>;
@@ -14,7 +14,7 @@ type MinimalParameters = Pick<CoreProps, 'containerWidth' | 'containerHeight' |
14
14
  /**
15
15
  * TODO: Documentar
16
16
  * @author Juan Escobar - automatic
17
- * @updatedAt 2024-10-22 09:42:38 - automatic
17
+ * @updatedAt 2024-10-22 19:27:23 - automatic
18
18
  * @updatedUser Bruce Escobar - automatic
19
19
  * @createdAt 2024-10-15 17:33:28 - automatic
20
20
  */