@nocobase/plugin-action-bulk-edit 0.19.0-alpha.2 → 0.19.0-alpha.4
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/externalVersion.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.2.0",
|
|
3
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
3
|
+
"@nocobase/client": "0.19.0-alpha.4",
|
|
4
4
|
"antd": "5.12.8",
|
|
5
5
|
"react-i18next": "11.18.6",
|
|
6
6
|
"@formily/react": "2.3.0",
|
|
7
7
|
"@ant-design/icons": "5.2.6",
|
|
8
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
9
|
-
"@nocobase/test": "0.19.0-alpha.
|
|
8
|
+
"@nocobase/server": "0.19.0-alpha.4",
|
|
9
|
+
"@nocobase/test": "0.19.0-alpha.4"
|
|
10
10
|
};
|
package/dist/server/plugin.d.ts
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Plugin } from '@nocobase/server';
|
|
2
2
|
export declare class PluginActionBulkEditServer extends Plugin {
|
|
3
|
-
afterAdd(): void;
|
|
4
|
-
beforeLoad(): void;
|
|
5
|
-
load(): Promise<void>;
|
|
6
|
-
install(options?: InstallOptions): Promise<void>;
|
|
7
|
-
afterEnable(): Promise<void>;
|
|
8
|
-
afterDisable(): Promise<void>;
|
|
9
|
-
remove(): Promise<void>;
|
|
10
3
|
}
|
|
11
4
|
export default PluginActionBulkEditServer;
|
package/dist/server/plugin.js
CHANGED
|
@@ -23,20 +23,6 @@ __export(plugin_exports, {
|
|
|
23
23
|
module.exports = __toCommonJS(plugin_exports);
|
|
24
24
|
var import_server = require("@nocobase/server");
|
|
25
25
|
class PluginActionBulkEditServer extends import_server.Plugin {
|
|
26
|
-
afterAdd() {
|
|
27
|
-
}
|
|
28
|
-
beforeLoad() {
|
|
29
|
-
}
|
|
30
|
-
async load() {
|
|
31
|
-
}
|
|
32
|
-
async install(options) {
|
|
33
|
-
}
|
|
34
|
-
async afterEnable() {
|
|
35
|
-
}
|
|
36
|
-
async afterDisable() {
|
|
37
|
-
}
|
|
38
|
-
async remove() {
|
|
39
|
-
}
|
|
40
26
|
}
|
|
41
27
|
var plugin_default = PluginActionBulkEditServer;
|
|
42
28
|
// Annotate the CommonJS export names for ESM import in node:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-action-bulk-edit",
|
|
3
|
-
"version": "0.19.0-alpha.
|
|
3
|
+
"version": "0.19.0-alpha.4",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Bulk edit action",
|
|
6
6
|
"displayName.zh-CN": "批量编辑操作",
|
|
@@ -12,5 +12,5 @@
|
|
|
12
12
|
"@nocobase/server": "0.x",
|
|
13
13
|
"@nocobase/test": "0.x"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "9583023f7bea828da5192384a5c002782c341b65"
|
|
16
16
|
}
|