@nocobase/plugin-public-forms 1.5.24 → 1.5.26
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/it-IT.json +18 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.5.
|
|
11
|
+
"@nocobase/client": "1.5.26",
|
|
12
12
|
"react-i18next": "11.18.6",
|
|
13
|
-
"@nocobase/plugin-ui-schema-storage": "1.5.
|
|
14
|
-
"@nocobase/server": "1.5.
|
|
13
|
+
"@nocobase/plugin-ui-schema-storage": "1.5.26",
|
|
14
|
+
"@nocobase/server": "1.5.26",
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"@ant-design/icons": "5.2.6",
|
|
17
17
|
"antd": "5.12.8",
|
|
@@ -22,5 +22,5 @@ module.exports = {
|
|
|
22
22
|
"@formily/react": "2.3.0",
|
|
23
23
|
"@formily/core": "2.3.0",
|
|
24
24
|
"@formily/shared": "2.3.2",
|
|
25
|
-
"@nocobase/database": "1.5.
|
|
25
|
+
"@nocobase/database": "1.5.26"
|
|
26
26
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Enable form": "Abilita modulo",
|
|
3
|
+
"Public forms": "Moduli pubblici",
|
|
4
|
+
"Add New": "Aggiungi",
|
|
5
|
+
"Type": "Tipo",
|
|
6
|
+
"Open form": "Apri modulo pubblico",
|
|
7
|
+
"Set password": "Imposta password",
|
|
8
|
+
"Copy link": "Copia link",
|
|
9
|
+
"QR code": "Codice QR",
|
|
10
|
+
"The form is not enabled and cannot be accessed": "Il modulo non è abilitato e non è accessibile",
|
|
11
|
+
"Link copied successfully": "Link copiato con successo",
|
|
12
|
+
"After successful submission": "Dopo l'invio riuscito",
|
|
13
|
+
"Enable password": "Abilita password",
|
|
14
|
+
"Prompt after successful submission": "Messaggio di avviso dopo l'invio riuscito",
|
|
15
|
+
"Form": "Modulo normale",
|
|
16
|
+
"# Submitted successfully!\nThis is a demo text, **supports Markdown syntax**.": "# Inviato con successo!\nQuesto è un testo dimostrativo, **supporta la sintassi Markdown**.",
|
|
17
|
+
"The form is not found": "Modulo non trovato"
|
|
18
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-public-forms",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.26",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"displayName": "Public forms",
|
|
6
6
|
"displayName.zh-CN": "公开表单",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"@nocobase/server": "1.x",
|
|
17
17
|
"@nocobase/test": "1.x"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "ac88290d32cbc2373bc2a9f6f0302d84f1d9984e"
|
|
20
20
|
}
|