@nocobase/plugin-workflow-loop 1.7.0-beta.1 → 1.7.0-beta.3
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 +4 -4
- package/dist/locale/de-DE.json +24 -0
- package/dist/locale/nl-NL.json +9 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -13,9 +13,9 @@ module.exports = {
|
|
|
13
13
|
"antd": "5.12.8",
|
|
14
14
|
"@formily/antd-v5": "1.1.9",
|
|
15
15
|
"@formily/react": "2.3.0",
|
|
16
|
-
"@nocobase/client": "1.7.0-beta.
|
|
17
|
-
"@nocobase/plugin-workflow": "1.7.0-beta.
|
|
16
|
+
"@nocobase/client": "1.7.0-beta.3",
|
|
17
|
+
"@nocobase/plugin-workflow": "1.7.0-beta.3",
|
|
18
18
|
"react-i18next": "11.18.6",
|
|
19
|
-
"@nocobase/evaluators": "1.7.0-beta.
|
|
20
|
-
"@nocobase/server": "1.7.0-beta.
|
|
19
|
+
"@nocobase/evaluators": "1.7.0-beta.3",
|
|
20
|
+
"@nocobase/server": "1.7.0-beta.3"
|
|
21
21
|
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Loop": "Schleife",
|
|
3
|
+
"Loop target": "Schleifenziel",
|
|
4
|
+
"Loop index": "Schleifenindex",
|
|
5
|
+
"Loop index (starts from 0)": "Schleifenindex (beginnt bei 0)",
|
|
6
|
+
"Loop sequence (starts from 1)": "Schleifensequenz (beginnt bei 1)",
|
|
7
|
+
"Loop length": "Schleifenlänge",
|
|
8
|
+
"By using a loop node, you can perform the same operation on multiple sets of data. The source of these sets can be either multiple records from a query node or multiple associated records of a single record. Loop node can also be used for iterating a certain number of times or for looping through each character in a string. However, excessive looping may cause performance issues, so use with caution.": "Mit einem Schleifenknoten können Sie dieselbe Operation auf mehreren Datensätzen ausführen. Die Quelle dieser Datensätze können entweder mehrere Datensätze aus einem Abfrageknoten oder mehrere verknüpfte Datensätze eines einzelnen Datensatzes sein. Schleifenknoten können auch verwendet werden, um eine bestimmte Anzahl von Malen zu iterieren oder um jeden Buchstaben in einer Zeichenkette zu durchlaufen. Übermäßiges Schleifen kann jedoch zu Leistungsproblemen führen, daher mit Vorsicht verwenden.",
|
|
9
|
+
"Scope variables": "Gültigkeitsbereichsvariablen",
|
|
10
|
+
"A single number will be treated as a loop count, a single string will be treated as an array of characters, and other non-array values will be converted to arrays. The loop node ends when the loop count is reached, or when the array loop is completed. You can also add condition nodes to the loop to terminate it.": "Eine einzelne Zahl wird als Schleifenzähler behandelt, eine einzelne Zeichenkette wird als ein Array von Zeichen behandelt, und andere Nicht-Array-Werte werden in Arrays umgewandelt. Der Schleifenknoten endet, wenn der Schleifenzähler erreicht ist oder wenn die Array-Schleife abgeschlossen ist. Sie können der Schleife auch Bedingungsknoten hinzufügen, um sie zu beenden.",
|
|
11
|
+
"Enable loop condition": "Schleifenbedingung aktivieren",
|
|
12
|
+
"Loop condition on each item": "Schleifenbedingung für jedes Element",
|
|
13
|
+
"When to check": "Wann zu prüfen",
|
|
14
|
+
"Before each starts": "Vor jedem Start",
|
|
15
|
+
"After each ends": "Nach jedem Ende",
|
|
16
|
+
"When condition is not met on item": "Wenn die Bedingung für ein Element nicht erfüllt ist",
|
|
17
|
+
"Exit loop": "Schleife beenden",
|
|
18
|
+
"Continue on next item": "Mit nächstem Element fortfahren",
|
|
19
|
+
"Condition": "Bedingung",
|
|
20
|
+
"When node inside loop failed": "Wenn ein Knoten innerhalb der Schleife fehlgeschlagen ist",
|
|
21
|
+
"Continue loop on next item": "Schleife mit nächstem Element fortsetzen",
|
|
22
|
+
"Exit loop and continue workflow": "Schleife beenden und Workflow fortsetzen",
|
|
23
|
+
"Exit workflow": "Workflow beenden"
|
|
24
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Loop": "Loop",
|
|
3
|
+
"Loop target": "Loop target",
|
|
4
|
+
"Loop index": "Loop index",
|
|
5
|
+
"Loop length": "Loop length",
|
|
6
|
+
"By using a loop node, you can perform the same operation on multiple sets of data. The source of these sets can be either multiple records from a query node or multiple associated records of a single record. Loop node can also be used for iterating a certain number of times or for looping through each character in a string. However, excessive looping may cause performance issues, so use with caution.": "By using a loop node, you can perform the same operation on multiple sets of data. The source of these sets can be either multiple records from a query node or multiple associated records of a single record. Loop node can also be used for iterating a certain number of times or for looping through each character in a string. However, excessive looping may cause performance issues, so use with caution.",
|
|
7
|
+
"Scope variables": "Scope variables",
|
|
8
|
+
"A single number will be treated as a loop count, a single string will be treated as an array of characters, and other non-array values will be converted to arrays. The loop node ends when the loop count is reached, or when the array loop is completed. You can also add condition nodes to the loop to terminate it.": "A single number will be treated as a loop count, a single string will be treated as an array of characters, and other non-array values will be converted to arrays. The loop node ends when the loop count is reached, or when the array loop is completed. You can also add condition nodes to the loop to terminate it."
|
|
9
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:循环节点",
|
|
5
5
|
"description": "Used to repeat the sub-process processing of each value in an array, and can also be used for fixed times of sub-process processing.",
|
|
6
6
|
"description.zh-CN": "用于对一个数组中的每个值进行重复的子流程处理,也可用于固定次数的重复子流程处理。",
|
|
7
|
-
"version": "1.7.0-beta.
|
|
7
|
+
"version": "1.7.0-beta.3",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-loop",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@nocobase/server": "1.x",
|
|
23
23
|
"@nocobase/test": "1.x"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|