@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.
@@ -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.4",
15
- "@nocobase/plugin-acl": "2.0.0-alpha.4",
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.4",
25
- "@nocobase/plugin-localization": "2.0.0-alpha.4",
26
- "@nocobase/server": "2.0.0-alpha.4",
27
- "@nocobase/utils": "2.0.0-alpha.4",
28
- "@nocobase/test": "2.0.0-alpha.4",
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.4",
30
+ "@nocobase/plugin-mobile": "2.0.0-alpha.40",
31
31
  "react-dom": "18.2.0",
32
- "@nocobase/sdk": "2.0.0-alpha.4",
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"
@@ -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
  }
@@ -31,5 +31,7 @@
31
31
  "Clear": "清空",
32
32
  "Confirm": "确认",
33
33
  "Cancel": "取消",
34
- "Display < back button": "显示 < 返回按钮"
34
+ "Display < back button": "显示 < 返回按钮",
35
+ "Mobile (deprecated)": "移动端(已废弃)",
36
+ "Deprecated Warning": "该插件已被弃用,未来版本可能会移除。请迁移到新的移动端方案。"
35
37
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile",
3
- "version": "2.0.0-alpha.4",
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": "54f3cab47e7efbdc73377014d05f5fc66a4affbb"
36
+ "gitHead": "dfb9fd33f43e91e676ae7b1f1a595bc38b7c20d2"
37
37
  }