@nocobase/plugin-mobile 1.4.0-alpha.9 → 1.5.0-alpha.1

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.
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ import React from 'react';
10
+ declare const MobileDateTimePicker: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
11
+ export { MobileDateTimePicker };
@@ -0,0 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+ import React from 'react';
10
+ declare const MobilePicker: React.ForwardRefExoticComponent<Omit<Partial<any>, "ref"> & React.RefAttributes<unknown>>;
11
+ export { MobilePicker };
@@ -11,23 +11,23 @@ module.exports = {
11
11
  "@emotion/css": "11.13.4",
12
12
  "@formily/core": "2.3.0",
13
13
  "@formily/shared": "2.3.2",
14
- "@nocobase/client": "1.4.0-alpha.9",
15
- "@nocobase/plugin-acl": "1.4.0-alpha.9",
14
+ "@nocobase/client": "1.5.0-alpha.1",
15
+ "@nocobase/plugin-acl": "1.5.0-alpha.1",
16
16
  "ahooks": "3.7.8",
17
17
  "antd": "5.12.8",
18
18
  "lodash": "4.17.21",
19
19
  "react": "18.2.0",
20
20
  "react-i18next": "11.18.6",
21
21
  "react-router-dom": "6.21.0",
22
- "@nocobase/database": "1.4.0-alpha.9",
23
- "@nocobase/server": "1.4.0-alpha.9",
24
- "@nocobase/test": "1.4.0-alpha.9",
25
- "@nocobase/utils": "1.4.0-alpha.9",
22
+ "@nocobase/database": "1.5.0-alpha.1",
23
+ "@nocobase/server": "1.5.0-alpha.1",
24
+ "@nocobase/test": "1.5.0-alpha.1",
25
+ "@nocobase/utils": "1.5.0-alpha.1",
26
26
  "@formily/react": "2.3.0",
27
- "@nocobase/plugin-mobile": "1.4.0-alpha.9",
27
+ "@nocobase/plugin-mobile": "1.5.0-alpha.1",
28
28
  "@ant-design/icons": "5.2.6",
29
29
  "react-dom": "18.2.0",
30
30
  "antd-style": "3.7.1",
31
- "@nocobase/sdk": "1.4.0-alpha.9",
31
+ "@nocobase/sdk": "1.5.0-alpha.1",
32
32
  "@formily/antd-v5": "1.1.9"
33
33
  };
@@ -24,5 +24,6 @@
24
24
  "Settings": "Settings",
25
25
  "Mobile menu": "Mobile menu",
26
26
  "No accessible pages found": "No accessible pages found",
27
- "This might be due to permission configuration issues": "This might be due to permission configuration issues"
27
+ "This might be due to permission configuration issues": "This might be due to permission configuration issues",
28
+ "Select time":"Select time"
28
29
  }
@@ -22,5 +22,6 @@
22
22
  "Desktop data blocks": "デスクトップデータブロック",
23
23
  "Other desktop blocks": "他のデスクトップブロック",
24
24
  "Settings": "設定",
25
- "Fill": "塗りつぶし"
25
+ "Fill": "塗りつぶし",
26
+ "Select time":"時間の選択"
26
27
  }
@@ -25,5 +25,9 @@
25
25
  "Settings": "设置",
26
26
  "Mobile menu": "移动端菜单",
27
27
  "No accessible pages found": "没有找到你可以访问的页面",
28
- "This might be due to permission configuration issues": "这可能是权限配置的问题"
28
+ "This might be due to permission configuration issues": "这可能是权限配置的问题",
29
+ "Select time": "选择时间",
30
+ "Clear": "清空",
31
+ "Confirm": "确认",
32
+ "Cancel": "取消"
29
33
  }
@@ -40,7 +40,7 @@ class PluginMobileServer extends import_server.Plugin {
40
40
  setACL() {
41
41
  this.app.acl.registerSnippet({
42
42
  name: `ui.mobile`,
43
- actions: ["mobileRoutes:create", "mobileRoutes:update", "mobileRoutes:destroy"]
43
+ actions: ["mobileRoutes:create", "mobileRoutes:update", "mobileRoutes:move", "mobileRoutes:destroy"]
44
44
  });
45
45
  this.app.acl.registerSnippet({
46
46
  name: `pm.mobile`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile",
3
- "version": "1.4.0-alpha.9",
3
+ "version": "1.5.0-alpha.1",
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",
@@ -32,5 +32,5 @@
32
32
  "react-device-detect": "2.2.3",
33
33
  "react-i18next": "11.x"
34
34
  },
35
- "gitHead": "af26b630a5b590f986e21231f0db289c65dd7f70"
35
+ "gitHead": "abe58fad69534a13c2502a47da86425a597c3ba3"
36
36
  }