@m4l/components 8.1.0-beta.devManuela.IconButton → 8.1.0-beta.devManuela.TextField
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 +12 -0
- package/components/DynamicFilter/DynamicFIlter.styles.js +156 -0
- package/components/GridLayout/subcomponents/withSizeProvider/index.d.ts +2 -2
- package/components/HelperError/HelperError.d.ts +11 -1
- package/components/HelperError/HelperError.stories.d.ts +7 -1
- package/components/HelperError/HelperError.styles.js +22 -3
- package/components/HelperError/slots/HelperErrorEnum.d.ts +2 -1
- package/components/HelperError/slots/HelperErrorEnum.js +1 -0
- package/components/HelperError/slots/HelperErrorSlots.d.ts +3 -0
- package/components/HelperError/slots/HelperErrorSlots.js +5 -0
- package/components/HelperError/types.d.ts +3 -0
- package/components/Icon/Icon.styles.js +1 -1
- 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/{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/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 +268 -0
- 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/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/maps/components/Map/contexts/MapContext/store.d.ts +2 -2
- package/components/maps/components/Map/contexts/MapContext/store.js +272 -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/IconButton/IconButton.d.ts +5 -1
- package/components/mui_extended/IconButton/IconButton.js +26 -61
- package/components/mui_extended/IconButton/IconButton.styles.js +19 -6
- package/components/mui_extended/IconButton/slots/IconButtonEnum.d.ts +1 -2
- package/components/mui_extended/IconButton/slots/IconButtonEnum.js +0 -1
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +0 -3
- package/components/mui_extended/IconButton/slots/IconButtonSlots.js +1 -7
- package/components/mui_extended/IconButton/types.d.ts +2 -46
- package/components/mui_extended/LoadingButton/index.d.ts +4 -0
- package/components/mui_extended/Skeleton/Skeleton.d.ts +4 -0
- package/components/mui_extended/Skeleton/skeleton.styles.js +4 -0
- package/components/mui_extended/TextField/TextField.d.ts +5 -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/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 +82 -18
- package/contexts/RealTimeContext/store.d.ts +2 -2
- package/contexts/RealTimeContext/store.js +22 -6
- package/hooks/useSizeContainer/index.d.ts +2 -2
- package/package.json +1 -1
- package/components/hook-form/RHFTextField/RHFTextField.stories.d.ts +0 -14
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../..';
|
|
3
|
+
/**
|
|
4
|
+
* Meta configuration for the TextField stories.
|
|
5
|
+
*/
|
|
6
|
+
declare const meta: Meta<typeof TextField>;
|
|
7
|
+
type Story = StoryObj<typeof TextField>;
|
|
8
|
+
/**
|
|
9
|
+
* Story for the primary text variant of the TextField component.
|
|
10
|
+
*/
|
|
11
|
+
export declare const PrimaryText: Story;
|
|
12
|
+
export default meta;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../../../..';
|
|
3
|
+
declare const meta: Meta<typeof TextField>;
|
|
4
|
+
type Story = StoryObj<typeof TextField>;
|
|
5
|
+
/**
|
|
6
|
+
* Componente TextField en su estado primary Active con variante outlined
|
|
7
|
+
* con diferentes configuraciones de adornos y variantes.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ActiveOutlined: Story;
|
|
10
|
+
export declare const WhitoutAdornments: Story;
|
|
11
|
+
export declare const WhitAdornments: Story;
|
|
12
|
+
export declare const WhitAdornmentsEnd: Story;
|
|
13
|
+
export declare const WhitAdornmentsStart: Story;
|
|
14
|
+
export default meta;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../../../..';
|
|
3
|
+
declare const meta: Meta<typeof TextField>;
|
|
4
|
+
type Story = StoryObj<typeof TextField>;
|
|
5
|
+
/**
|
|
6
|
+
* Componente TextField en su estado primary Enabled con variante outlined
|
|
7
|
+
* con diferentes configuraciones de adornos y variantes.
|
|
8
|
+
*/
|
|
9
|
+
export declare const EnabledOutlined: Story;
|
|
10
|
+
export declare const WhitoutAdornments: Story;
|
|
11
|
+
export declare const WhitAdornments: Story;
|
|
12
|
+
export declare const WhitAdornmentsEnd: Story;
|
|
13
|
+
export declare const WhitAdornmentsStart: Story;
|
|
14
|
+
export default meta;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../../../..';
|
|
3
|
+
declare const meta: Meta<typeof TextField>;
|
|
4
|
+
type Story = StoryObj<typeof TextField>;
|
|
5
|
+
/**
|
|
6
|
+
* Componente TextField en su estado primary Focus con variante outlined
|
|
7
|
+
* con diferentes configuraciones de adornos y variantes.
|
|
8
|
+
*/
|
|
9
|
+
export declare const FocusOutlined: Story;
|
|
10
|
+
export declare const WhitoutAdornments: Story;
|
|
11
|
+
export declare const WhitAdornments: Story;
|
|
12
|
+
export declare const WhitAdornmentsEnd: Story;
|
|
13
|
+
export declare const WhitAdornmentsStart: Story;
|
|
14
|
+
export default meta;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../../../..';
|
|
3
|
+
declare const meta: Meta<typeof TextField>;
|
|
4
|
+
type Story = StoryObj<typeof TextField>;
|
|
5
|
+
/**
|
|
6
|
+
* Componente TextField en su estado primary Hover con variante outlined
|
|
7
|
+
* con diferentes configuraciones de adornos y variantes.
|
|
8
|
+
*/
|
|
9
|
+
export declare const HoverOutlined: Story;
|
|
10
|
+
export declare const WhitoutAdornments: Story;
|
|
11
|
+
export declare const WhitAdornments: Story;
|
|
12
|
+
export declare const WhitAdornmentsEnd: Story;
|
|
13
|
+
export declare const WhitAdornmentsStart: Story;
|
|
14
|
+
export default meta;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../../../..';
|
|
3
|
+
declare const meta: Meta<typeof TextField>;
|
|
4
|
+
type Story = StoryObj<typeof TextField>;
|
|
5
|
+
/**
|
|
6
|
+
* Componente TextField en su estado primary Active con variante text
|
|
7
|
+
* con diferentes configuraciones de adornos y variantes.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ActiveText: Story;
|
|
10
|
+
export declare const WhitoutAdornments: Story;
|
|
11
|
+
export declare const WhitAdornments: Story;
|
|
12
|
+
export declare const WhitAdornmentsEnd: Story;
|
|
13
|
+
export declare const WhitAdornmentsStart: Story;
|
|
14
|
+
export default meta;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../../../..';
|
|
3
|
+
declare const meta: Meta<typeof TextField>;
|
|
4
|
+
type Story = StoryObj<typeof TextField>;
|
|
5
|
+
/**
|
|
6
|
+
* Componente TextField en su estado primary Enabled con variante text
|
|
7
|
+
* con diferentes configuraciones de adornos y variantes.
|
|
8
|
+
*/
|
|
9
|
+
export declare const EnabledText: Story;
|
|
10
|
+
export declare const WhitoutAdornments: Story;
|
|
11
|
+
export declare const WhitAdornments: Story;
|
|
12
|
+
export declare const WhitAdornmentsEnd: Story;
|
|
13
|
+
export declare const WhitAdornmentsStart: Story;
|
|
14
|
+
export default meta;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../../../..';
|
|
3
|
+
declare const meta: Meta<typeof TextField>;
|
|
4
|
+
type Story = StoryObj<typeof TextField>;
|
|
5
|
+
/**
|
|
6
|
+
* Componente TextField en su estado primary Focus con variante text
|
|
7
|
+
* con diferentes configuraciones de adornos y variantes.
|
|
8
|
+
*/
|
|
9
|
+
export declare const FocusText: Story;
|
|
10
|
+
export declare const WhitoutAdornments: Story;
|
|
11
|
+
export declare const WhitAdornments: Story;
|
|
12
|
+
export declare const WhitAdornmentsEnd: Story;
|
|
13
|
+
export declare const WhitAdornmentsStart: Story;
|
|
14
|
+
export default meta;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../../../..';
|
|
3
|
+
declare const meta: Meta<typeof TextField>;
|
|
4
|
+
type Story = StoryObj<typeof TextField>;
|
|
5
|
+
/**
|
|
6
|
+
* Componente TextField en su estado primary Hover con variante text
|
|
7
|
+
* con diferentes configuraciones de adornos y variantes.
|
|
8
|
+
*/
|
|
9
|
+
export declare const HoverText: Story;
|
|
10
|
+
export declare const WhitoutAdornments: Story;
|
|
11
|
+
export declare const WhitAdornments: Story;
|
|
12
|
+
export declare const WhitAdornmentsEnd: Story;
|
|
13
|
+
export declare const WhitAdornmentsStart: Story;
|
|
14
|
+
export default meta;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react/*';
|
|
2
|
+
import { TextField } from '../../../TextField';
|
|
3
|
+
/**
|
|
4
|
+
* Meta configuration for the TextField stories.
|
|
5
|
+
*/
|
|
6
|
+
declare const meta: Meta<typeof TextField>;
|
|
7
|
+
type Story = StoryObj<typeof TextField>;
|
|
8
|
+
/**
|
|
9
|
+
* Story for the small size variant of the TextField component.
|
|
10
|
+
*/
|
|
11
|
+
export declare const Small: Story;
|
|
12
|
+
/**
|
|
13
|
+
* Story for the medium size variant of the TextField component.
|
|
14
|
+
*/
|
|
15
|
+
export declare const Medium: Story;
|
|
16
|
+
export default meta;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { TextFieldProps as MUITextFieldProps } from '@mui/material/TextField';
|
|
2
|
+
import { Theme, PaletteColor } from '@mui/material';
|
|
3
|
+
import { TextFieldSlots } from './slots/TextFieldEnum';
|
|
4
|
+
import { OverridesStyleRules } from '@mui/material/styles/overrides';
|
|
5
|
+
import { TEXT_FIELD_KEY_COMPONENT } from './constants';
|
|
6
|
+
import { ComponentPalletColor, Sizes } from '@m4l/styles';
|
|
7
|
+
import { LabelProps } from '../../Label/types';
|
|
8
|
+
/**
|
|
9
|
+
* Variants for the TextField component.
|
|
10
|
+
*/
|
|
11
|
+
export type TextFieldVariants = 'outlined' | 'text';
|
|
12
|
+
/**
|
|
13
|
+
* Variants for the Skeleton component.
|
|
14
|
+
*/
|
|
15
|
+
export type SkeletonVariants = 'rectangular' | 'circular' | 'text';
|
|
16
|
+
/**
|
|
17
|
+
* Props for the TextField component.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
export interface TextFieldProps extends Omit<MUITextFieldProps, 'size' | 'color' | 'disabled' | 'variant'>, Pick<LabelProps, 'helperMessage' | 'htmlFor' | 'id' | 'mandatory' | 'mandatoryMessage'> {
|
|
21
|
+
dataTestId?: string;
|
|
22
|
+
variant?: TextFieldVariants;
|
|
23
|
+
disabled?: boolean;
|
|
24
|
+
size?: Sizes;
|
|
25
|
+
color?: Extract<ComponentPalletColor, 'primary'>;
|
|
26
|
+
}
|
|
27
|
+
export type OwnerState = Pick<TextFieldProps, 'size' | 'color' | 'disabled' | 'error'> & {
|
|
28
|
+
disabled?: boolean;
|
|
29
|
+
paletteColor: PaletteColor;
|
|
30
|
+
variantTextField?: TextFieldVariants;
|
|
31
|
+
componentPaletteColor?: ComponentPalletColor;
|
|
32
|
+
};
|
|
33
|
+
export type TextFieldSlotsType = keyof typeof TextFieldSlots;
|
|
34
|
+
export type TextFieldOwnerState = OwnerState;
|
|
35
|
+
export type TextFieldStyles = Partial<OverridesStyleRules<TextFieldSlotsType, typeof TEXT_FIELD_KEY_COMPONENT, Theme> | undefined> | undefined;
|
|
@@ -17,5 +17,9 @@ import { TypographyProps } from './types';
|
|
|
17
17
|
* @param {React.ReactNode} [props.children] - The content of the typography.
|
|
18
18
|
* @param {object} [props.other] - Additional properties to be passed to the component.
|
|
19
19
|
* @returns {JSX.Element} The rendered Typography component.
|
|
20
|
+
* @author Bruce Escobar - automatic
|
|
21
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
22
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
23
|
+
* @updatedUser Bruce Escobar - automatic
|
|
20
24
|
*/
|
|
21
25
|
export declare function Typography(props: TypographyProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,6 +2,10 @@ const typographyStyles = {
|
|
|
2
2
|
/**
|
|
3
3
|
* Slot: root
|
|
4
4
|
* Componente extendido de MUI Typography, que permite personalizar los estilos del componente.
|
|
5
|
+
* @author Bruce Escobar - automatic
|
|
6
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
7
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
8
|
+
* @updatedUser Bruce Escobar - automatic
|
|
5
9
|
*/
|
|
6
10
|
root: ({ ownerState, theme }) => ({
|
|
7
11
|
"&.M4lclassCssSpecificity": {
|
|
@@ -8,8 +8,8 @@ import { PopupsStateWithActions, InitialPopupsStoreProps } from './types';
|
|
|
8
8
|
/**
|
|
9
9
|
* Crea el store de los popups
|
|
10
10
|
* @author Juan Escobar - automatic
|
|
11
|
-
* @updatedAt 2024-10-
|
|
12
|
-
* @updatedUser
|
|
11
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
12
|
+
* @updatedUser Bruce Escobar - automatic
|
|
13
13
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
14
14
|
*/
|
|
15
15
|
export declare const createPopupsStore: (initProps: InitialPopupsStoreProps) => Omit<Omit<import('zustand').StoreApi<PopupsStateWithActions>, "setState"> & {
|
|
@@ -17,22 +17,86 @@ const createPopupsStore = (initProps) => {
|
|
|
17
17
|
popupsActions: {
|
|
18
18
|
/**
|
|
19
19
|
* TODO: Documentar
|
|
20
|
-
* @updatedUser
|
|
21
|
-
* @updatedUser
|
|
22
|
-
* @updatedUser
|
|
23
|
-
* @updatedUser
|
|
24
|
-
* @updatedUser
|
|
25
|
-
* @updatedUser
|
|
26
|
-
* @updatedUser
|
|
27
|
-
* @updatedUser
|
|
28
|
-
* @updatedAt 2024-10-
|
|
29
|
-
* @updatedAt 2024-10-
|
|
30
|
-
* @updatedAt 2024-10-
|
|
31
|
-
* @updatedAt 2024-10-
|
|
32
|
-
* @updatedAt 2024-10-
|
|
33
|
-
* @updatedAt 2024-10-
|
|
34
|
-
* @updatedAt 2024-10-
|
|
35
|
-
* @updatedAt 2024-10-
|
|
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
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
29
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
30
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
31
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
32
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
33
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
34
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
35
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
36
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
37
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
38
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
39
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
40
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
41
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
42
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
43
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
44
|
+
* @author Bruce Escobar - automatic
|
|
45
|
+
* @author Bruce Escobar - automatic
|
|
46
|
+
* @author Bruce Escobar - automatic
|
|
47
|
+
* @author Bruce Escobar - automatic
|
|
48
|
+
* @author Bruce Escobar - automatic
|
|
49
|
+
* @author Bruce Escobar - automatic
|
|
50
|
+
* @author Bruce Escobar - automatic
|
|
51
|
+
* @author Bruce Escobar - automatic
|
|
52
|
+
* @updatedUser Bruce Escobar - automatic
|
|
53
|
+
* @updatedUser Bruce Escobar - automatic
|
|
54
|
+
* @updatedUser Bruce Escobar - automatic
|
|
55
|
+
* @updatedUser Bruce Escobar - automatic
|
|
56
|
+
* @updatedUser Bruce Escobar - automatic
|
|
57
|
+
* @updatedUser Bruce Escobar - automatic
|
|
58
|
+
* @updatedUser Bruce Escobar - automatic
|
|
59
|
+
* @updatedUser Bruce Escobar - automatic
|
|
60
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
61
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
62
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
63
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
64
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
65
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
66
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
67
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
68
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
69
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
70
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
71
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
72
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
73
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
74
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
75
|
+
* @createdAt 2024-10-22 09:41:31 - 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
|
+
* @updatedUser Bruce Escobar - automatic
|
|
85
|
+
* @updatedUser Bruce Escobar - automatic
|
|
86
|
+
* @updatedUser Bruce Escobar - automatic
|
|
87
|
+
* @updatedUser Bruce Escobar - automatic
|
|
88
|
+
* @updatedUser Bruce Escobar - automatic
|
|
89
|
+
* @updatedUser Bruce Escobar - automatic
|
|
90
|
+
* @updatedUser Bruce Escobar - automatic
|
|
91
|
+
* @updatedUser Bruce Escobar - automatic
|
|
92
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
93
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
94
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
95
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
96
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
97
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
98
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
99
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
36
100
|
* @createdAt 2024-10-15 18:01:45 - automatic
|
|
37
101
|
* @createdAt 2024-10-15 18:01:45 - automatic
|
|
38
102
|
* @createdAt 2024-10-15 18:01:45 - automatic
|
|
@@ -50,8 +114,8 @@ const createPopupsStore = (initProps) => {
|
|
|
50
114
|
* @author Juan Escobar - automatic
|
|
51
115
|
* @author Juan Escobar - automatic
|
|
52
116
|
* @author Juan Escobar - automatic
|
|
53
|
-
* @updatedAt 2024-10-
|
|
54
|
-
* @updatedUser
|
|
117
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
118
|
+
* @updatedUser Bruce Escobar - automatic
|
|
55
119
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
56
120
|
*/
|
|
57
121
|
init: (initialPopups) => {
|
|
@@ -8,8 +8,8 @@ import { RealTimeStateWithActions, InitialRealTimeStoreProps } from './types';
|
|
|
8
8
|
/**
|
|
9
9
|
* TODO: Documentar
|
|
10
10
|
* @author Juan Escobar - automatic
|
|
11
|
-
* @updatedAt 2024-10-
|
|
12
|
-
* @updatedUser
|
|
11
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
12
|
+
* @updatedUser Bruce Escobar - automatic
|
|
13
13
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
14
14
|
*/
|
|
15
15
|
export declare function createRealTimeStore(initProps: InitialRealTimeStoreProps): Omit<Omit<import('zustand').StoreApi<RealTimeStateWithActions>, "setState"> & {
|
|
@@ -15,17 +15,33 @@ function createRealTimeStore(initProps) {
|
|
|
15
15
|
realTimeActions: {
|
|
16
16
|
/**
|
|
17
17
|
* TODO: Documentar
|
|
18
|
-
* @updatedUser
|
|
19
|
-
* @updatedUser
|
|
20
|
-
* @updatedAt 2024-10-
|
|
21
|
-
* @updatedAt 2024-10-
|
|
18
|
+
* @updatedUser Bruce Escobar - automatic
|
|
19
|
+
* @updatedUser Bruce Escobar - automatic
|
|
20
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
21
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
22
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
23
|
+
* @createdAt 2024-10-22 09:42:38 - automatic
|
|
24
|
+
* @author Bruce Escobar - automatic
|
|
25
|
+
* @author Bruce Escobar - automatic
|
|
26
|
+
* @updatedUser Bruce Escobar - automatic
|
|
27
|
+
* @updatedUser Bruce Escobar - automatic
|
|
28
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
29
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
30
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
31
|
+
* @createdAt 2024-10-22 09:41:31 - automatic
|
|
32
|
+
* @author Bruce Escobar - automatic
|
|
33
|
+
* @author Bruce Escobar - automatic
|
|
34
|
+
* @updatedUser Bruce Escobar - automatic
|
|
35
|
+
* @updatedUser Bruce Escobar - automatic
|
|
36
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
37
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
22
38
|
* @createdAt 2024-10-15 18:01:45 - automatic
|
|
23
39
|
* @createdAt 2024-10-15 18:01:45 - automatic
|
|
24
40
|
* @author Juan Escobar - automatic
|
|
25
41
|
* @author Juan Escobar - automatic
|
|
26
42
|
* @author Juan Escobar - automatic
|
|
27
|
-
* @updatedAt 2024-10-
|
|
28
|
-
* @updatedUser
|
|
43
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
44
|
+
* @updatedUser Bruce Escobar - automatic
|
|
29
45
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
30
46
|
*/
|
|
31
47
|
init: () => {
|
|
@@ -5,8 +5,8 @@ import { ContainerSize } from '../../utils/types';
|
|
|
5
5
|
* @param containerElement
|
|
6
6
|
* @returns un objeto con el ancho y alto del contenedor
|
|
7
7
|
* @author Juan Escobar - automatic
|
|
8
|
-
* @updatedAt 2024-10-
|
|
9
|
-
* @updatedUser
|
|
8
|
+
* @updatedAt 2024-10-22 09:42:39 - automatic
|
|
9
|
+
* @updatedUser Bruce Escobar - automatic
|
|
10
10
|
* @createdAt 2024-10-15 17:33:28 - automatic
|
|
11
11
|
*/
|
|
12
12
|
export declare function useSizeContainer(containerElement?: HTMLElement | undefined | null): ContainerSize | undefined;
|
package/package.json
CHANGED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { RHFTextField } from './RHFTextField';
|
|
2
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
3
|
-
declare const meta: Meta<typeof RHFTextField>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof RHFTextField>;
|
|
6
|
-
export declare const Base: Story;
|
|
7
|
-
export declare const TypeText: Story;
|
|
8
|
-
export declare const TypeNumber: Story;
|
|
9
|
-
export declare const TypePassword: Story;
|
|
10
|
-
export declare const WithSkeleton: Story;
|
|
11
|
-
export declare const Disabled: Story;
|
|
12
|
-
export declare const WithError: Story;
|
|
13
|
-
export declare const WithMandatory: Story;
|
|
14
|
-
export declare const WithHelperMessage: Story;
|