@nocobase/client 1.3.39-beta → 1.3.40-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/index.mjs CHANGED
@@ -4128,7 +4128,7 @@ function addAppVersion(e, t) {
4128
4128
  addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
4129
4129
  }), e;
4130
4130
  }
4131
- const name = "@nocobase/client", version$1 = "1.3.39-beta", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
4131
+ const name = "@nocobase/client", version$1 = "1.3.40-beta", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
4132
4132
  "@ahooksjs/use-url-state": "3.5.1",
4133
4133
  "@ant-design/cssinjs": "^1.11.1",
4134
4134
  "@ant-design/icons": "^5.1.4",
@@ -4149,9 +4149,9 @@ const name = "@nocobase/client", version$1 = "1.3.39-beta", license = "AGPL-3.0"
4149
4149
  "@formily/reactive-react": "^2.2.27",
4150
4150
  "@formily/shared": "^2.2.27",
4151
4151
  "@formily/validator": "^2.2.27",
4152
- "@nocobase/evaluators": "1.3.39-beta",
4153
- "@nocobase/sdk": "1.3.39-beta",
4154
- "@nocobase/utils": "1.3.39-beta",
4152
+ "@nocobase/evaluators": "1.3.40-beta",
4153
+ "@nocobase/sdk": "1.3.40-beta",
4154
+ "@nocobase/utils": "1.3.40-beta",
4155
4155
  ahooks: "^3.7.2",
4156
4156
  antd: "5.12.8",
4157
4157
  "antd-style": "3.4.5",
@@ -5974,7 +5974,7 @@ function getJsonLogic() {
5974
5974
  ) : JSON.stringify(r) === JSON.stringify(i);
5975
5975
  },
5976
5976
  $eq: function(r, i) {
5977
- return Array.isArray(r) && Array.isArray(i) ? t(r, i) : Array.isArray(r) ? r.includes(i) : r === i;
5977
+ return Array.isArray(r) && Array.isArray(i) ? t(r, i) : Array.isArray(r) ? r.includes(i) : r == i;
5978
5978
  },
5979
5979
  $ne: function(r, i) {
5980
5980
  return r != i;
@@ -12267,7 +12267,8 @@ const useAPITokenVariable = ({
12267
12267
  hasMany: "list?pageSize=9999",
12268
12268
  belongsTo: "get",
12269
12269
  hasOne: "get",
12270
- belongsToMany: "list?pageSize=9999"
12270
+ belongsToMany: "list?pageSize=9999",
12271
+ belongsToArray: "get"
12271
12272
  }, getAction = (e) => TYPE_TO_ACTION[e], requested = {}, hasRequested = (e) => !!requested[e], getRequested = (e) => requested[e], stashRequested = (e, t) => {
12272
12273
  requested[e] = t;
12273
12274
  }, clearRequested = (e) => {
@@ -37637,7 +37638,7 @@ const blockDeleteSettings = new SchemaSettings({
37637
37638
  mapReadPretty(ReadPretty$6)
37638
37639
  ),
37639
37640
  { displayName: "Cascader" }
37640
- ), ReadPretty$5 = (e) => e.value ? /* @__PURE__ */ jsx(CheckOutlined, { style: { color: "#52c41a" } }) : e.showUnchecked ? /* @__PURE__ */ jsx(CloseOutlined, { style: { color: "#ff4d4f" } }) : null, Checkbox = connect(
37641
+ ), ReadPretty$5 = (e) => e.value ? /* @__PURE__ */ jsx(CheckOutlined, { style: { color: "#52c41a" } }) : e.showUnchecked ? /* @__PURE__ */ jsx(CloseOutlined, { style: { color: "#ff4d4f" } }) : /* @__PURE__ */ jsx(Checkbox$1, { disabled: !0 }), Checkbox = connect(
37641
37642
  (e) => {
37642
37643
  const t = (o) => {
37643
37644
  e == null || e.onChange(o);