@m4l/components 0.1.68 → 0.1.70
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 +24 -0
- package/assets/Logo.d.ts +2 -1
- package/components/AccountPopover/AccountPopover.d.ts +2 -1
- package/components/AccountPopover/style.d.ts +2 -0
- package/components/AccountPopover/subcomponents/PopOver/index.d.ts +2 -1
- package/components/AccountPopover/subcomponents/PopOver/styles.d.ts +8 -0
- package/components/AppBar/AppBar.d.ts +2 -1
- package/components/AppBar/styles.d.ts +2 -0
- package/components/AppBar/subcomponents/MyAvatar/index.d.ts +2 -1
- package/components/CommonActions/classes/constants.d.ts +1 -0
- package/components/CommonActions/classes/index.d.ts +4 -0
- package/components/CommonActions/classes/types.d.ts +11 -0
- package/components/CommonActions/components/ActionCancel/{index.49e5c8b2.js → index.9d521b2a.js} +4 -1
- package/components/CommonActions/components/ActionCancel/index.d.ts +2 -1
- package/components/CommonActions/components/ActionFormCancel/{index.58b30b03.js → index.4756457f.js} +27 -12
- package/components/CommonActions/components/ActionFormCancel/index.d.ts +2 -1
- package/components/CommonActions/components/ActionFormIntro/{index.a9ecbb73.js → index.40321b1b.js} +4 -1
- package/components/CommonActions/components/ActionFormIntro/index.d.ts +2 -1
- package/components/CommonActions/components/ActionIntro/{index.6605ee21.js → index.1ba5b02b.js} +5 -2
- package/components/CommonActions/components/ActionIntro/index.d.ts +2 -1
- package/components/CommonActions/components/Actions/index.154d7cb6.js +96 -0
- package/components/CommonActions/components/Actions/index.d.ts +2 -1
- package/components/CommonActions/components/Actions/styles.d.ts +2 -0
- package/components/DataGrid/contexts/DataGridContext/index.d.ts +1 -1
- package/components/DataGrid/contexts/FilterContext/index.d.ts +1 -1
- package/components/DataGrid/formatters/columnBooleanFormatter/index.d.ts +2 -1
- package/components/DataGrid/formatters/columnConcatenatedValueFormatter/index.d.ts +2 -1
- package/components/DataGrid/formatters/columnDateFormatter/index.d.ts +2 -1
- package/components/DataGrid/formatters/columnNestedValueFormatter/index.d.ts +2 -1
- package/components/DataGrid/formatters/columnPointsFormatter/index.d.ts +2 -1
- package/components/DataGrid/formatters/columnPriceFormatter/index.d.ts +2 -1
- package/components/DataGrid/formatters/columnUncertaintyFormatter/index.d.ts +2 -1
- package/components/DataGrid/{index.f4f7f858.js → index.2f4a0e64.js} +21 -19
- package/components/DataGrid/index.d.ts +2 -1
- package/components/DataGrid/styles.d.ts +3 -0
- package/components/DataGrid/subcomponents/Actions/index.d.ts +2 -1
- package/components/DataGrid/subcomponents/Actions/styles.d.ts +2 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index.d.ts +2 -1
- package/components/DataGrid/subcomponents/Actions/subcomponents/Density/styles.d.ts +3 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Filter/index.d.ts +2 -1
- package/components/DataGrid/subcomponents/Actions/subcomponents/Filter/styles.d.ts +2 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/RowsCount/index.d.ts +2 -1
- package/components/DataGrid/subcomponents/Actions/subcomponents/RowsCount/styles.d.ts +4 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/index.d.ts +2 -1
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/styles.d.ts +2 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/styles.d.ts +8 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/index.d.ts +2 -1
- package/components/DataGrid/subcomponents/Table/index.d.ts +2 -1
- package/components/DataGrid/subcomponents/Table/styles.d.ts +3 -0
- package/components/DataGrid/subcomponents/Table/subcomponents/CustomIcons.d.ts +14 -13
- package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/index.d.ts +2 -1
- package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/styles.d.ts +2 -0
- package/components/DataGrid/subcomponents/editors/TextEditor/index.d.ts +6 -0
- package/components/DraggableWindow/index.d.ts +2 -1
- package/components/DynamicFilter/DynamicFilter.d.ts +2 -1
- package/components/DynamicFilter/classes/index.d.ts +1 -1
- package/components/DynamicFilter/classes/types.d.ts +5 -0
- package/components/DynamicFilter/constants.d.ts +2 -2
- package/components/DynamicFilter/contexts/DynamicFilterContext/index.d.ts +1 -1
- package/components/DynamicFilter/contexts/DynamicFilterContext/store.d.ts +1 -1
- package/components/DynamicFilter/dictionary.d.ts +10 -0
- package/components/DynamicFilter/{index.2485b282.js → index.789ab474.js} +144 -136
- package/components/DynamicFilter/subcomponents/ApplyedFilters/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/ApplyedFilters/styles.d.ts +3 -0
- package/components/DynamicFilter/subcomponents/ApplyedFilters/subcomponents/ApplyedFilter/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/ApplyedFilters/subcomponents/ApplyedFilter/styles.d.ts +6 -0
- package/components/DynamicFilter/subcomponents/ClearFilters/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/ClearFilters/styles.d.ts +3 -0
- package/components/DynamicFilter/subcomponents/FilterButton/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/FilterButton/styles.d.ts +3 -0
- package/components/DynamicFilter/subcomponents/InnerForHooks/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/InnerForHooks/styles.d.ts +3 -0
- package/components/DynamicFilter/subcomponents/InputFilter/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/PopoverFilter/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/PopoverFilter/styles.d.ts +2 -0
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/styles.d.ts +2 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/styles.d.ts +2 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/styles.d.ts +2 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/index.d.ts +2 -1
- package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/styles.d.ts +2 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/factory.d.ts +2 -1
- package/components/HelmetPage/index.d.ts +2 -1
- package/components/HelperText/{index.dba051a9.js → index.a69e9509.js} +9 -9
- package/components/HelperText/index.d.ts +2 -1
- package/components/HelperText/styles.d.ts +2 -0
- package/components/Icon/Icon.d.ts +2 -1
- package/components/Icon/{index.f0a7d42d.js → index.caaed284.js} +2 -2
- package/components/Icon/styles.d.ts +4 -0
- package/components/Image/Image.d.ts +2 -1
- package/components/Image/{index.b216f30c.js → index.82a6cd46.js} +1 -1
- package/components/Image/styles.d.ts +3 -0
- package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +2 -1
- package/components/Image/subcomponents/LazyLoadComponent/styles.d.ts +2 -0
- package/components/Image/subcomponents/Skeleton/index.d.ts +2 -1
- package/components/Image/subcomponents/Skeleton/styles.d.ts +2 -0
- package/components/LanguagePopover/LanguagePopover.d.ts +2 -1
- package/components/LanguagePopover/{index.8032715d.js → index.5af28b9e.js} +10 -10
- package/components/LanguagePopover/styles.d.ts +6 -0
- package/components/Loadable/index.d.ts +1 -1
- package/components/ModalDialog/{index.20a9b77a.js → index.cdfd1ae8.js} +5 -5
- package/components/NavLink/NavLink.d.ts +2 -1
- package/components/NavLink/{index.488dc01c.js → index.251fcf0d.js} +10 -10
- package/components/NavLink/styles.d.ts +2 -0
- package/components/NoItemSelected/{index.02c6c7ac.js → index.3b9d16e3.js} +1 -1
- package/components/NoItemSelected/index.d.ts +2 -1
- package/components/NoItemSelected/styles.d.ts +5 -0
- package/components/ObjectLogs/components/DetailDialog/index.d.ts +2 -1
- package/components/ObjectLogs/components/DetailDialog/styles.d.ts +3 -0
- package/components/ObjectLogs/components/DetailFormatter/index.d.ts +2 -1
- package/components/ObjectLogs/{index.9ff8250d.js → index.57ea68b3.js} +17 -15
- package/components/ObjectLogs/index.d.ts +2 -1
- package/components/ObjectLogs/styles.d.ts +4 -0
- package/components/PaperForm/components/Header.d.ts +2 -1
- package/components/PaperForm/index.d.ts +2 -1
- package/components/PaperForm/{index.0285a63f.js → index.d2d492ea.js} +1 -1
- package/components/PaperForm/styles.d.ts +7 -0
- package/components/Period/index.d.ts +2 -1
- package/components/Period/{index.41358ce0.js → index.fbf074d3.js} +24 -14
- package/components/Period/styles.d.ts +7 -0
- package/components/PropertyValue/index.d.ts +2 -1
- package/components/PropertyValue/skeleton.d.ts +2 -1
- package/components/PropertyValue/styles.d.ts +6 -0
- package/components/Resizeable/{index.18a50191.js → index.aafda79e.js} +1 -1
- package/components/ResizeableWindow/index.d.ts +2 -1
- package/components/ResizeableWindow/styles.d.ts +5 -0
- package/components/ScrollBar/index.d.ts +1 -1
- package/components/ScrollBar/styles.d.ts +8 -0
- package/components/SideBar/SideBar.d.ts +2 -1
- package/components/SideBar/classes/index.d.ts +2 -0
- package/components/SideBar/classes/types.d.ts +2 -4
- package/components/SideBar/context/sideBarContext/index.d.ts +1 -1
- package/components/SideBar/context/sideBarContext/types.d.ts +2 -2
- package/components/SideBar/{index.3ba3a821.js → index.3bc6a634.js} +190 -201
- package/components/SideBar/styles.d.ts +5 -0
- package/components/SideBar/subcomponents/ContentDesktop/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentDesktop/style.d.ts +2 -0
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/styles.d.ts +3 -0
- package/components/SideBar/subcomponents/ContentGroups/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentGroups/styles.d.ts +5 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/styles.d.ts +2 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/styles.d.ts +2 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/styles.d.ts +9 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/subcomponents/NavItemRootContent/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/subcomponents/NavItemRootContent/styles.d.ts +3 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/type.d.ts +0 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/styles.d.ts +2 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +22 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/types.d.ts +3 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/types.d.ts +4 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/styles.d.ts +6 -0
- package/components/SideBar/subcomponents/ContentMobile/index.d.ts +2 -1
- package/components/SideBar/subcomponents/ContentMobile/styles.d.ts +3 -0
- package/components/SideBar/types.d.ts +2 -0
- package/components/SplitLayout/index.d.ts +2 -1
- package/components/SplitLayout/styles.d.ts +4 -0
- package/components/WrapperComponent/index.d.ts +1 -0
- package/components/animate/LoadingScreen/index.d.ts +2 -1
- package/components/animate/LoadingScreen/styles.d.ts +3 -0
- package/components/animate/MotionContainer/index.d.ts +2 -1
- package/components/animate/MotionLazyContainer/index.d.ts +1 -1
- package/components/animate/PropagateLoader/index.d.ts +2 -1
- package/components/animate/PropagateLoader/syles.d.ts +2 -0
- package/components/areas/components/AreasAdmin/classes/index.d.ts +1 -1
- package/components/areas/components/AreasAdmin/classes/types.d.ts +4 -1
- package/components/areas/components/AreasAdmin/index.d.ts +2 -1
- package/components/areas/components/AreasAdmin/styles.d.ts +2 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index.d.ts +2 -1
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +1 -0
- package/components/areas/components/AreasViewer/classes/types.d.ts +1 -0
- package/components/areas/components/AreasViewer/index.d.ts +2 -1
- package/components/areas/components/AreasViewer/styles.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/index.d.ts +3 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/GridLayout/index.d.ts +3 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/GridLayout/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/index.d.ts +3 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +3 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/types.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/index.d.ts +3 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/styles.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/index.d.ts +4 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/types.d.ts +9 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +9 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/skeleton.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/styles.d.ts +9 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index.d.ts +6 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/index.d.ts +4 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/index.d.ts +3 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/index.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/styles.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/index.d.ts +2 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/styles.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/types.d.ts +8 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/types.d.ts +8 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/types.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/styles.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowPopUp/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/types.d.ts +4 -0
- package/components/areas/components/index.359c2b18.js +1514 -0
- package/components/areas/components/index.d.ts +1 -1
- package/components/areas/contexts/AreasContext/helper.d.ts +59 -0
- package/components/areas/contexts/AreasContext/index.d.ts +1 -1
- package/components/areas/contexts/AreasContext/index.de8b4e78.js +1015 -0
- package/components/areas/contexts/AreasContext/store.d.ts +1 -2
- package/components/areas/contexts/AreasContext/types.d.ts +86 -13
- package/components/areas/contexts/DynamicMFParmsContext/index.1607c78e.js +42 -0
- package/components/areas/contexts/DynamicMFParmsContext/index.d.ts +8 -0
- package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/DynamicMFParmsContext/store.d.ts +3 -9
- package/components/areas/contexts/WindowToolsMFContext/index.8f3e2a04.js +20 -0
- package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/WindowToolsMFContext/index.d.ts +1 -1
- package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/WindowToolsMFContext/types.d.ts +3 -2
- package/components/areas/contexts/index.771827bb.js +2 -0
- package/components/areas/contexts/index.d.ts +4 -4
- package/components/areas/dictionary.d.ts +1 -0
- package/components/areas/hooks/index.ae8d8631.js +13 -0
- package/components/areas/hooks/useArea/index.2adbe001.js +12 -0
- package/components/areas/hooks/useDynamicMFParameters/index.d.ts +3 -9
- package/components/areas/hooks/useDynamicMFParameters/{index.c9a35fad.js → index.e52c5392.js} +1 -1
- package/components/areas/hooks/useWindowToolsMF/index.d.ts +1 -1
- package/components/areas/icons.d.ts +4 -0
- package/components/areas/{index.38620c15.js → index.8a58bcbf.js} +15 -8
- package/components/areas/types.d.ts +32 -23
- package/components/formatters/BooleanFormatter/{index.083362c8.js → index.7eb0498c.js} +1 -1
- package/components/formatters/BooleanFormatter/index.d.ts +2 -1
- package/components/formatters/ConcatenatedFormatter/index.d.ts +1 -0
- package/components/formatters/DateFormatter/index.d.ts +2 -1
- package/components/formatters/PeriodFormatter/index.d.ts +1 -0
- package/components/formatters/PointsFormatter/index.d.ts +2 -1
- package/components/formatters/PriceFormatter/index.d.ts +2 -1
- package/components/formatters/UncertaintyFormatter/index.d.ts +2 -1
- package/components/formatters/{index.2d587e05.js → index.f6b9ed01.js} +2 -2
- package/components/hook-form/RHFAutocomplete/RHFAutocomplete.d.ts +2 -1
- package/components/hook-form/RHFAutocomplete/{index.6f0823fb.js → index.09c400c3.js} +11 -11
- package/components/hook-form/RHFAutocomplete/styles.d.ts +2 -0
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/index.d.ts +1 -1
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/styles.d.ts +2 -0
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/index.d.ts +2 -1
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/styles.d.ts +4 -0
- package/components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.d.ts +2 -1
- package/components/hook-form/RHFAutocompleteAsync/{index.dec5535b.js → index.e8acff04.js} +2 -2
- package/components/hook-form/RHFAutocompleteAsync/styles.d.ts +5 -0
- package/components/hook-form/RHFCheckbox/RHFCheckbox.d.ts +2 -1
- package/components/hook-form/RHFCheckbox/{index.7ae098fb.js → index.70310f35.js} +3 -3
- package/components/hook-form/RHFCheckbox/styles.d.ts +15 -0
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/index.d.ts +2 -1
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/styles.d.ts +3 -0
- package/components/hook-form/RHFDateTime/RHFDateTime.d.ts +3 -0
- package/components/hook-form/RHFDateTime/classes/constants.d.ts +1 -0
- package/components/hook-form/RHFDateTime/classes/index.d.ts +8 -0
- package/components/hook-form/RHFDateTime/classes/types.d.ts +13 -0
- package/components/hook-form/RHFDateTime/index.7b815072.js +187 -0
- package/components/hook-form/RHFDateTime/index.d.ts +1 -3
- package/components/hook-form/RHFDateTime/styles.d.ts +2 -0
- package/components/hook-form/RHFDateTime/subcomponents/Skeleton/index.d.ts +2 -1
- package/components/hook-form/RHFDateTime/subcomponents/Skeleton/styles.d.ts +2 -0
- package/components/hook-form/RHFDateTime/subcomponents/Skeleton/types.d.ts +3 -1
- package/components/hook-form/RHFDateTime/types.d.ts +13 -0
- package/components/hook-form/RHFMultiCheckbox/index.d.ts +2 -1
- package/components/hook-form/RHFPeriod/{index.81da23cf.js → index.3c7d393c.js} +2 -2
- package/components/hook-form/RHFPeriod/index.d.ts +2 -1
- package/components/hook-form/RHFPeriod/styles.d.ts +2 -0
- package/components/hook-form/RHFRadioGroup.d.ts +2 -1
- package/components/hook-form/RHFSelect.d.ts +2 -1
- package/components/hook-form/RHFTextField/{index.ef829e80.js → index.d4c39859.js} +6 -7
- package/components/hook-form/RHFTextField/styles.d.ts +3 -0
- package/components/hook-form/RHFTextField/subcomponents/Skeleton/index.d.ts +2 -1
- package/components/hook-form/RHFTextField/subcomponents/Skeleton/styles.d.ts +3 -0
- package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.d.ts +2 -1
- package/components/hook-form/RHFTextFieldPassword/styles.d.ts +2 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/index.d.ts +2 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/styles.d.ts +2 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +2 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/styles.d.ts +12 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/subcomponents/Skeleton/index.d.ts +2 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/subcomponents/Skeleton/styles.d.ts +2 -0
- package/components/hook-form/RHFUpload/{index.0b97dc3c.js → index.31044674.js} +1 -1
- package/components/modal/ModalDialog/index.d.ts +2 -1
- package/components/modal/ModalDialog/styles.d.ts +9 -0
- package/components/modal/WindowBase/index.d.ts +2 -1
- package/components/modal/WindowBase/styles.d.ts +2 -0
- package/components/modal/WindowBase/subcomponents/Header/index.d.ts +2 -1
- package/components/modal/WindowBase/subcomponents/Header/styles.d.ts +6 -0
- package/components/modal/WindowBase/subcomponents/Header/types.d.ts +1 -1
- package/components/modal/WindowBase/types.d.ts +1 -0
- package/components/modal/{WindowBase.77a5aeb2.js → WindowBase.6a40a945.js} +28 -21
- package/components/modal/WindowConfirm/index.d.ts +2 -1
- package/components/modal/WindowConfirm/subcomponents/MessageIlustration/index.d.ts +2 -1
- package/components/modal/WindowConfirm/subcomponents/MessageIlustration/styles.d.ts +6 -0
- package/components/modal/{WindowConfirm.fcc6d9f8.js → WindowConfirm.e21763cb.js} +17 -15
- package/components/modal/index.438777d9.js +34 -0
- package/components/mui_extended/Accordion/components/AccordionLabel.d.ts +2 -1
- package/components/mui_extended/Accordion/{index.5370ebbf.js → index.437bb3f8.js} +2 -2
- package/components/mui_extended/Accordion/index.d.ts +2 -1
- package/components/mui_extended/Accordion/styles.d.ts +4 -0
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +2 -1
- package/components/mui_extended/BoxIcon/index.d.ts +2 -1
- package/components/mui_extended/Breadcrumbs/components/LinkItem/index.d.ts +2 -1
- package/components/mui_extended/Breadcrumbs/index.d.ts +2 -1
- package/components/mui_extended/Button/Button.d.ts +2 -1
- package/components/mui_extended/Button/{index.4d13dbda.js → index.f8ce9ccd.js} +3 -3
- package/components/mui_extended/Button/styles.d.ts +13 -0
- package/components/mui_extended/CircularProgress/index.d.ts +2 -1
- package/components/mui_extended/IconButton/IconButton.d.ts +2 -1
- package/components/mui_extended/IconButton/{index.06b5c4a8.js → index.57824447.js} +1 -3
- package/components/mui_extended/IconButton/styles.d.ts +2 -0
- package/components/mui_extended/IconButton/subcomponents/SkeletonIconButton/index.d.ts +2 -1
- package/components/mui_extended/ImageButton/ImageButton.d.ts +2 -1
- package/components/mui_extended/ImageButton/styles.d.ts +2 -0
- package/components/mui_extended/LinearProgress/index.d.ts +2 -1
- package/components/mui_extended/LinkWithRoute/index.d.ts +2 -1
- package/components/mui_extended/LoadingButton/index.d.ts +2 -1
- package/components/mui_extended/LoadingButton/styles.d.ts +2 -0
- package/components/mui_extended/MenuActions/{index.e05e6158.js → index.37043326.js} +3 -3
- package/components/mui_extended/MenuActions/index.d.ts +2 -1
- package/components/mui_extended/MenuActions/styles.d.ts +30 -0
- package/components/mui_extended/Pager/components/PagerActions/index.d.ts +2 -1
- package/components/mui_extended/Pager/components/PagerActions/styles.d.ts +2 -0
- package/components/mui_extended/Pager/index.d.ts +2 -1
- package/components/mui_extended/Pager/{index.b9db40bc.js → index.eeed3bd5.js} +1 -1
- package/components/mui_extended/Pager/styles.d.ts +6 -0
- package/components/mui_extended/Popover/Popover.d.ts +2 -1
- package/components/mui_extended/Popover/{index.e271e4f0.js → index.226f247e.js} +3 -1
- package/components/mui_extended/Popover/styles.d.ts +1 -0
- package/components/mui_extended/Popover/subcomponts/ArrowIcon/index.d.ts +3 -0
- package/components/mui_extended/Tab/index.d.ts +2 -1
- package/components/mui_extended/Tab/styles.d.ts +2 -0
- package/components/mui_extended/Typography/Typography.d.ts +2 -1
- package/components/mui_extended/Typography/{index.ab4ee376.js → index.b3c6e71c.js} +1 -1
- package/components/mui_extended/Typography/styles.d.ts +2 -0
- package/components/mui_extended/Typography/subcomponents/index.d.ts +2 -1
- package/components/mui_extended/index.dacbb059.js +19 -0
- package/contexts/ModalContext/{index.fcb7d228.js → index.8e3cd7a8.js} +1 -1
- package/contexts/ModalContext/index.d.ts +1 -1
- package/contexts/RHFormContext/index.d.ts +2 -1
- package/contexts/RHFormContext/styles.d.ts +2 -0
- package/contexts/index.d.ts +1 -1
- package/hooks/useModal/{index.95fb6ba1.js → index.d590f506.js} +1 -1
- package/index.js +97 -95
- package/package.json +3 -4
- package/{react-draggable.26a0b105.js → react-draggable.0d64c8b1.js} +1 -1
- package/{react-resizable.3bd8013b.js → react-resizable.8307e056.js} +2 -2
- package/utils/{index.d4755e7e.js → index.a2312a73.js} +1 -1
- package/{vendor.659fcc31.js → vendor.8edaef93.js} +48 -46
- package/components/CommonActions/components/Actions/index.377c342e.js +0 -61
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/helper.d.ts +0 -39
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/index.d.ts +0 -20
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/store.d.ts +0 -11
- package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/types.d.ts +0 -82
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/DynamicMFParmsContext/index.d.ts +0 -14
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/helper.d.ts +0 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/index.d.ts +0 -13
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/store.d.ts +0 -36
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts/WindowContext/types.d.ts +0 -5
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/index.d.ts +0 -4
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Component/index.d.ts +0 -8
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/helper.d.ts +0 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/index.d.ts +0 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/skeleton.d.ts +0 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/Header/subcomponents/MainActions/index.d.ts +0 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/index.d.ts +0 -4
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/index.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/InnerForHooks/subcomponents/MicroFrontend/types.d.ts +0 -8
- package/components/areas/components/index.b21d60d8.js +0 -2127
- package/components/areas/contexts/AreasContext/index.ded4e1bd.js +0 -230
- package/components/areas/contexts/index.65b0f324.js +0 -2
- package/components/areas/hooks/index.18cb3d8a.js +0 -26
- package/components/areas/hooks/useArea/index.d.ts +0 -11
- package/components/areas/hooks/useArea/index.d503dc0b.js +0 -34
- package/components/areas/hooks/useWindow/index.d.ts +0 -11
- package/components/hook-form/RHFDateTime/index.6c129ce4.js +0 -95
- package/components/modal/index.b13922a1.js +0 -24
- package/components/mui_extended/index.08799321.js +0 -19
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/types.d.ts +0 -0
- /package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/{InnerForHooks/subcomponents/MicroFrontend → MicroFrontend}/subcomponents/MFLoader/subcomponents/LoadingMF/types.d.ts +0 -0
- /package/components/areas/{components/AreasViewer/subcomponents/Area/subcomponents/Window/contexts → contexts}/DynamicMFParmsContext/types.d.ts +0 -0
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { styled } from "@mui/material/styles";
|
|
3
|
-
import "@m4l/core";
|
|
4
|
-
import "@mui/material";
|
|
5
|
-
import "@mui/material/Button";
|
|
6
|
-
import "../../../mui_extended/Button/index.4d13dbda.js";
|
|
7
|
-
import "clsx";
|
|
8
|
-
import "react-hook-form";
|
|
9
|
-
import "react";
|
|
10
|
-
import "../../../../contexts/ModalContext/index.fcb7d228.js";
|
|
11
|
-
import "../../../../react-draggable.26a0b105.js";
|
|
12
|
-
import "../../../ModalDialog/index.20a9b77a.js";
|
|
13
|
-
import "../../../Resizeable/index.18a50191.js";
|
|
14
|
-
import "@m4l/graphics";
|
|
15
|
-
import "@mui/lab";
|
|
16
|
-
import "../../../mui_extended/Typography/index.ab4ee376.js";
|
|
17
|
-
import "../../../modal/WindowConfirm.fcc6d9f8.js";
|
|
18
|
-
import "../../../Icon/index.f0a7d42d.js";
|
|
19
|
-
import "../../../modal/WindowBase.77a5aeb2.js";
|
|
20
|
-
import "../../../mui_extended/IconButton/index.06b5c4a8.js";
|
|
21
|
-
import "zustand";
|
|
22
|
-
import "../../../areas/contexts/AreasContext/index.ded4e1bd.js";
|
|
23
|
-
import "../../../areas/components/index.b21d60d8.js";
|
|
24
|
-
import "zustand/shallow";
|
|
25
|
-
const WrapperStandarActions = styled("div")(({
|
|
26
|
-
theme
|
|
27
|
-
}) => ({
|
|
28
|
-
paddingTop: theme.spacing(3),
|
|
29
|
-
margin: theme.spacing(0, 1.5),
|
|
30
|
-
display: "flex",
|
|
31
|
-
flexDirection: "row",
|
|
32
|
-
justifyContent: "flex-end",
|
|
33
|
-
"& > button": {
|
|
34
|
-
marginLeft: "10px"
|
|
35
|
-
}
|
|
36
|
-
}));
|
|
37
|
-
const Actions = (props) => {
|
|
38
|
-
const {
|
|
39
|
-
children
|
|
40
|
-
} = props;
|
|
41
|
-
return /* @__PURE__ */ jsx(WrapperStandarActions, {
|
|
42
|
-
id: "WrapperStandarActions",
|
|
43
|
-
children
|
|
44
|
-
});
|
|
45
|
-
};
|
|
46
|
-
function getCommonActionsDictionary() {
|
|
47
|
-
return ["common_actions"];
|
|
48
|
-
}
|
|
49
|
-
const defaultCommonActionsDictionary = {
|
|
50
|
-
common_actions: {
|
|
51
|
-
cancel: "Cancel",
|
|
52
|
-
intro: "Intro",
|
|
53
|
-
confirm_quit_title: "Confirm",
|
|
54
|
-
confirm_quit_msg: "Are your sure exit?"
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
export {
|
|
58
|
-
Actions as A,
|
|
59
|
-
defaultCommonActionsDictionary as d,
|
|
60
|
-
getCommonActionsDictionary as g
|
|
61
|
-
};
|
package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/helper.d.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { WritableDraft } from 'immer/dist/internal';
|
|
2
|
-
import { Layouts } from 'react-grid-layout';
|
|
3
|
-
import { HashWindowsByLayouts } from '../../../../../../types';
|
|
4
|
-
import { AreaStateWithActions } from './types';
|
|
5
|
-
import { WinLayout } from './types';
|
|
6
|
-
export declare const ROW_HEIGTH_GRIDLAYOUT = 100;
|
|
7
|
-
export declare const CONTAINER_PADDING_GRIDLAYOUT = 3;
|
|
8
|
-
export declare const DEBOUCED_SAVE_TIME = 500;
|
|
9
|
-
export declare const COOKIE_BREAKPOINT_LAYOUTS = "layoutPros";
|
|
10
|
-
export declare const COOKIE_WINDOWS = "windows";
|
|
11
|
-
export declare const NORMALIZED_BREAKPOINTS: {
|
|
12
|
-
lg: number;
|
|
13
|
-
md: number;
|
|
14
|
-
sm: number;
|
|
15
|
-
xs: number;
|
|
16
|
-
xxs: number;
|
|
17
|
-
};
|
|
18
|
-
export declare const NORMALIZED_COLS: {
|
|
19
|
-
lg: number;
|
|
20
|
-
md: number;
|
|
21
|
-
sm: number;
|
|
22
|
-
xs: number;
|
|
23
|
-
xxs: number;
|
|
24
|
-
};
|
|
25
|
-
export declare const MAXIMIZED_COLS: {
|
|
26
|
-
lg: number;
|
|
27
|
-
md: number;
|
|
28
|
-
sm: number;
|
|
29
|
-
xs: number;
|
|
30
|
-
xxs: number;
|
|
31
|
-
};
|
|
32
|
-
export declare const getParmsFromValue: (key: string, data: []) => any;
|
|
33
|
-
export declare function setAddBreakPoints(state: WritableDraft<AreaStateWithActions>, newLayout: WinLayout): Layouts;
|
|
34
|
-
export declare function setBreakPointsMaximized(state: WritableDraft<AreaStateWithActions>, layoutId?: string): Layouts;
|
|
35
|
-
export declare function getDataFromResponse(data: any, state: WritableDraft<AreaStateWithActions>): {
|
|
36
|
-
newBreakPointsLayouts: any;
|
|
37
|
-
newGridLayouts: any[];
|
|
38
|
-
newHashWindowLayouts: HashWindowsByLayouts;
|
|
39
|
-
};
|
package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/index.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { AreaProviderProps } from './types';
|
|
3
|
-
declare const AreaContext: React.Context<(Omit<Omit<import("zustand").StoreApi<import("./types").AreaStateWithActions>, "setState"> & {
|
|
4
|
-
setState<A extends string | {
|
|
5
|
-
type: unknown;
|
|
6
|
-
}>(partial: import("./types").AreaStateWithActions | Partial<import("./types").AreaStateWithActions> | ((state: import("./types").AreaStateWithActions) => import("./types").AreaStateWithActions | Partial<import("./types").AreaStateWithActions>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
7
|
-
}, "setState"> & {
|
|
8
|
-
setState(nextStateOrUpdater: import("./types").AreaStateWithActions | Partial<import("./types").AreaStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<import("./types").AreaStateWithActions>) => void), shouldReplace?: boolean | undefined, action?: string | {
|
|
9
|
-
type: unknown;
|
|
10
|
-
} | undefined): void;
|
|
11
|
-
}) | null>;
|
|
12
|
-
declare const AreaProvider: {
|
|
13
|
-
(props: AreaProviderProps): JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
16
|
-
declare const MemonizedAreaProvider: React.MemoExoticComponent<{
|
|
17
|
-
(props: AreaProviderProps): JSX.Element;
|
|
18
|
-
displayName: string;
|
|
19
|
-
}>;
|
|
20
|
-
export { AreaProvider, AreaContext, MemonizedAreaProvider };
|
package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/store.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { AreaStateWithActions, InitialStoreProps } from './types';
|
|
2
|
-
export declare const createAreaStore: (initProps: InitialStoreProps) => Omit<Omit<import("zustand").StoreApi<AreaStateWithActions>, "setState"> & {
|
|
3
|
-
setState<A extends string | {
|
|
4
|
-
type: unknown;
|
|
5
|
-
}>(partial: AreaStateWithActions | Partial<AreaStateWithActions> | ((state: AreaStateWithActions) => AreaStateWithActions | Partial<AreaStateWithActions>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
6
|
-
}, "setState"> & {
|
|
7
|
-
setState(nextStateOrUpdater: AreaStateWithActions | Partial<AreaStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<AreaStateWithActions>) => void), shouldReplace?: boolean | undefined, action?: string | {
|
|
8
|
-
type: unknown;
|
|
9
|
-
} | undefined): void;
|
|
10
|
-
};
|
|
11
|
-
export declare type AreaStore = ReturnType<typeof createAreaStore>;
|
package/components/areas/components/AreasViewer/subcomponents/Area/contexts/AreaContext/types.d.ts
DELETED
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { DebouncedFunc } from 'lodash';
|
|
3
|
-
import { Layout, Layouts } from 'react-grid-layout';
|
|
4
|
-
import { HashWindowsByLayouts, HashWindowsByPopups, ModalProps, NewLayoutProps, NewModalProps, NewPopUpProps, NewWindowProps, WinType } from '../../../../../../types';
|
|
5
|
-
import { AreaProps } from '../../../../../../types';
|
|
6
|
-
import { AreaStore } from './store';
|
|
7
|
-
import { Maybe, NetworkProps } from '@m4l/core';
|
|
8
|
-
export declare type WinLayout = Layout & {
|
|
9
|
-
winType: WinType;
|
|
10
|
-
};
|
|
11
|
-
export declare type AreaStatus = 'init' | 'load' | 'loaded' | 'error';
|
|
12
|
-
export declare type Breakpoints = {
|
|
13
|
-
[P: string]: number;
|
|
14
|
-
};
|
|
15
|
-
export declare type Cols = {
|
|
16
|
-
[P: string]: number;
|
|
17
|
-
};
|
|
18
|
-
export declare type ViewAreaMode = 'multiple' | 'single';
|
|
19
|
-
export interface AreaState {
|
|
20
|
-
id: string;
|
|
21
|
-
/**
|
|
22
|
-
* "loadAreasFromNetwork" Indica si se deben cargar las ventanas desde la API
|
|
23
|
-
*/
|
|
24
|
-
loadAreasFromNetwork: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* "loadCookiesFromNetwork" Indica si se deben cargar/grabar las cookies en la API
|
|
27
|
-
*/
|
|
28
|
-
loadCookiesFromNetwork: boolean;
|
|
29
|
-
zPopUpIndex: number;
|
|
30
|
-
loadWindows: boolean;
|
|
31
|
-
status: AreaStatus;
|
|
32
|
-
breakpointsLayouts: Layouts;
|
|
33
|
-
beforeMaximizebreakpointsLayouts: Layouts;
|
|
34
|
-
gridLayouts: Layout[];
|
|
35
|
-
windowsPopUps: string[];
|
|
36
|
-
windowModal?: Maybe<ModalProps>;
|
|
37
|
-
hashWindowsPopups: HashWindowsByPopups;
|
|
38
|
-
hashWindowsLayouts: HashWindowsByLayouts;
|
|
39
|
-
networkOperation: (props: NetworkProps) => Promise<any>;
|
|
40
|
-
currentLayoutId: string;
|
|
41
|
-
currentPopUpId: string;
|
|
42
|
-
breakpoints: Breakpoints;
|
|
43
|
-
cols: Cols;
|
|
44
|
-
viewMode: ViewAreaMode;
|
|
45
|
-
singleId?: string;
|
|
46
|
-
isDesktop: boolean;
|
|
47
|
-
}
|
|
48
|
-
export interface AreaStateWithActions extends AreaState {
|
|
49
|
-
actions: {
|
|
50
|
-
addWindow: (newWindow: NewWindowProps) => void;
|
|
51
|
-
closeWindowModal: () => void;
|
|
52
|
-
addWindowModal: (container_id: string, newWindowModalProps: NewModalProps) => void;
|
|
53
|
-
closeWindowPopUp: (removePopUpId: string) => void;
|
|
54
|
-
addWindowPopUp: (container_id: string, newWindowPopupProps: NewPopUpProps) => void;
|
|
55
|
-
closeWindowLayout: (removeLayoutId: string) => void;
|
|
56
|
-
addWindowLayout: (container_id: string, newWindow: NewLayoutProps) => void;
|
|
57
|
-
saveLayouts: () => void;
|
|
58
|
-
onBreakpointsLayoutsChange: (currentLayouts: Layout[], newAllLayouts: Layouts) => void;
|
|
59
|
-
bouncedSaveBreakpointsLayouts: DebouncedFunc<() => void>;
|
|
60
|
-
selectWindowLayout: (layoutId: string) => void;
|
|
61
|
-
selectWindowPopUp: (popUpId: string) => void;
|
|
62
|
-
maximizeLayout: (layoutId?: string) => void;
|
|
63
|
-
normalizeLayouts: () => void;
|
|
64
|
-
};
|
|
65
|
-
internalActions: {
|
|
66
|
-
loadFromApi: () => void;
|
|
67
|
-
changeDesktopBreakpoint: (isDesktop: boolean) => void;
|
|
68
|
-
};
|
|
69
|
-
}
|
|
70
|
-
export declare type DefaultStoreProps = Omit<AreaState, 'id'>;
|
|
71
|
-
export declare type InitialStoreProps = Pick<AreaState, 'id' | 'networkOperation' | 'loadWindows' | 'isDesktop' | 'loadAreasFromNetwork' | 'loadCookiesFromNetwork'> & Partial<DefaultStoreProps>;
|
|
72
|
-
export interface AreaProviderProps extends AreaProps {
|
|
73
|
-
children: ReactNode;
|
|
74
|
-
}
|
|
75
|
-
export declare type AreaProviderRef = {
|
|
76
|
-
store: AreaStore;
|
|
77
|
-
addWindow: (newWindow: NewWindowProps) => string;
|
|
78
|
-
};
|
|
79
|
-
export interface AreaContextProps {
|
|
80
|
-
store: AreaStore;
|
|
81
|
-
addWindow: (newWindow: NewWindowProps) => string;
|
|
82
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { DynamicMFParmsProviderProps } from './types';
|
|
3
|
-
declare const DynamicMFParmsContext: React.Context<(Omit<Omit<import("zustand").StoreApi<import("./store").DynamicMFStateWithActions>, "setState"> & {
|
|
4
|
-
setState<A extends string | {
|
|
5
|
-
type: unknown;
|
|
6
|
-
}>(partial: import("./store").DynamicMFStateWithActions | Partial<import("./store").DynamicMFStateWithActions> | ((state: import("./store").DynamicMFStateWithActions) => import("./store").DynamicMFStateWithActions | Partial<import("./store").DynamicMFStateWithActions>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
7
|
-
}, "setState"> & {
|
|
8
|
-
setState(nextStateOrUpdater: import("./store").DynamicMFStateWithActions | Partial<import("./store").DynamicMFStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<import("./store").DynamicMFStateWithActions>) => void), shouldReplace?: boolean | undefined, action?: string | {
|
|
9
|
-
type: unknown;
|
|
10
|
-
} | undefined): void;
|
|
11
|
-
}) | null>;
|
|
12
|
-
declare function DynamicMFParmsProvider(props: DynamicMFParmsProviderProps): JSX.Element;
|
|
13
|
-
declare const MemonizedDynamicMFParmsProvider: React.MemoExoticComponent<typeof DynamicMFParmsProvider>;
|
|
14
|
-
export { DynamicMFParmsProvider, DynamicMFParmsContext, MemonizedDynamicMFParmsProvider };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getCookiesContainer(data: any, containerId: string): Record<string, any>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { WindowProviderProps } from './types';
|
|
3
|
-
declare const WindowContext: import("react").Context<(Omit<Omit<import("zustand").StoreApi<import("./store").WindowStateWithActions>, "setState"> & {
|
|
4
|
-
setState<A extends string | {
|
|
5
|
-
type: unknown;
|
|
6
|
-
}>(partial: import("./store").WindowStateWithActions | Partial<import("./store").WindowStateWithActions> | ((state: import("./store").WindowStateWithActions) => import("./store").WindowStateWithActions | Partial<import("./store").WindowStateWithActions>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
7
|
-
}, "setState"> & {
|
|
8
|
-
setState(nextStateOrUpdater: import("./store").WindowStateWithActions | Partial<import("./store").WindowStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<import("./store").WindowStateWithActions>) => void), shouldReplace?: boolean | undefined, action?: string | {
|
|
9
|
-
type: unknown;
|
|
10
|
-
} | undefined): void;
|
|
11
|
-
}) | null>;
|
|
12
|
-
declare function WindowMFProvider(props: WindowProviderProps): JSX.Element;
|
|
13
|
-
export { WindowMFProvider, WindowContext };
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ModuleAction, WindowToolsMF } from '../../../../../../../../contexts';
|
|
2
|
-
import { Cookies, WindowBaseProps } from '../../../../../../../../types';
|
|
3
|
-
import { NetworkProps } from '@m4l/core';
|
|
4
|
-
import { DynamicMFStore } from '../DynamicMFParmsContext/store';
|
|
5
|
-
import { AreaStore } from '../../../../contexts/AreaContext/store';
|
|
6
|
-
import { AreasStore } from '../../../../../../../../contexts/AreasContext/store';
|
|
7
|
-
export declare type WindowStatus = 'init' | 'loaded' | 'error';
|
|
8
|
-
export interface WindowState extends WindowBaseProps {
|
|
9
|
-
status: WindowStatus;
|
|
10
|
-
dynamicMFStore: DynamicMFStore;
|
|
11
|
-
areaStore: AreaStore;
|
|
12
|
-
areasStore: AreasStore;
|
|
13
|
-
version?: string;
|
|
14
|
-
moduleActions: ModuleAction[];
|
|
15
|
-
networkOperation: (props: NetworkProps) => Promise<any>;
|
|
16
|
-
cookies: Cookies;
|
|
17
|
-
}
|
|
18
|
-
export interface WindowStateWithActions extends WindowState {
|
|
19
|
-
actions: WindowToolsMF;
|
|
20
|
-
internalActions: {
|
|
21
|
-
loadCookiesFromApi: () => void;
|
|
22
|
-
saveModuleCookies: () => void;
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
declare type InitialStoreProps = Omit<WindowState, 'moduleActions' | 'cookies' | 'status'>;
|
|
26
|
-
export declare const createWindowStore: (initProps: InitialStoreProps) => Omit<Omit<import("zustand").StoreApi<WindowStateWithActions>, "setState"> & {
|
|
27
|
-
setState<A extends string | {
|
|
28
|
-
type: unknown;
|
|
29
|
-
}>(partial: WindowStateWithActions | Partial<WindowStateWithActions> | ((state: WindowStateWithActions) => WindowStateWithActions | Partial<WindowStateWithActions>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
30
|
-
}, "setState"> & {
|
|
31
|
-
setState(nextStateOrUpdater: WindowStateWithActions | Partial<WindowStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<WindowStateWithActions>) => void), shouldReplace?: boolean | undefined, action?: string | {
|
|
32
|
-
type: unknown;
|
|
33
|
-
} | undefined): void;
|
|
34
|
-
};
|
|
35
|
-
export declare type WindowStore = ReturnType<typeof createWindowStore>;
|
|
36
|
-
export {};
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { WindowProps } from '../../../../../../../../types';
|
|
3
|
-
export declare const InnerForHooks: (props: WindowProps) => JSX.Element | null;
|
|
4
|
-
export declare const MemonizedInnerForHooks: React.MemoExoticComponent<(props: WindowProps) => JSX.Element | null>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { JSX_REACT_NODE } from '../../../../../../../../../../types';
|
|
3
|
-
export declare const Component: (props: {
|
|
4
|
-
component: JSX_REACT_NODE;
|
|
5
|
-
}) => JSX.Element;
|
|
6
|
-
export declare const MemonizedComponent: React.MemoExoticComponent<(props: {
|
|
7
|
-
component: JSX_REACT_NODE;
|
|
8
|
-
}) => JSX.Element>;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { ModuleAction } from '../../../../../../../../../../contexts';
|
|
2
|
-
export declare function getMainActions(isDesktop: boolean | undefined, moduleActions: ModuleAction[]): ModuleAction[];
|
|
3
|
-
export declare function getMenuActions(isDesktop: boolean | undefined, moduleActions: ModuleAction[], urlPrefix: string, saveModuleCookies: () => void, version?: string): ModuleAction[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function Header(): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function SKTModuleHeader(): JSX.Element;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function MainActions(): JSX.Element;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { WindowToolsMF } from '../../../../contexts/WindowToolsMFContext/types';
|
|
2
|
-
import { MFBaseProps } from '../../../../../../../../../../types';
|
|
3
|
-
import { DynamicMFStore } from '../../../../contexts/DynamicMFParmsContext/store';
|
|
4
|
-
export interface MicroFrontendProps extends MFBaseProps {
|
|
5
|
-
moduleId: string;
|
|
6
|
-
dynamicMFStore?: DynamicMFStore;
|
|
7
|
-
windowTools: WindowToolsMF;
|
|
8
|
-
}
|