@nocobase/plugin-workflow-manual 1.6.0-beta.17 → 1.6.0-beta.19
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 +30 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,22 +8,22 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.6.0-beta.
|
|
11
|
+
"@nocobase/client": "1.6.0-beta.19",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/plugin-workflow": "1.6.0-beta.
|
|
13
|
+
"@nocobase/plugin-workflow": "1.6.0-beta.19",
|
|
14
14
|
"@formily/react": "2.3.0",
|
|
15
15
|
"antd": "5.12.8",
|
|
16
16
|
"dayjs": "1.11.10",
|
|
17
17
|
"@ant-design/icons": "5.6.1",
|
|
18
18
|
"react-i18next": "11.18.6",
|
|
19
|
-
"@nocobase/utils": "1.6.0-beta.
|
|
20
|
-
"@nocobase/server": "1.6.0-beta.
|
|
21
|
-
"@nocobase/actions": "1.6.0-beta.
|
|
22
|
-
"@nocobase/resourcer": "1.6.0-beta.
|
|
23
|
-
"@nocobase/test": "1.6.0-beta.
|
|
24
|
-
"@nocobase/plugin-workflow-test": "1.6.0-beta.
|
|
19
|
+
"@nocobase/utils": "1.6.0-beta.19",
|
|
20
|
+
"@nocobase/server": "1.6.0-beta.19",
|
|
21
|
+
"@nocobase/actions": "1.6.0-beta.19",
|
|
22
|
+
"@nocobase/resourcer": "1.6.0-beta.19",
|
|
23
|
+
"@nocobase/test": "1.6.0-beta.19",
|
|
24
|
+
"@nocobase/plugin-workflow-test": "1.6.0-beta.19",
|
|
25
25
|
"@formily/core": "2.3.0",
|
|
26
26
|
"@formily/antd-v5": "1.1.9",
|
|
27
|
-
"@nocobase/database": "1.6.0-beta.
|
|
27
|
+
"@nocobase/database": "1.6.0-beta.19",
|
|
28
28
|
"lodash": "4.17.21"
|
|
29
29
|
};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Manual": "Manuale",
|
|
3
|
+
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "Può essere utilizzato per l'invio manuale di dati e per determinare se continuare o uscire. Il workflow genererà un elemento 'da fare' per l'utente assegnato quando raggiunge un nodo manuale e continuerà l'elaborazione dopo che l'utente avrà inviato il modulo.",
|
|
4
|
+
"Values preset in this form will override user submitted ones when continue or reject.": "I valori preimpostati in questo modulo sovrascriveranno quelli inviati dall'utente quando si continua o si rifiuta.",
|
|
5
|
+
"Assignee": "Assegnatario",
|
|
6
|
+
"Assignees": "Assegnatari",
|
|
7
|
+
"User interface": "Interfaccia utente",
|
|
8
|
+
"Configure user interface": "Configura interfaccia utente",
|
|
9
|
+
"View user interface": "Visualizza interfaccia utente",
|
|
10
|
+
"Separately": "Separato",
|
|
11
|
+
"Each user has own task": "Ogni utente ha il proprio compito",
|
|
12
|
+
"Collaboratively": "Collaborativo",
|
|
13
|
+
"Everyone shares one task": "Tutti condividono un compito",
|
|
14
|
+
"Negotiation": "Negoziazione",
|
|
15
|
+
"All pass": "Tutti passano",
|
|
16
|
+
"Everyone should pass": "Tutti dovrebbero passare",
|
|
17
|
+
"Any pass": "Qualcuno passa",
|
|
18
|
+
"Anyone pass": "Chiunque passa",
|
|
19
|
+
"Field name existed in form": "Nome campo esistente nel modulo",
|
|
20
|
+
"Continue the process": "Continua il processo",
|
|
21
|
+
"Terminate the process": "Termina il processo",
|
|
22
|
+
"Save temporarily": "Salva temporaneamente",
|
|
23
|
+
"Custom form": "Modulo personalizzato",
|
|
24
|
+
"Data record": "Record dati",
|
|
25
|
+
"Create record form": "Modulo creazione record",
|
|
26
|
+
"Update record form": "Modulo aggiornamento record",
|
|
27
|
+
"Filter settings": "Impostazioni filtro",
|
|
28
|
+
"Workflow todos": "'Da fare' del workflow",
|
|
29
|
+
"Task": "Compito"
|
|
30
|
+
}
|
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.6.0-beta.
|
|
7
|
+
"version": "1.6.0-beta.19",
|
|
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": "3d63b81ba99b4c9c30fbf9ad879c675281d28c28",
|
|
34
34
|
"keywords": [
|
|
35
35
|
"Workflow"
|
|
36
36
|
]
|