@nocobase/client 1.2.9-alpha → 1.2.11-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.
@@ -830,5 +830,6 @@ module.exports = {
830
830
  'This variable has been deprecated and can be replaced with "Current form"': 'This variable has been deprecated and can be replaced with "Current form"',
831
831
  "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.",
832
832
  "URL search params": "URL search params",
833
- "Expand All": "Expand All"
833
+ "Expand All": "Expand All",
834
+ Search: "Search"
834
835
  };
@@ -932,7 +932,9 @@ module.exports = {
932
932
  Separator: "\u5206\u9694\u7B26",
933
933
  Prefix: "\u524D\u7F00",
934
934
  Suffix: "\u540E\u7F00",
935
+ "Record unique key": "\u8BB0\u5F55\u552F\u4E00\u6807\u8BC6\u7B26",
935
936
  "Filter target key": "\u7B5B\u9009\u76EE\u6807\u952E",
937
+ "If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "\u5F53\u6570\u636E\u8868\u6CA1\u6709\u4E3B\u952E\u65F6\uFF0C\u4F60\u9700\u8981\u914D\u7F6E\u8BB0\u5F55\u552F\u4E00\u6807\u8BC6\u7B26\uFF0C\u7528\u4E8E\u5728\u533A\u5757\u4E2D\u5B9A\u4F4D\u884C\u8BB0\u5F55\uFF0C\u4E0D\u914D\u7F6E\u5C06\u65E0\u6CD5\u521B\u5EFA\u8BE5\u8868\u7684\u6570\u636E\u533A\u5757\u3002",
936
938
  "Filter data based on the specific field, with the requirement that the field value must be unique.": "\u6839\u636E\u7279\u5B9A\u7684\u5B57\u6BB5\u7B5B\u9009\u6570\u636E\uFF0C\u5B57\u6BB5\u503C\u5FC5\u987B\u5177\u5907\u552F\u4E00\u6027\u3002",
937
939
  "Multiply by": "\u4E58\u4EE5",
938
940
  "Divide by": "\u9664\u4EE5",
@@ -959,5 +961,6 @@ module.exports = {
959
961
  "Edit link": "\u7F16\u8F91\u94FE\u63A5",
960
962
  "Add parameter": "\u6DFB\u52A0\u53C2\u6570",
961
963
  "URL search params": "URL \u67E5\u8BE2\u53C2\u6570",
962
- "Expand All": "\u5C55\u5F00\u5168\u90E8"
964
+ "Expand All": "\u5C55\u5F00\u5168\u90E8",
965
+ Search: "\u641C\u7D22"
963
966
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.2.9-alpha",
3
+ "version": "1.2.11-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.9-alpha",
30
- "@nocobase/sdk": "1.2.9-alpha",
31
- "@nocobase/utils": "1.2.9-alpha",
29
+ "@nocobase/evaluators": "1.2.11-alpha",
30
+ "@nocobase/sdk": "1.2.11-alpha",
31
+ "@nocobase/utils": "1.2.11-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": "b80e4678e8098d60755195ec63f865122aba021a"
82
+ "gitHead": "251ff80e1ae6c0a9b4892fc6986dcdc0f5518fe8"
83
83
  }