@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,4 +1,4 @@
|
|
|
1
1
|
import { CommonActionsClassesType } from './types';
|
|
2
2
|
export declare const commonActionsClasses: CommonActionsClassesType;
|
|
3
3
|
export declare function getCommonActionsUtilityClass(slot: string): string;
|
|
4
|
-
export declare const
|
|
4
|
+
export declare const useCommonActionsUtilityClasses: () => Record<"root" | "skeleton" | "actionCancel" | "actionFormCancel" | "actionFormIntro" | "actionIntro" | "wrapperActions", string>;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { useCommonActionsUtilityClasses } from ".";
|
|
2
2
|
export interface CommonActionsClassesType {
|
|
3
3
|
root: string;
|
|
4
4
|
actionCancel: string;
|
|
5
5
|
actionFormCancel: string;
|
|
6
|
+
actionFormIntro: string;
|
|
6
7
|
actionIntro: string;
|
|
7
8
|
wrapperActions: string;
|
|
8
9
|
skeleton: string;
|
|
9
10
|
}
|
|
10
11
|
export declare type CommonActionsClassesKey = keyof CommonActionsClassesType;
|
|
11
|
-
export declare type Classes = ReturnType<typeof
|
|
12
|
+
export declare type Classes = ReturnType<typeof useCommonActionsUtilityClasses>;
|
package/components/CommonActions/components/ActionCancel/{index.fad4a0dc.js → index.453c2d24.js}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
3
|
-
import { u as
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.fdb5dcbd.js";
|
|
3
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.e376a68e.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
|
7
7
|
getLabel
|
|
8
8
|
} = useModuleDictionary();
|
|
9
|
-
const classes =
|
|
9
|
+
const classes = useCommonActionsUtilityClasses();
|
|
10
10
|
return /* @__PURE__ */ jsx(Button, {
|
|
11
11
|
variant: "outlined",
|
|
12
12
|
color: "inherit",
|
package/components/CommonActions/components/ActionFormCancel/{index.a26820a9.js → index.c2a2fd55.js}
RENAMED
|
@@ -1,39 +1,41 @@
|
|
|
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 { B as Button } from "../../../mui_extended/Button/index.
|
|
4
|
+
import { B as Button } from "../../../mui_extended/Button/index.fdb5dcbd.js";
|
|
5
5
|
import { useCallback } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
7
|
-
import "../../../../react-draggable.
|
|
8
|
-
import "../../../ModalDialog/index.
|
|
9
|
-
import "../../../Resizeable/index.
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.7b7d26ba.js";
|
|
7
|
+
import "../../../../react-draggable.6d7949a3.js";
|
|
8
|
+
import "../../../ModalDialog/index.d9c5d400.js";
|
|
9
|
+
import "../../../Resizeable/index.f6e48e56.js";
|
|
10
10
|
import { jsx } from "react/jsx-runtime";
|
|
11
11
|
import "@m4l/graphics";
|
|
12
|
-
import "../../../Icon/index.
|
|
12
|
+
import "../../../Icon/index.9dae8337.js";
|
|
13
13
|
import "clsx";
|
|
14
|
-
import
|
|
15
|
-
import "../../../modal/
|
|
16
|
-
import "../../../mui_extended/IconButton/index.
|
|
17
|
-
import "../../../mui_extended/Accordion/index.
|
|
18
|
-
import "../../../mui_extended/
|
|
14
|
+
import "../../../modal/index.1b25b61d.js";
|
|
15
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.9b829837.js";
|
|
16
|
+
import "../../../mui_extended/IconButton/index.1a9d4fa5.js";
|
|
17
|
+
import "../../../mui_extended/Accordion/index.3faafd8b.js";
|
|
18
|
+
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
19
|
+
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
19
20
|
import "react-router-dom";
|
|
20
|
-
import "../../../Image/index.
|
|
21
|
+
import "../../../Image/index.c18ebf5a.js";
|
|
21
22
|
import "@mui/lab";
|
|
22
|
-
import "../../../mui_extended/Typography/index.e2d9e3f2.js";
|
|
23
23
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
24
|
-
import "../../../mui_extended/MenuActions/index.
|
|
25
|
-
import "../../../mui_extended/Pager/index.
|
|
26
|
-
import "../../../mui_extended/Tab/index.
|
|
24
|
+
import "../../../mui_extended/MenuActions/index.ba1da3b3.js";
|
|
25
|
+
import "../../../mui_extended/Pager/index.67bda2c5.js";
|
|
26
|
+
import "../../../mui_extended/Tab/index.9e2f6e34.js";
|
|
27
|
+
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
27
28
|
import "zustand";
|
|
28
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
29
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
29
|
+
import "../../../areas/contexts/AreasContext/index.f0397b7c.js";
|
|
30
|
+
import "../../../areas/components/AreasAdmin/index.946eebb9.js";
|
|
30
31
|
import "zustand/shallow";
|
|
31
32
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
32
|
-
import "../../../areas/components/AreasViewer/index.
|
|
33
|
+
import "../../../areas/components/AreasViewer/index.bf4191ea.js";
|
|
34
|
+
import "../../../LinearProgressIndeterminate/index.d34d398f.js";
|
|
33
35
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
34
36
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
35
37
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
36
|
-
import { u as
|
|
38
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.e376a68e.js";
|
|
37
39
|
function ActionFormCancel() {
|
|
38
40
|
const {
|
|
39
41
|
getLabel
|
|
@@ -64,13 +66,14 @@ function ActionFormCancel() {
|
|
|
64
66
|
title: getLabel("common_actions.confirm_quit_title"),
|
|
65
67
|
msg: getLabel("form_provider.confirm_quit_msg"),
|
|
66
68
|
onClickIntro: onConfirmQuit
|
|
67
|
-
})
|
|
69
|
+
}),
|
|
70
|
+
variant: "warning"
|
|
68
71
|
});
|
|
69
72
|
} else {
|
|
70
73
|
onConfirmQuit();
|
|
71
74
|
}
|
|
72
75
|
}, [getLabel, isDirty, openModal]);
|
|
73
|
-
const classes =
|
|
76
|
+
const classes = useCommonActionsUtilityClasses();
|
|
74
77
|
if (isSkeleton) {
|
|
75
78
|
return /* @__PURE__ */ jsx(Skeleton, {
|
|
76
79
|
variant: "text",
|
package/components/CommonActions/components/ActionFormIntro/{index.403d8952.js → index.25d33912.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
|
|
4
|
+
import { L as LoadingButton } from "../../../mui_extended/Button/index.fdb5dcbd.js";
|
|
5
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.e376a68e.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
|
@@ -17,7 +17,7 @@ function ActionFormIntro(props) {
|
|
|
17
17
|
} = useFormState({
|
|
18
18
|
control
|
|
19
19
|
});
|
|
20
|
-
const classes =
|
|
20
|
+
const classes = useCommonActionsUtilityClasses();
|
|
21
21
|
if (isSkeleton) {
|
|
22
22
|
return /* @__PURE__ */ jsx(Skeleton, {
|
|
23
23
|
variant: "text",
|
|
@@ -30,7 +30,7 @@ function ActionFormIntro(props) {
|
|
|
30
30
|
type: "submit",
|
|
31
31
|
color: "primary",
|
|
32
32
|
loading: isSubmitting,
|
|
33
|
-
className: classes.
|
|
33
|
+
className: classes.actionFormIntro,
|
|
34
34
|
...props,
|
|
35
35
|
children: getLabel("common_actions.intro")
|
|
36
36
|
});
|
package/components/CommonActions/components/ActionIntro/{index.0fb6efbe.js → index.c653a266.js}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
3
|
-
import { T as TEST_PROP_ID } from "../../../../
|
|
4
|
-
import { u as
|
|
2
|
+
import { B as Button } from "../../../mui_extended/Button/index.fdb5dcbd.js";
|
|
3
|
+
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
4
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.e376a68e.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
8
8
|
const {
|
|
9
9
|
getLabel
|
|
10
10
|
} = useModuleDictionary();
|
|
11
|
-
const classes =
|
|
11
|
+
const classes = useCommonActionsUtilityClasses();
|
|
12
12
|
return /* @__PURE__ */ jsx(Button, {
|
|
13
13
|
...process.env.NODE_ENV !== "production" ? {
|
|
14
14
|
[TEST_PROP_ID]: ACTIONINTRO_TEST_ID
|
|
@@ -1,39 +1,41 @@
|
|
|
1
|
+
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
1
2
|
import { jsx } from "react/jsx-runtime";
|
|
2
3
|
import { generateUtilityClasses } from "@mui/material";
|
|
3
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
-
import { g as getComponentUtilityClass } from "../../../../utils/index.
|
|
5
|
+
import { g as getComponentUtilityClass } from "../../../../utils/index.008b4c2a.js";
|
|
5
6
|
import { styled } from "@mui/material/styles";
|
|
6
7
|
import "@m4l/core";
|
|
7
8
|
import "@mui/material/Button";
|
|
8
|
-
import "../../../mui_extended/Button/index.
|
|
9
|
+
import "../../../mui_extended/Button/index.fdb5dcbd.js";
|
|
9
10
|
import "clsx";
|
|
10
11
|
import "react-hook-form";
|
|
11
12
|
import "react";
|
|
12
|
-
import "../../../../contexts/ModalContext/index.
|
|
13
|
-
import "../../../../react-draggable.
|
|
14
|
-
import "../../../ModalDialog/index.
|
|
15
|
-
import "../../../Resizeable/index.
|
|
13
|
+
import "../../../../contexts/ModalContext/index.699f95fa.js";
|
|
14
|
+
import "../../../../react-draggable.6d7949a3.js";
|
|
15
|
+
import "../../../ModalDialog/index.d9c5d400.js";
|
|
16
|
+
import "../../../Resizeable/index.f6e48e56.js";
|
|
16
17
|
import "@m4l/graphics";
|
|
17
|
-
import "../../../Icon/index.
|
|
18
|
+
import "../../../Icon/index.9dae8337.js";
|
|
19
|
+
import "../../../modal/index.1b25b61d.js";
|
|
18
20
|
import "@mui/lab";
|
|
19
|
-
import "../../../mui_extended/Typography/index.
|
|
20
|
-
import "../../../
|
|
21
|
-
import "../../../
|
|
22
|
-
import "../../../mui_extended/
|
|
23
|
-
import "../../../mui_extended/
|
|
24
|
-
import "../../../mui_extended/Avatar/index.fe06afd7.js";
|
|
21
|
+
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
22
|
+
import "../../../Image/index.c18ebf5a.js";
|
|
23
|
+
import "../../../mui_extended/IconButton/index.1a9d4fa5.js";
|
|
24
|
+
import "../../../mui_extended/Accordion/index.3faafd8b.js";
|
|
25
|
+
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
25
26
|
import "react-router-dom";
|
|
26
|
-
import "../../../Image/index.1af119da.js";
|
|
27
27
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
28
|
-
import "../../../mui_extended/MenuActions/index.
|
|
29
|
-
import "../../../mui_extended/Pager/index.
|
|
30
|
-
import "../../../mui_extended/Tab/index.
|
|
28
|
+
import "../../../mui_extended/MenuActions/index.ba1da3b3.js";
|
|
29
|
+
import "../../../mui_extended/Pager/index.67bda2c5.js";
|
|
30
|
+
import "../../../mui_extended/Tab/index.9e2f6e34.js";
|
|
31
|
+
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
31
32
|
import "zustand";
|
|
32
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
33
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
33
|
+
import "../../../areas/contexts/AreasContext/index.f0397b7c.js";
|
|
34
|
+
import "../../../areas/components/AreasAdmin/index.946eebb9.js";
|
|
34
35
|
import "zustand/shallow";
|
|
35
36
|
import "../../../ScrollBar/index.bbe48f4d.js";
|
|
36
|
-
import "../../../areas/components/AreasViewer/index.
|
|
37
|
+
import "../../../areas/components/AreasViewer/index.bf4191ea.js";
|
|
38
|
+
import "../../../LinearProgressIndeterminate/index.d34d398f.js";
|
|
37
39
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
38
40
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
39
41
|
const componentName = "M4LCommonActions";
|
|
@@ -42,15 +44,17 @@ generateUtilityClasses(componentName, [
|
|
|
42
44
|
"skeleton",
|
|
43
45
|
"actionCancel",
|
|
44
46
|
"actionFormCancel",
|
|
47
|
+
"actionFormIntro",
|
|
45
48
|
"actionIntro",
|
|
46
49
|
"wrapperActions"
|
|
47
50
|
]);
|
|
48
|
-
const
|
|
51
|
+
const useCommonActionsUtilityClasses = () => {
|
|
49
52
|
const slots = {
|
|
50
53
|
root: ["root"],
|
|
51
54
|
skeleton: ["skeleton"],
|
|
52
55
|
actionCancel: ["actionCancel"],
|
|
53
56
|
actionFormCancel: ["actionFormCancel"],
|
|
57
|
+
actionFormIntro: ["actionFormIntro"],
|
|
54
58
|
actionIntro: ["actionIntro"],
|
|
55
59
|
wrapperActions: ["wrapperActions"]
|
|
56
60
|
};
|
|
@@ -66,16 +70,23 @@ const WrapperStandarActions = styled("div")(({
|
|
|
66
70
|
justifyContent: "flex-end",
|
|
67
71
|
"& > button": {
|
|
68
72
|
marginLeft: "10px"
|
|
69
|
-
}
|
|
73
|
+
},
|
|
74
|
+
...theme.components?.M4LCommonActions?.styleOverrides
|
|
70
75
|
}));
|
|
76
|
+
const COMMONACTIONS_PREFIX = "M4LCommonActions";
|
|
77
|
+
const getNameCommonActionsDataTestId = (KEY) => {
|
|
78
|
+
return `${COMMONACTIONS_PREFIX}-${KEY}`;
|
|
79
|
+
};
|
|
71
80
|
const Actions = (props) => {
|
|
72
81
|
const {
|
|
73
82
|
children
|
|
74
83
|
} = props;
|
|
75
|
-
const classes =
|
|
84
|
+
const classes = useCommonActionsUtilityClasses();
|
|
76
85
|
return /* @__PURE__ */ jsx(WrapperStandarActions, {
|
|
77
|
-
|
|
78
|
-
|
|
86
|
+
className: classes.root,
|
|
87
|
+
...process.env.NODE_ENV !== "production" ? {
|
|
88
|
+
[TEST_PROP_ID]: getNameCommonActionsDataTestId("root")
|
|
89
|
+
} : {},
|
|
79
90
|
children
|
|
80
91
|
});
|
|
81
92
|
};
|
|
@@ -94,5 +105,5 @@ export {
|
|
|
94
105
|
Actions as A,
|
|
95
106
|
defaultCommonActionsDictionary as d,
|
|
96
107
|
getCommonActionsDictionary as g,
|
|
97
|
-
|
|
108
|
+
useCommonActionsUtilityClasses as u
|
|
98
109
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const COMMONACTIONS_PREFIX = "M4LCommonActions";
|
|
@@ -6,37 +6,45 @@ import { HTML5Backend } from "react-dnd-html5-backend";
|
|
|
6
6
|
import { SvgIcon, Checkbox, InputBase, Skeleton } from "@mui/material";
|
|
7
7
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
8
8
|
import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByString, useEnvironment } from "@m4l/core";
|
|
9
|
-
import { M as MenuActions } from "../mui_extended/MenuActions/index.
|
|
10
|
-
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.
|
|
11
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
12
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
13
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
14
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
15
|
-
import "../../react-draggable.
|
|
16
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
17
|
-
import "../Resizeable/index.
|
|
9
|
+
import { M as MenuActions } from "../mui_extended/MenuActions/index.ba1da3b3.js";
|
|
10
|
+
import { g as getPagerComponentsDictionary, P as Pager } from "../mui_extended/Pager/index.67bda2c5.js";
|
|
11
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.1a9d4fa5.js";
|
|
12
|
+
import { u as useModal } from "../../hooks/useModal/index.7b7d26ba.js";
|
|
13
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.453c2d24.js";
|
|
14
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.c653a266.js";
|
|
15
|
+
import "../../react-draggable.6d7949a3.js";
|
|
16
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.d9c5d400.js";
|
|
17
|
+
import "../Resizeable/index.f6e48e56.js";
|
|
18
18
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
19
|
-
import "../Icon/index.
|
|
19
|
+
import "../Icon/index.9dae8337.js";
|
|
20
20
|
import "clsx";
|
|
21
|
-
import
|
|
21
|
+
import "../modal/index.1b25b61d.js";
|
|
22
|
+
import { A as Actions$1 } from "../CommonActions/components/Actions/index.e376a68e.js";
|
|
22
23
|
import "react-hook-form";
|
|
23
24
|
import "@mui/material/Button";
|
|
24
|
-
import "../mui_extended/Button/index.
|
|
25
|
+
import "../mui_extended/Button/index.fdb5dcbd.js";
|
|
25
26
|
import "zustand";
|
|
26
|
-
import "../areas/contexts/AreasContext/index.
|
|
27
|
-
import "../areas/components/AreasAdmin/index.
|
|
27
|
+
import "../areas/contexts/AreasContext/index.f0397b7c.js";
|
|
28
|
+
import "../areas/components/AreasAdmin/index.946eebb9.js";
|
|
28
29
|
import "zustand/shallow";
|
|
29
30
|
import "../ScrollBar/index.bbe48f4d.js";
|
|
30
|
-
import "../
|
|
31
|
+
import "../mui_extended/Accordion/index.3faafd8b.js";
|
|
32
|
+
import "../mui_extended/Typography/index.443590d6.js";
|
|
33
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
34
|
+
import "react-router-dom";
|
|
35
|
+
import "../Image/index.c18ebf5a.js";
|
|
36
|
+
import "@mui/lab";
|
|
37
|
+
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
38
|
+
import "../mui_extended/Tab/index.9e2f6e34.js";
|
|
39
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
40
|
+
import "../areas/components/AreasViewer/index.bf4191ea.js";
|
|
41
|
+
import "../LinearProgressIndeterminate/index.d34d398f.js";
|
|
31
42
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
32
43
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
33
|
-
import "
|
|
34
|
-
import "../
|
|
35
|
-
import "../modal/WindowConfirm.7ec9dcd3.js";
|
|
36
|
-
import { W as WindowBase } from "../modal/WindowBase.9b93578e.js";
|
|
37
|
-
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.820a2130.js";
|
|
44
|
+
import { W as WindowBase } from "../modal/WindowBase.7acb9f1d.js";
|
|
45
|
+
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.431dc923.js";
|
|
38
46
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
39
|
-
import { C as ConcatenatedFormatter } from "../formatters/index.
|
|
47
|
+
import { C as ConcatenatedFormatter } from "../formatters/index.e1af75e6.js";
|
|
40
48
|
const WrapperGrid = styled("div")(() => ({
|
|
41
49
|
display: "flex",
|
|
42
50
|
flexDirection: "column",
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { useState } from "react";
|
|
2
|
+
import { c as cjs } from "../../react-draggable.6d7949a3.js";
|
|
3
|
+
import { jsx } from "react/jsx-runtime";
|
|
4
|
+
const DraggableWindow = (props) => {
|
|
5
|
+
const {
|
|
6
|
+
children,
|
|
7
|
+
handle = "m4l_draggable_handle",
|
|
8
|
+
cancel = '[class*="MuiDialogContent-root"]',
|
|
9
|
+
defaultPosition,
|
|
10
|
+
...others
|
|
11
|
+
} = props;
|
|
12
|
+
const [position, setPosition] = useState(defaultPosition || {
|
|
13
|
+
x: 0,
|
|
14
|
+
y: 0
|
|
15
|
+
});
|
|
16
|
+
const onDrag = (_e, data) => {
|
|
17
|
+
const {
|
|
18
|
+
x,
|
|
19
|
+
y
|
|
20
|
+
} = data;
|
|
21
|
+
const xPos = x < 0 ? 0 : Math.round(x);
|
|
22
|
+
const yPos = y < 0 ? 0 : Math.round(y);
|
|
23
|
+
setPosition({
|
|
24
|
+
x: xPos,
|
|
25
|
+
y: yPos
|
|
26
|
+
});
|
|
27
|
+
};
|
|
28
|
+
return /* @__PURE__ */ jsx(cjs.exports, {
|
|
29
|
+
handle,
|
|
30
|
+
cancel,
|
|
31
|
+
position,
|
|
32
|
+
onDrag,
|
|
33
|
+
...others,
|
|
34
|
+
children
|
|
35
|
+
});
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
DraggableWindow as D
|
|
39
|
+
};
|
|
@@ -4,60 +4,60 @@ import { useContext, useMemo, useEffect, createContext, useRef, createElement, u
|
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
import { useModuleDictionary, useEnvironment, useModuleSkeleton, useFlagsPresent, CommonFlags } from "@m4l/core";
|
|
6
6
|
import { useResponsiveDesktop, useFirstRender, useFormatter } from "@m4l/graphics";
|
|
7
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
8
|
-
import { T as TEST_PROP_ID } from "../../
|
|
7
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.1a9d4fa5.js";
|
|
8
|
+
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
9
9
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
10
10
|
import { generateUtilityClasses, alpha, styled as styled$1, Skeleton, MenuItem } from "@mui/material";
|
|
11
|
-
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.
|
|
11
|
+
import { L as LabelMemuItem } from "../mui_extended/MenuActions/index.ba1da3b3.js";
|
|
12
12
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
13
|
-
import { I as Icon } from "../Icon/index.
|
|
13
|
+
import { I as Icon } from "../Icon/index.9dae8337.js";
|
|
14
14
|
import { styled, useTheme } from "@mui/material/styles";
|
|
15
|
-
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.
|
|
16
|
-
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.
|
|
17
|
-
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.
|
|
18
|
-
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.
|
|
15
|
+
import { R as RHFormProvider } from "../../contexts/RHFormContext/index.fe175bab.js";
|
|
16
|
+
import { g as getCommonActionsDictionary, A as Actions } from "../CommonActions/components/Actions/index.e376a68e.js";
|
|
17
|
+
import { A as ActionCancel } from "../CommonActions/components/ActionCancel/index.453c2d24.js";
|
|
18
|
+
import { A as ActionIntro } from "../CommonActions/components/ActionIntro/index.c653a266.js";
|
|
19
19
|
import { useFormContext, useWatch } from "react-hook-form";
|
|
20
20
|
import "@mui/material/Button";
|
|
21
|
-
import "../mui_extended/Button/index.
|
|
22
|
-
import "../../contexts/ModalContext/index.
|
|
23
|
-
import "../../react-draggable.
|
|
24
|
-
import "../ModalDialog/index.
|
|
25
|
-
import "../Resizeable/index.
|
|
26
|
-
import "../modal/
|
|
27
|
-
import "../
|
|
28
|
-
import "../mui_extended/Accordion/index.
|
|
29
|
-
import "../mui_extended/
|
|
21
|
+
import "../mui_extended/Button/index.fdb5dcbd.js";
|
|
22
|
+
import "../../contexts/ModalContext/index.699f95fa.js";
|
|
23
|
+
import "../../react-draggable.6d7949a3.js";
|
|
24
|
+
import "../ModalDialog/index.d9c5d400.js";
|
|
25
|
+
import "../Resizeable/index.f6e48e56.js";
|
|
26
|
+
import "../modal/index.1b25b61d.js";
|
|
27
|
+
import "../Image/index.c18ebf5a.js";
|
|
28
|
+
import "../mui_extended/Accordion/index.3faafd8b.js";
|
|
29
|
+
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
30
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
30
31
|
import "react-router-dom";
|
|
31
|
-
import "../Image/index.1af119da.js";
|
|
32
32
|
import "@mui/lab";
|
|
33
|
-
import
|
|
34
|
-
import "../mui_extended/
|
|
35
|
-
import "../mui_extended/
|
|
33
|
+
import "../mui_extended/Pager/index.67bda2c5.js";
|
|
34
|
+
import "../mui_extended/Tab/index.9e2f6e34.js";
|
|
35
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
36
36
|
import { useStore, createStore } from "zustand";
|
|
37
|
-
import "../areas/contexts/AreasContext/index.
|
|
38
|
-
import "../areas/components/AreasAdmin/index.
|
|
39
|
-
import "../areas/components/AreasViewer/index.
|
|
37
|
+
import "../areas/contexts/AreasContext/index.f0397b7c.js";
|
|
38
|
+
import "../areas/components/AreasAdmin/index.946eebb9.js";
|
|
39
|
+
import "../areas/components/AreasViewer/index.bf4191ea.js";
|
|
40
|
+
import "../LinearProgressIndeterminate/index.d34d398f.js";
|
|
40
41
|
import "../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
41
42
|
import "../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
42
43
|
import { unstable_composeClasses } from "@mui/base";
|
|
43
|
-
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.
|
|
44
|
+
import { g as getComponentUtilityClass, i as isValidDate } from "../../utils/index.008b4c2a.js";
|
|
44
45
|
import { devtools } from "zustand/middleware";
|
|
45
46
|
import { immer } from "zustand/middleware/immer";
|
|
46
|
-
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.
|
|
47
|
+
import { R as RHFAutocomplete } from "../hook-form/RHFAutocomplete/index.a063dc44.js";
|
|
47
48
|
import "lodash/debounce";
|
|
48
|
-
import "../hook-form/RHFAutocompleteAsync/index.
|
|
49
|
-
import "../hook-form/RHFCheckbox/index.
|
|
50
|
-
import "../HelperText/index.
|
|
49
|
+
import "../hook-form/RHFAutocompleteAsync/index.ddfd9cc9.js";
|
|
50
|
+
import "../hook-form/RHFCheckbox/index.7e7f220b.js";
|
|
51
|
+
import "../HelperText/index.9864f773.js";
|
|
51
52
|
import "@mui/x-date-pickers";
|
|
52
|
-
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.
|
|
53
|
-
import { R as RHFTextField } from "../hook-form/RHFTextField/index.
|
|
54
|
-
import "../hook-form/RHFPeriod/index.
|
|
55
|
-
import "../Period/index.
|
|
53
|
+
import { R as RHFDateTime } from "../hook-form/RHFDateTime/index.d330709b.js";
|
|
54
|
+
import { R as RHFTextField } from "../hook-form/RHFTextField/index.e5336d09.js";
|
|
55
|
+
import "../hook-form/RHFPeriod/index.e2b1293b.js";
|
|
56
|
+
import "../Period/index.526791a3.js";
|
|
56
57
|
import "lodash/isString";
|
|
57
58
|
import "react-dropzone";
|
|
58
|
-
import "../hook-form/RHFUpload/index.
|
|
59
|
+
import "../hook-form/RHFUpload/index.17e7f9eb.js";
|
|
59
60
|
import * as Yup from "yup";
|
|
60
|
-
import "@hookform/resolvers/yup";
|
|
61
61
|
const COMPONENT_CLASS_NAME = "M4LDynamicFilter";
|
|
62
62
|
const ASSETS_URL = "frontend/components/dynamic_filter/assets/icons";
|
|
63
63
|
const ASSETS = {
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@m4l/core";
|
|
4
|
-
import "../Icon/index.
|
|
4
|
+
import "../Icon/index.9dae8337.js";
|
|
5
5
|
import "clsx";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
|
-
import "../mui_extended/IconButton/index.
|
|
7
|
+
import "../mui_extended/IconButton/index.1a9d4fa5.js";
|
|
8
8
|
import "@m4l/graphics";
|
|
9
|
-
import "../mui_extended/Accordion/index.
|
|
10
|
-
import "../mui_extended/
|
|
9
|
+
import "../mui_extended/Accordion/index.3faafd8b.js";
|
|
10
|
+
import { T as Typography } from "../mui_extended/Typography/index.443590d6.js";
|
|
11
|
+
import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
11
12
|
import "react-router-dom";
|
|
12
13
|
import "@mui/material/Button";
|
|
13
|
-
import "../mui_extended/Button/index.
|
|
14
|
-
import "../Image/index.
|
|
14
|
+
import "../mui_extended/Button/index.fdb5dcbd.js";
|
|
15
|
+
import "../Image/index.c18ebf5a.js";
|
|
15
16
|
import "@mui/lab";
|
|
16
|
-
import { T as Typography } from "../mui_extended/Typography/index.e2d9e3f2.js";
|
|
17
17
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
18
|
-
import "../mui_extended/MenuActions/index.
|
|
19
|
-
import "../mui_extended/Pager/index.
|
|
20
|
-
import "../mui_extended/Tab/index.
|
|
18
|
+
import "../mui_extended/MenuActions/index.ba1da3b3.js";
|
|
19
|
+
import "../mui_extended/Pager/index.67bda2c5.js";
|
|
20
|
+
import "../mui_extended/Tab/index.9e2f6e34.js";
|
|
21
|
+
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
21
22
|
import { unstable_composeClasses } from "@mui/base";
|
|
22
23
|
const HelperTextRoot = styled("div")(({
|
|
23
24
|
theme
|
|
@@ -1,67 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { IconButton, Box, styled, generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
1
|
+
import { useState, useEffect } from "react";
|
|
2
|
+
import { styled, generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
|
|
5
3
|
import clsx from "clsx";
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
6
5
|
import { useEnvironment } from "@m4l/core";
|
|
7
|
-
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.
|
|
8
|
-
import { T as TEST_PROP_ID } from "../../
|
|
6
|
+
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.9e1a5b96.js";
|
|
7
|
+
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
9
8
|
import { unstable_composeClasses } from "@mui/base";
|
|
10
|
-
const varSmall = {
|
|
11
|
-
hover: {
|
|
12
|
-
scale: 1.1
|
|
13
|
-
},
|
|
14
|
-
tap: {
|
|
15
|
-
scale: 0.95
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
const varMedium = {
|
|
19
|
-
hover: {
|
|
20
|
-
scale: 1.09
|
|
21
|
-
},
|
|
22
|
-
tap: {
|
|
23
|
-
scale: 0.97
|
|
24
|
-
}
|
|
25
|
-
};
|
|
26
|
-
const varLarge = {
|
|
27
|
-
hover: {
|
|
28
|
-
scale: 1.08
|
|
29
|
-
},
|
|
30
|
-
tap: {
|
|
31
|
-
scale: 0.99
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
function AnimateWrap({
|
|
35
|
-
size,
|
|
36
|
-
children
|
|
37
|
-
}) {
|
|
38
|
-
const isSmall = size === "small";
|
|
39
|
-
const isLarge = size === "large";
|
|
40
|
-
return /* @__PURE__ */ jsx(Box, {
|
|
41
|
-
component: m.div,
|
|
42
|
-
whileTap: "tap",
|
|
43
|
-
whileHover: "hover",
|
|
44
|
-
variants: isSmall && varSmall || isLarge && varLarge || varMedium,
|
|
45
|
-
sx: {
|
|
46
|
-
display: "inline-flex"
|
|
47
|
-
},
|
|
48
|
-
children
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
const IconButtonAnimate = forwardRef(({
|
|
52
|
-
children,
|
|
53
|
-
size = "medium",
|
|
54
|
-
...other
|
|
55
|
-
}, ref) => /* @__PURE__ */ jsx(AnimateWrap, {
|
|
56
|
-
size,
|
|
57
|
-
children: /* @__PURE__ */ jsx(IconButton, {
|
|
58
|
-
size,
|
|
59
|
-
ref,
|
|
60
|
-
...other,
|
|
61
|
-
children
|
|
62
|
-
})
|
|
63
|
-
}));
|
|
64
|
-
IconButtonAnimate.displayName = "IconButtonAnimate";
|
|
65
9
|
const IconRoot = styled("div")(({
|
|
66
10
|
theme
|
|
67
11
|
}) => ({
|
|
@@ -197,6 +141,5 @@ function ArrowIcon(props) {
|
|
|
197
141
|
}
|
|
198
142
|
export {
|
|
199
143
|
ArrowIcon as A,
|
|
200
|
-
Icon as I
|
|
201
|
-
IconButtonAnimate as a
|
|
144
|
+
Icon as I
|
|
202
145
|
};
|