@gen3/core 0.12.5 → 0.12.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 +201 -0
- package/dist/cjs/index.js +107 -117
- package/dist/cjs/index.js.map +1 -1
- package/dist/dts/features/dataLibrary/useDataLibrary.d.ts +0 -1
- package/dist/dts/features/dataLibrary/useDataLibrary.d.ts.map +1 -1
- package/dist/dts/features/guppy/guppyApi.d.ts.map +1 -1
- package/dist/dts/features/guppy/guppyDownloadSlice.d.ts.map +1 -1
- package/dist/dts/features/guppy/guppySlice.d.ts.map +1 -1
- package/dist/dts/features/guppy/utils.d.ts.map +1 -1
- package/dist/dts/hooks.d.ts +8 -8
- package/dist/dts/reducers.d.ts +8 -8
- package/dist/dts/store.d.ts +16 -16
- package/dist/dts/store.d.ts.map +1 -1
- package/dist/dts/types/types.d.ts +1 -1
- package/dist/dts/types/types.d.ts.map +1 -1
- package/dist/esm/index.js +107 -117
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +20 -21
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/dist/cjs/index.js
CHANGED
|
@@ -1227,7 +1227,8 @@ const getFederatedLoginStatus = async (selectedFiles)=>{
|
|
|
1227
1227
|
return {
|
|
1228
1228
|
error: {
|
|
1229
1229
|
message: e.message,
|
|
1230
|
-
locations: e.locations
|
|
1230
|
+
locations: e.locations,
|
|
1231
|
+
path: e.path
|
|
1231
1232
|
}
|
|
1232
1233
|
};
|
|
1233
1234
|
}
|
|
@@ -3298,17 +3299,21 @@ const explorerTags = guppyApi.enhanceEndpoints({
|
|
|
3298
3299
|
...gqlFilters && {
|
|
3299
3300
|
[filterName]: gqlFilters
|
|
3300
3301
|
}
|
|
3302
|
+
},
|
|
3303
|
+
validateStatus: (response)=>{
|
|
3304
|
+
if (response?.errors && response.errors?.length > 0) return false;
|
|
3305
|
+
if (!response.data || !response.data[`${indexPrefix ?? ''}_aggregation`]) {
|
|
3306
|
+
return false;
|
|
3307
|
+
}
|
|
3308
|
+
if (!(type in response.data[`${indexPrefix ?? ''}_aggregation`])) {
|
|
3309
|
+
return false;
|
|
3310
|
+
}
|
|
3311
|
+
return true;
|
|
3301
3312
|
}
|
|
3302
3313
|
};
|
|
3303
3314
|
},
|
|
3304
3315
|
transformResponse: (response, _meta, args)=>{
|
|
3305
|
-
|
|
3306
|
-
throw new Error('Invalid response: Missing data or _aggregation field');
|
|
3307
|
-
}
|
|
3308
|
-
if (!(args.type in response.data[`${args?.indexPrefix ?? ''}_aggregation`])) {
|
|
3309
|
-
throw new Error(`Invalid response: Missing expected key '${args.type}' in _aggregation`);
|
|
3310
|
-
}
|
|
3311
|
-
return response.data[`${args?.indexPrefix ?? ''}_aggregation`][args.type]._totalCount ?? 0;
|
|
3316
|
+
return response?.data[`${args?.indexPrefix ?? ''}_aggregation`][args.type]?._totalCount ?? 0;
|
|
3312
3317
|
},
|
|
3313
3318
|
providesTags: [
|
|
3314
3319
|
'COUNTS'
|
|
@@ -3490,8 +3495,32 @@ const createNoopStorage = ()=>{
|
|
|
3490
3495
|
const storage = typeof window !== 'undefined' ? createWebStorage('local') : createNoopStorage();
|
|
3491
3496
|
typeof window !== 'undefined' ? createWebStorage('session') : createNoopStorage();
|
|
3492
3497
|
|
|
3498
|
+
/**
|
|
3499
|
+
* Low-level helper to fetch Arborist resources for the current user.
|
|
3500
|
+
* Adds an Authorization header when a token is provided and normalizes the response
|
|
3501
|
+
* to a simple string[] of resource paths.
|
|
3502
|
+
*
|
|
3503
|
+
* token { string | null } - access token to use for authorization
|
|
3504
|
+
* useService { boolean } - use the arborist service endpoint instead of the public arborist API
|
|
3505
|
+
*/ async function fetchArboristResources(token, useService = false) {
|
|
3506
|
+
const headers = {};
|
|
3507
|
+
if (token) {
|
|
3508
|
+
headers.Authorization = `Bearer ${token}`;
|
|
3509
|
+
}
|
|
3510
|
+
const url = useService ? `${GEN3_AUTHZ_SERVICE}/resource` : `${GEN3_AUTHZ_API}/resources`;
|
|
3511
|
+
const res = await fetch(url, {
|
|
3512
|
+
headers
|
|
3513
|
+
});
|
|
3514
|
+
if (!res.ok) {
|
|
3515
|
+
console.error('@gen3/core:fetchArboristResources /resource failed:', res.status, await res.text());
|
|
3516
|
+
return [];
|
|
3517
|
+
}
|
|
3518
|
+
const data = await res.json();
|
|
3519
|
+
return data.resources ?? [];
|
|
3520
|
+
}
|
|
3521
|
+
|
|
3493
3522
|
const persistConfig = {
|
|
3494
|
-
key:
|
|
3523
|
+
key: `${GEN3_COMMONS_NAME}-root`,
|
|
3495
3524
|
version: 1,
|
|
3496
3525
|
storage,
|
|
3497
3526
|
whitelist: [
|
|
@@ -3659,30 +3688,6 @@ const selectAuthzMappingData = toolkit.createSelector(selectAuthzMapping, (authz
|
|
|
3659
3688
|
mappings: []
|
|
3660
3689
|
});
|
|
3661
3690
|
|
|
3662
|
-
/**
|
|
3663
|
-
* Low-level helper to fetch Arborist resources for the current user.
|
|
3664
|
-
* Adds an Authorization header when a token is provided and normalizes the response
|
|
3665
|
-
* to a simple string[] of resource paths.
|
|
3666
|
-
*
|
|
3667
|
-
* token { string | null } - access token to use for authorization
|
|
3668
|
-
* useService { boolean } - use the arborist service endpoint instead of the public arborist API
|
|
3669
|
-
*/ async function fetchArboristResources(token, useService = false) {
|
|
3670
|
-
const headers = {};
|
|
3671
|
-
if (token) {
|
|
3672
|
-
headers.Authorization = `Bearer ${token}`;
|
|
3673
|
-
}
|
|
3674
|
-
const url = useService ? `${GEN3_AUTHZ_SERVICE}/resource` : `${GEN3_AUTHZ_API}/resources`;
|
|
3675
|
-
const res = await fetch(url, {
|
|
3676
|
-
headers
|
|
3677
|
-
});
|
|
3678
|
-
if (!res.ok) {
|
|
3679
|
-
console.error('@gen3/core:fetchArboristResources /resource failed:', res.status, await res.text());
|
|
3680
|
-
return [];
|
|
3681
|
-
}
|
|
3682
|
-
const data = await res.json();
|
|
3683
|
-
return data.resources ?? [];
|
|
3684
|
-
}
|
|
3685
|
-
|
|
3686
3691
|
class CohortStorage {
|
|
3687
3692
|
constructor(config){
|
|
3688
3693
|
this.databaseName = config.databaseName;
|
|
@@ -4265,7 +4270,7 @@ const extractIndexFromDataLibraryCohort = (query)=>{
|
|
|
4265
4270
|
if (!dataObjects || !Array.isArray(dataObjects)) {
|
|
4266
4271
|
return acc;
|
|
4267
4272
|
}
|
|
4268
|
-
const datasetId = resource[dataFieldMapping.datasetIdField];
|
|
4273
|
+
const datasetId = resource[dataFieldMapping.datasetIdField];
|
|
4269
4274
|
if (datasetId === undefined) {
|
|
4270
4275
|
return acc; // Skip if dataset ID is missing
|
|
4271
4276
|
}
|
|
@@ -4924,137 +4929,124 @@ const useDataLibrary = (options = {
|
|
|
4924
4929
|
storageMode: DataLibraryStoreMode.ApiOnly
|
|
4925
4930
|
})=>{
|
|
4926
4931
|
// State management
|
|
4927
|
-
const [isLoggedIn, setIsLoggedIn] = React.useState(false);
|
|
4928
4932
|
const [isLoading, setIsLoading] = React.useState(false);
|
|
4929
4933
|
const [isUpdating, setIsUpdating] = React.useState(null);
|
|
4930
4934
|
const [error, setError] = React.useState(null);
|
|
4931
4935
|
const [lists, setLists] = React.useState({});
|
|
4932
4936
|
// Refs
|
|
4933
|
-
const
|
|
4937
|
+
const hasInitializedRef = React.useRef(false);
|
|
4934
4938
|
// Services
|
|
4935
|
-
const
|
|
4936
|
-
const
|
|
4937
|
-
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
if (getListResults.isError) {
|
|
4942
|
-
setError(getListResults);
|
|
4943
|
-
} else {
|
|
4944
|
-
setLists(getListResults.lists ?? {});
|
|
4945
|
-
setError(null);
|
|
4946
|
-
}
|
|
4939
|
+
const storage = React.useRef(new DataLibraryStorageService(options.storageMode)).current;
|
|
4940
|
+
const refreshLists = React.useCallback(async ()=>{
|
|
4941
|
+
const results = await storage.getLists();
|
|
4942
|
+
if (results.isError) {
|
|
4943
|
+
setError(results);
|
|
4944
|
+
return results;
|
|
4947
4945
|
}
|
|
4946
|
+
setLists(results.lists ?? {});
|
|
4947
|
+
setError(null);
|
|
4948
|
+
return results;
|
|
4948
4949
|
}, [
|
|
4949
|
-
|
|
4950
|
+
storage
|
|
4950
4951
|
]);
|
|
4951
|
-
const
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
while(existingNames.includes(uniqueName)){
|
|
4956
|
-
uniqueName = `${baseName} ${counter}`;
|
|
4957
|
-
counter++;
|
|
4952
|
+
const applyOperationResult = React.useCallback(async (result)=>{
|
|
4953
|
+
if (result.isError) {
|
|
4954
|
+
setError(result);
|
|
4955
|
+
return;
|
|
4958
4956
|
}
|
|
4959
|
-
|
|
4957
|
+
await refreshLists();
|
|
4960
4958
|
}, [
|
|
4961
|
-
|
|
4959
|
+
refreshLists
|
|
4962
4960
|
]);
|
|
4963
|
-
const
|
|
4961
|
+
const runOperation = React.useCallback(async (operation, updatingId)=>{
|
|
4964
4962
|
setError(null);
|
|
4965
|
-
if (
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
if (updateId) setIsUpdating(null);
|
|
4963
|
+
if (updatingId) setIsUpdating(updatingId);
|
|
4964
|
+
else setIsLoading(true);
|
|
4965
|
+
const result = await operation();
|
|
4966
|
+
await applyOperationResult(result);
|
|
4967
|
+
if (updatingId) setIsUpdating(null);
|
|
4971
4968
|
else setIsLoading(false);
|
|
4972
|
-
return
|
|
4969
|
+
return result;
|
|
4973
4970
|
}, [
|
|
4974
|
-
|
|
4971
|
+
applyOperationResult
|
|
4975
4972
|
]);
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4986
|
-
initialLoadRef.current = true;
|
|
4987
|
-
}
|
|
4988
|
-
};
|
|
4989
|
-
initializeData();
|
|
4973
|
+
const createUniqueListName = React.useCallback((preferredName = DEFAULT_LIST_NAME)=>{
|
|
4974
|
+
const existingNames = new Set(Object.values(lists).map((x)=>x.name));
|
|
4975
|
+
if (!existingNames.has(preferredName)) return preferredName;
|
|
4976
|
+
let counter = 1;
|
|
4977
|
+
let candidate = `${preferredName} ${counter}`;
|
|
4978
|
+
while(existingNames.has(candidate)){
|
|
4979
|
+
counter += 1;
|
|
4980
|
+
candidate = `${preferredName} ${counter}`;
|
|
4981
|
+
}
|
|
4982
|
+
return candidate;
|
|
4990
4983
|
}, [
|
|
4991
|
-
|
|
4984
|
+
lists
|
|
4992
4985
|
]);
|
|
4986
|
+
// Lifecycle effects
|
|
4993
4987
|
React.useEffect(()=>{
|
|
4994
|
-
const
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4988
|
+
const initialize = async ()=>{
|
|
4989
|
+
if (hasInitializedRef.current) return;
|
|
4990
|
+
setError(null);
|
|
4991
|
+
setIsLoading(true);
|
|
4992
|
+
await refreshLists();
|
|
4993
|
+
setIsLoading(false);
|
|
4994
|
+
hasInitializedRef.current = true;
|
|
4998
4995
|
};
|
|
4999
|
-
|
|
4996
|
+
void initialize();
|
|
5000
4997
|
}, [
|
|
5001
|
-
|
|
5002
|
-
isLoggedIn
|
|
4998
|
+
refreshLists
|
|
5003
4999
|
]);
|
|
5004
5000
|
// CRUD operations
|
|
5005
5001
|
const addListToDataLibrary = React.useCallback(async (items, name)=>{
|
|
5006
5002
|
const apiItems = convertDatasetOrCohortToLibraryListItemsAPI(items);
|
|
5007
|
-
const
|
|
5003
|
+
const payload = {
|
|
5008
5004
|
items: apiItems,
|
|
5009
|
-
name:
|
|
5005
|
+
name: createUniqueListName(name ?? DEFAULT_LIST_NAME)
|
|
5010
5006
|
};
|
|
5011
|
-
return
|
|
5007
|
+
return runOperation(()=>storage.addList(payload));
|
|
5012
5008
|
}, [
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5009
|
+
createUniqueListName,
|
|
5010
|
+
runOperation,
|
|
5011
|
+
storage
|
|
5016
5012
|
]);
|
|
5017
5013
|
const updateListInDataLibrary = React.useCallback(async (payload)=>{
|
|
5018
5014
|
const flattened = flattenDataList(payload);
|
|
5019
|
-
return
|
|
5015
|
+
return runOperation(()=>storage.updateList(payload.id, {
|
|
5020
5016
|
name: payload.name,
|
|
5021
5017
|
items: flattened.items
|
|
5022
5018
|
}), payload.id);
|
|
5023
5019
|
}, [
|
|
5024
|
-
|
|
5025
|
-
|
|
5020
|
+
runOperation,
|
|
5021
|
+
storage
|
|
5026
5022
|
]);
|
|
5027
|
-
const deleteListFromDataLibrary = React.useCallback(async (id)=>
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
dataLibraryStoreAPI,
|
|
5031
|
-
performLibraryOperation
|
|
5023
|
+
const deleteListFromDataLibrary = React.useCallback(async (id)=>runOperation(()=>storage.deleteList(id)), [
|
|
5024
|
+
runOperation,
|
|
5025
|
+
storage
|
|
5032
5026
|
]);
|
|
5033
|
-
const clearLibrary = React.useCallback(async ()=>
|
|
5034
|
-
|
|
5035
|
-
|
|
5036
|
-
dataLibraryStoreAPI,
|
|
5037
|
-
performLibraryOperation
|
|
5027
|
+
const clearLibrary = React.useCallback(async ()=>runOperation(()=>storage.clearLists()), [
|
|
5028
|
+
runOperation,
|
|
5029
|
+
storage
|
|
5038
5030
|
]);
|
|
5039
5031
|
const setAllListsInDataLibrary = React.useCallback(async (data)=>{
|
|
5040
|
-
const flattenedLists = data.map(
|
|
5041
|
-
return
|
|
5032
|
+
const flattenedLists = data.map(flattenDataList);
|
|
5033
|
+
return runOperation(()=>storage.setAllLists(flattenedLists));
|
|
5042
5034
|
}, [
|
|
5043
|
-
|
|
5044
|
-
|
|
5035
|
+
runOperation,
|
|
5036
|
+
storage
|
|
5045
5037
|
]);
|
|
5046
5038
|
const getDatalist = React.useCallback((id)=>{
|
|
5047
|
-
|
|
5039
|
+
const list = lists[id];
|
|
5040
|
+
if (list) return list;
|
|
5048
5041
|
setError({
|
|
5049
5042
|
isError: true,
|
|
5050
5043
|
status: 404,
|
|
5051
|
-
message:
|
|
5044
|
+
message: 'List not found. Returning empty list.'
|
|
5052
5045
|
});
|
|
5053
5046
|
return EMPTY_LIST;
|
|
5054
5047
|
}, [
|
|
5055
5048
|
lists
|
|
5056
5049
|
]);
|
|
5057
|
-
const setLoginState = React.useCallback((loggedIn)=>setIsLoggedIn(loggedIn), []);
|
|
5058
5050
|
const results = useDeepCompare.useDeepCompareMemo(()=>({
|
|
5059
5051
|
dataLibrary: lists,
|
|
5060
5052
|
isLoading,
|
|
@@ -5065,7 +5057,6 @@ const useDataLibrary = (options = {
|
|
|
5065
5057
|
deleteListFromDataLibrary,
|
|
5066
5058
|
clearLibrary,
|
|
5067
5059
|
setAllListsInDataLibrary,
|
|
5068
|
-
setLoginState,
|
|
5069
5060
|
getDatalist
|
|
5070
5061
|
}), [
|
|
5071
5062
|
addListToDataLibrary,
|
|
@@ -5077,7 +5068,6 @@ const useDataLibrary = (options = {
|
|
|
5077
5068
|
isUpdating,
|
|
5078
5069
|
lists,
|
|
5079
5070
|
setAllListsInDataLibrary,
|
|
5080
|
-
setLoginState,
|
|
5081
5071
|
updateListInDataLibrary
|
|
5082
5072
|
]);
|
|
5083
5073
|
return results;
|