@nocobase/plugin-action-bulk-edit 2.1.0-beta.22 → 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.
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { PopupActionModel } from '@nocobase/client';
|
|
10
10
|
import type { ButtonProps } from 'antd/es/button';
|
|
11
11
|
export declare class BulkEditActionModel extends PopupActionModel {
|
|
12
|
-
static scene: import("@nocobase/client").ActionSceneType;
|
|
12
|
+
static scene: import("@nocobase/client-v2").ActionSceneType;
|
|
13
13
|
static capabilityActionName: string;
|
|
14
14
|
defaultPopupTitle: string;
|
|
15
15
|
defaultProps: ButtonProps;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
import { CreateFormModel } from '@nocobase/client';
|
|
10
10
|
export declare class BulkEditFormModel extends CreateFormModel {
|
|
11
|
-
static scene: import("@nocobase/client").BlockSceneType;
|
|
11
|
+
static scene: import("@nocobase/client-v2").BlockSceneType;
|
|
12
12
|
getAclActionName(): string;
|
|
13
13
|
customModelClasses: {
|
|
14
14
|
FormActionGroupModel: string;
|
package/dist/externalVersion.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.7",
|
|
12
|
-
"@nocobase/client": "2.1.0-beta.
|
|
12
|
+
"@nocobase/client": "2.1.0-beta.23",
|
|
13
13
|
"antd": "5.24.2",
|
|
14
14
|
"react": "18.2.0",
|
|
15
15
|
"react-i18next": "11.18.6",
|
|
@@ -18,10 +18,10 @@ module.exports = {
|
|
|
18
18
|
"@formily/core": "2.3.7",
|
|
19
19
|
"lodash": "4.18.1",
|
|
20
20
|
"@formily/shared": "2.3.7",
|
|
21
|
-
"@nocobase/utils": "2.1.0-beta.
|
|
22
|
-
"@nocobase/server": "2.1.0-beta.
|
|
23
|
-
"@nocobase/test": "2.1.0-beta.
|
|
21
|
+
"@nocobase/utils": "2.1.0-beta.23",
|
|
22
|
+
"@nocobase/server": "2.1.0-beta.23",
|
|
23
|
+
"@nocobase/test": "2.1.0-beta.23",
|
|
24
24
|
"@emotion/css": "11.13.0",
|
|
25
|
-
"@nocobase/flow-engine": "2.1.0-beta.
|
|
25
|
+
"@nocobase/flow-engine": "2.1.0-beta.23",
|
|
26
26
|
"ahooks": "3.7.8"
|
|
27
27
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-action-bulk-edit",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.23",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/action-bulk-edit",
|
|
6
6
|
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-bulk-edit",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"editionLevel": 0
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "bb4c0d3551bf9eff505b63756dd24a0813231f16",
|
|
28
28
|
"keywords": [
|
|
29
29
|
"Actions"
|
|
30
30
|
]
|