@nocobase/plugin-snapshot-field 1.6.2 → 1.6.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 +3 -3
- package/dist/locale/de-DE.json +13 -0
- package/dist/locale/it-IT.json +5 -3
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.6.
|
|
11
|
+
"@nocobase/client": "1.6.3",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"@formily/react": "2.3.0",
|
|
14
14
|
"@formily/core": "2.3.0",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
|
-
"@nocobase/database": "1.6.
|
|
17
|
-
"@nocobase/server": "1.6.
|
|
16
|
+
"@nocobase/database": "1.6.3",
|
|
17
|
+
"@nocobase/server": "1.6.3",
|
|
18
18
|
"antd": "5.12.8",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
20
|
"@ant-design/icons": "5.6.1",
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Detail": "Detail",
|
|
3
|
+
"Snapshot": "Snapshot",
|
|
4
|
+
"View record": "Datensatz anzeigen",
|
|
5
|
+
"Add block": "Block hinzufügen",
|
|
6
|
+
"Allow linking to multiple records": "Verknüpfung mit mehreren Datensätzen erlauben",
|
|
7
|
+
"When adding a new record, create a snapshot for its relational record and save in the current record. The snapshot is not updated when the record is subsequently updated.": "Beim Hinzufügen eines neuen Datensatzes wird ein Snapshot für seinen Beziehungsdatensatz erstellt und im aktuellen Datensatz gespeichert. Der Snapshot wird nicht aktualisiert, wenn der Datensatz später aktualisiert wird.",
|
|
8
|
+
"The association field to snapshot": "Das Verknüpfungsfeld für den Snapshot",
|
|
9
|
+
"Snapshot the snapshot's association fields": "Snapshot der Verknüpfungsfelder des Snapshots",
|
|
10
|
+
"Please select": "Bitte auswählen",
|
|
11
|
+
"When a record is created, association data is backed up in a snapshot": "Wenn ein Datensatz erstellt wird, werden Verknüpfungsdaten in einem Snapshot gesichert",
|
|
12
|
+
"Snapshot data": "Snapshot-Daten"
|
|
13
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Detail": "Dettaglio",
|
|
3
|
-
"Snapshot": "Snapshot",
|
|
4
|
-
"View record": "Visualizza record",
|
|
3
|
+
"Snapshot": "Snapshot",
|
|
5
4
|
"Add block": "Aggiungi blocco",
|
|
6
|
-
"Allow linking to multiple records": "Consenti collegamento a più record",
|
|
7
5
|
"When adding a new record, create a snapshot for its relational record and save in the current record. The snapshot is not updated when the record is subsequently updated.": "Quando si aggiunge un nuovo record, crea uno snapshot del suo record relazionale e salvalo nel record corrente. Lo snapshot non viene aggiornato quando il record viene successivamente aggiornato.",
|
|
6
|
+
"View record": "Visualizza record",
|
|
7
|
+
"Allow linking to multiple records": "Consenti collegamento a più record",
|
|
8
8
|
"The association field to snapshot": "Campo di associazione per lo snapshot",
|
|
9
9
|
"Snapshot the snapshot's association fields": "Snapshot campi di associazione dello snapshot",
|
|
10
10
|
"Please select": "Seleziona"
|
|
11
|
+
"When a record is created, association data is backed up in a snapshot": "Quando viene creato un record, viene eseguito il backup dei dati relazionali in uno snapshot",
|
|
12
|
+
"Snapshot data": "Dati snapshot"
|
|
11
13
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "数据表字段:关系快照",
|
|
5
5
|
"description": "When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.",
|
|
6
6
|
"description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
|
|
7
|
-
"version": "1.6.
|
|
7
|
+
"version": "1.6.3",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/field-snapshot",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@nocobase/test": "1.x",
|
|
27
27
|
"@nocobase/utils": "1.x"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "a5236dc36ff3493fee4ced9d99e1889e9de300cf",
|
|
30
30
|
"keywords": [
|
|
31
31
|
"Collection fields"
|
|
32
32
|
]
|