@nocobase/client 1.8.11 → 1.8.12
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
|
@@ -774,6 +774,7 @@ module.exports = {
|
|
|
774
774
|
"Column width": "Column width",
|
|
775
775
|
Sortable: "Sortable",
|
|
776
776
|
"Enable link": "Enable link",
|
|
777
|
+
"Auto focus": "Auto focus",
|
|
777
778
|
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "This is likely a NocoBase internals bug. Please open an issue at <1>here</1>",
|
|
778
779
|
"Render Failed": "Render Failed",
|
|
779
780
|
"App error": "App error",
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1139,5 +1139,6 @@ module.exports = {
|
|
|
1139
1139
|
"Scan to input": "\u626B\u7801\u5F55\u5165",
|
|
1140
1140
|
"Disable manual input": "\u7981\u6B62\u624B\u52A8\u8F93\u5165",
|
|
1141
1141
|
"Enable Scan": "\u542F\u7528\u626B\u7801\u5F55\u5165",
|
|
1142
|
+
"Auto focus": "\u81EA\u52A8\u805A\u7126",
|
|
1142
1143
|
"Date variables(Deprecated)": "\u65E5\u671F\u53D8\u91CF(\u5E9F\u5F03)"
|
|
1143
1144
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.12",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@formily/reactive-react": "^2.2.27",
|
|
27
27
|
"@formily/shared": "^2.2.27",
|
|
28
28
|
"@formily/validator": "^2.2.27",
|
|
29
|
-
"@nocobase/evaluators": "1.8.
|
|
30
|
-
"@nocobase/sdk": "1.8.
|
|
31
|
-
"@nocobase/utils": "1.8.
|
|
29
|
+
"@nocobase/evaluators": "1.8.12",
|
|
30
|
+
"@nocobase/sdk": "1.8.12",
|
|
31
|
+
"@nocobase/utils": "1.8.12",
|
|
32
32
|
"ahooks": "^3.7.2",
|
|
33
33
|
"antd": "5.24.2",
|
|
34
34
|
"antd-style": "3.7.1",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"dumi": "2.2.14",
|
|
84
84
|
"dumi-theme-nocobase": "^0.2.28"
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "d919db5f68f8b98209befae7343a8644e926021d"
|
|
87
87
|
}
|