@m4l/components 0.2.1 → 0.2.2
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 +9 -17
- package/assets/Logo.d.ts +1 -2
- package/{commonjs.333e55c7.js → commonjs.565e6834.js} +0 -5
- package/components/AccountPopover/AccountPopover.d.ts +1 -2
- package/components/AccountPopover/{index.e39dc794.js → index.37803642.js} +4 -2
- package/components/AccountPopover/index.d.ts +0 -1
- package/components/AccountPopover/subcomponents/MyAvatar/index.d.ts +1 -2
- package/components/AccountPopover/subcomponents/PopOver/index.d.ts +1 -2
- package/components/AppBar/AppBar.d.ts +1 -26
- package/components/AppBar/classes/index.d.ts +0 -2
- package/components/AppBar/classes/types.d.ts +0 -2
- package/components/AppBar/{index.7b592977.js → index.d17827eb.js} +5 -26
- package/components/AppBar/types.d.ts +0 -14
- package/components/CommonActions/components/ActionCancel/{index.bec75bdf.js → index.6aa59730.js} +2 -2
- package/components/CommonActions/components/ActionCancel/index.d.ts +2 -3
- package/components/CommonActions/components/ActionFormCancel/index.d.ts +1 -2
- package/components/CommonActions/components/ActionFormCancel/{index.9c6a2013.js → index.e6ac3a19.js} +14 -5
- package/components/CommonActions/components/ActionFormIntro/index.d.ts +1 -2
- package/components/CommonActions/components/ActionFormIntro/{index.99f2f1cf.js → index.ebadee33.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.e0150cfc.js → index.33acdebb.js} +2 -2
- package/components/CommonActions/components/ActionIntro/index.d.ts +2 -3
- package/components/CommonActions/components/Actions/index.d.ts +1 -2
- package/components/CommonActions/components/Actions/{index.2f6286eb.js → index.f358ae72.js} +1 -1
- package/components/DataGrid/constants.d.ts +2 -0
- package/components/DataGrid/contexts/DataGridContext/index.d.ts +3 -2
- package/components/DataGrid/contexts/DataGridContext/types.d.ts +2 -2
- package/components/DataGrid/contexts/FilterContext/index.d.ts +1 -1
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.d.ts +6 -0
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/types.d.ts +2 -0
- package/components/DataGrid/formatters/columnBooleanFormatter/index.d.ts +1 -2
- package/components/DataGrid/formatters/columnConcatenatedValueFormatter/index.d.ts +1 -2
- package/components/DataGrid/formatters/columnDateFormatter/index.d.ts +1 -2
- package/components/DataGrid/formatters/columnNestedValueFormatter/index.d.ts +1 -2
- package/components/DataGrid/formatters/columnPointsFormatter/{index.a19b7b90.js → index.5e645334.js} +1 -1
- package/components/DataGrid/formatters/columnPointsFormatter/index.d.ts +1 -2
- package/components/DataGrid/formatters/columnPriceFormatter/index.d.ts +1 -2
- package/components/DataGrid/formatters/columnUncertaintyFormatter/index.d.ts +1 -2
- package/components/DataGrid/index.d.ts +2 -3
- package/components/DataGrid/{index.d5559a4d.js → index.e93a1a31.js} +49 -20
- package/components/DataGrid/subcomponents/Actions/{index.83e2be51.js → index.bcf7a8d7.js} +15 -35
- package/components/DataGrid/subcomponents/Actions/index.d.ts +1 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index.d.ts +1 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/Filter/index.d.ts +1 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/RowsCount/index.d.ts +1 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/index.d.ts +1 -2
- package/components/DataGrid/subcomponents/Table/index.d.ts +2 -3
- package/components/DataGrid/subcomponents/Table/subcomponents/CustomIcons.d.ts +13 -14
- package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/index.d.ts +1 -2
- package/components/DataGrid/types.d.ts +8 -11
- package/components/DraggableWindow/index.d.ts +1 -2
- package/components/DraggableWindow/{index.f9f067bd.js → index.ddc7327b.js} +1 -1
- package/components/DynamicFilter/DynamicFilter.d.ts +1 -2
- package/components/DynamicFilter/classes/index.d.ts +1 -1
- package/components/DynamicFilter/classes/types.d.ts +0 -1
- package/components/DynamicFilter/contexts/DynamicFilterContext/index.d.ts +1 -1
- package/components/DynamicFilter/{index.e275fed2.js → index.6663cc83.js} +14 -18
- package/components/DynamicFilter/subcomponents/ApplyedFilters/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/ApplyedFilters/subcomponents/ApplyedFilter/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/ClearFilters/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/FilterButton/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/InnerForHooks/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/InputFilter/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/PopoverFilter/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/BooleanFilter/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/DateTimeFilter/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/NumberFilter/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/StringFilter/index.d.ts +1 -2
- package/components/DynamicFilter/subcomponents/fieldstypes/factory.d.ts +1 -2
- package/components/GridLayout/{index.e8c04242.js → index.c26989d8.js} +2 -2
- package/components/GridLayout/subcomponents/{GridItem → Griditem}/index.d.ts +1 -1
- package/components/GridLayout/subcomponents/Griditem/{index.4d38f12e.js → index.da0a3c47.js} +3 -3
- package/components/GridLayout/subcomponents/Responsive/{index.e25df1dc.js → index.2e641db2.js} +1 -1
- package/components/GridLayout/subcomponents/Responsive/index.d.ts +1 -2
- package/components/GridLayout/subcomponents/WidthProvider/index.d.ts +1 -1
- package/components/HelmetPage/index.d.ts +1 -2
- package/components/HelperText/index.d.ts +1 -2
- package/components/Icon/Icon.d.ts +1 -2
- package/components/Icon/index.6db034b5.js +147 -0
- package/components/Icon/types.d.ts +0 -1
- package/components/Image/Image.d.ts +1 -2
- package/components/Image/{index.bb1670e5.js → index.2a2e0b27.js} +4 -46
- package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +1 -2
- package/components/Image/subcomponents/Skeleton/index.d.ts +1 -2
- package/components/Image/types.d.ts +2 -2
- package/components/LanguagePopover/LanguagePopover.d.ts +1 -2
- package/components/LanguagePopover/{index.6ff9df10.js → index.ff7c862e.js} +2 -2
- package/components/LinearProgressIndeterminate/LinearProgressIndeterminate.d.ts +1 -2
- package/components/LinearProgressIndeterminate/{index.a0ad2d9e.js → index.7f4ed9b7.js} +1 -1
- package/components/Loadable/index.d.ts +1 -1
- package/components/LoadingError/LoadingError.d.ts +1 -2
- package/components/LoadingError/{index.33ab5063.js → index.0ac9e74d.js} +3 -3
- package/components/MFLoader/MFLoader.d.ts +1 -2
- package/components/MFLoader/{index.ad3b304a.js → index.cd087354.js} +1 -1
- package/components/MFLoader/subcomponents/ProggessLoadingMF/index.d.ts +1 -2
- package/components/ModalDialog/{index.89e26413.js → index.8c4fde10.js} +4 -4
- package/components/NavLink/NavLink.d.ts +1 -2
- package/components/NoItemSelected/{index.f20bbfb3.js → index.afc12ed9.js} +1 -1
- package/components/NoItemSelected/index.d.ts +1 -2
- package/components/ObjectLogs/components/DetailDialog/index.d.ts +1 -2
- package/components/ObjectLogs/components/DetailFormatter/index.d.ts +1 -2
- package/components/ObjectLogs/{index.ce1b4f13.js → index.cb303905.js} +7 -7
- package/components/ObjectLogs/index.d.ts +1 -2
- package/components/Page/{index.6dd70d4c.js → index.190e2356.js} +1 -1
- package/components/PaperForm/PaperForm.d.ts +1 -2
- package/components/PaperForm/components/Header.d.ts +1 -2
- package/components/PaperForm/{index.725aee55.js → index.7a206d69.js} +1 -1
- package/components/Period/Period.d.ts +1 -2
- package/components/Period/{index.b2c8b4f7.js → index.906f1ce2.js} +2 -2
- package/components/PrintingSystem/{index.89c4d0f9.js → index.bbf52442.js} +43 -15
- package/components/PrintingSystem/subcomponents/BodyNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/BodyNode/{index.d1f4b0f6.js → index.ee81edc5.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.6744122f.js → index.b56666cf.js} +4 -4
- package/components/PrintingSystem/subcomponents/ChartNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/DividerNode/{index.782756f8.js → index.ca3332b1.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/FooterNode/{index.9feec47b.js → index.932c3e33.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/GridNode/{index.8568b2bc.js → index.16748040.js} +4 -4
- package/components/PrintingSystem/subcomponents/GridNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.07d6e7f0.js → index.0ddbbbad.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/ImageNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/PageNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/Pager/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/PaperNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/PaperNode/{index.615ce7d3.js → index.efd9af2f.js} +4 -4
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.e239fdf3.js → index.75ed9752.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/SectionNode/{index.2f445506.js → index.68cac21a.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/index.d.ts +1 -2
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.828bc8fe.js → index.91ba514f.js} +3 -3
- package/components/PrintingSystem/subcomponents/TextBoxNode/index.d.ts +1 -2
- package/components/PrintingSystem/types.d.ts +1 -10
- package/components/PrintingSystem/utils/FactoryRender/index.d.ts +1 -2
- package/components/PrintingSystem/utils/PageRender/index.d.ts +1 -2
- package/components/PrintingSystem/utils/getEvalValue/index.d.ts +1 -0
- package/components/PropertyValue/PropertyValue.d.ts +1 -2
- package/components/PropertyValue/classes/index.d.ts +1 -1
- package/components/PropertyValue/classes/types.d.ts +1 -4
- package/components/PropertyValue/index.a36c1223.js +220 -0
- package/components/PropertyValue/skeleton.d.ts +2 -0
- package/components/PropertyValue/types.d.ts +7 -5
- package/components/Resizeable/{index.6478d7d8.js → index.383eb1aa.js} +1 -1
- package/components/ResizeableWindow/index.d.ts +1 -2
- package/components/ScrollBar/{index.010f1b9d.js → index.65bb2930.js} +1 -5
- package/components/ScrollBar/index.d.ts +1 -1
- package/components/SideBar/SideBar.d.ts +1 -2
- package/components/SideBar/classes/index.d.ts +1 -1
- package/components/SideBar/context/sideBarContext/index.d.ts +1 -1
- package/components/SideBar/{index.54b616c6.js → index.7e4a79a6.js} +12 -12
- package/components/SideBar/subcomponents/ContentDesktop/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentGroups/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/subcomponents/NavItemRootContent/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentMobile/index.d.ts +1 -2
- package/components/SideBar/subcomponents/ContentMobile/subcomponents/Drawer.d.ts +1 -2
- package/components/SideBar/types.d.ts +3 -3
- package/components/SplitLayout/SplitLayout.d.ts +1 -2
- package/components/SplitLayout/{index.30fd5861.js → index.9ef430f6.js} +1 -1
- package/components/animate/AnimatedScroll/animatedScroll.d.ts +1 -2
- package/components/animate/LoadingScreen/index.d.ts +1 -2
- package/components/animate/MotionContainer/index.d.ts +1 -2
- package/components/animate/MotionLazyContainer/index.d.ts +1 -1
- package/components/animate/PropagateLoader/index.d.ts +1 -2
- package/components/areas/components/AreasAdmin/{index.2b98920f.js → index.74532c2a.js} +12 -12
- package/components/areas/components/AreasAdmin/index.d.ts +1 -2
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index.d.ts +1 -2
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.d.ts +1 -2
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.d.ts +1 -2
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.d.ts +1 -2
- package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/{index.7bc64011.js → index.3cd1a452.js} +15 -15
- package/components/areas/components/AreasViewer/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/skeleton.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowPopUpsList/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/index.d.ts +2 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Toasties/subcomponents/Toasty/index.d.ts +1 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/index.d.ts +2 -2
- package/components/areas/contexts/AreasContext/{index.70716452.js → index.55981647.js} +4 -4
- package/components/areas/contexts/AreasContext/index.d.ts +1 -1
- package/components/areas/contexts/DynamicMFParmsContext/index.d.ts +1 -1
- package/components/areas/contexts/WindowToolsMFContext/index.d.ts +1 -1
- package/components/areas/hooks/useAreas/{index.8426db7f.js → index.5cbbe91c.js} +1 -1
- package/components/formatters/BooleanFormatter/{index.22761b39.js → index.5379222a.js} +2 -2
- package/components/formatters/BooleanFormatter/index.d.ts +1 -2
- package/components/formatters/DateFormatter/index.d.ts +1 -2
- package/components/formatters/FormatterRoot/index.d.ts +1 -2
- package/components/formatters/PointsFormatter/{index.5c94c5e8.js → index.80a4e414.js} +2 -2
- package/components/formatters/PointsFormatter/index.d.ts +2 -3
- package/components/formatters/PriceFormatter/index.d.ts +1 -2
- package/components/formatters/UncertaintyFormatter/index.d.ts +1 -2
- package/components/formatters/{index.5c788afa.js → index.d0a0800d.js} +1 -1
- package/components/hook-form/HelperError/index.66bbcac3.js +30 -0
- package/components/hook-form/RHFAutocomplete/RHFAutocomplete.d.ts +1 -2
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +0 -2
- package/components/hook-form/RHFAutocomplete/{index.f7145ff4.js → index.09ff3d84.js} +35 -26
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/index.d.ts +1 -1
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/index.d.ts +1 -2
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/types.d.ts +2 -1
- package/components/hook-form/RHFAutocomplete/types.d.ts +3 -8
- package/components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.d.ts +1 -2
- package/components/hook-form/RHFAutocompleteAsync/{index.11572063.js → index.54b4dca3.js} +1 -1
- package/components/hook-form/RHFCheckbox/RHFCheckbox.d.ts +1 -2
- package/components/hook-form/RHFColorPicker/index.d.ts +1 -8
- package/components/hook-form/RHFColorPicker/types.d.ts +0 -5
- package/components/hook-form/RHFDateTime/RHFDateTime.d.ts +1 -2
- package/components/hook-form/RHFDateTime/{index.30d6deb9.js → index.2b76899e.js} +1 -1
- package/components/hook-form/RHFDateTime/subcomponents/Skeleton/index.d.ts +1 -2
- package/components/hook-form/RHFDateTime/types.d.ts +1 -0
- package/components/hook-form/RHFHelperError/index.d.ts +4 -0
- package/components/hook-form/RHFMultiCheckbox/index.d.ts +1 -2
- package/components/hook-form/RHFPeriod/index.d.ts +1 -2
- package/components/hook-form/RHFPeriod/{index.8fdd9f5d.js → index.d6c8587a.js} +1 -1
- package/components/hook-form/RHFRadioGroup/RHFRadioGroup.d.ts +3 -0
- package/components/hook-form/RHFRadioGroup/{index.b3335e13.js → index.7deb4e48.js} +5 -3
- package/components/hook-form/RHFRadioGroup/index.d.ts +2 -0
- package/components/hook-form/RHFRadioGroup/types.d.ts +8 -0
- package/components/hook-form/RHFSelect.d.ts +1 -2
- package/components/hook-form/RHFTextField/{index.2f73c117.js → index.f546c18a.js} +2 -2
- package/components/hook-form/RHFTextField/subcomponents/Skeleton/index.d.ts +1 -2
- package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.d.ts +1 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.d.ts +1 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index.d.ts +1 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/subcomponents/Skeleton/index.d.ts +1 -2
- package/components/hook-form/RHFUpload/{index.a69afe7e.js → index.a5621247.js} +4 -4
- package/components/hook-form/index.d.ts +2 -2
- package/components/index.d.ts +1 -2
- package/components/maps/GpsTools.34a27c0a.js +2312 -0
- package/components/maps/Map.9fc17398.js +474 -0
- package/components/maps/components/GpsTools/GpsTools.d.ts +1 -0
- package/components/maps/components/GpsTools/classes/index.d.ts +4 -0
- package/components/maps/components/GpsTools/classes/types.d.ts +20 -0
- package/components/maps/components/GpsTools/constants.d.ts +8 -0
- package/components/maps/components/GpsTools/contexts/GpsToolsContext/index.d.ts +19 -0
- package/components/maps/components/GpsTools/contexts/GpsToolsContext/store.d.ts +16 -0
- package/components/maps/components/GpsTools/contexts/GpsToolsContext/types.d.ts +173 -0
- package/components/maps/components/GpsTools/dictionary.d.ts +64 -0
- package/components/maps/components/GpsTools/hooks/useLayers/index.d.ts +1 -0
- package/components/maps/components/GpsTools/hooks/useMapTools/index.d.ts +2 -0
- package/components/maps/components/GpsTools/icons.d.ts +15 -0
- package/components/maps/components/GpsTools/index.d.ts +2 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/index.d.ts +9 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/constants.d.ts +7 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useCheckedFeatures.d.ts +9 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useCheckedGeofences.d.ts +4 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useColumns.d.ts +9 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useMaster.d.ts +20 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/hooks/useRowActionsGetter.d.ts +9 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/model.d.ts +122 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/ColumnSetCheckFormatter/index.d.ts +8 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/ColumnSetCheckFormatter/types.d.ts +5 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/constants.d.ts +20 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/helpers.d.ts +7 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useDrawing.d.ts +11 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSubmit.d.ts +8 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useSumbitErrorsFocus.d.ts +5 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/hooks/useValidation.d.ts +22 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/types.d.ts +6 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/validations.d.ts +5 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/types.d.ts +7 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations.d.ts +6 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyActions/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/subcomponents/StyleData/types.d.ts +10 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofenceAddEdit/types.d.ts +25 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofencesList/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/GeofencesList/subcomponents/Filter/index.d.ts +7 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/GeofencesTool/subcomponents/PolylineWithArrows/index.d.ts +9 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/constants.d.ts +30 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/hooks/useMeasure.d.ts +31 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/hooks/useValidation.d.ts +10 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MeasureData/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MeasureData/types.d.ts +6 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MeasureData/validations.d.ts +2 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/subcomponents/MyActions/index.d.ts +1 -0
- package/components/maps/components/GpsTools/subcomponents/TabTools/subcomponents/MeasureTool/types.d.ts +9 -0
- package/components/maps/components/GpsTools/types.d.ts +34 -0
- package/components/maps/components/Map/Map.d.ts +2 -0
- package/components/maps/components/Map/classes/index.d.ts +5 -0
- package/components/maps/components/Map/classes/types.d.ts +19 -0
- package/components/maps/components/Map/constants.d.ts +10 -0
- package/components/maps/components/Map/contexts/MapContext/MapContext.d.ts +19 -0
- package/components/maps/components/Map/contexts/MapContext/helper.d.ts +8 -0
- package/components/maps/components/Map/contexts/MapContext/index.d.ts +2 -0
- package/components/maps/components/Map/contexts/MapContext/store.d.ts +16 -0
- package/components/maps/components/Map/contexts/MapContext/types.d.ts +354 -0
- package/components/maps/components/Map/hooks/useMapStore/index.d.ts +3 -0
- package/components/maps/components/Map/index.d.ts +5 -0
- package/components/maps/components/Map/subcomponents/LayersContainer/index.d.ts +2 -0
- package/components/maps/components/Map/subcomponents/LeafletLayer/index.d.ts +3 -0
- package/components/maps/components/Map/subcomponents/LeafletLayer/types.d.ts +2 -0
- package/components/maps/components/Map/subcomponents/MainTools/index.d.ts +2 -0
- package/components/maps/components/Map/subcomponents/MainTools/types.d.ts +5 -0
- package/components/maps/components/Map/types.d.ts +28 -0
- package/components/maps/index.7057e217.js +1 -0
- package/components/maps/index.d.ts +3 -0
- package/components/maps/leaflet-geoman.d.ts +1633 -0
- package/components/maps/leaflet.d.ts +29 -0
- package/components/modal/ModalDialog/index.d.ts +1 -2
- package/components/modal/WindowBase/index.d.ts +1 -2
- package/components/modal/WindowBase/subcomponents/Header/index.d.ts +1 -2
- package/components/modal/{WindowBase.444849a3.js → WindowBase.38d4b8e7.js} +3 -3
- package/components/modal/WindowConfirm/index.d.ts +1 -2
- package/components/modal/WindowConfirm/subcomponents/MessageIlustration/index.d.ts +1 -2
- package/components/modal/{WindowConfirm.66c99957.js → WindowConfirm.cd776fe5.js} +6 -6
- package/components/mui_extended/Accordion/Accordion.d.ts +1 -2
- package/components/mui_extended/Accordion/{index.c628e883.js → index.5b4b2075.js} +3 -3
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +1 -2
- package/components/mui_extended/Badge/Badge.d.ts +1 -2
- package/components/mui_extended/BoxIcon/index.d.ts +1 -2
- package/components/mui_extended/Breadcrumbs/components/LinkItem/index.d.ts +1 -2
- package/components/mui_extended/Breadcrumbs/index.d.ts +1 -2
- package/components/mui_extended/Button/Button.d.ts +4 -3
- package/components/mui_extended/Button/classes/types.d.ts +3 -2
- package/components/mui_extended/Button/{index.56e7522c.js → index.fc5132fa.js} +9 -6
- package/components/mui_extended/Button/types.d.ts +3 -3
- package/components/mui_extended/CheckBox/subcomponents/Skeleton/index.d.ts +1 -2
- package/components/mui_extended/CircularProgress/index.d.ts +1 -2
- package/components/mui_extended/IconButton/IconButton.d.ts +1 -2
- package/components/mui_extended/IconButton/classes/index.d.ts +1 -1
- package/components/mui_extended/IconButton/classes/types.d.ts +3 -0
- package/components/mui_extended/IconButton/{index.f42fa68d.js → index.df52ae90.js} +7 -4
- package/components/mui_extended/IconButton/subcomponents/SkeletonIconButton/index.d.ts +1 -2
- package/components/mui_extended/ImageButton/ImageButton.d.ts +1 -2
- package/components/mui_extended/LinearProgress/index.d.ts +1 -2
- package/components/mui_extended/LinkWithRoute/index.d.ts +1 -2
- package/components/mui_extended/LoadingButton/classes/constants.d.ts +1 -1
- package/components/mui_extended/LoadingButton/index.d.ts +1 -2
- package/components/mui_extended/MenuActions/{index.e146c11b.js → index.04d87c36.js} +2 -2
- package/components/mui_extended/MenuActions/index.d.ts +1 -1
- package/components/mui_extended/Pager/{index.9f0a2757.js → index.c6990cd4.js} +1 -1
- package/components/mui_extended/Pager/index.d.ts +1 -2
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/index.d.ts +1 -2
- package/components/mui_extended/Pager/subcomponents/PagerActions/index.d.ts +1 -2
- package/components/mui_extended/Popover/Popover.d.ts +1 -2
- package/components/mui_extended/Stack/Stack.d.ts +1 -2
- package/components/mui_extended/Tab/{index.7bdd1260.js → index.53203047.js} +27 -5
- package/components/mui_extended/Tab/index.d.ts +1 -2
- package/components/mui_extended/TabContent/TabContent.d.ts +1 -2
- package/components/mui_extended/TabContent/types.d.ts +1 -0
- package/components/mui_extended/TabContext/index.d.ts +5 -0
- package/components/mui_extended/TabContext/types.d.ts +9 -0
- package/components/mui_extended/Tabs/Tabs.d.ts +1 -2
- package/components/mui_extended/ToggleButton/ToggleButton.d.ts +1 -0
- package/components/mui_extended/ToggleButton/index.4b7b7df0.js +22 -0
- package/components/mui_extended/ToggleButton/index.d.ts +2 -0
- package/components/mui_extended/ToggleButton/types.d.ts +4 -0
- package/components/mui_extended/ToggleIconButton/ToggleIconButton.d.ts +13 -0
- package/components/mui_extended/ToggleIconButton/index.d.ts +2 -0
- package/components/mui_extended/ToggleIconButton/index.e430bed4.js +29 -0
- package/components/mui_extended/ToggleIconButton/types.d.ts +5 -0
- package/components/mui_extended/Tooltip/Tooltip.d.ts +1 -2
- package/components/mui_extended/Typography/Typography.d.ts +1 -2
- package/components/mui_extended/Typography/subcomponents/index.d.ts +1 -2
- package/components/mui_extended/index.d.ts +3 -0
- package/contexts/ModalContext/{index.b39d303d.js → index.aa3bd23f.js} +1 -1
- package/contexts/ModalContext/index.d.ts +1 -1
- package/contexts/RHFormContext/{index.1755b324.js → index.7769076a.js} +4 -2
- package/contexts/RHFormContext/index.d.ts +1 -2
- package/contexts/RHFormContext/types.d.ts +1 -0
- package/hocs/withToggle/index.d.ts +11 -0
- package/hocs/withToggle/index.e44eb0da.js +24 -0
- package/hooks/index.d.ts +1 -0
- package/hooks/useFormAddEdit/{index.8dcf7d45.js → index.59c74cbf.js} +15 -7
- package/hooks/useFormAddEdit/index.d.ts +3 -2
- package/hooks/useFormAddEdit/types.d.ts +8 -4
- package/hooks/useFormReadyForUpdate/index.d.ts +6 -0
- package/hooks/useFormReadyForUpdate/index.f60f500e.js +20 -0
- package/hooks/useModal/{index.abdc0962.js → index.b4b84d5d.js} +1 -1
- package/hooks/useTab/index.6ab00d5a.js +12 -0
- package/hooks/useTab/index.d.ts +3 -0
- package/index.js +132 -119
- package/node_modules.f907e6dd.js +4736 -0
- package/package.json +8 -5
- package/{react-data-grid.d46d625e.js → react-data-grid.c5377916.js} +1 -2
- package/{react-draggable.ee21cb7e.js → react-draggable.cdce362f.js} +4 -4
- package/{react-json-view.5636414a.js → react-json-view.57125fcf.js} +1 -1
- package/{react-resizable.ee028152.js → react-resizable.806822ee.js} +5 -5
- package/{react-splitter-layout.c5d98bf7.js → react-splitter-layout.8b1655c8.js} +3 -3
- package/utils/{index.de903261.js → index.b22c4c1a.js} +32 -0
- package/utils/types.d.ts +6 -0
- package/vendor.caaaf054.js +168 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/index.d.ts +0 -4
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/subcomponents/FormatterColumn/types.d.ts +0 -3
- package/components/Icon/index.3e559a61.js +0 -248
- package/components/PDFViewer/PDFViewer.d.ts +0 -3
- package/components/PDFViewer/classes/constants.d.ts +0 -1
- package/components/PDFViewer/classes/index.d.ts +0 -7
- package/components/PDFViewer/classes/types.d.ts +0 -7
- package/components/PDFViewer/index.52f45734.js +0 -63
- package/components/PDFViewer/index.d.ts +0 -1
- package/components/PDFViewer/types.d.ts +0 -3
- package/components/PrintingSystem/subcomponents/QRImageNode/index.d.ts +0 -3
- package/components/PrintingSystem/subcomponents/QRImageNode/types.d.ts +0 -3
- package/components/PropertyValue/index.45c0a6bf.js +0 -206
- package/components/ToastContainer/ToastContainer.d.ts +0 -3
- package/components/ToastContainer/classes/constants.d.ts +0 -1
- package/components/ToastContainer/classes/index.d.ts +0 -8
- package/components/ToastContainer/classes/types.d.ts +0 -9
- package/components/ToastContainer/index.d.ts +0 -2
- package/components/ToastContainer/index.ef20959a.js +0 -87
- package/components/ToastContainer/subcomponents/ToastMessage/index.d.ts +0 -3
- package/components/ToastContainer/subcomponents/ToastMessage/types.d.ts +0 -5
- package/components/ToastContainer/types.d.ts +0 -4
- package/components/hook-form/RHFColorPicker/classes/constants.d.ts +0 -1
- package/components/hook-form/RHFColorPicker/classes/index.d.ts +0 -11
- package/components/hook-form/RHFColorPicker/classes/types.d.ts +0 -11
- package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext.d.ts +0 -2
- package/components/hook-form/RHFRadioGroup.d.ts +0 -9
- package/node_modules.9cedcf1f.js +0 -6921
- package/vendor.f577fced.js +0 -250
- /package/components/GridLayout/subcomponents/{GridItem → Griditem}/types.d.ts +0 -0
package/@types/export.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import type { RHFTextFieldPasswordClassesKey } from '../components/hook-form/RHF
|
|
|
5
5
|
import type { RHFTextFieldPasswordProps } from '../components/hook-form/RHFTextFieldPassword/types';
|
|
6
6
|
import type { IconProps } from '../components/Icon/types';
|
|
7
7
|
import type { ImageProps } from '../components/Image/types';
|
|
8
|
-
import type {
|
|
8
|
+
import type { ButtonProps } from '../components/mui_extended/Button/types';
|
|
9
9
|
import type { IconButtonProps } from '../components/mui_extended/IconButton/types';
|
|
10
10
|
|
|
11
11
|
import type { ImageButtonProps } from '../components/mui_extended/ImageButton/types';
|
|
@@ -83,7 +83,7 @@ declare module '@mui/material/styles' {
|
|
|
83
83
|
M4LErrorLabel: HelperTextProps;
|
|
84
84
|
M4LTypography: TypographyProps;
|
|
85
85
|
M4LButton: ExtendButtonProps;
|
|
86
|
-
|
|
86
|
+
M4LoadingButton: MuiLabLoadingButtonProps;
|
|
87
87
|
M4LNavLink: NavLinkProps;
|
|
88
88
|
M4LSideBar: SideBarProps;
|
|
89
89
|
M4LAppBar: AppBarProps;
|
|
@@ -118,7 +118,7 @@ declare module '@mui/material/styles' {
|
|
|
118
118
|
// M4LErrorLabel: ErrorLabelClassesKey;
|
|
119
119
|
// M4LTypography: TypographyClassesKey;
|
|
120
120
|
// M4LButton: ButtonBaseClassKey;
|
|
121
|
-
//
|
|
121
|
+
// M4LoadingButton: LoadingbuttonClassesKey;
|
|
122
122
|
// M4LNavLink: ButtonBaseClassKey;
|
|
123
123
|
// M4LSideBar: SideBarClassesKey;
|
|
124
124
|
// M4LAppBar: AppBarClassesKey;
|
|
@@ -221,12 +221,6 @@ declare module '@mui/material/styles' {
|
|
|
221
221
|
M4LRHFCheckbox?: {
|
|
222
222
|
styleOverrides?: ComponentsOverrides<Theme>['M4LRHFCheckbox'];
|
|
223
223
|
};
|
|
224
|
-
M4LRHFColorPicker?: {
|
|
225
|
-
styleOverrides?: ComponentsOverrides<Theme>['M4LRHFColorPicker'];
|
|
226
|
-
};
|
|
227
|
-
M4LRHFColorPickerPopoverRoot?: {
|
|
228
|
-
styleOverrides?: ComponentsOverrides<Theme>['M4LRHFColorPickerPopoverRoot'];
|
|
229
|
-
};
|
|
230
224
|
M4LCheckBox?: {
|
|
231
225
|
styleOverrides?: ComponentsOverrides<Theme>['M4LCheckBox'];
|
|
232
226
|
};
|
|
@@ -248,8 +242,8 @@ declare module '@mui/material/styles' {
|
|
|
248
242
|
M4LButton?: {
|
|
249
243
|
styleOverrides?: ComponentsOverrides<Theme>['M4LButton'];
|
|
250
244
|
};
|
|
251
|
-
|
|
252
|
-
styleOverrides?: ComponentsOverrides<Theme>['
|
|
245
|
+
M4LoadingButton?: {
|
|
246
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LoadingButton'];
|
|
253
247
|
};
|
|
254
248
|
M4LNavLink?: {
|
|
255
249
|
styleOverrides?: ComponentsOverrides<Theme>['M4LNavLink'];
|
|
@@ -348,6 +342,10 @@ declare module '@mui/material/styles' {
|
|
|
348
342
|
M4LGridLayout?: {
|
|
349
343
|
styleOverrides?: ComponentsOverrides<Theme>['M4LGridLayout'];
|
|
350
344
|
};
|
|
345
|
+
M4LGpsTools?: {
|
|
346
|
+
styleOverrides?: ComponentsOverrides<Theme>['M4LGpsTools'];
|
|
347
|
+
};
|
|
348
|
+
|
|
351
349
|
M4LStack?: {
|
|
352
350
|
styleOverrides?: ComponentsOverrides<Theme>['M4LStack'];
|
|
353
351
|
};
|
|
@@ -378,12 +376,6 @@ declare module '@mui/material/styles' {
|
|
|
378
376
|
M4LMFLoader?: {
|
|
379
377
|
styleOverrides?: ComponentsOverrides<Theme>['M4LMFLoader'];
|
|
380
378
|
};
|
|
381
|
-
M4LToastContainer?: {
|
|
382
|
-
styleOverrides?: ComponentsOverrides<Theme>['M4LToastContainer'];
|
|
383
|
-
};
|
|
384
|
-
M4LPDFViewer?: {
|
|
385
|
-
styleOverrides?: ComponentsOverrides<Theme>['M4LPDFViewer'];
|
|
386
|
-
};
|
|
387
379
|
|
|
388
380
|
}
|
|
389
381
|
}
|
package/assets/Logo.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { BoxProps } from '@mui/material';
|
|
3
2
|
interface Props extends BoxProps {
|
|
4
3
|
disabledLink?: boolean;
|
|
5
4
|
}
|
|
6
|
-
export declare function Logo({ disabledLink, sx }: Props): import("react").JSX.Element;
|
|
5
|
+
export declare function Logo({ disabledLink, sx }: Props): import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export default Logo;
|
|
@@ -2,11 +2,6 @@ import "react";
|
|
|
2
2
|
import "prop-types";
|
|
3
3
|
import "react-dom";
|
|
4
4
|
import "clsx";
|
|
5
|
-
import "lodash/isString";
|
|
6
|
-
import "lodash/forOwn";
|
|
7
|
-
import "lodash/isPlainObject";
|
|
8
|
-
import "lodash/map";
|
|
9
|
-
import "lodash/cloneDeep";
|
|
10
5
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
11
6
|
function getDefaultExportFromCjs(x) {
|
|
12
7
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { AccountPopoverProps } from './types';
|
|
3
2
|
/**
|
|
4
3
|
* Componente que muestra el avatar del usuario y un menú desplegable.
|
|
@@ -22,4 +21,4 @@ import { AccountPopoverProps } from './types';
|
|
|
22
21
|
* className="mi-clase-css"
|
|
23
22
|
* />
|
|
24
23
|
*/
|
|
25
|
-
export declare const AccountPopover: (props: AccountPopoverProps) => import("react").JSX.Element;
|
|
24
|
+
export declare const AccountPopover: (props: AccountPopoverProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -7,7 +7,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
7
7
|
import { A as Avatar } from "../mui_extended/Avatar/index.75e6ed57.js";
|
|
8
8
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
9
9
|
import { P as Popover } from "../mui_extended/Popover/index.b3eca6b1.js";
|
|
10
|
-
import { I as Icon } from "../Icon/index.
|
|
10
|
+
import { I as Icon } from "../Icon/index.6db034b5.js";
|
|
11
11
|
import clsx from "clsx";
|
|
12
12
|
const componentName = "M4LAccountPopover";
|
|
13
13
|
generateUtilityClasses(componentName, [
|
|
@@ -57,7 +57,9 @@ const useAccountPopoverUtilityClasses = () => {
|
|
|
57
57
|
...composedClasses
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
|
-
const AcountPopOverRoot = styled("div")(({
|
|
60
|
+
const AcountPopOverRoot = styled("div")(({
|
|
61
|
+
theme
|
|
62
|
+
}) => ({
|
|
61
63
|
...theme.components?.M4LAccountPopover?.styleOverrides
|
|
62
64
|
}));
|
|
63
65
|
function MyAvatar(props) {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { PopOverProps } from './types';
|
|
3
2
|
/**
|
|
4
3
|
* MenuPopOver: Es el subcomponente de AccountPopover encargado de crear el menú popover y su contenido.
|
|
@@ -6,4 +5,4 @@ import { PopOverProps } from './types';
|
|
|
6
5
|
* @type {PopOverProps}
|
|
7
6
|
*
|
|
8
7
|
*/
|
|
9
|
-
export declare const MenuPopOver: (props: PopOverProps) => import("react").JSX.Element;
|
|
8
|
+
export declare const MenuPopOver: (props: PopOverProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,27 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { AppBarProps } from './types';
|
|
3
|
-
|
|
4
|
-
* Componente de la interfaz de usuario que se encuentra en la parte superior de una aplicación móvil o de escritorio. Por lo general, contiene elementos de navegación, como botones para ir hacia atrás o hacia adelante, un botón de menú para acceder a opciones adicionales y un campo de búsqueda. También puede mostrar información relevante, como el título de la página actual o el nombre del usuario conectado.
|
|
5
|
-
*
|
|
6
|
-
* @param {AppBarProps} props - Propiedades del componente.
|
|
7
|
-
* @returns {JSX.Element} Elemento que se retorna.
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
*
|
|
11
|
-
* // Ejemplo de uso:
|
|
12
|
-
*
|
|
13
|
-
* <AppBar onToggleVisible={onToggleVisible}>
|
|
14
|
-
<AreasAdmin />
|
|
15
|
-
<div style={{display: 'flex', gap: '10px', alignItems: 'center'}}>
|
|
16
|
-
<LanguagePopover />
|
|
17
|
-
<AccountPopover
|
|
18
|
-
itemHandleClick={itemHandleClick}
|
|
19
|
-
handleLogOut={handleLogOut}
|
|
20
|
-
version={APP_VERSION}
|
|
21
|
-
userData={user}
|
|
22
|
-
settingsHandleOpen={handleOpen}
|
|
23
|
-
/>
|
|
24
|
-
</div>
|
|
25
|
-
</AppBar>
|
|
26
|
-
*/
|
|
27
|
-
export declare const AppBar: (props: AppBarProps) => import("react").JSX.Element;
|
|
2
|
+
export declare const AppBar: (props: AppBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -4,8 +4,6 @@ export interface AppBarClassesType {
|
|
|
4
4
|
containerChilds: string;
|
|
5
5
|
containerIconMenuToggle: string;
|
|
6
6
|
iconMenuToggle: string;
|
|
7
|
-
containerLogo: string;
|
|
8
|
-
containerImageTypography: string;
|
|
9
7
|
}
|
|
10
8
|
export declare type AppBarClassesKey = keyof AppBarClassesType;
|
|
11
9
|
export declare type Classes = ReturnType<typeof useAppBarUtilityClasses>;
|
|
@@ -5,9 +5,7 @@ import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
|
5
5
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
6
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
7
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
8
|
-
import { I as
|
|
9
|
-
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
10
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.f42fa68d.js";
|
|
8
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.df52ae90.js";
|
|
11
9
|
const AppBarRoot = styled("header")(({
|
|
12
10
|
theme
|
|
13
11
|
}) => ({
|
|
@@ -22,9 +20,7 @@ generateUtilityClasses(componentName, [
|
|
|
22
20
|
"root",
|
|
23
21
|
"containerChilds",
|
|
24
22
|
"containerIconMenuToggle",
|
|
25
|
-
"iconMenuToggle"
|
|
26
|
-
"containerLogo",
|
|
27
|
-
"containerImageTypography"
|
|
23
|
+
"iconMenuToggle"
|
|
28
24
|
]);
|
|
29
25
|
function getAppBarClassesUtilityClass(slot) {
|
|
30
26
|
return generateUtilityClass(componentName, slot);
|
|
@@ -34,9 +30,7 @@ const useAppBarUtilityClasses = () => {
|
|
|
34
30
|
root: ["root"],
|
|
35
31
|
containerChilds: ["containerChilds"],
|
|
36
32
|
containerIconMenuToggle: ["containerIconMenuToggle"],
|
|
37
|
-
iconMenuToggle: ["iconMenuToggle"]
|
|
38
|
-
containerLogo: ["containerLogo"],
|
|
39
|
-
containerImageTypography: ["containerImageTypography"]
|
|
33
|
+
iconMenuToggle: ["iconMenuToggle"]
|
|
40
34
|
};
|
|
41
35
|
const composedClasses = unstable_composeClasses(slots, getAppBarClassesUtilityClass, {});
|
|
42
36
|
return {
|
|
@@ -46,9 +40,7 @@ const useAppBarUtilityClasses = () => {
|
|
|
46
40
|
const AppBar = (props) => {
|
|
47
41
|
const {
|
|
48
42
|
onToggleVisible,
|
|
49
|
-
children
|
|
50
|
-
companyLogo,
|
|
51
|
-
companyName
|
|
43
|
+
children
|
|
52
44
|
} = props;
|
|
53
45
|
const isDesktop = useResponsiveDesktop();
|
|
54
46
|
const {
|
|
@@ -64,20 +56,7 @@ const AppBar = (props) => {
|
|
|
64
56
|
...process.env.NODE_ENV !== "production" ? {
|
|
65
57
|
[TEST_PROP_ID]: getNameDataTestId("root")
|
|
66
58
|
} : {},
|
|
67
|
-
children: [
|
|
68
|
-
className: classes.containerLogo,
|
|
69
|
-
children: /* @__PURE__ */ jsxs("div", {
|
|
70
|
-
className: classes.containerImageTypography,
|
|
71
|
-
children: [/* @__PURE__ */ jsx(Image, {
|
|
72
|
-
src: companyLogo,
|
|
73
|
-
alt: "logo"
|
|
74
|
-
}, "Logo"), /* @__PURE__ */ jsx(Typography, {
|
|
75
|
-
variant: "bodyDens",
|
|
76
|
-
skeletonWidth: "100px",
|
|
77
|
-
children: companyName
|
|
78
|
-
})]
|
|
79
|
-
})
|
|
80
|
-
}) : null, !isDesktop ? /* @__PURE__ */ jsx("div", {
|
|
59
|
+
children: [!isDesktop ? /* @__PURE__ */ jsx("div", {
|
|
81
60
|
className: classes.containerIconMenuToggle,
|
|
82
61
|
...process.env.NODE_ENV !== "production" ? {
|
|
83
62
|
[TEST_PROP_ID]: getNameDataTestId("containerIconMenuToggle")
|
|
@@ -5,20 +5,6 @@ export declare type RootStyleProps = {
|
|
|
5
5
|
isSideBarVisible: boolean;
|
|
6
6
|
};
|
|
7
7
|
export interface AppBarProps {
|
|
8
|
-
/**
|
|
9
|
-
* Función que activa la visualización del menú de la aplicación en la vista móvil.
|
|
10
|
-
*/
|
|
11
8
|
onToggleVisible: VoidFunction;
|
|
12
|
-
/**
|
|
13
|
-
* Puede ser cualquier cosa, desde un solo elemento hasta un array de elementos. Los elementos secundarios pueden ser componentes de React, elementos HTML, o incluso otros tipos de datos, como cadenas o números.
|
|
14
|
-
*/
|
|
15
9
|
children: ReactNode;
|
|
16
|
-
/**
|
|
17
|
-
* companyLogo: Enlace de acceso para el recurso gráfico de logo.
|
|
18
|
-
*/
|
|
19
|
-
companyLogo?: string;
|
|
20
|
-
/**
|
|
21
|
-
* companyName: Nombre de la compañía
|
|
22
|
-
*/
|
|
23
|
-
companyName?: string;
|
|
24
10
|
}
|
package/components/CommonActions/components/ActionCancel/{index.bec75bdf.js → index.6aa59730.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
3
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.fc5132fa.js";
|
|
3
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.f358ae72.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const ActionCancel: (props: ExtendButtonProps) => import("react").JSX.Element;
|
|
1
|
+
import { ButtonProps } from '../../../mui_extended/Button';
|
|
2
|
+
export declare const ActionCancel: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function ActionFormCancel(): import("react").JSX.Element;
|
|
1
|
+
export declare function ActionFormCancel(): import("react/jsx-runtime").JSX.Element;
|
package/components/CommonActions/components/ActionFormCancel/{index.9c6a2013.js → index.e6ac3a19.js}
RENAMED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
|
-
import { useModuleDictionary } from "@m4l/core";
|
|
3
|
-
import {
|
|
2
|
+
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
|
+
import { Skeleton } from "@mui/material";
|
|
4
|
+
import { B as Button } from "../../../mui_extended/Button/index.fc5132fa.js";
|
|
4
5
|
import { useCallback, useEffect } from "react";
|
|
5
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
6
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.b4b84d5d.js";
|
|
7
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.f358ae72.js";
|
|
7
8
|
import { jsx } from "react/jsx-runtime";
|
|
8
9
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
9
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
10
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.cd776fe5.js";
|
|
10
11
|
function ActionFormCancel() {
|
|
11
12
|
const {
|
|
12
13
|
getLabel
|
|
13
14
|
} = useModuleDictionary();
|
|
15
|
+
const isSkeleton = useModuleSkeleton();
|
|
14
16
|
const {
|
|
15
17
|
openModal
|
|
16
18
|
} = useModal();
|
|
@@ -48,6 +50,13 @@ function ActionFormCancel() {
|
|
|
48
50
|
setQueryClose(onClickCancel);
|
|
49
51
|
}, [onClickCancel]);
|
|
50
52
|
const classes = useCommonActionsUtilityClasses();
|
|
53
|
+
if (isSkeleton) {
|
|
54
|
+
return /* @__PURE__ */ jsx(Skeleton, {
|
|
55
|
+
variant: "text",
|
|
56
|
+
width: 57,
|
|
57
|
+
height: 30
|
|
58
|
+
});
|
|
59
|
+
}
|
|
51
60
|
return /* @__PURE__ */ jsx(Button, {
|
|
52
61
|
variant: "outlined",
|
|
53
62
|
color: "inherit",
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { MuiLabLoadingButtonProps } from '../../../mui_extended/LoadingButton/types';
|
|
3
|
-
export declare function ActionFormIntro(props: MuiLabLoadingButtonProps): import("react").JSX.Element;
|
|
2
|
+
export declare function ActionFormIntro(props: MuiLabLoadingButtonProps): import("react/jsx-runtime").JSX.Element;
|
package/components/CommonActions/components/ActionFormIntro/{index.99f2f1cf.js → index.ebadee33.js}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useFormContext, useFormState } from "react-hook-form";
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { L as LoadingButton } from "../../../mui_extended/Button/index.
|
|
5
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { L as LoadingButton } from "../../../mui_extended/Button/index.fc5132fa.js";
|
|
5
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.f358ae72.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.e0150cfc.js → index.33acdebb.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.fc5132fa.js";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
4
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.f358ae72.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare const ActionIntro: (props: ExtendButtonProps) => import("react").JSX.Element;
|
|
1
|
+
import { ButtonProps } from '../../../mui_extended/Button';
|
|
2
|
+
export declare const ActionIntro: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { CommonActionsProps } from './types';
|
|
3
|
-
export declare const Actions: (props: CommonActionsProps) => import("react").JSX.Element;
|
|
2
|
+
export declare const Actions: (props: CommonActionsProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
2
2
|
import { generateUtilityClasses } from "@mui/material";
|
|
3
3
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
-
import { g as getComponentUtilityClass } from "../../../../utils/index.
|
|
4
|
+
import { g as getComponentUtilityClass } from "../../../../utils/index.b22c4c1a.js";
|
|
5
5
|
import { styled } from "@mui/material/styles";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
const componentName = "M4LCommonActions";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { RowKey } from '../../types';
|
|
2
3
|
import { DataGridContextProps, DataGridProviderProps } from './types';
|
|
3
|
-
declare const DataGridContext: import("react").Context<DataGridContextProps<any, any> | null>;
|
|
4
|
-
declare function DataGridProvider<TRow, TSummaryRow>(props: DataGridProviderProps<TRow, TSummaryRow>): import("react").JSX.Element;
|
|
4
|
+
declare const DataGridContext: import("react").Context<DataGridContextProps<any, any, any> | null>;
|
|
5
|
+
declare function DataGridProvider<TRow, TSummaryRow, TKey extends RowKey = RowKey>(props: DataGridProviderProps<TRow, TSummaryRow, TKey>): import("react/jsx-runtime").JSX.Element;
|
|
5
6
|
export { DataGridProvider, DataGridContext };
|
|
@@ -17,7 +17,7 @@ export interface IGridConfig {
|
|
|
17
17
|
columnsConfig: IConfigColumn[];
|
|
18
18
|
columnsWidths: Map<string, Maybe<RowKey>>;
|
|
19
19
|
}
|
|
20
|
-
export interface DataGridProviderProps<TRow, TSummaryRow> extends Pick<GridProps<TRow, TSummaryRow>, 'rows' | 'columns' | 'rowActionsGetter' | 'rowHeaderHeights' | 'rowHeights' | 'initialRowHeightVariant' | 'checkedRows' | 'onCheckedRowsChange' | 'rowKeyGetter'> {
|
|
20
|
+
export interface DataGridProviderProps<TRow, TSummaryRow, TKey extends RowKey = RowKey> extends Pick<GridProps<TRow, TSummaryRow, TKey>, 'rows' | 'columns' | 'rowActionsGetter' | 'rowHeaderHeights' | 'rowHeights' | 'initialRowHeightVariant' | 'checkedRows' | 'onCheckedRowsChange' | 'rowKeyGetter'> {
|
|
21
21
|
id: number | string;
|
|
22
22
|
children: ReactNode;
|
|
23
23
|
remoteConfig?: IGridConfig;
|
|
@@ -29,7 +29,7 @@ export declare type RowHeightState = {
|
|
|
29
29
|
rowHeight: number;
|
|
30
30
|
rowHeaderHeight: number;
|
|
31
31
|
};
|
|
32
|
-
export interface DataGridContextProps<TRow, TSummaryRow> extends IGridConfig, Pick<DataGridProviderProps<TRow, TSummaryRow>, 'rows' | 'checkedRows' | 'onCheckedRowsChange' | 'rowHeights' | 'rowsCount' | 'rowActionsGetter' | 'rowKeyGetter' | 'classes'> {
|
|
32
|
+
export interface DataGridContextProps<TRow, TSummaryRow, TKey extends RowKey = RowKey> extends IGridConfig, Pick<DataGridProviderProps<TRow, TSummaryRow, TKey>, 'rows' | 'checkedRows' | 'onCheckedRowsChange' | 'rowHeights' | 'rowsCount' | 'rowActionsGetter' | 'rowKeyGetter' | 'classes'> {
|
|
33
33
|
setRowsCount: (newRowsCount: number) => void;
|
|
34
34
|
currentRowHeaderHeight: number;
|
|
35
35
|
currentRowHeight: number;
|
|
@@ -5,5 +5,5 @@ declare type FilterProviderProps = {
|
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
initialActiveFilters: boolean;
|
|
7
7
|
};
|
|
8
|
-
declare function FilterProvider({ children, initialActiveFilters }: FilterProviderProps): import("react").JSX.Element;
|
|
8
|
+
declare function FilterProvider({ children, initialActiveFilters }: FilterProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export { FilterProvider, FilterContext };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ColumnInteractiveCheckFormatterProps } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @description ColumnInteractiveCheckFormatter: Es un formateador de columna booleano que permite la interacción directa
|
|
4
|
+
* (camnbiar el checked) sin la necesidad de entrar en edición como lo hace un editor
|
|
5
|
+
*/
|
|
6
|
+
export declare function ColumnInteractiveCheckFormatterColumn<Row>(props: ColumnInteractiveCheckFormatterProps<Row>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ColumnBooleanFormatterProps } from './types';
|
|
3
|
-
export declare function columnBooleanFormatter(props: ColumnBooleanFormatterProps): (obProps: any) => import("react").JSX.Element;
|
|
2
|
+
export declare function columnBooleanFormatter(props: ColumnBooleanFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ColumnConcatenatedValuesFormatterProps } from './types';
|
|
3
2
|
/**
|
|
4
3
|
* Función especial para el DataGrid que concatena un array de strings
|
|
5
4
|
* @param props
|
|
6
5
|
* @returns
|
|
7
6
|
*/
|
|
8
|
-
export declare function columnConcatenatedValuesFormatter(props: ColumnConcatenatedValuesFormatterProps): (obProps: any) => import("react").JSX.Element;
|
|
7
|
+
export declare function columnConcatenatedValuesFormatter(props: ColumnConcatenatedValuesFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { ColumnDateFormatterProps } from './types';
|
|
3
|
-
export declare function columnDateFormatter(props: ColumnDateFormatterProps): (obProps: any) => import("react").JSX.Element;
|
|
2
|
+
export declare function columnDateFormatter(props: ColumnDateFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ColumnNestedValueFormatterProps } from './types';
|
|
3
|
-
export declare function columnNestedValueFormatter(props: ColumnNestedValueFormatterProps): (obProps: any) => import("react").JSX.Element;
|
|
2
|
+
export declare function columnNestedValueFormatter(props: ColumnNestedValueFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
|
package/components/DataGrid/formatters/columnPointsFormatter/{index.a19b7b90.js → index.5e645334.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as PointsFormatter } from "../../../formatters/PointsFormatter/index.
|
|
1
|
+
import { P as PointsFormatter } from "../../../formatters/PointsFormatter/index.80a4e414.js";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
function columnPointsFormatter(props) {
|
|
4
4
|
return (obProps) => {
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ColumnPointsFormatterProps } from './types';
|
|
3
|
-
export declare function columnPointsFormatter(props: ColumnPointsFormatterProps): (obProps: any) => import("react").JSX.Element;
|
|
2
|
+
export declare function columnPointsFormatter(props: ColumnPointsFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ColumnPriceFormatterProps } from './types';
|
|
3
|
-
export declare function columnPriceFormatter(props: ColumnPriceFormatterProps): (obProps: any) => import("react").JSX.Element;
|
|
2
|
+
export declare function columnPriceFormatter(props: ColumnPriceFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { ColumnUncertaintyFormatterProps } from './types';
|
|
3
|
-
export declare function columnUncertaintyFormatter(props: ColumnUncertaintyFormatterProps): (obProps: any) => import("react").JSX.Element;
|
|
2
|
+
export declare function columnUncertaintyFormatter(props: ColumnUncertaintyFormatterProps): (obProps: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare function DataGrid<TRow, TSummaryRow>(props: DataGridProps<TRow, TSummaryRow>): import("react").JSX.Element;
|
|
1
|
+
import { DataGridProps, RowKey } from './types';
|
|
2
|
+
export declare function DataGrid<TRow, TSummaryRow, TKey extends RowKey = RowKey>(props: DataGridProps<TRow, TSummaryRow, TKey>): import("react/jsx-runtime").JSX.Element;
|