@geowiki/recodo 0.16.9-dev.3 → 0.16.9-dev.5
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/dist/{cluster-map-LVG5YKOI.mjs → cluster-map-LIEMO5CM.mjs} +1 -1
- package/dist/index.d.mts +2 -3
- package/dist/index.d.ts +2 -3
- package/dist/index.js +202 -202
- package/dist/index.mjs +33 -33
- package/package.json +11 -13
|
@@ -11,7 +11,7 @@ import { DivIcon, LatLng } from "leaflet";
|
|
|
11
11
|
import { Marker, Popup } from "react-leaflet";
|
|
12
12
|
import { useClusterMapInfo } from "@geowiki/core";
|
|
13
13
|
import { LoaderFull } from "@geowiki/ui";
|
|
14
|
-
import Image from "
|
|
14
|
+
import { Image } from "@geowiki/core";
|
|
15
15
|
|
|
16
16
|
// src/components/ClusterMap/MarkerClusterGroup.tsx
|
|
17
17
|
import {
|
package/dist/index.d.mts
CHANGED
|
@@ -2,8 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import { ViewStatus, DefaultSettings } from '@geowiki/core';
|
|
3
3
|
import { ClusterDto, ResourceFilterInput, ResourceDto, CreateUpdateResourceDto } from '@geowiki/api-proxy';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
import React$1 from 'react';
|
|
6
|
-
import { NextPage } from 'next';
|
|
5
|
+
import React$1, { FC } from 'react';
|
|
7
6
|
|
|
8
7
|
interface Props$9 {
|
|
9
8
|
clusterId: any;
|
|
@@ -228,7 +227,7 @@ declare const SubtitleH3KeyResources: ({ title, subtitle, keyResources, }: Props
|
|
|
228
227
|
|
|
229
228
|
interface Props$2 {
|
|
230
229
|
}
|
|
231
|
-
declare const UserInfoPage:
|
|
230
|
+
declare const UserInfoPage: FC<Props$2>;
|
|
232
231
|
|
|
233
232
|
declare const UpdateUser: () => react_jsx_runtime.JSX.Element;
|
|
234
233
|
|
package/dist/index.d.ts
CHANGED
|
@@ -2,8 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
2
2
|
import { ViewStatus, DefaultSettings } from '@geowiki/core';
|
|
3
3
|
import { ClusterDto, ResourceFilterInput, ResourceDto, CreateUpdateResourceDto } from '@geowiki/api-proxy';
|
|
4
4
|
import { z } from 'zod';
|
|
5
|
-
import React$1 from 'react';
|
|
6
|
-
import { NextPage } from 'next';
|
|
5
|
+
import React$1, { FC } from 'react';
|
|
7
6
|
|
|
8
7
|
interface Props$9 {
|
|
9
8
|
clusterId: any;
|
|
@@ -228,7 +227,7 @@ declare const SubtitleH3KeyResources: ({ title, subtitle, keyResources, }: Props
|
|
|
228
227
|
|
|
229
228
|
interface Props$2 {
|
|
230
229
|
}
|
|
231
|
-
declare const UserInfoPage:
|
|
230
|
+
declare const UserInfoPage: FC<Props$2>;
|
|
232
231
|
|
|
233
232
|
declare const UpdateUser: () => react_jsx_runtime.JSX.Element;
|
|
234
233
|
|