@nocobase/client 1.2.2-alpha → 1.2.4-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.
@@ -102,7 +102,7 @@ module.exports = {
102
102
  "Allow sign up": "\u30B5\u30A4\u30F3\u30A2\u30C3\u30D7\u3092\u8A31\u53EF",
103
103
  "Sign out": "\u30B5\u30A4\u30F3\u30A2\u30A6\u30C8",
104
104
  Cancel: "\u53D6\u6D88",
105
- Submit: "\u9001\u4FE1",
105
+ Submit: "\u4FDD\u5B58",
106
106
  Close: "\u9589\u3058\u308B",
107
107
  "Set the data scope": "\u30C7\u30FC\u30BF\u7BC4\u56F2\u306E\u8A2D\u5B9A",
108
108
  "Data loading mode": "\u30C7\u30FC\u30BF\u8AAD\u307F\u8FBC\u307F\u30E2\u30FC\u30C9",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.2.2-alpha",
3
+ "version": "1.2.4-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.2-alpha",
30
- "@nocobase/sdk": "1.2.2-alpha",
31
- "@nocobase/utils": "1.2.2-alpha",
29
+ "@nocobase/evaluators": "1.2.4-alpha",
30
+ "@nocobase/sdk": "1.2.4-alpha",
31
+ "@nocobase/utils": "1.2.4-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": "d968839548b92e4d4c20614fdb44a17494f84439"
82
+ "gitHead": "bacfa9133d38339862eee143c516432c2327099e"
83
83
  }