@nocobase/plugin-block-workbench 2.2.0-beta.8 → 2.2.0-beta.9
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.
|
@@ -6,13 +6,19 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
+
import { type SubModelItemsType } from '@nocobase/flow-engine';
|
|
9
10
|
import React from 'react';
|
|
10
11
|
import { BlockModel } from '@nocobase/client-v2';
|
|
11
12
|
export declare const WorkbenchLayout: {
|
|
12
13
|
Grid: string;
|
|
13
14
|
List: string;
|
|
14
15
|
};
|
|
16
|
+
export declare const WorkbenchItemLayout: {
|
|
17
|
+
Vertical: string;
|
|
18
|
+
Horizontal: string;
|
|
19
|
+
};
|
|
15
20
|
export declare class ActionPanelBlockModel extends BlockModel {
|
|
21
|
+
getConfigureActionsItems(): SubModelItemsType;
|
|
16
22
|
renderConfigureActions(): React.JSX.Element;
|
|
17
23
|
renderComponent(): React.JSX.Element;
|
|
18
24
|
}
|
package/dist/externalVersion.js
CHANGED
|
@@ -11,15 +11,15 @@ 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.2.0-beta.
|
|
14
|
+
"@nocobase/client": "2.2.0-beta.9",
|
|
15
15
|
"@emotion/css": "11.13.0",
|
|
16
16
|
"antd": "5.24.2",
|
|
17
17
|
"antd-style": "3.7.1",
|
|
18
|
-
"@nocobase/flow-engine": "2.2.0-beta.
|
|
19
|
-
"@nocobase/client-v2": "2.2.0-beta.
|
|
20
|
-
"@nocobase/server": "2.2.0-beta.
|
|
18
|
+
"@nocobase/flow-engine": "2.2.0-beta.9",
|
|
19
|
+
"@nocobase/client-v2": "2.2.0-beta.9",
|
|
20
|
+
"@nocobase/server": "2.2.0-beta.9",
|
|
21
21
|
"@ant-design/icons": "5.6.1",
|
|
22
|
-
"@nocobase/plugin-mobile": "2.2.0-beta.
|
|
22
|
+
"@nocobase/plugin-mobile": "2.2.0-beta.9",
|
|
23
23
|
"react-router-dom": "6.30.1",
|
|
24
24
|
"react-dom": "18.2.0"
|
|
25
25
|
};
|
package/dist/locale/en-US.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"Ellipsis action title": "Ellipsis action title",
|
|
10
10
|
"General settings": "General settings",
|
|
11
11
|
"Grid": "Grid",
|
|
12
|
+
"Horizontal": "Horizontal",
|
|
13
|
+
"Icon and label layout": "Icon and label layout",
|
|
12
14
|
"Items per row": "Items per row",
|
|
13
15
|
"Layout": "Layout",
|
|
14
16
|
"Link action settings": "Link action settings",
|
|
@@ -21,5 +23,6 @@
|
|
|
21
23
|
"The image size is too large. Please compress it to below 1MB before uploading": "The image size is too large. Please compress it to below 1MB before uploading",
|
|
22
24
|
"The image size is too large. Please compress it to below 10MB before uploading": "The image size is too large. Please compress it to below 10MB before uploading",
|
|
23
25
|
"Unknown error": "Unknown error",
|
|
26
|
+
"Vertical": "Vertical",
|
|
24
27
|
"You have not granted permission to use the camera": "You have not granted permission to use the camera"
|
|
25
28
|
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"Ellipsis on text overflow": "文本超出省略",
|
|
10
10
|
"General settings": "通用设置",
|
|
11
11
|
"Grid": "栅格",
|
|
12
|
+
"Horizontal": "水平",
|
|
13
|
+
"Icon and label layout": "图标和标题布局",
|
|
12
14
|
"Items per row": "每行显示个数",
|
|
13
15
|
"Layout": "布局",
|
|
14
16
|
"Link action settings": "链接按钮设置",
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
"The image size is too large. Please compress it to below 1MB before uploading": "图片尺寸过大,请压缩到1MB以下上传",
|
|
22
24
|
"The image size is too large. Please compress it to below 10MB before uploading": "图片尺寸过大,请压缩到10MB以下上传",
|
|
23
25
|
"Unknown error": "未知错误",
|
|
26
|
+
"Vertical": "垂直",
|
|
24
27
|
"You have not granted permission to use the camera": "您未授权使用摄像头",
|
|
25
28
|
"Ellipsis action title": "省略超出长度的操作标题"
|
|
26
29
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-block-workbench",
|
|
3
|
-
"version": "2.2.0-beta.
|
|
3
|
+
"version": "2.2.0-beta.9",
|
|
4
4
|
"displayName": "Block: Action panel",
|
|
5
5
|
"displayName.ru-RU": "Блок: Панель действий",
|
|
6
6
|
"displayName.zh-CN": "区块:操作面板",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"Blocks"
|
|
26
26
|
],
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "60e3d7abbaa0c7cead76f71a4f3d5eedb6b8acdb"
|
|
29
29
|
}
|