@nocobase/plugin-workflow-delay 1.7.0-beta.3 → 1.7.0-beta.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
|
@@ -11,8 +11,8 @@ module.exports = {
|
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"antd": "5.12.8",
|
|
13
13
|
"@ant-design/icons": "5.6.1",
|
|
14
|
-
"@nocobase/client": "1.7.0-beta.
|
|
15
|
-
"@nocobase/plugin-workflow": "1.7.0-beta.
|
|
14
|
+
"@nocobase/client": "1.7.0-beta.4",
|
|
15
|
+
"@nocobase/plugin-workflow": "1.7.0-beta.4",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
|
-
"@nocobase/server": "1.7.0-beta.
|
|
17
|
+
"@nocobase/server": "1.7.0-beta.4"
|
|
18
18
|
};
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Delay": "
|
|
3
|
-
"Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.": "
|
|
4
|
-
"Duration": "
|
|
5
|
-
"End status": "
|
|
6
|
-
"Select status": "
|
|
7
|
-
"Succeed and continue": "
|
|
8
|
-
"Fail and exit": "
|
|
9
|
-
}
|
|
2
|
+
"Delay": "Vertraging",
|
|
3
|
+
"Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.": "Wacht een periode en ga dan verder of beëindig het proces. Kan worden gebruikt om wachttijden of time-outs in parallelle takken in te stellen.",
|
|
4
|
+
"Duration": "Duur",
|
|
5
|
+
"End status": "Eindstatus",
|
|
6
|
+
"Select status": "Selecteer status",
|
|
7
|
+
"Succeed and continue": "Succes en ga verder",
|
|
8
|
+
"Fail and exit": "Mislukt en stop"
|
|
9
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:延时节点",
|
|
5
5
|
"description": "Could be used in workflow parallel branch for waiting other branches.",
|
|
6
6
|
"description.zh-CN": "可用于工作流并行分支中等待其他分支执行完成。",
|
|
7
|
-
"version": "1.7.0-beta.
|
|
7
|
+
"version": "1.7.0-beta.4",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-delay",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@nocobase/server": "1.x",
|
|
22
22
|
"@nocobase/test": "1.x"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "bf1fbeef48ab69fb3d417f4d75bf3f22031e29f8",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"Workflow"
|
|
27
27
|
]
|