@m4l/components 0.1.74 → 0.1.76
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 +123 -1
- package/components/AccountPopover/classes/constants.d.ts +1 -1
- package/components/AccountPopover/classes/index.d.ts +12 -1
- package/components/AccountPopover/classes/types.d.ts +14 -1
- package/components/AccountPopover/index.47cf6c43.js +273 -0
- package/components/{AppBar → AccountPopover}/subcomponents/MyAvatar/createAvatar.d.ts +1 -1
- package/components/AccountPopover/subcomponents/PopOver/types.d.ts +2 -5
- package/components/AccountPopover/types.d.ts +13 -0
- package/components/AppBar/classes/index.d.ts +4 -1
- package/components/AppBar/classes/types.d.ts +5 -0
- package/components/AppBar/index.f04f5e45.js +94 -0
- package/components/AppBar/tests/constants.d.ts +1 -1
- package/components/AppBar/types.d.ts +3 -2
- package/components/CommonActions/classes/index.d.ts +1 -1
- package/components/CommonActions/classes/types.d.ts +3 -2
- package/components/CommonActions/components/ActionCancel/{index.fad4a0dc.js → index.453c2d24.js} +3 -3
- package/components/CommonActions/components/ActionFormCancel/{index.a26820a9.js → index.c2a2fd55.js} +25 -22
- package/components/CommonActions/components/ActionFormIntro/{index.403d8952.js → index.25d33912.js} +4 -4
- package/components/CommonActions/components/ActionIntro/{index.0fb6efbe.js → index.c653a266.js} +4 -4
- package/components/CommonActions/components/Actions/{index.51b9c92a.js → index.e376a68e.js} +37 -26
- package/components/CommonActions/tests/constants.d.ts +1 -0
- package/components/CommonActions/tests/utils.d.ts +2 -0
- package/components/DataGrid/{index.dbae54dd.js → index.ffaf000e.js} +29 -21
- package/components/DraggableWindow/index.b08af1dc.js +39 -0
- package/components/DynamicFilter/{index.cb7fd1b6.js → index.d7c03a61.js} +35 -35
- package/components/HelperText/{index.d449d124.js → index.9864f773.js} +11 -10
- package/components/Icon/{index.d214a74d.js → index.9dae8337.js} +6 -63
- package/components/Image/{index.1af119da.js → index.c18ebf5a.js} +7 -8
- package/components/Image/types.d.ts +1 -4
- package/components/LanguagePopover/classes/index.d.ts +1 -1
- package/components/LanguagePopover/{index.4fef99ac.js → index.938c6675.js} +12 -11
- package/components/LinearProgressIndeterminate/LinearProgressIndeterminate.d.ts +2 -0
- package/components/LinearProgressIndeterminate/classes/constants.d.ts +1 -0
- package/components/LinearProgressIndeterminate/classes/index.d.ts +3 -0
- package/components/LinearProgressIndeterminate/classes/types.d.ts +7 -0
- package/components/LinearProgressIndeterminate/index.d.ts +1 -0
- package/components/LinearProgressIndeterminate/index.d34d398f.js +43 -0
- package/components/LinearProgressIndeterminate/tests/constants.d.ts +1 -0
- package/components/LinearProgressIndeterminate/tests/utils.d.ts +2 -0
- package/components/Loadable/{index.117eaced.js → index.e994fc3e.js} +1 -1
- package/components/ModalDialog/{index.6c35e653.js → index.d9c5d400.js} +21 -12
- package/components/NavLink/{index.9e56bcd3.js → index.21c8fd90.js} +12 -11
- package/components/NoItemSelected/{index.cd842b62.js → index.23dfc897.js} +1 -1
- package/components/ObjectLogs/{index.e1a1b27c.js → index.a2709fc2.js} +31 -21
- package/components/PaperForm/classes/constants.d.ts +1 -0
- package/components/PaperForm/classes/index.d.ts +11 -0
- package/components/PaperForm/classes/types.d.ts +10 -0
- package/components/PaperForm/{index.76bd3a6d.js → index.5e1bc99f.js} +58 -25
- package/components/PaperForm/types.d.ts +5 -2
- package/components/Period/Period.d.ts +3 -0
- package/components/Period/classes/constants.d.ts +1 -0
- package/components/Period/classes/index.d.ts +10 -0
- package/components/Period/classes/types.d.ts +13 -0
- package/components/Period/index.526791a3.js +322 -0
- package/components/Period/index.d.ts +2 -3
- package/components/Period/tests/constants.d.ts +1 -0
- package/components/Period/tests/utils.d.ts +2 -0
- package/components/Period/types.d.ts +3 -4
- package/components/PropertyValue/classes/constants.d.ts +1 -0
- package/components/PropertyValue/classes/index.d.ts +9 -0
- package/components/PropertyValue/classes/types.d.ts +9 -0
- package/components/PropertyValue/{index.dfcfe1ba.js → index.8a1adf3e.js} +60 -10
- package/components/PropertyValue/skeleton.d.ts +2 -1
- package/components/PropertyValue/tests/constants.d.ts +1 -0
- package/components/PropertyValue/tests/utils.d.ts +2 -0
- package/components/PropertyValue/types.d.ts +4 -0
- package/components/Resizeable/{index.834a9144.js → index.f6e48e56.js} +1 -1
- package/components/SideBar/classes/index.d.ts +1 -1
- package/components/SideBar/{index.ff7cbe91.js → index.9e1a5b96.js} +6 -6
- package/components/SplitLayout/SplitLayout.d.ts +3 -0
- package/components/SplitLayout/classes/constants.d.ts +1 -0
- package/components/SplitLayout/classes/index.d.ts +9 -0
- package/components/SplitLayout/classes/types.d.ts +10 -0
- package/components/SplitLayout/index.9ef430f6.js +99 -0
- package/components/SplitLayout/index.d.ts +2 -3
- package/components/SplitLayout/tests/constants.d.ts +1 -0
- package/components/SplitLayout/tests/utils.d.ts +2 -0
- package/components/SplitLayout/types.d.ts +2 -0
- package/components/animate/PropagateLoader/{index.be5b02c3.js → index.7fab43c8.js} +1 -1
- package/components/animate/index.1f8eadd4.js +66 -0
- package/components/areas/components/AreasAdmin/classes/index.d.ts +1 -1
- package/components/areas/components/AreasAdmin/classes/types.d.ts +4 -0
- package/components/areas/components/AreasAdmin/{index.1eda80b9.js → index.946eebb9.js} +147 -47
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index.d.ts +3 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/types.d.ts +4 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index.d.ts +2 -0
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +13 -0
- package/components/areas/components/AreasViewer/{index.eddc9945.js → index.bf4191ea.js} +439 -362
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper.d.ts +13 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/helper.d.ts +18 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/ProggessLoadingMF/index.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/ProggessLoadingMF/types.d.ts +4 -0
- package/components/areas/components/AreasViewer/subcomponents/AreasLoadingError/index.d.ts +3 -0
- package/components/areas/components/AreasViewer/subcomponents/AreasLoadingError/types.d.ts +5 -0
- package/components/areas/components/index.2bb534cb.js +28 -0
- package/components/areas/contexts/AreasContext/{index.a88b73a6.js → index.f0397b7c.js} +130 -105
- package/components/areas/contexts/AreasContext/types.d.ts +5 -4
- package/components/areas/contexts/WindowToolsMFContext/types.d.ts +3 -2
- package/components/areas/contexts/{index.7dd01403.js → index.1809650a.js} +1 -1
- package/components/areas/{dictionary.e72db809.js → dictionary.3fabae50.js} +6 -1
- package/components/areas/dictionary.d.ts +5 -0
- package/components/areas/hooks/useAreas/{index.7a37ede8.js → index.40917e99.js} +1 -1
- package/components/areas/{icons.3ec589d3.js → icons.19cde4b4.js} +3 -0
- package/components/areas/icons.d.ts +3 -0
- package/components/areas/index.9bd48013.js +30 -0
- package/components/areas/types.d.ts +4 -0
- package/components/formatters/BooleanFormatter/{index.820a2130.js → index.431dc923.js} +1 -1
- package/components/formatters/{index.0c692a4b.js → index.e1af75e6.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.72437d8a.js → index.a063dc44.js} +14 -13
- package/components/hook-form/RHFAutocompleteAsync/{index.2a84f2b2.js → index.ddfd9cc9.js} +2 -2
- package/components/hook-form/RHFCheckbox/classes/types.d.ts +1 -0
- package/components/hook-form/RHFCheckbox/{index.6e6389e7.js → index.7e7f220b.js} +22 -15
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/types.d.ts +1 -0
- package/components/hook-form/RHFCheckbox/test/utils.d.ts +1 -1
- package/components/hook-form/RHFCheckbox/types.d.ts +3 -1
- package/components/hook-form/RHFDateTime/classes/index.d.ts +1 -1
- package/components/hook-form/RHFDateTime/{index.745b101b.js → index.d330709b.js} +67 -58
- package/components/hook-form/RHFDateTime/test/constants.d.ts +1 -0
- package/components/hook-form/RHFDateTime/test/utils.d.ts +2 -0
- package/components/hook-form/RHFPeriod/classes/constants.d.ts +1 -0
- package/components/hook-form/RHFPeriod/classes/index.d.ts +6 -0
- package/components/hook-form/RHFPeriod/classes/types.d.ts +6 -0
- package/components/hook-form/RHFPeriod/index.e2b1293b.js +77 -0
- package/components/hook-form/RHFPeriod/types.d.ts +2 -1
- package/components/hook-form/RHFTextField/index.d.ts +1 -0
- package/components/hook-form/RHFTextField/{index.ca7393a7.js → index.e5336d09.js} +11 -8
- package/components/hook-form/RHFUpload/RHFUploadImage/classes/constants.d.ts +1 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/classes/index.d.ts +19 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/classes/types.d.ts +18 -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/types.d.ts +3 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/types.d.ts +5 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/tests/constants.d.ts +1 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/tests/utils.d.ts +2 -0
- package/components/hook-form/RHFUpload/index.17e7f9eb.js +260 -0
- package/components/hook-form/RHFUpload/index.d.ts +1 -1
- package/components/index.d.ts +4 -4
- package/components/modal/WindowBase/subcomponents/Header/types.d.ts +4 -1
- package/components/modal/WindowBase/types.d.ts +0 -3
- package/components/modal/WindowBase.7acb9f1d.js +81 -0
- package/components/modal/WindowConfirm/subcomponents/MessageIlustration/types.d.ts +3 -5
- package/components/modal/WindowConfirm/types.d.ts +3 -2
- package/components/modal/WindowConfirm.9b829837.js +122 -0
- package/components/modal/classes/constants.d.ts +1 -0
- package/components/modal/classes/index.d.ts +18 -0
- package/components/modal/classes/types.d.ts +21 -0
- package/components/modal/index.1b25b61d.js +82 -0
- package/components/modal/index.d.ts +2 -1
- package/components/mui_extended/Accordion/classes/constants.d.ts +1 -0
- package/components/mui_extended/Accordion/classes/index.d.ts +10 -0
- package/components/mui_extended/Accordion/classes/types.d.ts +10 -0
- package/components/mui_extended/Accordion/index.3faafd8b.js +127 -0
- package/components/mui_extended/Accordion/tests/constants.d.ts +1 -0
- package/components/mui_extended/Accordion/tests/utils.d.ts +2 -0
- package/components/mui_extended/Accordion/types.d.ts +2 -1
- package/components/mui_extended/Avatar/{index.d.ts → Avatar.d.ts} +0 -1
- package/components/mui_extended/Avatar/classes/constants.d.ts +1 -0
- package/components/mui_extended/Avatar/classes/index.d.ts +7 -0
- package/components/mui_extended/Avatar/classes/types.d.ts +7 -0
- package/components/mui_extended/Avatar/index.75e6ed57.js +71 -0
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +2 -1
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/types.d.ts +3 -0
- package/components/mui_extended/Avatar/tests/constants.d.ts +1 -0
- package/components/mui_extended/Avatar/tests/utils.d.ts +2 -0
- package/components/mui_extended/Avatar/types.d.ts +1 -5
- package/components/mui_extended/Button/{index.f9d54780.js → index.fdb5dcbd.js} +6 -5
- package/components/mui_extended/IconButton/{index.822cdaac.js → index.1a9d4fa5.js} +1 -1
- package/components/mui_extended/LoadingButton/tests/constants.d.ts +1 -1
- package/components/mui_extended/MenuActions/{index.03403529.js → index.ba1da3b3.js} +4 -4
- package/components/mui_extended/MenuActions/types.d.ts +2 -2
- package/components/mui_extended/Pager/{index.6428b07c.js → index.67bda2c5.js} +1 -1
- package/components/mui_extended/Tab/classes/constants.d.ts +1 -0
- package/components/mui_extended/Tab/classes/index.d.ts +7 -0
- package/components/mui_extended/Tab/classes/types.d.ts +7 -0
- package/components/mui_extended/Tab/index.9e2f6e34.js +71 -0
- package/components/mui_extended/Tab/tests/constants.d.ts +1 -0
- package/components/mui_extended/Tab/tests/utils.d.ts +2 -0
- package/components/mui_extended/Tooltip/Tooltip.d.ts +3 -0
- package/components/mui_extended/Tooltip/classes/constants.d.ts +1 -0
- package/components/mui_extended/Tooltip/classes/index.d.ts +6 -0
- package/components/mui_extended/Tooltip/classes/types.d.ts +6 -0
- package/components/mui_extended/Tooltip/index.5a795dcd.js +43 -0
- package/components/mui_extended/Tooltip/index.d.ts +2 -0
- package/components/mui_extended/Tooltip/types.d.ts +6 -0
- package/components/mui_extended/Typography/{index.e2d9e3f2.js → index.443590d6.js} +1 -1
- package/components/mui_extended/index.73e536de.js +21 -0
- package/components/mui_extended/index.d.ts +3 -2
- package/contexts/ModalContext/{index.0484ca54.js → index.699f95fa.js} +1 -1
- package/contexts/ModalContext/types.d.ts +2 -0
- package/contexts/RHFormContext/classes/constants.d.ts +1 -0
- package/contexts/RHFormContext/classes/index.d.ts +9 -0
- package/contexts/RHFormContext/classes/types.d.ts +6 -0
- package/contexts/RHFormContext/{index.a7511399.js → index.fe175bab.js} +33 -9
- package/hooks/useModal/{index.c6069beb.js → index.7b7d26ba.js} +1 -1
- package/index.js +219 -207
- package/package.json +1 -1
- package/{react-draggable.17b4ec8a.js → react-draggable.6d7949a3.js} +1 -1
- package/{react-resizable.ffd7c2aa.js → react-resizable.b6f8e04a.js} +2 -2
- package/test/constants_no_mock.86c553a9.js +4 -0
- package/utils/{index.aca80f3a.js → index.008b4c2a.js} +0 -17
- package/utils/types.d.ts +1 -1
- package/components/AccountPopover/style.d.ts +0 -2
- package/components/AccountPopover/subcomponents/PopOver/styles.d.ts +0 -8
- package/components/AppBar/styles.d.ts +0 -2
- package/components/CommonActions/components/Actions/styles.d.ts +0 -2
- package/components/DataGrid/styles.d.ts +0 -3
- package/components/DataGrid/subcomponents/Actions/styles.d.ts +0 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/Density/styles.d.ts +0 -3
- package/components/DataGrid/subcomponents/Actions/subcomponents/Filter/styles.d.ts +0 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/RowsCount/styles.d.ts +0 -4
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/styles.d.ts +0 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/styles.d.ts +0 -8
- package/components/DataGrid/subcomponents/Table/styles.d.ts +0 -3
- package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/styles.d.ts +0 -2
- package/components/DataGrid/subcomponents/editors/TextEditor/index.d.ts +0 -6
- package/components/DynamicFilter/subcomponents/ApplyedFilters/styles.d.ts +0 -3
- package/components/DynamicFilter/subcomponents/ApplyedFilters/subcomponents/ApplyedFilter/styles.d.ts +0 -6
- package/components/DynamicFilter/subcomponents/ClearFilters/styles.d.ts +0 -3
- package/components/DynamicFilter/subcomponents/FilterButton/styles.d.ts +0 -3
- package/components/DynamicFilter/subcomponents/InnerForHooks/styles.d.ts +0 -3
- package/components/DynamicFilter/subcomponents/PopoverFilter/styles.d.ts +0 -2
- package/components/HelperText/styles.d.ts +0 -2
- package/components/Icon/styles.d.ts +0 -4
- package/components/Image/styles.d.ts +0 -3
- package/components/Image/subcomponents/LazyLoadComponent/styles.d.ts +0 -2
- package/components/Image/subcomponents/Skeleton/styles.d.ts +0 -2
- package/components/LanguagePopover/styles.d.ts +0 -6
- package/components/NavLink/styles.d.ts +0 -2
- package/components/NoItemSelected/styles.d.ts +0 -5
- package/components/ObjectLogs/components/DetailDialog/styles.d.ts +0 -3
- package/components/ObjectLogs/styles.d.ts +0 -4
- package/components/PaperForm/styles.d.ts +0 -7
- package/components/Period/index.b93d22fa.js +0 -280
- package/components/Period/styles.d.ts +0 -7
- package/components/PropertyValue/styles.d.ts +0 -6
- package/components/ResizeableWindow/styles.d.ts +0 -5
- package/components/ScrollBar/styles.d.ts +0 -8
- package/components/SideBar/styles.d.ts +0 -5
- package/components/SideBar/subcomponents/ContentDesktop/style.d.ts +0 -2
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/styles.d.ts +0 -3
- package/components/SideBar/subcomponents/ContentGroups/styles.d.ts +0 -5
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/styles.d.ts +0 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/styles.d.ts +0 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/styles.d.ts +0 -9
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/subcomponents/NavItemRootContent/styles.d.ts +0 -3
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/styles.d.ts +0 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +0 -22
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/Skeleton/styles.d.ts +0 -6
- package/components/SideBar/subcomponents/ContentMobile/styles.d.ts +0 -3
- package/components/SplitLayout/index.5a8355d8.js +0 -133
- package/components/SplitLayout/styles.d.ts +0 -4
- package/components/animate/LoadingScreen/styles.d.ts +0 -3
- package/components/animate/PropagateLoader/syles.d.ts +0 -2
- package/components/areas/components/AreasAdmin/styles.d.ts +0 -2
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/styles.d.ts +0 -4
- package/components/areas/components/AreasViewer/styles.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/styles.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/styles.d.ts +0 -9
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/index.d.ts +0 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/styles.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/index.d.ts +0 -3
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/styles.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/subcomponents/NotFound/types.d.ts +0 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/subcomponents/MFLoader/subcomponents/LoadingMF/types.d.ts +0 -6
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/styles.d.ts +0 -3
- package/components/areas/components/index.f3a98b6d.js +0 -14
- package/components/areas/index.95c4ed37.js +0 -16
- package/components/hook-form/RHFAutocomplete/styles.d.ts +0 -2
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/styles.d.ts +0 -2
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/styles.d.ts +0 -4
- package/components/hook-form/RHFAutocompleteAsync/styles.d.ts +0 -5
- package/components/hook-form/RHFCheckbox/styles.d.ts +0 -15
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/styles.d.ts +0 -3
- package/components/hook-form/RHFDateTime/styles.d.ts +0 -2
- package/components/hook-form/RHFDateTime/subcomponents/Skeleton/styles.d.ts +0 -2
- package/components/hook-form/RHFPeriod/index.6969af99.js +0 -55
- package/components/hook-form/RHFPeriod/styles.d.ts +0 -2
- package/components/hook-form/RHFTextField/styles.d.ts +0 -3
- package/components/hook-form/RHFTextField/subcomponents/Skeleton/styles.d.ts +0 -3
- package/components/hook-form/RHFTextFieldPassword/styles.d.ts +0 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/styles.d.ts +0 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/styles.d.ts +0 -12
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/subcomponents/Skeleton/styles.d.ts +0 -2
- package/components/hook-form/RHFUpload/index.d74ca00d.js +0 -283
- package/components/modal/ModalDialog/styles.d.ts +0 -9
- package/components/modal/WindowBase/styles.d.ts +0 -2
- package/components/modal/WindowBase/subcomponents/Header/styles.d.ts +0 -6
- package/components/modal/WindowBase.9b93578e.js +0 -126
- package/components/modal/WindowConfirm/subcomponents/MessageIlustration/styles.d.ts +0 -6
- package/components/modal/WindowConfirm.7ec9dcd3.js +0 -132
- package/components/modal/index.dba72820.js +0 -36
- package/components/mui_extended/Accordion/components/AccordionLabel.d.ts +0 -3
- package/components/mui_extended/Accordion/index.09a89d3d.js +0 -107
- package/components/mui_extended/Accordion/styles.d.ts +0 -4
- package/components/mui_extended/Avatar/index.fe06afd7.js +0 -51
- package/components/mui_extended/Button/styles.d.ts +0 -13
- package/components/mui_extended/IconButton/styles.d.ts +0 -2
- package/components/mui_extended/ImageButton/styles.d.ts +0 -2
- package/components/mui_extended/LoadingButton/styles.d.ts +0 -2
- package/components/mui_extended/MenuActions/styles.d.ts +0 -30
- package/components/mui_extended/Pager/components/PagerActions/styles.d.ts +0 -2
- package/components/mui_extended/Pager/styles.d.ts +0 -6
- package/components/mui_extended/Popover/styles.d.ts +0 -1
- package/components/mui_extended/Popover/subcomponts/ArrowIcon/index.d.ts +0 -3
- package/components/mui_extended/Tab/index.e0653a0a.js +0 -32
- package/components/mui_extended/Tab/styles.d.ts +0 -2
- package/components/mui_extended/Typography/styles.d.ts +0 -2
- package/components/mui_extended/index.b4ced9e3.js +0 -20
- package/contexts/RHFormContext/styles.d.ts +0 -2
- package/vendor.99e0c856.js +0 -456
- /package/components/{AppBar → AccountPopover}/subcomponents/MyAvatar/index.d.ts +0 -0
- /package/components/PaperForm/{index.d.ts → PaperForm.d.ts} +0 -0
- /package/components/PropertyValue/{index.d.ts → PropertyValue.d.ts} +0 -0
- /package/components/hook-form/RHFUpload/RHFUploadImage/{index.d.ts → RHFUploadImage.d.ts} +0 -0
- /package/components/mui_extended/Accordion/{index.d.ts → Accordion.d.ts} +0 -0
- /package/{node_modules.416f1da3.js → react-spinners.342a6578.js} +0 -0
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { useBase, useModuleSkeleton, BaseProvider } from "@m4l/core";
|
|
2
2
|
import { forwardRef, useState, useRef, useImperativeHandle, useEffect, useMemo } from "react";
|
|
3
|
-
import { T as TEST_PROP_ID } from "../../
|
|
3
|
+
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
4
|
import { jsx, Fragment, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { styled, Skeleton as Skeleton$1, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
6
|
+
import clsx from "clsx";
|
|
6
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
7
8
|
function isIntersectionObserverAvailable() {
|
|
8
9
|
return typeof window !== "undefined" && "IntersectionObserver" in window && "IntersectionObserverEntry" in window;
|
|
@@ -95,9 +96,7 @@ function LazyLoadComponent(props) {
|
|
|
95
96
|
})
|
|
96
97
|
});
|
|
97
98
|
}
|
|
98
|
-
const ImageRoot = styled("div"
|
|
99
|
-
shouldForwardProp: (props) => props !== "imageClasses"
|
|
100
|
-
})(({
|
|
99
|
+
const ImageRoot = styled("div")(({
|
|
101
100
|
theme
|
|
102
101
|
}) => ({
|
|
103
102
|
...theme.components?.M4LImage?.styleOverrides
|
|
@@ -145,7 +144,7 @@ const Skeleton = (props) => {
|
|
|
145
144
|
});
|
|
146
145
|
};
|
|
147
146
|
const componentName = "M4LImage";
|
|
148
|
-
|
|
147
|
+
generateUtilityClasses(componentName, [
|
|
149
148
|
"root",
|
|
150
149
|
"lazyLoad",
|
|
151
150
|
"img",
|
|
@@ -242,7 +241,8 @@ function Image(props) {
|
|
|
242
241
|
testingProps,
|
|
243
242
|
width,
|
|
244
243
|
height,
|
|
245
|
-
ratio = "1:1"
|
|
244
|
+
ratio = "1:1",
|
|
245
|
+
className
|
|
246
246
|
} = props;
|
|
247
247
|
const ratioImage = getRatioValues(ratio);
|
|
248
248
|
const isSKeleton = useModuleSkeleton();
|
|
@@ -270,8 +270,7 @@ function Image(props) {
|
|
|
270
270
|
const classes = useUtilityClasses(ownerState);
|
|
271
271
|
const lazyLoadComponent = useMemo(() => {
|
|
272
272
|
return /* @__PURE__ */ jsx(ImageRoot, {
|
|
273
|
-
className: classes.root,
|
|
274
|
-
imageClasses,
|
|
273
|
+
className: clsx(classes.root, className),
|
|
275
274
|
...process.env.NODE_ENV !== "production" ? {
|
|
276
275
|
[TEST_PROP_ID]: getNameDataTestId("root")
|
|
277
276
|
} : {},
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
|
-
import { ImageClassesType } from './utils/classes/types';
|
|
3
2
|
export declare type Effect = 'blur' | 'black-and-white' | 'opacity';
|
|
4
3
|
export declare type ScrollPosition = {
|
|
5
4
|
x: number;
|
|
@@ -16,9 +15,6 @@ export interface BaseImageProps {
|
|
|
16
15
|
width?: string;
|
|
17
16
|
height?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface WrapperImageProps {
|
|
20
|
-
imageClasses: ImageClassesType;
|
|
21
|
-
}
|
|
22
18
|
export interface IntersectComponentProps extends BaseImageProps {
|
|
23
19
|
setIsVisible: (visible: boolean) => void;
|
|
24
20
|
threshold: number;
|
|
@@ -46,6 +42,7 @@ export interface ImageProps extends Omit<IntersectComponentProps, 'setIsVisible'
|
|
|
46
42
|
skeletonVariant?: SkeletonVariant;
|
|
47
43
|
testingProps?: TestingProps;
|
|
48
44
|
ratio?: RatioOptions;
|
|
45
|
+
className?: string;
|
|
49
46
|
}
|
|
50
47
|
export declare type StatusLoad = 'initial' | 'loaded' | 'removed';
|
|
51
48
|
export interface OwnerState {
|
|
@@ -3,7 +3,7 @@ export declare const languagePopoverClasses: LanguagePopoverClassesType;
|
|
|
3
3
|
export declare function getM4LanguagePopoverClassesUtilityClass(slot: string): string;
|
|
4
4
|
export declare const useUtilityClasses: () => {
|
|
5
5
|
root: string;
|
|
6
|
-
containerItems: string;
|
|
7
6
|
containerProgress: string;
|
|
7
|
+
containerItems: string;
|
|
8
8
|
labelItem: string;
|
|
9
9
|
};
|
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
import { useState, useEffect } from "react";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Stack, MenuItem } from "@mui/material";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.c18ebf5a.js";
|
|
4
4
|
import { useLocales } from "@m4l/graphics";
|
|
5
5
|
import { useEnvironment, useNetwork } from "@m4l/core";
|
|
6
|
-
import "../Icon/index.
|
|
7
|
-
import { T as TEST_PROP_ID } from "../../
|
|
6
|
+
import "../Icon/index.9dae8337.js";
|
|
7
|
+
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
8
8
|
import "clsx";
|
|
9
9
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
10
|
-
import "../mui_extended/IconButton/index.
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
12
|
-
import "../mui_extended/
|
|
10
|
+
import "../mui_extended/IconButton/index.1a9d4fa5.js";
|
|
11
|
+
import "../mui_extended/Accordion/index.3faafd8b.js";
|
|
12
|
+
import "../mui_extended/Typography/index.443590d6.js";
|
|
13
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
13
14
|
import "react-router-dom";
|
|
14
15
|
import "@mui/material/Button";
|
|
15
|
-
import { I as ImageButton } from "../mui_extended/Button/index.
|
|
16
|
+
import { I as ImageButton } from "../mui_extended/Button/index.fdb5dcbd.js";
|
|
16
17
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
17
18
|
import "@mui/lab";
|
|
18
|
-
import "../mui_extended/Typography/index.e2d9e3f2.js";
|
|
19
19
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
20
|
-
import "../mui_extended/MenuActions/index.
|
|
21
|
-
import "../mui_extended/Pager/index.
|
|
22
|
-
import "../mui_extended/Tab/index.
|
|
20
|
+
import "../mui_extended/MenuActions/index.ba1da3b3.js";
|
|
21
|
+
import "../mui_extended/Pager/index.67bda2c5.js";
|
|
22
|
+
import "../mui_extended/Tab/index.9e2f6e34.js";
|
|
23
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
23
24
|
import { unstable_composeClasses } from "@mui/base";
|
|
24
25
|
const LanguagePopoverRoot = styled("div")(({
|
|
25
26
|
theme
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const LINEAR_PROGRESS_INDETERMINATE_CLASS_NAME = "M4LinearProgressIndeterminate";
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { LinearProgressIndeterminateClasses } from './types';
|
|
2
|
+
export declare const linearProgressIndeterminateClasses: LinearProgressIndeterminateClasses;
|
|
3
|
+
export declare const useLinearProgressIndeterminateUtilityClasses: () => Record<"root" | "windowLinearProgressBar", string>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { useLinearProgressIndeterminateUtilityClasses } from ".";
|
|
2
|
+
export interface LinearProgressIndeterminateClasses {
|
|
3
|
+
root: string;
|
|
4
|
+
windowLinearProgressBar: string;
|
|
5
|
+
}
|
|
6
|
+
export declare type LinearProgressIndeterminateClassesKey = keyof LinearProgressIndeterminateClasses;
|
|
7
|
+
export declare type Classes = ReturnType<typeof useLinearProgressIndeterminateUtilityClasses>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LinearProgressIndeterminate } from './LinearProgressIndeterminate';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import clsx from "clsx";
|
|
2
|
+
import { generateUtilityClasses, styled } from "@mui/material";
|
|
3
|
+
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
+
import { g as getComponentUtilityClass } from "../../utils/index.008b4c2a.js";
|
|
5
|
+
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
6
|
+
import { jsx } from "react/jsx-runtime";
|
|
7
|
+
const LINEAR_PROGRESS_INDETERMINATE_CLASS_NAME = "M4LinearProgressIndeterminate";
|
|
8
|
+
generateUtilityClasses(LINEAR_PROGRESS_INDETERMINATE_CLASS_NAME, [
|
|
9
|
+
"root",
|
|
10
|
+
"windowLinearProgressBar"
|
|
11
|
+
], LINEAR_PROGRESS_INDETERMINATE_CLASS_NAME);
|
|
12
|
+
const useLinearProgressIndeterminateUtilityClasses = () => {
|
|
13
|
+
const slots = {
|
|
14
|
+
root: ["root"],
|
|
15
|
+
windowLinearProgressBar: ["windowLinearProgressBar"]
|
|
16
|
+
};
|
|
17
|
+
return unstable_composeClasses(slots, getComponentUtilityClass(LINEAR_PROGRESS_INDETERMINATE_CLASS_NAME), {});
|
|
18
|
+
};
|
|
19
|
+
const LinearProgressIndeterminateRoot = styled("div")(({ theme }) => ({
|
|
20
|
+
...theme.components?.M4LinearProgressIndeterminate?.styleOverrides
|
|
21
|
+
}));
|
|
22
|
+
const ICON_PREFIX = "M4LinearProgressIndeterminate";
|
|
23
|
+
const getNameLinearProgressIndeterminateDataTestId = (KEY) => {
|
|
24
|
+
return `${ICON_PREFIX}-${KEY}`;
|
|
25
|
+
};
|
|
26
|
+
const classes = useLinearProgressIndeterminateUtilityClasses();
|
|
27
|
+
const LinearProgressIndeterminate = () => {
|
|
28
|
+
return /* @__PURE__ */ jsx(LinearProgressIndeterminateRoot, {
|
|
29
|
+
className: clsx(classes.root, "borealisBar"),
|
|
30
|
+
...process.env.NODE_ENV !== "production" ? {
|
|
31
|
+
[TEST_PROP_ID]: getNameLinearProgressIndeterminateDataTestId("root")
|
|
32
|
+
} : {},
|
|
33
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
34
|
+
className: classes.windowLinearProgressBar,
|
|
35
|
+
...process.env.NODE_ENV !== "production" ? {
|
|
36
|
+
[TEST_PROP_ID]: getNameLinearProgressIndeterminateDataTestId("windowLinearProgressBar")
|
|
37
|
+
} : {}
|
|
38
|
+
})
|
|
39
|
+
});
|
|
40
|
+
};
|
|
41
|
+
export {
|
|
42
|
+
LinearProgressIndeterminate as L
|
|
43
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ICON_PREFIX = "M4LinearProgressIndeterminate";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Suspense } from "react";
|
|
2
|
-
import { P as PropagateLoader } from "../animate/PropagateLoader/index.
|
|
2
|
+
import { P as PropagateLoader } from "../animate/PropagateLoader/index.7fab43c8.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
const Loadable = (Component) => function EmbededLoadable(props) {
|
|
5
5
|
return /* @__PURE__ */ jsx(Suspense, {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Dialog, Paper } from "@mui/material";
|
|
2
|
-
import { c as cjs } from "../../react-draggable.
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
1
|
+
import { useTheme, Dialog, Paper } from "@mui/material";
|
|
2
|
+
import { c as cjs } from "../../react-draggable.6d7949a3.js";
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.7b7d26ba.js";
|
|
4
4
|
import { styled } from "@mui/material/styles";
|
|
5
|
-
import { a as getThemeVariantColor } from "../../utils/index.
|
|
6
|
-
import { R as ResizeableWindow } from "../Resizeable/index.
|
|
5
|
+
import { a as getThemeVariantColor } from "../../utils/index.008b4c2a.js";
|
|
6
|
+
import { R as ResizeableWindow } from "../Resizeable/index.f6e48e56.js";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
8
|
-
import { I as Icon } from "../Icon/index.
|
|
8
|
+
import { I as Icon } from "../Icon/index.9dae8337.js";
|
|
9
9
|
import { useEnvironment } from "@m4l/core";
|
|
10
|
-
import { I as ICONS } from "../areas/icons.
|
|
10
|
+
import { I as ICONS } from "../areas/icons.19cde4b4.js";
|
|
11
|
+
import { m as modalUtilityClasses } from "../modal/index.1b25b61d.js";
|
|
11
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
12
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
13
|
-
const WrapperDialog = styled(Dialog)(() => ({}));
|
|
13
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.e376a68e.js";
|
|
14
14
|
const Container = styled("div")(({ theme }) => ({
|
|
15
15
|
display: "flex",
|
|
16
16
|
flexDirection: "column",
|
|
@@ -88,19 +88,28 @@ const ModalDialog = () => {
|
|
|
88
88
|
maxWidth,
|
|
89
89
|
maxHeigth,
|
|
90
90
|
window,
|
|
91
|
-
fullScreen
|
|
91
|
+
fullScreen,
|
|
92
|
+
variant
|
|
92
93
|
} = useModal();
|
|
93
94
|
const isDesktop = useResponsiveDesktop();
|
|
94
95
|
const {
|
|
95
96
|
host_static_assets,
|
|
96
97
|
environment_assets
|
|
97
98
|
} = useEnvironment();
|
|
99
|
+
const theme = useTheme();
|
|
100
|
+
const classes = modalUtilityClasses({
|
|
101
|
+
variant
|
|
102
|
+
});
|
|
98
103
|
const contentComnponent = /* @__PURE__ */ jsx(Container, {
|
|
99
|
-
|
|
104
|
+
className: classes.containerWindow,
|
|
100
105
|
children: typeof window === "function" ? window() : window
|
|
101
106
|
});
|
|
102
|
-
return /* @__PURE__ */ jsxs(
|
|
107
|
+
return /* @__PURE__ */ jsxs(Dialog, {
|
|
103
108
|
open,
|
|
109
|
+
className: classes.root,
|
|
110
|
+
sx: {
|
|
111
|
+
...theme.components?.M4LModalDialog?.styleOverrides
|
|
112
|
+
},
|
|
104
113
|
"aria-labelledby": "child-modal-title",
|
|
105
114
|
"aria-describedby": "child-modal-description",
|
|
106
115
|
PaperComponent: isDesktop ? DragabblePaperComponent : PaperComponent,
|
|
@@ -2,23 +2,24 @@ import { NavLink as NavLink$1 } from "react-router-dom";
|
|
|
2
2
|
import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/material";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@m4l/core";
|
|
5
|
-
import "../Icon/index.
|
|
6
|
-
import { T as TEST_PROP_ID } from "../../
|
|
5
|
+
import "../Icon/index.9dae8337.js";
|
|
6
|
+
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import "clsx";
|
|
8
8
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
9
|
-
import "../mui_extended/IconButton/index.
|
|
9
|
+
import "../mui_extended/IconButton/index.1a9d4fa5.js";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
|
-
import "../mui_extended/Accordion/index.
|
|
12
|
-
import "../mui_extended/
|
|
11
|
+
import "../mui_extended/Accordion/index.3faafd8b.js";
|
|
12
|
+
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
13
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
13
14
|
import "@mui/material/Button";
|
|
14
|
-
import "../mui_extended/Button/index.
|
|
15
|
-
import "../Image/index.
|
|
15
|
+
import "../mui_extended/Button/index.fdb5dcbd.js";
|
|
16
|
+
import "../Image/index.c18ebf5a.js";
|
|
16
17
|
import "@mui/lab";
|
|
17
|
-
import { T as Typography } from "../mui_extended/Typography/index.e2d9e3f2.js";
|
|
18
18
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
19
|
-
import "../mui_extended/MenuActions/index.
|
|
20
|
-
import "../mui_extended/Pager/index.
|
|
21
|
-
import "../mui_extended/Tab/index.
|
|
19
|
+
import "../mui_extended/MenuActions/index.ba1da3b3.js";
|
|
20
|
+
import "../mui_extended/Pager/index.67bda2c5.js";
|
|
21
|
+
import "../mui_extended/Tab/index.9e2f6e34.js";
|
|
22
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
22
23
|
import { unstable_composeClasses } from "@mui/base";
|
|
23
24
|
const componentName = "M4LNavLink";
|
|
24
25
|
generateUtilityClasses(componentName, [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.c18ebf5a.js";
|
|
4
4
|
import { Skeleton } from "@mui/material";
|
|
5
5
|
import { useMemo } from "react";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,36 +1,46 @@
|
|
|
1
1
|
import { useState, useEffect, useCallback, useMemo } from "react";
|
|
2
2
|
import { useNetwork, useModuleDictionary, useEnvironment, usePaginate } from "@m4l/core";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
|
-
import { D as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.
|
|
4
|
+
import { D as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.ffaf000e.js";
|
|
5
5
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
6
6
|
import { Tooltip, IconButton } from "@mui/material";
|
|
7
7
|
import { useHostTheme, useResponsiveDesktop } from "@m4l/graphics";
|
|
8
8
|
import { R as ReactJson } from "../../react-json-view.57125fcf.js";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
11
|
-
import { I as Icon } from "../Icon/index.
|
|
12
|
-
import "../../react-draggable.
|
|
13
|
-
import "../ModalDialog/index.
|
|
14
|
-
import "../Resizeable/index.
|
|
15
|
-
import "../
|
|
10
|
+
import { u as useModal } from "../../hooks/useModal/index.7b7d26ba.js";
|
|
11
|
+
import { I as Icon } from "../Icon/index.9dae8337.js";
|
|
12
|
+
import "../../react-draggable.6d7949a3.js";
|
|
13
|
+
import "../ModalDialog/index.d9c5d400.js";
|
|
14
|
+
import "../Resizeable/index.f6e48e56.js";
|
|
15
|
+
import "../modal/index.1b25b61d.js";
|
|
16
|
+
import "../CommonActions/components/Actions/index.e376a68e.js";
|
|
16
17
|
import "@mui/material/Button";
|
|
17
|
-
import "../mui_extended/Button/index.
|
|
18
|
+
import "../mui_extended/Button/index.fdb5dcbd.js";
|
|
18
19
|
import "clsx";
|
|
19
20
|
import "react-hook-form";
|
|
20
|
-
import "../mui_extended/IconButton/index.
|
|
21
|
+
import "../mui_extended/IconButton/index.1a9d4fa5.js";
|
|
21
22
|
import "zustand";
|
|
22
|
-
import "../areas/contexts/AreasContext/index.
|
|
23
|
-
import "../areas/components/AreasAdmin/index.
|
|
23
|
+
import "../areas/contexts/AreasContext/index.f0397b7c.js";
|
|
24
|
+
import "../areas/components/AreasAdmin/index.946eebb9.js";
|
|
24
25
|
import "zustand/shallow";
|
|
25
26
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
26
|
-
import "../
|
|
27
|
+
import "../mui_extended/Accordion/index.3faafd8b.js";
|
|
28
|
+
import "../mui_extended/Typography/index.443590d6.js";
|
|
29
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
30
|
+
import "react-router-dom";
|
|
31
|
+
import "../Image/index.c18ebf5a.js";
|
|
32
|
+
import "@mui/lab";
|
|
33
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
34
|
+
import "../mui_extended/MenuActions/index.ba1da3b3.js";
|
|
35
|
+
import "../mui_extended/Pager/index.67bda2c5.js";
|
|
36
|
+
import "../mui_extended/Tab/index.9e2f6e34.js";
|
|
37
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
38
|
+
import "../areas/components/AreasViewer/index.bf4191ea.js";
|
|
39
|
+
import "../LinearProgressIndeterminate/index.d34d398f.js";
|
|
27
40
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
28
41
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
29
|
-
import "
|
|
30
|
-
import "../
|
|
31
|
-
import "../modal/WindowConfirm.7ec9dcd3.js";
|
|
32
|
-
import { W as WindowBase } from "../modal/WindowBase.9b93578e.js";
|
|
33
|
-
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.cb7fd1b6.js";
|
|
42
|
+
import { W as WindowBase } from "../modal/WindowBase.7acb9f1d.js";
|
|
43
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.d7c03a61.js";
|
|
34
44
|
const Container$1 = styled("div")(() => ({
|
|
35
45
|
height: "100%",
|
|
36
46
|
width: "100%",
|
|
@@ -241,28 +251,28 @@ function ObjectLogs(props) {
|
|
|
241
251
|
automatic: false,
|
|
242
252
|
fields: [{
|
|
243
253
|
name: "user_logs.created_at",
|
|
244
|
-
dictionaryId:
|
|
254
|
+
dictionaryId: "object_logs.created_at",
|
|
245
255
|
type: "datetime",
|
|
246
256
|
multiple: false,
|
|
247
257
|
presence: "fixed",
|
|
248
258
|
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/object_logs/assets/icons/email.svg`
|
|
249
259
|
}, {
|
|
250
260
|
name: "users.email",
|
|
251
|
-
dictionaryId:
|
|
261
|
+
dictionaryId: "object_logs.email",
|
|
252
262
|
type: "string",
|
|
253
263
|
multiple: true,
|
|
254
264
|
presence: "optional",
|
|
255
265
|
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/object_logs/assets/icons/email.svg`
|
|
256
266
|
}, {
|
|
257
267
|
name: "user_logs.log_preview",
|
|
258
|
-
dictionaryId:
|
|
268
|
+
dictionaryId: "object_logs.log_preview",
|
|
259
269
|
type: "string",
|
|
260
270
|
multiple: true,
|
|
261
271
|
presence: "optional",
|
|
262
272
|
urlIcon: `${host_static_assets}/${environment_assets}/frontend/components/object_logs/assets/icons/log_preview.svg`
|
|
263
273
|
}, {
|
|
264
274
|
name: "user_logs.log_detail",
|
|
265
|
-
dictionaryId:
|
|
275
|
+
dictionaryId: "object_logs.log_detail",
|
|
266
276
|
type: "string",
|
|
267
277
|
multiple: true,
|
|
268
278
|
presence: "optional",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const componentName = "M4LPaperForm";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PaperFormClassesType } from './types';
|
|
2
|
+
export declare const periodClasses: PaperFormClassesType;
|
|
3
|
+
export declare function getPaperFormUtilityClass(slot: string): string;
|
|
4
|
+
export declare const paperFormUtilityClasses: () => {
|
|
5
|
+
root: string;
|
|
6
|
+
content: string;
|
|
7
|
+
headerContainer: string;
|
|
8
|
+
iconTitleContainer: string;
|
|
9
|
+
iconHeaderContainer: string;
|
|
10
|
+
skeletonContainer: string;
|
|
11
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { paperFormUtilityClasses } from ".";
|
|
2
|
+
export interface PaperFormClassesType {
|
|
3
|
+
root: string;
|
|
4
|
+
headerContainer: string;
|
|
5
|
+
iconTitleContainer: string;
|
|
6
|
+
iconHeaderContainer: string;
|
|
7
|
+
skeletonContainer: string;
|
|
8
|
+
}
|
|
9
|
+
export declare type PaperFormClassesKey = keyof PaperFormClassesType;
|
|
10
|
+
export declare type Classes = ReturnType<typeof paperFormUtilityClasses>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { useModuleSkeleton } from "@m4l/core";
|
|
3
|
-
import { Skeleton } from "@mui/material";
|
|
4
|
-
import { I as Icon } from "../Icon/index.
|
|
5
|
-
import {
|
|
6
|
-
|
|
3
|
+
import { Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
4
|
+
import { I as Icon } from "../Icon/index.9dae8337.js";
|
|
5
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
+
import { unstable_composeClasses } from "@mui/base";
|
|
7
|
+
const PaperFormRoot = styled("div")(({
|
|
7
8
|
theme
|
|
8
9
|
}) => ({
|
|
9
10
|
display: "flex",
|
|
@@ -15,7 +16,8 @@ const WrapperPaper = styled("div")(({
|
|
|
15
16
|
boxShadow: theme.shadows[8],
|
|
16
17
|
padding: theme.spacing(3),
|
|
17
18
|
backgroundColor: theme.palette.background.paper
|
|
18
|
-
}
|
|
19
|
+
},
|
|
20
|
+
...theme.components?.M4LPaperForm?.styleOverrides
|
|
19
21
|
}));
|
|
20
22
|
const HeaderContainer = styled("div")(({
|
|
21
23
|
theme
|
|
@@ -65,44 +67,75 @@ const SkTPaperFormHeader = styled("div")(({
|
|
|
65
67
|
const Header = (props) => {
|
|
66
68
|
const {
|
|
67
69
|
urlIcon,
|
|
68
|
-
title
|
|
70
|
+
title,
|
|
71
|
+
classes
|
|
69
72
|
} = props;
|
|
70
73
|
const isSkeleton = useModuleSkeleton();
|
|
71
|
-
return
|
|
72
|
-
children: [/* @__PURE__ */ jsx(Skeleton, {
|
|
73
|
-
variant: "circular",
|
|
74
|
-
width: 16,
|
|
75
|
-
height: 16
|
|
76
|
-
}), /* @__PURE__ */ jsx(Skeleton, {
|
|
77
|
-
variant: "text",
|
|
78
|
-
width: 68,
|
|
79
|
-
height: 14
|
|
80
|
-
})]
|
|
81
|
-
}) : /* @__PURE__ */ jsx(HeaderContainer, {
|
|
74
|
+
return /* @__PURE__ */ jsx(HeaderContainer, {
|
|
82
75
|
id: "Header",
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
76
|
+
className: classes.headerContainer,
|
|
77
|
+
children: !isSkeleton ? /* @__PURE__ */ jsxs(IconTitleContainer, {
|
|
78
|
+
className: classes.iconTitleContainer,
|
|
79
|
+
children: [urlIcon ? /* @__PURE__ */ jsx(IconHeader, {
|
|
80
|
+
className: classes.iconHeaderContainer,
|
|
86
81
|
children: /* @__PURE__ */ jsx(Icon, {
|
|
87
82
|
src: urlIcon
|
|
88
83
|
})
|
|
89
|
-
}), title]
|
|
84
|
+
}) : null, title]
|
|
85
|
+
}) : /* @__PURE__ */ jsxs(SkTPaperFormHeader, {
|
|
86
|
+
className: classes.skeletonContainer,
|
|
87
|
+
children: [/* @__PURE__ */ jsx(Skeleton, {
|
|
88
|
+
variant: "circular",
|
|
89
|
+
width: 16,
|
|
90
|
+
height: 16
|
|
91
|
+
}), /* @__PURE__ */ jsx(Skeleton, {
|
|
92
|
+
variant: "text",
|
|
93
|
+
width: 68,
|
|
94
|
+
height: 14
|
|
95
|
+
})]
|
|
90
96
|
})
|
|
91
97
|
});
|
|
92
98
|
};
|
|
99
|
+
const componentName = "M4LPaperForm";
|
|
100
|
+
generateUtilityClasses(componentName, [
|
|
101
|
+
"root",
|
|
102
|
+
"headerContainer",
|
|
103
|
+
"iconTitleContainer",
|
|
104
|
+
"iconHeaderContainer",
|
|
105
|
+
"skeletonContainer"
|
|
106
|
+
]);
|
|
107
|
+
function getPaperFormUtilityClass(slot) {
|
|
108
|
+
return generateUtilityClass(componentName, slot);
|
|
109
|
+
}
|
|
110
|
+
const paperFormUtilityClasses = () => {
|
|
111
|
+
const slots = {
|
|
112
|
+
root: ["root"],
|
|
113
|
+
headerContainer: ["headerContainer"],
|
|
114
|
+
iconTitleContainer: ["iconTitleContainer"],
|
|
115
|
+
iconHeaderContainer: ["iconHeaderContainer"],
|
|
116
|
+
skeletonContainer: ["skeletonContainer"],
|
|
117
|
+
content: ["content"]
|
|
118
|
+
};
|
|
119
|
+
const composedClasses = unstable_composeClasses(slots, getPaperFormUtilityClass, {});
|
|
120
|
+
return {
|
|
121
|
+
...composedClasses
|
|
122
|
+
};
|
|
123
|
+
};
|
|
93
124
|
function PaperForm(props) {
|
|
94
125
|
const {
|
|
95
126
|
urlIcon,
|
|
96
127
|
title,
|
|
97
128
|
children
|
|
98
129
|
} = props;
|
|
99
|
-
|
|
100
|
-
|
|
130
|
+
const classes = paperFormUtilityClasses();
|
|
131
|
+
return /* @__PURE__ */ jsxs(PaperFormRoot, {
|
|
132
|
+
className: classes.root,
|
|
101
133
|
children: [/* @__PURE__ */ jsx(Header, {
|
|
102
134
|
urlIcon,
|
|
103
|
-
title
|
|
135
|
+
title,
|
|
136
|
+
classes
|
|
104
137
|
}), /* @__PURE__ */ jsx(Content, {
|
|
105
|
-
|
|
138
|
+
className: classes.content,
|
|
106
139
|
children
|
|
107
140
|
})]
|
|
108
141
|
});
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
+
import { Classes } from './classes/types';
|
|
2
3
|
export interface PaperFormProps {
|
|
3
|
-
urlIcon
|
|
4
|
+
urlIcon?: string;
|
|
4
5
|
title: string;
|
|
5
6
|
children: ReactNode;
|
|
6
7
|
}
|
|
7
|
-
export
|
|
8
|
+
export interface HeaderProps extends Omit<PaperFormProps, 'children'> {
|
|
9
|
+
classes: Classes;
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const componentName = "M4LPeriod";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PeriodClassesType } from './types';
|
|
2
|
+
import { OwnerState } from '../types';
|
|
3
|
+
export declare const periodClasses: PeriodClassesType;
|
|
4
|
+
export declare function getPeriodUtilityClass(slot: string): string;
|
|
5
|
+
export declare const periodUtilityClasses: (ownerState: OwnerState) => {
|
|
6
|
+
root: string;
|
|
7
|
+
gap: string;
|
|
8
|
+
containerDateLabel: string;
|
|
9
|
+
containerDateValue: string;
|
|
10
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { periodUtilityClasses } from ".";
|
|
2
|
+
export interface PeriodClassesType {
|
|
3
|
+
root: string;
|
|
4
|
+
gap: string;
|
|
5
|
+
containerDateLabel: string;
|
|
6
|
+
containerDateValue: string;
|
|
7
|
+
stateError: string;
|
|
8
|
+
stateReadOnly: string;
|
|
9
|
+
variantMonoperiod: string;
|
|
10
|
+
variantMultiperiod: string;
|
|
11
|
+
}
|
|
12
|
+
export declare type PeriodClassesKey = keyof PeriodClassesType;
|
|
13
|
+
export declare type Classes = ReturnType<typeof periodUtilityClasses>;
|