@cccsaurora/clue-ui 1.2.4-patch.275 → 1.2.5-dev.298
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-D6gYuFRR.js +5970 -0
- package/AnnotationDetails-Zx4pjBiN.js +175 -0
- package/AnnotationPreview-Dmz7taAU.js +188 -0
- package/ClueEnrichContext-CJEJxrgs.js +541 -0
- package/FlexOne-BSYAhhtG.js +9 -0
- package/_MapCache-WmuDdwuH.js +222 -0
- package/_Uint8Array-B7JqpgFX.js +128 -0
- package/_baseAssignValue-CGTuELqU.js +25 -0
- package/_baseClone-CkNrTyhm.js +283 -0
- package/_baseExtremum-kob8QXyt.js +18 -0
- package/_baseFlatten-jIR_sN_-.js +92 -0
- package/_baseGet-Bx3A4Qfp.js +108 -0
- package/_baseIsEqual-C5OTWzTk.js +208 -0
- package/_baseIteratee-avi7MX2o.js +126 -0
- package/_baseSlice-GAv_YFTT.js +20 -0
- package/_baseSum-D0WC1dN0.js +13 -0
- package/_baseUniq-BI9GIHMF.js +115 -0
- package/_commonjsHelpers-DWwsNxpa.js +8 -0
- package/_createAggregator-QD8MzKwe.js +63 -0
- package/_getPrototype-CU0j_POw.js +5 -0
- package/_getTag-Ckxxfr88.js +126 -0
- package/_isIterateeCall-Ds3sw2SF.js +17 -0
- package/_setToArray-CaPKQhcz.js +33 -0
- package/cloneDeep-DJrLSw8W.js +8 -0
- package/components/AnnotationBody.js +49 -35
- package/components/AnnotationDetailPopover.js +36 -30
- package/components/AnnotationDetails.js +7 -7
- package/components/AnnotationEntry.js +35 -35
- package/components/AnnotationPreview.js +5 -5
- package/components/ClassificationChip.js +44 -23
- package/components/CountBadge.js +31 -26
- package/components/EnrichedCard.js +110 -97
- package/components/EnrichedChip.js +130 -105
- package/components/EnrichedTypography.js +133 -107
- package/components/ErrorBoundary.js +28 -24
- package/components/RetryFailedEnrichments.js +10 -9
- package/components/SourcePicker.js +57 -49
- package/components/actions/ActionForm.js +4 -4
- package/components/actions/ExecutePopover.js +75 -59
- package/components/actions/ResultModal.js +4 -4
- package/components/actions/form/schemaAdapter.js +39 -23
- package/components/actions/formats/FileResult.js +86 -59
- package/components/actions/formats/index.js +21 -10
- package/components/display/graph/ExpandMoreButton.js +10 -10
- package/components/display/graph/elements/NodeCard.js +111 -91
- package/components/display/graph/elements/NodeTag.js +15 -13
- package/components/display/graph/index.js +261 -202
- package/components/display/graph/visualizations/Leaf.js +88 -69
- package/components/display/graph/visualizations/cloud/index.js +98 -81
- package/components/display/graph/visualizations/icons/BaseIcon.js +26 -21
- 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 +14 -13
- package/components/display/graph/visualizations/panels/NodePanel.js +10 -8
- package/components/display/graph/visualizations/tree/BundleLine.js +108 -81
- package/components/display/graph/visualizations/tree/Triangle.js +13 -13
- package/components/display/graph/visualizations/tree/index.js +408 -306
- package/components/display/icons/Iconified.js +27 -12
- package/components/display/json/index.js +4 -4
- package/components/display/markdown/index.js +8678 -5770
- package/components/enrichment/EnrichPopover.js +54 -46
- package/components/fetchers/Fetcher.js +158 -119
- package/components/fetchers/PreviewModal.js +20 -17
- package/components/fetchers/StatusChip.js +21 -17
- package/components/group/Entry.js +13 -11
- package/components/group/Group.js +13 -10
- package/components/group/GroupControl.js +76 -65
- package/components/stats/QueryStatus.js +43 -33
- package/countBy-c6S3dvSW.js +14 -0
- package/data/event.js +6 -4
- package/database/index.js +2 -2
- package/debounce-bV0h5FC5.js +92 -0
- package/get-DSsNkRQs.js +8 -0
- package/groupBy-xqz-n0Vd.js +14 -0
- package/hooks/ClueActionContext.d.ts +10 -2
- package/hooks/ClueActionContext.js +6 -6
- package/hooks/ClueComponentContext.js +29 -23
- package/hooks/ClueConfigProvider.js +14 -12
- package/hooks/ClueDatabaseContext.js +19 -13
- package/hooks/ClueEnrichContext.js +8 -8
- package/hooks/ClueFetcherContext.js +83 -56
- package/hooks/ClueGroupContext.js +17 -14
- package/hooks/CluePopupContext.js +5 -5
- package/hooks/ClueProvider.js +12 -10
- package/hooks/selectors.js +7 -7
- package/hooks/useActionResult.d.ts +1 -0
- package/hooks/useActionResult.js +3 -3
- package/hooks/useAnnotations.js +47 -31
- package/hooks/useClue.js +6 -4
- package/hooks/useClueActions.js +3 -3
- package/hooks/useClueConfig.js +6 -4
- package/hooks/useClueTypeConfig.js +3 -3
- package/hooks/useComparator.js +722 -435
- package/hooks/useErrors.js +22 -18
- package/hooks/useFetcherResult.d.ts +1 -0
- package/hooks/useFetcherResult.js +33 -24
- package/hooks/useMyHighlights.js +66 -36
- package/hooks/useMyLocalStorage.js +66 -37
- package/iconify-CXMreGTg.js +1782 -0
- package/icons/Action.js +66 -49
- package/icons/Assessment.js +85 -69
- package/icons/Context.js +77 -63
- package/icons/Opinion.js +76 -60
- package/icons/iconMap.js +2 -2
- package/identity-CPGTqrE4.js +6 -0
- package/index-AMfoEg_6.js +696 -0
- package/index-B6C2a_Lg.js +1172 -0
- package/index-C12gPw2W.js +17698 -0
- package/index-DCKkHTvx.js +15750 -0
- package/index-JcKyZeoY.js +465 -0
- package/isNil-CIubwp4T.js +6 -0
- package/isObject-FTY-5JQX.js +7 -0
- package/isObjectLike-OAgjjZye.js +48 -0
- package/isSymbol-Xd2FsJyp.js +8 -0
- package/last-CUCl67Im.js +7 -0
- package/main.js +60 -60
- package/maxBy-IKHzFrCS.js +8 -0
- package/package.json +1 -1
- package/sortBy-DfSj8IoJ.js +96 -0
- package/sumBy-D-hb_NY-.js +8 -0
- package/text/Frequency.js +42 -23
- package/toFinite-Bc55msYj.js +16 -0
- package/toNumber-DPxy1FBy.js +39 -0
- package/types/RunningActionData.d.ts +1 -0
- package/types/WithActionData.d.ts +1 -0
- package/useClueTypeConfig-Z1LFp01b.js +3289 -0
- package/utils/chain.js +92 -65
- package/utils/classificationParser.js +519 -256
- package/utils/constants.js +35 -10
- package/utils/graph.js +72 -45
- package/utils/hashUtil.js +7 -7
- package/utils/line.js +131 -81
- package/utils/loggerUtil.js +5 -3
- package/utils/sessionStorage.js +41 -27
- package/utils/time.js +423 -423
- package/utils/utils.js +9 -9
- package/utils/window.js +21 -10
- package/utils-HmNPuoDB.js +199 -0
- package/ActionForm-CwsfB99X.js +0 -4458
- package/AnnotationDetails-Bw2JdtTL.js +0 -160
- package/AnnotationPreview-BO7rVnOP.js +0 -140
- package/ClueEnrichContext-KqRuuWNS.js +0 -418
- package/FlexOne-BXWFOd1T.js +0 -6
- package/_MapCache-BiTi0iqu.js +0 -180
- package/_Uint8Array-BQNOM9Rr.js +0 -101
- package/_baseAssignValue-CNMLQZco.js +0 -20
- package/_baseClone-BnT-6pyM.js +0 -207
- package/_baseExtremum-Ca2EHgy2.js +0 -16
- package/_baseFlatten-Bfr_Molw.js +0 -72
- package/_baseGet-DSZygzyq.js +0 -79
- package/_baseIsEqual-VgvaAFZG.js +0 -147
- package/_baseIteratee-Dbfsw5z8.js +0 -95
- package/_baseSlice-M5RKzt1A.js +0 -10
- package/_baseSum-wEbgNeUs.js +0 -10
- package/_baseUniq-BJcj69PL.js +0 -79
- package/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/_createAggregator-k3TuAnxT.js +0 -53
- package/_getPrototype-Cr1Mk7BC.js +0 -5
- package/_getTag-CK2Sffaq.js +0 -90
- package/_isIterateeCall-DkJP7Rbx.js +0 -13
- package/_setToArray-C7yMOeww.js +0 -29
- package/cloneDeep-CF8TtLHr.js +0 -8
- package/countBy-CdYegFSu.js +0 -8
- package/debounce-DryYcbJ4.js +0 -56
- package/get-CH7kz5Ix.js +0 -8
- package/groupBy-br8xmD2R.js +0 -8
- package/iconify-BBckr5AQ.js +0 -1263
- package/identity-ByMq8VxU.js +0 -6
- package/index-BHAe_V9n.js +0 -12768
- package/index-BK-zfYhR.js +0 -358
- package/index-CA5CUNZO.js +0 -975
- package/index-Dj5C04IX.js +0 -568
- package/index-p5_wX7q1.js +0 -11729
- package/isNil-CjWwlQS3.js +0 -6
- package/isObject-B53jY8Qg.js +0 -7
- package/isObjectLike-BatpeCIi.js +0 -29
- package/isSymbol-C3_SC0Qp.js +0 -8
- package/last-7CdUxN0r.js +0 -7
- package/maxBy-Bc0dYHcO.js +0 -8
- package/sortBy-DY2JBf9n.js +0 -75
- package/sumBy-DuMASLPd.js +0 -8
- package/toFinite-BMy6GObD.js +0 -14
- package/toNumber-YVhnnJv4.js +0 -31
- package/useClueTypeConfig-Ct9Ygter.js +0 -2292
- package/utils-DmwSUrum.js +0 -129
package/icons/Action.js
CHANGED
|
@@ -1,73 +1,90 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
import { I } from "../iconify-
|
|
3
|
-
import { useTheme
|
|
4
|
-
import
|
|
5
|
-
import { C as
|
|
6
|
-
import { u as
|
|
7
|
-
import { g as
|
|
8
|
-
import { memo
|
|
9
|
-
import { u as
|
|
10
|
-
const
|
|
11
|
-
/* @__PURE__ */
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { I as Icon } from "../iconify-CXMreGTg.js";
|
|
3
|
+
import { useTheme, Stack, Divider, Typography } from "@mui/material";
|
|
4
|
+
import CountBadge from "../components/CountBadge.js";
|
|
5
|
+
import { C as CluePopupContext } from "../AnnotationPreview-Dmz7taAU.js";
|
|
6
|
+
import { u as useClueActions } from "../ActionForm-D6gYuFRR.js";
|
|
7
|
+
import { g as groupBy } from "../groupBy-xqz-n0Vd.js";
|
|
8
|
+
import { memo, useRef, useMemo, useEffect } from "react";
|
|
9
|
+
import { u as useContextSelector } from "../index-AMfoEg_6.js";
|
|
10
|
+
const ResultDetails = ({ result }) => {
|
|
11
|
+
return /* @__PURE__ */ jsxs(Stack, { p: 1, children: [
|
|
12
|
+
/* @__PURE__ */ jsx(Typography, { variant: "body1", children: result.action.name }),
|
|
13
|
+
/* @__PURE__ */ jsx(Typography, { variant: "caption", color: "text.secondary", children: result.summary })
|
|
14
|
+
] });
|
|
15
|
+
};
|
|
16
|
+
const ActionIcon = ({ value, counters = true, disableTooltip = false, ...otherProps }) => {
|
|
17
|
+
const theme = useTheme();
|
|
18
|
+
const showInfo = useContextSelector(CluePopupContext, (state) => state.showInfo);
|
|
19
|
+
const closeInfo = useContextSelector(CluePopupContext, (state) => state.closeInfo);
|
|
20
|
+
const successAnchorRef = useRef();
|
|
21
|
+
const failureAnchorRef = useRef();
|
|
22
|
+
const { getActionResults } = useClueActions();
|
|
23
|
+
const actionResults = useMemo(
|
|
24
|
+
() => getActionResults(value.type, value.value, value.classification),
|
|
25
|
+
[getActionResults, value.classification, value.type, value.value]
|
|
17
26
|
);
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
const
|
|
29
|
-
return /* @__PURE__ */
|
|
30
|
-
}, [
|
|
31
|
-
|
|
32
|
-
/* @__PURE__ */
|
|
33
|
-
|
|
27
|
+
useEffect(() => {
|
|
28
|
+
if (disableTooltip) {
|
|
29
|
+
closeInfo("context", value);
|
|
30
|
+
}
|
|
31
|
+
}, [disableTooltip]);
|
|
32
|
+
const [successes, failures] = useMemo(() => {
|
|
33
|
+
const outcomes = groupBy(actionResults, (result) => result.outcome);
|
|
34
|
+
return [outcomes.success ?? [], outcomes.failure ?? []];
|
|
35
|
+
}, [actionResults]);
|
|
36
|
+
const successContent = useMemo(() => {
|
|
37
|
+
const entries = successes.map((result) => /* @__PURE__ */ jsx(ResultDetails, { result }, result.actionId));
|
|
38
|
+
return /* @__PURE__ */ jsx(Stack, { spacing: 1, divider: /* @__PURE__ */ jsx(Divider, { flexItem: true, orientation: "horizontal" }), children: entries });
|
|
39
|
+
}, [successes]);
|
|
40
|
+
const failureContent = useMemo(() => {
|
|
41
|
+
const entries = failures.map((result) => /* @__PURE__ */ jsx(ResultDetails, { result }, result.summary));
|
|
42
|
+
return /* @__PURE__ */ jsx(Stack, { spacing: 1, divider: /* @__PURE__ */ jsx(Divider, { flexItem: true, orientation: "horizontal" }), children: entries });
|
|
43
|
+
}, [failures]);
|
|
44
|
+
if ((actionResults == null ? void 0 : actionResults.length) < 1) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
return /* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, children: [
|
|
48
|
+
/* @__PURE__ */ jsx(Divider, { flexItem: true, orientation: "vertical" }),
|
|
49
|
+
successes.length > 0 && /* @__PURE__ */ jsx(
|
|
34
50
|
"span",
|
|
35
51
|
{
|
|
36
|
-
ref:
|
|
52
|
+
ref: successAnchorRef,
|
|
37
53
|
style: { display: "flex" },
|
|
38
|
-
onMouseOver:
|
|
39
|
-
onMouseLeave:
|
|
40
|
-
children: /* @__PURE__ */
|
|
41
|
-
|
|
54
|
+
onMouseOver: disableTooltip ? void 0 : () => showInfo("actionResults", successAnchorRef.current, value, { content: successContent }),
|
|
55
|
+
onMouseLeave: disableTooltip ? void 0 : () => closeInfo("actionResults", value),
|
|
56
|
+
children: /* @__PURE__ */ jsx(CountBadge, { disabled: !counters, count: actionResults.filter((result) => result.outcome === "success").length, children: /* @__PURE__ */ jsx(
|
|
57
|
+
Icon,
|
|
42
58
|
{
|
|
43
59
|
icon: "material-symbols:bookmark-check-rounded",
|
|
44
|
-
color:
|
|
60
|
+
color: theme.palette.success.main,
|
|
45
61
|
fontSize: "1.5em",
|
|
46
|
-
...
|
|
62
|
+
...otherProps
|
|
47
63
|
}
|
|
48
64
|
) })
|
|
49
65
|
}
|
|
50
66
|
),
|
|
51
|
-
|
|
67
|
+
failures.length > 0 && /* @__PURE__ */ jsx(
|
|
52
68
|
"span",
|
|
53
69
|
{
|
|
54
|
-
ref:
|
|
70
|
+
ref: failureAnchorRef,
|
|
55
71
|
style: { display: "flex" },
|
|
56
|
-
onMouseOver:
|
|
57
|
-
onMouseLeave:
|
|
58
|
-
children: /* @__PURE__ */
|
|
59
|
-
|
|
72
|
+
onMouseOver: disableTooltip ? void 0 : () => showInfo("actionResults", failureAnchorRef.current, value, { content: failureContent }),
|
|
73
|
+
onMouseLeave: disableTooltip ? void 0 : () => closeInfo("actionResults", value),
|
|
74
|
+
children: /* @__PURE__ */ jsx(CountBadge, { disabled: !counters, count: actionResults.filter((result) => result.outcome === "failure").length, children: /* @__PURE__ */ jsx(
|
|
75
|
+
Icon,
|
|
60
76
|
{
|
|
61
77
|
icon: "material-symbols:cancel-presentation-rounded",
|
|
62
|
-
color:
|
|
78
|
+
color: theme.palette.error.main,
|
|
63
79
|
fontSize: "1.5em",
|
|
64
|
-
...
|
|
80
|
+
...otherProps
|
|
65
81
|
}
|
|
66
82
|
) })
|
|
67
83
|
}
|
|
68
84
|
)
|
|
69
85
|
] });
|
|
70
|
-
}
|
|
86
|
+
};
|
|
87
|
+
const ActionIcon$1 = memo(ActionIcon);
|
|
71
88
|
export {
|
|
72
|
-
|
|
89
|
+
ActionIcon$1 as default
|
|
73
90
|
};
|
package/icons/Assessment.js
CHANGED
|
@@ -1,108 +1,124 @@
|
|
|
1
|
-
import { jsxs
|
|
2
|
-
import { I as
|
|
3
|
-
import { useTheme
|
|
4
|
-
import
|
|
5
|
-
import { C as
|
|
6
|
-
import { g as
|
|
7
|
-
import { l as
|
|
8
|
-
import { m as
|
|
9
|
-
import { s as
|
|
10
|
-
import { s as
|
|
11
|
-
import { memo
|
|
12
|
-
import { u as
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { I as Icon } from "../iconify-CXMreGTg.js";
|
|
3
|
+
import { useTheme, Stack, Chip, Divider, Grid, Tooltip } from "@mui/material";
|
|
4
|
+
import CountBadge from "../components/CountBadge.js";
|
|
5
|
+
import { C as CluePopupContext } from "../AnnotationPreview-Dmz7taAU.js";
|
|
6
|
+
import { g as groupBy } from "../groupBy-xqz-n0Vd.js";
|
|
7
|
+
import { l as last } from "../last-CUCl67Im.js";
|
|
8
|
+
import { m as maxBy } from "../maxBy-IKHzFrCS.js";
|
|
9
|
+
import { s as sortBy } from "../sortBy-DfSj8IoJ.js";
|
|
10
|
+
import { s as sumBy } from "../sumBy-D-hb_NY-.js";
|
|
11
|
+
import { memo, useRef, useState, useMemo, useEffect } from "react";
|
|
12
|
+
import { u as useContextSelector } from "../index-AMfoEg_6.js";
|
|
13
|
+
const AssessmentIcon = ({ annotations, value, counters = true, disableTooltip = false, ubiquitous = false, ...otherProps }) => {
|
|
14
|
+
const theme = useTheme();
|
|
15
|
+
const showInfo = useContextSelector(CluePopupContext, (state) => state.showInfo);
|
|
16
|
+
const closeInfo = useContextSelector(CluePopupContext, (state) => state.closeInfo);
|
|
17
|
+
const anchorRef = useRef();
|
|
18
|
+
const [showTooltip, setShowTooltip] = useState(false);
|
|
19
|
+
const assessmentAnnotations = useMemo(
|
|
20
|
+
() => annotations.filter((annotation) => (annotation == null ? void 0 : annotation.type) === "assessment" && (annotation == null ? void 0 : annotation.ubiquitous) === ubiquitous),
|
|
21
|
+
[annotations, ubiquitous]
|
|
22
|
+
);
|
|
23
|
+
const sortedAssessments = useMemo(
|
|
24
|
+
() => Object.entries(groupBy(assessmentAnnotations, "value")).map(([_value, _annotations]) => [
|
|
25
|
+
_value,
|
|
26
|
+
sumBy(_annotations, "quantity")
|
|
21
27
|
]),
|
|
22
|
-
[
|
|
23
|
-
)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
28
|
+
[assessmentAnnotations]
|
|
29
|
+
);
|
|
30
|
+
const popularAssessment = useMemo(() => maxBy(sortedAssessments, last), [sortedAssessments]);
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
if (disableTooltip) {
|
|
33
|
+
setShowTooltip(false);
|
|
34
|
+
}
|
|
35
|
+
}, [disableTooltip]);
|
|
36
|
+
if ((assessmentAnnotations == null ? void 0 : assessmentAnnotations.length) < 1) {
|
|
27
37
|
return null;
|
|
28
|
-
|
|
38
|
+
}
|
|
39
|
+
const tooltipProps = {
|
|
29
40
|
tooltip: {
|
|
30
41
|
sx: {
|
|
31
42
|
maxWidth: "500px",
|
|
32
|
-
backgroundColor:
|
|
33
|
-
border: `thin solid ${
|
|
43
|
+
backgroundColor: theme.palette.background.paper,
|
|
44
|
+
border: `thin solid ${theme.palette.divider}`,
|
|
34
45
|
p: 1,
|
|
35
|
-
boxShadow:
|
|
46
|
+
boxShadow: theme.shadows[2]
|
|
36
47
|
}
|
|
37
48
|
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
49
|
+
};
|
|
50
|
+
const tooltipContent = /* @__PURE__ */ jsxs(Stack, { spacing: 1, onClick: (e) => e.stopPropagation(), children: [
|
|
51
|
+
assessmentAnnotations.length > 1 && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
52
|
+
/* @__PURE__ */ jsx(Stack, { direction: "row", children: sortedAssessments.map(([type, count]) => /* @__PURE__ */ jsx(
|
|
53
|
+
Chip,
|
|
42
54
|
{
|
|
43
55
|
size: "small",
|
|
44
56
|
variant: "outlined",
|
|
45
|
-
label: `${
|
|
46
|
-
icon: /* @__PURE__ */
|
|
47
|
-
|
|
57
|
+
label: `${type}: ${count}`,
|
|
58
|
+
icon: /* @__PURE__ */ jsx(
|
|
59
|
+
Icon,
|
|
48
60
|
{
|
|
49
|
-
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
61
|
+
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(type) ? "healthicons:hazardous" : "fluent-mdl2:ribbon-solid"
|
|
50
62
|
}
|
|
51
63
|
),
|
|
52
|
-
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
64
|
+
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(type) ? "error" : "success"
|
|
53
65
|
},
|
|
54
|
-
|
|
66
|
+
type
|
|
55
67
|
)) }),
|
|
56
|
-
/* @__PURE__ */
|
|
68
|
+
/* @__PURE__ */ jsx(Divider, { orientation: "horizontal", flexItem: true })
|
|
57
69
|
] }),
|
|
58
|
-
/* @__PURE__ */
|
|
59
|
-
|
|
70
|
+
/* @__PURE__ */ jsx(
|
|
71
|
+
Grid,
|
|
60
72
|
{
|
|
61
73
|
sx: {
|
|
62
|
-
mt:
|
|
63
|
-
ml: `${
|
|
74
|
+
mt: assessmentAnnotations.length < 2 && `${theme.spacing(-0.5)} !important`,
|
|
75
|
+
ml: `${theme.spacing(-0.5)} !important`
|
|
64
76
|
},
|
|
65
|
-
container:
|
|
77
|
+
container: true,
|
|
66
78
|
spacing: 0.5,
|
|
67
79
|
maxWidth: "500px",
|
|
68
|
-
children:
|
|
69
|
-
|
|
80
|
+
children: sortBy(assessmentAnnotations, "value").map((annotation) => /* @__PURE__ */ jsx(Grid, { item: true, children: /* @__PURE__ */ jsx(
|
|
81
|
+
Chip,
|
|
70
82
|
{
|
|
71
83
|
size: "small",
|
|
72
84
|
variant: "outlined",
|
|
73
|
-
label:
|
|
74
|
-
icon: /* @__PURE__ */
|
|
75
|
-
|
|
85
|
+
label: annotation.analytic + (annotation.quantity > 1 ? ` (x${annotation.quantity})` : ""),
|
|
86
|
+
icon: /* @__PURE__ */ jsx(
|
|
87
|
+
Icon,
|
|
76
88
|
{
|
|
77
|
-
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
89
|
+
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(annotation.value) ? "healthicons:hazardous" : "fluent-mdl2:ribbon-solid"
|
|
78
90
|
}
|
|
79
91
|
),
|
|
80
|
-
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
92
|
+
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(annotation.value) ? "error" : "success"
|
|
81
93
|
}
|
|
82
|
-
) },
|
|
94
|
+
) }, annotation.analytic + annotation.value))
|
|
83
95
|
}
|
|
84
96
|
)
|
|
85
97
|
] });
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
98
|
+
if (["trivial", "recon", "attempt", "compromise", "mitigated"].includes(popularAssessment[0])) {
|
|
99
|
+
return /* @__PURE__ */ jsx(
|
|
100
|
+
"span",
|
|
101
|
+
{
|
|
102
|
+
ref: anchorRef,
|
|
103
|
+
style: { display: "flex" },
|
|
104
|
+
onMouseOver: disableTooltip ? void 0 : () => showInfo("assessment", anchorRef.current, value, { content: tooltipContent }),
|
|
105
|
+
onMouseLeave: disableTooltip ? void 0 : () => closeInfo("assessment", value),
|
|
106
|
+
children: /* @__PURE__ */ jsx(CountBadge, { disabled: !counters, color: "error", count: popularAssessment[1], children: /* @__PURE__ */ jsx(Icon, { fontSize: "1.5em", ...otherProps, icon: "healthicons:hazardous", color: theme.palette.error.main }) })
|
|
107
|
+
}
|
|
108
|
+
);
|
|
109
|
+
}
|
|
110
|
+
return /* @__PURE__ */ jsx(
|
|
96
111
|
"span",
|
|
97
112
|
{
|
|
98
|
-
ref:
|
|
113
|
+
ref: anchorRef,
|
|
99
114
|
style: { display: "flex" },
|
|
100
|
-
onMouseOver:
|
|
101
|
-
onMouseLeave:
|
|
102
|
-
children: /* @__PURE__ */
|
|
115
|
+
onMouseOver: disableTooltip ? void 0 : () => showInfo("assessment", anchorRef.current, value, { content: tooltipContent }),
|
|
116
|
+
onMouseLeave: disableTooltip ? void 0 : () => closeInfo("assessment", value),
|
|
117
|
+
children: /* @__PURE__ */ jsx(Tooltip, { disableInteractive: true, componentsProps: tooltipProps, open: showTooltip, title: tooltipContent, children: /* @__PURE__ */ jsx(CountBadge, { disabled: !counters, count: popularAssessment[1], children: /* @__PURE__ */ jsx(Icon, { fontSize: "1.5em", ...otherProps, icon: "fluent-mdl2:ribbon-solid", color: theme.palette.success.main }) }) })
|
|
103
118
|
}
|
|
104
119
|
);
|
|
105
|
-
}
|
|
120
|
+
};
|
|
121
|
+
const AssessmentIcon$1 = memo(AssessmentIcon);
|
|
106
122
|
export {
|
|
107
|
-
|
|
123
|
+
AssessmentIcon$1 as default
|
|
108
124
|
};
|
package/icons/Context.js
CHANGED
|
@@ -1,72 +1,86 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
import { I as
|
|
3
|
-
import { Stack
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import { C as
|
|
8
|
-
import { g as
|
|
9
|
-
import { memo
|
|
10
|
-
import { u as
|
|
11
|
-
const
|
|
12
|
-
annotations
|
|
13
|
-
value
|
|
14
|
-
counters
|
|
15
|
-
disableTooltip
|
|
16
|
-
showExtraIcon
|
|
17
|
-
ubiquitous
|
|
18
|
-
...
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { I as Icon } from "../iconify-CXMreGTg.js";
|
|
3
|
+
import { Stack, Divider } from "@mui/material";
|
|
4
|
+
import AnnotationEntry from "../components/AnnotationEntry.js";
|
|
5
|
+
import CountBadge from "../components/CountBadge.js";
|
|
6
|
+
import Iconified from "../components/display/icons/Iconified.js";
|
|
7
|
+
import { C as CluePopupContext } from "../AnnotationPreview-Dmz7taAU.js";
|
|
8
|
+
import { g as groupBy } from "../groupBy-xqz-n0Vd.js";
|
|
9
|
+
import { memo, useRef, useMemo, useEffect } from "react";
|
|
10
|
+
import { u as useContextSelector } from "../index-AMfoEg_6.js";
|
|
11
|
+
const ContextIcon = ({
|
|
12
|
+
annotations,
|
|
13
|
+
value,
|
|
14
|
+
counters = true,
|
|
15
|
+
disableTooltip = false,
|
|
16
|
+
showExtraIcon = false,
|
|
17
|
+
ubiquitous = false,
|
|
18
|
+
...otherProps
|
|
19
19
|
}) => {
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
() =>
|
|
25
|
-
[
|
|
20
|
+
const showInfo = useContextSelector(CluePopupContext, (state) => state.showInfo);
|
|
21
|
+
const closeInfo = useContextSelector(CluePopupContext, (state) => state.closeInfo);
|
|
22
|
+
const anchorRef = useRef();
|
|
23
|
+
const contextAnnotations = useMemo(
|
|
24
|
+
() => annotations.filter((annotation) => annotation.type === "context" && annotation.ubiquitous === ubiquitous),
|
|
25
|
+
[annotations, ubiquitous]
|
|
26
26
|
);
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
const additionalIcons = useMemo(
|
|
28
|
+
() => contextAnnotations.filter((annotation) => annotation.icon || annotation.analytic_icon),
|
|
29
|
+
[contextAnnotations]
|
|
30
|
+
);
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
if (disableTooltip) {
|
|
33
|
+
closeInfo("context", value);
|
|
34
|
+
}
|
|
35
|
+
}, [disableTooltip]);
|
|
36
|
+
if ((contextAnnotations == null ? void 0 : contextAnnotations.length) < 1) {
|
|
30
37
|
return null;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
38
|
+
}
|
|
39
|
+
const icons = [];
|
|
40
|
+
if (additionalIcons.length) {
|
|
41
|
+
Object.entries(groupBy(additionalIcons, (annotation) => annotation.icon || annotation.analytic_icon)).forEach(
|
|
42
|
+
([icon, _annotations]) => icons.push(
|
|
43
|
+
/* @__PURE__ */ jsx(
|
|
44
|
+
"span",
|
|
45
|
+
{
|
|
46
|
+
ref: anchorRef,
|
|
47
|
+
style: { display: "flex" },
|
|
48
|
+
onMouseOver: disableTooltip ? void 0 : () => showInfo("context", anchorRef.current, value, {
|
|
49
|
+
content: /* @__PURE__ */ jsx(
|
|
50
|
+
Stack,
|
|
51
|
+
{
|
|
52
|
+
onClick: (e) => e.stopPropagation(),
|
|
53
|
+
spacing: 1,
|
|
54
|
+
divider: /* @__PURE__ */ jsx(Divider, { flexItem: true, orientation: "horizontal" }),
|
|
55
|
+
children: _annotations.map((annotation) => /* @__PURE__ */ jsx(AnnotationEntry, { annotation }, JSON.stringify(annotation)))
|
|
56
|
+
}
|
|
57
|
+
)
|
|
58
|
+
}),
|
|
59
|
+
onMouseLeave: disableTooltip ? void 0 : () => closeInfo("context", value),
|
|
60
|
+
children: /* @__PURE__ */ jsx(
|
|
61
|
+
Icon,
|
|
42
62
|
{
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
63
|
+
icon,
|
|
64
|
+
fontSize: otherProps.fontSize ?? "1.25em",
|
|
65
|
+
style: { filter: "drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4))", ...otherProps.style ?? {} },
|
|
66
|
+
...otherProps
|
|
47
67
|
}
|
|
48
68
|
)
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
w,
|
|
53
|
-
{
|
|
54
|
-
icon: e,
|
|
55
|
-
fontSize: r.fontSize ?? "1.25em",
|
|
56
|
-
style: { filter: "drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4))", ...r.style ?? {} },
|
|
57
|
-
...r
|
|
58
|
-
}
|
|
59
|
-
)
|
|
60
|
-
},
|
|
61
|
-
e
|
|
69
|
+
},
|
|
70
|
+
icon
|
|
71
|
+
)
|
|
62
72
|
)
|
|
63
|
-
)
|
|
64
|
-
|
|
65
|
-
const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
73
|
+
);
|
|
74
|
+
}
|
|
75
|
+
const additionalSize = contextAnnotations.length - additionalIcons.length;
|
|
76
|
+
if (additionalSize > 0 && showExtraIcon) {
|
|
77
|
+
icons.push(
|
|
78
|
+
/* @__PURE__ */ jsx(CountBadge, { disabled: !counters, count: additionalSize, children: /* @__PURE__ */ jsx(Iconified, { icon: "ic:baseline-newspaper", style: { zIndex: 2, ...otherProps.style ?? {} } }) }, "extra")
|
|
79
|
+
);
|
|
80
|
+
}
|
|
81
|
+
return /* @__PURE__ */ jsx(Stack, { direction: "row", spacing: 1, children: icons });
|
|
82
|
+
};
|
|
83
|
+
const ContextIcon$1 = memo(ContextIcon);
|
|
70
84
|
export {
|
|
71
|
-
|
|
85
|
+
ContextIcon$1 as default
|
|
72
86
|
};
|