@m4l/components 4.1.4 → 4.1.6
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 +99 -88
- package/components/AccountPopover/AccountPopover-Bxx1dLXW.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-COPHVjrf.js +207 -0
- package/components/AccountPopover/subcomponents/PopOver/types.d.ts +2 -1
- package/components/AccountPopover/types.d.ts +1 -20
- 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-1qgJozad.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-CrWifR9d.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-CvY8AyYR.js +87 -0
- package/components/DataGrid/styles-rOw1DTul.js +13 -0
- package/components/DataGrid/subcomponents/Actions/index-DaPVA9VI.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-CdugKKzK.js +59 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/RowsCount/index-CyeBbxLE.js +19 -0
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/index-DYh4632I.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-QDzvR-ER.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-BWoDkdfF.js +168 -0
- package/components/DragResizeWindow/DragResizeWindow.d.ts +2 -1
- package/components/DragResizeWindow/classes/index-JOh47hwH.js +16 -0
- package/components/DragResizeWindow/classes/index.d.ts +1 -5
- package/components/DragResizeWindow/classes/types.d.ts +0 -3
- package/components/DragResizeWindow/constants-jERlmN0S.js +6 -0
- package/components/DragResizeWindow/constants.d.ts +2 -2
- package/components/DragResizeWindow/helpers/index-D2Cx3zja.js +39 -0
- package/components/DragResizeWindow/hooks/useDimensionEffects-bNfgX0tT.js +209 -0
- package/components/DragResizeWindow/hooks/useDimensionEffects.d.ts +21 -0
- package/components/DragResizeWindow/hooks/useDragOptions-BufF3icS.js +86 -0
- package/components/DragResizeWindow/hooks/useDragOptions.d.ts +21 -0
- package/components/DragResizeWindow/hooks/useResizeOptions-cqFzxUJV.js +61 -0
- package/components/DragResizeWindow/hooks/useResizeOptions.d.ts +16 -0
- package/components/DragResizeWindow/index-l0sNRNKZ.js +1 -0
- package/components/DragResizeWindow/index.d.ts +2 -1
- package/components/DragResizeWindow/slots/DragResizeWindowSlots-DnIRiKLy.js +14 -0
- package/components/DragResizeWindow/slots/DragResizeWindowSlots.d.ts +7 -0
- package/components/DragResizeWindow/slots/slots-DMw2YjWj.js +8 -0
- package/components/DragResizeWindow/slots/slots.d.ts +4 -0
- package/components/DragResizeWindow/types.d.ts +19 -2
- package/components/DragResizeWindow/utils-DECvGPap.js +17 -0
- package/components/DynamicFilter/DynamicFilter-C5-mC4Mi.js +14 -0
- package/components/DynamicFilter/constants-ByqmFATV.js +31 -0
- package/components/DynamicFilter/dictionary-CNZO5wD-.js +51 -0
- package/components/DynamicFilter/helpers/formatToInitialFilters-BqAqXa6r.js +31 -0
- package/components/DynamicFilter/helpers/formatToRowFilter-m6xHKcg4.js +18 -0
- package/components/DynamicFilter/helpers/getPurgedInitialFiltersApplied-DE5OyFk8.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/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/store/DynamicFilterContext-C3Fm8yiC.js +84 -0
- package/components/DynamicFilter/store/DynamicFilterStore-5ObO5f3L.js +171 -0
- package/components/DynamicFilter/store/useDynamicFilterStore-CdlJeQW2.js +13 -0
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/AppliedFilterChip-Cyr5u1Y0.js +28 -0
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/useAppliedFilterChip-CLen7pbk.js +36 -0
- package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters-DaHLVmBH.js +15 -0
- package/components/DynamicFilter/subcomponents/AppliedFilters/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/AppliedFilters/useAppliedFilters-ZXCTxj2y.js +15 -0
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/DynamicFilterBase-C3Nc7ie6.js +35 -0
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/useDynamicFilterBase-sYj1gbd-.js +9 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/helpers-B-hZ7Bgy.js +77 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/index-BYMShlon.js +58 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/DataTypeComponent-Lwo9WmLE.js +16 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/helpers-gvsB_E9w.js +123 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/index-nnVSHJ6T.js +54 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/helpers-DqRKbaxS.js +103 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/index-OTsJhQxx.js +56 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/helpers-BCmgW6aE.js +103 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/index-Bo7gnGov.js +49 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/helpers-CU-y11LH.js +79 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/index-B5PEIaM3.js +41 -0
- package/components/DynamicFilter/subcomponents/FieldTypes/fieldFactory-Dx9a03_M.js +25 -0
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActions-j4YCmYGj.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-B-O9KRFH.js +43 -0
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilter-BeSpLzoZ.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-D0-KYcEV.js +140 -0
- package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter-COjduZb0.js +64 -0
- package/components/DynamicFilter/subcomponents/PopoverFilter/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/PopoverFilter/usePopoverFilter-Cfu7tmtx.js +99 -0
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields-Btz_TEp5.js +38 -0
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/index-l0sNRNKZ.js +1 -0
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/usePopoverMenuFields-VuaPOZKR.js +29 -0
- 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-BAkYBiCq.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-CN5cQOl7.js +398 -0
- package/components/GridLayout/subcomponents/Responsive/helper-6U-MAGmf.js +62 -0
- package/components/GridLayout/subcomponents/Responsive/index-Btb7L_Xa.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-Cu5Ce7mb.js +127 -0
- package/components/MFIsolationApp/constants-pKuV2ytz.js +4 -0
- package/components/MFIsolationApp/index-l0sNRNKZ.js +1 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/MFAuthApp-DgY0YGK1.js +57 -0
- package/components/MFIsolationApp/subcomponents/MFAuthApp/index-l0sNRNKZ.js +1 -0
- package/components/MFIsolationApp/types.d.ts +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-BSRfMj11.js +42 -0
- package/components/ObjectLogs/components/DetailFormatter/index-CM09jbIZ.js +32 -0
- package/components/ObjectLogs/dictionary-DwDsJzPq.js +20 -0
- package/components/ObjectLogs/index-DSHaEtxk.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/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-BWgtp9fO.js +201 -0
- package/components/PropertyValue/classes/constants-s39PnPag.js +4 -0
- package/components/PropertyValue/classes/index-Dq0riJic.js +40 -0
- package/components/PropertyValue/constants-EBZEdYQ_.js +6 -0
- package/components/PropertyValue/styles-Bw7yBmcr.js +7 -0
- package/components/ScrollBar/classes/constants-COftye4M.js +4 -0
- package/components/ScrollBar/classes/index-vfd-Uri5.js +23 -0
- package/components/ScrollBar/index-1MJx3e_h.js +17 -0
- package/components/ScrollBar/styles-CVyFCZAK.js +46 -0
- package/components/ScrollToTop/index-TxORk5dB.js +12 -0
- package/components/SideBar/SideBar-BQ8rB79H.js +78 -0
- package/components/SideBar/classes/constants-CuvqF81L.js +4 -0
- package/components/SideBar/classes/index-DwK5vHib.js +131 -0
- 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-DD87zVej.js +21 -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/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-BaOdDtgq.js +36 -0
- package/components/ToastContainer/constants-BrwLWG5c.js +8 -0
- package/components/ToastContainer/helpers/toaster-B8FCUyrb.js +47 -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-Cu1pkVBX.js +62 -0
- package/components/ToastContainer/subcomponents/ToastMessage/ToastMessage-BfmiLC3F.js +50 -0
- package/components/ToastContainer/subcomponents/ToastMessage/index-l0sNRNKZ.js +1 -0
- package/components/ToastContainer/subcomponents/ToastMessage/useToastMessage-CnlGBnjj.js +42 -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-Coj9AbcA.js +95 -0
- package/components/areas/components/AreasAdmin/styles-BkiAuWPY.js +17 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/index-DmBu0e79.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-CE6T1oDv.js +47 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/index-CMPuWHMQ.js +93 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile-Bw07WdI7.js +211 -0
- package/components/areas/components/AreasAdmin/subcomponents/PanelWindowPopUp/index-scHmd1Kc.js +53 -0
- package/components/areas/components/AreasViewer/classes/index-vzutNGDt.js +91 -0
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +0 -1
- package/components/areas/components/AreasViewer/index-BhgaEWEG.js +46 -0
- package/components/areas/components/AreasViewer/styles-Cn-B0M9m.js +124 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/index-wKzp8keh.js +28 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/index-DjgUNqik.js +62 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/InnerForHooks/index-iJI0HXGP.js +30 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/PanelWindows/index-6Sx42U7K.js +99 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/index-DZ7smC4e.js +140 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/styles-Chi8Bv_9.js +69 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Component/index-BRw7ybtW.js +13 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/helper-0Ko9QdxY.js +66 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/index-Cwnzknez.js +150 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/MainActions/index-BwcDXAuS.js +44 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header/subcomponents/WindowHeaderSkeleton/index-BgjfGL1Q.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-CAanuKBg.js +58 -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-Bj2Lz2mw.js +220 -0
- package/components/areas/contexts/AreasContext/index-B_WBK3u-.js +84 -0
- package/components/areas/contexts/AreasContext/store-C7uCuREP.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-gOjRdYCc.js +36 -0
- package/components/areas/dictionary.d.ts +3 -3
- package/components/areas/hooks/index-l0sNRNKZ.js +1 -0
- package/components/areas/hooks/useAreas/index-DosRWKI3.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-D1fLiH3Z.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/extended/react-resizable/Resizable/Resizable-Cr2LGm1L.js +8 -0
- package/components/extended/react-resizable/Resizable/Resizable.d.ts +10 -0
- package/components/extended/react-resizable/Resizable/constants-DVMFY6EM.js +4 -0
- package/components/extended/react-resizable/Resizable/constants.d.ts +2 -0
- package/components/extended/react-resizable/Resizable/index-l0sNRNKZ.js +1 -0
- package/components/extended/react-resizable/Resizable/index.d.ts +2 -0
- package/components/extended/react-resizable/Resizable/slots/ResizableSlots-D8THo0hY.js +11 -0
- package/components/extended/react-resizable/Resizable/slots/ResizableSlots.d.ts +5 -0
- package/components/extended/react-resizable/Resizable/slots/slots-CjS9EQqE.js +7 -0
- package/components/extended/react-resizable/Resizable/slots/slots.d.ts +3 -0
- package/components/extended/react-resizable/ResizableBox/ResizableBox-wUgQRWcc.js +29 -0
- package/components/extended/react-resizable/ResizableBox/ResizableBox.d.ts +12 -0
- package/components/extended/react-resizable/ResizableBox/constants-DtrVPYOm.js +4 -0
- package/components/extended/react-resizable/ResizableBox/constants.d.ts +2 -0
- package/components/extended/react-resizable/ResizableBox/index-l0sNRNKZ.js +1 -0
- package/components/extended/react-resizable/ResizableBox/index.d.ts +2 -0
- package/components/extended/react-resizable/ResizableBox/slots/ResizableBoxSlots-SQM77Va4.js +11 -0
- package/components/extended/react-resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +5 -0
- package/components/extended/react-resizable/ResizableBox/slots/slots-BLBVieAn.js +7 -0
- package/components/extended/react-resizable/ResizableBox/slots/slots.d.ts +3 -0
- package/components/extended/react-resizable/ResizableBox/types.d.ts +16 -0
- package/components/extended/react-resizable/index-l0sNRNKZ.js +1 -0
- package/components/extended/react-resizable/index.d.ts +3 -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/CourseFormatter/CourseFormatter-C72EFdlI.js +34 -0
- package/components/formatters/CourseFormatter/CourseFormatter.d.ts +2 -0
- package/components/formatters/CourseFormatter/constants-BGsPt0UA.js +4 -0
- package/components/formatters/CourseFormatter/constants.d.ts +2 -0
- package/components/formatters/CourseFormatter/dictionary-lPKVjn-F.js +18 -0
- package/components/formatters/CourseFormatter/dictionary.d.ts +12 -0
- package/components/formatters/CourseFormatter/index-l0sNRNKZ.js +1 -0
- package/components/formatters/CourseFormatter/index.d.ts +2 -0
- package/components/formatters/CourseFormatter/slots/CourseFormatterSlots-BtpPrUiQ.js +11 -0
- package/components/formatters/CourseFormatter/slots/CourseFormatterSlots.d.ts +2 -0
- package/components/formatters/CourseFormatter/slots/slots-DNFpCsEX.js +7 -0
- package/components/formatters/CourseFormatter/slots/slots.d.ts +3 -0
- package/components/formatters/CourseFormatter/types.d.ts +18 -0
- package/components/formatters/DateFormatter/index-CGcRZ8BA.js +43 -0
- package/components/formatters/DistanceToNowFormatter/DistanceToNowFormatter-D-KlZCzq.js +43 -0
- package/components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.d.ts +11 -0
- package/components/formatters/DistanceToNowFormatter/constants-BFXbvVBz.js +4 -0
- package/components/formatters/DistanceToNowFormatter/constants.d.ts +2 -0
- package/components/formatters/DistanceToNowFormatter/dictionary-BsdfX7sF.js +28 -0
- package/components/formatters/DistanceToNowFormatter/dictionary.d.ts +22 -0
- package/components/formatters/DistanceToNowFormatter/index-l0sNRNKZ.js +1 -0
- package/components/formatters/DistanceToNowFormatter/index.d.ts +2 -0
- package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots-DMdMz6HD.js +11 -0
- package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots.d.ts +2 -0
- package/components/formatters/DistanceToNowFormatter/slots/slots-bUoE5Fxj.js +7 -0
- package/components/formatters/DistanceToNowFormatter/slots/slots.d.ts +3 -0
- package/components/formatters/DistanceToNowFormatter/types.d.ts +13 -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/index.d.ts +1 -0
- package/components/formatters/types-l0sNRNKZ.js +1 -0
- package/components/gclick/MyDevice/MyDevice-BoQAm0bh.js +26 -0
- package/components/gclick/MyDevice/MyDevice.d.ts +6 -0
- package/components/gclick/MyDevice/constants-BZ1U9wMp.js +4 -0
- package/components/gclick/MyDevice/constants.d.ts +2 -0
- package/components/gclick/MyDevice/index-l0sNRNKZ.js +1 -0
- package/components/gclick/MyDevice/index.d.ts +1 -0
- package/components/gclick/MyDevice/slots/MyDeviceSlots-DLMSrrQq.js +22 -0
- package/components/gclick/MyDevice/slots/MyDeviceSlots.d.ts +4 -0
- package/components/gclick/MyDevice/slots/slots-DlXOVVWT.js +9 -0
- package/components/gclick/MyDevice/slots/slots.d.ts +5 -0
- package/components/gclick/MyDevice/types.d.ts +18 -0
- package/components/gclick/MyDeviceStatus/MyDeviceStatus-6k94VZLI.js +70 -0
- package/components/gclick/MyDeviceStatus/MyDeviceStatus.d.ts +6 -0
- package/components/gclick/MyDeviceStatus/constants-ByQA2QBf.js +17 -0
- package/components/gclick/MyDeviceStatus/constants.d.ts +13 -0
- package/components/gclick/MyDeviceStatus/dictionary-_RHL79pd.js +19 -0
- package/components/gclick/MyDeviceStatus/dictionary.d.ts +13 -0
- package/components/gclick/MyDeviceStatus/icons-C29IIx7h.js +14 -0
- package/components/gclick/MyDeviceStatus/icons.d.ts +11 -0
- package/components/gclick/MyDeviceStatus/index-l0sNRNKZ.js +1 -0
- package/components/gclick/MyDeviceStatus/index.d.ts +1 -0
- package/components/gclick/MyDeviceStatus/slots/MyDeviceStatusSlots-BnKuK22-.js +22 -0
- package/components/gclick/MyDeviceStatus/slots/MyDeviceStatusSlots.d.ts +4 -0
- package/components/gclick/MyDeviceStatus/slots/slots-n7uOukTO.js +9 -0
- package/components/gclick/MyDeviceStatus/slots/slots.d.ts +5 -0
- package/components/gclick/MyDeviceStatus/types.d.ts +14 -0
- package/components/gclick/constants-CoIqv4_c.js +4 -0
- package/components/gclick/constants.d.ts +1 -0
- package/components/gclick/types.d.ts +60 -0
- package/components/hook-form/RHFAutocomplete/RHFAutocomplete-8IcWz7CO.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-CTiLsjI_.js +282 -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-DMG6OR-p.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-0jxNAT4j.js +103 -0
- package/components/hook-form/RHFAutocompleteAsync/subcomponents/ComponentTypeText/index-CBUpvvm4.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-BasJ2VD-.js +138 -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-BPlsWlzn.js +136 -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-Dvm86mff.js +76 -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-b-O6lpz5.js +169 -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-12AgdPeR.js +33 -0
- package/components/hook-form/RHFTextField/slots/index-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFTextField/subcomponents/Skeleton/index-CRkvselp.js +29 -0
- package/components/hook-form/RHFTextField/types-l0sNRNKZ.js +1 -0
- package/components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword-Ci2pysVF.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/index.d.ts +2 -2
- package/components/maps/components/Map/Map-BvZocOu-.js +34 -0
- package/components/maps/components/Map/classes/index-Di523KHt.js +110 -0
- package/components/maps/components/Map/constants--nCJwhxA.js +49 -0
- package/components/maps/components/Map/constants.d.ts +1 -1
- package/components/maps/components/Map/contexts/MapContext/MapContext-CRsX00bx.js +58 -0
- package/components/maps/components/Map/contexts/MapContext/helper-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/contexts/MapContext/store-Cx4hlley.js +324 -0
- package/components/maps/components/Map/contexts/MapContext/types.d.ts +25 -14
- package/components/maps/components/Map/dictionary-DMmTydS6.js +38 -0
- package/components/maps/components/Map/dictionary.d.ts +23 -77
- 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-BV9mwS5T.js +253 -0
- package/components/maps/components/Map/featureRenders/CommonFeatureRender/subcomponents/FeatureDivIconLabel/index-BW5DIpDy.js +33 -0
- package/components/maps/components/Map/featureRenders/CommonFeatureRender/subcomponents/MarkerIconLabel/index-CBjERnvH.js +79 -0
- package/components/maps/components/Map/featureRenders/CommonFeatureRender/subcomponents/MarkerIconLabel/types.d.ts +7 -1
- package/components/maps/components/Map/featureRenders/MarkerFeatureRender/index-BQ3zE154.js +79 -0
- package/components/maps/components/Map/featureRenders/index-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/hooks/useAutoFocus/index-Cy987wfW.js +78 -0
- package/components/maps/components/Map/hooks/useDisableZoomEvents/index-BCJgjs0e.js +19 -0
- package/components/maps/components/Map/hooks/useMapStore/index-1eqb58ec.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/index.d.ts +2 -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/popups/MapPopupMyGps/MapPopupMyGps-C7rTohaC.js +97 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/MapPopupMyGps.d.ts +7 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/constants-BjidJqUx.js +6 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/constants.d.ts +3 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/dictionary-Cy4BOBXB.js +21 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/dictionary.d.ts +12 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/index-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/index.d.ts +2 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/slots/ MapPopupMyGpsSlots-BAqZB0fE.js +21 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/slots/ MapPopupMyGpsSlots.d.ts +4 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/slots/slots-CYF54j1s.js +9 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/slots/slots.d.ts +5 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/subcomponents/PropertyValue/index-TH-nMLVj.js +12 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/subcomponents/PropertyValue/index.d.ts +2 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/subcomponents/PropertyValue/types.d.ts +5 -0
- package/components/maps/components/Map/popups/MapPopupMyGps/types.d.ts +7 -0
- package/components/maps/components/Map/popups/index-l0sNRNKZ.js +1 -0
- package/components/maps/components/Map/popups/index.d.ts +1 -0
- package/components/maps/components/Map/popups/types.d.ts +11 -0
- package/components/maps/components/Map/slots/MapSlots-BvlQF3IL.js +24 -0
- package/components/maps/components/Map/slots/MapSlots.d.ts +5 -0
- package/components/maps/components/Map/slots/slots-Bp5FCG8d.js +10 -0
- package/components/maps/components/Map/slots/slots.d.ts +6 -0
- package/components/maps/components/Map/subcomponents/Controls/index-Cxh738R_.js +31 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/index-C8KLECES.js +13 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/index-C_V6gZmq.js +59 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useCheckedLayers-DptH6VTE.js +17 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useColumns-DdurX5-L.js +129 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useMaster-BkIZOPW6.js +52 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/useRowActionsGetter-D1VdMjtz.js +40 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/index-C-iEn0OY.js +30 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/index-BpIXY10t.js +134 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/bing-BdKj-qkx.js +36 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/google-BjMxeL-e.js +73 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/MapSourcesTool/sourceTypes/osm-D3O3Jqwf.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-NieP6L6S.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-HRokWvWu.js +45 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/hooks/useMeasure/index-cRx_SaCh.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-B49TuvEz.js +41 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/MeasureTool/subcomponents/MeasureData/index-B6WJ6JRW.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-l5m4UYCk.js +26 -0
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopRigthTools/subcomponents/ZoomButtons/index-CY8stm25.js +52 -0
- package/components/maps/components/Map/subcomponents/Controls/types.d.ts +1 -1
- package/components/maps/components/Map/subcomponents/LayersContainer/index-tYTwy6xC.js +33 -0
- package/components/maps/components/Map/subcomponents/LayersContainer/subcomponents/MyLayer/index-DCej7pE7.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-aaBDZpLL.js +13 -0
- package/components/maps/components/Map/subcomponents/TileLayers/index-p7XmQ2he.js +13 -0
- package/components/maps/components/Map/subcomponents/TileLayers/subcomponents/TileLayerGoogle/index-U7WlXaRk.js +100 -0
- package/components/maps/components/Map/subcomponents/TileLayers/subcomponents/TileLayerOthers/index-Cf5Y2Nr4.js +35 -0
- package/components/maps/components/Map/types.d.ts +18 -2
- package/components/maps/components/MapGpsTools/MapGpsTools-BHZ23ZvC.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/MapGpsToolsContext/index-DtJv8-7m.js +48 -0
- package/components/maps/components/MapGpsTools/contexts/MapGpsToolsContext/index.d.ts +19 -0
- package/components/maps/components/MapGpsTools/contexts/MapGpsToolsContext/store-CnVI1yPl.js +116 -0
- package/components/maps/components/MapGpsTools/contexts/MapGpsToolsContext/store.d.ts +16 -0
- package/components/maps/components/MapGpsTools/contexts/{GpsToolsContext → MapGpsToolsContext}/types.d.ts +4 -4
- package/components/maps/components/MapGpsTools/dictionary-BOXSG1O8.js +73 -0
- package/components/maps/components/MapGpsTools/dictionary.d.ts +5 -13
- package/components/maps/components/MapGpsTools/hooks/useLayers/index-BqucFfYk.js +57 -0
- package/components/maps/components/MapGpsTools/hooks/useMapGpsToolsStore/index-DCjjIsPI.js +11 -0
- package/components/maps/components/MapGpsTools/hooks/useMapGpsToolsStore/index.d.ts +2 -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/index.d.ts +4 -3
- package/components/maps/components/MapGpsTools/styles-Dcg_ULaS.js +21 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/index-DLtn2VwY.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-D24NTJfB.js +214 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/hooks/useSubmit-GzMyYTcw.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-ETPU4sdj.js +19 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/index-EpVef3oz.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-CfGPq2wV.js +52 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/ConfigData/validations-CGLLyfEn.js +11 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/index-CEtCnsT1.js +140 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/GeneralData/validations-cKrxUZju.js +12 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyActions/index-DQW4RoDN.js +61 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/MyTabs/index-BDocfSQ2.js +82 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/StyleData/index-BpbkzgjM.js +12 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/FillData/index-Cwg9Y_Xb.js +49 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofenceAddEdit/subcomponents/StyleData/subcomponents/StrokeData/index-Cw4poiTv.js +89 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useCheckedFeatures-BftLgiVe.js +86 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useCheckedGeofences-aqOGX--1.js +85 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useColumns-CSi0FiNm.js +112 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useMaster-DqdbqSmh.js +162 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useMaster.d.ts +1 -1
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/hooks/useRowActionsGetter-CZCfpM5a.js +109 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/index-D6y5ecau.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-D1waAUhg.js +49 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/constants-BruLA0T6.js +13 -0
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/model.d.ts +1 -1
- package/components/maps/index-l0sNRNKZ.js +1 -0
- package/components/maps/index.d.ts +3 -2
- package/components/maps/leaflet-geoman.d.ts +1476 -1476
- package/components/maps/utils/courseToCartesianAngle-CdVv7Z_I.js +8 -0
- package/components/maps/utils/courseToCartesianAngle.d.ts +6 -0
- package/components/maps/utils/courseToCssAngle-BQWVBLrN.js +13 -0
- package/components/maps/utils/courseToCssAngle.d.ts +9 -0
- package/components/maps/utils/index-l0sNRNKZ.js +1 -0
- package/components/maps/utils/index.d.ts +6 -0
- package/components/maps/utils/isFeature-DENoHJHj.js +6 -0
- package/components/maps/utils/isFeature.d.ts +2 -0
- package/components/maps/utils/isFeatureCollection-BRSkhg0R.js +6 -0
- package/components/maps/utils/isFeatureCollection.d.ts +2 -0
- package/components/maps/utils/isFeatureCollectionDraft-E5VSDHvV.js +6 -0
- package/components/maps/utils/isFeatureCollectionDraft.d.ts +3 -0
- package/components/maps/utils/isGeometry-DTmE_WXC.js +6 -0
- package/components/maps/utils/isGeometry.d.ts +2 -0
- package/components/modal/ModalDialog/dictionary-78n49n4k.js +11 -0
- package/components/modal/ModalDialog/index-ssFDVmYv.js +60 -0
- package/components/modal/WindowBase/index-Dgu1_Mae.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-BVttDlrc.js +43 -0
- package/components/modal/WindowConfirm/subcomponents/MessageIlustration/index-BC7_QiER.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/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-a0HdHime.js +53 -0
- package/components/popups/components/PopupsViewer/PopupsViewer.d.ts +4 -3
- 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-BDDUOz1t.js +46 -0
- package/components/popups/components/PopupsViewer/slots/slots-B98CiRLa.js +14 -0
- package/components/popups/components/PopupsViewer/subcomponents/Popup/index-DiIiYvfb.js +68 -0
- package/components/popups/components/PopupsViewer/subcomponents/Popup/subcomponents/EditionInfo/index-BmUWHmBe.js +22 -0
- package/components/popups/components/PopupsViewer/subcomponents/Popup/subcomponents/Header/index-D-e7lMyp.js +53 -0
- package/components/popups/index-l0sNRNKZ.js +1 -0
- package/contexts/AppearanceComponentContext/AppearanceComponentContext-Dh1xxcRq.js +19 -0
- package/contexts/AppearanceComponentContext/AppearanceComponentStore-sJMNJ0WN.js +24 -0
- package/contexts/AppearanceComponentContext/index-l0sNRNKZ.js +1 -0
- package/contexts/AppearanceComponentContext/useAppearanceComponentStore-Cn0YUt4u.js +15 -0
- package/contexts/ModalContext/index-BZQsMljQ.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/index.d.ts +1 -0
- package/hooks/useComponentSize/index-l0sNRNKZ.js +1 -0
- package/hooks/useComponentSize/useComponentSize-IEs8SldY.js +9 -0
- package/hooks/useFormAddEdit/dictionary-DFRDT91K.js +6 -0
- package/hooks/useFormAddEdit/index-CBeoQI2v.js +86 -0
- package/hooks/useFormFocus/index-B1F2sySJ.js +21 -0
- package/hooks/useFormReadyForUpdate/index-B3HygFCM.js +20 -0
- package/hooks/useInterval/index-U86sMsvn.js +22 -0
- package/hooks/useInterval/index.d.ts +1 -1
- package/hooks/useModal/index-DkNYHw5Z.js +10 -0
- package/hooks/useSizeContainer/contants-Cuu-FBTT.js +4 -0
- package/hooks/useSizeContainer/index-BrtvS2vO.js +37 -0
- package/hooks/useSizeContainer/index.d.ts +1 -1
- package/hooks/useStateRef/index-C3P6ZK3m.js +15 -0
- package/hooks/useSvgColor/constants-BNjJpkJu.js +36 -0
- package/hooks/useSvgColor/constants.d.ts +4 -0
- package/hooks/useSvgColor/helpers-BiLdnJW7.js +31 -0
- package/hooks/useSvgColor/helpers.d.ts +10 -0
- package/hooks/useSvgColor/index-l0sNRNKZ.js +1 -0
- package/hooks/useSvgColor/index.d.ts +3 -0
- package/hooks/useSvgColor/types-l0sNRNKZ.js +1 -0
- package/hooks/useSvgColor/types.d.ts +12 -0
- package/hooks/useSvgColor/useSvgColor-fM-5zMjL.js +60 -0
- package/hooks/useSvgColor/useSvgColor.d.ts +8 -0
- package/hooks/useTab/index-CRVh_6kE.js +12 -0
- package/index.js +379 -183
- package/package.json +6 -5
- 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/DragResizeWindow.styles-DN3i-6id.js +34 -0
- package/styles/DragResizeWindow.styles.d.ts +2 -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-D8X0F7sX.js +107 -0
- package/styles/ToastContainer.styles-Ch0TgR5A.js +202 -0
- package/styles/extended/react-resizable/ResizeableBox.styles-BT3I6DaX.js +10 -0
- package/styles/extended/react-resizable/ResizeableBox.styles.d.ts +2 -0
- package/styles/extended/react-resizable/helpers-D4JJ8PUs.js +91 -0
- package/styles/extended/react-resizable/helpers.d.ts +77 -0
- package/styles/formatters/CourseFormatter.styles-D0ViC0ya.js +6 -0
- package/styles/formatters/CourseFormatter.styles.d.ts +2 -0
- package/styles/formatters/DistanceToNowFormatter.styles-B4Ehe97k.js +6 -0
- package/styles/formatters/DistanceToNowFormatter.styles.d.ts +2 -0
- package/styles/gclick/MyDevice.styles-COjAaE-s.js +16 -0
- package/styles/gclick/MyDevice.styles.d.ts +2 -0
- package/styles/gclick/MyDeviceStatus.styles-DQ3tYv6x.js +16 -0
- package/styles/gclick/MyDeviceStatus.styles.d.ts +2 -0
- package/styles/maps/Map.styles-BBFLXViB.js +221 -0
- package/styles/maps/Map.styles.d.ts +2 -0
- package/styles/maps/popups/MapPopupMyGps.styles-DQxkWE6h.js +25 -0
- package/styles/maps/popups/MapPopupMyGps.styles.d.ts +2 -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/formatDistanceToNow/formatDistanteToNow-DQkWpUUH.js +82 -0
- package/utils/formatDistanceToNow/formatDistanteToNow.d.ts +2 -0
- package/utils/formatDistanceToNow/index-l0sNRNKZ.js +1 -0
- package/utils/formatDistanceToNow/index.d.ts +2 -0
- package/utils/formatDistanceToNow/types.d.ts +21 -0
- package/utils/index-WXiWKKyo.js +11 -0
- package/vite-env.d.ts +4 -4
- package/components/DragResizeWindow/styled.d.ts +0 -2
- package/components/ResizeableWindow/index.d.ts +0 -2
- package/components/ResizeableWindow/styles.d.ts +0 -5
- package/components/ResizeableWindow/types.d.ts +0 -9
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/subcomponents/ResizeHandle/index.d.ts +0 -4
- package/components/maps/components/Map/styled.d.ts +0 -2
- package/components/maps/components/MapGpsTools/contexts/GpsToolsContext/index.d.ts +0 -19
- package/components/maps/components/MapGpsTools/contexts/GpsToolsContext/store.d.ts +0 -16
- package/components/maps/components/MapGpsTools/hooks/useGpsToolsStore/index.d.ts +0 -2
- package/components/maps/utils.d.ts +0 -15
- package/node_modules-CQtkw0uG.js +0 -7350
- package/vendor-BohmKCey.js +0 -24742
|
@@ -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-1eqb58ec.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-1eqb58ec.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
|
+
};
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
import { OverridesStyleRules } from '@mui/material/styles/overrides';
|
|
1
2
|
import { LatLngExpression } from 'leaflet';
|
|
2
3
|
import { FC } from 'react';
|
|
4
|
+
import { Theme } from '@mui/material/styles';
|
|
5
|
+
import { MapSlots } from './slots/slots';
|
|
6
|
+
import { COMPONET_KEY_COMPONENT } from './constants';
|
|
3
7
|
export declare type Localization = {
|
|
4
8
|
/**
|
|
5
9
|
* "lat" Posición en del eje "Y" en grados.
|
|
@@ -34,7 +38,19 @@ export interface MapProps {
|
|
|
34
38
|
*/
|
|
35
39
|
maxZoom?: number;
|
|
36
40
|
/**
|
|
37
|
-
* "
|
|
41
|
+
* "mapGpsTools" Componente que gestiona la herramienta de guardian GPS, geocercas, puntos de interes, etc.
|
|
38
42
|
*/
|
|
39
|
-
|
|
43
|
+
mapGpsTools?: FC;
|
|
40
44
|
}
|
|
45
|
+
export declare type MapSlotsType = keyof typeof MapSlots;
|
|
46
|
+
export declare type MapOwnerState = {
|
|
47
|
+
/**
|
|
48
|
+
* "isMobile" cuando el navegador está corriendo en dispositivo móvil
|
|
49
|
+
*/
|
|
50
|
+
isMobile?: boolean;
|
|
51
|
+
/**
|
|
52
|
+
* "hidden" permite definir si la ventana está oculta o no. Por defecto es "false
|
|
53
|
+
*/
|
|
54
|
+
hidden?: boolean;
|
|
55
|
+
};
|
|
56
|
+
export declare type MapStyles = Partial<OverridesStyleRules<MapSlotsType, typeof COMPONET_KEY_COMPONENT, Theme> | undefined> | undefined;
|
|
@@ -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-DLtn2VwY.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 createMapGpsToolsStore } from "./store-CnVI1yPl.js";
|
|
8
|
+
const MapGpsToolsContext = createContext(null);
|
|
9
|
+
function MapGpsToolsProvider(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 = createMapGpsToolsStore({
|
|
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(MapGpsToolsContext.Provider, { value: mapStoreRef.current, children });
|
|
44
|
+
}
|
|
45
|
+
export {
|
|
46
|
+
MapGpsToolsContext as M,
|
|
47
|
+
MapGpsToolsProvider as a
|
|
48
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { MapGpsToolsProviderProps } from './types';
|
|
3
|
+
declare const MapGpsToolsContext: import("react").Context<(Omit<Omit<import("zustand").StoreApi<import("./types").MapGpsToolsStateWithActions>, "setState"> & {
|
|
4
|
+
setState<A extends string | {
|
|
5
|
+
type: unknown;
|
|
6
|
+
}>(partial: import("./types").MapGpsToolsStateWithActions | Partial<import("./types").MapGpsToolsStateWithActions> | ((state: import("./types").MapGpsToolsStateWithActions) => import("./types").MapGpsToolsStateWithActions | Partial<import("./types").MapGpsToolsStateWithActions>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
7
|
+
}, "setState"> & {
|
|
8
|
+
setState(nextStateOrUpdater: import("./types").MapGpsToolsStateWithActions | Partial<import("./types").MapGpsToolsStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<import("./types").MapGpsToolsStateWithActions>) => void), shouldReplace?: boolean | undefined, action?: string | {
|
|
9
|
+
type: unknown;
|
|
10
|
+
} | undefined): void;
|
|
11
|
+
}) | null>;
|
|
12
|
+
/**
|
|
13
|
+
* @description Provedor del contexto de los mapas
|
|
14
|
+
* Expone el store (MapStore) encargado de gestionar la creación, modificación y borrado de capas.
|
|
15
|
+
* @param props
|
|
16
|
+
* @returns
|
|
17
|
+
*/
|
|
18
|
+
declare function MapGpsToolsProvider(props: MapGpsToolsProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export { MapGpsToolsProvider, MapGpsToolsContext };
|
|
@@ -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 createMapGpsToolsStore = (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
|
+
createMapGpsToolsStore as c
|
|
116
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { MapGpsToolsStateWithActions, InitialMapGpsToolsStoreProps } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* @description Crea el Store, por defecto inicia en estado 'init'
|
|
4
|
+
* @param initProps propiedades iniciales del store
|
|
5
|
+
* @returns
|
|
6
|
+
*/
|
|
7
|
+
export declare const createMapGpsToolsStore: (initProps: InitialMapGpsToolsStoreProps) => Omit<Omit<import("zustand").StoreApi<MapGpsToolsStateWithActions>, "setState"> & {
|
|
8
|
+
setState<A extends string | {
|
|
9
|
+
type: unknown;
|
|
10
|
+
}>(partial: MapGpsToolsStateWithActions | Partial<MapGpsToolsStateWithActions> | ((state: MapGpsToolsStateWithActions) => MapGpsToolsStateWithActions | Partial<MapGpsToolsStateWithActions>), replace?: boolean | undefined, action?: A | undefined): void;
|
|
11
|
+
}, "setState"> & {
|
|
12
|
+
setState(nextStateOrUpdater: MapGpsToolsStateWithActions | Partial<MapGpsToolsStateWithActions> | ((state: import("immer/dist/internal").WritableDraft<MapGpsToolsStateWithActions>) => void), shouldReplace?: boolean | undefined, action?: string | {
|
|
13
|
+
type: unknown;
|
|
14
|
+
} | undefined): void;
|
|
15
|
+
};
|
|
16
|
+
export declare type MapGpsToolsStore = ReturnType<typeof createMapGpsToolsStore>;
|
|
@@ -78,7 +78,7 @@ export declare type GeofenceId = number;
|
|
|
78
78
|
* @interface
|
|
79
79
|
* @description Interface que define el estado del componente (variables y funciones )
|
|
80
80
|
*/
|
|
81
|
-
export interface
|
|
81
|
+
export interface MapGpsToolsState {
|
|
82
82
|
ownerState: OwnerState;
|
|
83
83
|
/**
|
|
84
84
|
* "currentTabTool" indica la pestaña actual en uso
|
|
@@ -93,7 +93,7 @@ export interface GpsToolsState {
|
|
|
93
93
|
*/
|
|
94
94
|
getLabel: GetLabelType;
|
|
95
95
|
}
|
|
96
|
-
export interface
|
|
96
|
+
export interface MapGpsToolsStateWithActions extends MapGpsToolsState {
|
|
97
97
|
gpsToolsActions: {
|
|
98
98
|
/**
|
|
99
99
|
* @description
|
|
@@ -158,8 +158,8 @@ export interface GpsToolsStateWithActions extends GpsToolsState {
|
|
|
158
158
|
setCheckedInternalFeatures: (newFeatures: ReadonlySet<GeofenceId>) => void;
|
|
159
159
|
};
|
|
160
160
|
}
|
|
161
|
-
export declare type DefaultMapGpsToolsStoreProps = Omit<
|
|
162
|
-
export declare type InitialMapGpsToolsStoreProps = Pick<
|
|
161
|
+
export declare type DefaultMapGpsToolsStoreProps = Omit<MapGpsToolsState, 'currentLayer'>;
|
|
162
|
+
export declare type InitialMapGpsToolsStoreProps = Pick<MapGpsToolsState, 'getLabel' | 'ownerState'> & Partial<DefaultMapGpsToolsStoreProps>;
|
|
163
163
|
export interface MapGpsToolsProviderProps {
|
|
164
164
|
children: ReactNode;
|
|
165
165
|
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { g as getDataGridComponentsDictionary } from "../../../DataGrid/dictionary-AjA8KM_q.js";
|
|
2
|
+
import { a as getDynamicFilterComponentsDictionary } from "../../../DynamicFilter/dictionary-CNZO5wD-.js";
|
|
3
|
+
import { g as getRHFAutocompleteComponentsDictionary } from "../../../hook-form/RHFAutocomplete/dictionary-C5ATeyRM.js";
|
|
4
|
+
const MAPGPSTOOLS_DICTIONARY_ID = "gps_tools";
|
|
5
|
+
function getMapGpsToolsComponentsDictionary() {
|
|
6
|
+
return [MAPGPSTOOLS_DICTIONARY_ID].concat(
|
|
7
|
+
getDataGridComponentsDictionary().concat(getRHFAutocompleteComponentsDictionary()).concat(getDynamicFilterComponentsDictionary())
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
const MAP_GPSTOOLS_DICCTIONARY = {
|
|
11
|
+
/** Common */
|
|
12
|
+
/** GeofenceList */
|
|
13
|
+
MODULE_NAME_GEOFENCE_ADD: "module_name_geofence_add",
|
|
14
|
+
MODULE_NAME_GEOFENCE_EDIT: "module_name_geofence_edit",
|
|
15
|
+
// Row Actions
|
|
16
|
+
ROW_ACTION_GEO_EDIT: "row_action_geo_edit",
|
|
17
|
+
// ROW_ACTION_GEO_ENABLE: 'row_action_geo_enable',
|
|
18
|
+
// ROW_ACTION_GEO_DISABLE: 'row_action_geo_disable',
|
|
19
|
+
ROW_ACTION_GEO_DELETE: "row_action_geo_delete",
|
|
20
|
+
/** GeofenceAddEdit */
|
|
21
|
+
LABEL_TAB_GEO: "label_tab_geo",
|
|
22
|
+
TAB_GENERAL_CONFIG_TOOLTIP: "tab_general_config_tooltip",
|
|
23
|
+
PAPER_GENERAL: "paper_general",
|
|
24
|
+
LABEL_ID: "label_id",
|
|
25
|
+
LABEL_NAME: "label_name",
|
|
26
|
+
LABEL_ALIAS: "label_alias",
|
|
27
|
+
LABEL_CUSTOMER_ID: "label_customer_id",
|
|
28
|
+
LABEL_GEOMETRY_TYPE: "label_geometry_type",
|
|
29
|
+
LABEL_GEOMETRY_CIRCLE: "label_geometry_circle",
|
|
30
|
+
LABEL_GEOMETRY_RECTANGLE: "label_geometry_rectangle",
|
|
31
|
+
LABEL_GEOMETRY_POLYGON: "label_geometry_polygon",
|
|
32
|
+
LABEL_DRAW: "label_draw",
|
|
33
|
+
LABEL_FINISH: "label_finish",
|
|
34
|
+
PAPER_CONFIG: "paper_config",
|
|
35
|
+
LABEL_TIME_MIN_IN_SECONDS: "label_time_min_in_seconds",
|
|
36
|
+
LABEL_TIME_MIN_OUT_SECONDS: "label_time_min_out_seconds",
|
|
37
|
+
TAB_STYLE_CONFIG_TOOLTIP: "tab_style_tooltip",
|
|
38
|
+
PAPER_STROKE: "paper_stroke",
|
|
39
|
+
LABEL_COLOR: "label_color",
|
|
40
|
+
LABEL_OPACITY: "label_opacity",
|
|
41
|
+
LABEL_WEIGHT: "label_weight",
|
|
42
|
+
LABEL_DASH_ARRAY: "label_dash_array",
|
|
43
|
+
PAPER_FILL: "paper_fill",
|
|
44
|
+
LABEL_RADIUS: "label_radius",
|
|
45
|
+
LABEL_LAT: "label_lat",
|
|
46
|
+
LABEL_LON: "label_lon",
|
|
47
|
+
LABEL_PLACE_MARKER: "label_place_marker",
|
|
48
|
+
LABEL_FIRST_VERTEX: "label_first_vertex",
|
|
49
|
+
LABEL_CONTINUE_LINE: "label_continue_line",
|
|
50
|
+
LABEL_FINISH_LINE: "label_finish_line",
|
|
51
|
+
LABEL_FINISH_POLY: "label_finish_poly",
|
|
52
|
+
LABEL_FINISH_RECT: "label_finish_rect",
|
|
53
|
+
LABEL_START_CIRCLE: "label_start_circle",
|
|
54
|
+
LABEL_FINISH_CIRCLE: "label_finish_circle",
|
|
55
|
+
LABEL_PLACE_CIRCLE_MARKER: "label_place_circle_marker",
|
|
56
|
+
VALIDATION_GEOMETRY_REQUIRED: "validation_geometry_required",
|
|
57
|
+
VALIDATION_FIELD_REQUIRED: "validation_field_required",
|
|
58
|
+
VALIDATION_FIELD_TYPE_NUMBER_ERROR: "validation_field_type_number_error",
|
|
59
|
+
VALIDATION_FIELD_MIN_NUMBER_ERROR: "validation_field_min_number_error",
|
|
60
|
+
LABEL_VIEW_TRANSIT_FEATURES: "label_view_crossing_features",
|
|
61
|
+
LABEL_VIEW_INTERNAL_FEATURES: "label_view_internal_features",
|
|
62
|
+
LABEL_CREATED_AT: "label_created_at",
|
|
63
|
+
LABEL_UPDATED_AT: "label_updated_at",
|
|
64
|
+
MODAL_DELETE_GEO_TITLE: "modal_delete_geo_title",
|
|
65
|
+
MODAL_DELETE_GEO_MESSAGE: "modal_delete_geo_message",
|
|
66
|
+
MODAL_DISABLE_GEO_TITLE: "modal_disable_geo_title",
|
|
67
|
+
MODAL_DISABLE_MESSAGE: "modal_disable_geo_message",
|
|
68
|
+
ACTION_CANCEL: "action_cancel"
|
|
69
|
+
};
|
|
70
|
+
export {
|
|
71
|
+
MAP_GPSTOOLS_DICCTIONARY as M,
|
|
72
|
+
getMapGpsToolsComponentsDictionary as g
|
|
73
|
+
};
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
export declare const MAPGPSTOOLS_DICTIONARY_ID = "gps_tools";
|
|
2
|
+
export declare function getMapGpsToolsComponentsDictionary(): string[];
|
|
2
3
|
export declare const MAP_GPSTOOLS_DICCTIONARY: {
|
|
3
|
-
/**
|
|
4
|
-
* GPSTools
|
|
5
|
-
*/
|
|
6
|
-
readonly LABEL_GPSTOOLS_NAME: "label_gpstools_name";
|
|
7
4
|
/** Common */
|
|
8
5
|
/** GeofenceList */
|
|
9
|
-
readonly
|
|
10
|
-
readonly
|
|
6
|
+
readonly MODULE_NAME_GEOFENCE_ADD: "module_name_geofence_add";
|
|
7
|
+
readonly MODULE_NAME_GEOFENCE_EDIT: "module_name_geofence_edit";
|
|
11
8
|
readonly ROW_ACTION_GEO_EDIT: "row_action_geo_edit";
|
|
12
|
-
readonly ROW_ACTION_GEO_ENABLE: "row_action_geo_enable";
|
|
13
|
-
readonly ROW_ACTION_GEO_DISABLE: "row_action_geo_disable";
|
|
14
9
|
readonly ROW_ACTION_GEO_DELETE: "row_action_geo_delete";
|
|
15
10
|
/** GeofenceAddEdit */
|
|
16
11
|
readonly LABEL_TAB_GEO: "label_tab_geo";
|
|
@@ -18,6 +13,8 @@ export declare const MAP_GPSTOOLS_DICCTIONARY: {
|
|
|
18
13
|
readonly PAPER_GENERAL: "paper_general";
|
|
19
14
|
readonly LABEL_ID: "label_id";
|
|
20
15
|
readonly LABEL_NAME: "label_name";
|
|
16
|
+
readonly LABEL_ALIAS: "label_alias";
|
|
17
|
+
readonly LABEL_CUSTOMER_ID: "label_customer_id";
|
|
21
18
|
readonly LABEL_GEOMETRY_TYPE: "label_geometry_type";
|
|
22
19
|
readonly LABEL_GEOMETRY_CIRCLE: "label_geometry_circle";
|
|
23
20
|
readonly LABEL_GEOMETRY_RECTANGLE: "label_geometry_rectangle";
|
|
@@ -25,8 +22,6 @@ export declare const MAP_GPSTOOLS_DICCTIONARY: {
|
|
|
25
22
|
readonly LABEL_DRAW: "label_draw";
|
|
26
23
|
readonly LABEL_FINISH: "label_finish";
|
|
27
24
|
readonly PAPER_CONFIG: "paper_config";
|
|
28
|
-
readonly LABEL_ALIAS: "label_alias";
|
|
29
|
-
readonly LABEL_CUSTOMER_ID: "label_customer_id";
|
|
30
25
|
readonly LABEL_TIME_MIN_IN_SECONDS: "label_time_min_in_seconds";
|
|
31
26
|
readonly LABEL_TIME_MIN_OUT_SECONDS: "label_time_min_out_seconds";
|
|
32
27
|
readonly TAB_STYLE_CONFIG_TOOLTIP: "tab_style_tooltip";
|
|
@@ -35,7 +30,6 @@ export declare const MAP_GPSTOOLS_DICCTIONARY: {
|
|
|
35
30
|
readonly LABEL_OPACITY: "label_opacity";
|
|
36
31
|
readonly LABEL_WEIGHT: "label_weight";
|
|
37
32
|
readonly LABEL_DASH_ARRAY: "label_dash_array";
|
|
38
|
-
readonly LABEL_DASH_OFFSET: "label_dash_offset";
|
|
39
33
|
readonly PAPER_FILL: "paper_fill";
|
|
40
34
|
readonly LABEL_RADIUS: "label_radius";
|
|
41
35
|
readonly LABEL_LAT: "label_lat";
|
|
@@ -63,5 +57,3 @@ export declare const MAP_GPSTOOLS_DICCTIONARY: {
|
|
|
63
57
|
readonly MODAL_DISABLE_MESSAGE: "modal_disable_geo_message";
|
|
64
58
|
readonly ACTION_CANCEL: "action_cancel";
|
|
65
59
|
};
|
|
66
|
-
export declare type TypeDictionary = typeof MAP_GPSTOOLS_DICCTIONARY;
|
|
67
|
-
export declare const getMapToolsDictionary: (key: keyof TypeDictionary) => string;
|