@nocobase/plugin-mobile-client 1.6.10 → 1.7.0-alpha.10
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/externalVersion.js +5 -5
- package/dist/locale/nl-NL.json +32 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,17 +8,17 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.
|
|
11
|
+
"@nocobase/client": "1.7.0-alpha.10",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-router-dom": "6.28.1",
|
|
14
|
-
"@nocobase/server": "1.
|
|
15
|
-
"antd": "5.
|
|
14
|
+
"@nocobase/server": "1.7.0-alpha.10",
|
|
15
|
+
"antd": "5.24.2",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
17
|
"@ant-design/icons": "5.6.1",
|
|
18
|
-
"@nocobase/database": "1.
|
|
18
|
+
"@nocobase/database": "1.7.0-alpha.10",
|
|
19
19
|
"@formily/react": "2.3.0",
|
|
20
20
|
"@formily/shared": "2.3.2",
|
|
21
21
|
"lodash": "4.17.21",
|
|
22
22
|
"ahooks": "3.7.8",
|
|
23
|
-
"@formily/antd-v5": "1.
|
|
23
|
+
"@formily/antd-v5": "1.2.3"
|
|
24
24
|
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Mobile Client-side(Deprecated)": "Mobile Client-side(Deprecated)",
|
|
3
|
+
"Interface Configuration": "Interface Configuration",
|
|
4
|
+
"App Configuration": "App Configuration",
|
|
5
|
+
"Enable TabBar": "Enable TabBar",
|
|
6
|
+
"Untitled": "Untitled",
|
|
7
|
+
"Edit info": "Edit info",
|
|
8
|
+
"Title": "Titel",
|
|
9
|
+
"Display back button": "Display back button",
|
|
10
|
+
"Delete menu": "Delete menu",
|
|
11
|
+
"Edit menu info": "Edit menu info",
|
|
12
|
+
"Menu": "Menu",
|
|
13
|
+
"Menu name": "Menu name",
|
|
14
|
+
"Icon": "Icoon",
|
|
15
|
+
"Delete menu item?": "Delete menu item?",
|
|
16
|
+
"Add menu item": "Voeg een menu item toe",
|
|
17
|
+
"Page template": "Page template",
|
|
18
|
+
"Template mode": "Template mode",
|
|
19
|
+
"Enable Header": "Enable Header",
|
|
20
|
+
"Enable Tabs": "Enable Tabs",
|
|
21
|
+
"Delete tab item?": "Delete tab item?",
|
|
22
|
+
"Add tab": "Voeg tabblad toe",
|
|
23
|
+
"App level Configuration": "App level Configuration",
|
|
24
|
+
"Menu configuration": "Menu configuration",
|
|
25
|
+
"Page configuration": "Page configuration",
|
|
26
|
+
"Settings": "Instellingen",
|
|
27
|
+
"Delete settings block": "Delete settings block",
|
|
28
|
+
"Delete menu block": "Delete menu block",
|
|
29
|
+
"Mobile client access address": "Mobile client access address",
|
|
30
|
+
"The full address is": "The full address is",
|
|
31
|
+
"Preview": "Voorbeeld"
|
|
32
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-mobile-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0-alpha.10",
|
|
4
4
|
"main": "./dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/mobile-client",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile-client",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"@nocobase/test": "1.x",
|
|
34
34
|
"@nocobase/utils": "1.x"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "d2c8d0194316b2d1bf42af6f466cf4b29af84778"
|
|
37
37
|
}
|