@nocobase/plugin-workflow-action-trigger 1.4.0-alpha.20240923152933 → 1.4.0-alpha.20240928155737

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,16 +9,16 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.4.0-alpha.20240923152933",
13
- "@nocobase/plugin-workflow": "1.4.0-alpha.20240923152933",
12
+ "@nocobase/client": "1.4.0-alpha.20240928155737",
13
+ "@nocobase/plugin-workflow": "1.4.0-alpha.20240928155737",
14
14
  "react-i18next": "11.18.6",
15
15
  "lodash": "4.17.21",
16
16
  "sequelize": "6.35.2",
17
- "@nocobase/database": "1.4.0-alpha.20240923152933",
18
- "@nocobase/server": "1.4.0-alpha.20240923152933",
19
- "@nocobase/actions": "1.4.0-alpha.20240923152933",
20
- "@nocobase/data-source-manager": "1.4.0-alpha.20240923152933",
21
- "@nocobase/plugin-workflow-test": "1.4.0-alpha.20240923152933",
22
- "@nocobase/test": "1.4.0-alpha.20240923152933",
23
- "@nocobase/utils": "1.4.0-alpha.20240923152933"
17
+ "@nocobase/database": "1.4.0-alpha.20240928155737",
18
+ "@nocobase/server": "1.4.0-alpha.20240928155737",
19
+ "@nocobase/actions": "1.4.0-alpha.20240928155737",
20
+ "@nocobase/data-source-manager": "1.4.0-alpha.20240928155737",
21
+ "@nocobase/plugin-workflow-test": "1.4.0-alpha.20240928155737",
22
+ "@nocobase/test": "1.4.0-alpha.20240928155737",
23
+ "@nocobase/utils": "1.4.0-alpha.20240928155737"
24
24
  };
@@ -0,0 +1,22 @@
1
+ {
2
+ "Form event": "フォーム イベント",
3
+ "Event triggers when submitted a workflow bound form action.": "ワークフローに関連付けられたフォームアクションが送信されるとイベントがトリガーされます。",
4
+ "Form data model": "フォーム データ モデル",
5
+ "Use a collection to match form data.": "コレクションを使用してフォームデータと照合します。",
6
+ "Associations to use": "使用する関連付け",
7
+ "User submitted form": "ユーザー提出フォーム",
8
+ "Role of user submitted form": "ユーザー提出フォームの役割",
9
+ "Post-action event": "操作後のイベント",
10
+ "Triggered after the completion of a request initiated through an action button or API, such as after adding or updating data. Suitable for data processing, sending notifications, etc., after actions are completed.": "アクションボタンやAPIでリクエストが完了した後、このイベントがトリガーされます。データ追加や更新が完了した後のデータ処理、通知送信などに適しています。",
11
+ "Collection": "コレクション",
12
+ "The collection to which the triggered data belongs.": "トリガーデータが属するコレクション。",
13
+ "Trigger mode": "トリガーモード",
14
+ "Local mode, triggered after the completion of actions bound to this workflow": "ローカルモード。このワークフローにバインドされたアクションが完了した後にトリガーされます。",
15
+ "Global mode, triggered after the completion of the following actions": "グローバルモード。以下のアクションが完了した後にトリガーされます。",
16
+ "Select actions": "操作を選択",
17
+ "Create record action": "レコード作成アクション",
18
+ "Update record action": "レコード更新アクション",
19
+ "Trigger data": "トリガーデータ",
20
+ "User submitted action": "ユーザーが送信したアクション",
21
+ "Role of user submitted action": "ユーザーが送信したアクションの役割"
22
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "工作流:操作后事件",
5
5
  "description": "Triggered after the completion of a request initiated through an action button or API, such as after adding, updating, deleting data, or \"submit to workflow\". Suitable for data processing, sending notifications, etc., after actions are completed.",
6
6
  "description.zh-CN": "通过操作按钮或 API 发起请求并在执行完成后触发,比如新增、更新、删除数据或者“提交至工作流”之后。适用于在操作完成后进行数据处理、发送通知等。",
7
- "version": "1.4.0-alpha.20240923152933",
7
+ "version": "1.4.0-alpha.20240928155737",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/plugins/workflow-action-trigger",
@@ -21,7 +21,7 @@
21
21
  "@nocobase/server": "1.x",
22
22
  "@nocobase/test": "1.x"
23
23
  },
24
- "gitHead": "bd1a83a7040a63619a3d39c5b67048fa97a49f5a",
24
+ "gitHead": "f2765665126f5e9b5ae01f9ca6e8a151916554b4",
25
25
  "keywords": [
26
26
  "Workflow"
27
27
  ]