@cccsaurora/clue-ui 1.2.3-dev.266 → 1.2.3
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-DlOXqMUx.js +4460 -0
- package/AnnotationDetails-Bk-p0F6h.js +160 -0
- package/AnnotationPreview-jzZvkCxJ.js +140 -0
- package/ClueEnrichContext-KqRuuWNS.js +418 -0
- package/FlexOne-BXWFOd1T.js +6 -0
- package/_MapCache-BiTi0iqu.js +180 -0
- package/_Uint8Array-BQNOM9Rr.js +101 -0
- package/_baseAssignValue-CNMLQZco.js +20 -0
- package/_baseClone-BnT-6pyM.js +207 -0
- package/_baseExtremum-Ca2EHgy2.js +16 -0
- package/_baseFlatten-Bfr_Molw.js +72 -0
- package/_baseGet-DSZygzyq.js +79 -0
- package/_baseIsEqual-VgvaAFZG.js +147 -0
- package/_baseIteratee-Dbfsw5z8.js +95 -0
- package/_baseSlice-M5RKzt1A.js +10 -0
- package/_baseSum-wEbgNeUs.js +10 -0
- package/_baseUniq-BJcj69PL.js +79 -0
- package/_commonjsHelpers-DaMA6jEr.js +8 -0
- package/_createAggregator-k3TuAnxT.js +53 -0
- package/_getPrototype-Cr1Mk7BC.js +5 -0
- package/_getTag-CK2Sffaq.js +90 -0
- package/_isIterateeCall-DkJP7Rbx.js +13 -0
- package/_setToArray-C7yMOeww.js +29 -0
- package/cloneDeep-CF8TtLHr.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 +10 -21
- 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 +202 -261
- package/components/display/graph/visualizations/Leaf.js +69 -88
- 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 +119 -158
- package/components/fetchers/PreviewModal.js +17 -20
- 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 +33 -43
- package/countBy-CdYegFSu.js +8 -0
- package/data/event.js +4 -6
- package/database/index.js +2 -2
- package/debounce-DryYcbJ4.js +56 -0
- package/get-CH7kz5Ix.js +8 -0
- package/groupBy-br8xmD2R.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 +13 -19
- package/hooks/ClueEnrichContext.js +8 -8
- package/hooks/ClueFetcherContext.js +56 -83
- package/hooks/ClueGroupContext.js +14 -17
- package/hooks/CluePopupContext.js +5 -5
- package/hooks/ClueProvider.js +10 -12
- package/hooks/selectors.js +7 -7
- package/hooks/useActionResult.js +2 -2
- package/hooks/useAnnotations.js +31 -47
- package/hooks/useClue.js +4 -6
- package/hooks/useClueActions.js +3 -3
- package/hooks/useClueConfig.js +4 -6
- package/hooks/useClueTypeConfig.js +3 -3
- 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-BBckr5AQ.js +1263 -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-BHAe_V9n.js +12768 -0
- package/index-BK-zfYhR.js +358 -0
- package/index-CA5CUNZO.js +975 -0
- package/index-Dj5C04IX.js +568 -0
- package/index-p5_wX7q1.js +11729 -0
- package/isNil-CjWwlQS3.js +6 -0
- package/isObject-B53jY8Qg.js +7 -0
- package/isObjectLike-BatpeCIi.js +29 -0
- package/isSymbol-C3_SC0Qp.js +8 -0
- package/last-7CdUxN0r.js +7 -0
- package/main.js +60 -60
- package/maxBy-Bc0dYHcO.js +8 -0
- package/package.json +1 -1
- package/sortBy-DY2JBf9n.js +75 -0
- package/sumBy-DuMASLPd.js +8 -0
- package/text/Frequency.js +23 -42
- package/toFinite-BMy6GObD.js +14 -0
- package/toNumber-YVhnnJv4.js +31 -0
- package/useClueTypeConfig-Ct9Ygter.js +2292 -0
- package/utils/chain.js +65 -92
- package/utils/classificationParser.js +256 -519
- package/utils/constants.js +10 -35
- 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 +27 -41
- package/utils/time.js +423 -423
- package/utils/utils.js +9 -9
- package/utils/window.js +10 -21
- package/utils-DmwSUrum.js +129 -0
- package/ActionForm-uDp92tN2.js +0 -5941
- package/AnnotationDetails-DGYfOiWm.js +0 -175
- package/AnnotationPreview-bHObsb3P.js +0 -188
- package/ClueEnrichContext-CJEJxrgs.js +0 -541
- package/FlexOne-BSYAhhtG.js +0 -9
- package/_MapCache-WmuDdwuH.js +0 -222
- package/_Uint8Array-B7JqpgFX.js +0 -128
- package/_baseAssignValue-CGTuELqU.js +0 -25
- package/_baseClone-CkNrTyhm.js +0 -283
- package/_baseExtremum-kob8QXyt.js +0 -18
- package/_baseFlatten-jIR_sN_-.js +0 -92
- package/_baseGet-Bx3A4Qfp.js +0 -108
- package/_baseIsEqual-C5OTWzTk.js +0 -208
- package/_baseIteratee-avi7MX2o.js +0 -126
- package/_baseSlice-GAv_YFTT.js +0 -20
- package/_baseSum-D0WC1dN0.js +0 -13
- package/_baseUniq-BI9GIHMF.js +0 -115
- package/_commonjsHelpers-DWwsNxpa.js +0 -8
- package/_createAggregator-QD8MzKwe.js +0 -63
- package/_getPrototype-CU0j_POw.js +0 -5
- package/_getTag-Ckxxfr88.js +0 -126
- package/_isIterateeCall-Ds3sw2SF.js +0 -17
- package/_setToArray-CaPKQhcz.js +0 -33
- package/cloneDeep-DJrLSw8W.js +0 -8
- package/countBy-c6S3dvSW.js +0 -14
- package/debounce-bV0h5FC5.js +0 -92
- package/get-DSsNkRQs.js +0 -8
- package/groupBy-xqz-n0Vd.js +0 -14
- package/iconify-CXMreGTg.js +0 -1782
- package/identity-CPGTqrE4.js +0 -6
- package/index-AMfoEg_6.js +0 -696
- package/index-B6C2a_Lg.js +0 -1172
- package/index-C12gPw2W.js +0 -17698
- package/index-DCKkHTvx.js +0 -15750
- package/index-JcKyZeoY.js +0 -465
- package/isNil-CIubwp4T.js +0 -6
- package/isObject-FTY-5JQX.js +0 -7
- package/isObjectLike-OAgjjZye.js +0 -48
- package/isSymbol-Xd2FsJyp.js +0 -8
- package/last-CUCl67Im.js +0 -7
- package/maxBy-IKHzFrCS.js +0 -8
- package/sortBy-DfSj8IoJ.js +0 -96
- package/sumBy-D-hb_NY-.js +0 -8
- package/toFinite-Bc55msYj.js +0 -16
- package/toNumber-DPxy1FBy.js +0 -39
- package/useClueTypeConfig-Z1LFp01b.js +0 -3289
- package/utils-HmNPuoDB.js +0 -199
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { I as Icon } from "./iconify-CXMreGTg.js";
|
|
3
|
-
import { useTheme, Stack, Typography, Tooltip, Box, IconButton, CircularProgress, Chip, Accordion, AccordionSummary, AccordionDetails, Divider } from "@mui/material";
|
|
4
|
-
import Iconified from "./components/display/icons/Iconified.js";
|
|
5
|
-
import { SNACKBAR_EVENT_ID } from "./data/event.js";
|
|
6
|
-
import { ClueComponentContext } from "./hooks/ClueComponentContext.js";
|
|
7
|
-
import { b as useClueEnrichSelector } from "./ActionForm-uDp92tN2.js";
|
|
8
|
-
import useAnnotations from "./hooks/useAnnotations.js";
|
|
9
|
-
import useErrors from "./hooks/useErrors.js";
|
|
10
|
-
import { ICON_MAP } from "./icons/iconMap.js";
|
|
11
|
-
import { safeDispatchEvent } from "./utils/window.js";
|
|
12
|
-
import { g as groupBy } from "./groupBy-xqz-n0Vd.js";
|
|
13
|
-
import { u as uniq } from "./useClueTypeConfig-Z1LFp01b.js";
|
|
14
|
-
import { memo, useState, useMemo, useCallback, useEffect } from "react";
|
|
15
|
-
import { u as useContextSelector } from "./index-AMfoEg_6.js";
|
|
16
|
-
import ExecutePopover from "./components/actions/ExecutePopover.js";
|
|
17
|
-
import AnnotationEntry from "./components/AnnotationEntry.js";
|
|
18
|
-
import ClassificationChip from "./components/ClassificationChip.js";
|
|
19
|
-
import EnrichPopover from "./components/enrichment/EnrichPopover.js";
|
|
20
|
-
function isNull(value) {
|
|
21
|
-
return value === null;
|
|
22
|
-
}
|
|
23
|
-
const AnnotationDetails = ({ enrichRequest, setReady, updatePosition }) => {
|
|
24
|
-
const theme = useTheme();
|
|
25
|
-
const { t } = useContextSelector(ClueComponentContext, (ctx) => ctx.i18next);
|
|
26
|
-
const [filter, setFilter] = useState("all");
|
|
27
|
-
const enrich = useClueEnrichSelector((state) => state.enrich);
|
|
28
|
-
const [annotations, loading] = useAnnotations(
|
|
29
|
-
enrichRequest == null ? void 0 : enrichRequest.type,
|
|
30
|
-
enrichRequest == null ? void 0 : enrichRequest.value,
|
|
31
|
-
enrichRequest == null ? void 0 : enrichRequest.classification,
|
|
32
|
-
{ skipEnrichment: true }
|
|
33
|
-
);
|
|
34
|
-
const errors = useErrors(enrichRequest == null ? void 0 : enrichRequest.value);
|
|
35
|
-
const options = useMemo(
|
|
36
|
-
() => ["all", ...uniq((annotations ?? []).map((annotation) => annotation.type))],
|
|
37
|
-
[annotations]
|
|
38
|
-
);
|
|
39
|
-
const annotationsByType = useMemo(() => groupBy(annotations ?? [], "type"), [annotations]);
|
|
40
|
-
const forceEnrich = useCallback(async () => {
|
|
41
|
-
await enrich(enrichRequest.type, enrichRequest.value, {
|
|
42
|
-
classification: enrichRequest.classification,
|
|
43
|
-
timeout: 15,
|
|
44
|
-
force: true
|
|
45
|
-
});
|
|
46
|
-
}, [enrichRequest, enrich]);
|
|
47
|
-
useEffect(() => {
|
|
48
|
-
if (!setReady) {
|
|
49
|
-
return;
|
|
50
|
-
}
|
|
51
|
-
setReady(enrichRequest && !isNull(annotations));
|
|
52
|
-
updatePosition == null ? void 0 : updatePosition();
|
|
53
|
-
}, [annotations, enrichRequest, setReady, updatePosition]);
|
|
54
|
-
return enrichRequest && !isNull(annotations) && /* @__PURE__ */ jsxs(Stack, { direction: "column", sx: { p: 1, width: "100%" }, spacing: 1, children: [
|
|
55
|
-
/* @__PURE__ */ jsxs(Stack, { spacing: 1, children: [
|
|
56
|
-
/* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, children: [
|
|
57
|
-
/* @__PURE__ */ jsxs(Stack, { children: [
|
|
58
|
-
/* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, children: [
|
|
59
|
-
/* @__PURE__ */ jsx(Typography, { variant: "body1", fontWeight: "bold", children: "Clue" }),
|
|
60
|
-
enrichRequest.classification && /* @__PURE__ */ jsx(ClassificationChip, { size: "small", classification: enrichRequest.classification })
|
|
61
|
-
] }),
|
|
62
|
-
/* @__PURE__ */ jsxs(Typography, { variant: "caption", color: "text.secondary", children: [
|
|
63
|
-
enrichRequest.type.toLocaleUpperCase(),
|
|
64
|
-
" ",
|
|
65
|
-
t("enrichment")
|
|
66
|
-
] })
|
|
67
|
-
] }),
|
|
68
|
-
/* @__PURE__ */ jsx("div", { style: { flex: 1 } }),
|
|
69
|
-
/* @__PURE__ */ jsx(Tooltip, { title: t("refresh"), children: /* @__PURE__ */ jsx(Box, { sx: { alignSelf: "center", m: -1 }, children: /* @__PURE__ */ jsx(IconButton, { onClick: () => forceEnrich(), disabled: loading, children: loading ? /* @__PURE__ */ jsx(CircularProgress, { variant: "indeterminate", size: 20 }) : /* @__PURE__ */ jsx(Iconified, { icon: "ic:baseline-replay", fontSize: "small" }) }) }) }),
|
|
70
|
-
/* @__PURE__ */ jsx(Tooltip, { title: t("clipboard"), children: /* @__PURE__ */ jsx(
|
|
71
|
-
IconButton,
|
|
72
|
-
{
|
|
73
|
-
sx: { alignSelf: "center", m: -1 },
|
|
74
|
-
onClick: () => {
|
|
75
|
-
navigator.clipboard.writeText(enrichRequest.value);
|
|
76
|
-
safeDispatchEvent(
|
|
77
|
-
new CustomEvent(SNACKBAR_EVENT_ID, {
|
|
78
|
-
detail: {
|
|
79
|
-
message: `${enrichRequest.value} ${t("clipboard.success")}`,
|
|
80
|
-
level: "success"
|
|
81
|
-
}
|
|
82
|
-
})
|
|
83
|
-
);
|
|
84
|
-
},
|
|
85
|
-
children: /* @__PURE__ */ jsx(Iconified, { icon: "ic:outline-assignment", fontSize: "small" })
|
|
86
|
-
}
|
|
87
|
-
) }),
|
|
88
|
-
/* @__PURE__ */ jsx(EnrichPopover, { selector: enrichRequest }),
|
|
89
|
-
/* @__PURE__ */ jsx(ExecutePopover, { selectors: [enrichRequest] })
|
|
90
|
-
] }),
|
|
91
|
-
/* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 0.5, children: [
|
|
92
|
-
options.map((opt, id) => /* @__PURE__ */ jsx(
|
|
93
|
-
Chip,
|
|
94
|
-
{
|
|
95
|
-
size: "small",
|
|
96
|
-
variant: opt === filter ? "filled" : "outlined",
|
|
97
|
-
icon: ICON_MAP[opt] && /* @__PURE__ */ jsx(Icon, { icon: ICON_MAP[opt] }),
|
|
98
|
-
label: /* @__PURE__ */ jsxs(Typography, { variant: "caption", textTransform: "capitalize", children: [
|
|
99
|
-
opt,
|
|
100
|
-
":",
|
|
101
|
-
" ",
|
|
102
|
-
opt === "all" ? annotations.length : annotations.filter((annotation) => annotation.type === opt).length
|
|
103
|
-
] }),
|
|
104
|
-
onClick: () => setFilter(opt)
|
|
105
|
-
},
|
|
106
|
-
id
|
|
107
|
-
)),
|
|
108
|
-
(errors == null ? void 0 : errors.length) > 0 && /* @__PURE__ */ jsx(
|
|
109
|
-
Tooltip,
|
|
110
|
-
{
|
|
111
|
-
title: /* @__PURE__ */ jsx("div", { onClick: (e) => e.stopPropagation(), children: errors.map((err, err_id) => /* @__PURE__ */ jsxs("div", { children: [
|
|
112
|
-
/* @__PURE__ */ jsx("span", { style: { textTransform: "capitalize" }, children: err.source.replace(/-/g, " ") }),
|
|
113
|
-
":",
|
|
114
|
-
" ",
|
|
115
|
-
err.message
|
|
116
|
-
] }, err_id)) }),
|
|
117
|
-
children: /* @__PURE__ */ jsx(
|
|
118
|
-
Chip,
|
|
119
|
-
{
|
|
120
|
-
size: "small",
|
|
121
|
-
variant: "outlined",
|
|
122
|
-
icon: /* @__PURE__ */ jsx(Icon, { icon: "material-symbols:timer-outline", color: theme.palette.error.main }),
|
|
123
|
-
label: /* @__PURE__ */ jsxs(Typography, { variant: "caption", textTransform: "capitalize", children: [
|
|
124
|
-
t("annotation.failed"),
|
|
125
|
-
": ",
|
|
126
|
-
errors.length
|
|
127
|
-
] }),
|
|
128
|
-
onClick: forceEnrich
|
|
129
|
-
}
|
|
130
|
-
)
|
|
131
|
-
}
|
|
132
|
-
)
|
|
133
|
-
] })
|
|
134
|
-
] }),
|
|
135
|
-
/* @__PURE__ */ jsx(Box, {}),
|
|
136
|
-
Object.keys(annotationsByType).filter((type) => !filter || filter === "all" || type === filter).map((type, id) => /* @__PURE__ */ jsxs(
|
|
137
|
-
Accordion,
|
|
138
|
-
{
|
|
139
|
-
defaultExpanded: true,
|
|
140
|
-
sx: {
|
|
141
|
-
marginTop: `${theme.spacing(1)} !important`,
|
|
142
|
-
marginBottom: "0 !important",
|
|
143
|
-
"&:before": { height: 0 }
|
|
144
|
-
},
|
|
145
|
-
children: [
|
|
146
|
-
filter === "all" && /* @__PURE__ */ jsx(
|
|
147
|
-
AccordionSummary,
|
|
148
|
-
{
|
|
149
|
-
expandIcon: /* @__PURE__ */ jsx(Iconified, { icon: "ic:baseline-arrow-drop-down" }),
|
|
150
|
-
sx: {
|
|
151
|
-
minHeight: "initial !important",
|
|
152
|
-
mt: 0.5,
|
|
153
|
-
mb: 0,
|
|
154
|
-
px: 1,
|
|
155
|
-
"& .MuiAccordionSummary-content": { my: 0.5, mx: 0 },
|
|
156
|
-
"& .MuiAccordionSummary-content.Mui-expanded": { my: 0.5, mx: 0 }
|
|
157
|
-
},
|
|
158
|
-
children: /* @__PURE__ */ jsx(Typography, { variant: "body1", textTransform: "capitalize", children: type }, type)
|
|
159
|
-
}
|
|
160
|
-
),
|
|
161
|
-
/* @__PURE__ */ jsxs(AccordionDetails, { sx: { px: 1 }, children: [
|
|
162
|
-
filter === "all" && /* @__PURE__ */ jsx(Divider, { orientation: "horizontal", sx: { mb: 1 } }),
|
|
163
|
-
/* @__PURE__ */ jsx(Stack, { spacing: 1, divider: /* @__PURE__ */ jsx(Divider, { orientation: "horizontal", flexItem: true }), children: annotationsByType[type].map((annotation, ann_id) => /* @__PURE__ */ jsx(AnnotationEntry, { annotation }, ann_id)) })
|
|
164
|
-
] })
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
id
|
|
168
|
-
))
|
|
169
|
-
] });
|
|
170
|
-
};
|
|
171
|
-
const AnnotationDetails$1 = memo(AnnotationDetails);
|
|
172
|
-
export {
|
|
173
|
-
AnnotationDetails$1 as A,
|
|
174
|
-
isNull as i
|
|
175
|
-
};
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { I as Icon } from "./iconify-CXMreGTg.js";
|
|
3
|
-
import { useTheme, Popper, Fade, Paper, Stack, Typography, Divider } from "@mui/material";
|
|
4
|
-
import AnnotationDetailPopover from "./components/AnnotationDetailPopover.js";
|
|
5
|
-
import useAnnotations from "./hooks/useAnnotations.js";
|
|
6
|
-
import { t as twitterShort } from "./utils-HmNPuoDB.js";
|
|
7
|
-
import { useState, useRef, useCallback, useEffect, useMemo } from "react";
|
|
8
|
-
import { c as createContext, u as useContextSelector } from "./index-AMfoEg_6.js";
|
|
9
|
-
import { SHOW_EVENT_ID, HIDE_EVENT_ID } from "./data/event.js";
|
|
10
|
-
import { safeDispatchEvent, safeAddEventListener } from "./utils/window.js";
|
|
11
|
-
import { i as isNull } from "./AnnotationDetails-DGYfOiWm.js";
|
|
12
|
-
const CluePopupContext = createContext(null);
|
|
13
|
-
const CluePopupProvider = ({ children }) => {
|
|
14
|
-
const [popupType, setPopupType] = useState(null);
|
|
15
|
-
const [detailsAnchorEl, setDetailsAnchorEl] = useState(null);
|
|
16
|
-
const [detailsData, setDetailsData] = useState(null);
|
|
17
|
-
const [detailsContent, setDetailsContent] = useState(null);
|
|
18
|
-
const [popoverProps, setPopoverProps] = useState({});
|
|
19
|
-
const externalOnClose = useRef(null);
|
|
20
|
-
const showInfo = useCallback((type, anchorEl, value, options) => {
|
|
21
|
-
safeDispatchEvent(
|
|
22
|
-
new CustomEvent(SHOW_EVENT_ID, {
|
|
23
|
-
detail: {
|
|
24
|
-
type,
|
|
25
|
-
anchorEl,
|
|
26
|
-
value,
|
|
27
|
-
options
|
|
28
|
-
}
|
|
29
|
-
})
|
|
30
|
-
);
|
|
31
|
-
}, []);
|
|
32
|
-
const closeInfo = useCallback(
|
|
33
|
-
(type, value) => {
|
|
34
|
-
safeDispatchEvent(
|
|
35
|
-
new CustomEvent(HIDE_EVENT_ID, {
|
|
36
|
-
detail: {
|
|
37
|
-
type,
|
|
38
|
-
value
|
|
39
|
-
}
|
|
40
|
-
})
|
|
41
|
-
);
|
|
42
|
-
},
|
|
43
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
44
|
-
[]
|
|
45
|
-
);
|
|
46
|
-
const handleShowPopup = useCallback((event) => {
|
|
47
|
-
const { detail } = event;
|
|
48
|
-
setPopupType(detail.type);
|
|
49
|
-
setDetailsData(detail.value);
|
|
50
|
-
if (detail.options) {
|
|
51
|
-
if (detail.options.content) {
|
|
52
|
-
setDetailsContent(detail.options.content);
|
|
53
|
-
}
|
|
54
|
-
if (detail.options.onClose) {
|
|
55
|
-
externalOnClose.current = detail.options.onClose;
|
|
56
|
-
}
|
|
57
|
-
if (detail.options.popoverProps) {
|
|
58
|
-
setPopoverProps(detail.options.popoverProps);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
setDetailsAnchorEl(detail.anchorEl);
|
|
62
|
-
}, []);
|
|
63
|
-
const handleHidePopup = useCallback(
|
|
64
|
-
(event) => {
|
|
65
|
-
const { detail } = event;
|
|
66
|
-
if (detailsData && (detail.type !== popupType || detailsData.type !== detail.value.type || detailsData.value !== detail.value.value)) {
|
|
67
|
-
return;
|
|
68
|
-
}
|
|
69
|
-
setPopupType(null);
|
|
70
|
-
setDetailsAnchorEl(null);
|
|
71
|
-
setDetailsData(null);
|
|
72
|
-
setDetailsContent(null);
|
|
73
|
-
setPopoverProps({});
|
|
74
|
-
externalOnClose.current = null;
|
|
75
|
-
},
|
|
76
|
-
[detailsData, popupType]
|
|
77
|
-
);
|
|
78
|
-
useEffect(() => {
|
|
79
|
-
const cleanupShow = safeAddEventListener(SHOW_EVENT_ID, handleShowPopup);
|
|
80
|
-
const cleanupHide = safeAddEventListener(HIDE_EVENT_ID, handleHidePopup);
|
|
81
|
-
return () => {
|
|
82
|
-
cleanupShow();
|
|
83
|
-
cleanupHide();
|
|
84
|
-
};
|
|
85
|
-
}, [handleShowPopup, handleHidePopup]);
|
|
86
|
-
const context = useMemo(
|
|
87
|
-
() => ({
|
|
88
|
-
showInfo,
|
|
89
|
-
closeInfo,
|
|
90
|
-
__detailsContent: detailsContent
|
|
91
|
-
}),
|
|
92
|
-
[closeInfo, detailsContent, showInfo]
|
|
93
|
-
);
|
|
94
|
-
return /* @__PURE__ */ jsxs(CluePopupContext.Provider, { value: context, children: [
|
|
95
|
-
children,
|
|
96
|
-
/* @__PURE__ */ jsx(
|
|
97
|
-
AnnotationDetailPopover,
|
|
98
|
-
{
|
|
99
|
-
...popoverProps,
|
|
100
|
-
anchorEl: detailsAnchorEl,
|
|
101
|
-
open: !!detailsAnchorEl && popupType === "details",
|
|
102
|
-
enrichRequest: detailsData,
|
|
103
|
-
onClose: () => {
|
|
104
|
-
if (externalOnClose.current) {
|
|
105
|
-
externalOnClose.current();
|
|
106
|
-
} else {
|
|
107
|
-
closeInfo("details", detailsData);
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
),
|
|
112
|
-
/* @__PURE__ */ jsx(
|
|
113
|
-
AnnotationPreview,
|
|
114
|
-
{
|
|
115
|
-
...popoverProps,
|
|
116
|
-
anchorEl: detailsAnchorEl,
|
|
117
|
-
open: !!detailsAnchorEl && !isNull(popupType) && popupType !== "details",
|
|
118
|
-
annotationType: popupType,
|
|
119
|
-
enrichRequest: detailsData
|
|
120
|
-
}
|
|
121
|
-
)
|
|
122
|
-
] });
|
|
123
|
-
};
|
|
124
|
-
const AnnotationPreview = ({ annotationType, anchorEl, enrichRequest, open, ...otherProps }) => {
|
|
125
|
-
const theme = useTheme();
|
|
126
|
-
const _detailsContent = useContextSelector(CluePopupContext, (state) => state.__detailsContent);
|
|
127
|
-
const [annotations] = useAnnotations(enrichRequest == null ? void 0 : enrichRequest.type, enrichRequest == null ? void 0 : enrichRequest.value, enrichRequest == null ? void 0 : enrichRequest.classification);
|
|
128
|
-
const filteredAnnotations = useMemo(
|
|
129
|
-
() => annotationType === "actionResults" ? [] : annotations.filter((annotation) => annotation.type === annotationType),
|
|
130
|
-
[annotationType, annotations]
|
|
131
|
-
);
|
|
132
|
-
const getZIndex = useCallback((_anchorEl) => {
|
|
133
|
-
try {
|
|
134
|
-
const zIndex = parseInt(window.getComputedStyle(_anchorEl, null).getPropertyValue("z-index"));
|
|
135
|
-
if (isNaN(zIndex)) {
|
|
136
|
-
return getZIndex(_anchorEl.parentElement);
|
|
137
|
-
}
|
|
138
|
-
return (zIndex + 2).toString();
|
|
139
|
-
} catch {
|
|
140
|
-
return "2";
|
|
141
|
-
}
|
|
142
|
-
}, []);
|
|
143
|
-
if (!filteredAnnotations.length && !_detailsContent) {
|
|
144
|
-
return null;
|
|
145
|
-
}
|
|
146
|
-
return /* @__PURE__ */ jsx(
|
|
147
|
-
Popper,
|
|
148
|
-
{
|
|
149
|
-
...otherProps,
|
|
150
|
-
open,
|
|
151
|
-
anchorEl,
|
|
152
|
-
placement: "bottom-start",
|
|
153
|
-
sx: [{ zIndex: getZIndex(anchorEl) }, ...Array.isArray(otherProps.sx) ? otherProps.sx : [otherProps.sx]],
|
|
154
|
-
children: /* @__PURE__ */ jsx(Fade, { in: !!anchorEl, children: /* @__PURE__ */ jsx(Paper, { sx: { overflowY: "auto", maxWidth: "500px", boxShadow: theme.shadows[2] }, children: /* @__PURE__ */ jsx(Stack, { direction: "column", sx: { p: 1 }, spacing: 1, divider: /* @__PURE__ */ jsx(Divider, { orientation: "horizontal" }), children: _detailsContent ?? filteredAnnotations.map((annotation) => /* @__PURE__ */ jsxs(
|
|
155
|
-
Stack,
|
|
156
|
-
{
|
|
157
|
-
direction: "column",
|
|
158
|
-
spacing: 1,
|
|
159
|
-
children: [
|
|
160
|
-
/* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, alignItems: "center", children: [
|
|
161
|
-
annotation.analytic_icon && /* @__PURE__ */ jsx(
|
|
162
|
-
Icon,
|
|
163
|
-
{
|
|
164
|
-
icon: annotation.analytic_icon,
|
|
165
|
-
style: { filter: "drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4))" }
|
|
166
|
-
}
|
|
167
|
-
),
|
|
168
|
-
/* @__PURE__ */ jsx(Typography, { variant: "body1", sx: { textTransform: "capitalize" }, children: annotation.analytic ?? annotation.author }),
|
|
169
|
-
/* @__PURE__ */ jsxs(Typography, { variant: "caption", color: "text.secondary", children: [
|
|
170
|
-
"(",
|
|
171
|
-
twitterShort(annotation.timestamp),
|
|
172
|
-
")"
|
|
173
|
-
] })
|
|
174
|
-
] }),
|
|
175
|
-
/* @__PURE__ */ jsx(Typography, { variant: "body2", children: annotation.summary }),
|
|
176
|
-
/* @__PURE__ */ jsx(Typography, { variant: "caption", color: "text.secondary", children: annotation.value })
|
|
177
|
-
]
|
|
178
|
-
},
|
|
179
|
-
annotation.analytic + annotation.author + annotation.value + annotation.link + annotation.summary + annotation.timestamp
|
|
180
|
-
)) }) }) })
|
|
181
|
-
}
|
|
182
|
-
);
|
|
183
|
-
};
|
|
184
|
-
export {
|
|
185
|
-
AnnotationPreview as A,
|
|
186
|
-
CluePopupContext as C,
|
|
187
|
-
CluePopupProvider as a
|
|
188
|
-
};
|