@tachybase/plugin-block-map 1.3.25 → 1.5.0
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,4 +1,4 @@
|
|
|
1
1
|
export declare const NAMESPACE = "block-map";
|
|
2
2
|
export declare function lang(key: string): string;
|
|
3
3
|
export declare function generateNTemplate(key: string): string;
|
|
4
|
-
export declare function useMapTranslation(): import("react-i18next").UseTranslationResponse<[
|
|
4
|
+
export declare function useMapTranslation(): import("react-i18next").UseTranslationResponse<readonly ["block-map", "core"], undefined>;
|
package/dist/externalVersion.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-block-map",
|
|
3
3
|
"displayName": "Block: Map",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Blocks"
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"lodash": "4.17.21",
|
|
27
27
|
"react": "18.3.1",
|
|
28
28
|
"react-dom": "18.3.1",
|
|
29
|
-
"react-i18next": "
|
|
29
|
+
"react-i18next": "16.2.1",
|
|
30
30
|
"react-router-dom": "6.28.1",
|
|
31
|
-
"@tachybase/client": "1.
|
|
31
|
+
"@tachybase/client": "1.5.0"
|
|
32
32
|
},
|
|
33
33
|
"description.zh-CN": "地图卡片,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
|
|
34
34
|
"displayName.zh-CN": "卡片:地图",
|