@nocobase/plugin-block-workbench 2.0.0-beta.2 → 2.0.0-beta.21

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,14 +11,14 @@ module.exports = {
11
11
  "@formily/react": "2.3.7",
12
12
  "react": "18.2.0",
13
13
  "react-i18next": "11.18.6",
14
- "@nocobase/client": "2.0.0-beta.2",
14
+ "@nocobase/client": "2.0.0-beta.21",
15
15
  "@emotion/css": "11.13.0",
16
16
  "antd": "5.24.2",
17
17
  "antd-style": "3.7.1",
18
- "@nocobase/server": "2.0.0-beta.2",
19
- "@nocobase/flow-engine": "2.0.0-beta.2",
18
+ "@nocobase/server": "2.0.0-beta.21",
19
+ "@nocobase/flow-engine": "2.0.0-beta.21",
20
20
  "@ant-design/icons": "5.6.1",
21
- "@nocobase/plugin-mobile": "2.0.0-beta.2",
21
+ "@nocobase/plugin-mobile": "2.0.0-beta.21",
22
22
  "react-router-dom": "6.30.1",
23
23
  "react-dom": "18.2.0"
24
24
  };
@@ -20,5 +20,6 @@
20
20
  "Scan QR code action settings": "扫码按钮设置",
21
21
  "The image size is too large. Please compress it to below 1MB before uploading": "图片尺寸过大,请压缩到1MB以下上传",
22
22
  "Unknown error": "未知错误",
23
- "You have not granted permission to use the camera": "您未授权使用摄像头"
23
+ "You have not granted permission to use the camera": "您未授权使用摄像头",
24
+ "Ellipsis action title": "省略超出长度的操作标题"
24
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-block-workbench",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.21",
4
4
  "displayName": "Block: Action panel",
5
5
  "displayName.ru-RU": "Блок: Панель действий",
6
6
  "displayName.zh-CN": "区块:操作面板",
@@ -23,5 +23,5 @@
23
23
  "keywords": [
24
24
  "Blocks"
25
25
  ],
26
- "gitHead": "b77a33ee933ae6e09d2d5dce017ca15d8552d57b"
26
+ "gitHead": "3ea30685d9592934ec578c0b5e8def60a7fcc3c2"
27
27
  }