@fctc/interface-logic 2.2.1 → 2.2.2
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/configs.d.mts +6 -6
- package/dist/configs.d.ts +6 -6
- package/dist/configs.js +22 -44
- package/dist/configs.mjs +22 -44
- package/dist/constants.d.mts +1 -0
- package/dist/constants.d.ts +1 -0
- package/dist/constants.js +1 -0
- package/dist/constants.mjs +1 -0
- package/dist/environment.js +22 -44
- package/dist/environment.mjs +22 -44
- package/dist/hooks.d.mts +4 -16
- package/dist/hooks.d.ts +4 -16
- package/dist/hooks.js +103 -209
- package/dist/hooks.mjs +103 -209
- package/dist/provider.d.mts +1 -2
- package/dist/provider.d.ts +1 -2
- package/dist/provider.js +125 -253
- package/dist/provider.mjs +125 -253
- package/dist/services.d.mts +15 -23
- package/dist/services.d.ts +15 -23
- package/dist/services.js +78 -160
- package/dist/services.mjs +78 -160
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/{view-type-p4JdAOsz.d.mts → view-type-BGJfDe73.d.mts} +0 -5
- package/dist/{view-type-p4JdAOsz.d.ts → view-type-BGJfDe73.d.ts} +0 -5
- package/package.json +85 -85
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, V as ViewData, C as ContextApi, c as GetSelectionType, f as GetViewParams } from './view-type-
|
|
2
|
+
import { L as LoginCredentialBody, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, V as ViewData, C as ContextApi, c as GetSelectionType, f as GetViewParams } from './view-type-BGJfDe73.js';
|
|
3
3
|
|
|
4
4
|
declare const useForgotPassword: () => _tanstack_react_query.UseMutationResult<any, Error, string, unknown>;
|
|
5
5
|
|
|
@@ -38,7 +38,6 @@ declare const useGetAccessByCode: () => _tanstack_react_query.UseMutationResult<
|
|
|
38
38
|
|
|
39
39
|
declare const useValidateActionToken: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
40
40
|
actionToken: string;
|
|
41
|
-
path: string;
|
|
42
41
|
}, unknown>;
|
|
43
42
|
|
|
44
43
|
declare const useGetCompanyInfo: () => _tanstack_react_query.UseMutationResult<any, Error, number, unknown>;
|
|
@@ -140,7 +139,6 @@ declare const useUploadImage: () => _tanstack_react_query.UseMutationResult<any,
|
|
|
140
139
|
declare const useDelete: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
141
140
|
ids: any;
|
|
142
141
|
model: string;
|
|
143
|
-
service?: string;
|
|
144
142
|
}, unknown>;
|
|
145
143
|
|
|
146
144
|
declare const useGetAll: ({ data, queryKey, viewResponse }: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -154,12 +152,10 @@ declare const useGetDetail: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
154
152
|
ids: any;
|
|
155
153
|
specification?: any;
|
|
156
154
|
context?: any;
|
|
157
|
-
service?: string;
|
|
158
155
|
}, unknown>;
|
|
159
156
|
|
|
160
|
-
declare const useGetFieldOnChange: ({ model
|
|
157
|
+
declare const useGetFieldOnChange: ({ model }: {
|
|
161
158
|
model: string;
|
|
162
|
-
service?: string;
|
|
163
159
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
164
160
|
|
|
165
161
|
declare const useGetListMyBankAccount: ({ domain, spectification, model, }: {
|
|
@@ -207,7 +203,6 @@ declare const useOnChangeForm: () => _tanstack_react_query.UseMutationResult<any
|
|
|
207
203
|
context: any;
|
|
208
204
|
object: any;
|
|
209
205
|
fieldChange?: any;
|
|
210
|
-
service?: string;
|
|
211
206
|
}, unknown>;
|
|
212
207
|
|
|
213
208
|
declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
@@ -217,7 +212,6 @@ declare const useSave: () => _tanstack_react_query.UseMutationResult<any, Error,
|
|
|
217
212
|
specification?: any;
|
|
218
213
|
context: any;
|
|
219
214
|
path?: string;
|
|
220
|
-
service?: string;
|
|
221
215
|
}, unknown>;
|
|
222
216
|
|
|
223
217
|
declare const useGetProfile: (path?: string) => _tanstack_react_query.UseMutationResult<any, Error, void, unknown>;
|
|
@@ -240,14 +234,12 @@ declare const useButton: () => _tanstack_react_query.UseMutationResult<any, Erro
|
|
|
240
234
|
ids: Record<string, any>[] | any;
|
|
241
235
|
context: ContextApi;
|
|
242
236
|
method: any;
|
|
243
|
-
service?: string;
|
|
244
237
|
}, unknown>;
|
|
245
238
|
|
|
246
239
|
declare const useDuplicateRecord: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
247
240
|
id: any;
|
|
248
241
|
model: string;
|
|
249
242
|
context: ContextApi;
|
|
250
|
-
service?: string;
|
|
251
243
|
}, unknown>;
|
|
252
244
|
|
|
253
245
|
declare const useGetActionDetail: ({ aid, context, enabled, id, model, queryKey, }: {
|
|
@@ -266,7 +258,7 @@ declare const useGetGroups: ({ model, width_context, }: {
|
|
|
266
258
|
width_context: any;
|
|
267
259
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
268
260
|
|
|
269
|
-
declare const useGetListData: (listDataProps: any, queryKey?: any, enabled?: any
|
|
261
|
+
declare const useGetListData: (listDataProps: any, queryKey?: any, enabled?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
270
262
|
|
|
271
263
|
declare const useGetMenu: (context: any, specification: any, enabled?: boolean) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
272
264
|
|
|
@@ -281,11 +273,10 @@ declare const useGetProGressBar: ({ field, color, model, width_context, }: {
|
|
|
281
273
|
width_context: string;
|
|
282
274
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
283
275
|
|
|
284
|
-
declare const useGetSelection: ({ data, queryKey, enabled,
|
|
276
|
+
declare const useGetSelection: ({ data, queryKey, enabled, }: {
|
|
285
277
|
data: GetSelectionType;
|
|
286
278
|
queryKey: any[];
|
|
287
279
|
enabled?: boolean;
|
|
288
|
-
service?: string;
|
|
289
280
|
}) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
290
281
|
|
|
291
282
|
declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -293,7 +284,6 @@ declare const useGetView: (viewParams: GetViewParams, actData?: any) => _tanstac
|
|
|
293
284
|
declare const useLoadAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
294
285
|
idAction: any;
|
|
295
286
|
context: ContextApi;
|
|
296
|
-
service?: string;
|
|
297
287
|
}, unknown>;
|
|
298
288
|
|
|
299
289
|
declare const useLoadMessage: () => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -308,7 +298,6 @@ declare const useRemoveRow: () => _tanstack_react_query.UseMutationResult<any, E
|
|
|
308
298
|
model: string;
|
|
309
299
|
ids: Record<string, any>[] | any;
|
|
310
300
|
context: ContextApi;
|
|
311
|
-
service?: string;
|
|
312
301
|
}, unknown>;
|
|
313
302
|
|
|
314
303
|
declare const useGetResequence: (model: string, resIds: any, context: any, offset: any) => _tanstack_react_query.UseQueryResult<any, Error>;
|
|
@@ -316,7 +305,6 @@ declare const useGetResequence: (model: string, resIds: any, context: any, offse
|
|
|
316
305
|
declare const useRunAction: () => _tanstack_react_query.UseMutationResult<any, Error, {
|
|
317
306
|
idAction: any;
|
|
318
307
|
context: ContextApi;
|
|
319
|
-
service?: string;
|
|
320
308
|
}, unknown>;
|
|
321
309
|
|
|
322
310
|
declare const useSignInSSO: () => _tanstack_react_query.UseMutationResult<any, Error, {
|