@nocobase/plugin-field-sort 2.0.0-alpha.9 → 2.0.0-beta.2
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 +7 -7
- package/dist/locale/de-DE.json +1 -1
- package/dist/locale/en-US.json +1 -1
- package/dist/locale/es-ES.json +1 -0
- package/dist/locale/fr-FR.json +1 -0
- package/dist/locale/hu-HU.json +1 -0
- package/dist/locale/id-ID.json +1 -0
- package/dist/locale/it-IT.json +1 -0
- package/dist/locale/ja-JP.json +1 -0
- package/dist/locale/ko-KR.json +1 -0
- package/dist/locale/pt-BR.json +1 -0
- package/dist/locale/ru-RU.json +1 -0
- package/dist/locale/tr-TR.json +1 -0
- package/dist/locale/uk-UA.json +1 -0
- package/dist/locale/vi-VN.json +1 -0
- package/dist/locale/zh-CN.json +1 -1
- package/dist/locale/zh-TW.json +1 -0
- package/package.json +4 -2
package/dist/externalVersion.js
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"antd": "5.24.2",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/flow-engine": "2.0.0-
|
|
14
|
-
"@nocobase/client": "2.0.0-
|
|
13
|
+
"@nocobase/flow-engine": "2.0.0-beta.2",
|
|
14
|
+
"@nocobase/client": "2.0.0-beta.2",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
|
-
"@nocobase/database": "2.0.0-
|
|
17
|
-
"@nocobase/actions": "2.0.0-
|
|
18
|
-
"@nocobase/server": "2.0.0-
|
|
19
|
-
"@nocobase/data-source-manager": "2.0.0-
|
|
16
|
+
"@nocobase/database": "2.0.0-beta.2",
|
|
17
|
+
"@nocobase/actions": "2.0.0-beta.2",
|
|
18
|
+
"@nocobase/server": "2.0.0-beta.2",
|
|
19
|
+
"@nocobase/data-source-manager": "2.0.0-beta.2",
|
|
20
20
|
"sequelize": "6.35.2",
|
|
21
|
-
"@nocobase/lock-manager": "2.0.0-
|
|
21
|
+
"@nocobase/lock-manager": "2.0.0-beta.2"
|
|
22
22
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{}
|
|
1
|
+
{}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{}
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{}
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-field-sort",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"displayName": "Collection field: Sort",
|
|
6
|
+
"displayName.ru-RU": "Поле коллекции: Сортировка",
|
|
6
7
|
"displayName.zh-CN": "数据表字段:排序",
|
|
7
8
|
"description": "Used to sort the data in a collection.",
|
|
9
|
+
"description.ru-RU": "Используется для сортировки данных в коллекции.",
|
|
8
10
|
"description.zh-CN": "用于对数据表的数据进行排序。",
|
|
9
11
|
"main": "dist/server/index.js",
|
|
10
12
|
"peerDependencies": {
|
|
@@ -20,5 +22,5 @@
|
|
|
20
22
|
"keywords": [
|
|
21
23
|
"Collection fields"
|
|
22
24
|
],
|
|
23
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "b77a33ee933ae6e09d2d5dce017ca15d8552d57b"
|
|
24
26
|
}
|