@fctc/interface-logic 1.3.9 → 1.3.10
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/{view-type-BGJfDe73.d.mts → api-type-38YDuhk_.d.mts} +1 -27
- package/dist/{view-type-BGJfDe73.d.ts → api-type-38YDuhk_.d.ts} +1 -27
- package/dist/configs.js +12 -9
- package/dist/configs.mjs +12 -9
- package/dist/environment.d.mts +2 -1
- package/dist/environment.d.ts +2 -1
- package/dist/environment.js +14 -10
- package/dist/environment.mjs +14 -10
- package/dist/hooks.d.mts +15 -8
- package/dist/hooks.d.ts +15 -8
- package/dist/hooks.js +123 -150
- package/dist/hooks.mjs +83 -109
- package/dist/provider.js +13 -10
- package/dist/provider.mjs +13 -10
- package/dist/services.d.mts +14 -2
- package/dist/services.d.ts +14 -2
- package/dist/services.js +13 -24
- package/dist/services.mjs +13 -24
- package/package.json +76 -81
- package/dist/types.d.mts +0 -17
- package/dist/types.d.ts +0 -17
- package/dist/types.js +0 -18
- package/dist/types.mjs +0 -0
|
@@ -31,18 +31,6 @@ interface Specification {
|
|
|
31
31
|
interface ContextApi {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
}
|
|
34
|
-
interface GetAllParams {
|
|
35
|
-
model?: string;
|
|
36
|
-
ids?: number[];
|
|
37
|
-
specification: Specification;
|
|
38
|
-
domain?: any[];
|
|
39
|
-
offset?: number;
|
|
40
|
-
sort: any;
|
|
41
|
-
fields: any;
|
|
42
|
-
groupby: any;
|
|
43
|
-
context?: ContextApi;
|
|
44
|
-
limit?: number;
|
|
45
|
-
}
|
|
46
34
|
interface GetListParams {
|
|
47
35
|
model: string;
|
|
48
36
|
ids?: number[];
|
|
@@ -96,18 +84,4 @@ type GetSelectionType = {
|
|
|
96
84
|
specification?: any;
|
|
97
85
|
};
|
|
98
86
|
|
|
99
|
-
type
|
|
100
|
-
type Option = {
|
|
101
|
-
action_id?: number;
|
|
102
|
-
load_filters?: boolean;
|
|
103
|
-
toolbar?: boolean;
|
|
104
|
-
};
|
|
105
|
-
interface GetViewParams {
|
|
106
|
-
model?: string;
|
|
107
|
-
views?: View[];
|
|
108
|
-
context?: Record<string, any>;
|
|
109
|
-
options?: Option;
|
|
110
|
-
aid?: number | string | null | boolean;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
export type { ContextApi as C, DeleteParams as D, ForgotPasswordBody as F, GetAllParams as G, LoginCredentialBody as L, OnChangeParams as O, ResetPasswordRequest as R, SaveParams as S, UpdatePasswordRequest as U, ViewData as V, GetDetailParams as a, GetListParams as b, GetSelectionType as c, SocialTokenBody as d, Specification as e, GetViewParams as f, View as g, updatePasswordBody as u };
|
|
87
|
+
export type { ContextApi as C, DeleteParams as D, ForgotPasswordBody as F, GetListParams as G, LoginCredentialBody as L, OnChangeParams as O, ResetPasswordRequest as R, SaveParams as S, UpdatePasswordRequest as U, ViewData as V, GetDetailParams as a, GetSelectionType as b, SocialTokenBody as c, updatePasswordBody as u };
|
|
@@ -31,18 +31,6 @@ interface Specification {
|
|
|
31
31
|
interface ContextApi {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
}
|
|
34
|
-
interface GetAllParams {
|
|
35
|
-
model?: string;
|
|
36
|
-
ids?: number[];
|
|
37
|
-
specification: Specification;
|
|
38
|
-
domain?: any[];
|
|
39
|
-
offset?: number;
|
|
40
|
-
sort: any;
|
|
41
|
-
fields: any;
|
|
42
|
-
groupby: any;
|
|
43
|
-
context?: ContextApi;
|
|
44
|
-
limit?: number;
|
|
45
|
-
}
|
|
46
34
|
interface GetListParams {
|
|
47
35
|
model: string;
|
|
48
36
|
ids?: number[];
|
|
@@ -96,18 +84,4 @@ type GetSelectionType = {
|
|
|
96
84
|
specification?: any;
|
|
97
85
|
};
|
|
98
86
|
|
|
99
|
-
type
|
|
100
|
-
type Option = {
|
|
101
|
-
action_id?: number;
|
|
102
|
-
load_filters?: boolean;
|
|
103
|
-
toolbar?: boolean;
|
|
104
|
-
};
|
|
105
|
-
interface GetViewParams {
|
|
106
|
-
model?: string;
|
|
107
|
-
views?: View[];
|
|
108
|
-
context?: Record<string, any>;
|
|
109
|
-
options?: Option;
|
|
110
|
-
aid?: number | string | null | boolean;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
export type { ContextApi as C, DeleteParams as D, ForgotPasswordBody as F, GetAllParams as G, LoginCredentialBody as L, OnChangeParams as O, ResetPasswordRequest as R, SaveParams as S, UpdatePasswordRequest as U, ViewData as V, GetDetailParams as a, GetListParams as b, GetSelectionType as c, SocialTokenBody as d, Specification as e, GetViewParams as f, View as g, updatePasswordBody as u };
|
|
87
|
+
export type { ContextApi as C, DeleteParams as D, ForgotPasswordBody as F, GetListParams as G, LoginCredentialBody as L, OnChangeParams as O, ResetPasswordRequest as R, SaveParams as S, UpdatePasswordRequest as U, ViewData as V, GetDetailParams as a, GetSelectionType as b, SocialTokenBody as c, updatePasswordBody as u };
|
package/dist/configs.js
CHANGED
|
@@ -2229,16 +2229,19 @@ var axiosClient = {
|
|
|
2229
2229
|
timeout: 5e4,
|
|
2230
2230
|
paramsSerializer: (params) => new URLSearchParams(params).toString()
|
|
2231
2231
|
});
|
|
2232
|
-
instance.interceptors.request.use(
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2232
|
+
instance.interceptors.request.use(
|
|
2233
|
+
async (config2) => {
|
|
2234
|
+
const useRefreshToken = config2.useRefreshToken;
|
|
2235
|
+
const token = useRefreshToken ? await localStorage2.getRefreshToken() : await localStorage2.getAccessToken();
|
|
2236
|
+
if (token) {
|
|
2237
|
+
config2.headers["Authorization"] = "Bearer " + token;
|
|
2238
|
+
}
|
|
2239
|
+
return config2;
|
|
2240
|
+
},
|
|
2241
|
+
(error) => {
|
|
2242
|
+
Promise.reject(error);
|
|
2236
2243
|
}
|
|
2237
|
-
|
|
2238
|
-
const token = await getToken?.();
|
|
2239
|
-
if (token) config2.headers["Authorization"] = `Bearer ${token}`;
|
|
2240
|
-
return config2;
|
|
2241
|
-
}, Promise.reject);
|
|
2244
|
+
);
|
|
2242
2245
|
instance.interceptors.response.use(
|
|
2243
2246
|
(response) => {
|
|
2244
2247
|
return handleResponse(response);
|
package/dist/configs.mjs
CHANGED
|
@@ -2193,16 +2193,19 @@ var axiosClient = {
|
|
|
2193
2193
|
timeout: 5e4,
|
|
2194
2194
|
paramsSerializer: (params) => new URLSearchParams(params).toString()
|
|
2195
2195
|
});
|
|
2196
|
-
instance.interceptors.request.use(
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2196
|
+
instance.interceptors.request.use(
|
|
2197
|
+
async (config2) => {
|
|
2198
|
+
const useRefreshToken = config2.useRefreshToken;
|
|
2199
|
+
const token = useRefreshToken ? await localStorage2.getRefreshToken() : await localStorage2.getAccessToken();
|
|
2200
|
+
if (token) {
|
|
2201
|
+
config2.headers["Authorization"] = "Bearer " + token;
|
|
2202
|
+
}
|
|
2203
|
+
return config2;
|
|
2204
|
+
},
|
|
2205
|
+
(error) => {
|
|
2206
|
+
Promise.reject(error);
|
|
2200
2207
|
}
|
|
2201
|
-
|
|
2202
|
-
const token = await getToken?.();
|
|
2203
|
-
if (token) config2.headers["Authorization"] = `Bearer ${token}`;
|
|
2204
|
-
return config2;
|
|
2205
|
-
}, Promise.reject);
|
|
2208
|
+
);
|
|
2206
2209
|
instance.interceptors.response.use(
|
|
2207
2210
|
(response) => {
|
|
2208
2211
|
return handleResponse(response);
|
package/dist/environment.d.mts
CHANGED
|
@@ -46,7 +46,8 @@ declare class EnvStore {
|
|
|
46
46
|
setUserInfo(userInfo: any): void;
|
|
47
47
|
}
|
|
48
48
|
declare let env: EnvStore | null;
|
|
49
|
-
declare function initEnv({ localStorageUtils, sessionStorageUtils, }: {
|
|
49
|
+
declare function initEnv({ envStore, localStorageUtils, sessionStorageUtils, }: {
|
|
50
|
+
envStore?: any;
|
|
50
51
|
localStorageUtils?: LocalStorageUtilsType;
|
|
51
52
|
sessionStorageUtils?: SessionStorageUtilsType;
|
|
52
53
|
}): EnvStore;
|
package/dist/environment.d.ts
CHANGED
|
@@ -46,7 +46,8 @@ declare class EnvStore {
|
|
|
46
46
|
setUserInfo(userInfo: any): void;
|
|
47
47
|
}
|
|
48
48
|
declare let env: EnvStore | null;
|
|
49
|
-
declare function initEnv({ localStorageUtils, sessionStorageUtils, }: {
|
|
49
|
+
declare function initEnv({ envStore, localStorageUtils, sessionStorageUtils, }: {
|
|
50
|
+
envStore?: any;
|
|
50
51
|
localStorageUtils?: LocalStorageUtilsType;
|
|
51
52
|
sessionStorageUtils?: SessionStorageUtilsType;
|
|
52
53
|
}): EnvStore;
|
package/dist/environment.js
CHANGED
|
@@ -2232,16 +2232,19 @@ var axiosClient = {
|
|
|
2232
2232
|
timeout: 5e4,
|
|
2233
2233
|
paramsSerializer: (params) => new URLSearchParams(params).toString()
|
|
2234
2234
|
});
|
|
2235
|
-
instance.interceptors.request.use(
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2235
|
+
instance.interceptors.request.use(
|
|
2236
|
+
async (config2) => {
|
|
2237
|
+
const useRefreshToken = config2.useRefreshToken;
|
|
2238
|
+
const token = useRefreshToken ? await localStorage2.getRefreshToken() : await localStorage2.getAccessToken();
|
|
2239
|
+
if (token) {
|
|
2240
|
+
config2.headers["Authorization"] = "Bearer " + token;
|
|
2241
|
+
}
|
|
2242
|
+
return config2;
|
|
2243
|
+
},
|
|
2244
|
+
(error) => {
|
|
2245
|
+
Promise.reject(error);
|
|
2239
2246
|
}
|
|
2240
|
-
|
|
2241
|
-
const token = await getToken?.();
|
|
2242
|
-
if (token) config2.headers["Authorization"] = `Bearer ${token}`;
|
|
2243
|
-
return config2;
|
|
2244
|
-
}, Promise.reject);
|
|
2247
|
+
);
|
|
2245
2248
|
instance.interceptors.response.use(
|
|
2246
2249
|
(response) => {
|
|
2247
2250
|
return handleResponse(response);
|
|
@@ -3071,10 +3074,11 @@ var EnvStore = class {
|
|
|
3071
3074
|
};
|
|
3072
3075
|
var env = null;
|
|
3073
3076
|
function initEnv({
|
|
3077
|
+
envStore: envStore2,
|
|
3074
3078
|
localStorageUtils: localStorageUtils2,
|
|
3075
3079
|
sessionStorageUtils: sessionStorageUtils2
|
|
3076
3080
|
}) {
|
|
3077
|
-
env = new EnvStore(
|
|
3081
|
+
env = new EnvStore(envStore2, localStorageUtils2, sessionStorageUtils2);
|
|
3078
3082
|
return env;
|
|
3079
3083
|
}
|
|
3080
3084
|
function getEnv() {
|
package/dist/environment.mjs
CHANGED
|
@@ -2193,16 +2193,19 @@ var axiosClient = {
|
|
|
2193
2193
|
timeout: 5e4,
|
|
2194
2194
|
paramsSerializer: (params) => new URLSearchParams(params).toString()
|
|
2195
2195
|
});
|
|
2196
|
-
instance.interceptors.request.use(
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2196
|
+
instance.interceptors.request.use(
|
|
2197
|
+
async (config2) => {
|
|
2198
|
+
const useRefreshToken = config2.useRefreshToken;
|
|
2199
|
+
const token = useRefreshToken ? await localStorage2.getRefreshToken() : await localStorage2.getAccessToken();
|
|
2200
|
+
if (token) {
|
|
2201
|
+
config2.headers["Authorization"] = "Bearer " + token;
|
|
2202
|
+
}
|
|
2203
|
+
return config2;
|
|
2204
|
+
},
|
|
2205
|
+
(error) => {
|
|
2206
|
+
Promise.reject(error);
|
|
2200
2207
|
}
|
|
2201
|
-
|
|
2202
|
-
const token = await getToken?.();
|
|
2203
|
-
if (token) config2.headers["Authorization"] = `Bearer ${token}`;
|
|
2204
|
-
return config2;
|
|
2205
|
-
}, Promise.reject);
|
|
2208
|
+
);
|
|
2206
2209
|
instance.interceptors.response.use(
|
|
2207
2210
|
(response) => {
|
|
2208
2211
|
return handleResponse(response);
|
|
@@ -3032,10 +3035,11 @@ var EnvStore = class {
|
|
|
3032
3035
|
};
|
|
3033
3036
|
var env = null;
|
|
3034
3037
|
function initEnv({
|
|
3038
|
+
envStore: envStore2,
|
|
3035
3039
|
localStorageUtils: localStorageUtils2,
|
|
3036
3040
|
sessionStorageUtils: sessionStorageUtils2
|
|
3037
3041
|
}) {
|
|
3038
|
-
env = new EnvStore(
|
|
3042
|
+
env = new EnvStore(envStore2, localStorageUtils2, sessionStorageUtils2);
|
|
3039
3043
|
return env;
|
|
3040
3044
|
}
|
|
3041
3045
|
function getEnv() {
|
package/dist/hooks.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
|
-
import { L as LoginCredentialBody,
|
|
2
|
+
import { L as LoginCredentialBody, c as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, V as ViewData, C as ContextApi, b as GetSelectionType } from './api-type-38YDuhk_.mjs';
|
|
3
3
|
|
|
4
4
|
declare const useForgotPassword: () => _tanstack_react_query.UseMutationResult<any, Error, string, unknown>;
|
|
5
5
|
|
|
@@ -36,11 +36,6 @@ declare const useGetAccessByCode: () => _tanstack_react_query.UseMutationResult<
|
|
|
36
36
|
code: string;
|
|
37
37
|
}, unknown>;
|
|
38
38
|
|
|
39
|
-
declare const useValidateActionToken: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
40
|
-
actionToken: string;
|
|
41
|
-
path: string;
|
|
42
|
-
}, unknown>;
|
|
43
|
-
|
|
44
39
|
declare const useGetCompanyInfo: () => _tanstack_react_query.UseMutationResult<any, Error, number, unknown>;
|
|
45
40
|
|
|
46
41
|
declare const useGetCurrentCompany: () => _tanstack_react_query.UseMutationResult<any, Error, void, unknown>;
|
|
@@ -171,7 +166,6 @@ interface BaseModelInit {
|
|
|
171
166
|
actContext?: Record<string, any>;
|
|
172
167
|
fields?: any;
|
|
173
168
|
}
|
|
174
|
-
|
|
175
169
|
declare class BaseModel {
|
|
176
170
|
name: string;
|
|
177
171
|
view: Record<string, any>;
|
|
@@ -276,6 +270,19 @@ declare const useGetSelection: ({ data, queryKey, enabled, }: {
|
|
|
276
270
|
enabled?: boolean;
|
|
277
271
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
278
272
|
|
|
273
|
+
type View = [number | boolean, string];
|
|
274
|
+
type Option = {
|
|
275
|
+
action_id?: number;
|
|
276
|
+
load_filters?: boolean;
|
|
277
|
+
toolbar?: boolean;
|
|
278
|
+
};
|
|
279
|
+
interface GetViewParams {
|
|
280
|
+
model?: string;
|
|
281
|
+
views?: View[];
|
|
282
|
+
context?: Record<string, any>;
|
|
283
|
+
options?: Option;
|
|
284
|
+
aid?: number | string | null | boolean;
|
|
285
|
+
}
|
|
279
286
|
declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
280
287
|
|
|
281
288
|
declare const useLoadAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -361,4 +368,4 @@ declare const useVerifyTotp: () => _tanstack_react_query.UseMutationResult<any,
|
|
|
361
368
|
code: string;
|
|
362
369
|
}, unknown>;
|
|
363
370
|
|
|
364
|
-
export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGet2FAMethods, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFieldsViewSecurity, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetPrintReport, useGetProGressBar, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetUser, useGetView, useGrantAccess, useIsValidToken, useLoadAction, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdatePassword, useUploadFile, useUploadIdFile, useUploadImage,
|
|
371
|
+
export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGet2FAMethods, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFieldsViewSecurity, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetPrintReport, useGetProGressBar, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetUser, useGetView, useGrantAccess, useIsValidToken, useLoadAction, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdatePassword, useUploadFile, useUploadIdFile, useUploadImage, useVerify2FA, useVerifyTotp };
|
package/dist/hooks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
|
-
import { L as LoginCredentialBody,
|
|
2
|
+
import { L as LoginCredentialBody, c as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, V as ViewData, C as ContextApi, b as GetSelectionType } from './api-type-38YDuhk_.js';
|
|
3
3
|
|
|
4
4
|
declare const useForgotPassword: () => _tanstack_react_query.UseMutationResult<any, Error, string, unknown>;
|
|
5
5
|
|
|
@@ -36,11 +36,6 @@ declare const useGetAccessByCode: () => _tanstack_react_query.UseMutationResult<
|
|
|
36
36
|
code: string;
|
|
37
37
|
}, unknown>;
|
|
38
38
|
|
|
39
|
-
declare const useValidateActionToken: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
40
|
-
actionToken: string;
|
|
41
|
-
path: string;
|
|
42
|
-
}, unknown>;
|
|
43
|
-
|
|
44
39
|
declare const useGetCompanyInfo: () => _tanstack_react_query.UseMutationResult<any, Error, number, unknown>;
|
|
45
40
|
|
|
46
41
|
declare const useGetCurrentCompany: () => _tanstack_react_query.UseMutationResult<any, Error, void, unknown>;
|
|
@@ -171,7 +166,6 @@ interface BaseModelInit {
|
|
|
171
166
|
actContext?: Record<string, any>;
|
|
172
167
|
fields?: any;
|
|
173
168
|
}
|
|
174
|
-
|
|
175
169
|
declare class BaseModel {
|
|
176
170
|
name: string;
|
|
177
171
|
view: Record<string, any>;
|
|
@@ -276,6 +270,19 @@ declare const useGetSelection: ({ data, queryKey, enabled, }: {
|
|
|
276
270
|
enabled?: boolean;
|
|
277
271
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
278
272
|
|
|
273
|
+
type View = [number | boolean, string];
|
|
274
|
+
type Option = {
|
|
275
|
+
action_id?: number;
|
|
276
|
+
load_filters?: boolean;
|
|
277
|
+
toolbar?: boolean;
|
|
278
|
+
};
|
|
279
|
+
interface GetViewParams {
|
|
280
|
+
model?: string;
|
|
281
|
+
views?: View[];
|
|
282
|
+
context?: Record<string, any>;
|
|
283
|
+
options?: Option;
|
|
284
|
+
aid?: number | string | null | boolean;
|
|
285
|
+
}
|
|
279
286
|
declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
280
287
|
|
|
281
288
|
declare const useLoadAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -361,4 +368,4 @@ declare const useVerifyTotp: () => _tanstack_react_query.UseMutationResult<any,
|
|
|
361
368
|
code: string;
|
|
362
369
|
}, unknown>;
|
|
363
370
|
|
|
364
|
-
export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGet2FAMethods, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFieldsViewSecurity, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetPrintReport, useGetProGressBar, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetUser, useGetView, useGrantAccess, useIsValidToken, useLoadAction, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdatePassword, useUploadFile, useUploadIdFile, useUploadImage,
|
|
371
|
+
export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGet2FAMethods, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFieldsViewSecurity, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetPrintReport, useGetProGressBar, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetUser, useGetView, useGrantAccess, useIsValidToken, useLoadAction, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdatePassword, useUploadFile, useUploadIdFile, useUploadImage, useVerify2FA, useVerifyTotp };
|