@nocobase/plugin-snapshot-field 1.9.0-beta.16 → 1.9.0-beta.17
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/ru-RU.json +11 -0
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.9.0-beta.
|
|
11
|
+
"@nocobase/client": "1.9.0-beta.17",
|
|
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.9.0-beta.
|
|
17
|
-
"@nocobase/server": "1.9.0-beta.
|
|
16
|
+
"@nocobase/database": "1.9.0-beta.17",
|
|
17
|
+
"@nocobase/server": "1.9.0-beta.17",
|
|
18
18
|
"antd": "5.24.2",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
20
|
"@ant-design/icons": "5.6.1",
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Detail": "Детали",
|
|
3
|
+
"Snapshot": "Снимок",
|
|
4
|
+
"View record": "Просмотр записи",
|
|
5
|
+
"Add block": "Добавить блок",
|
|
6
|
+
"Allow linking to multiple records": "Разрешить связывание с несколькими записями",
|
|
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.": "При добавлении новой записи создавать снимок для связанной записи и сохранять в текущей записи. Снимок не обновляется при последующем изменении записи.",
|
|
8
|
+
"The association field to snapshot": "Поле связи для снимка",
|
|
9
|
+
"Snapshot the snapshot's association fields": "Создавать снимки полей связи снимка",
|
|
10
|
+
"Please select": "Пожалуйста, выберите"
|
|
11
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-snapshot-field",
|
|
3
3
|
"displayName": "Collection field: Snapshot",
|
|
4
|
+
"displayName.ru-RU": "Поле коллекции: Снимок",
|
|
4
5
|
"displayName.zh-CN": "数据表字段:关系快照",
|
|
5
6
|
"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.",
|
|
7
|
+
"description.ru-RU": "При добавлении новой записи создаёт снимок связанной записи и сохраняет его в текущей записи. Снимок не обновляется при изменении связанной записи.",
|
|
6
8
|
"description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
|
|
7
|
-
"version": "1.9.0-beta.
|
|
9
|
+
"version": "1.9.0-beta.17",
|
|
8
10
|
"license": "AGPL-3.0",
|
|
9
11
|
"main": "./dist/server/index.js",
|
|
10
12
|
"homepage": "https://docs.nocobase.com/handbook/field-snapshot",
|
|
13
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/field-snapshot",
|
|
11
14
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-snapshot",
|
|
12
15
|
"devDependencies": {
|
|
13
16
|
"@ant-design/icons": "5.x",
|
|
@@ -25,7 +28,7 @@
|
|
|
25
28
|
"@nocobase/test": "1.x",
|
|
26
29
|
"@nocobase/utils": "1.x"
|
|
27
30
|
},
|
|
28
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "4f95b676235fa3f7583493412279d8132a20c4d0",
|
|
29
32
|
"keywords": [
|
|
30
33
|
"Collection fields"
|
|
31
34
|
]
|