@tachybase/plugin-block-map 0.23.18 → 0.23.22
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/client/block/MapBlockDesigner.d.ts +1 -2
- package/dist/client/block/MapBlockInitializer.d.ts +1 -2
- package/dist/client/block/MapBlockProvider.d.ts +1 -1
- package/dist/client/block/index.d.ts +1 -2
- package/dist/client/components/AMap/Block.d.ts +1 -2
- package/dist/client/components/AMap/Search.d.ts +1 -2
- package/dist/client/components/Configuration.d.ts +1 -2
- package/dist/client/components/Designer.d.ts +1 -2
- package/dist/client/components/GoogleMaps/Block.d.ts +1 -2
- package/dist/client/components/GoogleMaps/Search.d.ts +1 -1
- package/dist/client/components/ReadPretty.d.ts +1 -2
- package/dist/externalVersion.js +6 -6
- package/package.json +9 -9
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const MapBlockDesigner: () => React.JSX.Element;
|
|
1
|
+
export declare const MapBlockDesigner: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const MapBlockInitializer: () => React.JSX.Element;
|
|
1
|
+
export declare const MapBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
export declare const MapBlockContext: React.Context<any>;
|
|
3
|
-
export declare const MapBlockProvider: (props: any) =>
|
|
3
|
+
export declare const MapBlockProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare const useMapBlockContext: () => any;
|
|
5
5
|
export declare const useMapBlockProps: () => any;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const MapBlockOptions: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const MapBlockOptions: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const AMapBlock: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const AMapBlock: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
interface SearchProps {
|
|
3
2
|
aMap: any;
|
|
4
3
|
toCenter: (p: any) => void;
|
|
5
4
|
}
|
|
6
|
-
export declare const Search: (props: SearchProps) =>
|
|
5
|
+
export declare const Search: (props: SearchProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
6
|
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Configuration: () => React.JSX.Element;
|
|
1
|
+
export declare const Configuration: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const GoogleMapsBlock: (props: any) => React.JSX.Element;
|
|
1
|
+
export declare const GoogleMapsBlock: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,5 +3,5 @@ interface SearchProps {
|
|
|
3
3
|
toCenter: (p: any) => void;
|
|
4
4
|
mapRef: React.RefObject<google.maps.Map>;
|
|
5
5
|
}
|
|
6
|
-
export declare const Search: (props: SearchProps) =>
|
|
6
|
+
export declare const Search: (props: SearchProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default Search;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
4
|
-
"@tachybase/server": "0.23.
|
|
5
|
-
"@tachybase/schema": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.22",
|
|
4
|
+
"@tachybase/server": "0.23.22",
|
|
5
|
+
"@tachybase/schema": "0.23.22",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
|
-
"@tachybase/components": "0.23.
|
|
7
|
+
"@tachybase/components": "0.23.22",
|
|
8
8
|
"@ant-design/icons": "5.3.7",
|
|
9
9
|
"ahooks": "3.8.4",
|
|
10
10
|
"antd": "5.22.5",
|
|
11
11
|
"react-router-dom": "6.28.1",
|
|
12
|
-
"@tachybase/actions": "0.23.
|
|
13
|
-
"@tachybase/database": "0.23.
|
|
12
|
+
"@tachybase/actions": "0.23.22",
|
|
13
|
+
"@tachybase/database": "0.23.22"
|
|
14
14
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-block-map",
|
|
3
3
|
"displayName": "Block: Map",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.22",
|
|
5
5
|
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Blocks"
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"react-dom": "~18.3.1",
|
|
25
25
|
"react-i18next": "^15.2.0",
|
|
26
26
|
"react-router-dom": "6.28.1",
|
|
27
|
-
"@tachybase/components": "0.23.
|
|
28
|
-
"@tachybase/schema": "0.23.
|
|
27
|
+
"@tachybase/components": "0.23.22",
|
|
28
|
+
"@tachybase/schema": "0.23.22"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@tachybase/
|
|
32
|
-
"@tachybase/
|
|
33
|
-
"@tachybase/
|
|
34
|
-
"@tachybase/
|
|
35
|
-
"@tachybase/
|
|
36
|
-
"@tachybase/
|
|
31
|
+
"@tachybase/actions": "0.23.22",
|
|
32
|
+
"@tachybase/client": "0.23.22",
|
|
33
|
+
"@tachybase/server": "0.23.22",
|
|
34
|
+
"@tachybase/test": "0.23.22",
|
|
35
|
+
"@tachybase/utils": "0.23.22",
|
|
36
|
+
"@tachybase/database": "0.23.22"
|
|
37
37
|
},
|
|
38
38
|
"description.zh-CN": "地图卡片,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
|
|
39
39
|
"displayName.zh-CN": "卡片:地图",
|