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
|
|
8255
|
-
router.
|
|
8254
|
+
if (item.status === "Menu") {
|
|
8255
|
+
router.push(`/${pathName.split("/")[1]}/pageNotFound`);
|
|
8256
8256
|
return;
|
|
8257
8257
|
}
|
|
8258
|
-
router.
|
|
8258
|
+
router.push(`/${pathName.split("/")[1]}/${normalizePath(item.link)}`);
|
|
8259
8259
|
},
|
|
8260
8260
|
children: item.links && /* @__PURE__ */ jsx60(RenderNavLinks, { items: item.links })
|
|
8261
8261
|
},
|
package/dist/core/index.mjs
CHANGED
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
MyStatsCard,
|
|
32
32
|
MyTextInput2 as MyTextInput,
|
|
33
33
|
MyWeeklySessionSchedulerPicker
|
|
34
|
-
} from "../chunk-
|
|
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-
|
|
105
|
+
} from "../chunk-SGE5PC2A.mjs";
|
|
106
106
|
import "../chunk-BJAYNNOF.mjs";
|
|
107
107
|
import "../chunk-KGBXMHKR.mjs";
|
|
108
108
|
import "../chunk-XAQLBGVI.mjs";
|
package/dist/shared/index.mjs
CHANGED