@nocobase/client 1.2.38-alpha → 1.2.39-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.
@@ -967,5 +967,6 @@ module.exports = {
967
967
  "Open in new window": "\u65B0\u7A97\u53E3\u6253\u5F00",
968
968
  "is none of": "\u4E0D\u5305\u542B\u4EFB\u4F55\u4E00\u4E2A",
969
969
  "is any of": "\u5305\u542B\u4EFB\u4F55\u4E00\u4E2A",
970
- "Use simple pagination mode": "\u4F7F\u7528\u7B80\u5355\u5206\u9875\u6A21\u5F0F"
970
+ "Use simple pagination mode": "\u4F7F\u7528\u7B80\u5355\u5206\u9875\u6A21\u5F0F",
971
+ "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"
971
972
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.2.38-alpha",
3
+ "version": "1.2.39-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.38-alpha",
30
- "@nocobase/sdk": "1.2.38-alpha",
31
- "@nocobase/utils": "1.2.38-alpha",
29
+ "@nocobase/evaluators": "1.2.39-alpha",
30
+ "@nocobase/sdk": "1.2.39-alpha",
31
+ "@nocobase/utils": "1.2.39-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": "8dad44e01936302b5cc7f9bf342f0321c4167f44"
82
+ "gitHead": "ed76c0c552c58bff45b85601cebff4c4bd80c8cd"
83
83
  }