@carlonicora/nextjs-jsonapi 1.0.4 → 1.0.6
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/LICENSE +675 -0
- package/dist/{AbstractService-BKlpJA61.d.mts → AbstractService-B2n_JdiC.d.mts} +1 -1
- package/dist/{AbstractService-D9eSVKNa.d.ts → AbstractService-DtQTYovo.d.ts} +1 -1
- package/dist/{content.interface-Dg2lt_An.d.mts → AuthComponent-CPLvEerw.d.mts} +11 -15
- package/dist/{content.interface-BhyAiOFq.d.ts → AuthComponent-m6Qp4Hz6.d.ts} +11 -15
- package/dist/{BlockNoteEditor-UVO3VZZE.mjs → BlockNoteEditor-BLVXQPXV.mjs} +14 -18
- package/dist/{BlockNoteEditor-UVO3VZZE.mjs.map → BlockNoteEditor-BLVXQPXV.mjs.map} +1 -1
- package/dist/{BlockNoteEditor-VFWG6LXI.js → BlockNoteEditor-ZTDHULFT.js} +15 -19
- package/dist/BlockNoteEditor-ZTDHULFT.js.map +1 -0
- package/dist/JsonApiRequest-O7BGUMFO.mjs +23 -0
- package/dist/JsonApiRequest-VARLNKAF.js +23 -0
- package/dist/JsonApiRequest-VARLNKAF.js.map +1 -0
- package/dist/chunk-2LM6LCJW.mjs +1 -0
- package/dist/chunk-3APORDYP.mjs +7783 -0
- package/dist/chunk-3APORDYP.mjs.map +1 -0
- package/dist/{chunk-TMVHSY3Y.js → chunk-5ZEADNNP.js} +36 -17
- package/dist/chunk-5ZEADNNP.js.map +1 -0
- package/dist/{chunk-ECDTZBYO.mjs → chunk-74F6BBHH.mjs} +21 -2
- package/dist/chunk-74F6BBHH.mjs.map +1 -0
- package/dist/{chunk-GYWPEPOH.mjs → chunk-7C5RAEBO.mjs} +72 -68
- package/dist/chunk-7C5RAEBO.mjs.map +1 -0
- package/dist/chunk-A5DDIABK.js +1 -0
- package/dist/{chunk-TEGF6ZWG.js → chunk-AGAJMJ4T.js} +47 -9
- package/dist/chunk-AGAJMJ4T.js.map +1 -0
- package/dist/{chunk-CXQOWQSY.js → chunk-AYHKQWHH.js} +15 -2
- package/dist/chunk-AYHKQWHH.js.map +1 -0
- package/dist/{chunk-I2REI7OA.js → chunk-HMHGLXWC.js} +33 -15
- package/dist/chunk-HMHGLXWC.js.map +1 -0
- package/dist/chunk-IWFGEPAA.mjs +1 -0
- package/dist/chunk-JC3WJK65.js +1 -0
- package/dist/{chunk-L6EQEAXU.mjs → chunk-PYF2U6WG.mjs} +25 -7
- package/dist/chunk-PYF2U6WG.mjs.map +1 -0
- package/dist/{chunk-YDVTFM7X.mjs → chunk-RBIVEH2K.mjs} +42 -4
- package/dist/chunk-RBIVEH2K.mjs.map +1 -0
- package/dist/{chunk-V2JJPI7N.js → chunk-RZO2LOW4.js} +237 -233
- package/dist/chunk-RZO2LOW4.js.map +1 -0
- package/dist/{chunk-X4BIHJ2B.mjs → chunk-SM63SZCP.mjs} +15 -2
- package/dist/chunk-SM63SZCP.mjs.map +1 -0
- package/dist/chunk-WEC4YMOS.js +7783 -0
- package/dist/chunk-WEC4YMOS.js.map +1 -0
- package/dist/client/index.d.mts +21 -2
- package/dist/client/index.d.ts +21 -2
- package/dist/client/index.js +18 -245
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +28 -255
- package/dist/client/index.mjs.map +1 -1
- package/dist/components/index.d.mts +293 -8
- package/dist/components/index.d.ts +293 -8
- package/dist/components/index.js +78 -2323
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +172 -2417
- package/dist/components/index.mjs.map +1 -1
- package/dist/{config-hXufftVS.d.ts → config-BmnK65TD.d.mts} +1 -0
- package/dist/{config-hXufftVS.d.mts → config-BmnK65TD.d.ts} +1 -0
- package/dist/config-DQeAo9Kf.d.mts +49 -0
- package/dist/config-DQeAo9Kf.d.ts +49 -0
- package/dist/contexts/index.d.mts +109 -21
- package/dist/contexts/index.d.ts +109 -21
- package/dist/contexts/index.js +39 -7
- package/dist/contexts/index.js.map +1 -1
- package/dist/contexts/index.mjs +40 -8
- package/dist/core/index.d.mts +3 -4
- package/dist/core/index.d.ts +3 -4
- package/dist/core/index.js +3 -7
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +4 -8
- package/dist/{d3.link.interface-QMdB22bC.d.mts → d3.link.interface-ClC4Irqp.d.mts} +2 -1
- package/dist/{d3.link.interface-QMdB22bC.d.ts → d3.link.interface-ClC4Irqp.d.ts} +2 -1
- package/dist/features/index.d.mts +17 -86
- package/dist/features/index.d.ts +17 -86
- package/dist/features/index.js +7 -16
- package/dist/features/index.js.map +1 -1
- package/dist/features/index.mjs +10 -19
- package/dist/hooks/index.d.mts +18 -43
- package/dist/hooks/index.d.ts +18 -43
- package/dist/hooks/index.js +20 -7
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +19 -6
- package/dist/index.d.mts +10 -6
- package/dist/index.d.ts +10 -6
- package/dist/index.js +13 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +22 -19
- package/dist/interfaces/index.d.mts +2 -1
- package/dist/interfaces/index.d.ts +2 -1
- package/dist/notification.interface-BBgMUdLR.d.mts +14 -0
- package/dist/notification.interface-gyvT-Z2F.d.ts +14 -0
- package/dist/permissions/index.d.mts +2 -3
- package/dist/permissions/index.d.ts +2 -3
- package/dist/server/index.d.mts +38 -18
- package/dist/server/index.d.ts +38 -18
- package/dist/server/index.js +70 -2
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +68 -0
- package/dist/server/index.mjs.map +1 -1
- package/dist/types-BUAlgqqh.d.ts +39 -0
- package/dist/{types-DluCaP1I.d.ts → types-Bl61ob-7.d.mts} +19 -2
- package/dist/{types-lQVA8d_P.d.mts → types-Bl61ob-7.d.ts} +19 -2
- package/dist/types-iVdVY7ba.d.mts +39 -0
- package/dist/useSocket-Cn7fB_B1.d.mts +25 -0
- package/dist/useSocket-DzMKRKCA.d.ts +25 -0
- package/dist/user.fields-CbdObSmS.d.mts +18 -0
- package/dist/user.fields-CbdObSmS.d.ts +18 -0
- package/dist/utils/index.d.mts +1 -2
- package/dist/utils/index.d.ts +1 -2
- package/package.json +5 -3
- package/src/client/index.ts +13 -0
- package/src/components/forms/index.ts +1 -0
- package/src/components/index.ts +5 -0
- package/src/components/tables/ContentListTable.tsx +1 -0
- package/src/contexts/CommonContext.tsx +52 -0
- package/src/contexts/SharedContext.tsx +2 -0
- package/src/contexts/SocketContext.tsx +65 -0
- package/src/contexts/index.ts +6 -1
- package/src/features/auth/components/containers/AuthContainer.tsx +32 -0
- package/src/features/auth/components/containers/index.ts +1 -0
- package/src/features/auth/components/details/LandingComponent.tsx +39 -0
- package/src/features/auth/components/details/index.ts +1 -0
- package/src/features/auth/components/forms/AcceptInvitation.tsx +136 -0
- package/src/features/auth/components/forms/ActivateAccount.tsx +75 -0
- package/src/features/auth/components/forms/Cookies.tsx +32 -0
- package/src/features/auth/components/forms/ForgotPassword.tsx +108 -0
- package/src/features/auth/components/forms/Login.tsx +118 -0
- package/src/features/auth/components/forms/Logout.tsx +19 -0
- package/src/features/auth/components/forms/RefreshUser.tsx +39 -0
- package/src/features/auth/components/forms/Register.tsx +150 -0
- package/src/features/auth/components/forms/ResetPassword.tsx +126 -0
- package/src/features/auth/components/forms/index.ts +9 -0
- package/src/features/auth/components/index.ts +3 -0
- package/src/features/auth/contexts/AuthContext.tsx +77 -0
- package/src/features/auth/contexts/index.ts +1 -0
- package/src/features/auth/enums/AuthComponent.ts +9 -0
- package/src/features/auth/enums/index.ts +1 -0
- package/src/features/auth/index.ts +2 -1
- package/src/features/auth/utils/AuthCookies.ts +134 -0
- package/src/features/auth/utils/index.ts +1 -0
- package/src/features/company/components/containers/AdminCompanyContainer.tsx +26 -0
- package/src/features/company/components/containers/CompanyContainer.tsx +17 -0
- package/src/features/company/components/containers/index.ts +2 -0
- package/src/features/company/components/details/CompanyDetails.tsx +26 -0
- package/src/features/company/components/details/index.ts +1 -0
- package/src/features/company/components/forms/CompanyConfigurationEditor.tsx +151 -0
- package/src/features/company/components/forms/CompanyConfigurationSecurityForm.tsx +97 -0
- package/src/features/company/components/forms/CompanyDeleter.tsx +121 -0
- package/src/features/company/components/forms/CompanyEditor.tsx +245 -0
- package/src/features/company/components/forms/CompanyLicense.tsx +213 -0
- package/src/features/company/components/forms/index.ts +5 -0
- package/src/features/company/components/index.ts +4 -0
- package/src/features/company/components/lists/CompaniesList.tsx +31 -0
- package/src/features/company/components/lists/index.ts +1 -0
- package/src/features/company/contexts/CompanyContext.tsx +99 -0
- package/src/features/company/contexts/index.ts +0 -0
- package/src/features/company/hooks/index.ts +1 -0
- package/src/features/company/hooks/useCompanyTableStructure.tsx +82 -0
- package/src/features/feature/components/forms/FormFeatures.tsx +141 -140
- package/src/features/feature/components/forms/index.ts +1 -0
- package/src/features/feature/components/index.ts +1 -1
- package/src/features/feature/index.ts +1 -2
- package/src/features/module/index.ts +1 -1
- package/src/features/notification/components/common/NotificationErrorBoundary.tsx +51 -0
- package/src/features/notification/components/common/index.ts +1 -0
- package/src/features/notification/components/containers/NotificationsListContainer.tsx +44 -0
- package/src/features/notification/components/containers/index.ts +1 -0
- package/src/features/notification/components/index.ts +5 -0
- package/src/features/notification/components/lists/NotificationsList.tsx +129 -0
- package/src/features/notification/components/lists/index.ts +1 -0
- package/src/features/notification/components/modals/NotificationModal.tsx +220 -0
- package/src/features/notification/components/modals/index.ts +1 -0
- package/src/features/notification/components/notifications/Notification.tsx +120 -0
- package/src/features/notification/components/notifications/PushNotificationProvider.tsx +9 -0
- package/src/features/notification/components/notifications/index.ts +2 -0
- package/src/features/notification/contexts/NotificationContext.tsx +187 -0
- package/src/features/notification/contexts/index.ts +1 -0
- package/src/features/notification/index.ts +1 -1
- package/src/features/push/index.ts +1 -1
- package/src/features/role/components/containers/RoleContainer.tsx +18 -0
- package/src/features/role/components/containers/index.ts +1 -0
- package/src/features/role/components/details/RoleDetails.tsx +21 -0
- package/src/features/role/components/details/index.ts +1 -0
- package/src/features/role/components/forms/FormRoles.tsx +82 -0
- package/src/features/role/components/forms/RemoveUserFromRole.tsx +108 -0
- package/src/features/role/components/forms/UserRoleAdd.tsx +128 -0
- package/src/features/role/components/forms/index.ts +3 -0
- package/src/features/role/components/index.ts +4 -0
- package/src/features/role/components/lists/RolesList.tsx +27 -0
- package/src/features/role/components/lists/UserRolesList.tsx +31 -0
- package/src/features/role/components/lists/index.ts +2 -0
- package/src/features/role/contexts/RoleContext.tsx +84 -0
- package/src/features/role/contexts/index.ts +1 -0
- package/src/features/role/hooks/index.ts +1 -0
- package/src/features/role/hooks/useRoleTableStructure.tsx +72 -0
- package/src/features/s3/index.ts +1 -1
- package/src/features/user/components/containers/UserContainer.tsx +23 -0
- package/src/features/user/components/containers/UserIndexContainer.tsx +12 -0
- package/src/features/user/components/containers/UsersListContainer.tsx +36 -0
- package/src/features/user/components/containers/index.ts +3 -0
- package/src/features/user/components/details/UserDetails.tsx +74 -0
- package/src/features/user/components/details/UserIndexDetails.tsx +28 -0
- package/src/features/user/components/details/index.ts +2 -0
- package/src/features/user/components/forms/RoleUserAdd.tsx +93 -0
- package/src/features/user/components/forms/UserAvatarEditor.tsx +78 -0
- package/src/features/user/components/forms/UserDeleter.tsx +49 -0
- package/src/features/user/components/forms/UserEditor.tsx +319 -0
- package/src/features/user/components/forms/UserMultiSelect.tsx +218 -0
- package/src/features/user/components/forms/UserReactivator.tsx +79 -0
- package/src/features/user/components/forms/UserResentInvitationEmail.tsx +88 -0
- package/src/features/user/components/forms/UserSelector.tsx +185 -0
- package/src/features/user/components/forms/index.ts +8 -0
- package/src/features/user/components/index.ts +3 -0
- package/src/features/user/components/lists/AdminUsersList.tsx +41 -0
- package/src/features/user/components/lists/CompanyUsersList.tsx +44 -0
- package/src/features/user/components/lists/RelevantUsersList.tsx +30 -0
- package/src/features/user/components/lists/RoleUsersList.tsx +31 -0
- package/src/features/user/components/lists/UserListInAdd.tsx +53 -0
- package/src/features/user/components/lists/UsersList.tsx +30 -0
- package/src/features/user/components/lists/UsersListByContentIds.tsx +30 -0
- package/src/features/user/components/lists/index.ts +7 -0
- package/src/features/user/components/widgets/UserAvatarList.tsx +31 -0
- package/src/features/user/components/widgets/UserSearchPopover.tsx +89 -0
- package/src/features/user/contexts/UserContext.tsx +106 -0
- package/src/features/user/contexts/index.ts +1 -0
- package/src/features/user/hooks/index.ts +2 -0
- package/src/features/user/hooks/useUserSearch.ts +53 -0
- package/src/features/user/hooks/useUserTableStructure.tsx +115 -0
- package/src/features/user/index.ts +0 -1
- package/src/hooks/index.ts +4 -0
- package/src/hooks/useCustomD3Graph.tsx +2 -0
- package/src/hooks/useNotificationSync.ts +20 -0
- package/src/hooks/usePageTracker.ts +69 -0
- package/src/hooks/usePushNotifications.ts +82 -0
- package/src/hooks/useSocket.ts +201 -0
- package/src/hooks/useTableGenerator.ts +6 -2
- package/src/i18n/config.ts +1 -0
- package/src/index.ts +4 -0
- package/src/interfaces/d3.link.interface.ts +2 -1
- package/src/server/ServerSession.ts +103 -0
- package/src/server/index.ts +2 -1
- package/src/unified/JsonApiRequest.ts +23 -0
- package/dist/ApiRequestDataTypeInterface-CUKFDBx2.d.mts +0 -20
- package/dist/ApiRequestDataTypeInterface-CUKFDBx2.d.ts +0 -20
- package/dist/BlockNoteEditor-VFWG6LXI.js.map +0 -1
- package/dist/JsonApiRequest-S3ICLM7B.mjs +0 -20
- package/dist/JsonApiRequest-ZZLSP26T.js +0 -20
- package/dist/JsonApiRequest-ZZLSP26T.js.map +0 -1
- package/dist/chunk-366S2JCC.mjs +0 -31
- package/dist/chunk-366S2JCC.mjs.map +0 -1
- package/dist/chunk-5W6AKZE6.mjs +0 -131
- package/dist/chunk-5W6AKZE6.mjs.map +0 -1
- package/dist/chunk-A3J3AAYM.mjs +0 -97
- package/dist/chunk-A3J3AAYM.mjs.map +0 -1
- package/dist/chunk-AWONBQQP.js +0 -97
- package/dist/chunk-AWONBQQP.js.map +0 -1
- package/dist/chunk-CXQOWQSY.js.map +0 -1
- package/dist/chunk-DKKMWBP4.mjs +0 -1
- package/dist/chunk-DKKMWBP4.mjs.map +0 -1
- package/dist/chunk-DO2HLAZO.js +0 -48
- package/dist/chunk-DO2HLAZO.js.map +0 -1
- package/dist/chunk-DZXDB3K2.mjs +0 -17
- package/dist/chunk-DZXDB3K2.mjs.map +0 -1
- package/dist/chunk-ECDTZBYO.mjs.map +0 -1
- package/dist/chunk-FY4SXJGU.js +0 -806
- package/dist/chunk-FY4SXJGU.js.map +0 -1
- package/dist/chunk-GYWPEPOH.mjs.map +0 -1
- package/dist/chunk-H6FMOA6B.js +0 -1
- package/dist/chunk-H6FMOA6B.js.map +0 -1
- package/dist/chunk-I2REI7OA.js.map +0 -1
- package/dist/chunk-J4Q36PMP.js +0 -31
- package/dist/chunk-J4Q36PMP.js.map +0 -1
- package/dist/chunk-L6EQEAXU.mjs.map +0 -1
- package/dist/chunk-MFO27OHB.mjs +0 -48
- package/dist/chunk-MFO27OHB.mjs.map +0 -1
- package/dist/chunk-RAF7PNLG.js +0 -131
- package/dist/chunk-RAF7PNLG.js.map +0 -1
- package/dist/chunk-RUR22SVM.js +0 -17
- package/dist/chunk-RUR22SVM.js.map +0 -1
- package/dist/chunk-TEGF6ZWG.js.map +0 -1
- package/dist/chunk-TMVHSY3Y.js.map +0 -1
- package/dist/chunk-V2JJPI7N.js.map +0 -1
- package/dist/chunk-WWWMJZEF.mjs +0 -806
- package/dist/chunk-WWWMJZEF.mjs.map +0 -1
- package/dist/chunk-X4BIHJ2B.mjs.map +0 -1
- package/dist/chunk-YDVTFM7X.mjs.map +0 -1
- /package/dist/{JsonApiRequest-S3ICLM7B.mjs.map → JsonApiRequest-O7BGUMFO.mjs.map} +0 -0
|
@@ -1,31 +1,60 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import React__default, { ReactNode } from 'react';
|
|
2
|
+
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
|
+
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
|
|
4
|
+
import { C as CompanyInterface, R as RoleInterface, U as UserInterface } from '../user.interface-CAsTIbuQ.mjs';
|
|
5
|
+
import { N as NotificationInterface } from '../notification.interface-BBgMUdLR.mjs';
|
|
6
|
+
import { M as ModuleWithPermissions, a as Action } from '../types-Bl61ob-7.mjs';
|
|
3
7
|
import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
4
|
-
import {
|
|
5
|
-
import { U as UserInterface, C as CompanyInterface } from '../user.interface-CAsTIbuQ.mjs';
|
|
6
|
-
import '../ApiRequestDataTypeInterface-CUKFDBx2.mjs';
|
|
7
|
-
import '../ApiDataInterface-DPP8s46n.mjs';
|
|
8
|
+
import { u as useSocket } from '../useSocket-Cn7fB_B1.mjs';
|
|
8
9
|
|
|
9
|
-
interface
|
|
10
|
+
interface CompanyContextType {
|
|
11
|
+
company: CompanyInterface | undefined;
|
|
12
|
+
setCompany: (value: CompanyInterface | undefined) => void;
|
|
13
|
+
}
|
|
14
|
+
type CompanyProviderProps = {
|
|
10
15
|
children: ReactNode;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
dehydratedCompany?: JsonApiHydratedDataInterface;
|
|
17
|
+
};
|
|
18
|
+
declare const CompanyProvider: ({ children, dehydratedCompany }: CompanyProviderProps) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
declare const useCompanyContext: () => CompanyContextType;
|
|
20
|
+
|
|
21
|
+
interface NotificationContextType {
|
|
22
|
+
notifications: NotificationInterface[];
|
|
23
|
+
setNotifications: (notifications: NotificationInterface[]) => void;
|
|
24
|
+
addNotification: (notification: NotificationInterface) => void;
|
|
25
|
+
addSocketNotifications: (socketNotifications: NotificationInterface[]) => void;
|
|
26
|
+
loadNotifications: () => Promise<void>;
|
|
27
|
+
generateNotification: (notification: NotificationInterface, closePopover: () => void) => ReactElement<any>;
|
|
28
|
+
generateToastNotification: (notification: NotificationInterface, t: any, generateUrl: any) => {
|
|
29
|
+
title: string;
|
|
30
|
+
description: string | ReactElement<any>;
|
|
31
|
+
action?: {
|
|
32
|
+
label: string;
|
|
33
|
+
onClick: () => void;
|
|
17
34
|
};
|
|
18
35
|
};
|
|
36
|
+
markNotificationsAsRead: (ids: string[]) => Promise<void>;
|
|
37
|
+
isLoading: boolean;
|
|
38
|
+
error: string | null;
|
|
39
|
+
lastLoaded: number;
|
|
40
|
+
shouldRefresh: boolean;
|
|
19
41
|
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
42
|
+
type NotificationContextProviderProps = {
|
|
43
|
+
children: React__default.ReactNode;
|
|
44
|
+
};
|
|
45
|
+
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) => react_jsx_runtime.JSX.Element;
|
|
46
|
+
declare const useNotificationContext: () => NotificationContextType;
|
|
47
|
+
|
|
48
|
+
interface RoleContextType {
|
|
49
|
+
role: RoleInterface | undefined;
|
|
50
|
+
setRole: (value: RoleInterface | undefined) => void;
|
|
51
|
+
}
|
|
52
|
+
type RoleProviderProps = {
|
|
53
|
+
children: ReactNode;
|
|
54
|
+
dehydratedRole?: JsonApiHydratedDataInterface;
|
|
28
55
|
};
|
|
56
|
+
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) => react_jsx_runtime.JSX.Element;
|
|
57
|
+
declare const useRoleContext: () => RoleContextType;
|
|
29
58
|
|
|
30
59
|
interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
31
60
|
currentUser: T | null;
|
|
@@ -53,4 +82,63 @@ declare const CurrentUserProvider: ({ children }: {
|
|
|
53
82
|
}) => react_jsx_runtime.JSX.Element;
|
|
54
83
|
declare function useCurrentUserContext<T extends UserInterface = UserInterface>(): CurrentUserContextType<T>;
|
|
55
84
|
|
|
56
|
-
|
|
85
|
+
interface UserContextType {
|
|
86
|
+
user: UserInterface | undefined;
|
|
87
|
+
setUser: (value: UserInterface | undefined) => void;
|
|
88
|
+
}
|
|
89
|
+
type UserProviderProps = {
|
|
90
|
+
children: ReactNode;
|
|
91
|
+
dehydratedUser?: JsonApiHydratedDataInterface;
|
|
92
|
+
};
|
|
93
|
+
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) => react_jsx_runtime.JSX.Element;
|
|
94
|
+
declare const useUserContext: () => UserContextType;
|
|
95
|
+
|
|
96
|
+
interface CommonContextType {
|
|
97
|
+
}
|
|
98
|
+
type CommonProviderProps = {
|
|
99
|
+
children: ReactNode;
|
|
100
|
+
};
|
|
101
|
+
declare const CommonProvider: ({ children }: CommonProviderProps) => react_jsx_runtime.JSX.Element;
|
|
102
|
+
declare const useCommonContext: () => CommonContextType;
|
|
103
|
+
|
|
104
|
+
interface SharedProviderProps {
|
|
105
|
+
children: ReactNode;
|
|
106
|
+
value: {
|
|
107
|
+
breadcrumbs: BreadcrumbItemData[];
|
|
108
|
+
title: {
|
|
109
|
+
type: string;
|
|
110
|
+
element?: string;
|
|
111
|
+
functions?: ReactNode;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
declare const SharedProvider: ({ children, value }: SharedProviderProps) => react_jsx_runtime.JSX.Element;
|
|
116
|
+
declare const useSharedContext: () => {
|
|
117
|
+
breadcrumbs: BreadcrumbItemData[];
|
|
118
|
+
title: {
|
|
119
|
+
type: string | string[];
|
|
120
|
+
element?: string;
|
|
121
|
+
functions?: ReactNode;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
interface SocketContextProps {
|
|
126
|
+
socket: ReturnType<typeof useSocket>["socket"];
|
|
127
|
+
isConnected: boolean;
|
|
128
|
+
messages: any[];
|
|
129
|
+
socketNotifications: NotificationInterface[];
|
|
130
|
+
sendMessage: (event: string, data: any) => void;
|
|
131
|
+
removeMessage: (index: number) => void;
|
|
132
|
+
removeSocketNotification: (index: number) => void;
|
|
133
|
+
clearMessages: () => void;
|
|
134
|
+
clearSocketNotifications: () => void;
|
|
135
|
+
}
|
|
136
|
+
declare const SocketContext: React__default.Context<SocketContextProps>;
|
|
137
|
+
interface SocketProviderProps {
|
|
138
|
+
token?: string;
|
|
139
|
+
children: React__default.ReactNode;
|
|
140
|
+
}
|
|
141
|
+
declare const SocketProvider: React__default.FC<SocketProviderProps>;
|
|
142
|
+
declare const useSocketContext: () => SocketContextProps;
|
|
143
|
+
|
|
144
|
+
export { CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, NotificationContextProvider, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, useCommonContext, useCompanyContext, useCurrentUserContext, useNotificationContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -1,31 +1,60 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import React__default, { ReactNode } from 'react';
|
|
2
|
+
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
|
+
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
|
|
4
|
+
import { C as CompanyInterface, R as RoleInterface, U as UserInterface } from '../user.interface-CbWqMaaU.js';
|
|
5
|
+
import { N as NotificationInterface } from '../notification.interface-gyvT-Z2F.js';
|
|
6
|
+
import { M as ModuleWithPermissions, a as Action } from '../types-Bl61ob-7.js';
|
|
3
7
|
import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
4
|
-
import {
|
|
5
|
-
import { U as UserInterface, C as CompanyInterface } from '../user.interface-CbWqMaaU.js';
|
|
6
|
-
import '../ApiRequestDataTypeInterface-CUKFDBx2.js';
|
|
7
|
-
import '../ApiDataInterface-DPP8s46n.js';
|
|
8
|
+
import { u as useSocket } from '../useSocket-DzMKRKCA.js';
|
|
8
9
|
|
|
9
|
-
interface
|
|
10
|
+
interface CompanyContextType {
|
|
11
|
+
company: CompanyInterface | undefined;
|
|
12
|
+
setCompany: (value: CompanyInterface | undefined) => void;
|
|
13
|
+
}
|
|
14
|
+
type CompanyProviderProps = {
|
|
10
15
|
children: ReactNode;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
dehydratedCompany?: JsonApiHydratedDataInterface;
|
|
17
|
+
};
|
|
18
|
+
declare const CompanyProvider: ({ children, dehydratedCompany }: CompanyProviderProps) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
declare const useCompanyContext: () => CompanyContextType;
|
|
20
|
+
|
|
21
|
+
interface NotificationContextType {
|
|
22
|
+
notifications: NotificationInterface[];
|
|
23
|
+
setNotifications: (notifications: NotificationInterface[]) => void;
|
|
24
|
+
addNotification: (notification: NotificationInterface) => void;
|
|
25
|
+
addSocketNotifications: (socketNotifications: NotificationInterface[]) => void;
|
|
26
|
+
loadNotifications: () => Promise<void>;
|
|
27
|
+
generateNotification: (notification: NotificationInterface, closePopover: () => void) => ReactElement<any>;
|
|
28
|
+
generateToastNotification: (notification: NotificationInterface, t: any, generateUrl: any) => {
|
|
29
|
+
title: string;
|
|
30
|
+
description: string | ReactElement<any>;
|
|
31
|
+
action?: {
|
|
32
|
+
label: string;
|
|
33
|
+
onClick: () => void;
|
|
17
34
|
};
|
|
18
35
|
};
|
|
36
|
+
markNotificationsAsRead: (ids: string[]) => Promise<void>;
|
|
37
|
+
isLoading: boolean;
|
|
38
|
+
error: string | null;
|
|
39
|
+
lastLoaded: number;
|
|
40
|
+
shouldRefresh: boolean;
|
|
19
41
|
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
42
|
+
type NotificationContextProviderProps = {
|
|
43
|
+
children: React__default.ReactNode;
|
|
44
|
+
};
|
|
45
|
+
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) => react_jsx_runtime.JSX.Element;
|
|
46
|
+
declare const useNotificationContext: () => NotificationContextType;
|
|
47
|
+
|
|
48
|
+
interface RoleContextType {
|
|
49
|
+
role: RoleInterface | undefined;
|
|
50
|
+
setRole: (value: RoleInterface | undefined) => void;
|
|
51
|
+
}
|
|
52
|
+
type RoleProviderProps = {
|
|
53
|
+
children: ReactNode;
|
|
54
|
+
dehydratedRole?: JsonApiHydratedDataInterface;
|
|
28
55
|
};
|
|
56
|
+
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) => react_jsx_runtime.JSX.Element;
|
|
57
|
+
declare const useRoleContext: () => RoleContextType;
|
|
29
58
|
|
|
30
59
|
interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
31
60
|
currentUser: T | null;
|
|
@@ -53,4 +82,63 @@ declare const CurrentUserProvider: ({ children }: {
|
|
|
53
82
|
}) => react_jsx_runtime.JSX.Element;
|
|
54
83
|
declare function useCurrentUserContext<T extends UserInterface = UserInterface>(): CurrentUserContextType<T>;
|
|
55
84
|
|
|
56
|
-
|
|
85
|
+
interface UserContextType {
|
|
86
|
+
user: UserInterface | undefined;
|
|
87
|
+
setUser: (value: UserInterface | undefined) => void;
|
|
88
|
+
}
|
|
89
|
+
type UserProviderProps = {
|
|
90
|
+
children: ReactNode;
|
|
91
|
+
dehydratedUser?: JsonApiHydratedDataInterface;
|
|
92
|
+
};
|
|
93
|
+
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) => react_jsx_runtime.JSX.Element;
|
|
94
|
+
declare const useUserContext: () => UserContextType;
|
|
95
|
+
|
|
96
|
+
interface CommonContextType {
|
|
97
|
+
}
|
|
98
|
+
type CommonProviderProps = {
|
|
99
|
+
children: ReactNode;
|
|
100
|
+
};
|
|
101
|
+
declare const CommonProvider: ({ children }: CommonProviderProps) => react_jsx_runtime.JSX.Element;
|
|
102
|
+
declare const useCommonContext: () => CommonContextType;
|
|
103
|
+
|
|
104
|
+
interface SharedProviderProps {
|
|
105
|
+
children: ReactNode;
|
|
106
|
+
value: {
|
|
107
|
+
breadcrumbs: BreadcrumbItemData[];
|
|
108
|
+
title: {
|
|
109
|
+
type: string;
|
|
110
|
+
element?: string;
|
|
111
|
+
functions?: ReactNode;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
declare const SharedProvider: ({ children, value }: SharedProviderProps) => react_jsx_runtime.JSX.Element;
|
|
116
|
+
declare const useSharedContext: () => {
|
|
117
|
+
breadcrumbs: BreadcrumbItemData[];
|
|
118
|
+
title: {
|
|
119
|
+
type: string | string[];
|
|
120
|
+
element?: string;
|
|
121
|
+
functions?: ReactNode;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
interface SocketContextProps {
|
|
126
|
+
socket: ReturnType<typeof useSocket>["socket"];
|
|
127
|
+
isConnected: boolean;
|
|
128
|
+
messages: any[];
|
|
129
|
+
socketNotifications: NotificationInterface[];
|
|
130
|
+
sendMessage: (event: string, data: any) => void;
|
|
131
|
+
removeMessage: (index: number) => void;
|
|
132
|
+
removeSocketNotification: (index: number) => void;
|
|
133
|
+
clearMessages: () => void;
|
|
134
|
+
clearSocketNotifications: () => void;
|
|
135
|
+
}
|
|
136
|
+
declare const SocketContext: React__default.Context<SocketContextProps>;
|
|
137
|
+
interface SocketProviderProps {
|
|
138
|
+
token?: string;
|
|
139
|
+
children: React__default.ReactNode;
|
|
140
|
+
}
|
|
141
|
+
declare const SocketProvider: React__default.FC<SocketProviderProps>;
|
|
142
|
+
declare const useSocketContext: () => SocketContextProps;
|
|
143
|
+
|
|
144
|
+
export { CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, NotificationContextProvider, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, useCommonContext, useCompanyContext, useCurrentUserContext, useNotificationContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
package/dist/contexts/index.js
CHANGED
|
@@ -4,18 +4,50 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
var _chunkWEC4YMOSjs = require('../chunk-WEC4YMOS.js');
|
|
21
|
+
require('../chunk-IBS6NI7D.js');
|
|
22
|
+
require('../chunk-A5DDIABK.js');
|
|
23
|
+
require('../chunk-JC3WJK65.js');
|
|
24
|
+
require('../chunk-RZO2LOW4.js');
|
|
25
|
+
require('../chunk-LXKSUWAV.js');
|
|
26
|
+
require('../chunk-AYHKQWHH.js');
|
|
27
|
+
require('../chunk-5ZEADNNP.js');
|
|
9
28
|
require('../chunk-4HCRAOS5.js');
|
|
10
|
-
require('../chunk-
|
|
11
|
-
require('../chunk-
|
|
12
|
-
require('../chunk-
|
|
13
|
-
require('../chunk-
|
|
29
|
+
require('../chunk-3FBCC4G3.js');
|
|
30
|
+
require('../chunk-HMHGLXWC.js');
|
|
31
|
+
require('../chunk-AGAJMJ4T.js');
|
|
32
|
+
require('../chunk-6GKHCVF6.js');
|
|
14
33
|
require('../chunk-7QVYU63E.js');
|
|
15
34
|
|
|
16
35
|
|
|
17
36
|
|
|
18
37
|
|
|
19
38
|
|
|
20
|
-
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
exports.CommonProvider = _chunkWEC4YMOSjs.CommonProvider; exports.CompanyProvider = _chunkWEC4YMOSjs.CompanyProvider; exports.CurrentUserProvider = _chunkWEC4YMOSjs.CurrentUserProvider; exports.NotificationContextProvider = _chunkWEC4YMOSjs.NotificationContextProvider; exports.RoleProvider = _chunkWEC4YMOSjs.RoleProvider; exports.SharedProvider = _chunkWEC4YMOSjs.SharedProvider; exports.SocketContext = _chunkWEC4YMOSjs.SocketContext; exports.SocketProvider = _chunkWEC4YMOSjs.SocketProvider; exports.UserProvider = _chunkWEC4YMOSjs.UserProvider; exports.useCommonContext = _chunkWEC4YMOSjs.useCommonContext; exports.useCompanyContext = _chunkWEC4YMOSjs.useCompanyContext; exports.useCurrentUserContext = _chunkWEC4YMOSjs.useCurrentUserContext; exports.useNotificationContext = _chunkWEC4YMOSjs.useNotificationContext; exports.useRoleContext = _chunkWEC4YMOSjs.useRoleContext; exports.useSharedContext = _chunkWEC4YMOSjs.useSharedContext; exports.useSocketContext = _chunkWEC4YMOSjs.useSocketContext; exports.useUserContext = _chunkWEC4YMOSjs.useUserContext;
|
|
21
53
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,qiCAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"}
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -1,21 +1,53 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
+
CommonProvider,
|
|
4
|
+
CompanyProvider,
|
|
3
5
|
CurrentUserProvider,
|
|
6
|
+
NotificationContextProvider,
|
|
7
|
+
RoleProvider,
|
|
4
8
|
SharedProvider,
|
|
9
|
+
SocketContext,
|
|
10
|
+
SocketProvider,
|
|
11
|
+
UserProvider,
|
|
12
|
+
useCommonContext,
|
|
13
|
+
useCompanyContext,
|
|
5
14
|
useCurrentUserContext,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
15
|
+
useNotificationContext,
|
|
16
|
+
useRoleContext,
|
|
17
|
+
useSharedContext,
|
|
18
|
+
useSocketContext,
|
|
19
|
+
useUserContext
|
|
20
|
+
} from "../chunk-3APORDYP.mjs";
|
|
21
|
+
import "../chunk-C7C7VY4F.mjs";
|
|
22
|
+
import "../chunk-IWFGEPAA.mjs";
|
|
23
|
+
import "../chunk-2LM6LCJW.mjs";
|
|
24
|
+
import "../chunk-7C5RAEBO.mjs";
|
|
25
|
+
import "../chunk-AUXK7QSA.mjs";
|
|
26
|
+
import "../chunk-SM63SZCP.mjs";
|
|
27
|
+
import "../chunk-74F6BBHH.mjs";
|
|
9
28
|
import "../chunk-BLWVZK6J.mjs";
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
29
|
+
import "../chunk-Q2N6SQYW.mjs";
|
|
30
|
+
import "../chunk-PYF2U6WG.mjs";
|
|
31
|
+
import "../chunk-RBIVEH2K.mjs";
|
|
32
|
+
import "../chunk-DD3KISNB.mjs";
|
|
14
33
|
import "../chunk-PAWJFY3S.mjs";
|
|
15
34
|
export {
|
|
35
|
+
CommonProvider,
|
|
36
|
+
CompanyProvider,
|
|
16
37
|
CurrentUserProvider,
|
|
38
|
+
NotificationContextProvider,
|
|
39
|
+
RoleProvider,
|
|
17
40
|
SharedProvider,
|
|
41
|
+
SocketContext,
|
|
42
|
+
SocketProvider,
|
|
43
|
+
UserProvider,
|
|
44
|
+
useCommonContext,
|
|
45
|
+
useCompanyContext,
|
|
18
46
|
useCurrentUserContext,
|
|
19
|
-
|
|
47
|
+
useNotificationContext,
|
|
48
|
+
useRoleContext,
|
|
49
|
+
useSharedContext,
|
|
50
|
+
useSocketContext,
|
|
51
|
+
useUserContext
|
|
20
52
|
};
|
|
21
53
|
//# sourceMappingURL=index.mjs.map
|
package/dist/core/index.d.mts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { A as ApiData } from '../ApiData-DPKNfY-9.mjs';
|
|
2
2
|
import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
|
|
3
|
-
import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../
|
|
4
|
-
export { G as GetterKeys, c as createJsonApiInclusion } from '../
|
|
3
|
+
import { A as ApiRequestDataTypeInterface, M as ModuleWithPermissions, F as FieldSelector } from '../types-Bl61ob-7.mjs';
|
|
4
|
+
export { G as GetterKeys, c as createJsonApiInclusion } from '../types-Bl61ob-7.mjs';
|
|
5
5
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-BHN5D9r5.mjs';
|
|
6
|
-
export { A as AbstractApiData, a as AbstractService, H as HttpMethod, N as NextRef, P as PreviousRef, S as SelfRef, g as getGlobalErrorHandler, s as setGlobalErrorHandler } from '../AbstractService-
|
|
7
|
-
import { f as ModuleWithPermissions } from '../types-lQVA8d_P.mjs';
|
|
6
|
+
export { A as AbstractApiData, a as AbstractService, H as HttpMethod, N as NextRef, P as PreviousRef, S as SelfRef, g as getGlobalErrorHandler, s as setGlobalErrorHandler } from '../AbstractService-B2n_JdiC.mjs';
|
|
8
7
|
|
|
9
8
|
declare class JsonApiDataFactory {
|
|
10
9
|
static create(classKey: ApiRequestDataTypeInterface, data: any): any;
|
package/dist/core/index.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { A as ApiData } from '../ApiData-DPKNfY-9.js';
|
|
2
2
|
import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
|
|
3
|
-
import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../
|
|
4
|
-
export { G as GetterKeys, c as createJsonApiInclusion } from '../
|
|
3
|
+
import { A as ApiRequestDataTypeInterface, M as ModuleWithPermissions, F as FieldSelector } from '../types-Bl61ob-7.js';
|
|
4
|
+
export { G as GetterKeys, c as createJsonApiInclusion } from '../types-Bl61ob-7.js';
|
|
5
5
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-DDI7QQPR.js';
|
|
6
|
-
export { A as AbstractApiData, a as AbstractService, H as HttpMethod, N as NextRef, P as PreviousRef, S as SelfRef, g as getGlobalErrorHandler, s as setGlobalErrorHandler } from '../AbstractService-
|
|
7
|
-
import { f as ModuleWithPermissions } from '../types-DluCaP1I.js';
|
|
6
|
+
export { A as AbstractApiData, a as AbstractService, H as HttpMethod, N as NextRef, P as PreviousRef, S as SelfRef, g as getGlobalErrorHandler, s as setGlobalErrorHandler } from '../AbstractService-DtQTYovo.js';
|
|
8
7
|
|
|
9
8
|
declare class JsonApiDataFactory {
|
|
10
9
|
static create(classKey: ApiRequestDataTypeInterface, data: any): any;
|
package/dist/core/index.js
CHANGED
|
@@ -11,18 +11,14 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var _chunkI2REI7OAjs = require('../chunk-I2REI7OA.js');
|
|
15
14
|
|
|
15
|
+
var _chunkHMHGLXWCjs = require('../chunk-HMHGLXWC.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var _chunkTEGF6ZWGjs = require('../chunk-TEGF6ZWG.js');
|
|
20
19
|
|
|
21
20
|
|
|
22
|
-
var
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
var _chunkDO2HLAZOjs = require('../chunk-DO2HLAZO.js');
|
|
21
|
+
var _chunkAGAJMJ4Tjs = require('../chunk-AGAJMJ4T.js');
|
|
26
22
|
require('../chunk-7QVYU63E.js');
|
|
27
23
|
|
|
28
24
|
|
|
@@ -43,5 +39,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
43
39
|
|
|
44
40
|
|
|
45
41
|
|
|
46
|
-
exports.AbstractApiData =
|
|
42
|
+
exports.AbstractApiData = _chunkHMHGLXWCjs.AbstractApiData; exports.AbstractService = _chunkHMHGLXWCjs.AbstractService; exports.DataClass = _chunkAGAJMJ4Tjs.DataClassRegistry; exports.DataClassRegistry = _chunkAGAJMJ4Tjs.DataClassRegistry; exports.EndpointCreator = _chunkHMHGLXWCjs.EndpointCreator; exports.HttpMethod = _chunkHMHGLXWCjs.HttpMethod; exports.JsonApiDataFactory = _chunkAGAJMJ4Tjs.JsonApiDataFactory; exports.ModuleRegistrar = _chunkHMHGLXWCjs.ModuleRegistrar; exports.ModuleRegistry = _chunkHMHGLXWCjs.ModuleRegistry; exports.Modules = _chunkHMHGLXWCjs.Modules; exports.RehydrationFactory = _chunkHMHGLXWCjs.RehydrationFactory; exports.createJsonApiInclusion = _chunkHMHGLXWCjs.createJsonApiInclusion; exports.getGlobalErrorHandler = _chunkHMHGLXWCjs.getGlobalErrorHandler; exports.rehydrate = _chunkHMHGLXWCjs.rehydrate; exports.rehydrateList = _chunkHMHGLXWCjs.rehydrateList; exports.setGlobalErrorHandler = _chunkHMHGLXWCjs.setGlobalErrorHandler; exports.translateData = _chunkAGAJMJ4Tjs.translateData; exports.translateResponse = _chunkAGAJMJ4Tjs.translateResponse;
|
|
47
43
|
//# sourceMappingURL=index.js.map
|
package/dist/core/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,6jCAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"}
|
package/dist/core/index.mjs
CHANGED
|
@@ -6,23 +6,19 @@ import {
|
|
|
6
6
|
ModuleRegistrar,
|
|
7
7
|
ModuleRegistry,
|
|
8
8
|
Modules,
|
|
9
|
+
RehydrationFactory,
|
|
9
10
|
createJsonApiInclusion,
|
|
10
11
|
getGlobalErrorHandler,
|
|
11
12
|
rehydrate,
|
|
12
13
|
rehydrateList,
|
|
13
14
|
setGlobalErrorHandler
|
|
14
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-PYF2U6WG.mjs";
|
|
15
16
|
import {
|
|
17
|
+
DataClassRegistry,
|
|
16
18
|
JsonApiDataFactory,
|
|
17
19
|
translateData,
|
|
18
20
|
translateResponse
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import {
|
|
21
|
-
RehydrationFactory
|
|
22
|
-
} from "../chunk-366S2JCC.mjs";
|
|
23
|
-
import {
|
|
24
|
-
DataClassRegistry
|
|
25
|
-
} from "../chunk-MFO27OHB.mjs";
|
|
21
|
+
} from "../chunk-RBIVEH2K.mjs";
|
|
26
22
|
import "../chunk-PAWJFY3S.mjs";
|
|
27
23
|
export {
|
|
28
24
|
AbstractApiData,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SimulationLinkDatum } from 'd3';
|
|
1
2
|
import { LucideIcon } from 'lucide-react';
|
|
2
3
|
|
|
3
4
|
interface D3Node extends d3.SimulationNodeDatum {
|
|
@@ -11,7 +12,7 @@ interface D3Node extends d3.SimulationNodeDatum {
|
|
|
11
12
|
washedOut?: boolean;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
interface D3Link extends
|
|
15
|
+
interface D3Link extends SimulationLinkDatum<D3Node> {
|
|
15
16
|
source: string | D3Node;
|
|
16
17
|
target: string | D3Node;
|
|
17
18
|
relationshipType?: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SimulationLinkDatum } from 'd3';
|
|
1
2
|
import { LucideIcon } from 'lucide-react';
|
|
2
3
|
|
|
3
4
|
interface D3Node extends d3.SimulationNodeDatum {
|
|
@@ -11,7 +12,7 @@ interface D3Node extends d3.SimulationNodeDatum {
|
|
|
11
12
|
washedOut?: boolean;
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
interface D3Link extends
|
|
15
|
+
interface D3Link extends SimulationLinkDatum<D3Node> {
|
|
15
16
|
source: string | D3Node;
|
|
16
17
|
target: string | D3Node;
|
|
17
18
|
relationshipType?: string;
|