@nocobase/plugin-map 1.6.4 → 1.7.0-alpha.2

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.
@@ -8,20 +8,20 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.6.4",
11
+ "@nocobase/client": "1.7.0-alpha.2",
12
12
  "react": "18.2.0",
13
- "@nocobase/server": "1.6.4",
14
- "@nocobase/test": "1.6.4",
13
+ "@nocobase/server": "1.7.0-alpha.2",
14
+ "@nocobase/test": "1.7.0-alpha.2",
15
15
  "@formily/react": "2.3.0",
16
16
  "lodash": "4.17.21",
17
17
  "@ant-design/icons": "5.6.1",
18
- "@formily/antd-v5": "1.1.9",
18
+ "@formily/antd-v5": "1.2.3",
19
19
  "@emotion/css": "11.13.0",
20
- "antd": "5.12.8",
20
+ "antd": "5.24.2",
21
21
  "@formily/shared": "2.3.2",
22
22
  "@formily/core": "2.3.0",
23
23
  "react-i18next": "11.18.6",
24
- "@nocobase/actions": "1.6.4",
25
- "@nocobase/database": "1.6.4",
24
+ "@nocobase/actions": "1.7.0-alpha.2",
25
+ "@nocobase/database": "1.7.0-alpha.2",
26
26
  "ahooks": "3.7.8"
27
27
  };
@@ -0,0 +1,51 @@
1
+ {
2
+ "Map": "Map",
3
+ "Map-based geometry": "Map-based geometry",
4
+ "Map type": "Map type",
5
+ "Point": "Point",
6
+ "Line": "Line",
7
+ "Circle": "Circle",
8
+ "Polygon": "Polygon",
9
+ "Access key": "Access key",
10
+ "securityJsCode or serviceHost": "securityJsCode or serviceHost",
11
+ "AMap": "AMap",
12
+ "Google Maps": "Google Maps",
13
+ "Clear": "Wissen",
14
+ "Click to select the starting point and double-click to end the drawing": "Click to select the starting point and double-click to end the drawing",
15
+ "Clear the canvas": "Clear the canvas",
16
+ "Are you sure to clear the canvas?": "Are you sure to clear the canvas?",
17
+ "Confirm": "Confirm",
18
+ "Cancel": "Annuleren",
19
+ "Enter keywords to search": "Enter keywords to search",
20
+ "The AccessKey is incorrect, please check it": "The AccessKey is incorrect, please check it",
21
+ "Please configure the AMap securityCode or serviceHost correctly": "Please configure the AMap securityCode or serviceHost correctly",
22
+ "Map Manager": "Map Manager",
23
+ "Configuration": "Configuration",
24
+ "Saved successfully": "Succesvol opgeslagen",
25
+ "Saved failed": "Saved failed",
26
+ "Edit": "Bewerken",
27
+ "Save": "Opslaan",
28
+ "Please configure the AccessKey and SecurityJsCode first": "Please configure the AccessKey and SecurityJsCode first",
29
+ "Go to the configuration page": "Go to the configuration page",
30
+ "Zoom": "Zoom",
31
+ "Set default zoom level": "Set default zoom level",
32
+ "The default zoom level of the map": "The default zoom level of the map",
33
+ "Edit field title": "Veldtitel bewerken",
34
+ "Field title": "Veldtitel",
35
+ "Edit tooltip": "Tooltip bewerken",
36
+ "Delete field": "Veld verwijderen",
37
+ "Required": "Verplicht",
38
+ "Pattern": "Patroon",
39
+ "Operator": "Operator",
40
+ "Editable": "Bewerkbaar",
41
+ "Readonly": "Alleen-lezen",
42
+ "Easy-reading": "Gemakkelijk te lezen",
43
+ "Edit description": "Bewerk beschrijving",
44
+ "Map field": "Map field",
45
+ "Marker field": "Marker field",
46
+ "Load google maps failed, Please check the Api key and refresh the page": "Load google maps failed, Please check the Api key and refresh the page",
47
+ "Create map block": "Create map block",
48
+ "Start point": "Start point",
49
+ "End point": "End point",
50
+ "Concatenation order field": "Concatenation order field"
51
+ }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nocobase/plugin-map",
3
3
  "displayName": "Block: Map",
4
4
  "displayName.zh-CN": "区块:地图",
5
- "version": "1.6.4",
5
+ "version": "1.7.0-alpha.2",
6
6
  "description": "Map block, support Gaode map and Google map, you can also extend more map types.",
7
7
  "description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
8
8
  "license": "AGPL-3.0",
@@ -36,7 +36,7 @@
36
36
  "@nocobase/test": "1.x",
37
37
  "@nocobase/utils": "1.x"
38
38
  },
39
- "gitHead": "1df12e1cf58be1c829904346425e857319de3dee",
39
+ "gitHead": "01751fa626d5692137e3decdac3c66a742b8ea80",
40
40
  "keywords": [
41
41
  "Blocks"
42
42
  ]