@nocobase/client 1.4.9 → 1.4.11
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/lib/locale/en-US.js
CHANGED
|
@@ -776,7 +776,7 @@ module.exports = {
|
|
|
776
776
|
"Quick duplicate": "Quick duplicate",
|
|
777
777
|
"Duplicate and continue": "Duplicate and continue",
|
|
778
778
|
"Please configure the duplicate fields": "Please configure the duplicate fields",
|
|
779
|
-
Add: "
|
|
779
|
+
Add: "Add",
|
|
780
780
|
"Add new mode": "Add new mode",
|
|
781
781
|
"Quick add": "Quick add",
|
|
782
782
|
"Modal add": "Modal add",
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1031,5 +1031,6 @@ module.exports = {
|
|
|
1031
1031
|
Plugin: "\u63D2\u4EF6",
|
|
1032
1032
|
"Bulk enable": "\u6279\u91CF\u6FC0\u6D3B",
|
|
1033
1033
|
"Search plugin...": "\u641C\u7D22\u63D2\u4EF6...",
|
|
1034
|
-
"Package name": "\u5305\u540D"
|
|
1034
|
+
"Package name": "\u5305\u540D",
|
|
1035
|
+
"Fields can only be used correctly if they are defined with an interface.": "\u53EA\u6709\u5B57\u6BB5\u8BBE\u7F6E\u4E86interface\u5B57\u6BB5\u624D\u80FD\u6B63\u5E38\u4F7F\u7528"
|
|
1035
1036
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.11",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"@formily/reactive-react": "^2.2.27",
|
|
28
28
|
"@formily/shared": "^2.2.27",
|
|
29
29
|
"@formily/validator": "^2.2.27",
|
|
30
|
-
"@nocobase/evaluators": "1.4.
|
|
31
|
-
"@nocobase/sdk": "1.4.
|
|
32
|
-
"@nocobase/utils": "1.4.
|
|
30
|
+
"@nocobase/evaluators": "1.4.11",
|
|
31
|
+
"@nocobase/sdk": "1.4.11",
|
|
32
|
+
"@nocobase/utils": "1.4.11",
|
|
33
33
|
"ahooks": "^3.7.2",
|
|
34
34
|
"antd": "5.12.8",
|
|
35
35
|
"antd-style": "3.7.1",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
"dumi": "2.2.14",
|
|
82
82
|
"dumi-theme-nocobase": "^0.2.28"
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "275065a7af0069fc43be71b0231d246146854c7e"
|
|
85
85
|
}
|