@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.
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const MapBlockDesigner: () => React.JSX.Element;
1
+ export declare const MapBlockDesigner: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
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) => React.JSX.Element;
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
- import React from 'react';
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
- import React from 'react';
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) => React.JSX.Element;
5
+ export declare const Search: (props: SearchProps) => import("react/jsx-runtime").JSX.Element;
7
6
  export {};
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const Configuration: () => React.JSX.Element;
1
+ export declare const Configuration: () => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const Designer: () => React.JSX.Element;
1
+ declare const Designer: () => import("react/jsx-runtime").JSX.Element;
3
2
  export default Designer;
@@ -1,2 +1 @@
1
- import React from 'react';
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) => React.JSX.Element;
6
+ export declare const Search: (props: SearchProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export default Search;
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- declare const ReadPretty: (props: any) => React.JSX.Element;
1
+ declare const ReadPretty: (props: any) => import("react/jsx-runtime").JSX.Element;
3
2
  export default ReadPretty;
@@ -1,14 +1,14 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.18",
4
- "@tachybase/server": "0.23.18",
5
- "@tachybase/schema": "0.23.18",
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.18",
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.18",
13
- "@tachybase/database": "0.23.18"
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.18",
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.18",
28
- "@tachybase/schema": "0.23.18"
27
+ "@tachybase/components": "0.23.22",
28
+ "@tachybase/schema": "0.23.22"
29
29
  },
30
30
  "peerDependencies": {
31
- "@tachybase/client": "0.23.18",
32
- "@tachybase/server": "0.23.18",
33
- "@tachybase/utils": "0.23.18",
34
- "@tachybase/database": "0.23.18",
35
- "@tachybase/actions": "0.23.18",
36
- "@tachybase/test": "0.23.18"
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": "卡片:地图",