@nocobase/plugin-block-list 2.1.0-beta.21 → 2.1.0-beta.23
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.
package/dist/client/locale.d.ts
CHANGED
|
@@ -6,5 +6,5 @@
|
|
|
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
|
-
export declare function useT(): (str: string) =>
|
|
9
|
+
export declare function useT(): (str: string) => string;
|
|
10
10
|
export declare function tExpr(key: string): string;
|
|
@@ -17,7 +17,7 @@ type ListBlockModelStructure = {
|
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
export declare class ListBlockModel extends CollectionBlockModel<ListBlockModelStructure> {
|
|
20
|
-
static scene: import("@nocobase/client").BlockSceneType;
|
|
20
|
+
static scene: import("@nocobase/client-v2").BlockSceneType;
|
|
21
21
|
_defaultCustomModelClasses: {
|
|
22
22
|
CollectionActionGroupModel: string;
|
|
23
23
|
RecordActionGroupModel: string;
|
package/dist/externalVersion.js
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/flow-engine": "2.1.0-beta.
|
|
12
|
-
"@nocobase/client": "2.1.0-beta.
|
|
13
|
-
"@nocobase/server": "2.1.0-beta.
|
|
11
|
+
"@nocobase/flow-engine": "2.1.0-beta.23",
|
|
12
|
+
"@nocobase/client": "2.1.0-beta.23",
|
|
13
|
+
"@nocobase/server": "2.1.0-beta.23",
|
|
14
14
|
"@ant-design/icons": "5.6.1",
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"antd": "5.24.2",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "区块:列表",
|
|
5
5
|
"description": "Display data in a list with pagination support.",
|
|
6
6
|
"description.zh-CN": "以列表形式展示数据,支持分页设置",
|
|
7
|
-
"version": "2.1.0-beta.
|
|
7
|
+
"version": "2.1.0-beta.23",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/block-list",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"keywords": [
|
|
18
18
|
"Blocks"
|
|
19
19
|
],
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "bb4c0d3551bf9eff505b63756dd24a0813231f16"
|
|
21
21
|
}
|