@nocobase/client 1.6.20 → 1.6.21

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.
@@ -818,6 +818,7 @@ module.exports = {
818
818
  "File size should not exceed {{size}}.": "\u6587\u4EF6\u5927\u5C0F\u4E0D\u80FD\u8D85\u8FC7 {{size}}",
819
819
  "File size exceeds the limit": "\u6587\u4EF6\u5927\u5C0F\u8D85\u8FC7\u9650\u5236",
820
820
  "File type is not allowed": "\u6587\u4EF6\u7C7B\u578B\u4E0D\u5141\u8BB8",
821
+ Uploading: "\u4E0A\u4F20\u4E2D",
821
822
  "Incomplete uploading files need to be resolved": "\u672A\u5B8C\u6210\u4E0A\u4F20\u7684\u6587\u4EF6\u9700\u8981\u5904\u7406",
822
823
  "Default title for each record": "\u7528\u4F5C\u6570\u636E\u7684\u9ED8\u8BA4\u6807\u9898",
823
824
  "If collection inherits, choose inherited collections as templates": "\u5F53\u524D\u8868\u6709\u7EE7\u627F\u5173\u7CFB\u65F6\uFF0C\u53EF\u9009\u62E9\u7EE7\u627F\u94FE\u8DEF\u4E0A\u7684\u8868\u4F5C\u4E3A\u6A21\u677F\u6765\u6E90",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.6.20",
3
+ "version": "1.6.21",
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.6.20",
31
- "@nocobase/sdk": "1.6.20",
32
- "@nocobase/utils": "1.6.20",
30
+ "@nocobase/evaluators": "1.6.21",
31
+ "@nocobase/sdk": "1.6.21",
32
+ "@nocobase/utils": "1.6.21",
33
33
  "ahooks": "^3.7.2",
34
34
  "antd": "5.12.8",
35
35
  "antd-style": "3.7.1",
@@ -82,5 +82,5 @@
82
82
  "dumi": "2.2.14",
83
83
  "dumi-theme-nocobase": "^0.2.28"
84
84
  },
85
- "gitHead": "fe915073be058f8d256000b16d7c1735dc08c23b"
85
+ "gitHead": "2538df7c081e1bb558acead3f0cd87b6a7f02c78"
86
86
  }