@replyke/core 7.0.0-beta.11 → 7.0.0-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/hooks/comments/index.d.ts +2 -1
- package/dist/cjs/hooks/comments/index.js +3 -3
- package/dist/cjs/hooks/comments/index.js.map +1 -1
- package/dist/cjs/hooks/comments/useFetchManyComments.d.ts +2 -2
- package/dist/cjs/hooks/comments/useFetchManyComments.js +5 -7
- package/dist/cjs/hooks/comments/useFetchManyComments.js.map +1 -1
- package/dist/cjs/hooks/comments/useFetchManyCommentsWrapper.d.ts +21 -0
- package/dist/cjs/hooks/comments/{useProfileComments.js → useFetchManyCommentsWrapper.js} +40 -18
- package/dist/cjs/hooks/comments/useFetchManyCommentsWrapper.js.map +1 -0
- package/dist/cjs/hooks/entities/index.d.ts +2 -0
- package/dist/cjs/hooks/entities/index.js +3 -1
- package/dist/cjs/hooks/entities/index.js.map +1 -1
- package/dist/cjs/hooks/entities/useFetchManyEntitiesWrapper.d.ts +41 -0
- package/dist/cjs/hooks/entities/useFetchManyEntitiesWrapper.js +241 -0
- package/dist/cjs/hooks/entities/useFetchManyEntitiesWrapper.js.map +1 -0
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +5 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/interfaces/models/Comment.d.ts +3 -0
- package/dist/esm/hooks/comments/index.d.ts +2 -1
- package/dist/esm/hooks/comments/index.js +1 -1
- package/dist/esm/hooks/comments/index.js.map +1 -1
- package/dist/esm/hooks/comments/useFetchManyComments.d.ts +2 -2
- package/dist/esm/hooks/comments/useFetchManyComments.js +5 -7
- package/dist/esm/hooks/comments/useFetchManyComments.js.map +1 -1
- package/dist/esm/hooks/comments/useFetchManyCommentsWrapper.d.ts +21 -0
- package/dist/esm/hooks/comments/{useProfileComments.js → useFetchManyCommentsWrapper.js} +40 -18
- package/dist/esm/hooks/comments/useFetchManyCommentsWrapper.js.map +1 -0
- package/dist/esm/hooks/entities/index.d.ts +2 -0
- package/dist/esm/hooks/entities/index.js +1 -0
- package/dist/esm/hooks/entities/index.js.map +1 -1
- package/dist/esm/hooks/entities/useFetchManyEntitiesWrapper.d.ts +41 -0
- package/dist/esm/hooks/entities/useFetchManyEntitiesWrapper.js +236 -0
- package/dist/esm/hooks/entities/useFetchManyEntitiesWrapper.js.map +1 -0
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/interfaces/models/Comment.d.ts +3 -0
- package/package.json +1 -1
- package/dist/cjs/hooks/comments/useProfileComments.d.ts +0 -18
- package/dist/cjs/hooks/comments/useProfileComments.js.map +0 -1
- package/dist/esm/hooks/comments/useProfileComments.d.ts +0 -18
- package/dist/esm/hooks/comments/useProfileComments.js.map +0 -1
package/dist/cjs/index.js
CHANGED
|
@@ -36,9 +36,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
36
36
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.
|
|
40
|
-
exports.
|
|
41
|
-
exports.validateSortType = exports.validateMetadataPropertyName = exports.validateSortBy = exports.AppNotification = exports.useUploadFile = exports.useGetMetadata = exports.useHandleSpaceCommentReport = exports.useHandleSpaceEntityReport = exports.useFetchSpaceReports = exports.useCreateReport = exports.useConnectionManager = exports.useFetchConnectionsCountByUserId = exports.useFetchConnectionsByUserId = exports.useFetchReceivedPendingConnections = exports.useFetchSentPendingConnections = exports.useFetchConnectionsCount = exports.useRemoveConnectionByUserId = exports.useFetchConnectionStatus = exports.useFetchConnections = exports.useRemoveConnection = void 0;
|
|
39
|
+
exports.useFetchSpaceChildren = exports.useFetchSpaceBreadcrumb = exports.useFetchSpaceBySlug = exports.useFetchSpaceByShortId = exports.useFetchSpace = exports.useSpaceData = exports.useSpace = exports.useEntityListActions = exports.useEntityList = exports.useUpvoteEntity = exports.useUpdateEntity = exports.useRemoveEntityUpvote = exports.useRemoveEntityDownvote = exports.useFetchManyEntitiesWrapper = exports.useIncrementEntityViews = exports.useFetchManyEntities = exports.useFetchEntityByShortId = exports.useFetchEntityByForeignId = exports.useFetchEntity = exports.useEntityVotes = exports.useDownvoteEntity = exports.useDeleteEntity = exports.useCreateEntity = exports.useEntityData = exports.useEntity = exports.useIsEntitySaved = exports.useListsActions = exports.useLists = exports.useAppNotificationsActions = exports.useAppNotifications = exports.useUserActions = exports.useUser = exports.useAuth = exports.useSignTestingJwt = exports.useProjectData = exports.useProject = exports.SpaceProvider = exports.CommentSectionProvider = exports.EntityProvider = exports.ReplykeProvider = exports.reportReasons = exports.getEnvVar = exports.getApiBaseUrl = exports.isProduction = exports.isDevelopment = exports.getPublicFileUrl = exports.getUserName = exports.safeMergeStyleProps = exports.keywordHelpers = exports.handleError = void 0;
|
|
40
|
+
exports.useAcceptConnection = exports.useRequestConnection = exports.useUnfollowUserByUserId = exports.useUnfollowByFollowId = exports.useFollowUser = exports.useFollowManager = exports.useFetchFollowingCountByUserId = exports.useFetchFollowingCount = exports.useFetchFollowingByUserId = exports.useFetchFollowing = exports.useFetchFollowersCountByUserId = exports.useFetchFollowersCount = exports.useFetchFollowersByUserId = exports.useFetchFollowers = exports.useFetchFollowStatus = exports.useUpdateUser = exports.useMentions = exports.useFetchUserSuggestions = exports.useCheckUsernameAvailability = exports.useFetchUserByUsername = exports.useFetchUserByForeignId = exports.useFetchUser = exports.useFetchManyCommentsWrapper = exports.useEntityComments = exports.useDeleteComment = exports.useCommentVotes = exports.useUpdateComment = exports.useReplies = exports.useFetchCommentByForeignId = exports.useFetchComment = exports.useFetchManyComments = exports.useCreateComment = exports.useCommentSectionData = exports.useCommentSection = exports.useSpaceListActions = exports.useSpaceList = exports.useSpacePermissions = exports.useRemoveMember = exports.useDeclineMember = exports.useApproveMember = exports.useUpdateMemberRole = exports.useFetchMySpaces = exports.useFetchSpaceMembers = exports.useLeaveSpace = exports.useJoinSpace = exports.useDeleteSpace = exports.useUpdateSpace = exports.useCreateSpace = exports.useCheckSlugAvailability = exports.useFetchManySpaces = void 0;
|
|
41
|
+
exports.validateSortType = exports.validateMetadataPropertyName = exports.validateSortBy = exports.AppNotification = exports.useUploadFile = exports.useGetMetadata = exports.useHandleSpaceCommentReport = exports.useHandleSpaceEntityReport = exports.useFetchSpaceReports = exports.useCreateReport = exports.useConnectionManager = exports.useFetchConnectionsCountByUserId = exports.useFetchConnectionsByUserId = exports.useFetchReceivedPendingConnections = exports.useFetchSentPendingConnections = exports.useFetchConnectionsCount = exports.useRemoveConnectionByUserId = exports.useFetchConnectionStatus = exports.useFetchConnections = exports.useRemoveConnection = exports.useDeclineConnection = void 0;
|
|
42
42
|
// Helpers & Utilities
|
|
43
43
|
var handleError_1 = require("./utils/handleError");
|
|
44
44
|
Object.defineProperty(exports, "handleError", { enumerable: true, get: function () { return handleError_1.handleError; } });
|
|
@@ -100,6 +100,7 @@ Object.defineProperty(exports, "useFetchEntityByForeignId", { enumerable: true,
|
|
|
100
100
|
Object.defineProperty(exports, "useFetchEntityByShortId", { enumerable: true, get: function () { return entities_1.useFetchEntityByShortId; } });
|
|
101
101
|
Object.defineProperty(exports, "useFetchManyEntities", { enumerable: true, get: function () { return entities_1.useFetchManyEntities; } });
|
|
102
102
|
Object.defineProperty(exports, "useIncrementEntityViews", { enumerable: true, get: function () { return entities_1.useIncrementEntityViews; } });
|
|
103
|
+
Object.defineProperty(exports, "useFetchManyEntitiesWrapper", { enumerable: true, get: function () { return entities_1.useFetchManyEntitiesWrapper; } });
|
|
103
104
|
Object.defineProperty(exports, "useRemoveEntityDownvote", { enumerable: true, get: function () { return entities_1.useRemoveEntityDownvote; } });
|
|
104
105
|
Object.defineProperty(exports, "useRemoveEntityUpvote", { enumerable: true, get: function () { return entities_1.useRemoveEntityUpvote; } });
|
|
105
106
|
Object.defineProperty(exports, "useUpdateEntity", { enumerable: true, get: function () { return entities_1.useUpdateEntity; } });
|
|
@@ -148,7 +149,7 @@ Object.defineProperty(exports, "useUpdateComment", { enumerable: true, get: func
|
|
|
148
149
|
Object.defineProperty(exports, "useCommentVotes", { enumerable: true, get: function () { return comments_1.useCommentVotes; } });
|
|
149
150
|
Object.defineProperty(exports, "useDeleteComment", { enumerable: true, get: function () { return comments_1.useDeleteComment; } });
|
|
150
151
|
Object.defineProperty(exports, "useEntityComments", { enumerable: true, get: function () { return comments_1.useEntityComments; } });
|
|
151
|
-
Object.defineProperty(exports, "
|
|
152
|
+
Object.defineProperty(exports, "useFetchManyCommentsWrapper", { enumerable: true, get: function () { return comments_1.useFetchManyCommentsWrapper; } });
|
|
152
153
|
// -- users
|
|
153
154
|
var users_1 = require("./hooks/users");
|
|
154
155
|
Object.defineProperty(exports, "useFetchUser", { enumerable: true, get: function () { return users_1.useFetchUser; } });
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sBAAsB;AACtB,mDAAkD;AAAzC,0GAAA,WAAW,OAAA;AACpB,yDAAwD;AAA/C,gHAAA,cAAc,OAAA;AACvB,qEAAoE;AAA3D,0HAAA,mBAAmB,OAAA;AAC5B,qDAAoD;AAA3C,0GAAA,WAAW,OAAA;AACpB,+DAAyE;AAAhE,qIAAA,OAAO,OAAoB;AACpC,mCAKqB;AAJnB,oGAAA,aAAa,OAAA;AACb,mGAAA,YAAY,OAAA;AACZ,oGAAA,aAAa,OAAA;AACb,gGAAA,SAAS,OAAA;AAGX,YAAY;AACZ,2DAA0D;AAAjD,8GAAA,aAAa,OAAA;AAGtB,+CAA+C;AAC/C,qCAKmB;AAJjB,0GAAA,eAAe,OAAA;AACf,yGAAA,cAAc,OAAA;AACd,iHAAA,sBAAsB,OAAA;AACtB,wGAAA,aAAa,OAAA;AAGf,cAAc;AACd,6CAA8D;AAArD,sGAAA,UAAU,OAAA;AAAE,0GAAA,cAAc,OAAA;AAEnC,YAAY;AACZ,yCAAmD;AAA1C,2GAAA,iBAAiB,OAAA;AAE1B,oBAAoB;AACpB,qCAA2D;AAAlD,+FAAA,OAAO,OAAA;AAEhB,oBAAoB;AACpB,qCAKsB;AAJpB,+FAAA,OAAO,OAAA;AACP,sGAAA,cAAc,OAAA;AAKhB,uBAAuB;AACvB,+DAKmC;AAJjC,wHAAA,mBAAmB,OAAA;AACnB,+HAAA,0BAA0B,OAAA;AAK5B,WAAW;AACX,uCAMuB;AALrB,iGAAA,QAAQ,OAAA;AACR,wGAAA,eAAe,OAAA;AACf,yGAAA,gBAAgB,OAAA;AAKlB,cAAc;AACd,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,4 +9,5 @@ export { default as useUpdateComment } from "./useUpdateComment";
|
|
|
9
9
|
export { default as useCommentVotes } from "./useCommentVotes";
|
|
10
10
|
export { default as useDeleteComment } from "./useDeleteComment";
|
|
11
11
|
export { default as useEntityComments } from "./useEntityComments";
|
|
12
|
-
export { default as
|
|
12
|
+
export { default as useFetchManyCommentsWrapper } from "./useFetchManyCommentsWrapper";
|
|
13
|
+
export type { UseFetchManyCommentsWrapperProps, UseFetchManyCommentsWrapperValues, } from "./useFetchManyCommentsWrapper";
|
|
@@ -9,5 +9,5 @@ export { default as useUpdateComment } from "./useUpdateComment";
|
|
|
9
9
|
export { default as useCommentVotes } from "./useCommentVotes";
|
|
10
10
|
export { default as useDeleteComment } from "./useDeleteComment";
|
|
11
11
|
export { default as useEntityComments } from "./useEntityComments";
|
|
12
|
-
export { default as
|
|
12
|
+
export { default as useFetchManyCommentsWrapper } from "./useFetchManyCommentsWrapper";
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/hooks/comments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/hooks/comments/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,+BAA+B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommentsSortByOptions } from "../../interfaces/CommentsSortByOptions";
|
|
2
|
-
import { Comment } from "../../interfaces/models/Comment";
|
|
2
|
+
import { Comment, CommentIncludeParam } from "../../interfaces/models/Comment";
|
|
3
3
|
import { PaginatedResponse } from "../../interfaces/IPaginatedResponse";
|
|
4
4
|
declare function useFetchManyComments(): (props: {
|
|
5
5
|
entityId?: string | null | undefined;
|
|
@@ -8,7 +8,7 @@ declare function useFetchManyComments(): (props: {
|
|
|
8
8
|
sortBy?: CommentsSortByOptions;
|
|
9
9
|
page: number;
|
|
10
10
|
limit?: number;
|
|
11
|
-
|
|
11
|
+
include?: CommentIncludeParam;
|
|
12
12
|
sourceId?: string | null | undefined;
|
|
13
13
|
}) => Promise<PaginatedResponse<Comment>>;
|
|
14
14
|
export default useFetchManyComments;
|
|
@@ -41,20 +41,17 @@ function useFetchManyComments() {
|
|
|
41
41
|
var _this = this;
|
|
42
42
|
var projectId = useProject().projectId;
|
|
43
43
|
var fetchComments = useCallback(function (props) { return __awaiter(_this, void 0, void 0, function () {
|
|
44
|
-
var entityId, userId, parentId, sortBy, page, limit,
|
|
44
|
+
var entityId, userId, parentId, sortBy, page, limit, include, sourceId, params, response;
|
|
45
45
|
return __generator(this, function (_a) {
|
|
46
46
|
switch (_a.label) {
|
|
47
47
|
case 0:
|
|
48
|
-
entityId = props.entityId, userId = props.userId, parentId = props.parentId, sortBy = props.sortBy, page = props.page, limit = props.limit,
|
|
48
|
+
entityId = props.entityId, userId = props.userId, parentId = props.parentId, sortBy = props.sortBy, page = props.page, limit = props.limit, include = props.include, sourceId = props.sourceId;
|
|
49
49
|
if (page === 0) {
|
|
50
50
|
throw new Error("Can't fetch comments with page 0");
|
|
51
51
|
}
|
|
52
52
|
if (limit === 0) {
|
|
53
53
|
throw new Error("Can't fetch with limit 0");
|
|
54
54
|
}
|
|
55
|
-
if (!sortBy) {
|
|
56
|
-
throw new Error("Can't fetch without sortBy property");
|
|
57
|
-
}
|
|
58
55
|
if (!projectId) {
|
|
59
56
|
throw new Error("No project specified");
|
|
60
57
|
}
|
|
@@ -69,10 +66,11 @@ function useFetchManyComments() {
|
|
|
69
66
|
params.userId = userId;
|
|
70
67
|
if (parentId)
|
|
71
68
|
params.parentId = parentId;
|
|
72
|
-
if (includeEntity)
|
|
73
|
-
params.includeEntity = includeEntity;
|
|
74
69
|
if (sourceId)
|
|
75
70
|
params.sourceId = sourceId;
|
|
71
|
+
if (include) {
|
|
72
|
+
params.include = Array.isArray(include) ? include.join(',') : include;
|
|
73
|
+
}
|
|
76
74
|
return [4 /*yield*/, axios.get("/".concat(projectId, "/comments"), {
|
|
77
75
|
params: params,
|
|
78
76
|
})];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useFetchManyComments.js","sourceRoot":"","sources":["../../../../src/hooks/comments/useFetchManyComments.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAIpC,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAChD,OAAO,KAAK,MAAM,oBAAoB,CAAC;AAEvC,SAAS,oBAAoB;IAA7B,
|
|
1
|
+
{"version":3,"file":"useFetchManyComments.js","sourceRoot":"","sources":["../../../../src/hooks/comments/useFetchManyComments.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAIpC,OAAO,UAAU,MAAM,wBAAwB,CAAC;AAChD,OAAO,KAAK,MAAM,oBAAoB,CAAC;AAEvC,SAAS,oBAAoB;IAA7B,iBAgEC;IA/DS,IAAA,SAAS,GAAK,UAAU,EAAE,UAAjB,CAAkB;IAEnC,IAAM,aAAa,GAAG,WAAW,CAC/B,UAAO,KASN;;;;;oBAEG,QAAQ,GAQN,KAAK,SARC,EACR,MAAM,GAOJ,KAAK,OAPD,EACN,QAAQ,GAMN,KAAK,SANC,EACR,MAAM,GAKJ,KAAK,OALD,EACN,IAAI,GAIF,KAAK,KAJH,EACJ,KAAK,GAGH,KAAK,MAHF,EACL,OAAO,GAEL,KAAK,QAFA,EACP,QAAQ,GACN,KAAK,SADC,CACA;oBAEV,IAAI,IAAI,KAAK,CAAC,EAAE,CAAC;wBACf,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;oBACtD,CAAC;oBAED,IAAI,KAAK,KAAK,CAAC,EAAE,CAAC;wBAChB,MAAM,IAAI,KAAK,CAAC,0BAA0B,CAAC,CAAC;oBAC9C,CAAC;oBAED,IAAI,CAAC,SAAS,EAAE,CAAC;wBACf,MAAM,IAAI,KAAK,CAAC,sBAAsB,CAAC,CAAC;oBAC1C,CAAC;oBAEK,MAAM,GAAwB;wBAClC,MAAM,QAAA;wBACN,IAAI,MAAA;wBACJ,KAAK,OAAA;qBACN,CAAC;oBAEF,IAAI,QAAQ;wBAAE,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC;oBACzC,IAAI,MAAM;wBAAE,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC;oBACnC,IAAI,QAAQ;wBAAE,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC;oBACzC,IAAI,QAAQ;wBAAE,MAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC;oBAEzC,IAAI,OAAO,EAAE,CAAC;wBACZ,MAAM,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;oBACxE,CAAC;oBAEgB,qBAAM,KAAK,CAAC,GAAG,CAC9B,WAAI,SAAS,cAAW,EACxB;4BACE,MAAM,QAAA;yBACP,CACF,EAAA;;oBALK,QAAQ,GAAG,SAKhB;oBACD,sBAAO,QAAQ,CAAC,IAAI,EAAC;;;SACtB,EACD,CAAC,SAAS,CAAC,CACZ,CAAC;IAEF,OAAO,aAAa,CAAC;AACvB,CAAC;AAED,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { CommentsSortByOptions } from "../../interfaces/CommentsSortByOptions";
|
|
2
|
+
import { Comment, CommentIncludeParam } from "../../interfaces/models/Comment";
|
|
3
|
+
export interface UseFetchManyCommentsWrapperProps {
|
|
4
|
+
entityId?: string | null;
|
|
5
|
+
userId?: string | null;
|
|
6
|
+
parentId?: string | null;
|
|
7
|
+
sourceId?: string | null;
|
|
8
|
+
limit?: number;
|
|
9
|
+
include?: CommentIncludeParam;
|
|
10
|
+
defaultSortBy?: CommentsSortByOptions;
|
|
11
|
+
}
|
|
12
|
+
export interface UseFetchManyCommentsWrapperValues {
|
|
13
|
+
comments: Comment[];
|
|
14
|
+
loading: boolean;
|
|
15
|
+
hasMore: boolean;
|
|
16
|
+
sortBy: CommentsSortByOptions | null;
|
|
17
|
+
setSortBy: (newSortBy: CommentsSortByOptions) => void;
|
|
18
|
+
loadMore: () => void;
|
|
19
|
+
}
|
|
20
|
+
declare function useFetchManyCommentsWrapper(props: UseFetchManyCommentsWrapperProps): UseFetchManyCommentsWrapperValues;
|
|
21
|
+
export default useFetchManyCommentsWrapper;
|
|
@@ -46,14 +46,14 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
46
46
|
import { useCallback, useEffect, useRef, useState } from "react";
|
|
47
47
|
import useFetchManyComments from "./useFetchManyComments";
|
|
48
48
|
import { handleError } from "../../utils/handleError";
|
|
49
|
-
function
|
|
49
|
+
function useFetchManyCommentsWrapper(props) {
|
|
50
50
|
var _this = this;
|
|
51
|
-
var userId = props.userId, _a = props.limit, limit = _a === void 0 ? 10 : _a, _b = props.defaultSortBy, defaultSortBy = _b === void 0 ? "new" : _b,
|
|
51
|
+
var entityId = props.entityId, userId = props.userId, parentId = props.parentId, sourceId = props.sourceId, _a = props.limit, limit = _a === void 0 ? 10 : _a, _b = props.defaultSortBy, defaultSortBy = _b === void 0 ? "new" : _b, include = props.include;
|
|
52
52
|
var fetchManyComments = useFetchManyComments();
|
|
53
53
|
var loading = useRef(true);
|
|
54
|
-
var _c = useState(true), loadingState = _c[0], setLoadingState = _c[1];
|
|
54
|
+
var _c = useState(true), loadingState = _c[0], setLoadingState = _c[1];
|
|
55
55
|
var hasMore = useRef(true);
|
|
56
|
-
var _d = useState(true), hasMoreState = _d[0], setHasMoreState = _d[1];
|
|
56
|
+
var _d = useState(true), hasMoreState = _d[0], setHasMoreState = _d[1];
|
|
57
57
|
var _e = useState(defaultSortBy), sortBy = _e[0], setSortBy = _e[1];
|
|
58
58
|
var _f = useState(1), page = _f[0], setPage = _f[1];
|
|
59
59
|
var _g = useState([]), comments = _g[0], setComments = _g[1];
|
|
@@ -62,10 +62,7 @@ function useProfileComments(props) {
|
|
|
62
62
|
return __generator(this, function (_a) {
|
|
63
63
|
switch (_a.label) {
|
|
64
64
|
case 0:
|
|
65
|
-
if (!userId) {
|
|
66
|
-
// console.warn(
|
|
67
|
-
// "The 'fetch comments' operation was invoked without a valid user and has been aborted."
|
|
68
|
-
// );
|
|
65
|
+
if (!userId && !entityId && !parentId) {
|
|
69
66
|
return [2 /*return*/];
|
|
70
67
|
}
|
|
71
68
|
_a.label = 1;
|
|
@@ -77,11 +74,14 @@ function useProfileComments(props) {
|
|
|
77
74
|
setHasMoreState(true);
|
|
78
75
|
setPage(1);
|
|
79
76
|
return [4 /*yield*/, fetchManyComments({
|
|
77
|
+
entityId: entityId,
|
|
80
78
|
userId: userId,
|
|
79
|
+
parentId: parentId,
|
|
80
|
+
sourceId: sourceId,
|
|
81
81
|
page: 1,
|
|
82
82
|
sortBy: sortBy,
|
|
83
|
-
limit:
|
|
84
|
-
|
|
83
|
+
limit: limit,
|
|
84
|
+
include: include,
|
|
85
85
|
})];
|
|
86
86
|
case 2:
|
|
87
87
|
response = _a.sent();
|
|
@@ -94,7 +94,7 @@ function useProfileComments(props) {
|
|
|
94
94
|
return [3 /*break*/, 5];
|
|
95
95
|
case 3:
|
|
96
96
|
err_1 = _a.sent();
|
|
97
|
-
handleError(err_1, "Failed to reset
|
|
97
|
+
handleError(err_1, "Failed to reset comments:");
|
|
98
98
|
return [3 /*break*/, 5];
|
|
99
99
|
case 4:
|
|
100
100
|
loading.current = false;
|
|
@@ -103,7 +103,16 @@ function useProfileComments(props) {
|
|
|
103
103
|
case 5: return [2 /*return*/];
|
|
104
104
|
}
|
|
105
105
|
});
|
|
106
|
-
}); }, [
|
|
106
|
+
}); }, [
|
|
107
|
+
fetchManyComments,
|
|
108
|
+
limit,
|
|
109
|
+
sortBy,
|
|
110
|
+
entityId,
|
|
111
|
+
userId,
|
|
112
|
+
parentId,
|
|
113
|
+
sourceId,
|
|
114
|
+
include,
|
|
115
|
+
]);
|
|
107
116
|
var loadMore = function () {
|
|
108
117
|
if (loading.current || !hasMore.current)
|
|
109
118
|
return;
|
|
@@ -114,7 +123,7 @@ function useProfileComments(props) {
|
|
|
114
123
|
useEffect(function () {
|
|
115
124
|
resetComments();
|
|
116
125
|
}, [resetComments]);
|
|
117
|
-
// useEffect to get a new batch of
|
|
126
|
+
// useEffect to get a new batch of comments
|
|
118
127
|
useEffect(function () {
|
|
119
128
|
var loadMoreComments = function () { return __awaiter(_this, void 0, void 0, function () {
|
|
120
129
|
var response, newComments_1, pagination, err_2;
|
|
@@ -127,11 +136,14 @@ function useProfileComments(props) {
|
|
|
127
136
|
case 1:
|
|
128
137
|
_a.trys.push([1, 3, 4, 5]);
|
|
129
138
|
return [4 /*yield*/, fetchManyComments({
|
|
139
|
+
entityId: entityId,
|
|
130
140
|
userId: userId,
|
|
141
|
+
parentId: parentId,
|
|
142
|
+
sourceId: sourceId,
|
|
131
143
|
page: page,
|
|
132
144
|
sortBy: sortBy,
|
|
133
145
|
limit: limit,
|
|
134
|
-
|
|
146
|
+
include: include,
|
|
135
147
|
})];
|
|
136
148
|
case 2:
|
|
137
149
|
response = _a.sent();
|
|
@@ -154,11 +166,21 @@ function useProfileComments(props) {
|
|
|
154
166
|
}
|
|
155
167
|
});
|
|
156
168
|
}); };
|
|
157
|
-
// We only load more if
|
|
169
|
+
// We only load more if the page changed
|
|
158
170
|
if (page > 1 && hasMore.current && !loading.current) {
|
|
159
171
|
loadMoreComments();
|
|
160
172
|
}
|
|
161
|
-
}, [
|
|
173
|
+
}, [
|
|
174
|
+
page,
|
|
175
|
+
fetchManyComments,
|
|
176
|
+
entityId,
|
|
177
|
+
userId,
|
|
178
|
+
parentId,
|
|
179
|
+
sourceId,
|
|
180
|
+
sortBy,
|
|
181
|
+
limit,
|
|
182
|
+
include,
|
|
183
|
+
]);
|
|
162
184
|
return {
|
|
163
185
|
comments: comments,
|
|
164
186
|
loading: loadingState,
|
|
@@ -168,5 +190,5 @@ function useProfileComments(props) {
|
|
|
168
190
|
loadMore: loadMore,
|
|
169
191
|
};
|
|
170
192
|
}
|
|
171
|
-
export default
|
|
172
|
-
//# sourceMappingURL=
|
|
193
|
+
export default useFetchManyCommentsWrapper;
|
|
194
|
+
//# sourceMappingURL=useFetchManyCommentsWrapper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFetchManyCommentsWrapper.js","sourceRoot":"","sources":["../../../../src/hooks/comments/useFetchManyCommentsWrapper.tsx"],"names":[],"mappings":"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"}
|
|
@@ -9,6 +9,8 @@ export { default as useFetchEntityByForeignId } from "./useFetchEntityByForeignI
|
|
|
9
9
|
export { default as useFetchEntityByShortId } from "./useFetchEntityByShortId";
|
|
10
10
|
export { default as useFetchManyEntities } from "./useFetchManyEntities";
|
|
11
11
|
export { default as useIncrementEntityViews } from "./useIncrementEntityViews";
|
|
12
|
+
export { default as useFetchManyEntitiesWrapper } from "./useFetchManyEntitiesWrapper";
|
|
13
|
+
export type { UseFetchManyEntitiesWrapperProps, UseFetchManyEntitiesWrapperValues, } from "./useFetchManyEntitiesWrapper";
|
|
12
14
|
export { default as useRemoveEntityDownvote } from "./useRemoveEntityDownvote";
|
|
13
15
|
export { default as useRemoveEntityUpvote } from "./useRemoveEntityUpvote";
|
|
14
16
|
export { default as useUpdateEntity } from "./useUpdateEntity";
|
|
@@ -9,6 +9,7 @@ export { default as useFetchEntityByForeignId } from "./useFetchEntityByForeignI
|
|
|
9
9
|
export { default as useFetchEntityByShortId } from "./useFetchEntityByShortId";
|
|
10
10
|
export { default as useFetchManyEntities } from "./useFetchManyEntities";
|
|
11
11
|
export { default as useIncrementEntityViews } from "./useIncrementEntityViews";
|
|
12
|
+
export { default as useFetchManyEntitiesWrapper } from "./useFetchManyEntitiesWrapper";
|
|
12
13
|
export { default as useRemoveEntityDownvote } from "./useRemoveEntityDownvote";
|
|
13
14
|
export { default as useRemoveEntityUpvote } from "./useRemoveEntityUpvote";
|
|
14
15
|
export { default as useUpdateEntity } from "./useUpdateEntity";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/hooks/entities/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/hooks/entities/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACnF,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAKvF,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAC/E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EntityListSortByOptions, SortDirection, SortType } from "../../interfaces/EntityListSortByOptions";
|
|
2
|
+
import { Entity, EntityIncludeParam } from "../../interfaces/models/Entity";
|
|
3
|
+
import { TimeFrame } from "../../interfaces/TimeFrame";
|
|
4
|
+
import { KeywordsFilters } from "../../interfaces/entity-filters/KeywordsFilters";
|
|
5
|
+
import { TitleFilters } from "../../interfaces/entity-filters/TitleFilters";
|
|
6
|
+
import { ContentFilters } from "../../interfaces/entity-filters/ContentFilters";
|
|
7
|
+
import { AttachmentsFilters } from "../../interfaces/entity-filters/AttachmentsFilters";
|
|
8
|
+
import { LocationFilters } from "../../interfaces/entity-filters/LocationFilters";
|
|
9
|
+
import { MetadataFilters } from "../../interfaces/entity-filters/MetadataFilters";
|
|
10
|
+
export interface UseFetchManyEntitiesWrapperProps {
|
|
11
|
+
userId?: string | null;
|
|
12
|
+
limit?: number;
|
|
13
|
+
sourceId?: string | null;
|
|
14
|
+
spaceId?: string | null;
|
|
15
|
+
followedOnly?: boolean;
|
|
16
|
+
include?: EntityIncludeParam;
|
|
17
|
+
defaultSortBy?: EntityListSortByOptions;
|
|
18
|
+
defaultSortDir?: SortDirection;
|
|
19
|
+
defaultSortType?: SortType;
|
|
20
|
+
timeFrame?: TimeFrame | null;
|
|
21
|
+
keywordsFilters?: KeywordsFilters | null;
|
|
22
|
+
titleFilters?: TitleFilters | null;
|
|
23
|
+
contentFilters?: ContentFilters | null;
|
|
24
|
+
attachmentsFilters?: AttachmentsFilters | null;
|
|
25
|
+
locationFilters?: LocationFilters | null;
|
|
26
|
+
metadataFilters?: MetadataFilters | null;
|
|
27
|
+
}
|
|
28
|
+
export interface UseFetchManyEntitiesWrapperValues {
|
|
29
|
+
entities: Entity[];
|
|
30
|
+
loading: boolean;
|
|
31
|
+
hasMore: boolean;
|
|
32
|
+
sortBy: EntityListSortByOptions;
|
|
33
|
+
sortDir: SortDirection;
|
|
34
|
+
sortType: SortType;
|
|
35
|
+
setSortBy: (newSortBy: EntityListSortByOptions) => void;
|
|
36
|
+
setSortDir: (newSortDir: SortDirection) => void;
|
|
37
|
+
setSortType: (newSortType: SortType) => void;
|
|
38
|
+
loadMore: () => void;
|
|
39
|
+
}
|
|
40
|
+
declare function useFetchManyEntitiesWrapper(props: UseFetchManyEntitiesWrapperProps): UseFetchManyEntitiesWrapperValues;
|
|
41
|
+
export default useFetchManyEntitiesWrapper;
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
2
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
3
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
4
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
5
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
7
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
11
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
12
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
13
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
14
|
+
function step(op) {
|
|
15
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
16
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
17
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
18
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
19
|
+
switch (op[0]) {
|
|
20
|
+
case 0: case 1: t = op; break;
|
|
21
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
22
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
23
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
24
|
+
default:
|
|
25
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
26
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
27
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
28
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
29
|
+
if (t[2]) _.ops.pop();
|
|
30
|
+
_.trys.pop(); continue;
|
|
31
|
+
}
|
|
32
|
+
op = body.call(thisArg, _);
|
|
33
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
34
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
38
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
39
|
+
if (ar || !(i in from)) {
|
|
40
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
41
|
+
ar[i] = from[i];
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
45
|
+
};
|
|
46
|
+
import { useCallback, useEffect, useRef, useState } from "react";
|
|
47
|
+
import useFetchManyEntities from "./useFetchManyEntities";
|
|
48
|
+
import { handleError } from "../../utils/handleError";
|
|
49
|
+
function useFetchManyEntitiesWrapper(props) {
|
|
50
|
+
var _this = this;
|
|
51
|
+
var userId = props.userId, _a = props.limit, limit = _a === void 0 ? 10 : _a, _b = props.defaultSortBy, defaultSortBy = _b === void 0 ? "new" : _b, _c = props.defaultSortDir, defaultSortDir = _c === void 0 ? "desc" : _c, _d = props.defaultSortType, defaultSortType = _d === void 0 ? "auto" : _d, timeFrame = props.timeFrame, sourceId = props.sourceId, spaceId = props.spaceId, include = props.include, followedOnly = props.followedOnly, keywordsFilters = props.keywordsFilters, titleFilters = props.titleFilters, contentFilters = props.contentFilters, attachmentsFilters = props.attachmentsFilters, locationFilters = props.locationFilters, metadataFilters = props.metadataFilters;
|
|
52
|
+
var fetchManyEntities = useFetchManyEntities();
|
|
53
|
+
var loading = useRef(true);
|
|
54
|
+
var _e = useState(true), loadingState = _e[0], setLoadingState = _e[1];
|
|
55
|
+
var hasMore = useRef(true);
|
|
56
|
+
var _f = useState(true), hasMoreState = _f[0], setHasMoreState = _f[1];
|
|
57
|
+
var _g = useState(defaultSortBy), sortBy = _g[0], setSortBy = _g[1];
|
|
58
|
+
var _h = useState(defaultSortDir), sortDir = _h[0], setSortDir = _h[1];
|
|
59
|
+
var _j = useState(defaultSortType), sortType = _j[0], setSortType = _j[1];
|
|
60
|
+
var _k = useState(1), page = _k[0], setPage = _k[1];
|
|
61
|
+
var _l = useState([]), entities = _l[0], setEntities = _l[1];
|
|
62
|
+
var resetEntities = useCallback(function () { return __awaiter(_this, void 0, void 0, function () {
|
|
63
|
+
var response, newEntities, pagination, err_1;
|
|
64
|
+
return __generator(this, function (_a) {
|
|
65
|
+
switch (_a.label) {
|
|
66
|
+
case 0:
|
|
67
|
+
if (!userId) {
|
|
68
|
+
return [2 /*return*/];
|
|
69
|
+
}
|
|
70
|
+
_a.label = 1;
|
|
71
|
+
case 1:
|
|
72
|
+
_a.trys.push([1, 3, 4, 5]);
|
|
73
|
+
loading.current = true;
|
|
74
|
+
setLoadingState(true);
|
|
75
|
+
hasMore.current = true;
|
|
76
|
+
setHasMoreState(true);
|
|
77
|
+
setPage(1);
|
|
78
|
+
return [4 /*yield*/, fetchManyEntities({
|
|
79
|
+
userId: userId,
|
|
80
|
+
page: 1,
|
|
81
|
+
sortBy: sortBy,
|
|
82
|
+
sortDir: sortDir,
|
|
83
|
+
sortType: sortType,
|
|
84
|
+
timeFrame: timeFrame,
|
|
85
|
+
sourceId: sourceId,
|
|
86
|
+
spaceId: spaceId,
|
|
87
|
+
limit: limit,
|
|
88
|
+
include: include,
|
|
89
|
+
followedOnly: followedOnly,
|
|
90
|
+
keywordsFilters: keywordsFilters,
|
|
91
|
+
titleFilters: titleFilters,
|
|
92
|
+
contentFilters: contentFilters,
|
|
93
|
+
attachmentsFilters: attachmentsFilters,
|
|
94
|
+
locationFilters: locationFilters,
|
|
95
|
+
metadataFilters: metadataFilters,
|
|
96
|
+
})];
|
|
97
|
+
case 2:
|
|
98
|
+
response = _a.sent();
|
|
99
|
+
if (response) {
|
|
100
|
+
newEntities = response.data, pagination = response.pagination;
|
|
101
|
+
setEntities(newEntities);
|
|
102
|
+
hasMore.current = pagination.hasMore;
|
|
103
|
+
setHasMoreState(pagination.hasMore);
|
|
104
|
+
}
|
|
105
|
+
return [3 /*break*/, 5];
|
|
106
|
+
case 3:
|
|
107
|
+
err_1 = _a.sent();
|
|
108
|
+
handleError(err_1, "Failed to reset profile entities:");
|
|
109
|
+
return [3 /*break*/, 5];
|
|
110
|
+
case 4:
|
|
111
|
+
loading.current = false;
|
|
112
|
+
setLoadingState(false);
|
|
113
|
+
return [7 /*endfinally*/];
|
|
114
|
+
case 5: return [2 /*return*/];
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
}); }, [
|
|
118
|
+
fetchManyEntities,
|
|
119
|
+
limit,
|
|
120
|
+
sortBy,
|
|
121
|
+
sortDir,
|
|
122
|
+
sortType,
|
|
123
|
+
timeFrame,
|
|
124
|
+
sourceId,
|
|
125
|
+
spaceId,
|
|
126
|
+
userId,
|
|
127
|
+
include,
|
|
128
|
+
followedOnly,
|
|
129
|
+
keywordsFilters,
|
|
130
|
+
titleFilters,
|
|
131
|
+
contentFilters,
|
|
132
|
+
attachmentsFilters,
|
|
133
|
+
locationFilters,
|
|
134
|
+
metadataFilters,
|
|
135
|
+
]);
|
|
136
|
+
var loadMore = function () {
|
|
137
|
+
if (loading.current || !hasMore.current)
|
|
138
|
+
return;
|
|
139
|
+
setPage(function (prevPage) {
|
|
140
|
+
return prevPage + 1;
|
|
141
|
+
});
|
|
142
|
+
};
|
|
143
|
+
useEffect(function () {
|
|
144
|
+
resetEntities();
|
|
145
|
+
}, [resetEntities]);
|
|
146
|
+
// useEffect to get a new batch of entities
|
|
147
|
+
useEffect(function () {
|
|
148
|
+
var loadMoreEntities = function () { return __awaiter(_this, void 0, void 0, function () {
|
|
149
|
+
var response, newEntities_1, pagination, err_2;
|
|
150
|
+
return __generator(this, function (_a) {
|
|
151
|
+
switch (_a.label) {
|
|
152
|
+
case 0:
|
|
153
|
+
loading.current = true;
|
|
154
|
+
setLoadingState(true);
|
|
155
|
+
_a.label = 1;
|
|
156
|
+
case 1:
|
|
157
|
+
_a.trys.push([1, 3, 4, 5]);
|
|
158
|
+
return [4 /*yield*/, fetchManyEntities({
|
|
159
|
+
userId: userId,
|
|
160
|
+
page: page,
|
|
161
|
+
sortBy: sortBy,
|
|
162
|
+
sortDir: sortDir,
|
|
163
|
+
sortType: sortType,
|
|
164
|
+
timeFrame: timeFrame,
|
|
165
|
+
sourceId: sourceId,
|
|
166
|
+
spaceId: spaceId,
|
|
167
|
+
limit: limit,
|
|
168
|
+
include: include,
|
|
169
|
+
followedOnly: followedOnly,
|
|
170
|
+
keywordsFilters: keywordsFilters,
|
|
171
|
+
titleFilters: titleFilters,
|
|
172
|
+
contentFilters: contentFilters,
|
|
173
|
+
attachmentsFilters: attachmentsFilters,
|
|
174
|
+
locationFilters: locationFilters,
|
|
175
|
+
metadataFilters: metadataFilters,
|
|
176
|
+
})];
|
|
177
|
+
case 2:
|
|
178
|
+
response = _a.sent();
|
|
179
|
+
if (response) {
|
|
180
|
+
newEntities_1 = response.data, pagination = response.pagination;
|
|
181
|
+
setEntities(function (prevEntities) { return __spreadArray(__spreadArray([], prevEntities, true), newEntities_1, true); });
|
|
182
|
+
hasMore.current = pagination.hasMore;
|
|
183
|
+
setHasMoreState(pagination.hasMore);
|
|
184
|
+
}
|
|
185
|
+
return [3 /*break*/, 5];
|
|
186
|
+
case 3:
|
|
187
|
+
err_2 = _a.sent();
|
|
188
|
+
handleError(err_2, "Loading more entities failed:");
|
|
189
|
+
return [3 /*break*/, 5];
|
|
190
|
+
case 4:
|
|
191
|
+
loading.current = false;
|
|
192
|
+
setLoadingState(false);
|
|
193
|
+
return [7 /*endfinally*/];
|
|
194
|
+
case 5: return [2 /*return*/];
|
|
195
|
+
}
|
|
196
|
+
});
|
|
197
|
+
}); };
|
|
198
|
+
// We only load more if the page changed
|
|
199
|
+
if (page > 1 && hasMore.current && !loading.current) {
|
|
200
|
+
loadMoreEntities();
|
|
201
|
+
}
|
|
202
|
+
}, [
|
|
203
|
+
page,
|
|
204
|
+
fetchManyEntities,
|
|
205
|
+
userId,
|
|
206
|
+
sortBy,
|
|
207
|
+
sortDir,
|
|
208
|
+
sortType,
|
|
209
|
+
timeFrame,
|
|
210
|
+
sourceId,
|
|
211
|
+
spaceId,
|
|
212
|
+
limit,
|
|
213
|
+
include,
|
|
214
|
+
followedOnly,
|
|
215
|
+
keywordsFilters,
|
|
216
|
+
titleFilters,
|
|
217
|
+
contentFilters,
|
|
218
|
+
attachmentsFilters,
|
|
219
|
+
locationFilters,
|
|
220
|
+
metadataFilters,
|
|
221
|
+
]);
|
|
222
|
+
return {
|
|
223
|
+
entities: entities,
|
|
224
|
+
loading: loadingState,
|
|
225
|
+
hasMore: hasMoreState,
|
|
226
|
+
sortBy: sortBy,
|
|
227
|
+
sortDir: sortDir,
|
|
228
|
+
sortType: sortType,
|
|
229
|
+
setSortBy: setSortBy,
|
|
230
|
+
setSortDir: setSortDir,
|
|
231
|
+
setSortType: setSortType,
|
|
232
|
+
loadMore: loadMore,
|
|
233
|
+
};
|
|
234
|
+
}
|
|
235
|
+
export default useFetchManyEntitiesWrapper;
|
|
236
|
+
//# sourceMappingURL=useFetchManyEntitiesWrapper.js.map
|