@cccsaurora/clue-ui 1.3.0-dev.403 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ActionForm-CHOSKfvu.js +4403 -0
- package/AnnotationDetails-Bqq6Ymmg.js +160 -0
- package/AnnotationPreview-CqXmC-j8.js +140 -0
- package/ClueEnrichContext-DL6aGe1k.js +432 -0
- package/FlexOne-BXWFOd1T.js +6 -0
- package/_MapCache-DRK-s2eK.js +179 -0
- package/_Set-DrS_bbSV.js +6 -0
- package/_Uint8Array-D9R2N9Lp.js +98 -0
- package/_arrayIncludes-Dcl_29E6.js +25 -0
- package/_arrayPush-DBJIuK2V.js +8 -0
- package/_baseAssignValue-Bx1cxHj5.js +12 -0
- package/_baseClone-DRhywkxm.js +211 -0
- package/_baseExtremum-DodEaEyF.js +16 -0
- package/_baseFlatten-CD9NgrYE.js +72 -0
- package/_baseGet-bVwDaGrA.js +80 -0
- package/_baseGetTag-CxDaTem-.js +25 -0
- package/_baseIsEqual-C-FKsm1J.js +150 -0
- package/_baseIteratee-D0FhC5bC.js +95 -0
- package/_baseRest-D_eW2E0d.js +8 -0
- package/_baseSlice-M5RKzt1A.js +10 -0
- package/_baseSum-wEbgNeUs.js +10 -0
- package/_baseUniq-D3N8igOm.js +41 -0
- package/_cacheHas-Wgl-hw34.js +22 -0
- package/_commonjsHelpers-C6fGbg64.js +6 -0
- package/_createAggregator-BVj8IAuF.js +53 -0
- package/_defineProperty-BZU4WKA3.js +11 -0
- package/_getPrototype-BGBCg-aX.js +5 -0
- package/_getTag-B7R9qBo7.js +73 -0
- package/_isIterateeCall-Dm0VTAYy.js +13 -0
- package/_setToArray-Ck4YZu0Z.js +9 -0
- package/cloneDeep-fV59zwUf.js +8 -0
- package/components/AnnotationBody.js +35 -49
- package/components/AnnotationDetailPopover.js +30 -36
- package/components/AnnotationDetails.js +7 -7
- package/components/AnnotationEntry.js +35 -35
- package/components/AnnotationPreview.js +5 -5
- package/components/ClassificationChip.js +23 -44
- package/components/CountBadge.js +26 -31
- package/components/EnrichedCard.js +97 -110
- package/components/EnrichedChip.js +105 -130
- package/components/EnrichedTypography.js +107 -133
- package/components/ErrorBoundary.js +24 -28
- package/components/RetryFailedEnrichments.js +9 -10
- package/components/SourcePicker.js +49 -57
- package/components/actions/ActionForm.js +4 -4
- package/components/actions/ExecutePopover.js +59 -75
- package/components/actions/ResultModal.js +4 -4
- package/components/actions/form/schemaAdapter.js +23 -39
- package/components/actions/formats/FileResult.js +59 -86
- package/components/actions/formats/index.js +25 -29
- package/components/display/graph/ExpandMoreButton.js +10 -10
- package/components/display/graph/elements/NodeCard.js +91 -111
- package/components/display/graph/elements/NodeTag.js +13 -15
- package/components/display/graph/index.js +204 -262
- package/components/display/graph/visualizations/Leaf.js +70 -89
- package/components/display/graph/visualizations/cloud/index.js +81 -98
- package/components/display/graph/visualizations/icons/BaseIcon.js +21 -26
- package/components/display/graph/visualizations/icons/BugIcon.js +12 -12
- package/components/display/graph/visualizations/icons/HostIcon.js +12 -12
- package/components/display/graph/visualizations/icons/NetworkIcon.js +12 -12
- package/components/display/graph/visualizations/icons/ProcessIcon.js +12 -12
- package/components/display/graph/visualizations/icons/TargetIcon.js +13 -13
- package/components/display/graph/visualizations/icons/index.js +13 -14
- package/components/display/graph/visualizations/panels/NodePanel.js +8 -10
- package/components/display/graph/visualizations/tree/BundleLine.js +81 -108
- package/components/display/graph/visualizations/tree/Triangle.js +13 -13
- package/components/display/graph/visualizations/tree/index.js +306 -408
- package/components/display/icons/Iconified.js +12 -27
- package/components/display/json/index.js +4 -4
- package/components/display/markdown/index.js +5770 -8678
- package/components/enrichment/EnrichPopover.js +46 -54
- package/components/fetchers/Fetcher.js +123 -166
- package/components/fetchers/FetcherResultView.js +27 -31
- package/components/fetchers/PreviewModal.js +16 -17
- package/components/fetchers/StatusChip.js +17 -21
- package/components/group/Entry.js +11 -13
- package/components/group/Group.js +10 -13
- package/components/group/GroupControl.js +65 -76
- package/components/stats/QueryStatus.js +32 -45
- package/countBy-B3rNuG4T.js +8 -0
- package/data/event.js +4 -6
- package/database/globals.js +2 -2
- package/database/index.js +3 -3
- package/database/replication.js +4 -4
- package/en/translation.json +7 -0
- package/fr/translation.json +7 -0
- package/get-Bil3mzRD.js +8 -0
- package/groupBy-CrJC7sGa.js +8 -0
- package/hooks/ClueActionContext.js +6 -6
- package/hooks/ClueComponentContext.js +23 -29
- package/hooks/ClueConfigProvider.js +12 -14
- package/hooks/ClueDatabaseContext.js +23 -35
- package/hooks/ClueEnrichContext.js +11 -11
- package/hooks/ClueFetcherContext.js +56 -83
- package/hooks/ClueGroupContext.js +14 -17
- package/hooks/CluePopupContext.js +5 -5
- package/hooks/ClueProvider.js +11 -13
- package/hooks/ClueUIPluginContext.d.ts +5 -0
- package/hooks/ClueUIPluginContext.js +35 -47
- package/hooks/selectors.js +7 -7
- package/hooks/useActionResult.js +3 -3
- package/hooks/useAnnotations.js +32 -48
- package/hooks/useClue.js +4 -6
- package/hooks/useClueActions.js +3 -3
- package/hooks/useClueConfig.js +4 -6
- package/hooks/useClueTypeConfig.js +24 -49
- package/hooks/useClueUIPlugins.d.ts +4 -0
- package/hooks/useClueUIPlugins.js +11 -0
- package/hooks/useComparator.js +435 -722
- package/hooks/useErrors.js +18 -22
- package/hooks/useFetcherResult.js +24 -33
- package/hooks/useMyHighlights.js +36 -66
- package/hooks/useMyLocalStorage.js +37 -66
- package/iconify-Ptb5dTKy.js +1270 -0
- package/icons/Action.js +49 -66
- package/icons/Assessment.js +69 -85
- package/icons/Context.js +63 -77
- package/icons/Opinion.js +60 -76
- package/icons/iconMap.js +2 -2
- package/identity-ByMq8VxU.js +6 -0
- package/index-BH-gBhtO.js +2282 -0
- package/index-BM9Sve5T.js +571 -0
- package/index-Cj4d5cGz.js +357 -0
- package/index-Dh2PP9h8.js +11747 -0
- package/index-DoFpWPHo.js +975 -0
- package/index-DzVIklWY.js +6464 -0
- package/isArguments-BWcXOE6a.js +24 -0
- package/isArray-WzO_os3q.js +4 -0
- package/isEmpty-DKxrY-_M.js +22 -0
- package/isNil-CjWwlQS3.js +6 -0
- package/isObject-B53jY8Qg.js +7 -0
- package/isObjectLike-CYbdrIBr.js +6 -0
- package/isSymbol-DE1Kcy2M.js +9 -0
- package/last-7CdUxN0r.js +7 -0
- package/main.js +62 -62
- package/maxBy-BOWDkL_D.js +8 -0
- package/package.json +3 -2
- package/plugins/ClueUIPlugin.d.ts +5 -1
- package/plugins/ClueUIPlugin.js +124 -162
- package/plugins/file/index.js +15 -15
- package/plugins/graph/example/tree.json.d.ts +91 -0
- package/plugins/graph/index.d.ts +3 -0
- package/plugins/graph/index.js +34 -17
- package/plugins/image/index.d.ts +3 -0
- package/plugins/image/index.js +34 -18
- package/plugins/json/index.d.ts +3 -0
- package/plugins/json/index.js +29 -17
- package/plugins/markdown/index.d.ts +3 -0
- package/plugins/markdown/index.js +28 -17
- package/plugins/registry.js +6 -6
- package/plugins/store.d.ts +1 -0
- package/plugins/store.js +4 -4
- package/plugins/test/index.js +17 -17
- package/plugins/utils.d.ts +1 -0
- package/plugins/utils.js +19 -0
- package/replication-WkKbPdwG.js +8453 -0
- package/sessionStorage-DFMae61b.js +90 -0
- package/sortBy-BHe812lF.js +74 -0
- package/store-DClHBq7r.js +1169 -0
- package/sumBy-B7f_bP_k.js +8 -0
- package/text/Frequency.js +23 -42
- package/toFinite-CBrE65MP.js +14 -0
- package/toNumber-CxmWey0f.js +31 -0
- package/uniq-B4UZ671_.js +7 -0
- package/utils/chain.js +65 -92
- package/utils/classificationParser.js +256 -519
- package/utils/constants.js +11 -37
- package/utils/graph.js +45 -72
- package/utils/hashUtil.js +7 -7
- package/utils/line.js +81 -131
- package/utils/loggerUtil.js +3 -5
- package/utils/sessionStorage.js +7 -7
- package/utils/time.js +427 -447
- package/utils/utils.js +10 -10
- package/utils/window.js +10 -21
- package/utils-SpTOhPYl.js +147 -0
- package/ActionForm-CqKcnDWC.js +0 -6099
- package/AnnotationDetails-BlPd3T8k.js +0 -176
- package/AnnotationPreview-Bl447SKT.js +0 -188
- package/ClueEnrichContext-B3YrTCaJ.js +0 -567
- package/FlexOne-BSYAhhtG.js +0 -9
- package/_MapCache-kuEY_iOH.js +0 -220
- package/_Set-BrSMTlHn.js +0 -6
- package/_Uint8Array-OPpgYQj7.js +0 -123
- package/_arrayIncludes-BNqL-9ZP.js +0 -31
- package/_arrayPush-CBkQqaE_.js +0 -10
- package/_baseAssignValue-CNUVPOBW.js +0 -16
- package/_baseClone-9FaRd1R2.js +0 -287
- package/_baseExtremum-wOGT4Dgw.js +0 -18
- package/_baseFlatten-Co6QHDlG.js +0 -92
- package/_baseGet-Cmp6FztG.js +0 -109
- package/_baseGetTag-Hj-0NTYF.js +0 -44
- package/_baseIsEqual-1CpU47TZ.js +0 -211
- package/_baseIteratee-BN7Vbe5g.js +0 -126
- package/_baseRest-BZ_hQ9PC.js +0 -8
- package/_baseSlice-GAv_YFTT.js +0 -20
- package/_baseSum-D0WC1dN0.js +0 -13
- package/_baseUniq-BnvS3JHL.js +0 -63
- package/_cacheHas-_aF2y2Xv.js +0 -25
- package/_commonjsHelpers-CUmg6egw.js +0 -6
- package/_createAggregator-BUZrP_is.js +0 -63
- package/_defineProperty-DolZLKmv.js +0 -12
- package/_getPrototype-Bb4gm-5m.js +0 -5
- package/_getTag-CML_cXiN.js +0 -105
- package/_isIterateeCall-B1IFEqVv.js +0 -17
- package/_setToArray-CqyqC8ib.js +0 -10
- package/cloneDeep-l3UkXG5M.js +0 -8
- package/countBy-Bqcp3VCs.js +0 -14
- package/get-CdMThM8x.js +0 -8
- package/groupBy-BVV07EGQ.js +0 -14
- package/iconify-DJxl6dC-.js +0 -1789
- package/identity-CPGTqrE4.js +0 -6
- package/index-CAvu7vwt.js +0 -1172
- package/index-CVUD9o3t.js +0 -15768
- package/index-DUEubgWN.js +0 -464
- package/index-Dj1N4IQP.js +0 -9314
- package/index-DpJxD74E.js +0 -3272
- package/index-_gpzM2Px.js +0 -702
- package/isArguments-CuYlEuhP.js +0 -27
- package/isArray-RJPfgWqI.js +0 -4
- package/isEmpty-BE656RUK.js +0 -30
- package/isNil-CIubwp4T.js +0 -6
- package/isObject-FTY-5JQX.js +0 -7
- package/isObjectLike-CeENW9FN.js +0 -6
- package/isSymbol-D_H4HPZQ.js +0 -9
- package/last-CUCl67Im.js +0 -7
- package/maxBy-BjjQmX5t.js +0 -8
- package/replication--gLEZw8a.js +0 -11777
- package/sessionStorage-B68y-wnE.js +0 -140
- package/sortBy-B8JVsLQY.js +0 -95
- package/store-DMdRx9g0.js +0 -2156
- package/sumBy-D-HCzM2i.js +0 -8
- package/toFinite-meZTg4Su.js +0 -16
- package/toNumber-B5JaA1vX.js +0 -39
- package/uniq-CahZPAwp.js +0 -7
- package/utils-CEySTPtg.js +0 -224
|
@@ -1,40 +1,28 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { b as
|
|
3
|
-
import { createContext, useState, useRef, useEffect } from "react";
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
getToken
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { b as f } from "../index-DzVIklWY.js";
|
|
3
|
+
import { createContext as m, useState as p, useRef as b, useEffect as r } from "react";
|
|
4
|
+
const d = m(null), D = ({
|
|
5
|
+
children: i,
|
|
6
|
+
database: e,
|
|
7
|
+
databaseConfig: o,
|
|
8
|
+
getToken: t
|
|
10
9
|
}) => {
|
|
11
|
-
const [
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
if (!_database) {
|
|
24
|
-
console.warn("It is heavily suggested to initialize the database outside of the React component tree.");
|
|
25
|
-
buildDatabase({ ...databaseConfig, getToken: getTokenRef.current }).then((_db) => {
|
|
26
|
-
if (!cancelled) {
|
|
27
|
-
setDatabase(_db);
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
return () => {
|
|
31
|
-
cancelled = true;
|
|
10
|
+
const [u, s] = p(), n = b(t);
|
|
11
|
+
return r(() => {
|
|
12
|
+
n.current = t;
|
|
13
|
+
}, [t]), r(() => {
|
|
14
|
+
e && s(e);
|
|
15
|
+
}, [e]), r(() => {
|
|
16
|
+
let a = !1;
|
|
17
|
+
if (!e)
|
|
18
|
+
return console.warn("It is heavily suggested to initialize the database outside of the React component tree."), f({ ...o, getToken: n.current }).then((c) => {
|
|
19
|
+
a || s(c);
|
|
20
|
+
}), () => {
|
|
21
|
+
a = !0;
|
|
32
22
|
};
|
|
33
|
-
|
|
34
|
-
}, [_database, databaseConfig]);
|
|
35
|
-
return /* @__PURE__ */ jsx(ClueDatabaseContext.Provider, { value: database, children });
|
|
23
|
+
}, [e, o]), /* @__PURE__ */ l(d.Provider, { value: u, children: i });
|
|
36
24
|
};
|
|
37
25
|
export {
|
|
38
|
-
ClueDatabaseContext,
|
|
39
|
-
ClueDatabaseProvider
|
|
26
|
+
d as ClueDatabaseContext,
|
|
27
|
+
D as ClueDatabaseProvider
|
|
40
28
|
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../iconify-
|
|
3
|
-
import "../index-
|
|
2
|
+
import "../iconify-Ptb5dTKy.js";
|
|
3
|
+
import "../index-BH-gBhtO.js";
|
|
4
4
|
import "../database/globals.js";
|
|
5
5
|
import "../utils/loggerUtil.js";
|
|
6
|
-
import "../utils-
|
|
7
|
-
import { C, a } from "../ClueEnrichContext-
|
|
8
|
-
import "../sessionStorage-
|
|
9
|
-
import "../groupBy-
|
|
10
|
-
import "../uniq-
|
|
6
|
+
import "../utils-SpTOhPYl.js";
|
|
7
|
+
import { C as d, a as f } from "../ClueEnrichContext-DL6aGe1k.js";
|
|
8
|
+
import "../sessionStorage-DFMae61b.js";
|
|
9
|
+
import "../groupBy-CrJC7sGa.js";
|
|
10
|
+
import "../uniq-B4UZ671_.js";
|
|
11
11
|
import "react";
|
|
12
|
-
import "../index-
|
|
12
|
+
import "../index-BM9Sve5T.js";
|
|
13
13
|
import "./ClueDatabaseContext.js";
|
|
14
14
|
import "./useClueConfig.js";
|
|
15
15
|
import "./useClueTypeConfig.js";
|
|
16
|
-
import "../isEmpty-
|
|
16
|
+
import "../isEmpty-DKxrY-_M.js";
|
|
17
17
|
export {
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
d as ClueEnrichContext,
|
|
19
|
+
f as ClueEnrichProvider
|
|
20
20
|
};
|
|
@@ -1,107 +1,80 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { a as
|
|
3
|
-
import { SNACKBAR_EVENT_ID } from "../data/event.js";
|
|
4
|
-
import { safeDispatchEvent } from "../utils/window.js";
|
|
5
|
-
import { useState, useRef, useMemo, useCallback, useEffect } from "react";
|
|
6
|
-
import { c as
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
const
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
onNetworkCall
|
|
1
|
+
import { jsx as P } from "react/jsx-runtime";
|
|
2
|
+
import { a as l } from "../index-BH-gBhtO.js";
|
|
3
|
+
import { SNACKBAR_EVENT_ID as R } from "../data/event.js";
|
|
4
|
+
import { safeDispatchEvent as x } from "../utils/window.js";
|
|
5
|
+
import { useState as C, useRef as T, useMemo as F, useCallback as h, useEffect as d } from "react";
|
|
6
|
+
import { c as _ } from "../index-BM9Sve5T.js";
|
|
7
|
+
import j from "./useClue.js";
|
|
8
|
+
import z from "./useClueConfig.js";
|
|
9
|
+
const H = _(null), U = ({
|
|
10
|
+
baseURL: c,
|
|
11
|
+
children: N,
|
|
12
|
+
classification: A,
|
|
13
|
+
getToken: i,
|
|
14
|
+
onNetworkCall: u
|
|
16
15
|
}) => {
|
|
17
|
-
var
|
|
18
|
-
const
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
const baseConfig = { baseURL, headers };
|
|
31
|
-
return onNetworkCall ? onNetworkCall(baseConfig) : { baseURL, headers };
|
|
32
|
-
}, [baseURL, getToken, onNetworkCall]);
|
|
33
|
-
const getHashKey = useCallback(
|
|
34
|
-
({ type, value, classification }) => JSON.stringify({ type, value, classification: classification ?? defaultClassification }),
|
|
35
|
-
[defaultClassification]
|
|
36
|
-
);
|
|
37
|
-
const fetchSelector = useCallback(
|
|
38
|
-
async (fetcherId, selector) => {
|
|
39
|
-
var _a2;
|
|
40
|
-
if ((_a2 = fetchRequests.current[fetcherId]) == null ? void 0 : _a2[getHashKey(selector)]) {
|
|
41
|
-
return fetchRequests.current[fetcherId][getHashKey(selector)];
|
|
42
|
-
}
|
|
16
|
+
var v, y;
|
|
17
|
+
const m = z(), { ready: p } = j(), [a, q] = C(A), [g, w] = C(!1), [E, B] = C({}), n = T({}), o = F(() => {
|
|
18
|
+
const t = {}, e = i == null ? void 0 : i();
|
|
19
|
+
return e && (t.Authorization = `Bearer ${e}`), u ? u({ baseURL: c, headers: t }) : { baseURL: c, headers: t };
|
|
20
|
+
}, [c, i, u]), f = h(
|
|
21
|
+
({ type: t, value: e, classification: r }) => JSON.stringify({ type: t, value: e, classification: r ?? a }),
|
|
22
|
+
[a]
|
|
23
|
+
), S = h(
|
|
24
|
+
async (t, e) => {
|
|
25
|
+
var r;
|
|
26
|
+
if ((r = n.current[t]) != null && r[f(e)])
|
|
27
|
+
return n.current[t][f(e)];
|
|
43
28
|
try {
|
|
44
|
-
const
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
return await result;
|
|
50
|
-
} catch (e) {
|
|
51
|
-
safeDispatchEvent(
|
|
52
|
-
new CustomEvent(SNACKBAR_EVENT_ID, {
|
|
29
|
+
const s = l.fetchers.post(t, e, o);
|
|
30
|
+
return n.current[t] || (n.current[t] = {}), n.current[t][f(e)] = s, await s;
|
|
31
|
+
} catch (s) {
|
|
32
|
+
x(
|
|
33
|
+
new CustomEvent(R, {
|
|
53
34
|
detail: {
|
|
54
|
-
message:
|
|
35
|
+
message: s.toString(),
|
|
55
36
|
level: "error"
|
|
56
37
|
}
|
|
57
38
|
})
|
|
58
39
|
);
|
|
59
40
|
}
|
|
60
41
|
},
|
|
61
|
-
[
|
|
62
|
-
)
|
|
63
|
-
|
|
64
|
-
async (fetcherId, taskId) => {
|
|
42
|
+
[f, o]
|
|
43
|
+
), D = h(
|
|
44
|
+
async (t, e) => {
|
|
65
45
|
try {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
new CustomEvent(SNACKBAR_EVENT_ID, {
|
|
46
|
+
return await l.fetchers.status.get(t, e, {}, o);
|
|
47
|
+
} catch (r) {
|
|
48
|
+
x(
|
|
49
|
+
new CustomEvent(R, {
|
|
71
50
|
detail: {
|
|
72
|
-
message:
|
|
51
|
+
message: r.toString(),
|
|
73
52
|
level: "error"
|
|
74
53
|
}
|
|
75
54
|
})
|
|
76
55
|
);
|
|
77
56
|
}
|
|
78
57
|
},
|
|
79
|
-
[
|
|
58
|
+
[o]
|
|
80
59
|
);
|
|
81
|
-
|
|
82
|
-
var
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}, [
|
|
87
|
-
|
|
88
|
-
if (!ready) {
|
|
89
|
-
return;
|
|
90
|
-
}
|
|
91
|
-
api.fetchers.get(requestConfig).then(setFetchers).finally(() => setFetchCompleted(true));
|
|
92
|
-
}, [baseURL, ready]);
|
|
93
|
-
const context = useMemo(
|
|
60
|
+
d(() => {
|
|
61
|
+
var t, e, r, s;
|
|
62
|
+
!a && ((e = (t = m.config) == null ? void 0 : t.c12nDef) != null && e.UNRESTRICTED) && q((s = (r = m.config) == null ? void 0 : r.c12nDef) == null ? void 0 : s.UNRESTRICTED);
|
|
63
|
+
}, [(y = (v = m.config) == null ? void 0 : v.c12nDef) == null ? void 0 : y.UNRESTRICTED, a]), d(() => {
|
|
64
|
+
p && l.fetchers.get(o).then(B).finally(() => w(!0));
|
|
65
|
+
}, [c, p]);
|
|
66
|
+
const K = F(
|
|
94
67
|
() => ({
|
|
95
|
-
fetchSelector,
|
|
96
|
-
getFetcherStatus,
|
|
97
|
-
fetchers,
|
|
98
|
-
fetchCompleted
|
|
68
|
+
fetchSelector: S,
|
|
69
|
+
getFetcherStatus: D,
|
|
70
|
+
fetchers: E,
|
|
71
|
+
fetchCompleted: g
|
|
99
72
|
}),
|
|
100
|
-
[
|
|
73
|
+
[g, S, E, D]
|
|
101
74
|
);
|
|
102
|
-
return /* @__PURE__ */
|
|
75
|
+
return /* @__PURE__ */ P(H.Provider, { value: K, children: N });
|
|
103
76
|
};
|
|
104
77
|
export {
|
|
105
|
-
ClueFetcherContext,
|
|
106
|
-
ClueFetcherProvider
|
|
78
|
+
H as ClueFetcherContext,
|
|
79
|
+
U as ClueFetcherProvider
|
|
107
80
|
};
|
|
@@ -1,23 +1,20 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { useState, useMemo } from "react";
|
|
3
|
-
import { c as
|
|
4
|
-
import { f as
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const defaultClassification = useClueEnrichSelector((ctx) => ctx.defaultClassification);
|
|
8
|
-
const [values, setValues] = useState([]);
|
|
9
|
-
const context = useMemo(
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { useState as n, useMemo as c } from "react";
|
|
3
|
+
import { c as f } from "../index-BM9Sve5T.js";
|
|
4
|
+
import { f as m } from "../ActionForm-CHOSKfvu.js";
|
|
5
|
+
const C = f(null), G = ({ children: s, type: o, classification: t }) => {
|
|
6
|
+
const e = m((i) => i.defaultClassification), [r, u] = n([]), a = c(
|
|
10
7
|
() => ({
|
|
11
|
-
type,
|
|
12
|
-
values,
|
|
13
|
-
setValues,
|
|
14
|
-
classification:
|
|
8
|
+
type: o,
|
|
9
|
+
values: r,
|
|
10
|
+
setValues: u,
|
|
11
|
+
classification: t ?? e
|
|
15
12
|
}),
|
|
16
|
-
[
|
|
13
|
+
[t, e, o, r]
|
|
17
14
|
);
|
|
18
|
-
return /* @__PURE__ */
|
|
15
|
+
return /* @__PURE__ */ l(C.Provider, { value: a, children: s });
|
|
19
16
|
};
|
|
20
17
|
export {
|
|
21
|
-
ClueGroupContext,
|
|
22
|
-
ClueGroupProvider
|
|
18
|
+
C as ClueGroupContext,
|
|
19
|
+
G as ClueGroupProvider
|
|
23
20
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "../components/AnnotationDetailPopover.js";
|
|
3
|
-
import { C, a } from "../AnnotationPreview-
|
|
3
|
+
import { C as a, a as P } from "../AnnotationPreview-CqXmC-j8.js";
|
|
4
4
|
import "../data/event.js";
|
|
5
5
|
import "../utils/window.js";
|
|
6
|
-
import "../AnnotationDetails-
|
|
6
|
+
import "../AnnotationDetails-Bqq6Ymmg.js";
|
|
7
7
|
import "react";
|
|
8
|
-
import "../index-
|
|
8
|
+
import "../index-BM9Sve5T.js";
|
|
9
9
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
a as CluePopupContext,
|
|
11
|
+
P as CluePopupProvider
|
|
12
12
|
};
|
package/hooks/ClueProvider.js
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { ClueUIPluginProvider } from "./ClueUIPluginContext.js";
|
|
3
|
-
import { a as
|
|
4
|
-
import { ClueComponentProvider } from "./ClueComponentContext.js";
|
|
5
|
-
import { ClueConfigProvider } from "./ClueConfigProvider.js";
|
|
6
|
-
import { ClueDatabaseProvider } from "./ClueDatabaseContext.js";
|
|
7
|
-
import { a as
|
|
8
|
-
import { ClueFetcherProvider } from "./ClueFetcherContext.js";
|
|
9
|
-
import { a as
|
|
10
|
-
const
|
|
11
|
-
return /* @__PURE__ */ jsx(ClueComponentProvider, { ...props, children: /* @__PURE__ */ jsx(ClueConfigProvider, { config: props.config, children: /* @__PURE__ */ jsx(ClueDatabaseProvider, { ...props, children: /* @__PURE__ */ jsx(ClueUIPluginProvider, { ...props, children: /* @__PURE__ */ jsx(ClueEnrichProvider, { ...props, children: /* @__PURE__ */ jsx(ClueFetcherProvider, { ...props, children: /* @__PURE__ */ jsx(ClueActionProvider, { ...props, children: /* @__PURE__ */ jsx(CluePopupProvider, { children }) }) }) }) }) }) }) });
|
|
12
|
-
};
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import { ClueUIPluginProvider as o } from "./ClueUIPluginContext.js";
|
|
3
|
+
import { a as m } from "../ActionForm-CHOSKfvu.js";
|
|
4
|
+
import { ClueComponentProvider as l } from "./ClueComponentContext.js";
|
|
5
|
+
import { ClueConfigProvider as n } from "./ClueConfigProvider.js";
|
|
6
|
+
import { ClueDatabaseProvider as d } from "./ClueDatabaseContext.js";
|
|
7
|
+
import { a as t } from "../ClueEnrichContext-DL6aGe1k.js";
|
|
8
|
+
import { ClueFetcherProvider as c } from "./ClueFetcherContext.js";
|
|
9
|
+
import { a as f } from "../AnnotationPreview-CqXmC-j8.js";
|
|
10
|
+
const j = ({ children: i, ...e }) => /* @__PURE__ */ r(l, { ...e, children: /* @__PURE__ */ r(n, { config: e.config, children: /* @__PURE__ */ r(d, { ...e, children: /* @__PURE__ */ r(o, { ...e, children: /* @__PURE__ */ r(t, { ...e, children: /* @__PURE__ */ r(c, { ...e, children: /* @__PURE__ */ r(m, { ...e, children: /* @__PURE__ */ r(f, { children: i }) }) }) }) }) }) }) });
|
|
13
11
|
export {
|
|
14
|
-
ClueProvider
|
|
12
|
+
j as ClueProvider
|
|
15
13
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ClueUIPluginDefinition } from "../main";
|
|
2
|
+
import { ClueUIPluginStore } from "../plugins/store";
|
|
2
3
|
import { FC, PropsWithChildren } from 'react';
|
|
3
4
|
|
|
4
5
|
export type ClueUIPluginProviderProps = {
|
|
@@ -17,5 +18,9 @@ export type ClueUIPluginProviderProps = {
|
|
|
17
18
|
*/
|
|
18
19
|
excludeBuiltInPlugins?: boolean;
|
|
19
20
|
};
|
|
21
|
+
export type ClueUIPluginContextType = {
|
|
22
|
+
clueUIPluginStore: ClueUIPluginStore;
|
|
23
|
+
};
|
|
24
|
+
export declare const ClueUIPluginContext: import('react').Context<ClueUIPluginContextType>;
|
|
20
25
|
declare const ClueUIPluginProvider: FC<PropsWithChildren<ClueUIPluginProviderProps>>;
|
|
21
26
|
export { ClueUIPluginProvider as ClueUIPluginProvider };
|
|
@@ -1,57 +1,45 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import { c as
|
|
4
|
-
import { useState, useEffect } from "react";
|
|
5
|
-
const
|
|
6
|
-
plugins,
|
|
7
|
-
excludePlugins,
|
|
8
|
-
excludeBuiltInPlugins,
|
|
9
|
-
children
|
|
1
|
+
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import b from "../plugins/registry.js";
|
|
3
|
+
import { c as i, P as m } from "../store-DClHBq7r.js";
|
|
4
|
+
import { createContext as p, useState as C, useEffect as P } from "react";
|
|
5
|
+
const v = p(null), U = ({
|
|
6
|
+
plugins: a,
|
|
7
|
+
excludePlugins: o,
|
|
8
|
+
excludeBuiltInPlugins: e,
|
|
9
|
+
children: f
|
|
10
10
|
}) => {
|
|
11
|
-
const [
|
|
12
|
-
|
|
13
|
-
const
|
|
14
|
-
const loadPlugin = async (pluginDef) => {
|
|
11
|
+
const [c, d] = C(() => i.pluginStore);
|
|
12
|
+
return P(() => {
|
|
13
|
+
const t = new AbortController(), l = async (r) => {
|
|
15
14
|
try {
|
|
16
|
-
const
|
|
17
|
-
if (
|
|
18
|
-
const
|
|
19
|
-
|
|
20
|
-
} catch (
|
|
21
|
-
if (
|
|
22
|
-
console.error(`[ClueUIPluginProvider] Failed to load plugin: ${
|
|
15
|
+
const n = await r.loadPlugin();
|
|
16
|
+
if (t.signal.aborted) return;
|
|
17
|
+
const g = new n.default();
|
|
18
|
+
i.install(g);
|
|
19
|
+
} catch (n) {
|
|
20
|
+
if (t.signal.aborted) return;
|
|
21
|
+
console.error(`[ClueUIPluginProvider] Failed to load plugin: ${r.name ?? r.id}`, n);
|
|
23
22
|
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
if (!(excludePlugins == null ? void 0 : excludePlugins.includes(pluginDef.id))) {
|
|
30
|
-
await loadPlugin(pluginDef);
|
|
31
|
-
}
|
|
23
|
+
}, u = async () => {
|
|
24
|
+
if (a && Array.isArray(a))
|
|
25
|
+
for (const r of a) {
|
|
26
|
+
if (t.signal.aborted) return;
|
|
27
|
+
o != null && o.includes(r.id) || await l(r);
|
|
32
28
|
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
const
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
if (!(excludePlugins == null ? void 0 : excludePlugins.includes(pluginDef.id))) {
|
|
39
|
-
await loadPlugin(pluginDef);
|
|
40
|
-
}
|
|
29
|
+
if (!e) {
|
|
30
|
+
const r = new b().getPlugins();
|
|
31
|
+
for (const n of r) {
|
|
32
|
+
if (t.signal.aborted) return;
|
|
33
|
+
o != null && o.includes(n.id) || await l(n);
|
|
41
34
|
}
|
|
42
35
|
}
|
|
43
36
|
};
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
console.error("[ClueUIPluginProvider] Failed to load plugins", err);
|
|
49
|
-
}
|
|
50
|
-
});
|
|
51
|
-
return () => abortController.abort();
|
|
52
|
-
}, [excludeBuiltInPlugins, excludePlugins, plugins]);
|
|
53
|
-
return /* @__PURE__ */ jsx(PluginProvider, { pluginStore, children });
|
|
37
|
+
return i.reset(), d(i.pluginStore), u().catch((r) => {
|
|
38
|
+
t.signal.aborted || console.error("[ClueUIPluginProvider] Failed to load plugins", r);
|
|
39
|
+
}), () => t.abort();
|
|
40
|
+
}, [e, o, a]), /* @__PURE__ */ s(v.Provider, { value: { clueUIPluginStore: i }, children: /* @__PURE__ */ s(m, { pluginStore: c, children: f }) });
|
|
54
41
|
};
|
|
55
42
|
export {
|
|
56
|
-
|
|
43
|
+
v as ClueUIPluginContext,
|
|
44
|
+
U as ClueUIPluginProvider
|
|
57
45
|
};
|
package/hooks/selectors.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { d, e, f, g } from "../ActionForm-
|
|
1
|
+
import { d as u, e as c, f as i, g as m } from "../ActionForm-CHOSKfvu.js";
|
|
2
2
|
import "./ClueComponentContext.js";
|
|
3
|
-
import "../ClueEnrichContext-
|
|
3
|
+
import "../ClueEnrichContext-DL6aGe1k.js";
|
|
4
4
|
import "./ClueFetcherContext.js";
|
|
5
|
-
import "../index-
|
|
5
|
+
import "../index-BM9Sve5T.js";
|
|
6
6
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
u as useClueActionsSelector,
|
|
8
|
+
c as useClueComponentSelector,
|
|
9
|
+
i as useClueEnrichSelector,
|
|
10
|
+
m as useClueFetcherSelector
|
|
11
11
|
};
|
package/hooks/useActionResult.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "react";
|
|
2
|
-
import "../index-
|
|
2
|
+
import "../index-BM9Sve5T.js";
|
|
3
3
|
import "./ClueComponentContext.js";
|
|
4
|
-
import { u } from "../ActionForm-
|
|
4
|
+
import { u as p } from "../ActionForm-CHOSKfvu.js";
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as useActionResult
|
|
7
7
|
};
|
package/hooks/useAnnotations.js
CHANGED
|
@@ -1,78 +1,62 @@
|
|
|
1
|
-
import { u as
|
|
2
|
-
import { useContext, useMemo, useState, useEffect } from "react";
|
|
3
|
-
import { ClueDatabaseContext } from "./ClueDatabaseContext.js";
|
|
4
|
-
import { f as
|
|
5
|
-
const
|
|
6
|
-
var
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
const classification = useMemo(
|
|
13
|
-
() => _classification ?? defaultClassification,
|
|
14
|
-
[_classification, defaultClassification]
|
|
15
|
-
);
|
|
16
|
-
const [loading, setLoading] = useState(false);
|
|
17
|
-
const [annotations, setAnnotations] = useState([]);
|
|
18
|
-
const ready = useMemo(
|
|
19
|
-
() => enrichReady && !!type && !!value && !!classification && !!(database == null ? void 0 : database.selectors) && !database.selectors.closed,
|
|
1
|
+
import { u as w } from "../ClueEnrichContext-DL6aGe1k.js";
|
|
2
|
+
import { useContext as M, useMemo as S, useState as x, useEffect as u } from "react";
|
|
3
|
+
import { ClueDatabaseContext as y } from "./ClueDatabaseContext.js";
|
|
4
|
+
import { f as i } from "../ActionForm-CHOSKfvu.js";
|
|
5
|
+
const N = (e, t, l, { skipEnrichment: f } = { skipEnrichment: !1 }) => {
|
|
6
|
+
var C;
|
|
7
|
+
const s = M(y), m = i((o) => o.defaultClassification), g = i((o) => o.ready), h = i((o) => o.availableSources), $ = i((o) => o.queueEnrich), n = S(
|
|
8
|
+
() => l ?? m,
|
|
9
|
+
[l, m]
|
|
10
|
+
), [E, p] = x(!1), [q, A] = x([]), r = S(
|
|
11
|
+
() => g && !!e && !!t && !!n && !!(s != null && s.selectors) && !s.selectors.closed,
|
|
20
12
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
21
|
-
[
|
|
13
|
+
[n, s == null ? void 0 : s.selectors, (C = s == null ? void 0 : s.selectors) == null ? void 0 : C.closed, g, e, t]
|
|
22
14
|
);
|
|
23
|
-
|
|
24
|
-
if (!
|
|
15
|
+
return u(() => {
|
|
16
|
+
if (!r || !(s != null && s.status))
|
|
25
17
|
return;
|
|
26
|
-
|
|
27
|
-
if (database.status.closed) {
|
|
18
|
+
if (s.status.closed) {
|
|
28
19
|
console.warn("Status collection is closed");
|
|
29
20
|
return;
|
|
30
21
|
}
|
|
31
|
-
const
|
|
22
|
+
const o = s.status.count({ selector: { type: e, value: t, classification: n, status: "in-progress" } }).$.subscribe((c) => p(c > 0));
|
|
32
23
|
return () => {
|
|
33
|
-
|
|
24
|
+
o == null || o.unsubscribe();
|
|
34
25
|
};
|
|
35
|
-
}, [
|
|
36
|
-
|
|
37
|
-
|
|
26
|
+
}, [n, s, r, e, t]), u(() => {
|
|
27
|
+
f || h.length < 1 || !r || !(s != null && s.status) || s.status.closed || $(e, t, n);
|
|
28
|
+
}, [h.length, n, s == null ? void 0 : s.status, $, r, f, e, t]), u(() => {
|
|
29
|
+
if (!r || !(s != null && s.selectors) || s.selectors.closed)
|
|
38
30
|
return;
|
|
39
|
-
|
|
40
|
-
queueEnrich(type, value, classification);
|
|
41
|
-
}, [availableSources.length, classification, database == null ? void 0 : database.status, queueEnrich, ready, skipEnrichment, type, value]);
|
|
42
|
-
useEffect(() => {
|
|
43
|
-
if (!ready || !(database == null ? void 0 : database.selectors) || database.selectors.closed) {
|
|
44
|
-
return;
|
|
45
|
-
}
|
|
46
|
-
const observable = database.selectors.find({
|
|
31
|
+
const o = s.selectors.find({
|
|
47
32
|
selector: {
|
|
48
33
|
$or: [
|
|
49
34
|
{
|
|
50
35
|
// Use regex instead of exact value for case-insensitivity
|
|
51
|
-
value: { $regex: `^${
|
|
36
|
+
value: { $regex: `^${t}$`, $options: "i" }
|
|
52
37
|
},
|
|
53
38
|
{
|
|
54
|
-
value
|
|
39
|
+
value: t
|
|
55
40
|
}
|
|
56
41
|
]
|
|
57
42
|
}
|
|
58
43
|
}).$.subscribe(
|
|
59
|
-
(
|
|
60
|
-
|
|
61
|
-
|
|
44
|
+
(c) => A(
|
|
45
|
+
w(
|
|
46
|
+
c.flatMap((d) => d.getAnnotations()),
|
|
62
47
|
JSON.stringify
|
|
63
48
|
)
|
|
64
49
|
)
|
|
65
50
|
);
|
|
66
51
|
return () => {
|
|
67
52
|
try {
|
|
68
|
-
|
|
69
|
-
} catch (
|
|
70
|
-
console.warn(
|
|
53
|
+
o.unsubscribe();
|
|
54
|
+
} catch (c) {
|
|
55
|
+
console.warn(c);
|
|
71
56
|
}
|
|
72
57
|
};
|
|
73
|
-
}, [
|
|
74
|
-
return [annotations, loading];
|
|
58
|
+
}, [s, r, t]), [q, E];
|
|
75
59
|
};
|
|
76
60
|
export {
|
|
77
|
-
|
|
61
|
+
N as default
|
|
78
62
|
};
|
package/hooks/useClue.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import { u as
|
|
2
|
-
import { C as
|
|
3
|
-
const
|
|
4
|
-
return useContext(ClueEnrichContext);
|
|
5
|
-
};
|
|
1
|
+
import { u as t } from "../index-BM9Sve5T.js";
|
|
2
|
+
import { C as e } from "../ClueEnrichContext-DL6aGe1k.js";
|
|
3
|
+
const u = () => t(e);
|
|
6
4
|
export {
|
|
7
|
-
|
|
5
|
+
u as default
|
|
8
6
|
};
|
package/hooks/useClueActions.js
CHANGED