@nocobase/plugin-block-workbench 2.0.0-alpha.52 → 2.0.0-alpha.54

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-alpha.52",
14
+ "@nocobase/client": "2.0.0-alpha.54",
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-alpha.52",
19
- "@nocobase/flow-engine": "2.0.0-alpha.52",
18
+ "@nocobase/server": "2.0.0-alpha.54",
19
+ "@nocobase/flow-engine": "2.0.0-alpha.54",
20
20
  "@ant-design/icons": "5.6.1",
21
- "@nocobase/plugin-mobile": "2.0.0-alpha.52",
21
+ "@nocobase/plugin-mobile": "2.0.0-alpha.54",
22
22
  "react-router-dom": "6.30.1",
23
23
  "react-dom": "18.2.0"
24
24
  };
@@ -6,7 +6,7 @@
6
6
  "Add popup": "添加弹窗",
7
7
  "Album": "相册",
8
8
  "At least 1, up to 6": "最多6个,最少一个",
9
- "Ellipsis action title": "省略超出长度的操作标题",
9
+ "Ellipsis on text overflow": "文本超出省略",
10
10
  "General settings": "通用设置",
11
11
  "Grid": "栅格",
12
12
  "Items per row": "每行显示个数",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-block-workbench",
3
- "version": "2.0.0-alpha.52",
3
+ "version": "2.0.0-alpha.54",
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": "b32992d8baeb4ca6616d839ca2f9c023d49476a9"
26
+ "gitHead": "68c84deaabba0ebec7407bf7245376b8d843449c"
27
27
  }