@nocobase/plugin-mobile 2.0.0-alpha.4 → 2.0.0-alpha.40
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
CHANGED
|
@@ -11,8 +11,8 @@ module.exports = {
|
|
|
11
11
|
"@emotion/css": "11.13.4",
|
|
12
12
|
"@formily/core": "2.3.7",
|
|
13
13
|
"@formily/shared": "2.3.7",
|
|
14
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
15
|
-
"@nocobase/plugin-acl": "2.0.0-alpha.
|
|
14
|
+
"@nocobase/client": "2.0.0-alpha.40",
|
|
15
|
+
"@nocobase/plugin-acl": "2.0.0-alpha.40",
|
|
16
16
|
"ahooks": "3.7.8",
|
|
17
17
|
"antd": "5.24.2",
|
|
18
18
|
"lodash": "4.17.21",
|
|
@@ -21,15 +21,15 @@ module.exports = {
|
|
|
21
21
|
"antd-style": "3.7.1",
|
|
22
22
|
"@ant-design/icons": "5.6.1",
|
|
23
23
|
"react-router-dom": "6.30.1",
|
|
24
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
25
|
-
"@nocobase/plugin-localization": "2.0.0-alpha.
|
|
26
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
27
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
28
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
24
|
+
"@nocobase/database": "2.0.0-alpha.40",
|
|
25
|
+
"@nocobase/plugin-localization": "2.0.0-alpha.40",
|
|
26
|
+
"@nocobase/server": "2.0.0-alpha.40",
|
|
27
|
+
"@nocobase/utils": "2.0.0-alpha.40",
|
|
28
|
+
"@nocobase/test": "2.0.0-alpha.40",
|
|
29
29
|
"@formily/react": "2.3.7",
|
|
30
|
-
"@nocobase/plugin-mobile": "2.0.0-alpha.
|
|
30
|
+
"@nocobase/plugin-mobile": "2.0.0-alpha.40",
|
|
31
31
|
"react-dom": "18.2.0",
|
|
32
|
-
"@nocobase/sdk": "2.0.0-alpha.
|
|
32
|
+
"@nocobase/sdk": "2.0.0-alpha.40",
|
|
33
33
|
"@formily/reactive": "2.3.7",
|
|
34
34
|
"dayjs": "1.11.13",
|
|
35
35
|
"@formily/antd-v5": "1.2.3"
|
package/dist/locale/en-US.json
CHANGED
|
@@ -26,5 +26,7 @@
|
|
|
26
26
|
"Mobile routes": "Mobile routes",
|
|
27
27
|
"No accessible pages found": "No accessible pages found",
|
|
28
28
|
"This might be due to permission configuration issues": "This might be due to permission configuration issues",
|
|
29
|
-
"Select time":"Select time"
|
|
29
|
+
"Select time":"Select time",
|
|
30
|
+
"Mobile (deprecated)": "Mobile (deprecated)",
|
|
31
|
+
"Deprecated Warning": "This plugin has been deprecated and may be removed in future versions. Please migrate to the new mobile solution."
|
|
30
32
|
}
|
package/dist/locale/zh-CN.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-mobile",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.40",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/mobile",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile",
|
|
7
7
|
"license": "AGPL-3.0",
|
|
8
|
-
"displayName": "Mobile",
|
|
9
|
-
"displayName.zh-CN": "
|
|
8
|
+
"displayName": "Mobile (deprecated)",
|
|
9
|
+
"displayName.zh-CN": "移动端(已废弃)",
|
|
10
10
|
"description": "Provides the ability to configure mobile pages.",
|
|
11
11
|
"description.zh-CN": "提供移动端页面配置的能力。",
|
|
12
12
|
"peerDependencies": {
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"react-device-detect": "2.2.3",
|
|
34
34
|
"react-i18next": "11.x"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "dfb9fd33f43e91e676ae7b1f1a595bc38b7c20d2"
|
|
37
37
|
}
|