@m4l/components 8.1.0-beta.devManuela.IconButton → 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.
- package/@types/export.d.ts +4 -1
- package/@types/types.d.ts +49 -11
- package/components/ControlIncrement/ControlIncrement.d.ts +5 -0
- package/components/ControlIncrement/ControlIncrement.styles.d.ts +8 -0
- package/components/ControlIncrement/constants.d.ts +25 -0
- package/components/ControlIncrement/slots/ControlIncrementEnum.d.ts +6 -0
- package/components/ControlIncrement/slots/ControltrolIncrementSlots.d.ts +14 -0
- package/components/ControlIncrement/slots/index.d.ts +2 -0
- package/components/ControlIncrement/stories/ControlClick/ControlIncrement.controlclick.stories.d.ts +13 -0
- package/components/ControlIncrement/stories/DefaultAndDisabled/ControlIncrement.defaultanddisabled.stories.d.ts +17 -0
- package/components/ControlIncrement/stories/Sizes/ControlIncrement.sizes.stories.d.ts +21 -0
- package/components/ControlIncrement/types.d.ts +56 -0
- package/components/DataGrid/classes/index.d.ts +1 -1
- package/components/DynamicFilter/DynamicFIlter.styles.js +232 -0
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +1 -1
- package/components/GridLayout/classes/index.d.ts +1 -1
- package/components/GridLayout/subcomponents/withSizeProvider/index.d.ts +2 -2
- package/components/HelperError/HelperError.d.ts +11 -1
- package/components/HelperError/HelperError.js +21 -2
- package/components/HelperError/HelperError.stories.d.ts +7 -1
- package/components/HelperError/HelperError.styles.js +32 -4
- package/components/HelperError/constant.d.ts +9 -0
- package/components/HelperError/constant.js +3 -1
- package/components/HelperError/slots/HelperErrorEnum.d.ts +5 -1
- package/components/HelperError/slots/HelperErrorEnum.js +1 -0
- package/components/HelperError/slots/HelperErrorSlots.d.ts +5 -2
- package/components/HelperError/slots/HelperErrorSlots.js +6 -1
- package/components/HelperError/types.d.ts +28 -2
- package/components/Icon/Icon.d.ts +4 -3
- package/components/Icon/Icon.js +54 -71
- package/components/Icon/Icon.styles.js +85 -31
- package/components/Icon/slots/IconEnum.d.ts +2 -1
- package/components/Icon/slots/IconEnum.js +1 -0
- package/components/Icon/slots/IconSlots.d.ts +3 -0
- package/components/Icon/slots/IconSlots.js +7 -1
- package/components/Icon/stories/DefaultWithProps/Icon.defaultWithProps.stories.d.ts +35 -0
- package/components/Icon/stories/Preset/Icon.preset.stories.d.ts +16 -0
- package/components/Icon/stories/Semantic/Icon.semantic.stories.d.ts +30 -0
- package/components/Icon/stories/Sizes/icon.sizes.stories.d.ts +40 -0
- package/components/Icon/types.d.ts +16 -12
- package/components/InputNumberSpinner/InputNumberSpinner.d.ts +9 -0
- package/components/InputNumberSpinner/InputNumberSpinner.styles.d.ts +8 -0
- package/components/InputNumberSpinner/constants.d.ts +9 -0
- package/components/InputNumberSpinner/hooks/types.d.ts +13 -0
- package/components/InputNumberSpinner/hooks/useInputNumberSpinner.d.ts +19 -0
- package/components/InputNumberSpinner/index.d.ts +2 -0
- package/components/InputNumberSpinner/slots/InputNumberSpinnerEnum.d.ts +7 -0
- package/components/InputNumberSpinner/slots/InputNumberSpinnerSlots.d.ts +15 -0
- package/components/InputNumberSpinner/slots/index.d.ts +2 -0
- package/components/InputNumberSpinner/stories/Default/InputNumberSpinner.default.stories.d.ts +25 -0
- package/components/InputNumberSpinner/stories/Error/InputNumberSpinner.error.stories.d.ts +25 -0
- package/components/InputNumberSpinner/stories/Sizes/InputNumberSpinner.sizes.stories.d.ts +41 -0
- package/components/InputNumberSpinner/stories/Variants/InputNumberSpinner.variants.stories.d.ts +25 -0
- package/components/InputNumberSpinner/types.d.ts +64 -0
- package/components/Label/Label.d.ts +17 -1
- package/components/Label/Label.js +8 -3
- package/components/Label/Label.styles.js +43 -6
- package/components/Label/slots/LabelSlots.d.ts +1 -1
- package/components/Label/{Label.stories.d.ts → stories/PaletteColor/DefaultinternalManagement/LabelDefaultInternal.stories.d.ts} +6 -8
- package/components/Label/stories/PaletteColor/DefaultinternalManagement/LabelDefaultPredeterminado.stories.d.ts +18 -0
- package/components/Label/stories/PaletteColor/DefaultinternalManagement/commonProps/LabelDefaultInternalVariants.stories.d.ts +14 -0
- package/components/Label/stories/PaletteColor/DefaultinternalManagement/commonProps/LabelDefaultVariants.stories.d.ts +14 -0
- package/components/Label/types.d.ts +7 -1
- package/components/MFLoader/MFLoader.d.ts +6 -0
- package/components/MFLoader/MFLoader.js +3 -0
- package/components/NavLink/NavLink.d.ts +4 -0
- package/components/PropertyValue/classes/index.d.ts +1 -1
- package/components/SideBar/classes/index.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/styles.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +1 -1
- package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.d.ts +5 -1
- package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage.js +2 -1
- package/components/areas/components/AreasViewer/classes/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +2 -2
- package/components/areas/contexts/AreasContext/store.d.ts +4 -0
- package/components/areas/contexts/AreasContext/store.js +400 -0
- package/components/extended/react-resizable/Resizable/slots/ResizableSlots.d.ts +1 -1
- package/components/extended/react-resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFAutocomplete/classes/index.d.ts +1 -1
- package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeImage/index.d.ts +4 -0
- package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index.d.ts +4 -0
- package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
- package/components/hook-form/RHFTextField/RHFTextField.d.ts +4 -0
- package/components/hook-form/RHFTextField/RHFTextField.js +15 -4
- package/components/hook-form/RHFTextField/RHFTextField.styles.js +266 -96
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +10 -10
- package/components/hook-form/RHFTextField/stories/Default/RHFTextFieldDisabledOutlined.stories.d.ts +10 -0
- package/components/hook-form/RHFTextField/stories/Default/RHFTextFieldDisabledText.stories.d.ts +10 -0
- package/components/hook-form/RHFTextField/stories/Default/RHFTextFieldSkeleton.stories.d.ts +6 -0
- package/components/hook-form/RHFTextField/stories/Error/TextFieldErrorOutlined.stories.d.ts +9 -0
- package/components/hook-form/RHFTextField/stories/Error/TextFieldErrorText.stories.d.ts +9 -0
- package/components/hook-form/RHFTextField/stories/Primary/TextFieldOutlined.stories.d.ts +9 -0
- package/components/hook-form/RHFTextField/stories/Primary/TextFieldText.stories.d.ts +9 -0
- package/components/hook-form/RHFTextField/types.d.ts +10 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +2 -2
- package/components/hook-form/RHFormContext/classes/index.d.ts +1 -1
- package/components/maps/components/Map/contexts/MapContext/store.d.ts +2 -2
- package/components/maps/components/Map/contexts/MapContext/store.js +332 -152
- package/components/maps/components/Map/hooks/useAutoFocus/index.d.ts +2 -2
- package/components/maps/components/Map/pluginLayers/PolylineWithArrows/index.d.ts +2 -2
- package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/index.d.ts +2 -2
- package/components/mui_extended/Accordion/Accordion.d.ts +4 -0
- package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
- package/components/mui_extended/Button/styles.d.ts +1 -1
- package/components/mui_extended/IconButton/IconButton.d.ts +4 -0
- package/components/mui_extended/IconButton/IconButton.js +6 -5
- package/components/mui_extended/IconButton/IconButton.styles.js +30 -2
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +2 -2
- package/components/mui_extended/LoadingButton/index.d.ts +4 -0
- package/components/mui_extended/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/mui_extended/MenuItem/MenuItem.d.ts +11 -0
- package/components/mui_extended/MenuItem/MenuItem.stories.d.ts +37 -0
- package/components/mui_extended/MenuItem/MenuItem.styles.d.ts +2 -0
- package/components/mui_extended/MenuItem/constants.d.ts +8 -0
- package/components/mui_extended/MenuItem/index.d.ts +2 -0
- package/components/mui_extended/MenuItem/slots/MenuItemEnum.d.ts +5 -0
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +11 -0
- package/components/mui_extended/MenuItem/slots/index.d.ts +2 -0
- package/components/mui_extended/MenuItem/types.d.ts +41 -0
- package/components/mui_extended/Select/Select.d.ts +9 -0
- package/components/mui_extended/Select/Select.styles.d.ts +2 -0
- package/components/mui_extended/Select/constants.d.ts +8 -0
- package/components/mui_extended/Select/index.d.ts +2 -0
- package/components/mui_extended/Select/slots/SelectEnum.d.ts +6 -0
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +12 -0
- package/components/mui_extended/Select/slots/index.d.ts +2 -0
- package/components/mui_extended/Select/stories/SelectOutlied.stories.d.ts +75 -0
- package/components/mui_extended/Select/stories/SelectStandar.stories.d.ts +29 -0
- package/components/mui_extended/Select/types.d.ts +66 -0
- package/components/mui_extended/Skeleton/Skeleton.d.ts +4 -0
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
- package/components/mui_extended/Skeleton/skeleton.styles.js +4 -0
- package/components/mui_extended/Tabs/styles.d.ts +1 -1
- package/components/mui_extended/TextField/TextField.d.ts +9 -0
- package/components/mui_extended/TextField/TextField.styles.d.ts +2 -0
- package/components/mui_extended/TextField/constants.d.ts +1 -0
- package/components/mui_extended/TextField/index.d.ts +1 -0
- package/components/mui_extended/TextField/slots/TextFieldEnum.d.ts +5 -0
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +13 -0
- package/components/mui_extended/TextField/slots/index.d.ts +2 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Default/TextFieldDisabledOutlined.stories.d.ts +15 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Default/TextFieldDisabledText.stories.d.ts +15 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Default/TextFieldSkeleton.stories.d.ts +11 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/TextFieldErrorOutlined.stories.d.ts +9 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/TextFieldErrorText.stories.d.ts +9 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateActive.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateEnabled.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateFocus.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateOutlined/TextFieldErrorOutlinedStateHover.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateActive.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateEnabled.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateFocus.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Error/states/stateText/TextFieldTextErrorStateHover.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/TextFieldOutlined.stories.d.ts +9 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/TextFieldText.stories.d.ts +12 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateActive.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateEnabled.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateFocus.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateOutlined/TextFieldPrimaryOutlinedStateHover.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateActive.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateEnabled.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateFocus.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/Primary/states/stateText/TextFieldTextPrimaryStateHover.stories.d.ts +14 -0
- package/components/mui_extended/TextField/stories/PaletteColorTextField/sizes/TextFieldSizes.stories.d.ts +16 -0
- package/components/mui_extended/TextField/types.d.ts +35 -0
- package/components/mui_extended/Typography/Typography.d.ts +4 -0
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
- package/components/mui_extended/Typography/typography.styles.js +4 -0
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.d.ts +2 -2
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/store.js +114 -18
- package/contexts/RealTimeContext/store.d.ts +2 -2
- package/contexts/RealTimeContext/store.js +30 -6
- package/hooks/useSizeContainer/index.d.ts +2 -2
- package/package.json +1 -1
- package/components/Icon/Icon.stories.d.ts +0 -166
- package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.d.ts +0 -5
- package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.stories.d.ts +0 -21
- package/components/hook-form/RHFInputNumberSpinner/RHFInputNumberSpinner.styles.d.ts +0 -2
- package/components/hook-form/RHFInputNumberSpinner/constants.d.ts +0 -1
- package/components/hook-form/RHFInputNumberSpinner/index.d.ts +0 -1
- package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnerSlots.d.ts +0 -23
- package/components/hook-form/RHFInputNumberSpinner/slots/RHFInputNumberSpinnnerEnum.d.ts +0 -9
- package/components/hook-form/RHFInputNumberSpinner/slots/index.d.ts +0 -2
- package/components/hook-form/RHFInputNumberSpinner/subcomponents/SkeletonSpinner/index.d.ts +0 -4
- package/components/hook-form/RHFInputNumberSpinner/types.d.ts +0 -21
- package/components/hook-form/RHFInputNumberSpinner/useRHFInputNumberSpinner.d.ts +0 -13
- package/components/hook-form/RHFTextField/RHFTextField.stories.d.ts +0 -14
package/@types/export.d.ts
CHANGED
|
@@ -209,7 +209,7 @@ declare module '@mui/material/styles' {
|
|
|
209
209
|
styleOverrides?: ComponentsOverrides<Theme>['M4LStack'];
|
|
210
210
|
};
|
|
211
211
|
M4LTabs?: {
|
|
212
|
-
styleOverrides?:
|
|
212
|
+
styleOverrides?: ComponeftntsOverrides<Theme>['M4LTabs'];
|
|
213
213
|
};
|
|
214
214
|
M4LNoItemSelected?: {
|
|
215
215
|
styleOverrides?: ComponentsOverrides<Theme>['M4LNoItemSelected'];
|
|
@@ -256,5 +256,8 @@ declare module '@mui/material/styles' {
|
|
|
256
256
|
M4LLabel?: {
|
|
257
257
|
styleOverrides?: ComponentsOverrides<Theme>['M4LLabel'];
|
|
258
258
|
};
|
|
259
|
+
M4LTextField?: {
|
|
260
|
+
styleOverrides?: ComponentsOverrides<Theme>[' M4LTextField'];
|
|
261
|
+
};
|
|
259
262
|
}
|
|
260
263
|
}
|
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,
|
|
@@ -31,6 +27,11 @@ import {
|
|
|
31
27
|
import { HelperErrorOwnerState, HelperErrorOwnerSlotsType } from '../components/HelperError/types';
|
|
32
28
|
import { LabelOwnerState, LabelSlotsType } from '../components/Label/types';
|
|
33
29
|
|
|
30
|
+
import {
|
|
31
|
+
TextFieldOwnerState,
|
|
32
|
+
TextFieldSlotsType,
|
|
33
|
+
} from '../components/mui_extended/TextField/types';
|
|
34
|
+
|
|
34
35
|
type Theme = Omit<MuiTheme, 'components'>;
|
|
35
36
|
import { TooltipOwnerState, TooltipSlotsType } from '../components/mui_extended/Tooltip/types';
|
|
36
37
|
|
|
@@ -40,9 +41,18 @@ import type {
|
|
|
40
41
|
} from '../components/mui_extended/IconButton/types';
|
|
41
42
|
|
|
42
43
|
import type { BadgeSlotsType, BadgeOwnerState } from '../components/mui_extended/Badge/types';
|
|
44
|
+
import { ControlIncrementOwnerState, ControlIncrementSlotsType } from '../components/ControlIncrement/types';
|
|
43
45
|
import { SkeletonOwnerState, SkeletonSlotsType } from '../components/mui_extended/Skeleton/types';
|
|
46
|
+
import { InputNumberSpinnerOwnerState, InputNumberSpinnerSlotsType } from '../components/InputNumberSpinner/types';
|
|
44
47
|
import { TypographyOwnerState, TypographySlotsType } from '../components/mui_extended/Typography/types';
|
|
45
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
|
+
|
|
46
56
|
declare module '@mui/material/styles' {
|
|
47
57
|
// Define the slots in the theme
|
|
48
58
|
interface ComponentNameToClassKey {
|
|
@@ -50,7 +60,7 @@ declare module '@mui/material/styles' {
|
|
|
50
60
|
RHFTextField: RHFTextFieldSlotsType;
|
|
51
61
|
M4LDynamicSort: DynamicSortSlotsType;
|
|
52
62
|
M4LMenuActions: MenuActionsSlotsType;
|
|
53
|
-
|
|
63
|
+
M4LInputNumberSpinner: InputNumberSpinnerSlotsType;
|
|
54
64
|
M4LPopupsViewer: PopupViewerSlotsType;
|
|
55
65
|
M4LIcon: IconSlotsType;
|
|
56
66
|
M4LDragResizeWindow: DragResizeWindowSlotsType;
|
|
@@ -59,8 +69,12 @@ declare module '@mui/material/styles' {
|
|
|
59
69
|
M4LLabel: LabelSlotsType;
|
|
60
70
|
M4LTooltip: TooltipSlotsType;
|
|
61
71
|
M4LIconButton: IconButtonSlotsType;
|
|
72
|
+
M4LTextField: TextFieldSlotsType;
|
|
62
73
|
M4LBadge: BadgeSlotsType;
|
|
74
|
+
M4LControlIncrement: ControlIncrementSlotsType;
|
|
75
|
+
M4LMenuItem: MenuItemSlotsType;
|
|
63
76
|
M4LSkeleton: SkeletonSlotsType;
|
|
77
|
+
M4LSelect: SelectSlotsType;
|
|
64
78
|
M4LTypography: TypographySlotsType;
|
|
65
79
|
}
|
|
66
80
|
|
|
@@ -70,7 +84,7 @@ declare module '@mui/material/styles' {
|
|
|
70
84
|
RHFTextField: Partial<RHFTextFieldOwnerState>;
|
|
71
85
|
M4LDynamicSort: Partial<DynamicSortOwnerState>;
|
|
72
86
|
M4LMenuActions: Partial<MenuActionsOwnerState>;
|
|
73
|
-
|
|
87
|
+
M4LInputNumberSpinner: Partial<InputNumberSpinnerOwnerState>;
|
|
74
88
|
M4LPopupsViewer: Partial<PopupsViewerOwnerState>;
|
|
75
89
|
M4LIcon: Partial<IconOwnerState>;
|
|
76
90
|
M4LDragResizeWindow: Partial<DragResizeWindowOwnerState>;
|
|
@@ -78,9 +92,13 @@ declare module '@mui/material/styles' {
|
|
|
78
92
|
M4LHelperError: Partial<HelperErrorOwnerState>;
|
|
79
93
|
M4LLabel: Partial<LabelOwnerState>;
|
|
80
94
|
M4LTooltip: Partial<TooltipOwnerState>;
|
|
95
|
+
M4LTextField: Partial<TextFieldOwnerState>;
|
|
81
96
|
M4LIconButton: Partial<IconButtonOwnerState>;
|
|
82
97
|
M4LBadge: Partial<BadgeOwnerState>;
|
|
98
|
+
M4LControlIncrement: Partial<ControlIncrementOwnerState>
|
|
99
|
+
M4LMenuItem: Partial<MenuItemOwnerState>;
|
|
83
100
|
M4LSkeleton: Partial<SkeletonOwnerState>;
|
|
101
|
+
M4LSelect: Partial<SelectOwnerState>;
|
|
84
102
|
M4LTypography: Partial<TypographyOwnerState>;
|
|
85
103
|
}
|
|
86
104
|
|
|
@@ -105,10 +123,10 @@ declare module '@mui/material/styles' {
|
|
|
105
123
|
styleOverrides?: ComponentsOverrides<Theme>['M4LMenuActions'];
|
|
106
124
|
variants?: ComponentsVariants['M4LMenuActions'];
|
|
107
125
|
};
|
|
108
|
-
|
|
109
|
-
defaultProps?: ComponentsPropsList['
|
|
110
|
-
styleOverrides?: ComponentsOverrides<Theme>['
|
|
111
|
-
variants?: ComponentsVariants['
|
|
126
|
+
M4LInputNumberSpinner?: {
|
|
127
|
+
defaultProps?: ComponentsPropsList['M4LInputNumberSpinner'];
|
|
128
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LInputNumberSpinner'];
|
|
129
|
+
variants?: ComponentsVariants['M4LInputNumberSpinner'];
|
|
112
130
|
};
|
|
113
131
|
M4LPopupsViewer?: {
|
|
114
132
|
defaultProps?: ComponentsPropsList['M4LPopupsViewer'];
|
|
@@ -145,6 +163,11 @@ declare module '@mui/material/styles' {
|
|
|
145
163
|
styleOverrides?: ComponentsOverrides<Theme>['M4LTooltip'];
|
|
146
164
|
variants?: ComponentsVariants['M4LTooltip'];
|
|
147
165
|
};
|
|
166
|
+
M4LTextField?: {
|
|
167
|
+
defaultProps?: ComponentsPropsList['M4LTextField'];
|
|
168
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LTextField'];
|
|
169
|
+
variants?: ComponentsVariants['M4LTextField'];
|
|
170
|
+
};
|
|
148
171
|
M4LIconButton?: {
|
|
149
172
|
defaultProps?: ComponentsPropsList['M4LIconButton'];
|
|
150
173
|
styleOverrides?: ComponentsOverrides<Theme>['M4LIconButton'];
|
|
@@ -155,15 +178,30 @@ declare module '@mui/material/styles' {
|
|
|
155
178
|
styleOverrides?: ComponentsOverrides<Theme>['M4LBadge'];
|
|
156
179
|
variants?: ComponentsVariants['M4LBadge'];
|
|
157
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
|
+
};
|
|
158
190
|
M4LSkeleton?: {
|
|
159
191
|
defaultProps?: ComponentsPropsList['M4LSkeleton'];
|
|
160
192
|
styleOverrides?: ComponentsOverrides<Theme>['M4LSkeleton'];
|
|
161
193
|
variants?: ComponentsVariants['M4LSkeleton'];
|
|
162
194
|
};
|
|
195
|
+
M4LSelect: {
|
|
196
|
+
defaultProps?: ComponentsPropsList['M4LSelect'];
|
|
197
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LSelect'];
|
|
198
|
+
variants?: ComponentsVariants['M4LSelect'];
|
|
199
|
+
};
|
|
163
200
|
M4LTypography?: {
|
|
164
201
|
defaultProps?: ComponentsPropsList['M4LTypography'];
|
|
165
202
|
styleOverrides?: ComponentsOverrides<Theme>['M4LTypography'];
|
|
166
203
|
variants?: ComponentsVariants['M4LTypography'];
|
|
167
|
-
}
|
|
204
|
+
};
|
|
168
205
|
}
|
|
169
206
|
}
|
|
207
|
+
}
|
|
@@ -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,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
|
+
}, {}, {}>;
|
package/components/ControlIncrement/stories/ControlClick/ControlIncrement.controlclick.stories.d.ts
ADDED
|
@@ -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;
|
|
@@ -11,6 +11,238 @@ const dynamicFilterStyles = {
|
|
|
11
11
|
},
|
|
12
12
|
/**
|
|
13
13
|
* TODO: Documentar
|
|
14
|
+
* @updatedUser Bruce Escobar - automatic
|
|
15
|
+
* @updatedUser Bruce Escobar - automatic
|
|
16
|
+
* @updatedUser Bruce Escobar - automatic
|
|
17
|
+
* @updatedUser Bruce Escobar - automatic
|
|
18
|
+
* @updatedUser Bruce Escobar - automatic
|
|
19
|
+
* @updatedUser Bruce Escobar - automatic
|
|
20
|
+
* @updatedUser Bruce Escobar - automatic
|
|
21
|
+
* @updatedUser Bruce Escobar - automatic
|
|
22
|
+
* @updatedUser Bruce Escobar - automatic
|
|
23
|
+
* @updatedUser Bruce Escobar - automatic
|
|
24
|
+
* @updatedUser Bruce Escobar - automatic
|
|
25
|
+
* @updatedUser Bruce Escobar - automatic
|
|
26
|
+
* @updatedUser Bruce Escobar - automatic
|
|
27
|
+
* @updatedUser Bruce Escobar - automatic
|
|
28
|
+
* @updatedUser Bruce Escobar - automatic
|
|
29
|
+
* @updatedUser Bruce Escobar - automatic
|
|
30
|
+
* @updatedUser Bruce Escobar - automatic
|
|
31
|
+
* @updatedUser Bruce Escobar - automatic
|
|
32
|
+
* @updatedUser Bruce Escobar - 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
|
|
128
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
129
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
130
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
131
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
132
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
133
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
134
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
135
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
136
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
137
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
138
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
139
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
140
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
141
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
142
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
143
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
144
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
145
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
146
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
147
|
+
* @author Bruce Escobar - automatic
|
|
148
|
+
* @author Bruce Escobar - automatic
|
|
149
|
+
* @author Bruce Escobar - automatic
|
|
150
|
+
* @author Bruce Escobar - automatic
|
|
151
|
+
* @author Bruce Escobar - automatic
|
|
152
|
+
* @author Bruce Escobar - automatic
|
|
153
|
+
* @author Bruce Escobar - automatic
|
|
154
|
+
* @author Bruce Escobar - automatic
|
|
155
|
+
* @author Bruce Escobar - automatic
|
|
156
|
+
* @author Bruce Escobar - automatic
|
|
157
|
+
* @author Bruce Escobar - automatic
|
|
158
|
+
* @author Bruce Escobar - automatic
|
|
159
|
+
* @author Bruce Escobar - automatic
|
|
160
|
+
* @author Bruce Escobar - automatic
|
|
161
|
+
* @author Bruce Escobar - automatic
|
|
162
|
+
* @author Bruce Escobar - automatic
|
|
163
|
+
* @author Bruce Escobar - automatic
|
|
164
|
+
* @author Bruce Escobar - automatic
|
|
165
|
+
* @author Bruce Escobar - automatic
|
|
166
|
+
* @updatedUser Bruce Escobar - automatic
|
|
167
|
+
* @updatedUser Bruce Escobar - automatic
|
|
168
|
+
* @updatedUser Bruce Escobar - automatic
|
|
169
|
+
* @updatedUser Bruce Escobar - automatic
|
|
170
|
+
* @updatedUser Bruce Escobar - automatic
|
|
171
|
+
* @updatedUser Bruce Escobar - automatic
|
|
172
|
+
* @updatedUser Bruce Escobar - automatic
|
|
173
|
+
* @updatedUser Bruce Escobar - automatic
|
|
174
|
+
* @updatedUser Bruce Escobar - automatic
|
|
175
|
+
* @updatedUser Bruce Escobar - automatic
|
|
176
|
+
* @updatedUser Bruce Escobar - automatic
|
|
177
|
+
* @updatedUser Bruce Escobar - automatic
|
|
178
|
+
* @updatedUser Bruce Escobar - automatic
|
|
179
|
+
* @updatedUser Bruce Escobar - automatic
|
|
180
|
+
* @updatedUser Bruce Escobar - automatic
|
|
181
|
+
* @updatedUser Bruce Escobar - automatic
|
|
182
|
+
* @updatedUser Bruce Escobar - automatic
|
|
183
|
+
* @updatedUser Bruce Escobar - automatic
|
|
184
|
+
* @updatedUser Bruce Escobar - 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
|
|
204
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
205
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
206
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
207
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
208
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
209
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
210
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
211
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
212
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
213
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
214
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
215
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
216
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
217
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
218
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
219
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
220
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
221
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
222
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
223
|
+
* @author Bruce Escobar - automatic
|
|
224
|
+
* @author Bruce Escobar - automatic
|
|
225
|
+
* @author Bruce Escobar - automatic
|
|
226
|
+
* @author Bruce Escobar - automatic
|
|
227
|
+
* @author Bruce Escobar - automatic
|
|
228
|
+
* @author Bruce Escobar - automatic
|
|
229
|
+
* @author Bruce Escobar - automatic
|
|
230
|
+
* @author Bruce Escobar - automatic
|
|
231
|
+
* @author Bruce Escobar - automatic
|
|
232
|
+
* @author Bruce Escobar - automatic
|
|
233
|
+
* @author Bruce Escobar - automatic
|
|
234
|
+
* @author Bruce Escobar - automatic
|
|
235
|
+
* @author Bruce Escobar - automatic
|
|
236
|
+
* @author Bruce Escobar - automatic
|
|
237
|
+
* @author Bruce Escobar - automatic
|
|
238
|
+
* @author Bruce Escobar - automatic
|
|
239
|
+
* @author Bruce Escobar - automatic
|
|
240
|
+
* @author Bruce Escobar - automatic
|
|
241
|
+
* @author Bruce Escobar - automatic
|
|
242
|
+
* @author Bruce Escobar - automatic
|
|
243
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
244
|
+
* @updatedAt 2024-10-22 19:27:23 - automatic
|
|
245
|
+
* @updatedUser Bruce Escobar - automatic
|
|
14
246
|
*/
|
|
15
247
|
innerContainer: ({ theme, ownerState }) => ({
|
|
16
248
|
display: "grid",
|