@refinedev/core 4.46.3-alpha.0 → 4.47.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 +22 -0
- package/README.md +3 -3
- package/dist/components/authenticated/index.d.ts +3 -3
- package/dist/components/authenticated/index.d.ts.map +1 -1
- package/dist/components/canAccess/index.d.ts +8 -5
- package/dist/components/canAccess/index.d.ts.map +1 -1
- package/dist/components/containers/refine/index.d.ts +1 -1
- package/dist/components/containers/refine/index.d.ts.map +1 -1
- package/dist/components/gh-banner/index.d.ts +2 -2
- package/dist/components/gh-banner/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/forgotPassword/index.d.ts +1 -1
- package/dist/components/pages/auth/components/forgotPassword/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/login/index.d.ts +1 -1
- package/dist/components/pages/auth/components/login/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/register/index.d.ts +1 -1
- package/dist/components/pages/auth/components/register/index.d.ts.map +1 -1
- package/dist/components/pages/auth/components/updatePassword/index.d.ts +1 -1
- package/dist/components/pages/auth/components/updatePassword/index.d.ts.map +1 -1
- package/dist/components/pages/auth/index.d.ts +3 -3
- package/dist/components/pages/auth/index.d.ts.map +1 -1
- package/dist/components/pages/config-error/index.d.ts +3 -0
- package/dist/components/pages/config-error/index.d.ts.map +1 -0
- package/dist/components/pages/config-success/index.d.ts +6 -0
- package/dist/components/pages/config-success/index.d.ts.map +1 -0
- package/dist/components/pages/welcome/index.d.ts +2 -5
- package/dist/components/pages/welcome/index.d.ts.map +1 -1
- package/dist/components/routeChangeHandler/index.d.ts +1 -0
- package/dist/components/routeChangeHandler/index.d.ts.map +1 -1
- package/dist/contexts/accessControl/IAccessControlContext.d.ts +6 -3
- package/dist/contexts/accessControl/IAccessControlContext.d.ts.map +1 -1
- package/dist/contexts/accessControl/index.d.ts.map +1 -1
- package/dist/contexts/auditLog/IAuditLogContext.d.ts +3 -3
- package/dist/contexts/auditLog/IAuditLogContext.d.ts.map +1 -1
- package/dist/contexts/auth/IAuthContext.d.ts +5 -5
- package/dist/contexts/auth/IAuthContext.d.ts.map +1 -1
- package/dist/contexts/data/IDataContext.d.ts +9 -9
- package/dist/contexts/data/IDataContext.d.ts.map +1 -1
- package/dist/contexts/data/index.d.ts +5 -49
- package/dist/contexts/data/index.d.ts.map +1 -1
- package/dist/contexts/legacy-router/IRouterContext.d.ts +1 -1
- package/dist/contexts/legacy-router/IRouterContext.d.ts.map +1 -1
- package/dist/contexts/live/ILiveContext.d.ts +3 -2
- package/dist/contexts/live/ILiveContext.d.ts.map +1 -1
- package/dist/contexts/notification/INotificationContext.d.ts +1 -1
- package/dist/contexts/notification/INotificationContext.d.ts.map +1 -1
- package/dist/contexts/refine/IRefineContext.d.ts +2 -0
- package/dist/contexts/refine/IRefineContext.d.ts.map +1 -1
- package/dist/contexts/refine/index.d.ts.map +1 -1
- package/dist/contexts/resource/IResourceContext.d.ts +5 -5
- package/dist/contexts/resource/IResourceContext.d.ts.map +1 -1
- package/dist/contexts/translation/ITranslationContext.d.ts +2 -2
- package/dist/contexts/translation/ITranslationContext.d.ts.map +1 -1
- package/dist/contexts/undoableQueue/IUndoableQueueContext.d.ts +1 -0
- package/dist/contexts/undoableQueue/IUndoableQueueContext.d.ts.map +1 -1
- package/dist/definitions/helpers/downloadInBrowser/index.d.ts +2 -0
- package/dist/definitions/helpers/downloadInBrowser/index.d.ts.map +1 -0
- package/dist/definitions/helpers/handlePaginationParams/index.d.ts +1 -1
- package/dist/definitions/helpers/handlePaginationParams/index.d.ts.map +1 -1
- package/dist/definitions/helpers/handleRefineOptions/index.d.ts +2 -2
- package/dist/definitions/helpers/handleRefineOptions/index.d.ts.map +1 -1
- package/dist/definitions/helpers/index.d.ts +1 -0
- package/dist/definitions/helpers/index.d.ts.map +1 -1
- package/dist/definitions/helpers/keys/index.d.ts +10 -10
- package/dist/definitions/helpers/keys/index.d.ts.map +1 -1
- package/dist/definitions/helpers/menu/create-tree.d.ts +2 -2
- package/dist/definitions/helpers/menu/create-tree.d.ts.map +1 -1
- package/dist/definitions/helpers/redirectPage/index.d.ts +1 -1
- package/dist/definitions/helpers/redirectPage/index.d.ts.map +1 -1
- package/dist/definitions/helpers/router/get-action-routes-from-resource.d.ts +1 -1
- package/dist/definitions/helpers/router/get-action-routes-from-resource.d.ts.map +1 -1
- package/dist/definitions/helpers/sequentialPromises/index.d.ts +2 -2
- package/dist/definitions/helpers/sequentialPromises/index.d.ts.map +1 -1
- package/dist/esm/index.js +26 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/hooks/accessControl/useCan/index.d.ts +2 -2
- package/dist/hooks/accessControl/useCan/index.d.ts.map +1 -1
- package/dist/hooks/auditLog/useLog/index.d.ts +3 -3
- package/dist/hooks/auditLog/useLog/index.d.ts.map +1 -1
- package/dist/hooks/auditLog/useLogList/index.d.ts +1 -1
- package/dist/hooks/auditLog/useLogList/index.d.ts.map +1 -1
- package/dist/hooks/auth/useForgotPassword/index.d.ts +6 -6
- package/dist/hooks/auth/useForgotPassword/index.d.ts.map +1 -1
- package/dist/hooks/auth/useGetIdentity/index.d.ts +6 -6
- package/dist/hooks/auth/useGetIdentity/index.d.ts.map +1 -1
- package/dist/hooks/auth/useIsAuthenticated/index.d.ts +6 -6
- package/dist/hooks/auth/useIsAuthenticated/index.d.ts.map +1 -1
- package/dist/hooks/auth/useLogin/index.d.ts +6 -6
- package/dist/hooks/auth/useLogin/index.d.ts.map +1 -1
- package/dist/hooks/auth/useLogout/index.d.ts +7 -7
- package/dist/hooks/auth/useLogout/index.d.ts.map +1 -1
- package/dist/hooks/auth/useOnError/index.d.ts +6 -6
- package/dist/hooks/auth/useOnError/index.d.ts.map +1 -1
- package/dist/hooks/auth/usePermissions/index.d.ts +6 -6
- package/dist/hooks/auth/usePermissions/index.d.ts.map +1 -1
- package/dist/hooks/auth/useRegister/index.d.ts +6 -6
- package/dist/hooks/auth/useRegister/index.d.ts.map +1 -1
- package/dist/hooks/auth/useUpdatePassword/index.d.ts +6 -6
- package/dist/hooks/auth/useUpdatePassword/index.d.ts.map +1 -1
- package/dist/hooks/breadcrumb/index.d.ts +3 -3
- package/dist/hooks/breadcrumb/index.d.ts.map +1 -1
- package/dist/hooks/data/useCreate.d.ts +3 -3
- package/dist/hooks/data/useCreate.d.ts.map +1 -1
- package/dist/hooks/data/useCreateMany.d.ts +3 -3
- package/dist/hooks/data/useCreateMany.d.ts.map +1 -1
- package/dist/hooks/data/useCustom.d.ts +1 -1
- package/dist/hooks/data/useCustom.d.ts.map +1 -1
- package/dist/hooks/data/useCustomMutation.d.ts +3 -3
- package/dist/hooks/data/useCustomMutation.d.ts.map +1 -1
- package/dist/hooks/data/useDataProvider.d.ts.map +1 -1
- package/dist/hooks/data/useDelete.d.ts +3 -3
- package/dist/hooks/data/useDelete.d.ts.map +1 -1
- package/dist/hooks/data/useDeleteMany.d.ts +3 -3
- package/dist/hooks/data/useDeleteMany.d.ts.map +1 -1
- package/dist/hooks/data/useInfiniteList.d.ts +2 -2
- package/dist/hooks/data/useInfiniteList.d.ts.map +1 -1
- package/dist/hooks/data/useList.d.ts +2 -2
- package/dist/hooks/data/useList.d.ts.map +1 -1
- package/dist/hooks/data/useMany.d.ts +1 -1
- package/dist/hooks/data/useMany.d.ts.map +1 -1
- package/dist/hooks/data/useOne.d.ts +1 -1
- package/dist/hooks/data/useOne.d.ts.map +1 -1
- package/dist/hooks/data/useUpdate.d.ts +3 -3
- package/dist/hooks/data/useUpdate.d.ts.map +1 -1
- package/dist/hooks/data/useUpdateMany.d.ts +3 -3
- package/dist/hooks/data/useUpdateMany.d.ts.map +1 -1
- package/dist/hooks/export/csvDownload.interface.d.ts +4 -4
- package/dist/hooks/export/csvDownload.interface.d.ts.map +1 -1
- package/dist/hooks/export/index.d.ts +29 -6
- package/dist/hooks/export/index.d.ts.map +1 -1
- package/dist/hooks/form/useForm.d.ts +4 -4
- package/dist/hooks/form/useForm.d.ts.map +1 -1
- package/dist/hooks/import/index.d.ts +10 -9
- package/dist/hooks/import/index.d.ts.map +1 -1
- package/dist/hooks/invalidate/index.d.ts +1 -1
- package/dist/hooks/invalidate/index.d.ts.map +1 -1
- package/dist/hooks/legacy-router/useRouterContext.d.ts +1 -0
- package/dist/hooks/legacy-router/useRouterContext.d.ts.map +1 -1
- package/dist/hooks/live/useResourceSubscription/index.d.ts +2 -2
- package/dist/hooks/live/useResourceSubscription/index.d.ts.map +1 -1
- package/dist/hooks/live/useSubscription/index.d.ts +1 -1
- package/dist/hooks/live/useSubscription/index.d.ts.map +1 -1
- package/dist/hooks/menu/useMenu.d.ts +3 -3
- package/dist/hooks/menu/useMenu.d.ts.map +1 -1
- package/dist/hooks/modal/useModal/index.d.ts +2 -2
- package/dist/hooks/modal/useModal/index.d.ts.map +1 -1
- package/dist/hooks/navigation/index.d.ts +1 -1
- package/dist/hooks/navigation/index.d.ts.map +1 -1
- package/dist/hooks/notification/useCancelNotification/index.d.ts +2 -1
- package/dist/hooks/notification/useCancelNotification/index.d.ts.map +1 -1
- package/dist/hooks/redirection/index.d.ts +1 -1
- package/dist/hooks/redirection/index.d.ts.map +1 -1
- package/dist/hooks/refine/useMutationMode.d.ts +1 -1
- package/dist/hooks/refine/useMutationMode.d.ts.map +1 -1
- package/dist/hooks/refine/useRefineContext.d.ts +2 -0
- package/dist/hooks/refine/useRefineContext.d.ts.map +1 -1
- package/dist/hooks/refine/useSyncWithLocation.d.ts +1 -1
- package/dist/hooks/refine/useSyncWithLocation.d.ts.map +1 -1
- package/dist/hooks/refine/useTitle.d.ts +1 -0
- package/dist/hooks/refine/useTitle.d.ts.map +1 -1
- package/dist/hooks/refine/useWarnAboutChange/index.d.ts +1 -1
- package/dist/hooks/refine/useWarnAboutChange/index.d.ts.map +1 -1
- package/dist/hooks/resource/useResource/index.d.ts +5 -5
- package/dist/hooks/resource/useResource/index.d.ts.map +1 -1
- package/dist/hooks/resource/useResourceWithRoute/index.d.ts +1 -1
- package/dist/hooks/resource/useResourceWithRoute/index.d.ts.map +1 -1
- package/dist/hooks/router/use-get-to-path/index.d.ts +2 -2
- package/dist/hooks/router/use-get-to-path/index.d.ts.map +1 -1
- package/dist/hooks/router/use-go/index.d.ts +4 -4
- package/dist/hooks/router/use-go/index.d.ts.map +1 -1
- package/dist/hooks/router/use-parse/index.d.ts +1 -1
- package/dist/hooks/router/use-parse/index.d.ts.map +1 -1
- package/dist/hooks/router/use-to-path/index.d.ts +1 -1
- package/dist/hooks/router/use-to-path/index.d.ts.map +1 -1
- package/dist/hooks/show/useShow.d.ts +2 -2
- package/dist/hooks/show/useShow.d.ts.map +1 -1
- package/dist/hooks/translate/useGetLocale.d.ts +1 -1
- package/dist/hooks/translate/useGetLocale.d.ts.map +1 -1
- package/dist/hooks/useLoadingOvertime/index.d.ts +6 -6
- package/dist/hooks/useLoadingOvertime/index.d.ts.map +1 -1
- package/dist/hooks/useSelect/index.d.ts +2 -2
- package/dist/hooks/useSelect/index.d.ts.map +1 -1
- package/dist/hooks/useTable/index.d.ts +5 -5
- package/dist/hooks/useTable/index.d.ts.map +1 -1
- package/dist/iife/index.js +26 -7
- package/dist/iife/index.js.map +1 -1
- package/dist/index.js +26 -7
- package/dist/index.js.map +1 -1
- package/dist/interfaces/actions.d.ts +6 -6
- package/dist/interfaces/actions.d.ts.map +1 -1
- package/dist/interfaces/auditLog/logData.d.ts +1 -1
- package/dist/interfaces/auditLog/logData.d.ts.map +1 -1
- package/dist/interfaces/auth.d.ts +6 -6
- package/dist/interfaces/auth.d.ts.map +1 -1
- package/dist/interfaces/autoSave.d.ts +4 -4
- package/dist/interfaces/autoSave.d.ts.map +1 -1
- package/dist/interfaces/bindings/access-control.d.ts +3 -3
- package/dist/interfaces/bindings/access-control.d.ts.map +1 -1
- package/dist/interfaces/bindings/auth.d.ts +12 -7
- package/dist/interfaces/bindings/auth.d.ts.map +1 -1
- package/dist/interfaces/bindings/data.d.ts +3 -3
- package/dist/interfaces/bindings/data.d.ts.map +1 -1
- package/dist/interfaces/bindings/i18n.d.ts +4 -4
- package/dist/interfaces/bindings/i18n.d.ts.map +1 -1
- package/dist/interfaces/bindings/live.d.ts +5 -5
- package/dist/interfaces/bindings/live.d.ts.map +1 -1
- package/dist/interfaces/bindings/notifications.d.ts +1 -1
- package/dist/interfaces/bindings/notifications.d.ts.map +1 -1
- package/dist/interfaces/bindings/resource.d.ts +7 -7
- package/dist/interfaces/bindings/resource.d.ts.map +1 -1
- package/dist/interfaces/bindings/router.d.ts +8 -7
- package/dist/interfaces/bindings/router.d.ts.map +1 -1
- package/dist/interfaces/customComponents.d.ts +3 -3
- package/dist/interfaces/customComponents.d.ts.map +1 -1
- package/dist/interfaces/errors/RefineError.d.ts +1 -1
- package/dist/interfaces/errors/RefineError.d.ts.map +1 -1
- package/dist/interfaces/form-url-params.d.ts +1 -1
- package/dist/interfaces/form-url-params.d.ts.map +1 -1
- package/dist/interfaces/index.d.ts +5 -5
- package/dist/interfaces/index.d.ts.map +1 -1
- package/dist/interfaces/live/LiveEvent.d.ts +1 -1
- package/dist/interfaces/live/LiveEvent.d.ts.map +1 -1
- package/dist/interfaces/live/LiveModeProps.d.ts +2 -2
- package/dist/interfaces/live/LiveModeProps.d.ts.map +1 -1
- package/dist/interfaces/metaData/fields.d.ts +1 -1
- package/dist/interfaces/metaData/fields.d.ts.map +1 -1
- package/dist/interfaces/metaData/graphqlQueryOptions.d.ts +1 -1
- package/dist/interfaces/metaData/graphqlQueryOptions.d.ts.map +1 -1
- package/dist/interfaces/metaData/metaDataQuery.d.ts +1 -1
- package/dist/interfaces/metaData/metaDataQuery.d.ts.map +1 -1
- package/dist/interfaces/metaData/metaQuery.d.ts +1 -1
- package/dist/interfaces/metaData/metaQuery.d.ts.map +1 -1
- package/dist/interfaces/metaData/nestedField.d.ts +1 -1
- package/dist/interfaces/metaData/nestedField.d.ts.map +1 -1
- package/dist/interfaces/metaData/variableOptions.d.ts +1 -1
- package/dist/interfaces/metaData/variableOptions.d.ts.map +1 -1
- package/dist/interfaces/mutationMode.d.ts +6 -6
- package/dist/interfaces/mutationMode.d.ts.map +1 -1
- package/dist/interfaces/optimistic-update-map.d.ts +2 -2
- package/dist/interfaces/optimistic-update-map.d.ts.map +1 -1
- package/dist/interfaces/prettify.d.ts +1 -1
- package/dist/interfaces/prettify.d.ts.map +1 -1
- package/dist/interfaces/resourceErrorRouterParams.d.ts +1 -1
- package/dist/interfaces/resourceErrorRouterParams.d.ts.map +1 -1
- package/dist/interfaces/resourceRouterParams.d.ts +1 -1
- package/dist/interfaces/resourceRouterParams.d.ts.map +1 -1
- package/dist/interfaces/successErrorNotification.d.ts +1 -1
- package/dist/interfaces/successErrorNotification.d.ts.map +1 -1
- package/dist/interfaces/telemetry.d.ts +1 -1
- package/dist/interfaces/telemetry.d.ts.map +1 -1
- package/dist/interfaces/textTransformers.d.ts +1 -1
- package/dist/interfaces/textTransformers.d.ts.map +1 -1
- package/package.json +1 -2
- package/src/components/canAccess/index.tsx +6 -0
- package/src/components/containers/refine/index.tsx +1 -1
- package/src/components/pages/config-error/index.tsx +444 -0
- package/src/components/pages/config-success/index.tsx +294 -0
- package/src/components/pages/welcome/index.tsx +10 -289
- package/src/contexts/accessControl/IAccessControlContext.ts +3 -0
- package/src/contexts/accessControl/index.tsx +1 -0
- package/src/contexts/data/index.tsx +9 -24
- package/src/contexts/refine/IRefineContext.ts +2 -0
- package/src/contexts/refine/index.tsx +1 -0
- package/src/definitions/helpers/downloadInBrowser/index.ts +25 -0
- package/src/definitions/helpers/index.ts +1 -0
- package/src/hooks/accessControl/useCan/index.ts +12 -5
- package/src/hooks/auth/useForgotPassword/index.ts +17 -1
- package/src/hooks/auth/useLogin/index.ts +22 -1
- package/src/hooks/auth/useLogout/index.ts +17 -1
- package/src/hooks/auth/useRegister/index.ts +22 -1
- package/src/hooks/auth/useUpdatePassword/index.ts +17 -1
- package/src/hooks/data/useDataProvider.tsx +3 -2
- package/src/hooks/export/index.ts +90 -9
- package/src/hooks/refine/useRefineContext.ts +2 -0
- package/src/interfaces/bindings/auth.ts +6 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export type Action = "create" | "edit" | "list" | "show" | "clone";
|
|
2
|
-
export type RouteAction = Exclude<Action, "list"> | undefined;
|
|
3
|
-
export type RedirectAction = Extract<Action, "list" | "show" | "edit" | "create"> | false;
|
|
1
|
+
export declare type Action = "create" | "edit" | "list" | "show" | "clone";
|
|
2
|
+
export declare type RouteAction = Exclude<Action, "list"> | undefined;
|
|
3
|
+
export declare type RedirectAction = Extract<Action, "list" | "show" | "edit" | "create"> | false;
|
|
4
4
|
/**
|
|
5
5
|
* @deprecated use RedirectAction type instead
|
|
6
6
|
*/
|
|
7
|
-
export type RedirectionTypes = RedirectAction;
|
|
8
|
-
export type FormAction = Extract<Action, "create" | "edit" | "clone">;
|
|
9
|
-
export type ActionWithPage = Extract<Action, "show" | "create" | "edit">;
|
|
7
|
+
export declare type RedirectionTypes = RedirectAction;
|
|
8
|
+
export declare type FormAction = Extract<Action, "create" | "edit" | "clone">;
|
|
9
|
+
export declare type ActionWithPage = Extract<Action, "show" | "create" | "edit">;
|
|
10
10
|
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/interfaces/actions.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../src/interfaces/actions.ts"],"names":[],"mappings":"AAAA,oBAAY,MAAM,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;AAEnE,oBAAY,WAAW,GAAG,OAAO,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC;AAE9D,oBAAY,cAAc,GACpB,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,CAAC,GACpD,KAAK,CAAC;AAEZ;;GAEG;AACH,oBAAY,gBAAgB,GAAG,cAAc,CAAC;AAE9C,oBAAY,UAAU,GAAG,OAAO,CAAC,MAAM,EAAE,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;AAEtE,oBAAY,cAAc,GAAG,OAAO,CAAC,MAAM,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/auditLog/logData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;AAE7B,MAAM,WAAW,IAAI,CAAC,KAAK,GAAG,GAAG;IAC7B,EAAE,EAAE,OAAO,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC;IACtC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC;IACZ,YAAY,EAAE,KAAK,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC;CACvC;AAED,
|
|
1
|
+
{"version":3,"file":"logData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/auditLog/logData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;AAE7B,MAAM,WAAW,IAAI,CAAC,KAAK,GAAG,GAAG;IAC7B,EAAE,EAAE,OAAO,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC;IACtC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,KAAK,CAAC;IACZ,YAAY,EAAE,KAAK,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,GAAG,MAAM,EAAE,GAAG,CAAC,CAAC;CACvC;AAED,oBAAY,QAAQ,CAAC,KAAK,GAAG,GAAG,IAAI,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { PropsWithChildren } from "react";
|
|
2
|
-
export type OAuthProvider = {
|
|
2
|
+
export declare type OAuthProvider = {
|
|
3
3
|
name: string;
|
|
4
4
|
icon?: React.ReactNode;
|
|
5
5
|
label?: string;
|
|
@@ -26,7 +26,7 @@ export interface UpdatePasswordFormTypes {
|
|
|
26
26
|
/**
|
|
27
27
|
* This should be the base type for `AuthPage` component implementations in UI integrations.
|
|
28
28
|
*/
|
|
29
|
-
export type AuthPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = (PropsWithChildren<{
|
|
29
|
+
export declare type AuthPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = (PropsWithChildren<{
|
|
30
30
|
/**
|
|
31
31
|
* @description The type of the auth page.
|
|
32
32
|
* @default "login"
|
|
@@ -130,7 +130,7 @@ export type AuthPageProps<TWrapperProps extends {} = Record<keyof any, unknown>,
|
|
|
130
130
|
/**
|
|
131
131
|
* This should be the base type for `AuthPage` `Login` component implementations in UI integrations.
|
|
132
132
|
*/
|
|
133
|
-
export type LoginPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = PropsWithChildren<{
|
|
133
|
+
export declare type LoginPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = PropsWithChildren<{
|
|
134
134
|
providers?: OAuthProvider[];
|
|
135
135
|
registerLink?: React.ReactNode;
|
|
136
136
|
forgotPasswordLink?: React.ReactNode;
|
|
@@ -145,7 +145,7 @@ export type LoginPageProps<TWrapperProps extends {} = Record<keyof any, unknown>
|
|
|
145
145
|
/**
|
|
146
146
|
* This should be the base type for `AuthPage` `Register` component implementations in UI integrations.
|
|
147
147
|
*/
|
|
148
|
-
export type RegisterPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = PropsWithChildren<{
|
|
148
|
+
export declare type RegisterPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = PropsWithChildren<{
|
|
149
149
|
providers?: OAuthProvider[];
|
|
150
150
|
loginLink?: React.ReactNode;
|
|
151
151
|
wrapperProps?: TWrapperProps;
|
|
@@ -158,7 +158,7 @@ export type RegisterPageProps<TWrapperProps extends {} = Record<keyof any, unkno
|
|
|
158
158
|
/**
|
|
159
159
|
* This should be the base type for `AuthPage` `Reset Password` component implementations in UI integrations.
|
|
160
160
|
*/
|
|
161
|
-
export type ForgotPasswordPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = PropsWithChildren<{
|
|
161
|
+
export declare type ForgotPasswordPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = PropsWithChildren<{
|
|
162
162
|
loginLink?: React.ReactNode;
|
|
163
163
|
wrapperProps?: TWrapperProps;
|
|
164
164
|
renderContent?: (content: React.ReactNode, title: React.ReactNode) => React.ReactNode;
|
|
@@ -169,7 +169,7 @@ export type ForgotPasswordPageProps<TWrapperProps extends {} = Record<keyof any,
|
|
|
169
169
|
/**
|
|
170
170
|
* This should be the base type for `AuthPage` `Update Password` component implementations in UI integrations.
|
|
171
171
|
*/
|
|
172
|
-
export type UpdatePasswordPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = PropsWithChildren<{
|
|
172
|
+
export declare type UpdatePasswordPageProps<TWrapperProps extends {} = Record<keyof any, unknown>, TContentProps extends {} = Record<keyof any, unknown>, TFormProps extends {} = Record<keyof any, unknown>> = PropsWithChildren<{
|
|
173
173
|
wrapperProps?: TWrapperProps;
|
|
174
174
|
renderContent?: (content: React.ReactNode, title: React.ReactNode) => React.ReactNode;
|
|
175
175
|
contentProps?: TContentProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/interfaces/auth.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAEjD,
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/interfaces/auth.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { BaseRecord, HttpError, UpdateResponse } from ".";
|
|
3
3
|
import { UseUpdateReturnType } from "../hooks/data/useUpdate";
|
|
4
|
-
export type AutoSaveProps<TVariables> = {
|
|
4
|
+
export declare type AutoSaveProps<TVariables> = {
|
|
5
5
|
autoSave?: {
|
|
6
6
|
enabled: boolean;
|
|
7
7
|
debounce?: number;
|
|
@@ -10,12 +10,12 @@ export type AutoSaveProps<TVariables> = {
|
|
|
10
10
|
invalidateOnClose?: boolean;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
export type AutoSaveReturnType<TData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables = {}> = {
|
|
13
|
+
export declare type AutoSaveReturnType<TData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables = {}> = {
|
|
14
14
|
autoSaveProps: Pick<UseUpdateReturnType<TData, TError, TVariables>, "data" | "error" | "status">;
|
|
15
15
|
onFinishAutoSave: (values: TVariables) => Promise<UpdateResponse<TData> | void> | void;
|
|
16
16
|
};
|
|
17
|
-
export type AutoSaveIndicatorElements = Partial<Record<"success" | "error" | "loading" | "idle", React.ReactNode>>;
|
|
18
|
-
export type AutoSaveIndicatorProps<TData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables = {}> = {
|
|
17
|
+
export declare type AutoSaveIndicatorElements = Partial<Record<"success" | "error" | "loading" | "idle", React.ReactNode>>;
|
|
18
|
+
export declare type AutoSaveIndicatorProps<TData extends BaseRecord = BaseRecord, TError extends HttpError = HttpError, TVariables = {}> = {
|
|
19
19
|
/**
|
|
20
20
|
* The data returned by the update request.
|
|
21
21
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autoSave.d.ts","sourceRoot":"","sources":["../../src/interfaces/autoSave.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,
|
|
1
|
+
{"version":3,"file":"autoSave.d.ts","sourceRoot":"","sources":["../../src/interfaces/autoSave.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,GAAG,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,oBAAY,aAAa,CAAC,UAAU,IAAI;IACpC,QAAQ,CAAC,EAAE;QACP,OAAO,EAAE,OAAO,CAAC;QACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,UAAU,KAAK,UAAU,CAAC;QAC9C,mBAAmB,CAAC,EAAE,OAAO,CAAC;QAC9B,iBAAiB,CAAC,EAAE,OAAO,CAAC;KAC/B,CAAC;CACL,CAAC;AAEF,oBAAY,kBAAkB,CAC1B,KAAK,SAAS,UAAU,GAAG,UAAU,EACrC,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,UAAU,GAAG,EAAE,IACf;IACA,aAAa,EAAE,IAAI,CACf,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,EAC9C,MAAM,GAAG,OAAO,GAAG,QAAQ,CAC9B,CAAC;IACF,gBAAgB,EAAE,CACd,MAAM,EAAE,UAAU,KACjB,OAAO,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;CACrD,CAAC;AAEF,oBAAY,yBAAyB,GAAG,OAAO,CAC3C,MAAM,CAAC,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC,CACpE,CAAC;AAEF,oBAAY,sBAAsB,CAC9B,KAAK,SAAS,UAAU,GAAG,UAAU,EACrC,MAAM,SAAS,SAAS,GAAG,SAAS,EACpC,UAAU,GAAG,EAAE,IACf;IACA;;OAEG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC;IAC9D;;OAEG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,OAAO,CAAC,CAAC;IAChE;;OAEG;IACH,MAAM,EAAE,mBAAmB,CAAC,KAAK,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAC;IACjE;;OAEG;IACH,QAAQ,CAAC,EAAE,yBAAyB,CAAC;CACxC,CAAC"}
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
*/
|
|
21
21
|
import { IResourceItem } from "@contexts/resource";
|
|
22
22
|
import { BaseKey } from "src";
|
|
23
|
-
export type CanParams = {
|
|
23
|
+
export declare type CanParams = {
|
|
24
24
|
/**
|
|
25
25
|
* Resource name for API data interactions
|
|
26
26
|
*/
|
|
@@ -39,12 +39,12 @@ export type CanParams = {
|
|
|
39
39
|
[key: string]: unknown;
|
|
40
40
|
};
|
|
41
41
|
};
|
|
42
|
-
export type CanResponse = {
|
|
42
|
+
export declare type CanResponse = {
|
|
43
43
|
can: boolean;
|
|
44
44
|
reason?: string;
|
|
45
45
|
[key: string]: unknown;
|
|
46
46
|
};
|
|
47
|
-
export type AccessControlBindings = {
|
|
47
|
+
export declare type AccessControlBindings = {
|
|
48
48
|
can: (params: CanParams) => Promise<CanResponse>;
|
|
49
49
|
};
|
|
50
50
|
//# sourceMappingURL=access-control.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"access-control.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/access-control.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAE9B,
|
|
1
|
+
{"version":3,"file":"access-control.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/access-control.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,KAAK,CAAC;AAE9B,oBAAY,SAAS,GAAG;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,MAAM,CAAC,EAAE;QACL,QAAQ,CAAC,EAAE,aAAa,CAAC;QACzB,EAAE,CAAC,EAAE,OAAO,CAAC;QACb,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KAC1B,CAAC;CACL,CAAC;AAEF,oBAAY,WAAW,GAAG;IACtB,GAAG,EAAE,OAAO,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B,CAAC;AAEF,oBAAY,qBAAqB,GAAG;IAChC,GAAG,EAAE,CAAC,MAAM,EAAE,SAAS,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC;CACpD,CAAC"}
|
|
@@ -31,26 +31,31 @@
|
|
|
31
31
|
* Same goes for `onError` function, it should always resolve.
|
|
32
32
|
*/
|
|
33
33
|
import { RefineError } from "../errors";
|
|
34
|
-
export type CheckResponse = {
|
|
34
|
+
export declare type CheckResponse = {
|
|
35
35
|
authenticated: boolean;
|
|
36
36
|
redirectTo?: string;
|
|
37
37
|
logout?: boolean;
|
|
38
38
|
error?: RefineError | Error;
|
|
39
39
|
};
|
|
40
|
-
export type OnErrorResponse = {
|
|
40
|
+
export declare type OnErrorResponse = {
|
|
41
41
|
redirectTo?: string;
|
|
42
42
|
logout?: boolean;
|
|
43
43
|
error?: RefineError | Error;
|
|
44
44
|
};
|
|
45
|
-
export type
|
|
45
|
+
export declare type SuccessNotificationResponse = {
|
|
46
|
+
message: string;
|
|
47
|
+
description?: string;
|
|
48
|
+
};
|
|
49
|
+
export declare type AuthActionResponse = {
|
|
46
50
|
success: boolean;
|
|
47
51
|
redirectTo?: string;
|
|
48
52
|
error?: RefineError | Error;
|
|
49
53
|
[key: string]: unknown;
|
|
54
|
+
successNotification?: SuccessNotificationResponse;
|
|
50
55
|
};
|
|
51
|
-
export type PermissionResponse = unknown;
|
|
52
|
-
export type IdentityResponse = unknown;
|
|
53
|
-
export type AuthBindings = {
|
|
56
|
+
export declare type PermissionResponse = unknown;
|
|
57
|
+
export declare type IdentityResponse = unknown;
|
|
58
|
+
export declare type AuthBindings = {
|
|
54
59
|
login: (params: any) => Promise<AuthActionResponse>;
|
|
55
60
|
logout: (params: any) => Promise<AuthActionResponse>;
|
|
56
61
|
check: (params?: any) => Promise<CheckResponse>;
|
|
@@ -64,5 +69,5 @@ export type AuthBindings = {
|
|
|
64
69
|
export interface IAuthBindingsContext extends Partial<AuthProvider> {
|
|
65
70
|
isProvided: boolean;
|
|
66
71
|
}
|
|
67
|
-
export type AuthProvider = AuthBindings;
|
|
72
|
+
export declare type AuthProvider = AuthBindings;
|
|
68
73
|
//# sourceMappingURL=auth.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/auth.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/auth.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,oBAAY,aAAa,GAAG;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,WAAW,GAAG,KAAK,CAAC;CAC/B,CAAC;AAEF,oBAAY,eAAe,GAAG;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,WAAW,GAAG,KAAK,CAAC;CAC/B,CAAC;AAEF,oBAAY,2BAA2B,GAAG;IACtC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAA;AAED,oBAAY,kBAAkB,GAAG;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,WAAW,GAAG,KAAK,CAAC;IAC5B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;IACvB,mBAAmB,CAAC,EAAE,2BAA2B,CAAC;CACrD,CAAC;AAEF,oBAAY,kBAAkB,GAAG,OAAO,CAAC;AAEzC,oBAAY,gBAAgB,GAAG,OAAO,CAAC;AAEvC,oBAAY,YAAY,GAAG;IACvB,KAAK,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,OAAO,CAAC,kBAAkB,CAAC,CAAC;IACpD,MAAM,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,OAAO,CAAC,kBAAkB,CAAC,CAAC;IACrD,KAAK,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,OAAO,CAAC,aAAa,CAAC,CAAC;IAChD,OAAO,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,OAAO,CAAC,eAAe,CAAC,CAAC;IAClD,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,OAAO,CAAC,kBAAkB,CAAC,CAAC;IACxD,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC9D,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,GAAG,KAAK,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC9D,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/D,WAAW,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,KAAK,OAAO,CAAC,gBAAgB,CAAC,CAAC;CAC7D,CAAC;AAEF,MAAM,WAAW,oBAAqB,SAAQ,OAAO,CAAC,YAAY,CAAC;IAC/D,UAAU,EAAE,OAAO,CAAC;CACvB;AAED,oBAAY,YAAY,GAAG,YAAY,CAAC"}
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
* But we should probably throw a soft error to the console if there's no `default` key in `MultipleDataBinding`.
|
|
7
7
|
*/
|
|
8
8
|
import { IDataContext } from "@contexts/data/IDataContext";
|
|
9
|
-
export type SingleDataBinding = IDataContext;
|
|
10
|
-
export type MultipleDataBinding = {
|
|
9
|
+
export declare type SingleDataBinding = IDataContext;
|
|
10
|
+
export declare type MultipleDataBinding = {
|
|
11
11
|
default: IDataContext;
|
|
12
12
|
[key: string]: IDataContext;
|
|
13
13
|
};
|
|
14
|
-
export type DataBindings = SingleDataBinding | MultipleDataBinding;
|
|
14
|
+
export declare type DataBindings = SingleDataBinding | MultipleDataBinding;
|
|
15
15
|
//# sourceMappingURL=data.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/data.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAE3D,
|
|
1
|
+
{"version":3,"file":"data.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/data.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAE3D,oBAAY,iBAAiB,GAAG,YAAY,CAAC;AAE7C,oBAAY,mBAAmB,GAAG;IAC9B,OAAO,EAAE,YAAY,CAAC;IACtB,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAC;CAC/B,CAAC;AAEF,oBAAY,YAAY,GAAG,iBAAiB,GAAG,mBAAmB,CAAC"}
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
* Currently, we cover the `key, options`, `key, defaultMessage`, `key, options, defaultMessage` usages internally in i18n hooks.
|
|
9
9
|
* Which creates an unnecessary confusion in the codebase.
|
|
10
10
|
*/
|
|
11
|
-
export type TranslateFunction = (key: string, options?: unknown, defaultMessage?: string) => string;
|
|
12
|
-
export type ChangeLocaleFunction = (locale: string, options?: unknown) => Promise<unknown> | unknown;
|
|
13
|
-
export type GetLocaleFunction = () => string;
|
|
14
|
-
export type i18nBindings = {
|
|
11
|
+
export declare type TranslateFunction = (key: string, options?: unknown, defaultMessage?: string) => string;
|
|
12
|
+
export declare type ChangeLocaleFunction = (locale: string, options?: unknown) => Promise<unknown> | unknown;
|
|
13
|
+
export declare type GetLocaleFunction = () => string;
|
|
14
|
+
export declare type i18nBindings = {
|
|
15
15
|
translate: TranslateFunction;
|
|
16
16
|
changeLocale: ChangeLocaleFunction;
|
|
17
17
|
getLocale: GetLocaleFunction;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/i18n.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/i18n.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,oBAAY,iBAAiB,GAAG,CAC5B,GAAG,EAAE,MAAM,EACX,OAAO,CAAC,EAAE,OAAO,EACjB,cAAc,CAAC,EAAE,MAAM,KACtB,MAAM,CAAC;AAEZ,oBAAY,oBAAoB,GAAG,CAC/B,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,OAAO,KAChB,OAAO,CAAC,OAAO,CAAC,GAAG,OAAO,CAAC;AAEhC,oBAAY,iBAAiB,GAAG,MAAM,MAAM,CAAC;AAE7C,oBAAY,YAAY,GAAG;IACvB,SAAS,EAAE,iBAAiB,CAAC;IAC7B,YAAY,EAAE,oBAAoB,CAAC;IACnC,SAAS,EAAE,iBAAiB,CAAC;CAChC,CAAC"}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* A small but kinda important change for the consistency of the codebase.
|
|
10
10
|
*/
|
|
11
11
|
import { BaseKey, CrudFilters, CrudSorting, LiveEvent, MetaQuery, Pagination } from "src";
|
|
12
|
-
export type LiveListParams = {
|
|
12
|
+
export declare type LiveListParams = {
|
|
13
13
|
resource?: string;
|
|
14
14
|
pagination?: Pagination;
|
|
15
15
|
hasPagination?: boolean;
|
|
@@ -18,19 +18,19 @@ export type LiveListParams = {
|
|
|
18
18
|
meta?: MetaQuery;
|
|
19
19
|
metaData?: MetaQuery;
|
|
20
20
|
};
|
|
21
|
-
export type LiveOneParams = {
|
|
21
|
+
export declare type LiveOneParams = {
|
|
22
22
|
resource?: string;
|
|
23
23
|
id?: BaseKey;
|
|
24
24
|
};
|
|
25
|
-
export type LiveManyParams = {
|
|
25
|
+
export declare type LiveManyParams = {
|
|
26
26
|
resource?: string;
|
|
27
27
|
ids?: BaseKey[];
|
|
28
28
|
};
|
|
29
|
-
export type LiveCommonParams = {
|
|
29
|
+
export declare type LiveCommonParams = {
|
|
30
30
|
subscriptionType: "useList" | "useOne" | "useMany";
|
|
31
31
|
[key: string]: unknown;
|
|
32
32
|
};
|
|
33
|
-
export type LiveBindings = {
|
|
33
|
+
export declare type LiveBindings = {
|
|
34
34
|
publish?: (event: LiveEvent) => void;
|
|
35
35
|
subscribe: (options: {
|
|
36
36
|
channel: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"live.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/live.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EACH,OAAO,EACP,WAAW,EACX,WAAW,EACX,SAAS,EACT,SAAS,EACT,UAAU,EACb,MAAM,KAAK,CAAC;AAEb,
|
|
1
|
+
{"version":3,"file":"live.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/live.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EACH,OAAO,EACP,WAAW,EACX,WAAW,EACX,SAAS,EACT,SAAS,EACT,UAAU,EACb,MAAM,KAAK,CAAC;AAEb,oBAAY,cAAc,GAAG;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,oBAAY,aAAa,GAAG;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,EAAE,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,oBAAY,cAAc,GAAG;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,GAAG,CAAC,EAAE,OAAO,EAAE,CAAC;CACnB,CAAC;AAEF,oBAAY,gBAAgB,GAAG;IAC3B,gBAAgB,EAAE,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;IACnD,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B,CAAC;AAEF,oBAAY,YAAY,GAAG;IACvB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IACrC,SAAS,EAAE,CAAC,OAAO,EAAE;QACjB,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;QAChC,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;QACrC,MAAM,CAAC,EAAE,gBAAgB,GACrB,CAAC,cAAc,GAAG,aAAa,GAAG,cAAc,CAAC,CAAC;KACzD,KAAK,OAAO,CAAC;IACd,WAAW,EAAE,CAAC,YAAY,EAAE,OAAO,KAAK,IAAI,CAAC;CAChD,CAAC"}
|
|
@@ -17,7 +17,7 @@ export interface OpenNotificationParams {
|
|
|
17
17
|
cancelMutation?: () => void;
|
|
18
18
|
undoableTimeout?: number;
|
|
19
19
|
}
|
|
20
|
-
export type NotificationsBindings = {
|
|
20
|
+
export declare type NotificationsBindings = {
|
|
21
21
|
open: (params: OpenNotificationParams) => void;
|
|
22
22
|
close: (key: string) => void;
|
|
23
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/notifications.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,MAAM,WAAW,sBAAsB;IACnC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,
|
|
1
|
+
{"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/notifications.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,MAAM,WAAW,sBAAsB;IACnC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,UAAU,CAAC;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,oBAAY,qBAAqB,GAAG;IAChC,IAAI,EAAE,CAAC,MAAM,EAAE,sBAAsB,KAAK,IAAI,CAAC;IAC/C,KAAK,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;CAChC,CAAC"}
|
|
@@ -4,13 +4,13 @@ import { ILogData } from "src/interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* Resource route components
|
|
6
6
|
*/
|
|
7
|
-
export type ResourceRouteComponent = ComponentType<IResourceComponentsProps<any, any>>;
|
|
8
|
-
export type ResourceRoutePath = string;
|
|
9
|
-
export type ResourceRouteDefinition = {
|
|
7
|
+
export declare type ResourceRouteComponent = ComponentType<IResourceComponentsProps<any, any>>;
|
|
8
|
+
export declare type ResourceRoutePath = string;
|
|
9
|
+
export declare type ResourceRouteDefinition = {
|
|
10
10
|
path: ResourceRoutePath;
|
|
11
11
|
component: ResourceRouteComponent;
|
|
12
12
|
};
|
|
13
|
-
export type ResourceRouteComposition = ResourceRouteDefinition | ResourceRoutePath | ResourceRouteComponent;
|
|
13
|
+
export declare type ResourceRouteComposition = ResourceRouteDefinition | ResourceRoutePath | ResourceRouteComponent;
|
|
14
14
|
export interface IResourceComponents {
|
|
15
15
|
list?: ResourceRouteComposition;
|
|
16
16
|
create?: ResourceRouteComposition;
|
|
@@ -18,10 +18,10 @@ export interface IResourceComponents {
|
|
|
18
18
|
edit?: ResourceRouteComposition;
|
|
19
19
|
show?: ResourceRouteComposition;
|
|
20
20
|
}
|
|
21
|
-
export type AnyString = string & {
|
|
21
|
+
export declare type AnyString = string & {
|
|
22
22
|
__ignore?: never;
|
|
23
23
|
};
|
|
24
|
-
export type ResourceAuditLogPermissions = "create" | "update" | "delete" | AnyString;
|
|
24
|
+
export declare type ResourceAuditLogPermissions = "create" | "update" | "delete" | AnyString;
|
|
25
25
|
/** Resource `meta` */
|
|
26
26
|
export interface KnownResourceMeta {
|
|
27
27
|
/**
|
|
@@ -146,5 +146,5 @@ export interface IResourceItem extends IResourceComponents, RouteableProperties,
|
|
|
146
146
|
export interface IResourceContext {
|
|
147
147
|
resources: IResourceItem[];
|
|
148
148
|
}
|
|
149
|
-
export type ResourceBindings = ResourceProps[];
|
|
149
|
+
export declare type ResourceBindings = ResourceProps[];
|
|
150
150
|
//# sourceMappingURL=resource.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/resource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C;;GAEG;AACH,
|
|
1
|
+
{"version":3,"file":"resource.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/resource.ts"],"names":[],"mappings":"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"}
|
|
@@ -25,10 +25,11 @@
|
|
|
25
25
|
* we can separate those functions into three different hooks,
|
|
26
26
|
* `useGo`, `useBack` and `useParsed`
|
|
27
27
|
*/
|
|
28
|
+
/// <reference types="react" />
|
|
28
29
|
import { CrudFilters, CrudSorting } from "@contexts/data/IDataContext";
|
|
29
30
|
import { IResourceItem } from "./resource";
|
|
30
31
|
import { Action, BaseKey } from "..";
|
|
31
|
-
export type GoConfig = {
|
|
32
|
+
export declare type GoConfig = {
|
|
32
33
|
to?: string;
|
|
33
34
|
query?: Record<string, unknown>;
|
|
34
35
|
hash?: string;
|
|
@@ -38,23 +39,23 @@ export type GoConfig = {
|
|
|
38
39
|
};
|
|
39
40
|
type?: "push" | "replace" | "path";
|
|
40
41
|
};
|
|
41
|
-
export type ParsedParams<TParams extends Record<string, any> = Record<string, any>> = {
|
|
42
|
+
export declare type ParsedParams<TParams extends Record<string, any> = Record<string, any>> = {
|
|
42
43
|
filters?: CrudFilters;
|
|
43
44
|
sorters?: CrudSorting;
|
|
44
45
|
current?: number;
|
|
45
46
|
pageSize?: number;
|
|
46
47
|
} & TParams;
|
|
47
|
-
export type ParseResponse<TParams extends Record<string, any> = Record<string, any>> = {
|
|
48
|
+
export declare type ParseResponse<TParams extends Record<string, any> = Record<string, any>> = {
|
|
48
49
|
params?: ParsedParams<TParams>;
|
|
49
50
|
resource?: IResourceItem;
|
|
50
51
|
id?: BaseKey;
|
|
51
52
|
action?: Action;
|
|
52
53
|
pathname?: string;
|
|
53
54
|
};
|
|
54
|
-
export type GoFunction = (config: GoConfig) => void | string;
|
|
55
|
-
export type BackFunction = () => void;
|
|
56
|
-
export type ParseFunction<TParams extends Record<string, any> = Record<string, any>> = () => ParseResponse<TParams>;
|
|
57
|
-
export type RouterBindings = {
|
|
55
|
+
export declare type GoFunction = (config: GoConfig) => void | string;
|
|
56
|
+
export declare type BackFunction = () => void;
|
|
57
|
+
export declare type ParseFunction<TParams extends Record<string, any> = Record<string, any>> = () => ParseResponse<TParams>;
|
|
58
|
+
export declare type RouterBindings = {
|
|
58
59
|
go?: () => GoFunction;
|
|
59
60
|
back?: () => BackFunction;
|
|
60
61
|
parse?: () => ParseFunction;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/router.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG
|
|
1
|
+
{"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/interfaces/bindings/router.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;;AAEH,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;AAErC,oBAAY,QAAQ,GAAG;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE;QACN,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC;CACtC,CAAC;AAEF,oBAAY,YAAY,CACpB,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IACzD;IACA,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,GAAG,OAAO,CAAC;AAEZ,oBAAY,aAAa,CACrB,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IACzD;IACA,MAAM,CAAC,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;IAC/B,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,oBAAY,UAAU,GAAG,CAAC,MAAM,EAAE,QAAQ,KAAK,IAAI,GAAG,MAAM,CAAC;AAE7D,oBAAY,YAAY,GAAG,MAAM,IAAI,CAAC;AAEtC,oBAAY,aAAa,CACrB,OAAO,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,IACzD,MAAM,aAAa,CAAC,OAAO,CAAC,CAAC;AAEjC,oBAAY,cAAc,GAAG;IACzB,EAAE,CAAC,EAAE,MAAM,UAAU,CAAC;IACtB,IAAI,CAAC,EAAE,MAAM,YAAY,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,aAAa,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,CAAC,aAAa,CACtB,KAAK,CAAC,iBAAiB,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,CAC/D,CAAC;CACL,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
|
-
export type TitleProps = {
|
|
2
|
+
export declare type TitleProps = {
|
|
3
3
|
collapsed: boolean;
|
|
4
4
|
};
|
|
5
|
-
export type LayoutProps = {
|
|
5
|
+
export declare type LayoutProps = {
|
|
6
6
|
Sider?: React.FC<{
|
|
7
7
|
Title?: React.FC<TitleProps>;
|
|
8
8
|
render?: (props: {
|
|
@@ -20,7 +20,7 @@ export type LayoutProps = {
|
|
|
20
20
|
dashboard?: boolean;
|
|
21
21
|
children?: ReactNode;
|
|
22
22
|
};
|
|
23
|
-
export type DashboardPageProps<TCrudData = any> = {
|
|
23
|
+
export declare type DashboardPageProps<TCrudData = any> = {
|
|
24
24
|
initialData?: TCrudData;
|
|
25
25
|
} & Record<any, any>;
|
|
26
26
|
//# sourceMappingURL=customComponents.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customComponents.d.ts","sourceRoot":"","sources":["../../src/interfaces/customComponents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzC,
|
|
1
|
+
{"version":3,"file":"customComponents.d.ts","sourceRoot":"","sources":["../../src/interfaces/customComponents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzC,oBAAY,UAAU,GAAG;IACrB,SAAS,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,WAAW,GAAG;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC;QACb,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC;QAC7B,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE;YACb,KAAK,EAAE,GAAG,CAAC,OAAO,EAAE,CAAC;YACrB,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;YACxB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;YAC3B,SAAS,EAAE,OAAO,CAAC;SACtB,KAAK,KAAK,CAAC,SAAS,CAAC;QACtB,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KAClC,CAAC,CAAC;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC;IAClB,aAAa,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,oBAAY,kBAAkB,CAAC,SAAS,GAAG,GAAG,IAAI;IAC9C,WAAW,CAAC,EAAE,SAAS,CAAC;CAC3B,GAAG,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RefineError.d.ts","sourceRoot":"","sources":["../../../src/interfaces/errors/RefineError.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,
|
|
1
|
+
{"version":3,"file":"RefineError.d.ts","sourceRoot":"","sources":["../../../src/interfaces/errors/RefineError.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,oBAAY,WAAW,GAAG,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-url-params.d.ts","sourceRoot":"","sources":["../../src/interfaces/form-url-params.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"form-url-params.d.ts","sourceRoot":"","sources":["../../src/interfaces/form-url-params.ts"],"names":[],"mappings":"AAAA,oBAAY,8BAA8B,GAAG;IACzC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,GAAG;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;CACnE,CAAC"}
|
|
@@ -25,12 +25,12 @@ export * from "./metaData";
|
|
|
25
25
|
export * from "./queryKey";
|
|
26
26
|
export * from "./live";
|
|
27
27
|
export * from "./auditLog";
|
|
28
|
-
export type BaseKey = string | number;
|
|
29
|
-
export type BaseRecord = {
|
|
28
|
+
export declare type BaseKey = string | number;
|
|
29
|
+
export declare type BaseRecord = {
|
|
30
30
|
id?: BaseKey;
|
|
31
31
|
[key: string]: any;
|
|
32
32
|
};
|
|
33
|
-
export type BaseOption = {
|
|
33
|
+
export declare type BaseOption = {
|
|
34
34
|
label: any;
|
|
35
35
|
value: any;
|
|
36
36
|
};
|
|
@@ -39,11 +39,11 @@ export type BaseOption = {
|
|
|
39
39
|
*/
|
|
40
40
|
export interface Option extends BaseOption {
|
|
41
41
|
}
|
|
42
|
-
export type ITreeMenu = IResourceItem & {
|
|
42
|
+
export declare type ITreeMenu = IResourceItem & {
|
|
43
43
|
key?: string;
|
|
44
44
|
children: ITreeMenu[];
|
|
45
45
|
};
|
|
46
|
-
export type IMenuItem = IResourceItem & {
|
|
46
|
+
export declare type IMenuItem = IResourceItem & {
|
|
47
47
|
key: string;
|
|
48
48
|
route: string;
|
|
49
49
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAGpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,0CAA0C,CAAC;AACzD,cAAc,iDAAiD,CAAC;AAChE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uCAAuC,CAAC;AAEtD,cAAc,2BAA2B,CAAC;AAG1C,cAAc,WAAW,CAAC;AAG1B,cAAc,gBAAgB,CAAC;AAG/B,cAAc,gBAAgB,CAAC;AAG/B,cAAc,UAAU,CAAC;AAGzB,cAAc,oBAAoB,CAAC;AAGnC,cAAc,wBAAwB,CAAC;AAGvC,cAAc,6BAA6B,CAAC;AAG5C,cAAc,aAAa,CAAC;AAG5B,cAAc,4BAA4B,CAAC;AAG3C,cAAc,YAAY,CAAC;AAG3B,cAAc,YAAY,CAAC;AAG3B,cAAc,QAAQ,CAAC;AAGvB,cAAc,YAAY,CAAC;AAE3B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAGpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mCAAmC,CAAC;AAClD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,iDAAiD,CAAC;AAChE,cAAc,uCAAuC,CAAC;AACtD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,0CAA0C,CAAC;AACzD,cAAc,iDAAiD,CAAC;AAChE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uCAAuC,CAAC;AAEtD,cAAc,2BAA2B,CAAC;AAG1C,cAAc,WAAW,CAAC;AAG1B,cAAc,gBAAgB,CAAC;AAG/B,cAAc,gBAAgB,CAAC;AAG/B,cAAc,UAAU,CAAC;AAGzB,cAAc,oBAAoB,CAAC;AAGnC,cAAc,wBAAwB,CAAC;AAGvC,cAAc,6BAA6B,CAAC;AAG5C,cAAc,aAAa,CAAC;AAG5B,cAAc,4BAA4B,CAAC;AAG3C,cAAc,YAAY,CAAC;AAG3B,cAAc,YAAY,CAAC;AAG3B,cAAc,QAAQ,CAAC;AAGvB,cAAc,YAAY,CAAC;AAE3B,oBAAY,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;AACtC,oBAAY,UAAU,GAAG;IACrB,EAAE,CAAC,EAAE,OAAO,CAAC;IAEb,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB,CAAC;AACF,oBAAY,UAAU,GAAG;IACrB,KAAK,EAAE,GAAG,CAAC;IACX,KAAK,EAAE,GAAG,CAAC;CACd,CAAC;AAEF;;GAEG;AAEH,MAAM,WAAW,MAAO,SAAQ,UAAU;CAAG;AAG7C,oBAAY,SAAS,GAAG,aAAa,GAAG;IACpC,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,SAAS,EAAE,CAAC;CACzB,CAAC;AAEF,oBAAY,SAAS,GAAG,aAAa,GAAG;IACpC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,cAAc,mBAAmB,CAAC;AAElC,cAAc,QAAQ,CAAC;AAEvB,cAAc,YAAY,CAAC;AAE3B,cAAc,YAAY,CAAC;AAE3B,cAAc,YAAY,CAAC;AAE3B,cAAc,oBAAoB,CAAC;AAEnC,cAAc,yBAAyB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LiveEvent.d.ts","sourceRoot":"","sources":["../../../src/interfaces/live/LiveEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAExC,
|
|
1
|
+
{"version":3,"file":"LiveEvent.d.ts","sourceRoot":"","sources":["../../../src/interfaces/live/LiveEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC;AAExC,oBAAY,SAAS,GAAG;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,GAAG,GAAG,MAAM,CAAC;IACvD,OAAO,EAAE;QACL,GAAG,CAAC,EAAE,OAAO,EAAE,CAAC;QAChB,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CAAC;IACF,IAAI,EAAE,IAAI,CAAC;IACX,IAAI,CAAC,EAAE,SAAS,GAAG;QACf,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC7B,CAAC;CACL,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LiveEvent } from ".";
|
|
2
2
|
import { BaseKey } from "..";
|
|
3
|
-
export type LiveModeProps = {
|
|
3
|
+
export declare type LiveModeProps = {
|
|
4
4
|
/**
|
|
5
5
|
* Whether to update data automatically ("auto") or not ("manual") if a related live event is received. The "off" value is used to avoid creating a subscription.
|
|
6
6
|
* @type [`"auto" | "manual" | "off"`](/docs/api-reference/core/providers/live-provider/#livemode)
|
|
@@ -23,5 +23,5 @@ export type LiveModeProps = {
|
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
export type ILiveModeContextProvider = LiveModeProps;
|
|
26
|
+
export declare type ILiveModeContextProvider = LiveModeProps;
|
|
27
27
|
//# sourceMappingURL=LiveModeProps.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LiveModeProps.d.ts","sourceRoot":"","sources":["../../../src/interfaces/live/LiveModeProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;AAE7B,
|
|
1
|
+
{"version":3,"file":"LiveModeProps.d.ts","sourceRoot":"","sources":["../../../src/interfaces/live/LiveModeProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,CAAC;AAC9B,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;AAE7B,oBAAY,aAAa,GAAG;IACxB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,KAAK,CAAC;IACrC;;;;OAIG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE;QACT,GAAG,CAAC,EAAE,OAAO,EAAE,CAAC;QAChB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACtB,CAAC;CACL,CAAC;AAEF,oBAAY,wBAAwB,GAAG,aAAa,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fields.d.ts","sourceRoot":"","sources":["../../../src/interfaces/metaData/fields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,
|
|
1
|
+
{"version":3,"file":"fields.d.ts","sourceRoot":"","sources":["../../../src/interfaces/metaData/fields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,oBAAY,MAAM,GAAG,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,WAAW,CAAC,CAAC"}
|