@m4l/components 4.1.7 → 4.1.8
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/components/maps/components/MapGpsTools/{MapGpsTools-CNCMiYgg.js → MapGpsTools-CEk6rXEB.js} +1 -1
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/{index-B_mB0Bji.js → index-BUNndfj3.js} +1 -0
- package/components/maps/index.d.ts +1 -1
- package/index.js +3 -3
- package/package.json +1 -1
- package/components/maps/leaflet-geoman.d.ts +0 -1476
package/components/maps/components/MapGpsTools/{MapGpsTools-CNCMiYgg.js → MapGpsTools-CEk6rXEB.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useModuleSkeleton } from "@m4l/core";
|
|
3
|
-
import { T as TabsGpsTools } from "./subcomponents/TabsGpsTools/index-
|
|
3
|
+
import { T as TabsGpsTools } from "./subcomponents/TabsGpsTools/index-BUNndfj3.js";
|
|
4
4
|
function MapGpsTools() {
|
|
5
5
|
const isSkeleton = useModuleSkeleton();
|
|
6
6
|
return !isSkeleton && /* @__PURE__ */ jsx(TabsGpsTools, {});
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo, useEffect } from "react";
|
|
3
3
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
4
|
+
import "leaflet";
|
|
4
5
|
import { shallow } from "zustand/shallow";
|
|
5
6
|
import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
|
|
6
7
|
import "@geoman-io/leaflet-geoman-free";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from './components/Map';
|
|
2
2
|
export * from './utils';
|
|
3
3
|
export type { MapProps, RendePropFeatureArgs, ComponentRenderPropFeature, FeatureId, FeatureCollection, Feature, Geometry, } from './components/Map';
|
|
4
|
-
export { MapGpsTools, useMapGpsToolsStore
|
|
4
|
+
export { MapGpsTools, useMapGpsToolsStore, MapGpsToolsProvider, getMapGpsToolsComponentsDictionary, } from './components/MapGpsTools';
|
package/index.js
CHANGED
|
@@ -109,7 +109,7 @@ import { L as L6 } from "./components/LanguagePopover/LanguagePopover-D84zk1E6.j
|
|
|
109
109
|
import { L as L7 } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate--VicNz4N.js";
|
|
110
110
|
import { I as I5 } from "./components/Image/Image-BjqOt3pz.js";
|
|
111
111
|
import { L as L8 } from "./components/Loadable/index-aNEylxCd.js";
|
|
112
|
-
import { M as M4 } from "./components/maps/components/MapGpsTools/MapGpsTools-
|
|
112
|
+
import { M as M4 } from "./components/maps/components/MapGpsTools/MapGpsTools-CEk6rXEB.js";
|
|
113
113
|
import { u as u4 } from "./components/maps/components/MapGpsTools/hooks/useMapGpsToolsStore/index-DCjjIsPI.js";
|
|
114
114
|
import { a as a7 } from "./components/maps/components/MapGpsTools/contexts/MapGpsToolsContext/index-DtJv8-7m.js";
|
|
115
115
|
import { g as g18 } from "./components/maps/components/MapGpsTools/dictionary-BOXSG1O8.js";
|
|
@@ -226,7 +226,6 @@ export {
|
|
|
226
226
|
a10 as DynamicMFParmsContext,
|
|
227
227
|
D6 as DynamicMFParmsProvider,
|
|
228
228
|
F as FieldLabel,
|
|
229
|
-
a7 as GpsToolsProvider,
|
|
230
229
|
G as GridLayout,
|
|
231
230
|
H3 as HamburgerMenu,
|
|
232
231
|
H2 as HelmetPage,
|
|
@@ -250,6 +249,7 @@ export {
|
|
|
250
249
|
M5 as Map,
|
|
251
250
|
M6 as MapContext,
|
|
252
251
|
M4 as MapGpsTools,
|
|
252
|
+
a7 as MapGpsToolsProvider,
|
|
253
253
|
M8 as MapPopupMyGps,
|
|
254
254
|
a8 as MapProvider,
|
|
255
255
|
M7 as MarkerFeatureRender,
|
|
@@ -376,8 +376,8 @@ export {
|
|
|
376
376
|
u8 as useFormAddEdit,
|
|
377
377
|
u11 as useFormFocus,
|
|
378
378
|
u12 as useInterval,
|
|
379
|
+
u4 as useMapGpsToolsStore,
|
|
379
380
|
u5 as useMapStore,
|
|
380
|
-
u4 as useMapToolsStore,
|
|
381
381
|
u9 as useModal,
|
|
382
382
|
u6 as usePopupsStore,
|
|
383
383
|
u3 as useSetWindowsTitle,
|