@nocobase/plugin-workflow-manual 1.7.0-beta.7 → 1.7.0-beta.8
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 +9 -9
- package/dist/locale/it-IT.json +10 -5
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.7.0-beta.
|
|
11
|
+
"@nocobase/client": "1.7.0-beta.8",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"@formily/react": "2.3.0",
|
|
14
14
|
"@formily/antd-v5": "1.1.9",
|
|
@@ -18,14 +18,14 @@ module.exports = {
|
|
|
18
18
|
"dayjs": "1.11.10",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
20
|
"lodash": "4.17.21",
|
|
21
|
-
"@nocobase/plugin-workflow": "1.7.0-beta.
|
|
22
|
-
"@nocobase/utils": "1.7.0-beta.
|
|
23
|
-
"@nocobase/server": "1.7.0-beta.
|
|
24
|
-
"@nocobase/actions": "1.7.0-beta.
|
|
25
|
-
"@nocobase/resourcer": "1.7.0-beta.
|
|
26
|
-
"@nocobase/test": "1.7.0-beta.
|
|
27
|
-
"@nocobase/plugin-workflow-test": "1.7.0-beta.
|
|
21
|
+
"@nocobase/plugin-workflow": "1.7.0-beta.8",
|
|
22
|
+
"@nocobase/utils": "1.7.0-beta.8",
|
|
23
|
+
"@nocobase/server": "1.7.0-beta.8",
|
|
24
|
+
"@nocobase/actions": "1.7.0-beta.8",
|
|
25
|
+
"@nocobase/resourcer": "1.7.0-beta.8",
|
|
26
|
+
"@nocobase/test": "1.7.0-beta.8",
|
|
27
|
+
"@nocobase/plugin-workflow-test": "1.7.0-beta.8",
|
|
28
28
|
"@formily/core": "2.3.0",
|
|
29
|
-
"@nocobase/database": "1.7.0-beta.
|
|
29
|
+
"@nocobase/database": "1.7.0-beta.8",
|
|
30
30
|
"sequelize": "6.35.2"
|
|
31
31
|
};
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
"User interface": "Interfaccia utente",
|
|
8
8
|
"Configure user interface": "Configura interfaccia utente",
|
|
9
9
|
"View user interface": "Visualizza interfaccia utente",
|
|
10
|
-
"Separately": "Separato",
|
|
11
|
-
"Each user has own task": "Ogni utente ha
|
|
10
|
+
"Separately": "Separato",
|
|
11
|
+
"Each user has own task": "Ogni utente ha la propria attività",
|
|
12
12
|
"Collaboratively": "Collaborativo",
|
|
13
|
-
"Everyone shares one task": "Tutti condividono un
|
|
13
|
+
"Everyone shares one task": "Tutti condividono un attività",
|
|
14
14
|
"Negotiation": "Negoziazione",
|
|
15
15
|
"All pass": "Tutti passano",
|
|
16
16
|
"Everyone should pass": "Tutti dovrebbero passare",
|
|
@@ -25,6 +25,11 @@
|
|
|
25
25
|
"Create record form": "Modulo creazione record",
|
|
26
26
|
"Update record form": "Modulo aggiornamento record",
|
|
27
27
|
"Filter settings": "Impostazioni filtro",
|
|
28
|
-
"Workflow todos": "
|
|
29
|
-
"Task": "
|
|
28
|
+
"Workflow todos": "Da fare",
|
|
29
|
+
"Task node": "Nodo attività",
|
|
30
|
+
"Unprocessed": "Non elaborato",
|
|
31
|
+
"Please check one of your update record form, and add at least one filter condition in form settings.": "Verifica uno dei tuoi moduli di aggiornamento record e aggiungi almeno una condizione nel filtro nelle impostazioni del modulo.",
|
|
32
|
+
"My manual tasks": "Le mie attività manuali",
|
|
33
|
+
"Task title": "Titolo attività",
|
|
34
|
+
"Title of each task item. Default to node title.": "Titolo di ogni elemento attività. Predefinito: titolo del nodo."
|
|
30
35
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:人工处理节点",
|
|
5
5
|
"description": "Could be used for workflows which some of decisions are made by users.",
|
|
6
6
|
"description.zh-CN": "用于人工控制部分决策的流程。",
|
|
7
|
-
"version": "1.7.0-beta.
|
|
7
|
+
"version": "1.7.0-beta.8",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-manual",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@nocobase/test": "1.x",
|
|
31
31
|
"@nocobase/utils": "1.x"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "9ad35ee90db98d95dfa660645d155f4f4e81b47c",
|
|
34
34
|
"keywords": [
|
|
35
35
|
"Workflow"
|
|
36
36
|
]
|