@nocobase/plugin-block-workbench 1.4.28 → 1.4.30

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.
@@ -7,8 +7,10 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  import { SchemaSettings } from '@nocobase/client';
10
+ import React from 'react';
10
11
  export declare const WorkbenchLayout: {
11
12
  Grid: string;
12
13
  List: string;
13
14
  };
15
+ export declare function ActionPanelItemsPerRow(): React.JSX.Element;
14
16
  export declare const workbenchBlockSettings: SchemaSettings<{}>;
@@ -9,14 +9,14 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.4.28",
13
- "@nocobase/utils": "1.4.28",
12
+ "@nocobase/client": "1.4.30",
13
+ "@nocobase/utils": "1.4.30",
14
14
  "react": "18.2.0",
15
15
  "react-i18next": "11.18.6",
16
16
  "antd": "5.12.8",
17
17
  "antd-style": "3.7.1",
18
18
  "@emotion/css": "11.13.0",
19
- "@nocobase/server": "1.4.28",
19
+ "@nocobase/server": "1.4.30",
20
20
  "@ant-design/icons": "5.3.7",
21
21
  "react-router-dom": "6.21.0"
22
22
  };
@@ -11,5 +11,7 @@
11
11
  "Grid": "栅格",
12
12
  "List": "列表",
13
13
  "Add popup": "添加弹窗",
14
- "Add custom request":"添加自定义请求"
14
+ "Add custom request":"添加自定义请求",
15
+ "At least 1, up to 6": "最多6个,最少一个",
16
+ "Items per row":"每行显示个数"
15
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-block-workbench",
3
- "version": "1.4.28",
3
+ "version": "1.4.30",
4
4
  "displayName": "Block: Action panel",
5
5
  "displayName.zh-CN": "区块:操作面板",
6
6
  "description": "Centrally manages and displays various actions, allowing users to efficiently perform tasks. It supports extensibility, with current action types including pop-ups, links, scanning, and custom requests.",
@@ -20,5 +20,5 @@
20
20
  "keywords": [
21
21
  "Blocks"
22
22
  ],
23
- "gitHead": "260a61dc3ac950026860dc7d164a26dd3ce81a0e"
23
+ "gitHead": "c24746237fb5906ce34f9798bbb6432ba7678714"
24
24
  }