@nocobase/plugin-workflow-json-variable-mapping 2.0.0-alpha.50 → 2.0.0-alpha.51
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,12 +11,12 @@ module.exports = {
|
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"antd": "5.24.2",
|
|
13
13
|
"@ant-design/icons": "5.6.1",
|
|
14
|
-
"@nocobase/plugin-workflow": "2.0.0-alpha.
|
|
14
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.51",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
16
|
"@formily/shared": "2.3.7",
|
|
17
17
|
"@formily/core": "2.3.7",
|
|
18
18
|
"@formily/react": "2.3.7",
|
|
19
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
19
|
+
"@nocobase/client": "2.0.0-alpha.51",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
21
|
+
"@nocobase/server": "2.0.0-alpha.51"
|
|
22
22
|
};
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
"If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.": "If the JSON object contains array items, parse them. eg: { \"arrayKey\": [ \"item1\", \"item2\" ] will be parsed as \"arrayKey\", \"arrayKey.0\", \"arrayKey.1\", if set to false, only \"arrayKey\" will be parsed.",
|
|
5
5
|
"Include array index in path": "Include array index in path",
|
|
6
6
|
"Input example": "Input example",
|
|
7
|
+
"JSON Data source": "JSON Data source",
|
|
7
8
|
"JSON data source": "JSON data source",
|
|
8
9
|
"JSON variable mapping": "JSON variable mapping",
|
|
9
10
|
"Key path": "Key path",
|
|
10
11
|
"Parse": "Parse",
|
|
11
12
|
"Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }": "Please input JSON example like { \"key1\": \"item1\", \"key2\": \"item2\" }",
|
|
12
13
|
"Please update other node references to the key after clicking the parse button.": "Please update other node references to the key after clicking the parse button.",
|
|
14
|
+
"Transform a JSON object structure": "Transform a JSON object structure",
|
|
13
15
|
"Used for mapping any JSON data to structured variables for usage in subsequent nodes.": "Used for mapping any JSON data to structured variables for usage in subsequent nodes."
|
|
14
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-workflow-json-variable-mapping",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.51",
|
|
4
4
|
"displayName": "Workflow: JSON variable mapping",
|
|
5
5
|
"displayName.zh-CN": "工作流:JSON 变量映射",
|
|
6
6
|
"description": "Used for mapping any JSON data to structured variables for usage in subsequent nodes.",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"keywords": [
|
|
19
19
|
"Workflow"
|
|
20
20
|
],
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "a1e34dd97f370d54f3d80a6b83ab7ddb9c72dc18"
|
|
22
22
|
}
|