@nocobase/plugin-workflow-custom-action-trigger 2.1.0-beta.22 → 2.1.0-beta.24
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/flows.d.ts
CHANGED
|
@@ -12,15 +12,15 @@ export declare class FormTriggerWorkflowActionModel extends FormActionModel {
|
|
|
12
12
|
defaultProps: ButtonProps;
|
|
13
13
|
}
|
|
14
14
|
export declare class RecordTriggerWorkflowActionModel extends ActionModel {
|
|
15
|
-
static scene: import("@nocobase/client").ActionSceneType;
|
|
15
|
+
static scene: import("@nocobase/client-v2").ActionSceneType;
|
|
16
16
|
defaultProps: ButtonProps;
|
|
17
17
|
}
|
|
18
18
|
export declare class CollectionTriggerWorkflowActionModel extends CollectionActionModel {
|
|
19
|
-
static scene: import("@nocobase/client").ActionSceneType;
|
|
19
|
+
static scene: import("@nocobase/client-v2").ActionSceneType;
|
|
20
20
|
defaultProps: ButtonProps;
|
|
21
21
|
}
|
|
22
22
|
export declare class CollectionGlobalTriggerWorkflowActionModel extends ActionModel {
|
|
23
|
-
static scene: import("@nocobase/client").ActionSceneType;
|
|
23
|
+
static scene: import("@nocobase/client-v2").ActionSceneType;
|
|
24
24
|
defaultProps: ButtonProps;
|
|
25
25
|
}
|
|
26
26
|
export declare class WorkbenchTriggerWorkflowActionModel extends ActionModel {
|
package/dist/externalVersion.js
CHANGED
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
|
-
"@nocobase/client": "2.1.0-beta.
|
|
14
|
-
"@nocobase/plugin-workflow": "2.1.0-beta.
|
|
15
|
-
"@nocobase/flow-engine": "2.1.0-beta.
|
|
13
|
+
"@nocobase/client": "2.1.0-beta.24",
|
|
14
|
+
"@nocobase/plugin-workflow": "2.1.0-beta.24",
|
|
15
|
+
"@nocobase/flow-engine": "2.1.0-beta.24",
|
|
16
16
|
"@emotion/css": "11.13.0",
|
|
17
17
|
"antd": "5.24.2",
|
|
18
18
|
"react-router-dom": "6.30.1",
|
|
19
|
-
"@nocobase/utils": "2.1.0-beta.
|
|
19
|
+
"@nocobase/utils": "2.1.0-beta.24",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
21
|
"@formily/antd-v5": "1.2.3",
|
|
22
|
-
"@nocobase/plugin-error-handler": "2.1.0-beta.
|
|
23
|
-
"@nocobase/data-source-manager": "2.1.0-beta.
|
|
24
|
-
"@nocobase/server": "2.1.0-beta.
|
|
22
|
+
"@nocobase/plugin-error-handler": "2.1.0-beta.24",
|
|
23
|
+
"@nocobase/data-source-manager": "2.1.0-beta.24",
|
|
24
|
+
"@nocobase/server": "2.1.0-beta.24",
|
|
25
25
|
"lodash": "4.18.1",
|
|
26
|
-
"@nocobase/actions": "2.1.0-beta.
|
|
27
|
-
"@nocobase/resourcer": "2.1.0-beta.
|
|
28
|
-
"@nocobase/plugin-workflow-test": "2.1.0-beta.
|
|
29
|
-
"@nocobase/test": "2.1.0-beta.
|
|
26
|
+
"@nocobase/actions": "2.1.0-beta.24",
|
|
27
|
+
"@nocobase/resourcer": "2.1.0-beta.24",
|
|
28
|
+
"@nocobase/plugin-workflow-test": "2.1.0-beta.24",
|
|
29
|
+
"@nocobase/test": "2.1.0-beta.24"
|
|
30
30
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"joi","description":"Object schema validation","version":"17.13.3","repository":"git://github.com/hapijs/joi","main":"lib/index.js","types":"lib/index.d.ts","browser":"dist/joi-browser.min.js","files":["lib/**/*","dist/*"],"keywords":["schema","validation"],"dependencies":{"@hapi/hoek":"^9.3.0","@hapi/topo":"^5.1.0","@sideway/address":"^4.1.5","@sideway/formula":"^3.0.1","@sideway/pinpoint":"^2.0.0"},"devDependencies":{"@hapi/bourne":"2.x.x","@hapi/code":"8.x.x","@hapi/joi-legacy-test":"npm:@hapi/joi@15.x.x","@hapi/lab":"^25.1.3","@types/node":"^14.18.63","typescript":"4.3.x"},"scripts":{"prepublishOnly":"cd browser && npm install && npm run build","test":"lab -t 100 -a @hapi/code -L -Y","test-cov-html":"lab -r html -o coverage.html -a @hapi/code"},"license":"BSD-3-Clause","_lastModified":"2026-04-
|
|
1
|
+
{"name":"joi","description":"Object schema validation","version":"17.13.3","repository":"git://github.com/hapijs/joi","main":"lib/index.js","types":"lib/index.d.ts","browser":"dist/joi-browser.min.js","files":["lib/**/*","dist/*"],"keywords":["schema","validation"],"dependencies":{"@hapi/hoek":"^9.3.0","@hapi/topo":"^5.1.0","@sideway/address":"^4.1.5","@sideway/formula":"^3.0.1","@sideway/pinpoint":"^2.0.0"},"devDependencies":{"@hapi/bourne":"2.x.x","@hapi/code":"8.x.x","@hapi/joi-legacy-test":"npm:@hapi/joi@15.x.x","@hapi/lab":"^25.1.3","@types/node":"^14.18.63","typescript":"4.3.x"},"scripts":{"prepublishOnly":"cd browser && npm install && npm run build","test":"lab -t 100 -a @hapi/code -L -Y","test-cov-html":"lab -r html -o coverage.html -a @hapi/code"},"license":"BSD-3-Clause","_lastModified":"2026-04-29T08:17:05.654Z"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-workflow-custom-action-trigger",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.24",
|
|
4
4
|
"displayName": "Workflow: Custom action event",
|
|
5
5
|
"displayName.zh-CN": "工作流:自定义操作事件",
|
|
6
6
|
"description": "Triggers after click a custom action button.",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
],
|
|
31
31
|
"editionLevel": 0
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "f77b85530a2d127d9bfe4dca3a26fbb02c1139ba",
|
|
34
34
|
"license": "Apache-2.0"
|
|
35
35
|
}
|