@nocobase/client 1.3.14-beta → 1.3.16-beta
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/block-provider/hooks/index.d.ts +1 -1
- package/es/data-source/components/CollectionDeletedPlaceholder.d.ts +4 -0
- package/es/index.mjs +1757 -1743
- package/lib/index.js +51 -42
- package/lib/locale/zh-CN.js +2 -1
- package/package.json +5 -5
package/lib/locale/zh-CN.js
CHANGED
|
@@ -971,5 +971,6 @@ module.exports = {
|
|
|
971
971
|
"Use simple pagination mode": "\u4F7F\u7528\u7B80\u5355\u5206\u9875\u6A21\u5F0F",
|
|
972
972
|
"Sorry, the page you visited does not exist.": "\u62B1\u6B49\uFF0C\u4F60\u8BBF\u95EE\u7684\u9875\u9762\u4E0D\u5B58\u5728\u3002",
|
|
973
973
|
"Set Template Engine": "\u8BBE\u7F6E\u6A21\u677F\u5F15\u64CE",
|
|
974
|
-
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "\u5728\u5206\u9875\u65F6\u8DF3\u8FC7\u83B7\u53D6\u8868\u8BB0\u5F55\u603B\u6570\uFF0C\u4EE5\u52A0\u5FEB\u52A0\u8F7D\u901F\u5EA6\uFF0C\u5EFA\u8BAE\u5BF9\u6709\u5927\u91CF\u6570\u636E\u7684\u6570\u636E\u8868\u5F00\u542F\u6B64\u9009\u9879"
|
|
974
|
+
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "\u5728\u5206\u9875\u65F6\u8DF3\u8FC7\u83B7\u53D6\u8868\u8BB0\u5F55\u603B\u6570\uFF0C\u4EE5\u52A0\u5FEB\u52A0\u8F7D\u901F\u5EA6\uFF0C\u5EFA\u8BAE\u5BF9\u6709\u5927\u91CF\u6570\u636E\u7684\u6570\u636E\u8868\u5F00\u542F\u6B64\u9009\u9879",
|
|
975
|
+
'The current user only has the UI configuration permission, but don\'t have view permission for collection "{{name}}"': '\u5F53\u524D\u7528\u6237\u53EA\u6709 UI \u914D\u7F6E\u6743\u9650\uFF0C\u4F46\u6CA1\u6709\u6570\u636E\u8868 "{{name}}" \u67E5\u770B\u6743\u9650\u3002'
|
|
975
976
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.16-beta",
|
|
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.3.
|
|
30
|
-
"@nocobase/sdk": "1.3.
|
|
31
|
-
"@nocobase/utils": "1.3.
|
|
29
|
+
"@nocobase/evaluators": "1.3.16-beta",
|
|
30
|
+
"@nocobase/sdk": "1.3.16-beta",
|
|
31
|
+
"@nocobase/utils": "1.3.16-beta",
|
|
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": "28fae8fe9165b82d6ee4d4104cd81530aa897176"
|
|
83
83
|
}
|