@m4l/components 3.1.9 → 4.0.0
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-l0sNRNKZ.js +1 -0
- package/@types/export.d.ts +263 -263
- package/@types/types.d-l0sNRNKZ.js +1 -0
- package/@types/types.d.ts +88 -88
- package/components/AccountPopover/AccountPopover-CU7gMvzI.js +69 -0
- package/components/AccountPopover/classes/constants-Bh4Ddb0Q.js +4 -0
- package/components/AccountPopover/classes/index-BPokei6j.js +59 -0
- package/components/AccountPopover/dictionary-BUSBiVvV.js +6 -0
- package/components/AccountPopover/index-l0sNRNKZ.js +1 -0
- package/components/AccountPopover/style-KJYhN6c4.js +7 -0
- package/components/AccountPopover/subcomponents/MyAvatar/index-B5TQqcPH.js +21 -0
- package/components/AccountPopover/subcomponents/PopOver/index-BUuhXVtS.js +200 -0
- package/components/AppBar/AppBar-DDoSggi7.js +57 -0
- package/components/AppBar/classes/constants-BMVeFXZd.js +4 -0
- package/components/AppBar/classes/index-DrzQShzd.js +33 -0
- package/components/AppBar/dictionary-DxNEDzLB.js +6 -0
- package/components/AppBar/index-l0sNRNKZ.js +1 -0
- package/components/AppBar/styles-DEP7cqpd.js +7 -0
- package/components/AppBar/tests/constants-RDOlKZ0s.js +4 -0
- package/components/AppBar/tests/utils-B28LDbSp.js +7 -0
- package/components/BaseModule/BaseModule-ut5-cA-D.js +30 -0
- package/components/BaseModule/index-l0sNRNKZ.js +1 -0
- package/components/CommonActions/classes/constants-BrkHp2Ia.js +4 -0
- package/components/CommonActions/classes/index-BnG1pLyl.js +33 -0
- package/components/CommonActions/components/ActionCancel/index-CI0Yqh5P.js +12 -0
- package/components/CommonActions/components/ActionFormCancel/index-Dkolr_FN.js +56 -0
- package/components/CommonActions/components/ActionFormIntro/index-DW0XnDza.js +33 -0
- package/components/CommonActions/components/ActionIntro/index-CCc2O0ve.js +25 -0
- package/components/CommonActions/components/ActionIntro/test/contants-Dw8KcIHV.js +4 -0
- package/components/CommonActions/components/Actions/index-B4L6Y4pL.js +24 -0
- package/components/CommonActions/components/Actions/styles-BTRPY3jS.js +14 -0
- package/components/CommonActions/dictionary-YlCVMypc.js +15 -0
- package/components/CommonActions/index-l0sNRNKZ.js +1 -0
- package/components/CommonActions/tests/constants-CoE1Qxif.js +4 -0
- package/components/CommonActions/tests/utils-cD_DQm4p.js +7 -0
- package/components/DataGrid/assets/icons/datagrid.svg +4 -4
- package/components/DataGrid/classes/constants-Dgj06XTw.js +4 -0
- package/components/DataGrid/classes/index-ugl1vhoP.js +71 -0
- package/components/DataGrid/constants-BIS3UfHs.js +8 -0
- package/components/DataGrid/contexts/DataGridContext/index-7snUVrBX.js +228 -0
- package/components/DataGrid/contexts/FilterContext/index-DgNGxy-0.js +47 -0
- package/components/DataGrid/dictionary-AjA8KM_q.js +14 -0
- package/components/DataGrid/formatters/ColumnBooleanFormatter/index-aMhUEXUt.js +26 -0
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index-Cj4z0rAl.js +22 -0
- package/components/DataGrid/formatters/ColumnDateFormatter/index-CKg8CJ6A.js +19 -0
- package/components/DataGrid/formatters/ColumnIconFormatter/index-D0TWPMAj.js +13 -0
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index-8LLfJGSu.js +23 -0
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/index-BslXGK-A.js +14 -0
- package/components/DataGrid/formatters/ColumnPointsFormatter/index-BXGW2CsK.js +10 -0
- package/components/DataGrid/formatters/ColumnPriceFormatter/index-O11tBykn.js +10 -0
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/index-BaCawLr1.js +36 -0
- package/components/DataGrid/formatters/ColumnUncertaintyFormatter/index-Cq7a-jnE.js +10 -0
- package/components/DataGrid/formatters/index-l0sNRNKZ.js +1 -0
- package/components/DataGrid/hooks/useDataGrid-BKzuMtRC.js +10 -0
- package/components/DataGrid/hooks/useFilters-C-5BfOb8.js +6 -0
- package/components/DataGrid/index-BYLZs2D_.js +87 -0
- package/components/DataGrid/styles-rOw1DTul.js +13 -0
- package/components/DataGrid/subcomponents/Actions/index-DRjK2q9k.js +48 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Density/index-CoxFMgPk.js +71 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Filter/index-BqWQh-9Q.js +26 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/index-B6LDVt_q.js +59 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/RowsCount/index-CyeBbxLE.js +19 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/index-2nWUDQM7.js +23 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/index-CB3e1Dot.js +260 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/styles-B6HR4Y1G.js +50 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/index-Dzhdpkqd.js +63 -0
- package/components/DataGrid/subcomponents/Table/hooks/getDragHeaderRenderer-CBcDkRBr.js +11 -0
- package/components/DataGrid/subcomponents/Table/hooks/useFocusRef-RLFiIJjj.js +15 -0
- package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows-BYcDjTMV.js +187 -0
- package/components/DataGrid/subcomponents/Table/index-BHTTWwD5.js +77 -0
- package/components/DataGrid/subcomponents/Table/subcomponents/ActionsColumn-CeQtGeiI.js +46 -0
- package/components/DataGrid/subcomponents/Table/subcomponents/CheckboxFormatter-tKqOCQR4.js +27 -0
- package/components/DataGrid/subcomponents/Table/subcomponents/CustomIcons-BhLC9sP9.js +16 -0
- package/components/DataGrid/subcomponents/Table/subcomponents/DraggableHeaderRenderer-BZFaMZdE.js +106 -0
- package/components/DataGrid/subcomponents/Table/subcomponents/SelectColumn-CSAGDW93.js +77 -0
- package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/index-DcPsCY_n.js +11 -0
- package/components/DataGrid/subcomponents/Table/subcomponents/SkeletonFormatter/styles-C0ERM6Cs.js +10 -0
- package/components/DataGrid/subcomponents/editors/TextEditor/index-BIFm8akr.js +80 -0
- package/components/DataGrid/types-12wiiAcO.js +6 -0
- package/components/DataGrid/utils/getDataGridRowsFromSet-DOYDyyxy.js +20 -0
- package/components/DragResizeWindow/DragResizeWindow-Z2CHiH4f.js +429 -0
- package/components/DragResizeWindow/DragResizeWindow.d.ts +1 -1
- package/components/DragResizeWindow/classes/index-0-6CStrp.js +18 -0
- package/components/DragResizeWindow/constants-DwokrcI4.js +6 -0
- package/components/DragResizeWindow/helpers/index-3o_XEYfS.js +40 -0
- package/components/DragResizeWindow/index-l0sNRNKZ.js +1 -0
- package/components/DragResizeWindow/styled-UWXrBRaK.js +18 -0
- package/components/DragResizeWindow/utils-DECvGPap.js +17 -0
- package/components/DynamicFilter/DynamicFilter-vZR24GvS.js +14 -0
- package/components/DynamicFilter/constants-ByqmFATV.js +31 -0
- package/components/DynamicFilter/dictionary-CNZO5wD-.js +51 -0
- package/components/DynamicFilter/helpers/formatToInitialFilters-zMnd3Z8B.js +31 -0
- package/components/DynamicFilter/helpers/formatToRowFilter-m6xHKcg4.js +18 -0
- package/components/DynamicFilter/helpers/getPurgedInitialFiltersApplied-DE8zLnRV.js +59 -0
- package/components/DynamicFilter/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/slots/SlotsEnum-cawFeNzx.js +34 -0
- package/components/DynamicFilter/slots/dynamicFilterSlots-X11BZr2l.js +151 -0
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +1 -1
- package/components/DynamicFilter/slots/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/store/DynamicFilterContext-CS7_IuRy.js +84 -0
- package/components/DynamicFilter/store/DynamicFilterStore-bUFXqmpr.js +171 -0
- package/components/DynamicFilter/store/useDynamicFilterStore-DD7gt64u.js +13 -0
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/AppliedFilterChip-D2MLp5cX.js +28 -0
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/useAppliedFilterChip-AS2w8Z3r.js +36 -0
- package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters-CWEyV8G3.js +15 -0
- package/components/DynamicFilter/subcomponents/AppliedFilters/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/AppliedFilters/useAppliedFilters-c25Omyrn.js +15 -0
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/DynamicFilterBase-C5n2TZpu.js +35 -0
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/useDynamicFilterBase-DBbB5mOa.js +9 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/helpers-CzYmgeiA.js +77 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/index-CF94dpNF.js +58 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/DataTypeComponent-DfsPn9Mq.js +16 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/helpers-B4Deuvv0.js +123 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/index-B2dtTF7_.js +54 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/helpers-BtrHTHPy.js +103 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/index-BFs8woiX.js +56 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/helpers-jwqBQ3NZ.js +103 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/index-Cflyl1ZC.js +49 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/helpers-qx6nCnOJ.js +79 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/index-CiX6SO16.js +41 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/fieldFactory-DeCMgNgI.js +25 -0
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActions-DRj7Zs_9.js +43 -0
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActionsSkeleton-DHRvCHMh.js +12 -0
- package/components/DynamicFilter/subcomponents/FilterActions/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions-DcZS-D-1.js +43 -0
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilter-CJsQx8h1.js +38 -0
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilterSkeleton-BV7OwUgY.js +19 -0
- package/components/DynamicFilter/subcomponents/InputFilter/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/InputFilter/useInputFilter-dcL8863x.js +140 -0
- package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter-X1ufrLMU.js +64 -0
- package/components/DynamicFilter/subcomponents/PopoverFilter/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/PopoverFilter/usePopoverFilter-BVgOcmzX.js +99 -0
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields-BNeKq7zb.js +38 -0
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/usePopoverMenuFields-CsmoUVrX.js +29 -0
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +1 -1
- package/components/FieldLabel/FieldLabel-B85v09Pe.js +36 -0
- package/components/FieldLabel/classes/constants-dhh5xNOX.js +4 -0
- package/components/FieldLabel/classes/index-CqpbNDZs.js +31 -0
- package/components/FieldLabel/index-l0sNRNKZ.js +1 -0
- package/components/FieldLabel/styles-D7QEXOIM.js +7 -0
- package/components/GridLayout/GridLayout-CYwAPA42.js +534 -0
- package/components/GridLayout/calculateUtils-wGPJ2spi.js +71 -0
- package/components/GridLayout/classes/index-qNqBA3Jg.js +24 -0
- package/components/GridLayout/constants-BOQgOrZA.js +26 -0
- package/components/GridLayout/index-l0sNRNKZ.js +1 -0
- package/components/GridLayout/styles-BqM7s5fd.js +163 -0
- package/components/GridLayout/subcomponents/GridItem/index-B2wGJ3pz.js +398 -0
- package/components/GridLayout/subcomponents/Responsive/helper-6U-MAGmf.js +62 -0
- package/components/GridLayout/subcomponents/Responsive/index-Co4cLAS4.js +160 -0
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils-Bn3nVJDm.js +144 -0
- package/components/GridLayout/subcomponents/withSizeProvider/index-DXbMA_Cf.js +71 -0
- package/components/GridLayout/utils-CF3BArf2.js +408 -0
- package/components/HelmetPage/index-CbpwSvMa.js +21 -0
- package/components/HelperText/index-DZCj76Dl.js +20 -0
- package/components/HelperText/styles-CQTg9ZuH.js +7 -0
- package/components/HelperText/utils/Clases/constant-Cikvtg7M.js +4 -0
- package/components/HelperText/utils/Clases/index-BHBSnukJ.js +34 -0
- package/components/Icon/Icon-_wceDYwV.js +35 -0
- package/components/Icon/classes/constants-BzUJxCsS.js +4 -0
- package/components/Icon/classes/index-CpBgKs2U.js +48 -0
- package/components/Icon/index-l0sNRNKZ.js +1 -0
- package/components/Icon/styles-CYoc5wsG.js +26 -0
- package/components/Icon/tests/constants-C7QTHvgZ.js +4 -0
- package/components/Icon/tests/utils-BUwmUA2N.js +7 -0
- package/components/Icon/types-l0sNRNKZ.js +1 -0
- package/components/Image/Image-BjqOt3pz.js +38 -0
- package/components/Image/classes/constant-D4zChr5r.js +4 -0
- package/components/Image/classes/index-1OpZlCW5.js +25 -0
- package/components/Image/index-l0sNRNKZ.js +1 -0
- package/components/Image/styles-BicLK1dh.js +7 -0
- package/components/Image/tests/constants-DRfnGNKj.js +4 -0
- package/components/Image/tests/utils-BCQiWwtM.js +7 -0
- package/components/Image/types-DYvT-C_T.js +49 -0
- package/components/Image/utils/getRatioValues-Cyvn3Ee3.js +19 -0
- package/components/LanguagePopover/LanguagePopover-D84zk1E6.js +148 -0
- package/components/LanguagePopover/classes/constants-Bfc3xGwi.js +4 -0
- package/components/LanguagePopover/classes/index-BK-vZgR3.js +33 -0
- package/components/LanguagePopover/index-l0sNRNKZ.js +1 -0
- package/components/LanguagePopover/styles-s7-3z7wM.js +30 -0
- package/components/LanguagePopover/tests/constants-C9mf14VM.js +4 -0
- package/components/LanguagePopover/tests/utils-Df2OFfOB.js +7 -0
- package/components/LanguagePopover/types-l0sNRNKZ.js +1 -0
- package/components/LinearProgressIndeterminate/LinearProgressIndeterminate--VicNz4N.js +28 -0
- package/components/LinearProgressIndeterminate/classes/constants-CecllKOT.js +4 -0
- package/components/LinearProgressIndeterminate/classes/index-BIhUKJSv.js +28 -0
- package/components/LinearProgressIndeterminate/index-l0sNRNKZ.js +1 -0
- package/components/LinearProgressIndeterminate/styles-mliQXZjI.js +7 -0
- package/components/LinearProgressIndeterminate/tests/constants-C9ZRibu9.js +4 -0
- package/components/LinearProgressIndeterminate/tests/utils-CEbG-cfY.js +7 -0
- package/components/Loadable/index-aNEylxCd.js +9 -0
- package/components/LoadingError/LoadingError-B3XRg-pT.js +50 -0
- package/components/LoadingError/classes/constants-BuFMGaME.js +4 -0
- package/components/LoadingError/classes/index-C_bckEjI.js +39 -0
- package/components/LoadingError/dictionary-EvQUxYRt.js +6 -0
- package/components/LoadingError/index-l0sNRNKZ.js +1 -0
- package/components/LoadingError/styles-JDmaMF_4.js +7 -0
- package/components/MFIsolationApp/MFIsolationApp-gs8L4yRC.js +123 -0
- package/components/MFIsolationApp/constants-pKuV2ytz.js +4 -0
- package/components/MFIsolationApp/index-l0sNRNKZ.js +1 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/MFAuthApp-_B9NLBK_.js +55 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/index-l0sNRNKZ.js +1 -0
- package/components/MFLoader/MFLoader-D8pXQmRc.js +153 -0
- package/components/MFLoader/classes/constants-CrKFBCVk.js +4 -0
- package/components/MFLoader/classes/index-C4jyh98a.js +26 -0
- package/components/MFLoader/dictionary-CXND9TXx.js +6 -0
- package/components/MFLoader/helper-DIBUdU2j.js +115 -0
- package/components/MFLoader/index-l0sNRNKZ.js +1 -0
- package/components/MFLoader/styles-CtS4rdXD.js +7 -0
- package/components/MFLoader/subcomponents/ProggessLoadingMF/index-D8tU4EJM.js +16 -0
- package/components/NavLink/NavLink-DdBc-kD8.js +33 -0
- package/components/NavLink/classes/constant-C5HMQmiK.js +4 -0
- package/components/NavLink/classes/index-CGAMfugg.js +23 -0
- package/components/NavLink/index-l0sNRNKZ.js +1 -0
- package/components/NavLink/styles-DL9dFk6r.js +7 -0
- package/components/NavLink/tests/constants-9o3PPR1T.js +4 -0
- package/components/NavLink/tests/utils-CHu-fVih.js +7 -0
- package/components/NoItemSelected/classes/constants-NX4P7zJx.js +4 -0
- package/components/NoItemSelected/classes/index-CGh0_XXI.js +26 -0
- package/components/NoItemSelected/dictionary-DhPDgHyg.js +12 -0
- package/components/NoItemSelected/index-M2NHb7cH.js +23 -0
- package/components/NoItemSelected/styles-BSNyzRVO.js +26 -0
- package/components/ObjectLogs/components/DetailDialog/index-D6biuT7s.js +42 -0
- package/components/ObjectLogs/components/DetailFormatter/index-CoENw787.js +32 -0
- package/components/ObjectLogs/dictionary-DwDsJzPq.js +20 -0
- package/components/ObjectLogs/index-CwW-4TZy.js +156 -0
- package/components/ObjectLogs/styles-PxnVTC5y.js +35 -0
- package/components/PDFViewer/PDFViewer-qhATZVpK.js +30 -0
- package/components/PDFViewer/classes/constants-CLf5ENnM.js +4 -0
- package/components/PDFViewer/classes/index-CBAuCPeO.js +25 -0
- package/components/PDFViewer/index-l0sNRNKZ.js +1 -0
- package/components/PDFViewer/styles-DyV0Ma4x.js +7 -0
- package/components/PaperForm/PaperForm-DiHt7C4n.js +18 -0
- package/components/PaperForm/classes/constants-BG56eJ8L.js +4 -0
- package/components/PaperForm/classes/index-C6y8jsT8.js +33 -0
- package/components/PaperForm/components/Header-DnBLQnp4.js +19 -0
- package/components/PaperForm/styles-cMJgA-Av.js +51 -0
- package/components/Period/Period-DaRcVvl_.js +167 -0
- package/components/Period/classes/constants-CJmYGNwp.js +4 -0
- package/components/Period/classes/index-DkjGk_tK.js +53 -0
- package/components/Period/classes/index.d.ts +1 -1
- package/components/Period/dictionary-C8KmrFfD.js +13 -0
- package/components/Period/index-l0sNRNKZ.js +1 -0
- package/components/Period/styles-DFD4XOFf.js +45 -0
- package/components/Period/subcomponents/SkeletonPeriod/index-CDuo-ffk.js +12 -0
- package/components/Period/tests/constants-QkzdD2rw.js +4 -0
- package/components/Period/tests/utils-Bxi-Tv3y.js +7 -0
- package/components/Period/types-Dwobeg_U.js +9 -0
- package/components/PrintingSystem/PrintingSystem-OExztirN.js +59 -0
- package/components/PrintingSystem/classes/constants-Br6vixRY.js +4 -0
- package/components/PrintingSystem/classes/index-B2TXqpjh.js +76 -0
- package/components/PrintingSystem/index-l0sNRNKZ.js +1 -0
- package/components/PrintingSystem/styles-C_CkDcO5.js +7 -0
- package/components/PrintingSystem/subcomponents/BodyNode/index-CBZB6ZED.js +50 -0
- package/components/PrintingSystem/subcomponents/ChartNode/index-BFM6Xg0V.js +105 -0
- package/components/PrintingSystem/subcomponents/DividerNode/index-B56zhHQh.js +20 -0
- package/components/PrintingSystem/subcomponents/FooterNode/index-Nu6qOa_q.js +50 -0
- package/components/PrintingSystem/subcomponents/GridNode/index-DHSxKLLX.js +75 -0
- package/components/PrintingSystem/subcomponents/HeaderNode/index-C6__LEhO.js +50 -0
- package/components/PrintingSystem/subcomponents/ImageNode/index-B0lG8wnZ.js +29 -0
- package/components/PrintingSystem/subcomponents/PageNode/index-CtF6V__x.js +42 -0
- package/components/PrintingSystem/subcomponents/Pager/index-BJTEG0zA.js +22 -0
- package/components/PrintingSystem/subcomponents/PaperNode/index-CQ0yGxm7.js +30 -0
- package/components/PrintingSystem/subcomponents/PropertyValueNode/index-zwZA1a-x.js +48 -0
- package/components/PrintingSystem/subcomponents/QRImageNode/index-zUUTN4vG.js +33 -0
- package/components/PrintingSystem/subcomponents/SectionNode/index-dPkVEbsH.js +50 -0
- package/components/PrintingSystem/subcomponents/TextBoxNode/index-CcKnlIQM.js +24 -0
- package/components/PrintingSystem/utils/FactoryRender/index-D1eHDozv.js +54 -0
- package/components/PrintingSystem/utils/PageRender/index-CmeJqCuC.js +50 -0
- package/components/PrintingSystem/utils/getSize/index-Dxtlljfm.js +10 -0
- package/components/PropertyValue/PropertyValue-Bhg-8bDL.js +223 -0
- package/components/PropertyValue/classes/constants-s39PnPag.js +4 -0
- package/components/PropertyValue/classes/index-BHr6HAGY.js +44 -0
- package/components/PropertyValue/constants-EBZEdYQ_.js +6 -0
- package/components/PropertyValue/styles-Bw7yBmcr.js +7 -0
- package/components/ResizeableWindow/index-DYuuK8W8.js +20 -0
- package/components/ResizeableWindow/styles-CytuNlAA.js +112 -0
- package/components/ScrollBar/classes/constants-COftye4M.js +4 -0
- package/components/ScrollBar/classes/index-vfd-Uri5.js +23 -0
- package/components/ScrollBar/index-DfNXWPHm.js +17 -0
- package/components/ScrollBar/styles-DfiimGnj.js +49 -0
- package/components/ScrollToTop/index-TxORk5dB.js +12 -0
- package/components/SideBar/SideBar-CcPeSyPl.js +78 -0
- package/components/SideBar/classes/constants-CuvqF81L.js +4 -0
- package/components/SideBar/classes/index-DwK5vHib.js +131 -0
- package/components/SideBar/classes/index.d.ts +1 -1
- package/components/SideBar/constants-BRWf1smn.js +6 -0
- package/components/SideBar/context/sideBarContext/index-MO7cOTFM.js +75 -0
- package/components/SideBar/hooks/useSideBar/index-CZiP3QRh.js +6 -0
- package/components/SideBar/index-l0sNRNKZ.js +1 -0
- package/components/SideBar/styles-CfanC4Xb.js +16 -0
- package/components/SideBar/subcomponents/ContentDesktop/index-DEDTBa3D.js +12 -0
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/index-UhoigWQy.js +29 -0
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/CollapseButton/styles-Da6-kSdo.js +10 -0
- package/components/SideBar/subcomponents/ContentDesktop/subcomponents/ContentComponent/index-MxIpbLF6.js +74 -0
- package/components/SideBar/subcomponents/ContentGroups/index-S2HkF6xA.js +55 -0
- package/components/SideBar/subcomponents/ContentGroups/styles-BejiSnJt.js +29 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/index-BwPVd-42.js +95 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/styles-_I13xqtq.js +9 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/index-BFSPWIQ2.js +29 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/ArrowIcon/styles-XF6qlczg.js +9 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/index-c8ZHSm8O.js +44 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/styles-B-bKLBgN.js +29 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavItemRoot/subcomponents/NavItemRootContent/index-NbDs8ek_.js +44 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/index-C8DIt_9z.js +78 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/styles-DufcL0vH.js +8 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/index-balvzY2-.js +20 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/index-CqBv7uIS.js +57 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles-BpxvDTCo.js +39 -0
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +1 -1
- package/components/SideBar/subcomponents/ContentMobile/index-26xDb69z.js +81 -0
- package/components/SideBar/subcomponents/ContentMobile/styles-CRzFPD56.js +18 -0
- package/components/SideBar/subcomponents/ContentMobile/subcomponents/Drawer-C1SYx_3y.js +9 -0
- package/components/SideBar/tests/constants-DIIH2Sct.js +4 -0
- package/components/SideBar/tests/utils-tW-XG1xE.js +7 -0
- package/components/SplitLayout/SplitLayout-B8bP0kvQ.js +57 -0
- package/components/SplitLayout/classes/constants-C_O42A4G.js +4 -0
- package/components/SplitLayout/classes/index-Bi71dnD5.js +33 -0
- package/components/SplitLayout/styles-Cw_bnund.js +29 -0
- package/components/SplitLayout/tests/constants-w_t_rd0V.js +4 -0
- package/components/SplitLayout/tests/utils-Qs_xtytB.js +7 -0
- package/components/ToastContainer/ToastContainer-CbeZ1op9.js +35 -0
- package/components/ToastContainer/constants-BrwLWG5c.js +8 -0
- package/components/ToastContainer/helpers/toaster-DzYEKmB3.js +40 -0
- package/components/ToastContainer/icons-CuE5RTrU.js +12 -0
- package/components/ToastContainer/index-l0sNRNKZ.js +1 -0
- package/components/ToastContainer/slots/ToastContainerEnum-mpJBAxqc.js +17 -0
- package/components/ToastContainer/slots/index-l0sNRNKZ.js +1 -0
- package/components/ToastContainer/slots/toastContainerSlots-CFxsbGFM.js +62 -0
- package/components/ToastContainer/subcomponents/ToastMessage/ToastMessage-CuWJpRHm.js +58 -0
- package/components/ToastContainer/subcomponents/ToastMessage/index-l0sNRNKZ.js +1 -0
- package/components/WrapperComponent/index-BHV-CsDU.js +14 -0
- package/components/animate/AnimatedScroll/animatedScroll-B3q14b-A.js +53 -0
- package/components/animate/AnimatedScroll/index-l0sNRNKZ.js +1 -0
- package/components/animate/AnimatedScroll/styles-Ckh1Z4tM.js +43 -0
- package/components/animate/IconButtonAnimate/index-jaVqrJOf.js +40 -0
- package/components/animate/LoadingScreen/index-D_1KtCi0.js +70 -0
- package/components/animate/LoadingScreen/styles-Ca3896Rd.js +22 -0
- package/components/animate/MotionContainer/index-eartnWyO.js +34 -0
- package/components/animate/MotionLazyContainer/index-Be8osTiG.js +9 -0
- package/components/animate/PropagateLoader/index-Dmd61b9N.js +11 -0
- package/components/animate/PropagateLoader/syles-B-d-wxy-.js +16 -0
- package/components/animate/features-BbnE33u3.js +5 -0
- package/components/animate/index-l0sNRNKZ.js +1 -0
- package/components/animate/variants/bounce-DanQqHAX.js +101 -0
- package/components/animate/variants/container-Dmpr6tg5.js +22 -0
- package/components/animate/variants/fade-CAOJNn06.js +65 -0
- package/components/animate/variants/index-l0sNRNKZ.js +1 -0
- package/components/animate/variants/transition-B9W5SWTa.js +20 -0
- package/components/areas/components/AreasAdmin/classes/index-CryauVAw.js +70 -0
- package/components/areas/components/AreasAdmin/index-eNrxak8D.js +95 -0
- package/components/areas/components/AreasAdmin/styles-BkiAuWPY.js +17 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index-Y8z944qU.js +211 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/styles-CScNS_dH.js +29 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/index-BJgnvkTZ.js +47 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index-DklBPhoL.js +93 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile-BsAN3n21.js +211 -0
- package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index-DsVHcBGl.js +53 -0
- package/components/areas/components/AreasViewer/classes/index-Kuh5obMP.js +93 -0
- package/components/areas/components/AreasViewer/index-Bz_d-5Fn.js +46 -0
- package/components/areas/components/AreasViewer/styles-CThRq33E.js +124 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/index-DawSNkN1.js +28 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/index-AmBS9Uk1.js +64 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/subcomponents/ResizeHandle/index-DStAG9ZF.js +23 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/index-B0owbalS.js +30 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index-WtuGbyR0.js +99 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/index-BwqYKnS_.js +140 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/styles-Fhh_Vsf1.js +69 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/index-C2PLbKW-.js +13 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper-CcYCGF7x.js +66 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index-qUlGZKEM.js +150 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index-BeHKYIE7.js +44 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowHeaderSkeleton/index--6bXZbbQ.js +57 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/MicroFrontend/index-BWs04HXB.js +10 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/index-B8owcxU9.js +69 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/styles-CAgHbRyV.js +26 -0
- package/components/areas/components/index-l0sNRNKZ.js +1 -0
- package/components/areas/constants-rqODZNZe.js +6 -0
- package/components/areas/contexts/AreasContext/helper-C7Cw4wso.js +220 -0
- package/components/areas/contexts/AreasContext/index-CII5Xc1a.js +84 -0
- package/components/areas/contexts/AreasContext/store-BiKwIQJY.js +832 -0
- package/components/areas/contexts/DynamicMFParmsContext/index-SHbC_49A.js +13 -0
- package/components/areas/contexts/DynamicMFParmsContext/store-8_SPgo06.js +25 -0
- package/components/areas/contexts/WindowToolsMFContext/index-DkE30fhm.js +12 -0
- package/components/areas/contexts/index-l0sNRNKZ.js +1 -0
- package/components/areas/dictionary-YUsP9beq.js +36 -0
- package/components/areas/hooks/index-l0sNRNKZ.js +1 -0
- package/components/areas/hooks/useAreas/index-BSiQCHAL.js +11 -0
- package/components/areas/hooks/useDynamicMFParameters/index-CyAquEeF.js +12 -0
- package/components/areas/hooks/useSetWindowsTitle/index-l0sNRNKZ.js +1 -0
- package/components/areas/hooks/useSetWindowsTitle/useSetWindowsTitle-C-wV4gzi.js +31 -0
- package/components/areas/hooks/useWindowToolsMF/index-BECQfhbC.js +10 -0
- package/components/areas/icons-CwFr-alN.js +24 -0
- package/components/areas/index-l0sNRNKZ.js +1 -0
- package/components/areas/utils/useOnClickOutside/index-B_Odny9h.js +22 -0
- package/components/commercial/AppBarCommercial/classes/constants-a6toCdwm.js +4 -0
- package/components/commercial/AppBarCommercial/classes/index-3fKT0VDA.js +21 -0
- package/components/commercial/AppBarCommercial/index-BbLE2KQv.js +11 -0
- package/components/commercial/AppBarCommercial/styles-Na-n2IN5.js +7 -0
- package/components/commercial/HamburgerMenu/HamburgerMenu-B_wv12aV.js +62 -0
- package/components/commercial/HamburgerMenu/classes/constants-CDvIZc4M.js +4 -0
- package/components/commercial/HamburgerMenu/classes/index-CHCHg7y_.js +20 -0
- package/components/commercial/HamburgerMenu/index-l0sNRNKZ.js +1 -0
- package/components/commercial/HamburgerMenu/styles-CZVKrFuY.js +7 -0
- package/components/commercial/HamburgerMenu/test/constants-RULsMuXW.js +4 -0
- package/components/commercial/HamburgerMenu/test/utils-CBm5WN6w.js +7 -0
- package/components/commercial/SectionCommercial/classes/constants-DygZ7A8l.js +4 -0
- package/components/commercial/SectionCommercial/classes/index-CiX147QD.js +29 -0
- package/components/commercial/SectionCommercial/index-A54Y957q.js +31 -0
- package/components/commercial/SectionCommercial/styles-CuINxIVl.js +8 -0
- package/components/commercial/TopBar/TopBar-CQBs7prv.js +23 -0
- package/components/commercial/TopBar/classes/constants-CyLEa28Q.js +4 -0
- package/components/commercial/TopBar/classes/index-DlgA6Hxv.js +37 -0
- package/components/commercial/TopBar/component/ConteinItem/index-CCQx14dv.js +21 -0
- package/components/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/index-Bx5U_gz5.js +135 -0
- package/components/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/subcomponents/ArrowIcon/index-BPMUSSow.js +19 -0
- package/components/commercial/TopBar/component/ConteinItem/subcomponets/NavItem/subcomponents/ArrowIcon/styles-XF6qlczg.js +9 -0
- package/components/commercial/TopBar/context/index-C3gQXnyy.js +24 -0
- package/components/commercial/TopBar/hook/topBarContext/index-CPVriCPX.js +6 -0
- package/components/commercial/TopBar/index-l0sNRNKZ.js +1 -0
- package/components/commercial/TopBar/style-pAcnajRT.js +7 -0
- package/components/commercial/TopBar/utils/isActive/index-Dz_LJEy8.js +13 -0
- package/components/commercial/index-l0sNRNKZ.js +1 -0
- package/components/formatters/BooleanFormatter/dictionary-2kuXB56a.js +12 -0
- package/components/formatters/BooleanFormatter/index-BzbdxBDt.js +40 -0
- package/components/formatters/ConcatenatedFormatter/index-CrK614TS.js +33 -0
- package/components/formatters/DateFormatter/index-CGcRZ8BA.js +43 -0
- package/components/formatters/FormatterRoot/index-CKgqNRGN.js +10 -0
- package/components/formatters/FormatterRoot/styles-BxglnnaF.js +7 -0
- package/components/formatters/PeriodFormatter/dictionary-BP3VKj5x.js +13 -0
- package/components/formatters/PeriodFormatter/index-D3I0SO_V.js +50 -0
- package/components/formatters/PointsFormatter/index-C7sR8iqk.js +25 -0
- package/components/formatters/PriceFormatter/index-CsvRawmc.js +35 -0
- package/components/formatters/UncertaintyFormatter/index-B9ESVEVp.js +29 -0
- package/components/formatters/classes/index-CMYKz7Wg.js +13 -0
- package/components/formatters/constants-BTQiqzvp.js +4 -0
- package/components/formatters/dictionary-Bnb5E97X.js +8 -0
- package/components/formatters/index-l0sNRNKZ.js +1 -0
- package/components/formatters/types-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFAutocomplete/RHFAutocomplete-BvMZ5C3-.js +9 -0
- package/components/hook-form/RHFAutocomplete/classes/constant-CbsrkIJR.js +4 -0
- package/components/hook-form/RHFAutocomplete/classes/index-CyWmAbmI.js +77 -0
- package/components/hook-form/RHFAutocomplete/dictionary-C5ATeyRM.js +6 -0
- package/components/hook-form/RHFAutocomplete/index-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFAutocomplete/styles-DSo9SpWu.js +7 -0
- package/components/hook-form/RHFAutocomplete/subcomponents/ComponentTypeImage/index-xTlNOvIH.js +294 -0
- package/components/hook-form/RHFAutocomplete/subcomponents/ComponentTypeText/index-Cvo7OiG5.js +266 -0
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/index-Da0ufkAL.js +25 -0
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/styles-DQUg_XpC.js +9 -0
- package/components/hook-form/RHFAutocomplete/subcomponents/Skeleton/index-CLFtsqKV.js +28 -0
- package/components/hook-form/RHFAutocomplete/test/constants-DCSmDx2a.js +6 -0
- package/components/hook-form/RHFAutocomplete/test/utils-BPSzDgdt.js +7 -0
- package/components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync-J_KBBOLP.js +9 -0
- package/components/hook-form/RHFAutocompleteAsync/classes/constant-DBkc_HaL.js +4 -0
- package/components/hook-form/RHFAutocompleteAsync/classes/index-CaX9i9pu.js +26 -0
- package/components/hook-form/RHFAutocompleteAsync/dictionary-B25jINK8.js +7 -0
- package/components/hook-form/RHFAutocompleteAsync/styles-DYrJNdlP.js +34 -0
- package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeImage/index-BeSD7yHi.js +103 -0
- package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index-BPm_mhP4.js +103 -0
- package/components/hook-form/RHFAutocompleteAsync/tests/constants-RQuYFbii.js +4 -0
- package/components/hook-form/RHFAutocompleteAsync/tests/utils-8Tj-i2Qq.js +7 -0
- package/components/hook-form/RHFCheckbox/RHFCheckbox-CkmkrQnp.js +89 -0
- package/components/hook-form/RHFCheckbox/classes/index-jiQEHNY0.js +44 -0
- package/components/hook-form/RHFCheckbox/styles-BjwlDvb3.js +24 -0
- package/components/hook-form/RHFCheckbox/test/constants-C1yRrJw-.js +4 -0
- package/components/hook-form/RHFCheckbox/test/utils-BVQ6B9tx.js +7 -0
- package/components/hook-form/RHFColorPicker/RFHColorPicker-coxS2j4c.js +134 -0
- package/components/hook-form/RHFColorPicker/classes/constants-CyffuaRF.js +4 -0
- package/components/hook-form/RHFColorPicker/classes/index-RGuHpPSk.js +44 -0
- package/components/hook-form/RHFColorPicker/dictionary-D6kRH-6k.js +6 -0
- package/components/hook-form/RHFColorPicker/index-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFColorPicker/styles-Drw8N4oO.js +7 -0
- package/components/hook-form/RHFColorPicker/subcomponents/Skeleton/indext-BasQE4Nq.js +21 -0
- package/components/hook-form/RHFDateTime/RHFDateTime-B3neDyBy.js +137 -0
- package/components/hook-form/RHFDateTime/classes/constants-B6JI2ChT.js +4 -0
- package/components/hook-form/RHFDateTime/classes/index-BFb3xSvy.js +45 -0
- package/components/hook-form/RHFDateTime/index-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFDateTime/styles-LccnWyQx.js +7 -0
- package/components/hook-form/RHFDateTime/subcomponents/Skeleton/index-BvRhzX7g.js +15 -0
- package/components/hook-form/RHFDateTime/test/constants-BBsdSHVf.js +4 -0
- package/components/hook-form/RHFDateTime/test/utils-GZSfgD8t.js +7 -0
- package/components/hook-form/RHFHelperError/index-BEgm7Q1Q.js +19 -0
- package/components/hook-form/RHFMultiCheckbox/index-BARudV1A.js +34 -0
- package/components/hook-form/RHFPeriod/classes/constants-Bg-k42kR.js +4 -0
- package/components/hook-form/RHFPeriod/classes/index-BxD4YD0r.js +25 -0
- package/components/hook-form/RHFPeriod/index-Dw8JJR5H.js +77 -0
- package/components/hook-form/RHFPeriod/styles-CG-W_sFO.js +13 -0
- package/components/hook-form/RHFRadioGroup/RHFRadioGroup-B77oI0Yo.js +41 -0
- package/components/hook-form/RHFRadioGroup/formatters/OptionIconLabelFormatter/index-Dl2Tm7Io.js +16 -0
- package/components/hook-form/RHFRadioGroup/index-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFSelect-LdwRuFz-.js +29 -0
- package/components/hook-form/RHFTextField/RHFTextField-B2nYzR3E.js +170 -0
- package/components/hook-form/RHFTextField/constant-74c4jM8M.js +4 -0
- package/components/hook-form/RHFTextField/index-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFTextField/slots/RHFTextFieldEnum-tmHlZYP6.js +11 -0
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots-CQImCPW0.js +33 -0
- package/components/hook-form/RHFTextField/slots/index-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFTextField/subcomponents/Skeleton/index-BHSW3i5M.js +29 -0
- package/components/hook-form/RHFTextField/types-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword-UB2U_py1.js +69 -0
- package/components/hook-form/RHFTextFieldPassword/classes/index-ChETGcDs.js +25 -0
- package/components/hook-form/RHFTextFieldPassword/index-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFTextFieldPassword/styles-DzaQqbnr.js +7 -0
- package/components/hook-form/RHFTextFieldPassword/tests/constants-CR4_xi7F.js +4 -0
- package/components/hook-form/RHFTextFieldPassword/tests/utils-C_pwVXk0.js +7 -0
- package/components/hook-form/RHFTextFieldPassword/types-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage-CdmvNkmC.js +40 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/classes/constants-i7zaDQ2G.js +4 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/classes/index-DkF66IeJ.js +57 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/styles-CR3RCTAQ.js +9 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/index-ByQEvyxe.js +148 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/styles-BsnWuH-r.js +7 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/subcomponents/UploadImage/subcomponents/Skeleton/index-BDvEWltE.js +23 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/tests/constants-F0myRw5Z.js +4 -0
- package/components/hook-form/RHFUpload/RHFUploadImage/tests/utils-Y3oEheq4.js +7 -0
- package/components/hook-form/RHFUpload/index-l0sNRNKZ.js +1 -0
- package/components/hook-form/index-l0sNRNKZ.js +1 -0
- package/components/index-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/Map-4BNCT-Qx.js +34 -0
- package/components/maps/components/Map/classes/index-DHIpfj2O.js +110 -0
- package/components/maps/components/Map/constants-B0E5r9Iy.js +49 -0
- package/components/maps/components/Map/contexts/MapContext/MapContext-Dtqt0G-8.js +51 -0
- package/components/maps/components/Map/contexts/MapContext/helper-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/contexts/MapContext/store-Dqx2V1Ee.js +303 -0
- package/components/maps/components/Map/dictionary-BNALtcTf.js +87 -0
- package/components/maps/components/Map/external/Control/index-B9L3AeDC.js +42 -0
- package/components/maps/components/Map/external/googleMutant/index-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/external/googleMutant/index.d.ts +159 -159
- package/components/maps/components/Map/featureRenders/CommonFeatureRender/index-fXNvmjtf.js +244 -0
- package/components/maps/components/Map/featureRenders/CommonFeatureRender/subcomponents/FeatureDivIconLabel/index-CwrOev8l.js +33 -0
- package/components/maps/components/Map/featureRenders/CommonFeatureRender/subcomponents/MarkerIconLabel/index-Dd9MQGTY.js +48 -0
- package/components/maps/components/Map/featureRenders/MarkerFeatureRender/index-D-Qob8oZ.js +79 -0
- package/components/maps/components/Map/featureRenders/index-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/hooks/useAutoFocus/index-B5V3HGJv.js +78 -0
- package/components/maps/components/Map/hooks/useDisableZoomEvents/index-BCJgjs0e.js +19 -0
- package/components/maps/components/Map/hooks/useMapStore/index-Dvztupfk.js +11 -0
- package/components/maps/components/Map/icons-CSYh7uR4.js +60 -0
- package/components/maps/components/Map/index-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/pluginLayers/PolylineWithArrows/index-Dm_IBUkq.js +74 -0
- package/components/maps/components/Map/pluginLayers/index-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/styled-1N0XapIp.js +9 -0
- package/components/maps/components/Map/subcomponents/Controls/index-C5gYiv6s.js +50 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/index-C0OW47W_.js +13 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/index-D4MXI7nY.js +59 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useCheckedLayers-0DO0RtyK.js +17 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useColumns-GdkaIDsT.js +129 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useMaster-BCFOeN0s.js +52 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useRowActionsGetter-BU_aVyXe.js +40 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/index-BIJXesGZ.js +30 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/index-BRRqPAf3.js +134 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/bing-54s62f3m.js +36 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/google-jSjEc0an.js +73 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/osm-j-4aemf0.js +25 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/utils-_uVZP84b.js +19 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/index-B32XOyuj.js +101 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/constants-DxjFRbA_.js +34 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/hooks/useMeasure/helpers-FT0mJBnO.js +45 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/hooks/useMeasure/index-_uxJUZCW.js +243 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/hooks/useValidation-DiK7VJqP.js +17 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/index-DNg8v3Sm.js +41 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/subcomponents/MeasureData/index-8JEW46YS.js +33 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/subcomponents/MeasureData/validations-C99vbJmF.js +6 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/subcomponents/MyActions/index-BKEadPSt.js +26 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/ZoomButtons/index-CFr3XeB5.js +52 -0
- package/components/maps/components/Map/subcomponents/LayersContainer/index-DQItXTgO.js +33 -0
- package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/index-CfurUH1f.js +132 -0
- package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/subcomponents/MarkerClusterGroup/index-DbEbhjX5.js +24 -0
- package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/subcomponents/RenderByEachFeatureComponent/index-uX_7GNKr.js +14 -0
- package/components/maps/components/Map/subcomponents/TileLayers/index-3luovNVA.js +13 -0
- package/components/maps/components/Map/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index-CwwgLmb1.js +100 -0
- package/components/maps/components/Map/subcomponents/TileLayers/subcomponents/TileLayerOthers/index-COI8fu28.js +35 -0
- package/components/maps/components/MapGpsTools/MapGpsTools-pEe1ocS-.js +10 -0
- package/components/maps/components/MapGpsTools/classes/index-oE5Q9Oa0.js +21 -0
- package/components/maps/components/MapGpsTools/constants-BtQVGkL6.js +71 -0
- package/components/maps/components/MapGpsTools/contexts/GpsToolsContext/index-0Z4JP4xL.js +48 -0
- package/components/maps/components/MapGpsTools/contexts/GpsToolsContext/store-B7tH76Xi.js +116 -0
- package/components/maps/components/MapGpsTools/dictionary-BZWDA1RN.js +68 -0
- package/components/maps/components/MapGpsTools/hooks/useGpsToolsStore/index-BCw7XNS9.js +11 -0
- package/components/maps/components/MapGpsTools/hooks/useLayers/index-BT80Q0Jp.js +57 -0
- package/components/maps/components/MapGpsTools/icons-BXKX8nl1.js +26 -0
- package/components/maps/components/MapGpsTools/index-l0sNRNKZ.js +1 -0
- package/components/maps/components/MapGpsTools/styles-Dcg_ULaS.js +21 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/index-CnYHbA2S.js +89 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/constants-D0Z5Tw8t.js +40 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/helpers-B76zvEoG.js +77 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/hooks/useDrawing-D34tJeeW.js +214 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/hooks/useSubmit-CXwCD5g0.js +63 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/hooks/useSumbitErrorsFocus-CwqFUFOe.js +36 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/hooks/useValidation-C96AKUO1.js +19 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/index-CGozDl-s.js +73 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/styles-G3zCBsBA.js +8 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/index-_uBDfWzl.js +52 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/validations-BVCUuvYM.js +11 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/index-SWq20r-w.js +140 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations-KeFtG-AL.js +12 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyActions/index-C9CEt334.js +61 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index-Drbg_LwU.js +82 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index-8T9OZmrg.js +12 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index-Dn3oeMUV.js +49 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index-C2XjEnZ8.js +89 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useCheckedFeatures-BnfneLdw.js +86 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useCheckedGeofences-Bbaxt3cV.js +85 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useColumns-DpbzLwKJ.js +103 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useMaster-BJHJ8OSx.js +162 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useRowActionsGetter-Dt122uHL.js +109 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/index-BVN2qC6X.js +75 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/styles-x5ildRoz.js +8 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/subcomponents/Filter/index-C2beZTQp.js +49 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/constants-BruLA0T6.js +13 -0
- package/components/maps/index-l0sNRNKZ.js +1 -0
- package/components/maps/leaflet-geoman.d.ts +1476 -1476
- package/components/maps/utils-Ci-7-FHg.js +7 -0
- package/components/modal/ModalDialog/dictionary-78n49n4k.js +11 -0
- package/components/modal/ModalDialog/index-BNGUfoeW.js +68 -0
- package/components/modal/WindowBase/index-C4XTCJiI.js +20 -0
- package/components/modal/WindowBase/subcomponents/Header/index-Dfpzfg4s.js +29 -0
- package/components/modal/WindowConfirm/dictionary-C3q_uVRu.js +6 -0
- package/components/modal/WindowConfirm/index-BDPjUFc8.js +43 -0
- package/components/modal/WindowConfirm/subcomponents/MessageIlustration/index-D-6hv0IG.js +35 -0
- package/components/modal/classes/constants-ooYcOm9V.js +4 -0
- package/components/modal/classes/index-D0YtxRAA.js +61 -0
- package/components/modal/dictionary-BbB421K3.js +6 -0
- package/components/modal/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Accordion/Accordion-DA0052xC.js +98 -0
- package/components/mui_extended/Accordion/classes/constants-BbNUZ90I.js +4 -0
- package/components/mui_extended/Accordion/classes/index-DHKU3hBj.js +31 -0
- package/components/mui_extended/Accordion/constants-B65mBw1m.js +4 -0
- package/components/mui_extended/Accordion/styles-DM7IoVDU.js +25 -0
- package/components/mui_extended/Avatar/Avatar-D1P1ad6r.js +29 -0
- package/components/mui_extended/Avatar/classes/constants-BpnJiik1.js +4 -0
- package/components/mui_extended/Avatar/classes/index-BrvGF8oc.js +25 -0
- package/components/mui_extended/Avatar/styles-KjEAAqUI.js +7 -0
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index-Ch4vNKXO.js +20 -0
- package/components/mui_extended/Avatar/tests/constants-CghCle17.js +4 -0
- package/components/mui_extended/Avatar/tests/utils-6-9wz0A4.js +7 -0
- package/components/mui_extended/Badge/Badge-Biq_OWgS.js +20 -0
- package/components/mui_extended/Badge/classes/constants-DlnqcKYD.js +4 -0
- package/components/mui_extended/Badge/classes/index-CuU9aS6l.js +11 -0
- package/components/mui_extended/Badge/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Badge/styles-DsJNuQOg.js +8 -0
- package/components/mui_extended/Badge/tests/constants-C3VjWMuz.js +4 -0
- package/components/mui_extended/Badge/tests/utils-DbLo5baT.js +7 -0
- package/components/mui_extended/BoxIcon/index-BUTJ2tKw.js +22 -0
- package/components/mui_extended/Breadcrumbs/components/LinkItem/index-DDA0Kdga.js +31 -0
- package/components/mui_extended/Breadcrumbs/index-DeOXctna.js +62 -0
- package/components/mui_extended/Button/Button-BdusSjEV.js +52 -0
- package/components/mui_extended/Button/classes/constants-CRpfsm9H.js +4 -0
- package/components/mui_extended/Button/classes/index-Cckcp1Au.js +49 -0
- package/components/mui_extended/Button/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Button/styles-ByKSzMzT.js +12 -0
- package/components/mui_extended/Button/types-l0sNRNKZ.js +1 -0
- package/components/mui_extended/CheckBox/CheckBox--uPcBvng.js +45 -0
- package/components/mui_extended/CheckBox/classes/constants-Bi13LVtk.js +4 -0
- package/components/mui_extended/CheckBox/classes/index-DMl7iW7p.js +33 -0
- package/components/mui_extended/CheckBox/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/CheckBox/styles-DR7AesqE.js +7 -0
- package/components/mui_extended/CheckBox/subcomponents/Skeleton/index-BDQI6wc3.js +9 -0
- package/components/mui_extended/CircularProgress/index-Bnnti_G6.js +8 -0
- package/components/mui_extended/IconButton/IconButton-1jvQBFbH.js +87 -0
- package/components/mui_extended/IconButton/classes/constants-ChY2jKkp.js +4 -0
- package/components/mui_extended/IconButton/classes/index-BxjJGAqZ.js +45 -0
- package/components/mui_extended/IconButton/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/IconButton/styledIconButton-fAsbGoFS.js +7 -0
- package/components/mui_extended/IconButton/subcomponents/SkeletonIconButton/index-DhZR7g_D.js +16 -0
- package/components/mui_extended/ImageButton/ImageButton-BhT8454W.js +33 -0
- package/components/mui_extended/ImageButton/styles-Cfy6gS1h.js +7 -0
- package/components/mui_extended/ImageButton/tests/constants-DuWNiVqE.js +4 -0
- package/components/mui_extended/ImageButton/tests/utils-qHKbsv7D.js +7 -0
- package/components/mui_extended/ImageButton/utils/Clases/constants-mNTU_W7V.js +4 -0
- package/components/mui_extended/ImageButton/utils/Clases/index-DyJX4pUM.js +23 -0
- package/components/mui_extended/LinearProgress/index-CGgW8jq2.js +9 -0
- package/components/mui_extended/LinkWithRoute/index-BC2miUjR.js +15 -0
- package/components/mui_extended/LoadingButton/classes/constants-DoqO1UIR.js +4 -0
- package/components/mui_extended/LoadingButton/classes/index-CSSvvOFZ.js +42 -0
- package/components/mui_extended/LoadingButton/index-CXen1vSI.js +47 -0
- package/components/mui_extended/LoadingButton/styles-CD49KkUX.js +8 -0
- package/components/mui_extended/LoadingButton/tests/constants-gEsUcotE.js +4 -0
- package/components/mui_extended/LoadingButton/tests/utils-Cjb5KZsM.js +7 -0
- package/components/mui_extended/MenuActions/MenuActions-BJROCJX9.js +149 -0
- package/components/mui_extended/MenuActions/constants-BwsU9chA.js +10 -0
- package/components/mui_extended/MenuActions/dictionary-Dj_07puT.js +11 -0
- package/components/mui_extended/MenuActions/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/MenuActions/slots/MenuActionsEnum-Bu-L6eWU.js +13 -0
- package/components/mui_extended/MenuActions/slots/MenuActionsSlots-Btd5Gm5A.js +46 -0
- package/components/mui_extended/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/mui_extended/MenuActions/slots/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Pager/classes/constants-eX3Vlvw2.js +4 -0
- package/components/mui_extended/Pager/classes/index-mA6A7WH8.js +55 -0
- package/components/mui_extended/Pager/dicctionary-3aKDfjGi.js +6 -0
- package/components/mui_extended/Pager/index-Bzaq1M3i.js +49 -0
- package/components/mui_extended/Pager/styles-Biu_TsjO.js +7 -0
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/index-CGvReF6i.js +97 -0
- package/components/mui_extended/Pager/subcomponents/PagerActions/index-BZ9_1X-L.js +68 -0
- package/components/mui_extended/Popover/Popover-B9KxhzxZ.js +49 -0
- package/components/mui_extended/Popover/classes/index-tducv5Pv.js +51 -0
- package/components/mui_extended/Popover/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Popover/styles-C9Nthch6.js +8 -0
- package/components/mui_extended/Popover/subcomponts/ArrowIcon/index-ByQJACx6.js +61 -0
- package/components/mui_extended/Stack/Stack-C79qEBpg.js +12 -0
- package/components/mui_extended/Stack/classes/constants-B1W5MMsv.js +4 -0
- package/components/mui_extended/Stack/classes/index-QUxnFiFE.js +23 -0
- package/components/mui_extended/Stack/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Stack/styles-D2BmWohB.js +7 -0
- package/components/mui_extended/Tab/classes/constants-BpZsYFH1.js +4 -0
- package/components/mui_extended/Tab/classes/index-FZs3FfU3.js +25 -0
- package/components/mui_extended/Tab/constant-CNNQnnU7.js +4 -0
- package/components/mui_extended/Tab/index-BwGxBuKl.js +40 -0
- package/components/mui_extended/Tab/styles-Cdbd2r-5.js +11 -0
- package/components/mui_extended/TabContent/TabContent-C3MBMFLj.js +12 -0
- package/components/mui_extended/TabContent/classes/constants-Dqgn21fC.js +4 -0
- package/components/mui_extended/TabContent/classes/index-CSWrmuDb.js +23 -0
- package/components/mui_extended/TabContent/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/TabContent/styles-CC5P___c.js +7 -0
- package/components/mui_extended/TabContext/index-fsl0KiAB.js +24 -0
- package/components/mui_extended/Tabs/Tabs-D5gZ-JCI.js +12 -0
- package/components/mui_extended/Tabs/classes/constants-osELi6DL.js +4 -0
- package/components/mui_extended/Tabs/classes/index-DKw-pkgO.js +23 -0
- package/components/mui_extended/Tabs/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Tabs/styles-DcjVHXXO.js +7 -0
- package/components/mui_extended/ToggleButton/ToggleButton-Bcdm1gSN.js +19 -0
- package/components/mui_extended/ToggleButton/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/ToggleButton/types-l0sNRNKZ.js +1 -0
- package/components/mui_extended/ToggleIconButton/ToggleIconButton-BgjBFujZ.js +26 -0
- package/components/mui_extended/ToggleIconButton/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/ToggleIconButton/types-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Tooltip/Tooltip-B88QZsCW.js +24 -0
- package/components/mui_extended/Tooltip/classes/constants-BpV-2w5k.js +4 -0
- package/components/mui_extended/Tooltip/classes/index-B5UQq91B.js +23 -0
- package/components/mui_extended/Tooltip/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Typography/Typography-C_rG8K21.js +31 -0
- package/components/mui_extended/Typography/index-l0sNRNKZ.js +1 -0
- package/components/mui_extended/Typography/styles-CJWtZKnm.js +7 -0
- package/components/mui_extended/Typography/subcomponents/index-iHnfUTTd.js +9 -0
- package/components/mui_extended/Typography/tests/constants-a-7au6t-.js +4 -0
- package/components/mui_extended/Typography/tests/utils-gCB7BF8a.js +7 -0
- package/components/mui_extended/Typography/utils/Clases/index-BCQz-htY.js +22 -0
- package/components/mui_extended/index-l0sNRNKZ.js +1 -0
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext-CahdzSly.js +38 -0
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/index-l0sNRNKZ.js +1 -0
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/store-BZQUUcQl.js +133 -0
- package/components/popups/components/PopupsProvider/hooks/usePopupsStore/index-DBMhBXk-.js +11 -0
- package/components/popups/components/PopupsProvider/index-l0sNRNKZ.js +1 -0
- package/components/popups/components/PopupsViewer/PopupsViewer-GV9DK-G8.js +53 -0
- package/components/popups/components/PopupsViewer/constants-DuyD7aCn.js +4 -0
- package/components/popups/components/PopupsViewer/icons-BUujqqbu.js +7 -0
- package/components/popups/components/PopupsViewer/index-l0sNRNKZ.js +1 -0
- package/components/popups/components/PopupsViewer/slots/popupsViewerSlots-DNUP9U4r.js +46 -0
- package/components/popups/components/PopupsViewer/slots/slots-B98CiRLa.js +14 -0
- package/components/popups/components/PopupsViewer/subcomponents/Popup/index-DxeapRi_.js +69 -0
- package/components/popups/components/PopupsViewer/subcomponents/Popup/subcomponents/EditionInfo/index-DNeltbK1.js +22 -0
- package/components/popups/components/PopupsViewer/subcomponents/Popup/subcomponents/Header/index-BTZoPIzY.js +53 -0
- package/components/popups/index-l0sNRNKZ.js +1 -0
- package/contexts/ModalContext/index-B7tc4o1X.js +39 -0
- package/contexts/ModalContext/types-l0sNRNKZ.js +1 -0
- package/contexts/RHFormContext/classes/constants-Bg61Kz1S.js +4 -0
- package/contexts/RHFormContext/classes/index-CXQ6_8rw.js +29 -0
- package/contexts/RHFormContext/dictionary-Dsuwh7PB.js +6 -0
- package/contexts/RHFormContext/index-DE-wmCBw.js +49 -0
- package/contexts/RHFormContext/styles-DAsa8vSY.js +7 -0
- package/contexts/index-l0sNRNKZ.js +1 -0
- package/helpers/cookies/cookies-B61qmA_e.js +45 -0
- package/helpers/cookies/index-l0sNRNKZ.js +1 -0
- package/hocs/index-l0sNRNKZ.js +1 -0
- package/hocs/withToggle/index-C1_DMZD3.js +14 -0
- package/hooks/index-l0sNRNKZ.js +1 -0
- package/hooks/useFormAddEdit/dictionary-DFRDT91K.js +6 -0
- package/hooks/useFormAddEdit/index-BNAXqhmd.js +86 -0
- package/hooks/useFormFocus/index-B1F2sySJ.js +21 -0
- package/hooks/useFormReadyForUpdate/index-B3HygFCM.js +20 -0
- package/hooks/useInterval/index-CVxgquG2.js +22 -0
- package/hooks/useModal/index-CvlomTtY.js +10 -0
- package/hooks/useSizeContainer/contants-Cuu-FBTT.js +4 -0
- package/hooks/useSizeContainer/index-BrtvS2vO.js +37 -0
- package/hooks/useStateRef/index-C3P6ZK3m.js +15 -0
- package/hooks/useTab/index-CRVh_6kE.js +12 -0
- package/index.js +342 -179
- package/package.json +3 -3
- package/react-data-grid-BfYuZ6AK.js +2606 -0
- package/react-draggable-lPKOvvDX.js +1231 -0
- package/react-json-view-bhqIAaNg.js +2576 -0
- package/react-resizable-Dpx4PV2R.js +677 -0
- package/react-spinners-TpKN9lZg.js +123 -0
- package/react-splitter-layout-C-JTsNGs.js +158 -0
- package/styles/DynamicFilter.styles-D8LjTKKv.js +319 -0
- package/styles/MenuActions.styles-D_CcLWux.js +41 -0
- package/styles/PopupViewer.styles-BO9qka2A.js +101 -0
- package/styles/RHFTextField.styles-DwXqdTof.js +107 -0
- package/styles/ToastContainer.styles-TDFVsYNR.js +202 -0
- package/test/constants_no_mock-CF-669v-.js +4 -0
- package/test/getNameDataTestId-BaBTWhBr.js +10 -0
- package/utils/capitalizeFirstLetter-l0sNRNKZ.js +1 -0
- package/utils/containerQuery--I7HldoT.js +6 -0
- package/utils/index-WXiWKKyo.js +11 -0
- package/vite-env.d.ts +4 -4
- package/node_modules-CQtkw0uG.js +0 -7350
- package/vendor-BDLrgGjq.js +0 -24692
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useRef, useEffect } from "react";
|
|
3
|
+
import { useMap, LayerGroup } from "react-leaflet";
|
|
4
|
+
import L__default from "leaflet";
|
|
5
|
+
import { shallow } from "zustand/shallow";
|
|
6
|
+
import { M as MarkerClusterGroup } from "./subcomponents/MarkerClusterGroup/index-DbEbhjX5.js";
|
|
7
|
+
import { R as RenderByEachFeatureComponent, M as MemonizedRenderByEachFeatureComponent } from "./subcomponents/RenderByEachFeatureComponent/index-uX_7GNKr.js";
|
|
8
|
+
import { T as TIME_DOUBLE_CLICK } from "../../../../constants-B0E5r9Iy.js";
|
|
9
|
+
import { u as useMapStore } from "../../../../hooks/useMapStore/index-Dvztupfk.js";
|
|
10
|
+
const MyLayer = (props) => {
|
|
11
|
+
const { layerId } = props;
|
|
12
|
+
const map = useMap();
|
|
13
|
+
const popupRef = useRef(null);
|
|
14
|
+
const lefaletLayerRef = useRef({
|
|
15
|
+
clickTimeout: null,
|
|
16
|
+
clickCount: 0,
|
|
17
|
+
handleClickSetted: false
|
|
18
|
+
});
|
|
19
|
+
const featureIdOrCollection = useMapStore((state) => {
|
|
20
|
+
const geoJsonObject = state.hashLayers[layerId]?.geoJsonObject;
|
|
21
|
+
if (geoJsonObject && geoJsonObject.object.type === "Feature") {
|
|
22
|
+
return geoJsonObject.object.id;
|
|
23
|
+
} else if (geoJsonObject && geoJsonObject.object.type === "FeatureCollection") {
|
|
24
|
+
return geoJsonObject && geoJsonObject.object.features.map((feature) => feature.id);
|
|
25
|
+
}
|
|
26
|
+
}, shallow);
|
|
27
|
+
const renderFeature = useMapStore((state) => state.hashLayers[layerId]?.renderFeature, shallow);
|
|
28
|
+
const [visible, cluster = false] = useMapStore(
|
|
29
|
+
(state) => [state.hashLayers[layerId]?.visible, state.hashLayers[layerId]?.cluster],
|
|
30
|
+
shallow
|
|
31
|
+
);
|
|
32
|
+
const markerClusterGroupRef = useRef(null);
|
|
33
|
+
const handleClick = (a) => {
|
|
34
|
+
lefaletLayerRef.current.clickCount++;
|
|
35
|
+
if (lefaletLayerRef.current.clickCount === 1) {
|
|
36
|
+
lefaletLayerRef.current.clickTimeout = setTimeout(() => {
|
|
37
|
+
const cluster2 = a.propagatedFrom;
|
|
38
|
+
if (cluster2 && cluster2 instanceof L__default.MarkerCluster) ;
|
|
39
|
+
if (!popupRef.current) {
|
|
40
|
+
popupRef.current = L__default.popup().setLatLng(a.sourceTarget._cLatLng).setContent("Hello, World!");
|
|
41
|
+
map.addLayer(popupRef.current);
|
|
42
|
+
} else {
|
|
43
|
+
popupRef.current.openOn(map);
|
|
44
|
+
}
|
|
45
|
+
lefaletLayerRef.current.clickCount = 0;
|
|
46
|
+
}, TIME_DOUBLE_CLICK);
|
|
47
|
+
} else if (lefaletLayerRef.current.clickCount === 2) {
|
|
48
|
+
if (lefaletLayerRef.current?.clickTimeout) {
|
|
49
|
+
clearTimeout(lefaletLayerRef.current.clickTimeout);
|
|
50
|
+
}
|
|
51
|
+
lefaletLayerRef.current.clickCount = 0;
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
useEffect(() => {
|
|
55
|
+
if (markerClusterGroupRef.current) {
|
|
56
|
+
markerClusterGroupRef.current.on("clusterclick", handleClick);
|
|
57
|
+
}
|
|
58
|
+
}, [markerClusterGroupRef.current]);
|
|
59
|
+
if (!featureIdOrCollection || !renderFeature) {
|
|
60
|
+
return null;
|
|
61
|
+
}
|
|
62
|
+
if (visible === false) {
|
|
63
|
+
return null;
|
|
64
|
+
}
|
|
65
|
+
const isFeaturCollection = Array.isArray(featureIdOrCollection);
|
|
66
|
+
if (!isFeaturCollection) {
|
|
67
|
+
return /* @__PURE__ */ jsx(
|
|
68
|
+
RenderByEachFeatureComponent,
|
|
69
|
+
{
|
|
70
|
+
renderFeature,
|
|
71
|
+
id: featureIdOrCollection,
|
|
72
|
+
layerId
|
|
73
|
+
}
|
|
74
|
+
);
|
|
75
|
+
} else {
|
|
76
|
+
const createClusterCustomIcon = (cluster2) => {
|
|
77
|
+
const childCount = cluster2.getChildCount();
|
|
78
|
+
let c = " marker-cluster-";
|
|
79
|
+
if (childCount < 10) {
|
|
80
|
+
c += "small";
|
|
81
|
+
} else if (childCount < 100) {
|
|
82
|
+
c += "medium";
|
|
83
|
+
} else {
|
|
84
|
+
c += "large";
|
|
85
|
+
}
|
|
86
|
+
const DivIcon2 = new L__default.DivIcon({
|
|
87
|
+
html: "<div><span>" + childCount + "</span></div>",
|
|
88
|
+
className: "marker-cluster" + c,
|
|
89
|
+
iconSize: new L__default.Point(40, 40)
|
|
90
|
+
});
|
|
91
|
+
return DivIcon2;
|
|
92
|
+
};
|
|
93
|
+
if (!cluster) {
|
|
94
|
+
return /* @__PURE__ */ jsx(LayerGroup, { children: featureIdOrCollection.map((featureId) => {
|
|
95
|
+
return /* @__PURE__ */ jsx(
|
|
96
|
+
MemonizedRenderByEachFeatureComponent,
|
|
97
|
+
{
|
|
98
|
+
renderFeature,
|
|
99
|
+
id: featureId,
|
|
100
|
+
layerId
|
|
101
|
+
},
|
|
102
|
+
`k_${featureId}`
|
|
103
|
+
);
|
|
104
|
+
}) });
|
|
105
|
+
} else {
|
|
106
|
+
return /* @__PURE__ */ jsx(
|
|
107
|
+
MarkerClusterGroup,
|
|
108
|
+
{
|
|
109
|
+
disableClusteringAtZoom: 18,
|
|
110
|
+
showCoverageOnHover: false,
|
|
111
|
+
zoomToBoundsOnClick: false,
|
|
112
|
+
spiderfyOnMaxZoom: false,
|
|
113
|
+
iconCreateFunction: createClusterCustomIcon,
|
|
114
|
+
children: featureIdOrCollection.map((featureId) => {
|
|
115
|
+
return /* @__PURE__ */ jsx(
|
|
116
|
+
MemonizedRenderByEachFeatureComponent,
|
|
117
|
+
{
|
|
118
|
+
renderFeature,
|
|
119
|
+
id: featureId,
|
|
120
|
+
layerId
|
|
121
|
+
},
|
|
122
|
+
`k_${featureId}`
|
|
123
|
+
);
|
|
124
|
+
})
|
|
125
|
+
}
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
export {
|
|
131
|
+
MyLayer as M
|
|
132
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { createPathComponent } from "@react-leaflet/core";
|
|
2
|
+
import L__default from "leaflet";
|
|
3
|
+
import "leaflet.markercluster";
|
|
4
|
+
const MarkerClusterGroup = createPathComponent(({ children: _c, ...props }, ctx) => {
|
|
5
|
+
const clusterProps = {};
|
|
6
|
+
const clusterEvents = {};
|
|
7
|
+
Object.entries(props).forEach(([propName, prop]) => {
|
|
8
|
+
if (propName !== void 0 && prop !== "") {
|
|
9
|
+
propName.startsWith("on") ? clusterEvents[propName] = prop : clusterProps[propName] = prop;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
const markerClusterGroup = new L__default.MarkerClusterGroup(clusterProps);
|
|
13
|
+
Object.entries(clusterEvents).forEach(([eventAsProp, callback]) => {
|
|
14
|
+
const clusterEvent = `cluster${eventAsProp.substring(2).toLowerCase()}`;
|
|
15
|
+
markerClusterGroup.on(clusterEvent, callback);
|
|
16
|
+
});
|
|
17
|
+
return {
|
|
18
|
+
instance: markerClusterGroup,
|
|
19
|
+
context: { ...ctx, layerContainer: markerClusterGroup }
|
|
20
|
+
};
|
|
21
|
+
});
|
|
22
|
+
export {
|
|
23
|
+
MarkerClusterGroup as M
|
|
24
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, Fragment } from "react/jsx-runtime";
|
|
2
|
+
import React__default from "react";
|
|
3
|
+
const RenderByEachFeatureComponent = ({
|
|
4
|
+
renderFeature,
|
|
5
|
+
...props
|
|
6
|
+
}) => {
|
|
7
|
+
const feature = renderFeature(props);
|
|
8
|
+
return feature ? /* @__PURE__ */ jsx(Fragment, { children: feature }) : null;
|
|
9
|
+
};
|
|
10
|
+
const MemonizedRenderByEachFeatureComponent = React__default.memo(RenderByEachFeatureComponent);
|
|
11
|
+
export {
|
|
12
|
+
MemonizedRenderByEachFeatureComponent as M,
|
|
13
|
+
RenderByEachFeatureComponent as R
|
|
14
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { T as TileLayerOthers } from "./subcomponents/TileLayerOthers/index-COI8fu28.js";
|
|
3
|
+
import { T as TileLayerGoogle } from "./subcomponents/TileLayerGoogle/index-CwwgLmb1.js";
|
|
4
|
+
import React__default from "react";
|
|
5
|
+
function TileLayers() {
|
|
6
|
+
return /* @__PURE__ */ jsxs(React__default.Fragment, { children: [
|
|
7
|
+
/* @__PURE__ */ jsx(TileLayerOthers, {}),
|
|
8
|
+
/* @__PURE__ */ jsx(TileLayerGoogle, {})
|
|
9
|
+
] });
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
TileLayers as T
|
|
13
|
+
};
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import React__default from "react";
|
|
2
|
+
import { useMap } from "react-leaflet";
|
|
3
|
+
import L__default from "leaflet";
|
|
4
|
+
import { u as useMapStore } from "../../../../hooks/useMapStore/index-Dvztupfk.js";
|
|
5
|
+
import { shallow } from "zustand/shallow";
|
|
6
|
+
import { Loader } from "@googlemaps/js-api-loader";
|
|
7
|
+
function TileLayerGoogle() {
|
|
8
|
+
const map = useMap();
|
|
9
|
+
const mutantRefLayer = React__default.useRef(null);
|
|
10
|
+
const { options, sourceType, mapTypeTile } = useMapStore(
|
|
11
|
+
(state) => state.hashMapSources[state.currentMapSourceId],
|
|
12
|
+
shallow
|
|
13
|
+
);
|
|
14
|
+
const roadOptions = useMapStore(
|
|
15
|
+
(state) => state.hashMapSources[state.currentMapSourceId].roadSelectedOptions,
|
|
16
|
+
shallow
|
|
17
|
+
);
|
|
18
|
+
const [googleApiKey, googleMapVersion] = useMapStore(
|
|
19
|
+
(state) => [state.googleApiKey, state.googleMapVersion],
|
|
20
|
+
shallow
|
|
21
|
+
);
|
|
22
|
+
React__default.useEffect(() => {
|
|
23
|
+
if (sourceType !== "Google") {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
let googleMutantLayer;
|
|
27
|
+
const loader = new Loader({
|
|
28
|
+
apiKey: googleApiKey,
|
|
29
|
+
version: googleMapVersion
|
|
30
|
+
});
|
|
31
|
+
loader.importLibrary("maps").then(() => {
|
|
32
|
+
googleMutantLayer = L__default.gridLayer.googleMutant({
|
|
33
|
+
type: mapTypeTile,
|
|
34
|
+
// map type, can be 'roadmap', 'satellite', etc.
|
|
35
|
+
maxZoom: 20,
|
|
36
|
+
// styles: [
|
|
37
|
+
// // Google Maps styles array, can be generated here: https://mapstyle.withgoogle.coxm/
|
|
38
|
+
// ],
|
|
39
|
+
...options
|
|
40
|
+
});
|
|
41
|
+
mutantRefLayer.current = googleMutantLayer;
|
|
42
|
+
if (roadOptions.trafficLayer) {
|
|
43
|
+
googleMutantLayer.addGoogleLayer("TrafficLayer");
|
|
44
|
+
}
|
|
45
|
+
if (roadOptions.transitLayer) {
|
|
46
|
+
googleMutantLayer.addGoogleLayer("TransitLayer");
|
|
47
|
+
}
|
|
48
|
+
if (roadOptions.bicyclingLayer) {
|
|
49
|
+
googleMutantLayer.addGoogleLayer("BicyclingLayer");
|
|
50
|
+
}
|
|
51
|
+
map.addLayer(googleMutantLayer);
|
|
52
|
+
});
|
|
53
|
+
return () => {
|
|
54
|
+
if (googleMutantLayer) {
|
|
55
|
+
map.removeLayer(googleMutantLayer);
|
|
56
|
+
mutantRefLayer.current = null;
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
}, [map, sourceType, mapTypeTile]);
|
|
60
|
+
React__default.useEffect(() => {
|
|
61
|
+
if (sourceType !== "Google") {
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
if (mutantRefLayer.current && roadOptions) {
|
|
65
|
+
if (roadOptions.trafficLayer) {
|
|
66
|
+
mutantRefLayer.current.addGoogleLayer("TrafficLayer");
|
|
67
|
+
} else if (roadOptions.trafficLayer === false) {
|
|
68
|
+
mutantRefLayer.current.removeGoogleLayer("TrafficLayer");
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}, [roadOptions.trafficLayer]);
|
|
72
|
+
React__default.useEffect(() => {
|
|
73
|
+
if (sourceType !== "Google") {
|
|
74
|
+
return;
|
|
75
|
+
}
|
|
76
|
+
if (mutantRefLayer.current && roadOptions) {
|
|
77
|
+
if (roadOptions.transitLayer) {
|
|
78
|
+
mutantRefLayer.current.addGoogleLayer("TransitLayer");
|
|
79
|
+
} else if (roadOptions.transitLayer === false) {
|
|
80
|
+
mutantRefLayer.current.removeGoogleLayer("TransitLayer");
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}, [roadOptions.transitLayer]);
|
|
84
|
+
React__default.useEffect(() => {
|
|
85
|
+
if (sourceType !== "Google") {
|
|
86
|
+
return;
|
|
87
|
+
}
|
|
88
|
+
if (mutantRefLayer.current && roadOptions) {
|
|
89
|
+
if (roadOptions.bicyclingLayer) {
|
|
90
|
+
mutantRefLayer.current.addGoogleLayer("BicyclingLayer");
|
|
91
|
+
} else if (roadOptions.bicyclingLayer === false) {
|
|
92
|
+
mutantRefLayer.current.removeGoogleLayer("BicyclingLayer");
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}, [roadOptions.bicyclingLayer]);
|
|
96
|
+
return null;
|
|
97
|
+
}
|
|
98
|
+
export {
|
|
99
|
+
TileLayerGoogle as T
|
|
100
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { useMap } from "react-leaflet";
|
|
2
|
+
import { shallow } from "zustand/shallow";
|
|
3
|
+
import { u as useMapStore } from "../../../../hooks/useMapStore/index-Dvztupfk.js";
|
|
4
|
+
import { useEffect } from "react";
|
|
5
|
+
import L__default from "leaflet";
|
|
6
|
+
const TileLayerOthers = () => {
|
|
7
|
+
const map = useMap();
|
|
8
|
+
const { urlTemplate, dictionaryId, options, getTileUrl, sourceType } = useMapStore(
|
|
9
|
+
(state) => state.hashMapSources[state.currentMapSourceId],
|
|
10
|
+
shallow
|
|
11
|
+
);
|
|
12
|
+
useEffect(() => {
|
|
13
|
+
let layer;
|
|
14
|
+
if (sourceType === "Google") {
|
|
15
|
+
return;
|
|
16
|
+
}
|
|
17
|
+
layer = L__default.tileLayer(urlTemplate, options);
|
|
18
|
+
if (getTileUrl) {
|
|
19
|
+
layer.getTileUrl = getTileUrl;
|
|
20
|
+
}
|
|
21
|
+
map.addLayer(layer);
|
|
22
|
+
if (options && options.maxZoom) {
|
|
23
|
+
map.setMaxZoom(options.maxZoom);
|
|
24
|
+
}
|
|
25
|
+
return () => {
|
|
26
|
+
if (layer) {
|
|
27
|
+
map.removeLayer(layer);
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
}, [dictionaryId, urlTemplate, options, getTileUrl, sourceType]);
|
|
31
|
+
return null;
|
|
32
|
+
};
|
|
33
|
+
export {
|
|
34
|
+
TileLayerOthers as T
|
|
35
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useModuleSkeleton } from "@m4l/core";
|
|
3
|
+
import { T as TabsGpsTools } from "./subcomponents/TabsGpsTools/index-CnYHbA2S.js";
|
|
4
|
+
function MapGpsTools() {
|
|
5
|
+
const isSkeleton = useModuleSkeleton();
|
|
6
|
+
return !isSkeleton && /* @__PURE__ */ jsx(TabsGpsTools, {});
|
|
7
|
+
}
|
|
8
|
+
export {
|
|
9
|
+
MapGpsTools as M
|
|
10
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { generateUtilityClasses } from "@mui/material";
|
|
2
|
+
import "@mui/base";
|
|
3
|
+
import { C as COMPONENT_CLASS_NAME } from "../constants-BtQVGkL6.js";
|
|
4
|
+
const gpsToolsClasses = generateUtilityClasses(COMPONENT_CLASS_NAME, [
|
|
5
|
+
/* elements */
|
|
6
|
+
"gpsToolsRoot",
|
|
7
|
+
"gpsToolsTab",
|
|
8
|
+
"gpsToolsTabContent",
|
|
9
|
+
"gpsToolsGeofencesList",
|
|
10
|
+
"gpsToolsGeofencesAddEdit",
|
|
11
|
+
"gpsToolsGeofencesAddEditContent",
|
|
12
|
+
"gpsToolsGeofencesAddEditDrawFinishContainer",
|
|
13
|
+
"toolGeofencesAddEditGeneral",
|
|
14
|
+
"toolGeofencesAddEditStyle",
|
|
15
|
+
/* states or variants of elements */
|
|
16
|
+
"visible",
|
|
17
|
+
"hidden"
|
|
18
|
+
]);
|
|
19
|
+
export {
|
|
20
|
+
gpsToolsClasses as g
|
|
21
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
const COMPONENT_CLASS_NAME = "M4LMapGpsTools";
|
|
2
|
+
const COMPONENT_MAP_TOOLS_ID = "gps_tools";
|
|
3
|
+
const STYLE_OPACITIES = [
|
|
4
|
+
{
|
|
5
|
+
value: 0,
|
|
6
|
+
label: "0%"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
value: 0.1,
|
|
10
|
+
label: "10%"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
value: 0.2,
|
|
14
|
+
label: "20%"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
value: 0.3,
|
|
18
|
+
label: "30%"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
value: 0.4,
|
|
22
|
+
label: "40%"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
value: 0.5,
|
|
26
|
+
label: "50%"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
value: 1,
|
|
30
|
+
label: "100%"
|
|
31
|
+
}
|
|
32
|
+
];
|
|
33
|
+
const STYLE_WHEIGHTS = [
|
|
34
|
+
{
|
|
35
|
+
value: 0,
|
|
36
|
+
label: "0px"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
value: 1,
|
|
40
|
+
label: "1px"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
value: 2,
|
|
44
|
+
label: "2px"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
value: 3,
|
|
48
|
+
label: "3px"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
value: 4,
|
|
52
|
+
label: "4px"
|
|
53
|
+
}
|
|
54
|
+
];
|
|
55
|
+
const STYLE_PATTERNS = [
|
|
56
|
+
{
|
|
57
|
+
value: "",
|
|
58
|
+
label: "------"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
value: "4 1 2",
|
|
62
|
+
label: "-- - - --"
|
|
63
|
+
}
|
|
64
|
+
];
|
|
65
|
+
export {
|
|
66
|
+
COMPONENT_CLASS_NAME as C,
|
|
67
|
+
STYLE_OPACITIES as S,
|
|
68
|
+
STYLE_WHEIGHTS as a,
|
|
69
|
+
STYLE_PATTERNS as b,
|
|
70
|
+
COMPONENT_MAP_TOOLS_ID as c
|
|
71
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { createContext, useRef, useEffect } from "react";
|
|
3
|
+
import { useStore } from "zustand";
|
|
4
|
+
import { shallow } from "zustand/shallow";
|
|
5
|
+
import { useResponsiveDesktop, useFirstRender } from "@m4l/graphics";
|
|
6
|
+
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
7
|
+
import { c as createGpsToolsStore } from "./store-B7tH76Xi.js";
|
|
8
|
+
const GpsToolsContext = createContext(null);
|
|
9
|
+
function GpsToolsProvider(props) {
|
|
10
|
+
const { children } = props;
|
|
11
|
+
const { getLabel } = useModuleDictionary();
|
|
12
|
+
const isDesktop = useResponsiveDesktop();
|
|
13
|
+
const isSkeleton = useModuleSkeleton();
|
|
14
|
+
const isFirstRender = useFirstRender([getLabel]);
|
|
15
|
+
const mapStoreRef = useRef();
|
|
16
|
+
if (!mapStoreRef.current) {
|
|
17
|
+
mapStoreRef.current = createGpsToolsStore({
|
|
18
|
+
getLabel,
|
|
19
|
+
ownerState: {
|
|
20
|
+
status: "init",
|
|
21
|
+
isMobile: !isDesktop,
|
|
22
|
+
isSkeleton,
|
|
23
|
+
focus: false
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
}
|
|
27
|
+
const { setHandlerGetLabel, setExternalState } = useStore(
|
|
28
|
+
mapStoreRef.current,
|
|
29
|
+
(state) => state.gpsToolsActions,
|
|
30
|
+
shallow
|
|
31
|
+
);
|
|
32
|
+
useEffect(() => {
|
|
33
|
+
if (!isFirstRender) {
|
|
34
|
+
setHandlerGetLabel(getLabel);
|
|
35
|
+
}
|
|
36
|
+
}, [getLabel]);
|
|
37
|
+
useEffect(() => {
|
|
38
|
+
if (isFirstRender) {
|
|
39
|
+
return;
|
|
40
|
+
}
|
|
41
|
+
setExternalState({ isMobile: !isDesktop, isSkeleton });
|
|
42
|
+
}, [isDesktop, isSkeleton]);
|
|
43
|
+
return /* @__PURE__ */ jsx(GpsToolsContext.Provider, { value: mapStoreRef.current, children });
|
|
44
|
+
}
|
|
45
|
+
export {
|
|
46
|
+
GpsToolsContext as G,
|
|
47
|
+
GpsToolsProvider as a
|
|
48
|
+
};
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import { createStore } from "zustand";
|
|
2
|
+
import { devtools } from "zustand/middleware";
|
|
3
|
+
import { immer } from "zustand/middleware/immer";
|
|
4
|
+
import { enableMapSet } from "immer";
|
|
5
|
+
enableMapSet();
|
|
6
|
+
const createGpsToolsStore = (initProps) => {
|
|
7
|
+
const startProps = {
|
|
8
|
+
currentTabGpsTool: "geofences",
|
|
9
|
+
geofenceState: {
|
|
10
|
+
// currentGeofenceTool: 'list',
|
|
11
|
+
rows: [],
|
|
12
|
+
checkedGeofences: /* @__PURE__ */ new Set(),
|
|
13
|
+
checkedCrossingFeatures: /* @__PURE__ */ new Set(),
|
|
14
|
+
checkedInternalFeatures: /* @__PURE__ */ new Set(),
|
|
15
|
+
hashGeofences: {}
|
|
16
|
+
},
|
|
17
|
+
...initProps
|
|
18
|
+
};
|
|
19
|
+
return createStore(
|
|
20
|
+
devtools(
|
|
21
|
+
immer((set, _get) => ({
|
|
22
|
+
...startProps,
|
|
23
|
+
gpsToolsActions: {
|
|
24
|
+
init: () => {
|
|
25
|
+
set((state) => {
|
|
26
|
+
state.ownerState.status = "ready";
|
|
27
|
+
});
|
|
28
|
+
},
|
|
29
|
+
setGpsToolsState: (status) => {
|
|
30
|
+
set((state) => {
|
|
31
|
+
state.ownerState.status = status;
|
|
32
|
+
});
|
|
33
|
+
},
|
|
34
|
+
setHandlerGetLabel: (newHandler) => {
|
|
35
|
+
set((state) => {
|
|
36
|
+
state.getLabel = newHandler;
|
|
37
|
+
});
|
|
38
|
+
},
|
|
39
|
+
setExternalState: (newExternalState) => {
|
|
40
|
+
set((state) => {
|
|
41
|
+
state.ownerState = { ...state.ownerState, ...newExternalState };
|
|
42
|
+
});
|
|
43
|
+
},
|
|
44
|
+
setCurrentTabTool: (newTabTool) => {
|
|
45
|
+
set((state) => {
|
|
46
|
+
state.currentTabGpsTool = newTabTool;
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
geofenceActions: {
|
|
51
|
+
// goToAddEdit: (geofenceId?: GeofenceId) => {
|
|
52
|
+
// set(state => {
|
|
53
|
+
// state.geofenceState.currentGeofenceTool = 'add_edit';
|
|
54
|
+
// state.geofenceState.geofenceId = geofenceId;
|
|
55
|
+
// });
|
|
56
|
+
// },
|
|
57
|
+
// goToList: (geofenceId?: GeofenceId) => {
|
|
58
|
+
// set(state => {
|
|
59
|
+
// state.geofenceState.currentGeofenceTool = 'list';
|
|
60
|
+
// state.geofenceState.geofenceId = geofenceId;
|
|
61
|
+
// });
|
|
62
|
+
// },
|
|
63
|
+
addGeofence: (geofenceId, geofence) => {
|
|
64
|
+
set((state) => {
|
|
65
|
+
state.geofenceState.hashGeofences[geofenceId] = geofence;
|
|
66
|
+
});
|
|
67
|
+
},
|
|
68
|
+
updatePartialGeofence: (geofenceId, geofence) => {
|
|
69
|
+
set((state) => {
|
|
70
|
+
state.geofenceState.hashGeofences[geofenceId] = {
|
|
71
|
+
...state.geofenceState.hashGeofences[geofenceId],
|
|
72
|
+
...geofence
|
|
73
|
+
};
|
|
74
|
+
});
|
|
75
|
+
},
|
|
76
|
+
updateRows: (newRows) => {
|
|
77
|
+
set((state) => {
|
|
78
|
+
state.geofenceState.rows = newRows;
|
|
79
|
+
});
|
|
80
|
+
},
|
|
81
|
+
addCheckedGeofence: (geofenceId) => {
|
|
82
|
+
set((state) => {
|
|
83
|
+
state.geofenceState.checkedGeofences.add(geofenceId);
|
|
84
|
+
state.geofenceState.checkedGeofences = new Set(state.geofenceState.checkedGeofences);
|
|
85
|
+
});
|
|
86
|
+
},
|
|
87
|
+
removeCheckedGeofence: (geofenceId) => {
|
|
88
|
+
set((state) => {
|
|
89
|
+
state.geofenceState.checkedGeofences.delete(geofenceId);
|
|
90
|
+
state.geofenceState.checkedGeofences = new Set(state.geofenceState.checkedGeofences);
|
|
91
|
+
});
|
|
92
|
+
},
|
|
93
|
+
setCheckedGeofences: (newGeofences) => {
|
|
94
|
+
set((state) => {
|
|
95
|
+
state.geofenceState.checkedGeofences = new Set(newGeofences);
|
|
96
|
+
});
|
|
97
|
+
},
|
|
98
|
+
setCheckedCrossingFeatures: (newFeatures) => {
|
|
99
|
+
set((state) => {
|
|
100
|
+
state.geofenceState.checkedCrossingFeatures = new Set(newFeatures);
|
|
101
|
+
});
|
|
102
|
+
},
|
|
103
|
+
setCheckedInternalFeatures: (newFeatures) => {
|
|
104
|
+
set((state) => {
|
|
105
|
+
state.geofenceState.checkedInternalFeatures = new Set(newFeatures);
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
})),
|
|
110
|
+
{ name: `Map Tools Store` }
|
|
111
|
+
)
|
|
112
|
+
);
|
|
113
|
+
};
|
|
114
|
+
export {
|
|
115
|
+
createGpsToolsStore as c
|
|
116
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
const MAP_GPSTOOLS_DICCTIONARY = {
|
|
2
|
+
/**
|
|
3
|
+
* GPSTools
|
|
4
|
+
*/
|
|
5
|
+
LABEL_GPSTOOLS_NAME: "label_gpstools_name",
|
|
6
|
+
/** Common */
|
|
7
|
+
/** GeofenceList */
|
|
8
|
+
ACTION_GEOFENCE_ADD: "action_geofence_add",
|
|
9
|
+
ACTION_GEOFENCE_EDIT: "action_geofence_edit",
|
|
10
|
+
// Row Actions
|
|
11
|
+
ROW_ACTION_GEO_EDIT: "row_action_geo_edit",
|
|
12
|
+
ROW_ACTION_GEO_ENABLE: "row_action_geo_enable",
|
|
13
|
+
ROW_ACTION_GEO_DISABLE: "row_action_geo_disable",
|
|
14
|
+
ROW_ACTION_GEO_DELETE: "row_action_geo_delete",
|
|
15
|
+
/** GeofenceAddEdit */
|
|
16
|
+
LABEL_TAB_GEO: "label_tab_geo",
|
|
17
|
+
TAB_GENERAL_CONFIG_TOOLTIP: "tab_general_config_tooltip",
|
|
18
|
+
PAPER_GENERAL: "paper_general",
|
|
19
|
+
LABEL_ID: "label_id",
|
|
20
|
+
LABEL_NAME: "label_name",
|
|
21
|
+
LABEL_GEOMETRY_TYPE: "label_geometry_type",
|
|
22
|
+
LABEL_GEOMETRY_CIRCLE: "label_geometry_circle",
|
|
23
|
+
LABEL_GEOMETRY_RECTANGLE: "label_geometry_rectangle",
|
|
24
|
+
LABEL_GEOMETRY_POLYGON: "label_geometry_polygon",
|
|
25
|
+
LABEL_DRAW: "label_draw",
|
|
26
|
+
LABEL_FINISH: "label_finish",
|
|
27
|
+
PAPER_CONFIG: "paper_config",
|
|
28
|
+
LABEL_ALIAS: "label_alias",
|
|
29
|
+
LABEL_CUSTOMER_ID: "label_customer_id",
|
|
30
|
+
LABEL_TIME_MIN_IN_SECONDS: "label_time_min_in_seconds",
|
|
31
|
+
LABEL_TIME_MIN_OUT_SECONDS: "label_time_min_out_seconds",
|
|
32
|
+
TAB_STYLE_CONFIG_TOOLTIP: "tab_style_tooltip",
|
|
33
|
+
PAPER_STROKE: "paper_stroke",
|
|
34
|
+
LABEL_COLOR: "label_color",
|
|
35
|
+
LABEL_OPACITY: "label_opacity",
|
|
36
|
+
LABEL_WEIGHT: "label_weight",
|
|
37
|
+
LABEL_DASH_ARRAY: "label_dash_array",
|
|
38
|
+
LABEL_DASH_OFFSET: "label_dash_offset",
|
|
39
|
+
PAPER_FILL: "paper_fill",
|
|
40
|
+
LABEL_RADIUS: "label_radius",
|
|
41
|
+
LABEL_LAT: "label_lat",
|
|
42
|
+
LABEL_LON: "label_lon",
|
|
43
|
+
LABEL_PLACE_MARKER: "label_place_marker",
|
|
44
|
+
LABEL_FIRST_VERTEX: "label_first_vertex",
|
|
45
|
+
LABEL_CONTINUE_LINE: "label_continue_line",
|
|
46
|
+
LABEL_FINISH_LINE: "label_finish_line",
|
|
47
|
+
LABEL_FINISH_POLY: "label_finish_poly",
|
|
48
|
+
LABEL_FINISH_RECT: "label_finish_rect",
|
|
49
|
+
LABEL_START_CIRCLE: "label_start_circle",
|
|
50
|
+
LABEL_FINISH_CIRCLE: "label_finish_circle",
|
|
51
|
+
LABEL_PLACE_CIRCLE_MARKER: "label_place_circle_marker",
|
|
52
|
+
VALIDATION_GEOMETRY_REQUIRED: "validation_geometry_required",
|
|
53
|
+
VALIDATION_FIELD_REQUIRED: "validation_field_required",
|
|
54
|
+
VALIDATION_FIELD_TYPE_NUMBER_ERROR: "validation_field_type_number_error",
|
|
55
|
+
VALIDATION_FIELD_MIN_NUMBER_ERROR: "validation_field_min_number_error",
|
|
56
|
+
LABEL_VIEW_TRANSIT_FEATURES: "label_view_crossing_features",
|
|
57
|
+
LABEL_VIEW_INTERNAL_FEATURES: "label_view_internal_features",
|
|
58
|
+
LABEL_CREATED_AT: "label_created_at",
|
|
59
|
+
LABEL_UPDATED_AT: "label_updated_at",
|
|
60
|
+
MODAL_DELETE_GEO_TITLE: "modal_delete_geo_title",
|
|
61
|
+
MODAL_DELETE_GEO_MESSAGE: "modal_delete_geo_message",
|
|
62
|
+
MODAL_DISABLE_GEO_TITLE: "modal_disable_geo_title",
|
|
63
|
+
MODAL_DISABLE_MESSAGE: "modal_disable_geo_message",
|
|
64
|
+
ACTION_CANCEL: "action_cancel"
|
|
65
|
+
};
|
|
66
|
+
export {
|
|
67
|
+
MAP_GPSTOOLS_DICCTIONARY as M
|
|
68
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { useContext } from "react";
|
|
2
|
+
import { useStore } from "zustand";
|
|
3
|
+
import { G as GpsToolsContext } from "../../contexts/GpsToolsContext/index-0Z4JP4xL.js";
|
|
4
|
+
function useGpsToolsStore(selector, equalityFn) {
|
|
5
|
+
const context = useContext(GpsToolsContext);
|
|
6
|
+
if (!context) throw new Error("useGpsToolsStore context must be use inside GpsToolsContext");
|
|
7
|
+
return useStore(context, selector, equalityFn);
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
useGpsToolsStore as u
|
|
11
|
+
};
|