aq-fe-framework 0.1.977 → 0.1.978

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.
@@ -8251,11 +8251,11 @@ function RenderNavLinks({ items }) {
8251
8251
  basicAppShellStore.toggleGroupMenuOpenId(item.label);
8252
8252
  return;
8253
8253
  }
8254
- if (item.status == "Menu") {
8255
- router.replace(`/${pathName.split("/")[1]}/pageNotFound`);
8254
+ if (item.status === "Menu") {
8255
+ router.push(`/${pathName.split("/")[1]}/pageNotFound`);
8256
8256
  return;
8257
8257
  }
8258
- router.replace(`/${pathName.split("/")[1]}/${normalizePath(item.link)}`);
8258
+ router.push(`/${pathName.split("/")[1]}/${normalizePath(item.link)}`);
8259
8259
  },
8260
8260
  children: item.links && /* @__PURE__ */ jsx60(RenderNavLinks, { items: item.links })
8261
8261
  },
@@ -68,7 +68,7 @@ import {
68
68
  useHeaderMegaMenuStore,
69
69
  useS_ButtonImport,
70
70
  useStore_BasicAppShell
71
- } from "../chunk-Q3M6GQ26.mjs";
71
+ } from "../chunk-SGE5PC2A.mjs";
72
72
  import "../chunk-BJAYNNOF.mjs";
73
73
  import "../chunk-KGBXMHKR.mjs";
74
74
  import "../chunk-XAQLBGVI.mjs";
@@ -31,7 +31,7 @@ import {
31
31
  MyStatsCard,
32
32
  MyTextInput2 as MyTextInput,
33
33
  MyWeeklySessionSchedulerPicker
34
- } from "../chunk-Q3M6GQ26.mjs";
34
+ } from "../chunk-SGE5PC2A.mjs";
35
35
  import "../chunk-BJAYNNOF.mjs";
36
36
  import "../chunk-KGBXMHKR.mjs";
37
37
  import "../chunk-XAQLBGVI.mjs";
@@ -102,7 +102,7 @@ import {
102
102
  MailTemplateDeleteButton,
103
103
  useS_moduleConfig,
104
104
  useStore_Authenticate
105
- } from "../chunk-Q3M6GQ26.mjs";
105
+ } from "../chunk-SGE5PC2A.mjs";
106
106
  import "../chunk-BJAYNNOF.mjs";
107
107
  import "../chunk-KGBXMHKR.mjs";
108
108
  import "../chunk-XAQLBGVI.mjs";
@@ -4,7 +4,7 @@ import {
4
4
  } from "../chunk-RGUQWALX.mjs";
5
5
  import {
6
6
  MySelect
7
- } from "../chunk-Q3M6GQ26.mjs";
7
+ } from "../chunk-SGE5PC2A.mjs";
8
8
  import "../chunk-BJAYNNOF.mjs";
9
9
  import "../chunk-KGBXMHKR.mjs";
10
10
  import {
package/package.json CHANGED
@@ -54,7 +54,7 @@
54
54
  "types": "./dist/build-object/index.d.mts"
55
55
  }
56
56
  },
57
- "version": "0.1.977",
57
+ "version": "0.1.978",
58
58
  "private": false,
59
59
  "files": [
60
60
  "dist"