aq-fe-framework 0.1.220 → 0.1.221
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/dist/{chunk-CUPVVJAX.mjs → chunk-NUVAE2KU.mjs} +2 -2
- package/dist/{chunk-3M42242C.mjs → chunk-TLIVIMUO.mjs} +1 -1
- package/dist/components/index.mjs +2 -2
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.mjs +3 -3
- package/dist/modules-features/index.mjs +2 -2
- package/package.json +1 -1
@@ -4,7 +4,7 @@ import {
|
|
4
4
|
|
5
5
|
// src/hooks/useLoadConfig.ts
|
6
6
|
import { useEffect } from "react";
|
7
|
-
var
|
7
|
+
var useLoadAxiosConfig = (axiosInstance) => {
|
8
8
|
useEffect(() => {
|
9
9
|
(async () => {
|
10
10
|
try {
|
@@ -131,7 +131,7 @@ function useQ_SkillCenter_GetAll() {
|
|
131
131
|
export {
|
132
132
|
baseAxios_default,
|
133
133
|
useQ_AQ_GetAQModule,
|
134
|
-
|
134
|
+
useLoadAxiosConfig,
|
135
135
|
createBaseApi,
|
136
136
|
useMyReactMutation,
|
137
137
|
useMyReactQuery,
|
@@ -65,8 +65,8 @@ import {
|
|
65
65
|
useS_BasicAppShell,
|
66
66
|
useS_ButtonImport,
|
67
67
|
utils_layout_getItemsWithoutLinks
|
68
|
-
} from "../chunk-
|
69
|
-
import "../chunk-
|
68
|
+
} from "../chunk-TLIVIMUO.mjs";
|
69
|
+
import "../chunk-NUVAE2KU.mjs";
|
70
70
|
import "../chunk-Y3YGC5IH.mjs";
|
71
71
|
import "../chunk-5U2JSHSJ.mjs";
|
72
72
|
import "../chunk-7ZCOFATU.mjs";
|
package/dist/hooks/index.d.mts
CHANGED
@@ -4,7 +4,7 @@ import * as _tanstack_react_query from '@tanstack/react-query';
|
|
4
4
|
import { UseMutationOptions, QueryKey, UseQueryOptions } from '@tanstack/react-query';
|
5
5
|
import { I as IAQModule } from '../IAQModule-XZYlbivW.mjs';
|
6
6
|
|
7
|
-
declare const
|
7
|
+
declare const useLoadAxiosConfig: (axiosInstance: AxiosInstance) => void;
|
8
8
|
|
9
9
|
interface MyApiResponse<IRes> {
|
10
10
|
isSuccess: 1 | 0;
|
@@ -36,4 +36,4 @@ declare function useMyReactQuery<IRes, IBody>({ queryKey, axiosFn, options }: My
|
|
36
36
|
|
37
37
|
declare function useQ_AQ_GetAQModule(): _tanstack_react_query.UseQueryResult<IAQModule, Error>;
|
38
38
|
|
39
|
-
export { type MyApiResponse, createBaseApi,
|
39
|
+
export { type MyApiResponse, createBaseApi, useLoadAxiosConfig, useMyReactMutation, useMyReactQuery, useQ_AQ_GetAQModule };
|
package/dist/hooks/index.mjs
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
import {
|
2
2
|
createBaseApi,
|
3
|
-
|
3
|
+
useLoadAxiosConfig,
|
4
4
|
useMyReactMutation,
|
5
5
|
useMyReactQuery,
|
6
6
|
useQ_AQ_GetAQModule
|
7
|
-
} from "../chunk-
|
7
|
+
} from "../chunk-NUVAE2KU.mjs";
|
8
8
|
import "../chunk-7ZCOFATU.mjs";
|
9
9
|
import "../chunk-FWCSY2DS.mjs";
|
10
10
|
export {
|
11
11
|
createBaseApi,
|
12
|
-
|
12
|
+
useLoadAxiosConfig,
|
13
13
|
useMyReactMutation,
|
14
14
|
useMyReactQuery,
|
15
15
|
useQ_AQ_GetAQModule
|
@@ -25,12 +25,12 @@ import {
|
|
25
25
|
useS_BasicAppShell,
|
26
26
|
useS_authenticate,
|
27
27
|
utils_layout_getItemsWithoutLinks
|
28
|
-
} from "../chunk-
|
28
|
+
} from "../chunk-TLIVIMUO.mjs";
|
29
29
|
import {
|
30
30
|
baseAxios_default,
|
31
31
|
useQ_AQ_GetAQModule,
|
32
32
|
useQ_SkillCenter_GetAll
|
33
|
-
} from "../chunk-
|
33
|
+
} from "../chunk-NUVAE2KU.mjs";
|
34
34
|
import {
|
35
35
|
createGenericStore
|
36
36
|
} from "../chunk-Y3YGC5IH.mjs";
|