@nocobase/client 1.2.35-alpha → 1.2.37-alpha
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/es/index.mjs +120 -33
- package/es/schema-settings/SchemaSettingsPagingMode.d.ts +10 -0
- package/es/schema-settings/index.d.ts +1 -0
- package/lib/index.js +20 -8
- package/lib/locale/zh-CN.js +3 -1
- package/package.json +5 -5
package/lib/locale/zh-CN.js
CHANGED
|
@@ -964,5 +964,7 @@ module.exports = {
|
|
|
964
964
|
"Expand All": "\u5C55\u5F00\u5168\u90E8",
|
|
965
965
|
Search: "\u641C\u7D22",
|
|
966
966
|
"Clear default value": "\u6E05\u9664\u9ED8\u8BA4\u503C",
|
|
967
|
-
"Open in new window": "\u65B0\u7A97\u53E3\u6253\u5F00"
|
|
967
|
+
"Open in new window": "\u65B0\u7A97\u53E3\u6253\u5F00",
|
|
968
|
+
"Paging mode": "\u5206\u9875\u6A21\u5F0F",
|
|
969
|
+
"Simple Paginate": "\u7B80\u5355\u5206\u9875"
|
|
968
970
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.37-alpha",
|
|
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.2.
|
|
30
|
-
"@nocobase/sdk": "1.2.
|
|
31
|
-
"@nocobase/utils": "1.2.
|
|
29
|
+
"@nocobase/evaluators": "1.2.37-alpha",
|
|
30
|
+
"@nocobase/sdk": "1.2.37-alpha",
|
|
31
|
+
"@nocobase/utils": "1.2.37-alpha",
|
|
32
32
|
"ahooks": "^3.7.2",
|
|
33
33
|
"antd": "^5.12.8",
|
|
34
34
|
"antd-style": "3.4.5",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"dumi": "2.2.14",
|
|
80
80
|
"dumi-theme-nocobase": "^0.2.28"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "3c53993c514d18a0fb9534953017426f202433bb"
|
|
83
83
|
}
|