@nocobase/client 1.3.17-beta → 1.3.19-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
@@ -4095,7 +4095,7 @@ function addAppVersion(e, t) {
4095
4095
  addAppVersion((n = e.properties) == null ? void 0 : n[o], t);
4096
4096
  }), e;
4097
4097
  }
4098
- const name = "@nocobase/client", version$1 = "1.3.17-beta", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
4098
+ const name = "@nocobase/client", version$1 = "1.3.19-beta", license = "AGPL-3.0", main = "lib/index.js", module = "es/index.mjs", types = "es/index.d.ts", dependencies = {
4099
4099
  "@ahooksjs/use-url-state": "3.5.1",
4100
4100
  "@ant-design/cssinjs": "^1.11.1",
4101
4101
  "@ant-design/icons": "^5.1.4",
@@ -4116,9 +4116,9 @@ const name = "@nocobase/client", version$1 = "1.3.17-beta", license = "AGPL-3.0"
4116
4116
  "@formily/reactive-react": "^2.2.27",
4117
4117
  "@formily/shared": "^2.2.27",
4118
4118
  "@formily/validator": "^2.2.27",
4119
- "@nocobase/evaluators": "1.3.17-beta",
4120
- "@nocobase/sdk": "1.3.17-beta",
4121
- "@nocobase/utils": "1.3.17-beta",
4119
+ "@nocobase/evaluators": "1.3.19-beta",
4120
+ "@nocobase/sdk": "1.3.19-beta",
4121
+ "@nocobase/utils": "1.3.19-beta",
4122
4122
  ahooks: "^3.7.2",
4123
4123
  antd: "^5.12.8",
4124
4124
  "antd-style": "3.4.5",
@@ -10002,7 +10002,7 @@ const popupsContextStorage = {}, getStoredPopupContext = (e) => popupsContextSto
10002
10002
  (L) => {
10003
10003
  if (!f())
10004
10004
  return y == null ? void 0 : y(!1);
10005
- getStoredPopupContext(L) && !getStoredPopupContext(L).notBackToPreviousPath ? t(-1) : t(withSearchParams(removeLastPopupPath(o.pathname)));
10005
+ t(withSearchParams(removeLastPopupPath(o.pathname)), { replace: !0 });
10006
10006
  },
10007
10007
  [f, y, t, o == null ? void 0 : o.pathname]
10008
10008
  ), k = useCallback(
@@ -31,10 +31,6 @@ export interface PopupContextStorage extends PopupContext {
31
31
  /** used to refresh data for block */
32
32
  service?: any;
33
33
  sourceId?: string;
34
- /**
35
- * if true, will not back to the previous path when closing the popup
36
- */
37
- notBackToPreviousPath?: boolean;
38
34
  }
39
35
  export declare const getStoredPopupContext: (popupUid: string) => PopupContextStorage;
40
36
  /**