@m4l/components 9.3.12-JT290825.beta.1 → 9.3.13-JT010925.beta.1
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/{storybook/components/DataGrid → components/DataGrid/tests}/helpers/filterFieldsSeedData.d.ts +1 -1
- package/{storybook/components/DataGrid → components/DataGrid/tests}/helpers/getRowsWithBackendSimulation.d.ts +2 -2
- package/{storybook/components/DataGrid → components/DataGrid/tests}/helpers/sortsSeedData.d.ts +1 -1
- package/{storybook/components/DataGrid → components/DataGrid/tests}/helpers/types.d.ts +3 -3
- package/{storybook/components/DataGrid → components/DataGrid/tests}/helpers/useSeed.d.ts +2 -2
- package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +1 -1
- package/components/ObjectLogs/slots/ObjectLogsSlots.js +2 -2
- package/components/ObjectLogs/subcomponents/DetailDialog/index.js +2 -4
- package/components/SideBar/tests/constants.d.ts +1 -0
- package/components/Stepper/Stepper.styles.js +23 -3
- package/components/Stepper/hooks/useIsLastVisibleValidStep/index.js +15 -6
- package/components/Stepper/hooks/useStepper/index.js +4 -10
- package/components/Stepper/hooks/useStepperActions/index.d.ts +8 -1
- package/components/Stepper/hooks/useStepperActions/index.js +76 -1
- package/components/Stepper/slots/StepperEnum.d.ts +1 -0
- package/components/Stepper/slots/StepperEnum.js +1 -0
- package/components/Stepper/slots/StepperSlot.d.ts +3 -0
- package/components/Stepper/slots/StepperSlot.js +14 -9
- package/components/Stepper/store/StepperContext/index.d.ts +9 -4
- package/components/Stepper/store/StepperContext/index.js +1 -13
- package/components/Stepper/store/StepperStore/index.js +9 -30
- package/components/Stepper/store/types.d.ts +1 -18
- package/components/Stepper/subcomponents/ContentArea/index.js +2 -2
- package/components/Stepper/subcomponents/ContentArea/subcomponents/WrapperIcon/index.js +3 -3
- package/components/Stepper/subcomponents/ContentArea/subcomponents/WrapperTitle/index.js +1 -1
- package/components/Stepper/subcomponents/StepArea/index.js +16 -12
- package/components/Stepper/subcomponents/StepArea/subcomponents/Inidicator/index.js +13 -16
- package/components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js +1 -1
- package/components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js +3 -7
- package/components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js +6 -9
- package/components/Stepper/subcomponents/StepperFooter/index.js +1 -1
- package/components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js +1 -1
- package/components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js +1 -1
- package/components/extended/React-Json-Viewer/ReactJsonViewer.js +2 -2
- package/components/extended/React-Json-Viewer/helpers/getReactJsonViewerTheme/getReactJsonViewerTheme.d.ts +2 -2
- package/components/extended/React-Json-Viewer/helpers/getReactJsonViewerTheme/getReactJsonViewerTheme.js +16 -16
- package/components/extended/React-Json-Viewer/types.d.ts +2 -2
- package/package.json +2 -2
- package/.storybook/constants.d.ts +0 -21
- package/.storybook/decorators/WithAppearanceContext/WithAppearanceContext.d.ts +0 -6
- package/.storybook/decorators/WithAppearanceContext/index.d.ts +0 -0
- package/.storybook/decorators/WithContexts/WithContexts.d.ts +0 -5
- package/.storybook/decorators/WithContexts/constants.d.ts +0 -10
- package/.storybook/decorators/WithContexts/index.d.ts +0 -1
- package/.storybook/decorators/WithContexts/styles.d.ts +0 -1
- package/.storybook/decorators/WithContexts/subcomponents/AppWithTheme.d.ts +0 -6
- package/.storybook/decorators/WithContexts/types.d.ts +0 -7
- package/.storybook/decorators/WithDictionaryContext/WithDictionaryContext.d.ts +0 -21
- package/.storybook/decorators/WithDictionaryContext/contants.d.ts +0 -3
- package/.storybook/decorators/WithDictionaryContext/index.d.ts +0 -1
- package/.storybook/decorators/WithForm/WithForm.d.ts +0 -8
- package/.storybook/decorators/WithForm/index.d.ts +0 -1
- package/.storybook/decorators/WithFormAutoValidation/WithFormAutoValidation.d.ts +0 -7
- package/.storybook/decorators/WithFormAutoValidation/index.d.ts +0 -1
- package/.storybook/decorators/WithPopupsProvider/WithPopupsProvider.d.ts +0 -10
- package/.storybook/decorators/WithPopupsProvider/index.d.ts +0 -1
- package/.storybook/decorators/WithScaleIcons/WithScaleIcons.d.ts +0 -7
- package/.storybook/decorators/WithScaleIcons/index.d.ts +0 -1
- package/.storybook/decorators/WithWindowsContainer/WithWindowsContainer.d.ts +0 -5
- package/.storybook/decorators/WithWindowsContainer/index.d.ts +0 -2
- package/.storybook/decorators/WithWindowsContainer/subcomponents/WindowsContainer/WindowsContainer.d.ts +0 -5
- package/.storybook/decorators/WithWindowsContainer/subcomponents/WindowsContainer/index.d.ts +0 -1
- package/.storybook/decorators/WithWindowsContainer/subcomponents/WindowsContainer/types.d.ts +0 -4
- package/.storybook/decorators/WithWindowsContainerSizer/WithWindowsContainerSizer.d.ts +0 -5
- package/.storybook/decorators/WithWindowsToolsAndParmsMFContexts/WithWindowsToolsAndParmsMFContexts.d.ts +0 -5
- package/.storybook/decorators/WithWrapper/WithWrapper.d.ts +0 -24
- package/.storybook/decorators/WithWrapper/index.d.ts +0 -1
- package/.storybook/decorators/WithWrapper/types.d.ts +0 -11
- package/.storybook/decorators/index.d.ts +0 -7
- package/.storybook/main.d.ts +0 -3
- package/.storybook/mocks/config-msw.d.ts +0 -21
- package/.storybook/mocks/index.d.ts +0 -2
- package/.storybook/mocks/network-mocks.d.ts +0 -1
- package/.storybook/storybook.vite.d.ts +0 -2
- package/.storybook/test-utils/index.d.ts +0 -1
- package/.storybook/test-utils/waitForHelpers.d.ts +0 -4
- package/.storybook/utils/flattenDeep.d.ts +0 -8
- package/.storybook/utils/getGlobalsFromSearchParams.d.ts +0 -7
- package/.storybook/utils/getStylesColorsByMode.d.ts +0 -820
- package/components/Stepper/hooks/useStepperActions/useStepperActions.d.ts +0 -8
- package/components/Stepper/hooks/useStepperActions/useStepperActions.js +0 -63
- package/components/extended/React-Resizable/Resizable/stories/constants.d.ts +0 -3
- package/components/extended/React-Resizable/Resizable/stories/types.d.ts +0 -3
- package/components/extended/React-Resizable/ResizableBox/stories/constants.d.ts +0 -3
- package/components/extended/React-Resizable/ResizableBox/stories/types.d.ts +0 -3
- package/components/mui_extended/FormControlLabel/FormControlLabel.stories.d.ts +0 -15
- package/hooks/useComponentSize/useComponentSize.stories.d.ts +0 -47
- package/storybook/components/AccountPopover/AccountPopover.stories.d.ts +0 -11
- package/storybook/components/Areas/AreasAdmin/AreasAdmin.stories.d.ts +0 -8
- package/storybook/components/Areas/AreasViewer/AreasViewer.stories.d.ts +0 -7
- package/storybook/components/Areas/AreasViewer/hooks/useWindowsActions.d.ts +0 -4
- package/storybook/components/Areas/AreasViewer/moks/mokData.d.ts +0 -14
- package/storybook/components/Areas/AreasViewer/subcomponents/AreasViewerRender.d.ts +0 -4
- package/storybook/components/Areas/AreasViewer/subcomponents/Launcher/Launcher.d.ts +0 -5
- package/storybook/components/Areas/AreasViewer/subcomponents/Launcher/PopupButton.d.ts +0 -21
- package/storybook/components/Areas/AreasViewer/subcomponents/Launcher/PopupContentExample.d.ts +0 -4
- package/storybook/components/Areas/AreasViewer/subcomponents/layouts/ClientsLayout.d.ts +0 -4
- package/storybook/components/Areas/AreasViewer/subcomponents/layouts/UsersLayout.d.ts +0 -4
- package/storybook/components/Areas/AreasViewerWithNetwork/AreasViewerWithNetwork.stories.d.ts +0 -7
- package/storybook/components/Areas/AreasViewerWithNetwork/moks/mokData.d.ts +0 -14
- package/storybook/components/Areas/AreasViewerWithNetwork/moks/mokRed.d.ts +0 -1
- package/storybook/components/Areas/AreasViewerWithNetwork/subcomponents/ClientsHeaderActions.d.ts +0 -4
- package/storybook/components/Areas/AreasViewerWithNetwork/subcomponents/UsersHeaderActions.d.ts +0 -4
- package/storybook/components/Areas/AreasViewerWithNetwork/subcomponents/WithExtendedContainer.d.ts +0 -5
- package/storybook/components/Card/Card.stories.d.ts +0 -45
- package/storybook/components/Card/subcomponents/ContentCard.d.ts +0 -8
- package/storybook/components/Card/subcomponents/constants.d.ts +0 -9
- package/storybook/components/Chip/Chip.stories.d.ts +0 -37
- package/storybook/components/Color/Color.stories.d.ts +0 -14
- package/storybook/components/ContainerFlow/ContainerFlow.stories.d.ts +0 -32
- package/storybook/components/ContainerFlow/subcomponents/RenderFlexColumn/index.d.ts +0 -5
- package/storybook/components/ContainerFlow/subcomponents/RenderFlexColumn1Wrappers/index.d.ts +0 -5
- package/storybook/components/ContainerFlow/subcomponents/RenderFlexColumn2Wrappers/index.d.ts +0 -5
- package/storybook/components/ContainerFlow/subcomponents/RenderFlexColumn3Wrappers/index.d.ts +0 -5
- package/storybook/components/ContainerFlow/subcomponents/RenderFlexWrap/index.d.ts +0 -5
- package/storybook/components/ContainerFlow/subcomponents/RenderGridLayout/index.d.ts +0 -5
- package/storybook/components/ContainerFlow/wrapperItems/index.d.ts +0 -10
- package/storybook/components/DataGrid/DataGrid.stories.d.ts +0 -87
- package/storybook/components/DataGrid/MswHandles.d.ts +0 -1
- package/storybook/components/DataGrid/subcomponents/DataGridRender.d.ts +0 -18
- package/storybook/components/DragResizeWindowRND/stories/DragResizeWindowRND.stories.d.ts +0 -10
- package/storybook/components/DragResizeWindowRND/stories/constants.d.ts +0 -3
- package/storybook/components/DragResizeWindowRND/stories/subcomponents/ContentExample.d.ts +0 -4
- package/storybook/components/DragResizeWindowRND/stories/subcomponents/RNDWindowsContainer/RNDWindowsContainer.d.ts +0 -5
- package/storybook/components/DragResizeWindowRND/stories/subcomponents/RNDWindowsContainer/index.d.ts +0 -1
- package/storybook/components/DragResizeWindowRND/stories/subcomponents/RNDWindowsContainer/types.d.ts +0 -4
- package/storybook/components/DragResizeWindowRND/stories/subcomponents/WithExtendedContainer.d.ts +0 -5
- package/storybook/components/DragResizeWindowRND/stories/types.d.ts +0 -3
- package/storybook/components/DynamicFilter/DynamicFilter.stories.d.ts +0 -49
- package/storybook/components/DynamicFilter/mocks/mocksData.d.ts +0 -1
- package/storybook/components/DynamicSort/DynamicSort.stories.d.ts +0 -45
- package/storybook/components/FormContainer/FormContainer.stories.d.ts +0 -9
- package/storybook/components/HelperError/HelperError.stories.d.ts +0 -9
- package/storybook/components/Icon/Icon.stories.d.ts +0 -25
- package/storybook/components/Label/Label.stories.d.ts +0 -18
- package/storybook/components/LanguagePopover/LanguagePopover.stories.d.ts +0 -17
- package/storybook/components/LanguagePopover/moks/mokData.d.ts +0 -4
- package/storybook/components/LoadingError/Loadingerror.stories.d.ts +0 -9
- package/storybook/components/MenuActions/MenuActions.stories.d.ts +0 -72
- package/storybook/components/ModalDialog/ModalDialog.stories.d.ts +0 -8
- package/storybook/components/ModalDialog/subcomponent/WithExtendedContainer.d.ts +0 -33
- package/storybook/components/NoItemPrivileges/NoItemPrivileges.stories.d.ts +0 -12
- package/storybook/components/NoItemSelect/NoItemSelect.stories.d.ts +0 -12
- package/storybook/components/NumberInput/NumberInput.default.stories.d.ts +0 -17
- package/storybook/components/ObjectLogs/ObjectLogs.stories.d.ts +0 -7
- package/storybook/components/ObjectLogs/mockData/index.d.ts +0 -4
- package/storybook/components/PDFViewer/PDFViewer.stories.d.ts +0 -9
- package/storybook/components/Pager/Pager.stories.d.ts +0 -21
- package/storybook/components/Pager/subcomopnents/WithContextDataProvider.d.ts +0 -4
- package/storybook/components/PaperForm/PaperForm.stories.d.ts +0 -31
- package/storybook/components/PopupsViewer/basic.stories.d.ts +0 -16
- package/storybook/components/PopupsViewer/dictionary.d.ts +0 -1
- package/storybook/components/PopupsViewer/subcomponents/PopupActions.d.ts +0 -6
- package/storybook/components/PopupsViewer/subcomponents/PopupContentExample.d.ts +0 -5
- package/storybook/components/PopupsViewer/subcomponents/WithExtendedPopupsContainer.d.ts +0 -5
- package/storybook/components/PopupsViewer/subcomponents/initialPopups.d.ts +0 -6
- package/storybook/components/PopupsViewer/types.d.ts +0 -3
- package/storybook/components/PrintingSystem/PrintingSystem.stories.d.ts +0 -6
- package/storybook/components/PropertyValue/PropertyValue.stories.d.ts +0 -65
- package/storybook/components/ScrollBar/ScrollBar.stories.d.ts +0 -7
- package/storybook/components/SettingsLayout/SettingsLayout.stories.d.ts +0 -6
- package/storybook/components/SettingsLayout/subcomponents/SettingsLayoutRender/SettingsLayoutsRender.d.ts +0 -5
- package/storybook/components/SettingsLayout/subcomponents/SettingsLayoutRender/index.d.ts +0 -1
- package/storybook/components/SideBar/SideBar.stories.d.ts +0 -24
- package/storybook/components/SideBar/data/menuData.d.ts +0 -2
- package/storybook/components/SideBar/subcomponents/FooterComponentHost/FooterComponentHost.d.ts +0 -4
- package/storybook/components/SideBar/subcomponents/FooterComponentHost/constants.d.ts +0 -3
- package/storybook/components/SideBar/subcomponents/FooterComponentHost/index.d.ts +0 -1
- package/storybook/components/SideBar/subcomponents/FooterComponentMicrofrontend/FooterComponentMicrofrontend.d.ts +0 -4
- package/storybook/components/SideBar/subcomponents/FooterComponentMicrofrontend/FooterComponentMicrofrontend.stories.d.ts +0 -14
- package/storybook/components/SideBar/subcomponents/FooterComponentMicrofrontend/constants.d.ts +0 -1
- package/storybook/components/SideBar/subcomponents/FooterComponentMicrofrontend/index.d.ts +0 -1
- package/storybook/components/SideBar/subcomponents/HeaderComponentHost/HeaderComponentHost.d.ts +0 -5
- package/storybook/components/SideBar/subcomponents/HeaderComponentHost/constants.d.ts +0 -1
- package/storybook/components/SideBar/subcomponents/HeaderComponentMicrofrontend/HeaderComponentMicrofrontend.d.ts +0 -5
- package/storybook/components/SideBar/subcomponents/HeaderComponentMicrofrontend/constants.d.ts +0 -1
- package/storybook/components/SideBar/subcomponents/SibarDecorator.d.ts +0 -3
- package/storybook/components/Stepper/Stepper.stories.d.ts +0 -28
- package/storybook/components/Stepper/api/userApi.d.ts +0 -6
- package/storybook/components/Stepper/components/AdminPermissionsStep.d.ts +0 -4
- package/storybook/components/Stepper/components/CompanySocialMediaStep.d.ts +0 -4
- package/storybook/components/Stepper/components/CompanyStep.d.ts +0 -4
- package/storybook/components/Stepper/components/ContactStep.d.ts +0 -4
- package/storybook/components/Stepper/components/ExtraInformationStep.d.ts +0 -4
- package/storybook/components/Stepper/components/ModulePermissionsStep.d.ts +0 -4
- package/storybook/components/Stepper/components/PrivilegesStep.d.ts +0 -4
- package/storybook/components/Stepper/helpers/useSteps.d.ts +0 -43
- package/storybook/components/Stepper/subcomponents/StepperDecorator.d.ts +0 -9
- package/storybook/components/Stepper/validations/CompanyData.d.ts +0 -18
- package/storybook/components/Stepper/validations/ContactData.d.ts +0 -11
- package/storybook/components/Stepper/validations/ExtraInformationData.d.ts +0 -9
- package/storybook/components/Stepper/validations/PrivilegesData.d.ts +0 -14
- package/storybook/components/ToastContainer/ToastContainer.stories.d.ts +0 -47
- package/storybook/components/WindowBase/windowBase.stories.d.ts +0 -69
- package/storybook/components/WindowConfirm/windowConfirm.stories.d.ts +0 -8
- package/storybook/components/appBar/AppBar.stories.d.ts +0 -9
- package/storybook/components/commonActions/components/ActionCancel/ActionCancel.stories.d.ts +0 -22
- package/storybook/components/commonActions/components/ActionFormCancel/ActionFormCancel.stories.d.ts +0 -6
- package/storybook/components/commonActions/components/ActionFormIntro/ActionFormIntro.stories.d.ts +0 -14
- package/storybook/components/commonActions/components/ActionIntro/ActionIntro.stories.d.ts +0 -22
- package/storybook/components/commonActions/components/ActionsContainer/ActionsContainer.stories.d.ts +0 -13
- package/storybook/components/extended/React-Json-Viewer/ReactJsonViewer.stories.d.ts +0 -9
- package/storybook/components/extended/React-Router-Dom/NavLink/NavLInk.stories.d.ts +0 -16
- package/storybook/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.stories.d.ts +0 -9
- package/storybook/components/extended/React-Splitter-Layout/SplitLayout.stories.d.ts +0 -13
- package/storybook/components/extended/React-resizable-panels/SplitLayout.stories.d.ts +0 -13
- package/storybook/components/extended/mui/Accordion/Accordion.stories.d.ts +0 -77
- package/storybook/components/extended/mui/Autocomplete/AutoComple.stories.d.ts +0 -21
- package/storybook/components/extended/mui/Badge/Badge.stories.d.ts +0 -37
- package/storybook/components/extended/mui/Button/Button.stories.d.ts +0 -19
- package/storybook/components/extended/mui/Button/ButtonDataGridWithActions.d.ts +0 -5
- package/storybook/components/extended/mui/CheckBox/CheckBox.stories.d.ts +0 -19
- package/storybook/components/extended/mui/CircularProgress/CircularProgress.default.stories.d.ts +0 -14
- package/storybook/components/extended/mui/CircularProgress/CircularProgress.sizes.stories.d.ts +0 -18
- package/storybook/components/extended/mui/DataTimePicker/DataTimePicker.stories.d.ts +0 -21
- package/storybook/components/extended/mui/Dialog/Dialog.stories.d.ts +0 -7
- package/storybook/components/extended/mui/Dialog/subcomponents/ContentExample.d.ts +0 -29
- package/storybook/components/extended/mui/Dialog/subcomponents/WithExtendedContainer.d.ts +0 -34
- package/storybook/components/extended/mui/Divider/Divider.stories.d.ts +0 -15
- package/storybook/components/extended/mui/IconButton/IconButton.stories.d.ts +0 -39
- package/storybook/components/extended/mui/LoadingButton/LoadingButton.stories.d.ts +0 -42
- package/storybook/components/extended/mui/MenuDivider/MenuDivider.stories.d.ts +0 -25
- package/storybook/components/extended/mui/MenuItem/MenuItem.stories.d.ts +0 -65
- package/storybook/components/extended/mui/Popover/Popover.stories.d.ts +0 -14
- package/storybook/components/extended/mui/Popover/WithPopoverContext.d.ts +0 -11
- package/storybook/components/extended/mui/Popover/types.d.ts +0 -11
- package/storybook/components/extended/mui/Popper/Popper.stories.d.ts +0 -9
- package/storybook/components/extended/mui/Select/Select.stories.d.ts +0 -38
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Circular/skeleton.defaultCircular.stories.d.ts +0 -14
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Rectangular/skeleton.defaultRectangular.stories.d.ts +0 -14
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Rounded/skeleton.defaultRounded.stories.d.ts +0 -15
- package/storybook/components/extended/mui/Skeleton/Colors/Default/Variants/Text/skeleton.defaultText.stories.d.ts +0 -15
- package/storybook/components/extended/mui/Stack/Stack.stories.d.ts +0 -13
- package/storybook/components/extended/mui/Tab/Tab.stories.d.ts +0 -57
- package/storybook/components/extended/mui/TabContent/TabContent.stories.d.ts +0 -17
- package/storybook/components/extended/mui/Tabs/Tabs.stories.d.ts +0 -8
- package/storybook/components/extended/mui/TextField/TextFieldText.stories.d.ts +0 -32
- package/storybook/components/extended/mui/TimePicker/TimePicker.stories.d.ts +0 -21
- package/storybook/components/extended/mui/ToggleButton/ToggleButton.stories.d.ts +0 -53
- package/storybook/components/extended/mui/ToggleIconButton/ToggleIconButton.stories.d.ts +0 -49
- package/storybook/components/extended/mui/Tooltip/Tooltip.stories.d.ts +0 -17
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/body/Estados/typography.body.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/bodyDens/Estados/typography.bodyDens.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h1/Estados/typography.h1.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h2/Estados/typography.h2.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h3/Estados/typography.h3.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/h5/Estados/typography.h5.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/paragraph/Estados/typography.paragraph.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/paragraphDens/Estados/typography.paragraphDens.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/subtitle/Estados/typography.subtitle.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/Typography/PaletteColor/text.primary/Variantes/subtitleDens/Estados/typography.subtitleDens.estados.stories.d.ts +0 -23
- package/storybook/components/extended/mui/avatar/Avatar.stories.d.ts +0 -12
- package/storybook/components/extended/react-resizable/ResizableBox/resizableBox.stories.d.ts +0 -13
- package/storybook/components/formatters/BooleanFormatter/BooleanFormatter.stories.d.ts +0 -41
- package/storybook/components/formatters/ChipStatusFormatter/ChipStatusFormatter.stories.d.ts +0 -13
- package/storybook/components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.stories.d.ts +0 -13
- package/storybook/components/formatters/DateFormatter/DateFormatter.stories.d.ts +0 -29
- package/storybook/components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.stories.d.ts +0 -157
- package/storybook/components/formatters/DistanceToNowFormatter/subcomponents/WithDTNFProvider.d.ts +0 -5
- package/storybook/components/formatters/DistanceToNowFormatter/types.d.ts +0 -3
- package/storybook/components/formatters/PeriodFormatter/PeriodFormatter.stories.d.ts +0 -36
- package/storybook/components/formatters/PoinsFormatter/PointsFormatter.stories.d.ts +0 -21
- package/storybook/components/formatters/PriceFormatter/PriceFormatter.stories.d.ts +0 -17
- package/storybook/components/formatters/UncertaintyFormatter/UncertaintyFormatter.stories.d.ts +0 -13
- package/storybook/components/image/image.stories.d.ts +0 -11
- package/storybook/hook-form/RHFAutocomplete/RHFAutocomplete.stories.d.ts +0 -22
- package/storybook/hook-form/RHFAutocomplete/constants.d.ts +0 -23
- package/storybook/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.stories.d.ts +0 -23
- package/storybook/hook-form/RHFAutocompleteAsync/constants.d.ts +0 -14
- package/storybook/hook-form/RHFAutocompleteAsync/handlers.d.ts +0 -1
- package/storybook/hook-form/RHFCheckBox/RHFCheckBox.stories.d.ts +0 -8
- package/storybook/hook-form/RHFColorPicker/RHFColorPicker.stories.d.ts +0 -21
- package/storybook/hook-form/RHFDateTime/RHFDateTime.stories.d.ts +0 -21
- package/storybook/hook-form/RHFNumberInput/RHFNumberInput.stories.d.ts +0 -21
- package/storybook/hook-form/RHFPeriod/RHFPeriod.stories.d.ts +0 -8
- package/storybook/hook-form/RHFSelect/RHFSelect.stories.d.ts +0 -32
- package/storybook/hook-form/RHFTextField/RHFTextField.stories.d.ts +0 -25
- package/storybook/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.stories.d.ts +0 -27
- package/storybook/hook-form/RHFTimePicker/RHFTimePicker.stories.d.ts +0 -21
- package/storybook/hook-form/RHFUploadImage/RHFUploadImage.stories.d.ts +0 -8
- package/storybook/hook-form/RHFUploadSingleFile/RHFUploadSingleFile.stories.d.ts +0 -11
- package/storybook/wrappers/LineGuide/LineGuide.d.ts +0 -9
- package/storybook/wrappers/LineGuide/styles.d.ts +0 -1
- package/storybook/wrappers/LineGuide/types.d.ts +0 -5
- /package/{storybook/components/DataGrid → components/DataGrid/tests}/helpers/getRows.d.ts +0 -0
- /package/{storybook/components/DataGrid → components/DataGrid/tests}/helpers/icons.d.ts +0 -0
- /package/{storybook/components/DataGrid → components/DataGrid/tests}/helpers/useColumns.d.ts +0 -0
package/storybook/components/commonActions/components/ActionCancel/ActionCancel.stories.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { ActionCancel } from '../../../../../src/components/CommonActions/components/ActionCancel/ActionCancel';
|
|
3
|
-
declare const meta: Meta<typeof ActionCancel>;
|
|
4
|
-
type Story = StoryObj<typeof ActionCancel>;
|
|
5
|
-
/**
|
|
6
|
-
* Base story for `ActionCancel` in standard mode.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Base story for `ActionCancel` with start icon.
|
|
11
|
-
*/
|
|
12
|
-
export declare const WithStartIcon: Story;
|
|
13
|
-
/**
|
|
14
|
-
* Base story for `ActionCancel` with end icon.
|
|
15
|
-
*/
|
|
16
|
-
export declare const WithEndIcon: Story;
|
|
17
|
-
/**
|
|
18
|
-
* Base story for `ActionCancel` with start and end icon.
|
|
19
|
-
*/
|
|
20
|
-
export declare const WithStartAndEndIcon: Story;
|
|
21
|
-
export declare const Skeleton: Story;
|
|
22
|
-
export default meta;
|
package/storybook/components/commonActions/components/ActionFormCancel/ActionFormCancel.stories.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { ActionFormCancel } from '../../../../../src/components/CommonActions/components/ActionFormCancel/ActionFormCancel';
|
|
3
|
-
declare const meta: Meta<typeof ActionFormCancel>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof ActionFormCancel>;
|
|
6
|
-
export declare const WithWindowConfirm: Story;
|
package/storybook/components/commonActions/components/ActionFormIntro/ActionFormIntro.stories.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { ActionFormIntro } from '../../../../../src/components/CommonActions/components/ActionFormIntro/ActionFormIntro';
|
|
3
|
-
declare const meta: Meta<typeof ActionFormIntro>;
|
|
4
|
-
type Story = StoryObj<typeof ActionFormIntro>;
|
|
5
|
-
/**
|
|
6
|
-
* Base story for `ActionFormIntro` in standard mode.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Base story for `ActionFormIntro` with start icon.
|
|
11
|
-
*/
|
|
12
|
-
export declare const WithStartIcon: Story;
|
|
13
|
-
export declare const Skeleton: Story;
|
|
14
|
-
export default meta;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { ActionIntro } from '../../../../../src/components/CommonActions/components/ActionIntro';
|
|
3
|
-
declare const meta: Meta<typeof ActionIntro>;
|
|
4
|
-
type Story = StoryObj<typeof ActionIntro>;
|
|
5
|
-
/**
|
|
6
|
-
* Base story for `ActionIntro` in standard mode.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Base story for `ActionIntro` with start icon.
|
|
11
|
-
*/
|
|
12
|
-
export declare const WithStartIcon: Story;
|
|
13
|
-
/**
|
|
14
|
-
* Base story for `ActionIntro` with end icon.
|
|
15
|
-
*/
|
|
16
|
-
export declare const WithEndIcon: Story;
|
|
17
|
-
/**
|
|
18
|
-
* Base story for `ActionIntro` with start and end icon.
|
|
19
|
-
*/
|
|
20
|
-
export declare const WithStartAndEndIcon: Story;
|
|
21
|
-
export declare const Skeleton: Story;
|
|
22
|
-
export default meta;
|
package/storybook/components/commonActions/components/ActionsContainer/ActionsContainer.stories.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { ActionsContainer } from '../../../../../src/components/CommonActions/components/ActionsContainer/ActionsContainer';
|
|
3
|
-
declare const meta: Meta<typeof ActionsContainer>;
|
|
4
|
-
type Story = StoryObj<typeof ActionsContainer>;
|
|
5
|
-
/**
|
|
6
|
-
* Base story for `ActionsContainer` in standard mode.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Story for `ActionsContainer` with action buttons.
|
|
11
|
-
*/
|
|
12
|
-
export declare const WithActionsButtons: Story;
|
|
13
|
-
export default meta;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { ReactJsonViewer } from '../../../../src/components/extended/React-Json-Viewer';
|
|
3
|
-
declare const meta: Meta<typeof ReactJsonViewer>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof ReactJsonViewer>;
|
|
6
|
-
/**
|
|
7
|
-
* ReactJsonViewer historia por defecto.
|
|
8
|
-
*/
|
|
9
|
-
export declare const ReactJsonViewerDefault: Story;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { NavLink } from '../../../../../src/components/mui_extended/NavLink';
|
|
3
|
-
/**
|
|
4
|
-
* NavLink es un componente de presentación e interacción diseñado para facilitar la navegación dentro de una aplicación o sitio web.
|
|
5
|
-
* Este componente utiliza un texto o enlace visualmente destacado que permite a los usuarios acceder rápidamente a una página o sección de interés. Su diseño lo hace fácilmente identificable,
|
|
6
|
-
* lo que mejora la experiencia de usuario al proporcionar una interfaz clara e intuitiva.
|
|
7
|
-
* @param {NavLinkProps} props - Las propiedades del componente.
|
|
8
|
-
* @returns {JSX.Element} El componente NavLink renderizado.
|
|
9
|
-
*/
|
|
10
|
-
declare const meta: Meta<typeof NavLink>;
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof NavLink>;
|
|
13
|
-
export declare const NavLinkDefault: Story;
|
|
14
|
-
export declare const NavLinkVisited: Story;
|
|
15
|
-
/** NavLink component mode Skeleton */
|
|
16
|
-
export declare const NavLinkDefaultSkeleton: Story;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { PropagateLoaderSpinner } from '../../../../../src/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner';
|
|
3
|
-
declare const meta: Meta<typeof PropagateLoaderSpinner>;
|
|
4
|
-
type Story = StoryObj<typeof PropagateLoaderSpinner>;
|
|
5
|
-
/**
|
|
6
|
-
* Historia base para `PropagateLoaderSpinner` con configuración por defecto.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
export default meta;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { SplitLayout } from '../../../../src/components/extended/React-Splitter-Layout/SplitLayout';
|
|
3
|
-
declare const meta: Meta<typeof SplitLayout>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof SplitLayout>;
|
|
6
|
-
/**
|
|
7
|
-
* Componente `SplitLayout` con historia por base
|
|
8
|
-
*/
|
|
9
|
-
export declare const Base: Story;
|
|
10
|
-
/**
|
|
11
|
-
* Componente `SplitLayout` con las `props` `firstPart` y `secondPart`
|
|
12
|
-
*/
|
|
13
|
-
export declare const WithProps: Story;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { SplitLayout } from '../../../../src/components/extended/React-resizable-panels/SplitLayout';
|
|
3
|
-
declare const meta: Meta<typeof SplitLayout>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof SplitLayout>;
|
|
6
|
-
/**
|
|
7
|
-
* Componente `SplitLayout` con historia por base
|
|
8
|
-
*/
|
|
9
|
-
export declare const Base: Story;
|
|
10
|
-
/**
|
|
11
|
-
* Componente `SplitLayout` con las `props` `firstPart` y `secondPart`
|
|
12
|
-
*/
|
|
13
|
-
export declare const WithProps: Story;
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Accordion } from '../../../../../src/components/mui_extended/Accordion/Accordion';
|
|
3
|
-
declare const meta: Meta<typeof Accordion>;
|
|
4
|
-
type Story = StoryObj<typeof Accordion>;
|
|
5
|
-
/**
|
|
6
|
-
* Variante de Accordion con outline colapsado y en enabled
|
|
7
|
-
*/
|
|
8
|
-
export declare const enabledOutlinedClose: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Variante de Accordion con outline expandido y en enabled
|
|
11
|
-
*/
|
|
12
|
-
export declare const enabledOutlinedOpen: Story;
|
|
13
|
-
/**
|
|
14
|
-
* Variante de Accordion con outline colapsado y en enabled
|
|
15
|
-
*/
|
|
16
|
-
export declare const enabledTextClose: Story;
|
|
17
|
-
/**
|
|
18
|
-
* Variante de Accordion con outline expandido y en enabled
|
|
19
|
-
*/
|
|
20
|
-
export declare const enabledTextOpen: Story;
|
|
21
|
-
/**
|
|
22
|
-
* Variante de Accordion con outline colapsado y en hover
|
|
23
|
-
*/
|
|
24
|
-
export declare const hoverOutlinedClose: Story;
|
|
25
|
-
/**
|
|
26
|
-
* Variante de Accordion con outline expandido y en hover
|
|
27
|
-
*/
|
|
28
|
-
export declare const hoverOutlinedOpen: Story;
|
|
29
|
-
/**
|
|
30
|
-
* Variante de Accordion con text colapsado y en hover
|
|
31
|
-
*/
|
|
32
|
-
export declare const hoverTextClose: Story;
|
|
33
|
-
/**
|
|
34
|
-
* Variante de Accordion con text expandido y en hover
|
|
35
|
-
*/
|
|
36
|
-
export declare const HoverTextOpen: Story;
|
|
37
|
-
/**
|
|
38
|
-
* Variante de Accordion con outlined colapsado y en active
|
|
39
|
-
*/
|
|
40
|
-
export declare const ActiveOutlinedClose: Story;
|
|
41
|
-
/**
|
|
42
|
-
* Variante de Accordion con outlined expandido y en active
|
|
43
|
-
*/
|
|
44
|
-
export declare const ActiveOutlinedOpen: Story;
|
|
45
|
-
/**
|
|
46
|
-
* Variante de Accordion con text colapsado y en active
|
|
47
|
-
*/
|
|
48
|
-
export declare const ActiveTextClose: Story;
|
|
49
|
-
/**
|
|
50
|
-
* Variante de Accordion con text expandido y en active
|
|
51
|
-
*/
|
|
52
|
-
export declare const ActiveTextOpen: Story;
|
|
53
|
-
/**
|
|
54
|
-
* Variante de Accordion con outlined colapsado y en focus visible
|
|
55
|
-
*/
|
|
56
|
-
export declare const FocusVisibleOutlinedClose: Story;
|
|
57
|
-
/**
|
|
58
|
-
* Variante de Accordion con outlined expandido y en focus visible
|
|
59
|
-
*/
|
|
60
|
-
export declare const FocusVisibleOutlinedOpen: Story;
|
|
61
|
-
/**
|
|
62
|
-
* Variante de Accordion con text colapsado y en focus visible
|
|
63
|
-
*/
|
|
64
|
-
export declare const FocusVisibleTextClose: Story;
|
|
65
|
-
/**
|
|
66
|
-
* Variante de Accordion con text expandido y en focus visible
|
|
67
|
-
*/
|
|
68
|
-
export declare const FocusVisibleTextOpen: Story;
|
|
69
|
-
/**
|
|
70
|
-
* Variante de Accordion outline en Skeleton
|
|
71
|
-
*/
|
|
72
|
-
export declare const SkeletonOutlined: Story;
|
|
73
|
-
/**
|
|
74
|
-
* Variante de Accordion text en Skeleton
|
|
75
|
-
*/
|
|
76
|
-
export declare const SkeletonText: Story;
|
|
77
|
-
export default meta;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { AutocompleteProps } from '../../../../../src/components/mui_extended/Autocomplete/types';
|
|
3
|
-
import { ReactNode } from 'react';
|
|
4
|
-
type OptionType = {
|
|
5
|
-
id: number;
|
|
6
|
-
label: string;
|
|
7
|
-
startAdornment?: ReactNode;
|
|
8
|
-
endAdornment?: ReactNode;
|
|
9
|
-
imageUrl?: string;
|
|
10
|
-
};
|
|
11
|
-
declare const meta: Meta<AutocompleteProps<OptionType, undefined>>;
|
|
12
|
-
export default meta;
|
|
13
|
-
type Story = StoryObj<AutocompleteProps<OptionType, false>>;
|
|
14
|
-
export declare const TextSingle: Story;
|
|
15
|
-
export declare const TextMultiple: Story;
|
|
16
|
-
export declare const ImageSingle: Story;
|
|
17
|
-
export declare const ImageMultiple: Story;
|
|
18
|
-
export declare const Loading: Story;
|
|
19
|
-
export declare const Refresh: Story;
|
|
20
|
-
export declare const Skeleton: Story;
|
|
21
|
-
export declare const WithError: Story;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Badge } from '../../../../../src/components/mui_extended/Badge/Badge';
|
|
3
|
-
declare const meta: Meta<typeof Badge>;
|
|
4
|
-
type Story = StoryObj<typeof Badge>;
|
|
5
|
-
/**
|
|
6
|
-
* Default story for the Badge component.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Badge with a primary color.
|
|
11
|
-
*/
|
|
12
|
-
export declare const PrimaryBadge: Story;
|
|
13
|
-
/**
|
|
14
|
-
* Badge with a default color.
|
|
15
|
-
*/
|
|
16
|
-
export declare const DefaultBadge: Story;
|
|
17
|
-
/**
|
|
18
|
-
* Badge with a error color.
|
|
19
|
-
*/
|
|
20
|
-
export declare const ErrorBadge: Story;
|
|
21
|
-
/**
|
|
22
|
-
* Badge with a info color.
|
|
23
|
-
*/
|
|
24
|
-
export declare const InfoBadge: Story;
|
|
25
|
-
/**
|
|
26
|
-
* Badge with a warning color.
|
|
27
|
-
*/
|
|
28
|
-
export declare const WarningBadge: Story;
|
|
29
|
-
/**
|
|
30
|
-
* Badge with a success color.
|
|
31
|
-
*/
|
|
32
|
-
export declare const SuccessBadge: Story;
|
|
33
|
-
/**
|
|
34
|
-
* Badge with a value greater than 9 in type number.
|
|
35
|
-
*/
|
|
36
|
-
export declare const BadgeMaxValue: Story;
|
|
37
|
-
export default meta;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Button } from '../../../../../src/components/mui_extended/Button/Button';
|
|
3
|
-
declare const meta: Meta<typeof Button>;
|
|
4
|
-
type Story = StoryObj<typeof Button>;
|
|
5
|
-
/**
|
|
6
|
-
* Base story for `Button` in standard mode.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Base story for `Button` with start and end icon.
|
|
11
|
-
*/
|
|
12
|
-
export declare const WithStartAndEndIcon: Story;
|
|
13
|
-
export declare const CustomHeaderFilterSortManual: Story;
|
|
14
|
-
/**
|
|
15
|
-
* Base story for `Button` with disabled state.
|
|
16
|
-
*/
|
|
17
|
-
export declare const Disabled: Story;
|
|
18
|
-
export declare const Skeleton: Story;
|
|
19
|
-
export default meta;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { CheckBox } from '../../../../../src/components/mui_extended/CheckBox';
|
|
3
|
-
declare const meta: Meta<typeof CheckBox>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof CheckBox>;
|
|
6
|
-
/**
|
|
7
|
-
* Base story for `CheckBox` in standard mode.
|
|
8
|
-
*/
|
|
9
|
-
export declare const Default: Story;
|
|
10
|
-
/**
|
|
11
|
-
* Story for `CheckBox` in checked mode.
|
|
12
|
-
*/
|
|
13
|
-
export declare const Checked: Story;
|
|
14
|
-
/**
|
|
15
|
-
* Story for `CheckBox` in disabled mode.
|
|
16
|
-
*/
|
|
17
|
-
export declare const Disabled: Story;
|
|
18
|
-
/** Base CheckBox component in mode Skeleton */
|
|
19
|
-
export declare const SkeletonCheckBox: Story;
|
package/storybook/components/extended/mui/CircularProgress/CircularProgress.default.stories.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Icon } from '../../../../../src/components/Icon';
|
|
3
|
-
import { CircularProgress } from '../../../../../src/components/mui_extended/CircularProgress';
|
|
4
|
-
declare const meta: Meta<typeof CircularProgress>;
|
|
5
|
-
type Story = StoryObj<typeof Icon>;
|
|
6
|
-
export default meta;
|
|
7
|
-
/**
|
|
8
|
-
* CircularProgress en estado por defecto
|
|
9
|
-
*/
|
|
10
|
-
export declare const Default: Story;
|
|
11
|
-
/**
|
|
12
|
-
* CircularProgress en estado skeleton
|
|
13
|
-
*/
|
|
14
|
-
export declare const Skeleton: Story;
|
package/storybook/components/extended/mui/CircularProgress/CircularProgress.sizes.stories.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Icon } from '../../../../../src/components/Icon';
|
|
3
|
-
import { CircularProgress } from '../../../../../src/components/mui_extended/CircularProgress';
|
|
4
|
-
declare const meta: Meta<typeof CircularProgress>;
|
|
5
|
-
type Story = StoryObj<typeof Icon>;
|
|
6
|
-
export default meta;
|
|
7
|
-
/**
|
|
8
|
-
* CircularProgress en estado default
|
|
9
|
-
*/
|
|
10
|
-
export declare const Default: Story;
|
|
11
|
-
/**
|
|
12
|
-
* CircularProgress en small
|
|
13
|
-
*/
|
|
14
|
-
export declare const Small: Story;
|
|
15
|
-
/**
|
|
16
|
-
* CircularProgress en medium
|
|
17
|
-
*/
|
|
18
|
-
export declare const Medium: Story;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { DateTimePicker } from '../../../../../src/components/mui_extended/DateTimePicker/DateTimePicker';
|
|
3
|
-
declare const meta: Meta<typeof DateTimePicker>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof DateTimePicker>;
|
|
6
|
-
/**
|
|
7
|
-
* Componente DateTimePicker cuando no es controlado y tiene un `defaultValue`
|
|
8
|
-
*/
|
|
9
|
-
export declare const NoControlled: Story;
|
|
10
|
-
/**
|
|
11
|
-
* Componente DateTimePicker cuando es controlado y tiene un `value`
|
|
12
|
-
*/
|
|
13
|
-
export declare const Controlled: Story;
|
|
14
|
-
/**
|
|
15
|
-
* Componente DateTimePicker cuando esta deshabilitado
|
|
16
|
-
*/
|
|
17
|
-
export declare const Disabled: Story;
|
|
18
|
-
/**
|
|
19
|
-
* Componente DateTimePicker cuando esta en estado de carga
|
|
20
|
-
*/
|
|
21
|
-
export declare const Skeleton: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Dialog } from '../../../../../src/components/mui_extended/Dialog';
|
|
3
|
-
declare const meta: Meta<typeof Dialog>;
|
|
4
|
-
type Story = StoryObj<typeof Dialog>;
|
|
5
|
-
export declare const Default: Story;
|
|
6
|
-
export declare const FullScreen: Story;
|
|
7
|
-
export default meta;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* # ContentExample Component
|
|
3
|
-
*
|
|
4
|
-
* A sample component designed for Storybook stories. It provides a styled container with interactive elements and customizable properties.
|
|
5
|
-
*
|
|
6
|
-
* ## Features
|
|
7
|
-
*
|
|
8
|
-
* - **Styled Content:** Displays a well-designed box with borders, shadows, padding, and rounded corners.
|
|
9
|
-
* - **Interactivity:** Includes a button with an event handler to demonstrate interaction.
|
|
10
|
-
* - **Customizable:** Allows overriding styles using the `style` prop.
|
|
11
|
-
*
|
|
12
|
-
* ## Props
|
|
13
|
-
*
|
|
14
|
-
* | Name | Type | Default | Description |
|
|
15
|
-
* |--------|---------------------|---------|-----------------------------------------------|
|
|
16
|
-
* | style | `React.CSSProperties` | `{}` | Custom styles to apply to the container. |
|
|
17
|
-
*
|
|
18
|
-
* ## Example Usage
|
|
19
|
-
*
|
|
20
|
-
* ### Default Example
|
|
21
|
-
* ```tsx
|
|
22
|
-
*/
|
|
23
|
-
/**
|
|
24
|
-
* Componente de ejemplo para historias en Storybook.
|
|
25
|
-
*/
|
|
26
|
-
export declare const ContentExample: React.FC<{
|
|
27
|
-
style?: React.CSSProperties;
|
|
28
|
-
fullscreen?: boolean;
|
|
29
|
-
}>;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { StoryContext, StoryFn } from '@storybook/react';
|
|
2
|
-
/**
|
|
3
|
-
* WithExtendedContainer Decorator
|
|
4
|
-
*
|
|
5
|
-
* Enhances a Storybook story by adding:
|
|
6
|
-
* - A button to toggle the open state of a dialog.
|
|
7
|
-
* - Dynamic control of the `fullScreen` property passed from the story's arguments.
|
|
8
|
-
* - Proper management of the `onClose` callback to close the dialog.
|
|
9
|
-
*
|
|
10
|
-
* ### Props Injected:
|
|
11
|
-
* - **open** (`boolean`): Controls the visibility of the dialog.
|
|
12
|
-
* - **fullScreen** (`boolean`): Specifies if the dialog should occupy the entire screen.
|
|
13
|
-
* - **onClose** (`VoidFunction`): Callback to close the dialog.
|
|
14
|
-
*
|
|
15
|
-
* ### Example Usage:
|
|
16
|
-
* ```tsx
|
|
17
|
-
* import { WithExtendedContainer } from './WithExtendedContainer';
|
|
18
|
-
*
|
|
19
|
-
* export const meta = {
|
|
20
|
-
* title: 'Components/Dialog',
|
|
21
|
-
* component: Dialog,
|
|
22
|
-
* decorators: [WithExtendedContainer],
|
|
23
|
-
* };
|
|
24
|
-
*
|
|
25
|
-
* export const Default = {
|
|
26
|
-
* args: {
|
|
27
|
-
* fullScreen: false, // This will control the dialog's fullscreen mode.
|
|
28
|
-
* },
|
|
29
|
-
* };
|
|
30
|
-
* ```
|
|
31
|
-
* @param MyStory - The story function being wrapped.
|
|
32
|
-
* @returns JSX.Element - A wrapped story with additional container functionality and toggle button.
|
|
33
|
-
*/
|
|
34
|
-
export declare const WithExtendedContainer: (MyStory: StoryFn, context: StoryContext) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { Divider } from '../../../../../src/components/mui_extended/Divider/Divider';
|
|
3
|
-
declare const meta: Meta<typeof Divider>;
|
|
4
|
-
type Story = StoryObj<typeof Divider>;
|
|
5
|
-
export declare const Default: Story;
|
|
6
|
-
/**
|
|
7
|
-
* Historia base para `MenuDivider` en modo vertical.
|
|
8
|
-
*/
|
|
9
|
-
export declare const SolidDividerHorizontal: Story;
|
|
10
|
-
export declare const SolidDividerVertical: Story;
|
|
11
|
-
/**
|
|
12
|
-
* historia en modo vertical dash.
|
|
13
|
-
*/
|
|
14
|
-
export declare const DashDividerVertical: Story;
|
|
15
|
-
export default meta;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { IconButton } from '../../../../../src/components/mui_extended/IconButton';
|
|
3
|
-
/**
|
|
4
|
-
* Definition of IconButton stories
|
|
5
|
-
*/
|
|
6
|
-
declare const meta: Meta<typeof IconButton>;
|
|
7
|
-
type Story = StoryObj<typeof IconButton>;
|
|
8
|
-
/**
|
|
9
|
-
* Story for IconButton
|
|
10
|
-
*/
|
|
11
|
-
export declare const Base: Story;
|
|
12
|
-
export declare const ErrorButton: Story;
|
|
13
|
-
export declare const DisabledButton: Story;
|
|
14
|
-
/**
|
|
15
|
-
* Story for IconButton is selected
|
|
16
|
-
*/
|
|
17
|
-
export declare const isSelected: Story;
|
|
18
|
-
/**
|
|
19
|
-
* Story for IconButton is selected
|
|
20
|
-
*/
|
|
21
|
-
export declare const WithReactElement: Story;
|
|
22
|
-
export declare const WithTooltipMessage: Story;
|
|
23
|
-
/**
|
|
24
|
-
* Story for IconButton with badge text
|
|
25
|
-
*/
|
|
26
|
-
export declare const WithBadge: Story;
|
|
27
|
-
/**
|
|
28
|
-
* Story for IconButton with badge text with max value
|
|
29
|
-
*/
|
|
30
|
-
export declare const WithBadgeMaxValue: Story;
|
|
31
|
-
/**
|
|
32
|
-
* Story for IconButton with badge dot
|
|
33
|
-
*/
|
|
34
|
-
export declare const WithBadgeDot: Story;
|
|
35
|
-
/**
|
|
36
|
-
* Story for IconButton with skeleton.
|
|
37
|
-
*/
|
|
38
|
-
export declare const WithSkeleton: Story;
|
|
39
|
-
export default meta;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { LoadingButton } from '../../../../../src/components/mui_extended/LoadingButton';
|
|
3
|
-
declare const meta: Meta<typeof LoadingButton>;
|
|
4
|
-
type Story = StoryObj<typeof LoadingButton>;
|
|
5
|
-
/**
|
|
6
|
-
* Base story for `Button` in standard mode.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Base story for `Button` with start icon.
|
|
11
|
-
*/
|
|
12
|
-
export declare const WithStartIcon: Story;
|
|
13
|
-
/**
|
|
14
|
-
* Base story for `Button` with end icon.
|
|
15
|
-
*/
|
|
16
|
-
export declare const WithEndIcon: Story;
|
|
17
|
-
/**
|
|
18
|
-
* Base story for `Button` with start and end icon.
|
|
19
|
-
*/
|
|
20
|
-
export declare const WithStartAndEndIcon: Story;
|
|
21
|
-
/**
|
|
22
|
-
* Base story for `Button` with disabled state.
|
|
23
|
-
*/
|
|
24
|
-
export declare const Disabled: Story;
|
|
25
|
-
/**
|
|
26
|
-
* Base story for `Button` with disabled state.
|
|
27
|
-
*/
|
|
28
|
-
export declare const Loading: Story;
|
|
29
|
-
/**
|
|
30
|
-
* LoadingButton in Text variant
|
|
31
|
-
*/
|
|
32
|
-
export declare const TextLoadingButton: Story;
|
|
33
|
-
/**
|
|
34
|
-
* LoadingButton in Outlined variant
|
|
35
|
-
*/
|
|
36
|
-
export declare const OutlinedLoadingButton: Story;
|
|
37
|
-
/**
|
|
38
|
-
* LoadingButton in Contained variant
|
|
39
|
-
*/
|
|
40
|
-
export declare const ContainedLoadingButton: Story;
|
|
41
|
-
export declare const Skeleton: Story;
|
|
42
|
-
export default meta;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { MenuDivider } from '../../../../../src/components/mui_extended/MenuDivider/MenuDivider';
|
|
3
|
-
declare const meta: Meta<typeof MenuDivider>;
|
|
4
|
-
type Story = StoryObj<typeof MenuDivider>;
|
|
5
|
-
/**
|
|
6
|
-
* Historia base para `MenuDivider` en modo estándar.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Historia base para `MenuDivider` en modo vertical.
|
|
11
|
-
*/
|
|
12
|
-
export declare const SolidDividerHorizontal: Story;
|
|
13
|
-
/**
|
|
14
|
-
* Historia base para `MenuDivider` en modo horizontal.
|
|
15
|
-
*/
|
|
16
|
-
export declare const DashDividerHorizontal: Story;
|
|
17
|
-
/**
|
|
18
|
-
* historia en modo vertical solid.
|
|
19
|
-
*/
|
|
20
|
-
export declare const SolidDividerVertical: Story;
|
|
21
|
-
/**
|
|
22
|
-
* historia en modo vertical dash.
|
|
23
|
-
*/
|
|
24
|
-
export declare const DashDividerVertical: Story;
|
|
25
|
-
export default meta;
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/react';
|
|
2
|
-
import { MenuItem } from '../../../../../src/components/mui_extended/MenuItem';
|
|
3
|
-
declare const meta: Meta<typeof MenuItem>;
|
|
4
|
-
type Story = StoryObj<typeof MenuItem>;
|
|
5
|
-
/**
|
|
6
|
-
* Historia base para `MenuItem` en modo estándar.
|
|
7
|
-
*/
|
|
8
|
-
export declare const Default: Story;
|
|
9
|
-
/**
|
|
10
|
-
* Historia para `MenuItem` activado y con ícono a la izquierda.
|
|
11
|
-
*/
|
|
12
|
-
export declare const DefaultWithStartIcon: Story;
|
|
13
|
-
/**
|
|
14
|
-
* Historia para `MenuItem` activado y con ícono a la derecha.
|
|
15
|
-
*/
|
|
16
|
-
export declare const DefaultWithEndIcon: Story;
|
|
17
|
-
/**
|
|
18
|
-
* Historia para `MenuItem` activado y con íconos.
|
|
19
|
-
*/
|
|
20
|
-
export declare const DefaultWithStartAndEndIcon: Story;
|
|
21
|
-
/**
|
|
22
|
-
* Historia para `MenuItem` default con íconos.
|
|
23
|
-
*/
|
|
24
|
-
export declare const DefaultWithIconsAndChecked: Story;
|
|
25
|
-
/**
|
|
26
|
-
* Historia para `MenuItem` seleccionado sin ícono.
|
|
27
|
-
*/
|
|
28
|
-
export declare const SelectedWithoutIconAndChecked: Story;
|
|
29
|
-
/**
|
|
30
|
-
* Historia para `MenuItem` activado y con ícono a la izquierda.
|
|
31
|
-
*/
|
|
32
|
-
export declare const SelectedWithStartIcon: Story;
|
|
33
|
-
/**
|
|
34
|
-
* Historia para `MenuItem` activado y con ícono a la derecha.
|
|
35
|
-
*/
|
|
36
|
-
export declare const SelectedWithEndIcon: Story;
|
|
37
|
-
/**
|
|
38
|
-
* Historia para `MenuItem` activado y con íconos.
|
|
39
|
-
*/
|
|
40
|
-
export declare const SelectedWithStartAndEndIcon: Story;
|
|
41
|
-
/**
|
|
42
|
-
* Historia para `MenuItem` selected, con íconos y checked.
|
|
43
|
-
*/
|
|
44
|
-
export declare const SelectedWithIconsAndChecked: Story;
|
|
45
|
-
/**
|
|
46
|
-
* Historia para `MenuItem` deshabilitado con íconos.
|
|
47
|
-
*/
|
|
48
|
-
export declare const DisabledWithIcon: Story;
|
|
49
|
-
/**
|
|
50
|
-
* Historia para `MenuItem` deshabilitado sin íconos.
|
|
51
|
-
*/
|
|
52
|
-
export declare const DisabledWithoutIcon: Story;
|
|
53
|
-
/**
|
|
54
|
-
* Historia para `MenuItem` en modo skeleton.
|
|
55
|
-
*/
|
|
56
|
-
export declare const WithSkeleton: Story;
|
|
57
|
-
/**
|
|
58
|
-
* Historia para `MenuItem` en modo color error.
|
|
59
|
-
*/
|
|
60
|
-
export declare const WithError: Story;
|
|
61
|
-
/**
|
|
62
|
-
* Historia para `MenuItem` en modo color error con icono y checked
|
|
63
|
-
*/
|
|
64
|
-
export declare const WithErrorAndChecked: Story;
|
|
65
|
-
export default meta;
|