@m4l/components 9.1.5 → 9.1.6

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 (101) hide show
  1. package/@types/types.d.ts +27 -3
  2. package/components/CommonActions/components/ActionCancel/ActionCancel.d.ts +11 -0
  3. package/components/CommonActions/components/ActionCancel/ActionCancel.js +52 -0
  4. package/components/CommonActions/components/ActionCancel/ActionCancel.test.d.ts +1 -0
  5. package/components/CommonActions/components/ActionCancel/ActionCancelStyles.d.ts +2 -0
  6. package/components/CommonActions/components/ActionCancel/ActionCancelStyles.js +6 -0
  7. package/components/CommonActions/components/ActionCancel/constants.d.ts +8 -0
  8. package/components/CommonActions/components/ActionCancel/constants.js +4 -0
  9. package/components/CommonActions/components/ActionCancel/index.d.ts +2 -5
  10. package/components/CommonActions/components/ActionCancel/index.js +1 -12
  11. package/components/CommonActions/components/ActionCancel/slots/ActionsCancelEnum.d.ts +3 -0
  12. package/components/CommonActions/components/ActionCancel/slots/ActionsCancelEnum.js +7 -0
  13. package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +4 -0
  14. package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.js +12 -0
  15. package/components/CommonActions/components/ActionCancel/slots/index.d.ts +2 -0
  16. package/components/CommonActions/components/ActionCancel/slots/index.js +1 -0
  17. package/components/CommonActions/components/ActionCancel/types.d.ts +33 -0
  18. package/components/CommonActions/components/ActionCancel/types.js +1 -0
  19. package/components/CommonActions/components/ActionFormCancel/index.d.ts +4 -0
  20. package/components/CommonActions/components/ActionFormCancel/index.js +2 -2
  21. package/components/CommonActions/components/ActionIntro/ActionIntro.d.ts +12 -0
  22. package/components/CommonActions/components/ActionIntro/ActionIntro.integration.test.d.ts +1 -0
  23. package/components/CommonActions/components/ActionIntro/ActionIntro.js +51 -0
  24. package/components/CommonActions/components/ActionIntro/ActionIntro.test.d.ts +1 -0
  25. package/components/CommonActions/components/ActionIntro/ActionIntroStyles.d.ts +2 -0
  26. package/components/CommonActions/components/ActionIntro/ActionIntroStyles.js +6 -0
  27. package/components/CommonActions/components/ActionIntro/constants.d.ts +8 -0
  28. package/components/CommonActions/components/ActionIntro/constants.js +4 -0
  29. package/components/CommonActions/components/ActionIntro/index.d.ts +2 -5
  30. package/components/CommonActions/components/ActionIntro/index.js +1 -25
  31. package/components/CommonActions/components/ActionIntro/slots/ActionsIntroEnum.d.ts +3 -0
  32. package/components/CommonActions/components/ActionIntro/slots/ActionsIntroEnum.js +7 -0
  33. package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +4 -0
  34. package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.js +12 -0
  35. package/components/CommonActions/components/ActionIntro/slots/index.d.ts +2 -0
  36. package/components/CommonActions/components/ActionIntro/slots/index.js +1 -0
  37. package/components/CommonActions/components/ActionIntro/types.d.ts +33 -0
  38. package/components/CommonActions/components/ActionIntro/types.js +1 -0
  39. package/components/CommonActions/components/ActionsContainer/index.d.ts +2 -0
  40. package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/index.d.ts +2 -2
  41. package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/index.js +2 -2
  42. package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
  43. package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.d.ts +4 -0
  44. package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.js +2 -2
  45. package/components/DynamicSort/slots/DynamicSortSlots.d.ts +1 -1
  46. package/components/DynamicSort/subcomponents/PopoverSort/PopoverSort.d.ts +4 -0
  47. package/components/Icon/types.d.ts +1 -1
  48. package/components/LoadingError/LoadingError.d.ts +5 -0
  49. package/components/LoadingError/LoadingError.js +7 -1
  50. package/components/PDFViewer/PDFViewer.d.ts +4 -0
  51. package/components/PDFViewer/PDFViewer.js +1 -1
  52. package/components/ToastContainer/ToastContainer.stories.d.ts +4 -0
  53. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index.d.ts +43 -1
  54. package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index.js +4 -5
  55. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.d.ts +4 -0
  56. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.js +6 -8
  57. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.d.ts +27 -3
  58. package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +4 -5
  59. package/components/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/index.d.ts +4 -0
  60. package/components/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/index.js +7 -6
  61. package/components/hook-form/RHFColorPicker/RFHColorPicker.d.ts +4 -0
  62. package/components/hook-form/RHFColorPicker/RFHColorPicker.js +1 -1
  63. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +2 -2
  64. package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.js +1 -1
  65. package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts +2 -2
  66. package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/subcomponents/MyActions/index.js +7 -1
  67. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyActions/index.d.ts +2 -2
  68. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyActions/index.js +1 -1
  69. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/index.d.ts +2 -2
  70. package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/index.js +1 -1
  71. package/components/modal/WindowConfirm/index.d.ts +3 -3
  72. package/components/modal/WindowConfirm/index.js +2 -2
  73. package/components/mui_extended/Button/Button.d.ts +8 -6
  74. package/components/mui_extended/Button/Button.integration.test.d.ts +1 -0
  75. package/components/mui_extended/Button/Button.js +70 -34
  76. package/components/mui_extended/Button/Button.test.d.ts +1 -0
  77. package/components/mui_extended/Button/ButtonStyles.d.ts +2 -0
  78. package/components/mui_extended/Button/ButtonStyles.js +223 -0
  79. package/components/mui_extended/Button/classes/index.d.ts +5 -2
  80. package/components/mui_extended/Button/classes/index.js +5 -29
  81. package/components/mui_extended/Button/classes/types.d.ts +10 -0
  82. package/components/mui_extended/Button/constans.d.ts +8 -0
  83. package/components/mui_extended/Button/constans.js +4 -0
  84. package/components/mui_extended/Button/slots/ButtonEnum.d.ts +6 -0
  85. package/components/mui_extended/Button/slots/ButtonEnum.js +10 -0
  86. package/components/mui_extended/Button/slots/ButtonSlots.d.ts +15 -0
  87. package/components/mui_extended/Button/slots/ButtonSlots.js +30 -0
  88. package/components/mui_extended/Button/slots/index.d.ts +3 -0
  89. package/components/mui_extended/Button/slots/index.js +1 -0
  90. package/components/mui_extended/Button/types.d.ts +45 -8
  91. package/components/mui_extended/ToggleButton/ToggleButton.js +1 -1
  92. package/components/mui_extended/Typography/types.d.ts +5 -1
  93. package/index.js +2 -2
  94. package/package.json +1 -1
  95. package/storybook/components/commonActions/components/ActionCancel/ActionCancel.stories.d.ts +22 -0
  96. package/storybook/components/commonActions/components/ActionIntro/ActionIntro.stories.d.ts +22 -0
  97. package/storybook/components/extended/mui/Button/Button.stories.d.ts +26 -0
  98. package/components/CommonActions/components/ActionIntro/test/contants.js +0 -4
  99. package/components/mui_extended/Button/styles.d.ts +0 -4
  100. package/components/mui_extended/Button/styles.js +0 -12
  101. /package/components/{mui_extended/Button/index.test.d.ts → CommonActions/components/ActionCancel/ActionCancel.integration.test.d.ts} +0 -0
package/@types/types.d.ts CHANGED
@@ -56,6 +56,10 @@ import { RHFInputNumberSpinnerOwnerState, RHFInputNumberSpinnerSlotsType } from
56
56
  import { TabOwnerState, TabSlotsType } from '../components/mui_extended/Tab/types';
57
57
 
58
58
 
59
+ import { ButtonOwnerState, ButtonSlotsType } from '../components/mui_extended/Button/types';
60
+ import { ActionIntroOwnerState, ActionIntroSlotsType } from '../components/CommonActions/components/ActionIntro/types';
61
+ import { ActionCancelOwnerState, ActionCancelSlotsType } from 'src/components/CommonActions/components/ActionCancel/types';
62
+
59
63
  declare module '@mui/material/styles' {
60
64
  // Define the slots in the theme
61
65
  interface ComponentNameToClassKey {
@@ -81,7 +85,9 @@ declare module '@mui/material/styles' {
81
85
  M4LTypography: TypographySlotsType;
82
86
  M4LRHFInputNumberSpinner: RHFInputNumberSpinnerSlotsType;
83
87
  M4LTab: TabSlotsType;
84
-
88
+ M4LButton: ButtonSlotsType;
89
+ M4LActionIntro: ActionIntroSlotsType;
90
+ M4LActionCancel: ActionCancelSlotsType;
85
91
  }
86
92
 
87
93
  interface ComponentsPropsList {
@@ -108,6 +114,9 @@ declare module '@mui/material/styles' {
108
114
  M4LTypography: Partial<TypographyOwnerState>;
109
115
  M4LRHFInputNumberSpinner:Partial<RHFInputNumberSpinnerOwnerState>
110
116
  M4LTab: Partial<TabOwnerState>;
117
+ M4LButton: Partial<ButtonOwnerState>;
118
+ M4LActionIntro: Partial<ActionIntroOwnerState>;
119
+ M4LActionCancel: Partial<ActionCancelOwnerState>;
111
120
 
112
121
  }
113
122
 
@@ -221,6 +230,21 @@ declare module '@mui/material/styles' {
221
230
  styleOverrides?: ComponentsOverrides<Theme>['M4LTab'];
222
231
  variants?: ComponentsVariants['M4LTab'];
223
232
  };
233
+ M4LButton?: {
234
+ defaultProps?: ComponentsPropsList['M4LButton'];
235
+ styleOverrides?: ComponentsOverrides<Theme>['M4LButton'];
236
+ variants?: ComponentsVariants['M4LButton'];
237
+ };
238
+ };
239
+ M4LActionIntro?: {
240
+ defaultProps?: ComponentsPropsList['M4LActionIntro'];
241
+ styleOverrides?: ComponentsOverrides<Theme>['M4LActionIntro'];
242
+ variants?: ComponentsVariants['M4LActionIntro'];
243
+ };
244
+ M4LActionCancel?: {
245
+ defaultProps?: ComponentsPropsList['M4LActionCancel'];
246
+ styleOverrides?: ComponentsOverrides<Theme>['M4LActionCancel'];
247
+ variants?: ComponentsVariants['M4LActionCancel'];
248
+ };
224
249
  }
225
- }
226
- }
250
+ }
@@ -0,0 +1,11 @@
1
+ import { ActionCancelProps } from './types';
2
+ /**
3
+ * This component renders a cancel button with a label from the module dictionary.
4
+ * Extends ButtonProps - The props for the button component.
5
+ * @param props
6
+ * @author SebastianM - automatic
7
+ * @createdAt 2024-11-06 09:00:05 - automatic
8
+ * @updatedAt 2024-11-13 08:44:55 - automatic
9
+ * @updatedUser SebastianM - automatic
10
+ */
11
+ export declare const ActionCancel: import('react').ForwardRefExoticComponent<Omit<Omit<ActionCancelProps, "label">, "ref"> & import('react').RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,52 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { useModuleDictionary, getPropertyByString } from "@m4l/core";
3
+ import { useTheme } from "@mui/material";
4
+ import { forwardRef } from "react";
5
+ import { A as ActionCancelRootStyled } from "./slots/ActionsCancelSlots.js";
6
+ const ActionCancel = forwardRef((props, ref) => {
7
+ const {
8
+ color,
9
+ className,
10
+ endIcon,
11
+ startIcon,
12
+ skeletonWidth = props.size === "small" ? "60px" : "80px",
13
+ dataTestid,
14
+ disabled = false,
15
+ size = "small",
16
+ variant = "outlined",
17
+ ...others
18
+ } = props;
19
+ const { getLabel } = useModuleDictionary();
20
+ const theme = useTheme();
21
+ const paletteColor = getPropertyByString(
22
+ theme.vars.palette,
23
+ disabled ? "default" : color || "default",
24
+ theme.vars.palette.default
25
+ );
26
+ const ownerState = {
27
+ size,
28
+ variant,
29
+ paletteColor
30
+ };
31
+ return /* @__PURE__ */ jsx(
32
+ ActionCancelRootStyled,
33
+ {
34
+ variant,
35
+ color: "default",
36
+ "data-testid": dataTestid,
37
+ disabled,
38
+ endIcon,
39
+ label: getLabel("common_actions.cancel"),
40
+ ownerState: { ...ownerState },
41
+ skeletonWidth,
42
+ startIcon,
43
+ size,
44
+ ref,
45
+ ...others
46
+ }
47
+ );
48
+ });
49
+ ActionCancel.displayName = "ActionCancel";
50
+ export {
51
+ ActionCancel as A
52
+ };
@@ -0,0 +1,2 @@
1
+ import { ActionCancelStyles } from './types';
2
+ export declare const actionCancelStyles: ActionCancelStyles;
@@ -0,0 +1,6 @@
1
+ const actionCancelStyles = {
2
+ actionsCancelRoot: {}
3
+ };
4
+ export {
5
+ actionCancelStyles as a
6
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Clave de identificación del componente ActionCancel dentro del sistema.
3
+ *
4
+ * Esta constante se utiliza como identificador único para asociar y personalizar estilos y configuraciones
5
+ * relacionadas con el componente `ActionCancel` dentro del sistema de temas y estilos.
6
+ * @default 'M4LActionCancel'
7
+ */
8
+ export declare const ACTIONCANCEL_KEY_COMPONENT = "M4LActionCancel";
@@ -0,0 +1,4 @@
1
+ const ACTIONCANCEL_KEY_COMPONENT = "M4LActionCancel";
2
+ export {
3
+ ACTIONCANCEL_KEY_COMPONENT as A
4
+ };
@@ -1,5 +1,2 @@
1
- import { ButtonProps } from '../../../mui_extended/Button';
2
- /**
3
- * TODO: Documentar
4
- */
5
- export declare const ActionCancel: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;
1
+ export * from './ActionCancel';
2
+ export * from './types';
@@ -1,12 +1 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { useModuleDictionary } from "@m4l/core";
3
- import { B as Button } from "../../../mui_extended/Button/Button.js";
4
- import { u as useCommonActionsUtilityClasses } from "../../classes/index.js";
5
- const ActionCancel = (props) => {
6
- const { getLabel } = useModuleDictionary();
7
- const classes = useCommonActionsUtilityClasses();
8
- return /* @__PURE__ */ jsx(Button, { variant: "outlined", color: "inherit", ...props, className: classes.actionCancel, children: getLabel("common_actions.cancel") });
9
- };
10
- export {
11
- ActionCancel as A
12
- };
1
+
@@ -0,0 +1,3 @@
1
+ export declare enum ActionCancelSlots {
2
+ actionsCancelRoot = "actionsCancelRoot"
3
+ }
@@ -0,0 +1,7 @@
1
+ var ActionCancelSlots = /* @__PURE__ */ ((ActionCancelSlots2) => {
2
+ ActionCancelSlots2["actionsCancelRoot"] = "actionsCancelRoot";
3
+ return ActionCancelSlots2;
4
+ })(ActionCancelSlots || {});
5
+ export {
6
+ ActionCancelSlots as A
7
+ };
@@ -0,0 +1,4 @@
1
+ declare const ActionCancelRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../../mui_extended/Button').ButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "children" | "value" | "title" | "component" | "size" | "name" | "id" | "type" | "action" | "hidden" | "color" | "content" | "style" | "disabled" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "form" | "label" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "endIcon" | "skeletonWidth" | "disableElevation" | "fullWidth" | "startIcon" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').ActionCancelOwnerState> & Record<string, unknown> & {
2
+ ownerState: Partial<import('..').ActionCancelOwnerState> & Record<string, unknown>;
3
+ }, {}, {}>;
4
+ export { ActionCancelRootStyled };
@@ -0,0 +1,12 @@
1
+ import { styled } from "@mui/material/styles";
2
+ import { A as ACTIONCANCEL_KEY_COMPONENT } from "../constants.js";
3
+ import { A as ActionCancelSlots } from "./ActionsCancelEnum.js";
4
+ import { a as actionCancelStyles } from "../ActionCancelStyles.js";
5
+ import { B as Button } from "../../../../mui_extended/Button/Button.js";
6
+ const ActionCancelRootStyled = styled(Button, {
7
+ name: ACTIONCANCEL_KEY_COMPONENT,
8
+ slot: ActionCancelSlots.actionsCancelRoot
9
+ })(actionCancelStyles?.actionsCancelRoot);
10
+ export {
11
+ ActionCancelRootStyled as A
12
+ };
@@ -0,0 +1,2 @@
1
+ export * from './ActionsCancelEnum';
2
+ export * from './ActionsCancelSlots';
@@ -0,0 +1,33 @@
1
+ import { PaletteColor, Theme } from '@mui/material';
2
+ import { ButtonProps } from '../../../mui_extended/Button/types';
3
+ import { Sizes } from '@m4l/styles';
4
+ import { ReactNode } from 'react';
5
+ import { ACTIONCANCEL_KEY_COMPONENT } from './constants';
6
+ import { ActionCancelSlots } from './slots';
7
+ import { OverridesStyleRules } from '@mui/material/styles/overrides';
8
+ export type ActionCancelVariants = 'outlined';
9
+ /**
10
+ * Properties of the `ActionCancel` component.
11
+ * The `ActionIntro` component renders a button with an optional icon and label.
12
+ * It supports different sizes, colors, and states such as disabled.
13
+ */
14
+ export interface ActionCancelProps extends Omit<ButtonProps, 'variant' | 'color' | 'size'> {
15
+ variant?: ActionCancelVariants;
16
+ color?: Extract<PaletteColor, 'default'>;
17
+ dataTestid?: 'string';
18
+ size?: Extract<Sizes, 'small' | 'medium'>;
19
+ startIcon?: ReactNode;
20
+ endIcon?: ReactNode;
21
+ }
22
+ /**
23
+ * Owner state of the `ActionCancel` used to define internal style and behavior properties.
24
+ */
25
+ export interface ActionCancelOwnerState extends Pick<ButtonProps, 'size' | 'variant' | 'color' | 'disabled'> {
26
+ disabled?: boolean;
27
+ paletteColor: PaletteColor;
28
+ }
29
+ export type ActionCancelSlotsType = keyof typeof ActionCancelSlots;
30
+ /**
31
+ * Styles applicable to the `ActionCancel` using themes and custom slots.
32
+ */
33
+ export type ActionCancelStyles = Partial<OverridesStyleRules<ActionCancelSlotsType, typeof ACTIONCANCEL_KEY_COMPONENT, Theme> | undefined> | undefined;
@@ -1,4 +1,8 @@
1
1
  /**
2
2
  * TODO: Documentar
3
+ * @author SebastianM - automatic
4
+ * @createdAt 2024-11-06 09:00:05 - automatic
5
+ * @updatedAt 2024-11-06 10:39:53 - automatic
6
+ * @updatedUser SebastianM - automatic
3
7
  */
4
8
  export declare function ActionFormCancel(): import("react/jsx-runtime").JSX.Element;
@@ -44,10 +44,10 @@ function ActionFormCancel() {
44
44
  Button,
45
45
  {
46
46
  variant: "outlined",
47
- color: "inherit",
47
+ color: "default",
48
48
  onClick: onClickCancel,
49
49
  className: classes.actionFormCancel,
50
- children: getLabel("common_actions.cancel")
50
+ label: getLabel("common_actions.cancel")
51
51
  }
52
52
  );
53
53
  }
@@ -0,0 +1,12 @@
1
+ import { ActionIntroProps } from './types';
2
+ /**
3
+ * ActionIntro component renders a styled button with various props.
4
+ * It supports different sizes, colors, and states such as disabled.
5
+ * @param props
6
+ * @returns
7
+ * @author SebastianM - automatic
8
+ * @createdAt 2024-11-08 10:59:45 - automatic
9
+ * @updatedAt 2024-11-13 09:11:08 - automatic
10
+ * @updatedUser SebastianM - automatic
11
+ */
12
+ export declare const ActionIntro: import('react').ForwardRefExoticComponent<Omit<Omit<ActionIntroProps, "label">, "ref"> & import('react').RefAttributes<HTMLButtonElement>>;
@@ -0,0 +1,51 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { useModuleDictionary, getPropertyByString } from "@m4l/core";
3
+ import { useTheme } from "@mui/material";
4
+ import { forwardRef } from "react";
5
+ import { A as ActionIntroRootStyled } from "./slots/ActionsIntroSlots.js";
6
+ const ActionIntro = forwardRef((props, ref) => {
7
+ const {
8
+ color = "primary",
9
+ className,
10
+ endIcon,
11
+ skeletonWidth = props.size === "small" ? "80px" : "100px",
12
+ startIcon,
13
+ disabled = false,
14
+ size = "small",
15
+ variant = "contained",
16
+ ...others
17
+ } = props;
18
+ const { getLabel } = useModuleDictionary();
19
+ const theme = useTheme();
20
+ const paletteColor = getPropertyByString(
21
+ theme.vars.palette,
22
+ disabled ? "default" : color || "default",
23
+ theme.vars.palette.default
24
+ );
25
+ const ownerState = {
26
+ size,
27
+ variant,
28
+ paletteColor
29
+ };
30
+ return /* @__PURE__ */ jsx(
31
+ ActionIntroRootStyled,
32
+ {
33
+ variant,
34
+ type: "submit",
35
+ color,
36
+ disabled,
37
+ endIcon,
38
+ label: getLabel("common_actions.intro"),
39
+ ownerState: { ...ownerState },
40
+ skeletonWidth,
41
+ startIcon,
42
+ size,
43
+ ref,
44
+ ...others
45
+ }
46
+ );
47
+ });
48
+ ActionIntro.displayName = "ActionIntro";
49
+ export {
50
+ ActionIntro as A
51
+ };
@@ -0,0 +1,2 @@
1
+ import { ActionIntroStyles } from './types';
2
+ export declare const actionIntroStyles: ActionIntroStyles;
@@ -0,0 +1,6 @@
1
+ const actionIntroStyles = {
2
+ actionsIntroRoot: {}
3
+ };
4
+ export {
5
+ actionIntroStyles as a
6
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Clave de identificación del componente ActionIntro dentro del sistema.
3
+ *
4
+ * Esta constante se utiliza como identificador único para asociar y personalizar estilos y configuraciones
5
+ * relacionadas con el componente `ActionIntro` dentro del sistema de temas y estilos.
6
+ * @default 'M4LActionIntro'
7
+ */
8
+ export declare const ACTIONINTRO_KEY_COMPONENT = "M4LActionIntro";
@@ -0,0 +1,4 @@
1
+ const ACTIONINTRO_KEY_COMPONENT = "M4LActionIntro";
2
+ export {
3
+ ACTIONINTRO_KEY_COMPONENT as A
4
+ };
@@ -1,5 +1,2 @@
1
- import { ButtonProps } from '../../../mui_extended/Button';
2
- /**
3
- * TODO: Documentar
4
- */
5
- export declare const ActionIntro: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;
1
+ export * from './ActionIntro';
2
+ export * from './types';
@@ -1,25 +1 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { useModuleDictionary } from "@m4l/core";
3
- import { B as Button } from "../../../mui_extended/Button/Button.js";
4
- import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.js";
5
- import { A as ACTIONINTRO_TEST_ID } from "./test/contants.js";
6
- import { u as useCommonActionsUtilityClasses } from "../../classes/index.js";
7
- const ActionIntro = (props) => {
8
- const { getLabel } = useModuleDictionary();
9
- const classes = useCommonActionsUtilityClasses();
10
- return /* @__PURE__ */ jsx(
11
- Button,
12
- {
13
- ...process.env.NODE_ENV !== "production" ? { [TEST_PROP_ID]: ACTIONINTRO_TEST_ID } : {},
14
- variant: "contained",
15
- type: "submit",
16
- color: "primary",
17
- className: classes.actionIntro,
18
- ...props,
19
- children: getLabel("common_actions.intro")
20
- }
21
- );
22
- };
23
- export {
24
- ActionIntro as A
25
- };
1
+
@@ -0,0 +1,3 @@
1
+ export declare enum ActionIntroSlots {
2
+ actionsIntroRoot = "actionsCancelRoot"
3
+ }
@@ -0,0 +1,7 @@
1
+ var ActionIntroSlots = /* @__PURE__ */ ((ActionIntroSlots2) => {
2
+ ActionIntroSlots2["actionsIntroRoot"] = "actionsCancelRoot";
3
+ return ActionIntroSlots2;
4
+ })(ActionIntroSlots || {});
5
+ export {
6
+ ActionIntroSlots as A
7
+ };
@@ -0,0 +1,4 @@
1
+ declare const ActionIntroRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../../mui_extended/Button').ButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "children" | "value" | "title" | "component" | "size" | "name" | "id" | "type" | "action" | "hidden" | "color" | "content" | "style" | "disabled" | "variant" | "translate" | "sx" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "lang" | "nonce" | "slot" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "form" | "label" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "href" | "endIcon" | "skeletonWidth" | "disableElevation" | "fullWidth" | "startIcon" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').ActionIntroOwnerState> & Record<string, unknown> & {
2
+ ownerState: Partial<import('..').ActionIntroOwnerState> & Record<string, unknown>;
3
+ }, {}, {}>;
4
+ export { ActionIntroRootStyled };
@@ -0,0 +1,12 @@
1
+ import { styled } from "@mui/material/styles";
2
+ import { A as ACTIONINTRO_KEY_COMPONENT } from "../constants.js";
3
+ import { A as ActionIntroSlots } from "./ActionsIntroEnum.js";
4
+ import { a as actionIntroStyles } from "../ActionIntroStyles.js";
5
+ import { B as Button } from "../../../../mui_extended/Button/Button.js";
6
+ const ActionIntroRootStyled = styled(Button, {
7
+ name: ACTIONINTRO_KEY_COMPONENT,
8
+ slot: ActionIntroSlots.actionsIntroRoot
9
+ })(actionIntroStyles?.actionsIntroRoot);
10
+ export {
11
+ ActionIntroRootStyled as A
12
+ };
@@ -0,0 +1,2 @@
1
+ export * from './ActionsIntroEnum';
2
+ export * from './ActionsIntroSlots';
@@ -0,0 +1,33 @@
1
+ import { PaletteColor, Theme } from '@mui/material';
2
+ import { ButtonProps } from '../../../mui_extended/Button/types';
3
+ import { Sizes } from '@m4l/styles';
4
+ import { ReactNode } from 'react';
5
+ import { ACTIONINTRO_KEY_COMPONENT } from './constants';
6
+ import { ActionIntroSlots } from './slots';
7
+ import { OverridesStyleRules } from '@mui/material/styles/overrides';
8
+ export type ActionIntroVariants = 'contained';
9
+ /**
10
+ * Properties of the `ActionIntro` component.
11
+ * The `ActionIntro` component renders a button with an optional icon and label.
12
+ * It supports different sizes, colors, and states such as disabled.
13
+ */
14
+ export interface ActionIntroProps extends Omit<ButtonProps, 'variant' | 'color' | 'size'> {
15
+ variant?: ActionIntroVariants;
16
+ color?: Extract<PaletteColor, 'primary'>;
17
+ dataTestid?: 'string';
18
+ size?: Extract<Sizes, 'small' | 'medium'>;
19
+ startIcon?: ReactNode;
20
+ endIcon?: ReactNode;
21
+ }
22
+ /**
23
+ * Owner state of the `ActionIntro` used to define internal style and behavior properties.
24
+ */
25
+ export interface ActionIntroOwnerState extends Pick<ButtonProps, 'size' | 'variant' | 'color' | 'disabled'> {
26
+ disabled?: boolean;
27
+ paletteColor: PaletteColor;
28
+ }
29
+ export type ActionIntroSlotsType = keyof typeof ActionIntroSlots;
30
+ /**
31
+ * Styles applicable to the `ActionIntro` using themes and custom slots.
32
+ */
33
+ export type ActionIntroStyles = Partial<OverridesStyleRules<ActionIntroSlotsType, typeof ACTIONINTRO_KEY_COMPONENT, Theme> | undefined> | undefined;
@@ -0,0 +1,2 @@
1
+ export * from './ActionsContainer';
2
+ export * from './types';
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * TODO: Documentar
3
3
  * @author SebastianM - automatic
4
- * @createdAt 2024-11-01 12:34:48 - automatic
5
- * @updatedAt 2024-11-01 12:34:49 - automatic
4
+ * @createdAt 2024-11-06 09:00:05 - automatic
5
+ * @updatedAt 2024-11-06 10:39:53 - automatic
6
6
  * @updatedUser SebastianM - automatic
7
7
  */
8
8
  declare const useModalSettings: () => () => void;
@@ -8,8 +8,8 @@ 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
10
  import { A as ActionsContainer } from "../../../../../../CommonActions/components/ActionsContainer/ActionsContainer.js";
11
- import { A as ActionCancel } from "../../../../../../CommonActions/components/ActionCancel/index.js";
12
- import { A as ActionIntro } from "../../../../../../CommonActions/components/ActionIntro/index.js";
11
+ import { A as ActionCancel } from "../../../../../../CommonActions/components/ActionCancel/ActionCancel.js";
12
+ import { A as ActionIntro } from "../../../../../../CommonActions/components/ActionIntro/ActionIntro.js";
13
13
  const useModalSettings = () => {
14
14
  const { openModal, closeModal } = useModal();
15
15
  const { columnsConfig, onChangeColumnsConfig } = useDataGrid();
@@ -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/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> & {
84
+ export declare const PopoverHeaderActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../CommonActions/components/ActionsContainer').ActionsContainerProps & import('react').RefAttributes<HTMLDivElement>, keyof import('react').RefAttributes<HTMLDivElement> | keyof import('../../CommonActions/components/ActionsContainer').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
  }, {}, {}>;
@@ -1,5 +1,9 @@
1
1
  /**
2
2
  * TODO: Documentar
3
+ * @author SebastianM - automatic
4
+ * @createdAt 2024-11-06 09:00:05 - automatic
5
+ * @updatedAt 2024-11-12 12:57:56 - automatic
6
+ * @updatedUser SebastianM - automatic
3
7
  */
4
8
  declare function PopoverFilter(): import("react/jsx-runtime").JSX.Element | null;
5
9
  export default PopoverFilter;
@@ -3,8 +3,8 @@ import { u as usePopoverFilter } from "./usePopoverFilter.js";
3
3
  import { D as DataTypeComponent } from "../FieldTypes/DataTypeComponent.js";
4
4
  import { P as PopoverStyled, p as PopoverHeaderStyled, q as PopoverHeaderIconStyled, r as PopoverHeaderTitleStyled, s as PopoverContainerFieldsStyled, t as PopoverHeaderActionsStyled } from "../../slots/dynamicFilterSlots.js";
5
5
  import { R as RHFormProvider } from "../../../hook-form/RHFormContext/index.js";
6
- import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.js";
7
- import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.js";
6
+ import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/ActionCancel.js";
7
+ import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/ActionIntro.js";
8
8
  function PopoverFilter() {
9
9
  const {
10
10
  field,
@@ -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/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> & {
81
+ export declare const PopoverHeaderActionsStyled: import('@emotion/styled').StyledComponent<Pick<import('../../CommonActions/components/ActionsContainer').ActionsContainerProps & import('react').RefAttributes<HTMLDivElement>, keyof import('react').RefAttributes<HTMLDivElement> | keyof import('../../CommonActions/components/ActionsContainer').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
  }, {}, {}>;
@@ -1,5 +1,9 @@
1
1
  /**
2
2
  * TODO: Documentar
3
+ * @author SebastianM - automatic
4
+ * @createdAt 2024-11-06 09:00:05 - automatic
5
+ * @updatedAt 2024-11-12 12:57:56 - automatic
6
+ * @updatedUser SebastianM - automatic
3
7
  */
4
8
  declare function PopoverSort(): import("react/jsx-runtime").JSX.Element | null;
5
9
  export default PopoverSort;