@fctc/interface-logic 3.3.8 → 3.4.0
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/hooks.d.mts +15 -3
- package/dist/hooks.d.ts +15 -3
- package/dist/hooks.js +178 -126
- package/dist/hooks.mjs +83 -32
- package/dist/provider.d.mts +3 -2
- package/dist/provider.d.ts +3 -2
- package/dist/provider.js +177 -126
- package/dist/provider.mjs +83 -32
- package/dist/services.d.mts +2 -1
- package/dist/services.d.ts +2 -1
- package/dist/services.js +86 -63
- package/dist/services.mjs +39 -16
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/{view-type-LCI2KPYD.d.mts → view-type-DUiFtWlQ.d.mts} +7 -1
- package/dist/{view-type-LCI2KPYD.d.ts → view-type-DUiFtWlQ.d.ts} +7 -1
- package/package.json +90 -90
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, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, T as TThreadData,
|
|
2
|
+
import { L as LoginCredentialBody, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, T as TThreadData, C as ContextApi, V as ViewData, c as GetSelectionType, f as GetViewParams } from './view-type-DUiFtWlQ.mjs';
|
|
3
3
|
import { B as BaseModelInit } from './base-model-type-DD8uZnDP.mjs';
|
|
4
4
|
import { BaseModel } from './models.mjs';
|
|
5
5
|
|
|
@@ -189,6 +189,17 @@ declare const useGetThreadMessages: ({ data, queryKey, enabled, service, xNode,
|
|
|
189
189
|
xNode?: string;
|
|
190
190
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
191
191
|
|
|
192
|
+
declare const useGetExternalTabs: ({ data, queryKey, enabled, service, xNode, }: {
|
|
193
|
+
data: {
|
|
194
|
+
method?: string;
|
|
195
|
+
context: ContextApi;
|
|
196
|
+
};
|
|
197
|
+
queryKey: any[];
|
|
198
|
+
enabled?: boolean;
|
|
199
|
+
service?: string;
|
|
200
|
+
xNode?: string;
|
|
201
|
+
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
202
|
+
|
|
192
203
|
declare const useDelete: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
193
204
|
ids: any;
|
|
194
205
|
model: string;
|
|
@@ -210,10 +221,11 @@ declare const useGetDetail: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
210
221
|
xNode?: string;
|
|
211
222
|
}, unknown>;
|
|
212
223
|
|
|
213
|
-
declare const useGetFieldOnChange: ({ model, service, xNode, }: {
|
|
224
|
+
declare const useGetFieldOnChange: ({ model, service, xNode, enabled, }: {
|
|
214
225
|
model: string;
|
|
215
226
|
service?: string;
|
|
216
227
|
xNode?: string;
|
|
228
|
+
enabled?: boolean;
|
|
217
229
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
218
230
|
|
|
219
231
|
declare const useGetListMyBankAccount: ({ domain, spectification, model, }: {
|
|
@@ -621,4 +633,4 @@ declare const useProcessOrder: () => _tanstack_react_query.UseMutationResult<unk
|
|
|
621
633
|
xNode?: string;
|
|
622
634
|
}, unknown>;
|
|
623
635
|
|
|
624
|
-
export { useAddEntity, useButton, useChangeOrderPreparationState as useChangeOrderPreparaionState, useChangeStatus, useCheckPayment, useCreateEntity, useCreatePosConfig, useCreateSession, useDelete, useDeleteComment, useDeleteEntity, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGenSerialNumber, useGet2FAMethods, useGetASession, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetList, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetOrderLine, useGetPos, useGetPreparationDisplayData, useGetPrintReport, useGetProGressBar, useGetProductImage, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetTenantMapping, useGetThreadData, useGetThreadMessages, useGetToken, useGetUser, useGetView, useGrantAccess, useHandleCloseSession, useHandleClosingDetailSession, useHandleClosingSession, useIsValidToken, useLoadAction, useLoadDataPosSession, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useManageOnChange, useManageSession, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useProcessOrder, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSearchJournal, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdateClosedSession, useUpdateEntity, useUpdateOrderStatus, useUpdatePassword, useUploadFile, useUploadFileExcel, useUploadIdFile, useUploadImage, useValidateActionToken, useVerify2FA, useVerifyTotp };
|
|
636
|
+
export { useAddEntity, useButton, useChangeOrderPreparationState as useChangeOrderPreparaionState, useChangeStatus, useCheckPayment, useCreateEntity, useCreatePosConfig, useCreateSession, useDelete, useDeleteComment, useDeleteEntity, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGenSerialNumber, useGet2FAMethods, useGetASession, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetExternalTabs, useGetFieldExport, useGetFieldOnChange, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetList, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetOrderLine, useGetPos, useGetPreparationDisplayData, useGetPrintReport, useGetProGressBar, useGetProductImage, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetTenantMapping, useGetThreadData, useGetThreadMessages, useGetToken, useGetUser, useGetView, useGrantAccess, useHandleCloseSession, useHandleClosingDetailSession, useHandleClosingSession, useIsValidToken, useLoadAction, useLoadDataPosSession, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useManageOnChange, useManageSession, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useProcessOrder, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSearchJournal, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdateClosedSession, useUpdateEntity, useUpdateOrderStatus, useUpdatePassword, useUploadFile, useUploadFileExcel, useUploadIdFile, useUploadImage, useValidateActionToken, 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, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, T as TThreadData,
|
|
2
|
+
import { L as LoginCredentialBody, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, T as TThreadData, C as ContextApi, V as ViewData, c as GetSelectionType, f as GetViewParams } from './view-type-DUiFtWlQ.js';
|
|
3
3
|
import { B as BaseModelInit } from './base-model-type-DD8uZnDP.js';
|
|
4
4
|
import { BaseModel } from './models.js';
|
|
5
5
|
|
|
@@ -189,6 +189,17 @@ declare const useGetThreadMessages: ({ data, queryKey, enabled, service, xNode,
|
|
|
189
189
|
xNode?: string;
|
|
190
190
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
191
191
|
|
|
192
|
+
declare const useGetExternalTabs: ({ data, queryKey, enabled, service, xNode, }: {
|
|
193
|
+
data: {
|
|
194
|
+
method?: string;
|
|
195
|
+
context: ContextApi;
|
|
196
|
+
};
|
|
197
|
+
queryKey: any[];
|
|
198
|
+
enabled?: boolean;
|
|
199
|
+
service?: string;
|
|
200
|
+
xNode?: string;
|
|
201
|
+
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
202
|
+
|
|
192
203
|
declare const useDelete: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
193
204
|
ids: any;
|
|
194
205
|
model: string;
|
|
@@ -210,10 +221,11 @@ declare const useGetDetail: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
210
221
|
xNode?: string;
|
|
211
222
|
}, unknown>;
|
|
212
223
|
|
|
213
|
-
declare const useGetFieldOnChange: ({ model, service, xNode, }: {
|
|
224
|
+
declare const useGetFieldOnChange: ({ model, service, xNode, enabled, }: {
|
|
214
225
|
model: string;
|
|
215
226
|
service?: string;
|
|
216
227
|
xNode?: string;
|
|
228
|
+
enabled?: boolean;
|
|
217
229
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
218
230
|
|
|
219
231
|
declare const useGetListMyBankAccount: ({ domain, spectification, model, }: {
|
|
@@ -621,4 +633,4 @@ declare const useProcessOrder: () => _tanstack_react_query.UseMutationResult<unk
|
|
|
621
633
|
xNode?: string;
|
|
622
634
|
}, unknown>;
|
|
623
635
|
|
|
624
|
-
export { useAddEntity, useButton, useChangeOrderPreparationState as useChangeOrderPreparaionState, useChangeStatus, useCheckPayment, useCreateEntity, useCreatePosConfig, useCreateSession, useDelete, useDeleteComment, useDeleteEntity, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGenSerialNumber, useGet2FAMethods, useGetASession, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetFieldExport, useGetFieldOnChange, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetList, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetOrderLine, useGetPos, useGetPreparationDisplayData, useGetPrintReport, useGetProGressBar, useGetProductImage, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetTenantMapping, useGetThreadData, useGetThreadMessages, useGetToken, useGetUser, useGetView, useGrantAccess, useHandleCloseSession, useHandleClosingDetailSession, useHandleClosingSession, useIsValidToken, useLoadAction, useLoadDataPosSession, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useManageOnChange, useManageSession, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useProcessOrder, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSearchJournal, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdateClosedSession, useUpdateEntity, useUpdateOrderStatus, useUpdatePassword, useUploadFile, useUploadFileExcel, useUploadIdFile, useUploadImage, useValidateActionToken, useVerify2FA, useVerifyTotp };
|
|
636
|
+
export { useAddEntity, useButton, useChangeOrderPreparationState as useChangeOrderPreparaionState, useChangeStatus, useCheckPayment, useCreateEntity, useCreatePosConfig, useCreateSession, useDelete, useDeleteComment, useDeleteEntity, useDuplicateRecord, useExecuteImport, useExportExcel, useForgotPassword, useForgotPasswordSSO, useGenSerialNumber, useGet2FAMethods, useGetASession, useGetAccessByCode, useGetActionDetail, useGetAll, useGetCalendar, useGetComment, useGetCompanyInfo, useGetConversionRate, useGetCurrency, useGetCurrentCompany, useGetDetail, useGetExternalTabs, useGetFieldExport, useGetFieldOnChange, useGetFileExcel, useGetFormView, useGetGroups, useGetImage, useGetList, useGetListCompany, useGetListData, useGetListMyBankAccount, useGetMenu, useGetOrderLine, useGetPos, useGetPreparationDisplayData, useGetPrintReport, useGetProGressBar, useGetProductImage, useGetProfile, useGetProvider, useGetResequence, useGetSelection, useGetTenantMapping, useGetThreadData, useGetThreadMessages, useGetToken, useGetUser, useGetView, useGrantAccess, useHandleCloseSession, useHandleClosingDetailSession, useHandleClosingSession, useIsValidToken, useLoadAction, useLoadDataPosSession, useLoadMessage, useLoginCredential, useLoginSocial, useLogout, useManageOnChange, useManageSession, useModel, useOdooDataTransform, useOnChangeForm, useParsePreview, usePrint, useProcessOrder, useRemoveRow, useRemoveTotpSetup, useRequestSetupTotp, useResetPassword, useResetPasswordSSO, useRunAction, useSave, useSearchJournal, useSendComment, useSettingsWebRead2fa, useSignInSSO, useSwitchLocale, useUpdateClosedSession, useUpdateEntity, useUpdateOrderStatus, useUpdatePassword, useUploadFile, useUploadFileExcel, useUploadIdFile, useUploadImage, useValidateActionToken, useVerify2FA, useVerifyTotp };
|