@refinedev/core 4.38.4 → 4.40.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/CHANGELOG.md +148 -0
- package/dist/esm/index.js +6 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/hooks/data/useUpdate.d.ts +10 -1
- package/dist/hooks/data/useUpdate.d.ts.map +1 -1
- package/dist/hooks/data/useUpdateMany.d.ts +10 -1
- package/dist/hooks/data/useUpdateMany.d.ts.map +1 -1
- package/dist/hooks/form/useForm.d.ts +11 -2
- package/dist/hooks/form/useForm.d.ts.map +1 -1
- package/dist/iife/index.js +6 -6
- package/dist/iife/index.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/interfaces/autoSave.d.ts +2 -0
- package/dist/interfaces/autoSave.d.ts.map +1 -1
- package/dist/interfaces/index.d.ts +1 -0
- package/dist/interfaces/index.d.ts.map +1 -1
- package/dist/interfaces/optimistic-update-map.d.ts +12 -0
- package/dist/interfaces/optimistic-update-map.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/hooks/data/useUpdate.ts +127 -64
- package/src/hooks/data/useUpdateMany.ts +126 -65
- package/src/hooks/form/useForm.ts +34 -7
- package/src/interfaces/autoSave.ts +2 -0
- package/src/interfaces/index.ts +2 -0
- package/src/interfaces/optimistic-update-map.ts +49 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UseMutationOptions, UseMutationResult } from "@tanstack/react-query";
|
|
2
|
-
import { BaseRecord, BaseKey, UpdateResponse, MutationMode, PrevContext as UpdateContext, HttpError, SuccessErrorNotification, MetaQuery, IQueryKeys } from "../../interfaces";
|
|
2
|
+
import { BaseRecord, BaseKey, UpdateResponse, MutationMode, PrevContext as UpdateContext, HttpError, SuccessErrorNotification, MetaQuery, IQueryKeys, OptimisticUpdateMapType } from "../../interfaces";
|
|
3
3
|
import { UseLoadingOvertimeOptionsProps, UseLoadingOvertimeReturnType } from "../useLoadingOvertime";
|
|
4
4
|
export declare type UpdateParams<TData, TError, TVariables> = {
|
|
5
5
|
/**
|
|
@@ -44,6 +44,15 @@ export declare type UpdateParams<TData, TError, TVariables> = {
|
|
|
44
44
|
* You can use it to manage the invalidations that will occur at the end of the mutation.
|
|
45
45
|
*/
|
|
46
46
|
invalidates?: Array<keyof IQueryKeys>;
|
|
47
|
+
/**
|
|
48
|
+
* You can use it to customize the optimistic update logic.
|
|
49
|
+
* @default {
|
|
50
|
+
* list: true,
|
|
51
|
+
* many: true,
|
|
52
|
+
* detail: true,
|
|
53
|
+
* }
|
|
54
|
+
*/
|
|
55
|
+
optimisticUpdateMap?: OptimisticUpdateMapType<TData, TVariables>;
|
|
47
56
|
} & SuccessErrorNotification<UpdateResponse<TData>, TError, {
|
|
48
57
|
id: BaseKey;
|
|
49
58
|
values: TVariables;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useUpdate.d.ts","sourceRoot":"","sources":["../../../src/hooks/data/useUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,kBAAkB,EAClB,iBAAiB,EAEpB,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EACH,UAAU,EACV,OAAO,EACP,cAAc,EACd,YAAY,EACZ,WAAW,IAAI,aAAa,EAC5B,SAAS,EACT,wBAAwB,EACxB,SAAS,EAGT,UAAU,
|
|
1
|
+
{"version":3,"file":"useUpdate.d.ts","sourceRoot":"","sources":["../../../src/hooks/data/useUpdate.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,kBAAkB,EAClB,iBAAiB,EAEpB,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EACH,UAAU,EACV,OAAO,EACP,cAAc,EACd,YAAY,EACZ,WAAW,IAAI,aAAa,EAC5B,SAAS,EACT,wBAAwB,EACxB,SAAS,EAGT,UAAU,EACV,uBAAuB,EAG1B,MAAM,kBAAkB,CAAC;AAqB1B,OAAO,EAEH,8BAA8B,EAC9B,4BAA4B,EAC/B,MAAM,uBAAuB,CAAC;AAG/B,oBAAY,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,IAAI;IAClD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,EAAE,EAAE,OAAO,CAAC;IACZ;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,cAAc,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IAChD;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,UAAU,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,mBAAmB,CAAC,EAAE,uBAAuB,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;CACpE,GAAG,wBAAwB,CACxB,cAAc,CAAC,KAAK,CAAC,EACrB,MAAM,EACN;IAAE,EAAE,EAAE,OAAO,CAAC;IAAC,MAAM,EAAE,UAAU,CAAA;CAAE,CACtC,CAAC;AAEF,oBAAY,mBAAmB,CAC3B,KAAK,SAAS,UAAU,GAAG,UAAU,EACrC,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,UAAU,GAAG,EAAE,IACf,iBAAiB,CACjB,cAAc,CAAC,KAAK,CAAC,EACrB,MAAM,EACN,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,EACvC,aAAa,CAAC,KAAK,CAAC,CACvB,GACG,4BAA4B,CAAC;AAEjC,oBAAY,cAAc,CACtB,KAAK,SAAS,UAAU,GAAG,UAAU,EACrC,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,UAAU,GAAG,EAAE,IACf;IACA,eAAe,CAAC,EAAE,IAAI,CAClB,kBAAkB,CACd,cAAc,CAAC,KAAK,CAAC,EACrB,MAAM,EACN,YAAY,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,EACvC,aAAa,CAAC,KAAK,CAAC,CACvB,EACD,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,CACpE,CAAC;CACL,GAAG,8BAA8B,CAAC;AAEnC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,SAAS,qOAidrB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UseMutationOptions, UseMutationResult } from "@tanstack/react-query";
|
|
2
|
-
import { BaseRecord, BaseKey, UpdateManyResponse, HttpError, MutationMode, PrevContext as UpdateContext, SuccessErrorNotification, MetaQuery, IQueryKeys } from "../../interfaces";
|
|
2
|
+
import { BaseRecord, BaseKey, UpdateManyResponse, HttpError, MutationMode, PrevContext as UpdateContext, SuccessErrorNotification, MetaQuery, IQueryKeys, OptimisticUpdateManyMapType } from "../../interfaces";
|
|
3
3
|
import { UseLoadingOvertimeOptionsProps, UseLoadingOvertimeReturnType } from "../useLoadingOvertime";
|
|
4
4
|
declare type UpdateManyParams<TData, TError, TVariables> = {
|
|
5
5
|
/**
|
|
@@ -44,6 +44,15 @@ declare type UpdateManyParams<TData, TError, TVariables> = {
|
|
|
44
44
|
* You can use it to manage the invalidations that will occur at the end of the mutation.
|
|
45
45
|
*/
|
|
46
46
|
invalidates?: Array<keyof IQueryKeys>;
|
|
47
|
+
/**
|
|
48
|
+
* You can use it to manage the invalidations that will occur at the end of the mutation.
|
|
49
|
+
* @default {
|
|
50
|
+
* list: true,
|
|
51
|
+
* many: true,
|
|
52
|
+
* detail: true,
|
|
53
|
+
* }
|
|
54
|
+
*/
|
|
55
|
+
optimisticUpdateMap?: OptimisticUpdateManyMapType<TData, TVariables>;
|
|
47
56
|
} & SuccessErrorNotification<UpdateManyResponse<TData>, TError, {
|
|
48
57
|
ids: BaseKey[];
|
|
49
58
|
values: TVariables;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useUpdateMany.d.ts","sourceRoot":"","sources":["../../../src/hooks/data/useUpdateMany.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,kBAAkB,EAClB,iBAAiB,EAEpB,MAAM,uBAAuB,CAAC;AAiB/B,OAAO,EACH,UAAU,EACV,OAAO,EACP,kBAAkB,EAClB,SAAS,EACT,YAAY,EAEZ,WAAW,IAAI,aAAa,EAC5B,wBAAwB,EACxB,SAAS,EAET,UAAU,
|
|
1
|
+
{"version":3,"file":"useUpdateMany.d.ts","sourceRoot":"","sources":["../../../src/hooks/data/useUpdateMany.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,kBAAkB,EAClB,iBAAiB,EAEpB,MAAM,uBAAuB,CAAC;AAiB/B,OAAO,EACH,UAAU,EACV,OAAO,EACP,kBAAkB,EAClB,SAAS,EACT,YAAY,EAEZ,WAAW,IAAI,aAAa,EAC5B,wBAAwB,EACxB,SAAS,EAET,UAAU,EACV,2BAA2B,EAG9B,MAAM,kBAAkB,CAAC;AAQ1B,OAAO,EAEH,8BAA8B,EAC9B,4BAA4B,EAC/B,MAAM,uBAAuB,CAAC;AAG/B,aAAK,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,IAAI;IAC/C;;OAEG;IACH,GAAG,EAAE,OAAO,EAAE,CAAC;IACf;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,cAAc,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IAChD;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,UAAU,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,mBAAmB,CAAC,EAAE,2BAA2B,CAAC,KAAK,EAAE,UAAU,CAAC,CAAC;CACxE,GAAG,wBAAwB,CACxB,kBAAkB,CAAC,KAAK,CAAC,EACzB,MAAM,EACN;IAAE,GAAG,EAAE,OAAO,EAAE,CAAC;IAAC,MAAM,EAAE,UAAU,CAAA;CAAE,CACzC,CAAC;AAEF,aAAK,uBAAuB,CACxB,KAAK,SAAS,UAAU,GAAG,UAAU,EACrC,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,UAAU,GAAG,EAAE,IACf,iBAAiB,CACjB,kBAAkB,CAAC,KAAK,CAAC,EACzB,MAAM,EACN,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,EAC3C,aAAa,CAAC,KAAK,CAAC,CACvB,GACG,4BAA4B,CAAC;AAEjC,oBAAY,kBAAkB,CAC1B,KAAK,SAAS,UAAU,GAAG,UAAU,EACrC,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,UAAU,GAAG,EAAE,IACf;IACA,eAAe,CAAC,EAAE,IAAI,CAClB,kBAAkB,CACd,kBAAkB,CAAC,KAAK,CAAC,EACzB,MAAM,EACN,gBAAgB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,EAC3C,aAAa,CAAC,KAAK,CAAC,CACvB,EACD,YAAY,GAAG,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,UAAU,CACpE,CAAC;CACL,GAAG,8BAA8B,CAAC;AAEnC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa,6OAwfzB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Dispatch, SetStateAction } from "react";
|
|
2
2
|
import { QueryObserverResult, UseQueryOptions } from "@tanstack/react-query";
|
|
3
|
-
import { BaseRecord, CreateResponse, GetOneResponse, HttpError, LiveModeProps, RedirectAction, SuccessErrorNotification, UpdateResponse, MutationMode, BaseKey, IQueryKeys, FormAction, MetaQuery, AutoSaveProps, AutoSaveReturnType } from "../../interfaces";
|
|
3
|
+
import { BaseRecord, CreateResponse, GetOneResponse, HttpError, LiveModeProps, RedirectAction, SuccessErrorNotification, UpdateResponse, MutationMode, BaseKey, IQueryKeys, FormAction, MetaQuery, AutoSaveProps, AutoSaveReturnType, OptimisticUpdateMapType } from "../../interfaces";
|
|
4
4
|
import { UseUpdateProps, UseUpdateReturnType } from "../data/useUpdate";
|
|
5
5
|
import { UseCreateProps, UseCreateReturnType } from "../data/useCreate";
|
|
6
6
|
import { UseLoadingOvertimeOptionsProps, UseLoadingOvertimeReturnType } from "../useLoadingOvertime";
|
|
@@ -85,6 +85,15 @@ declare type ActionFormProps<TQueryFnData extends BaseRecord = BaseRecord, TErro
|
|
|
85
85
|
* react-query's [useMutation](https://tanstack.com/query/v4/docs/reference/useMutation) options of useUpdate hook used while submitting in edit mode.
|
|
86
86
|
*/
|
|
87
87
|
updateMutationOptions?: UseUpdateProps<TResponse, TResponseError, TVariables>["mutationOptions"];
|
|
88
|
+
/**
|
|
89
|
+
* If you customize the [`optimisticUpdateMap`](https://refine.dev/docs/api-reference/core/hooks/data/useUpdateMany/#optimisticupdatemap) option, you can use it to manage the invalidations that will occur at the end of the mutation.
|
|
90
|
+
* @default {
|
|
91
|
+
* list: true,
|
|
92
|
+
* many: true,
|
|
93
|
+
* detail: true,
|
|
94
|
+
* }
|
|
95
|
+
*/
|
|
96
|
+
optimisticUpdateMap?: OptimisticUpdateMapType<TResponse, TVariables>;
|
|
88
97
|
} & SuccessErrorNotification<UpdateResponse<TResponse> | CreateResponse<TResponse>, TResponseError, {
|
|
89
98
|
id: BaseKey;
|
|
90
99
|
values: TVariables;
|
|
@@ -112,6 +121,6 @@ export declare type UseFormReturnType<TQueryFnData extends BaseRecord = BaseReco
|
|
|
112
121
|
* @typeParam TResponseError - Custom error object that extends {@link https://refine.dev/docs/api-reference/core/interfaceReferences#httperror `HttpError`}. Defaults to `TError`
|
|
113
122
|
*
|
|
114
123
|
*/
|
|
115
|
-
export declare const useForm: <TQueryFnData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables = {}, TData extends BaseRecord = TQueryFnData, TResponse extends BaseRecord = TData, TResponseError extends HttpError = TError>({ resource: resourceFromProps, action: actionFromProps, id: idFromProps, onMutationSuccess, onMutationError, redirect: redirectFromProps, successNotification, errorNotification, meta, metaData, queryMeta, mutationMeta, mutationMode: mutationModeProp, liveMode, onLiveEvent, liveParams, undoableTimeout, dataProviderName, invalidates, queryOptions, createMutationOptions, updateMutationOptions, overtimeOptions, autoSave, }?: UseFormProps<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError>) => UseFormReturnType<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError>;
|
|
124
|
+
export declare const useForm: <TQueryFnData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables = {}, TData extends BaseRecord = TQueryFnData, TResponse extends BaseRecord = TData, TResponseError extends HttpError = TError>({ resource: resourceFromProps, action: actionFromProps, id: idFromProps, onMutationSuccess, onMutationError, redirect: redirectFromProps, successNotification, errorNotification, meta, metaData, queryMeta, mutationMeta, mutationMode: mutationModeProp, liveMode, onLiveEvent, liveParams, undoableTimeout, dataProviderName, invalidates, queryOptions, createMutationOptions, updateMutationOptions, overtimeOptions, autoSave, optimisticUpdateMap, }?: UseFormProps<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError>) => UseFormReturnType<TQueryFnData, TError, TVariables, TData, TResponse, TResponseError>;
|
|
116
125
|
export {};
|
|
117
126
|
//# sourceMappingURL=useForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useForm.d.ts","sourceRoot":"","sources":["../../../src/hooks/form/useForm.ts"],"names":[],"mappings":"AAAA,OAAc,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"useForm.d.ts","sourceRoot":"","sources":["../../../src/hooks/form/useForm.ts"],"names":[],"mappings":"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"}
|