@nocobase/client 1.3.38-beta → 1.3.39-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.38-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.39-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.38-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.38-beta",
4153
- "@nocobase/sdk": "1.3.38-beta",
4154
- "@nocobase/utils": "1.3.38-beta",
4152
+ "@nocobase/evaluators": "1.3.39-beta",
4153
+ "@nocobase/sdk": "1.3.39-beta",
4154
+ "@nocobase/utils": "1.3.39-beta",
4155
4155
  ahooks: "^3.7.2",
4156
4156
  antd: "5.12.8",
4157
4157
  "antd-style": "3.4.5",
@@ -58562,15 +58562,6 @@ const commonOptions$2 = {
58562
58562
  name: "filterBlocks",
58563
58563
  title: '{{t("Filter blocks")}}',
58564
58564
  type: "itemGroup",
58565
- useVisible() {
58566
- const e = useCollection();
58567
- return useMemo(
58568
- () => e.fields.some(
58569
- (t) => canMakeAssociationBlock(t) && ["hasMany", "belongsToMany"].includes(t.type)
58570
- ),
58571
- [e.fields]
58572
- );
58573
- },
58574
58565
  children: [
58575
58566
  {
58576
58567
  name: "filterForm",