aq-fe-framework 0.1.117 → 0.1.118
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.
@@ -2,6 +2,9 @@ import {
|
|
2
2
|
baseAxios_default,
|
3
3
|
useQ_AQ_GetAQModule
|
4
4
|
} from "./chunk-QAWKASVG.mjs";
|
5
|
+
import {
|
6
|
+
createGenericStore
|
7
|
+
} from "./chunk-Y3YGC5IH.mjs";
|
5
8
|
import {
|
6
9
|
U0DateToDDMMYYYString,
|
7
10
|
U0MyValidateEmail,
|
@@ -12,9 +15,6 @@ import {
|
|
12
15
|
import {
|
13
16
|
utils_notification_show
|
14
17
|
} from "./chunk-7ZCOFATU.mjs";
|
15
|
-
import {
|
16
|
-
createGenericStore
|
17
|
-
} from "./chunk-Y3YGC5IH.mjs";
|
18
18
|
import {
|
19
19
|
__objRest,
|
20
20
|
__spreadProps,
|
@@ -11193,7 +11193,7 @@ import { useRouter as useRouter4 } from "next/navigation";
|
|
11193
11193
|
// src/modules-features/Authenticate/useS_Authenticate.ts
|
11194
11194
|
var useStore6 = createGenericStore({
|
11195
11195
|
initialState: { token: "" },
|
11196
|
-
storageKey: "
|
11196
|
+
storageKey: "useS_Authenticate"
|
11197
11197
|
});
|
11198
11198
|
function useS_Authenticate() {
|
11199
11199
|
const store = useStore6();
|
@@ -65,11 +65,11 @@ import {
|
|
65
65
|
useS_BasicAppShell,
|
66
66
|
useS_ButtonImport,
|
67
67
|
utils_layout_getItemsWithoutLinks
|
68
|
-
} from "../chunk-
|
68
|
+
} from "../chunk-IX7UX3AJ.mjs";
|
69
69
|
import "../chunk-QAWKASVG.mjs";
|
70
|
+
import "../chunk-Y3YGC5IH.mjs";
|
70
71
|
import "../chunk-CJDXLINF.mjs";
|
71
72
|
import "../chunk-7ZCOFATU.mjs";
|
72
|
-
import "../chunk-Y3YGC5IH.mjs";
|
73
73
|
import "../chunk-FWCSY2DS.mjs";
|
74
74
|
export {
|
75
75
|
AQButtonCreateByImportFile,
|
@@ -65,11 +65,11 @@ import {
|
|
65
65
|
useS_core60524,
|
66
66
|
useS_core83092,
|
67
67
|
utils_core83092_mergePage
|
68
|
-
} from "../chunk-
|
68
|
+
} from "../chunk-IX7UX3AJ.mjs";
|
69
69
|
import "../chunk-QAWKASVG.mjs";
|
70
|
+
import "../chunk-Y3YGC5IH.mjs";
|
70
71
|
import "../chunk-CJDXLINF.mjs";
|
71
72
|
import "../chunk-7ZCOFATU.mjs";
|
72
|
-
import "../chunk-Y3YGC5IH.mjs";
|
73
73
|
import "../chunk-FWCSY2DS.mjs";
|
74
74
|
export {
|
75
75
|
F_Authenticate_Login,
|