@nocobase/plugin-mobile 1.4.0-alpha.0 → 1.4.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.
@@ -14,6 +14,7 @@ export declare const useStyles: (props?: unknown) => import("antd-style").Return
14
14
  right: number;
15
15
  height: number;
16
16
  boxSizing: "border-box";
17
+ padding: string;
17
18
  borderTop: string;
18
19
  backgroundColor: "var(--adm-color-background)";
19
20
  };
@@ -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.0",
15
- "@nocobase/plugin-acl": "1.4.0-alpha.0",
14
+ "@nocobase/client": "1.4.0-alpha.10",
15
+ "@nocobase/plugin-acl": "1.4.0-alpha.10",
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.0",
23
- "@nocobase/server": "1.4.0-alpha.0",
24
- "@nocobase/test": "1.4.0-alpha.0",
25
- "@nocobase/utils": "1.4.0-alpha.0",
22
+ "@nocobase/database": "1.4.0-alpha.10",
23
+ "@nocobase/server": "1.4.0-alpha.10",
24
+ "@nocobase/test": "1.4.0-alpha.10",
25
+ "@nocobase/utils": "1.4.0-alpha.10",
26
26
  "@formily/react": "2.3.0",
27
- "@nocobase/plugin-mobile": "1.4.0-alpha.0",
27
+ "@nocobase/plugin-mobile": "1.4.0-alpha.10",
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.0",
31
+ "@nocobase/sdk": "1.4.0-alpha.10",
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-mobile",
3
- "version": "1.4.0-alpha.0",
3
+ "version": "1.4.0-alpha.10",
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": "8ffa7b54bbaf720c0c9857da4b19a99110dffc4b"
35
+ "gitHead": "74c99c0f2d84690d7e3db62c7a913e6aca97c762"
36
36
  }
package/README.zh-CN.md DELETED
@@ -1,15 +0,0 @@
1
- # Mobile
2
-
3
- [English](./README.md) | 中文
4
-
5
- 多应用管理插件。
6
-
7
- ## 安装激活
8
-
9
- ```bash
10
- yarn pm enable @nocobase/plugin-mobile
11
- ```
12
-
13
- ## 文档
14
-
15
- [使用文档](https://docs.nocobase.com/handbook/mobile)