@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
package/icons/Action.js
CHANGED
|
@@ -1,90 +1,73 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { I
|
|
3
|
-
import { useTheme, Stack, Divider, Typography } from "@mui/material";
|
|
4
|
-
import
|
|
5
|
-
import { C as
|
|
6
|
-
import { u as
|
|
7
|
-
import { g as
|
|
8
|
-
import { memo, useRef, useMemo, useEffect } from "react";
|
|
9
|
-
import { u as
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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]
|
|
1
|
+
import { jsx as e, jsxs as z } from "react/jsx-runtime";
|
|
2
|
+
import { I } from "../iconify-BBckr5AQ.js";
|
|
3
|
+
import { useTheme as j, Stack as i, Divider as l, Typography as C } from "@mui/material";
|
|
4
|
+
import R from "../components/CountBadge.js";
|
|
5
|
+
import { C as v } from "../AnnotationPreview-jzZvkCxJ.js";
|
|
6
|
+
import { u as B } from "../ActionForm-DlOXqMUx.js";
|
|
7
|
+
import { g as D } from "../groupBy-br8xmD2R.js";
|
|
8
|
+
import { memo as L, useRef as A, useMemo as s, useEffect as O } from "react";
|
|
9
|
+
import { u as M } from "../index-Dj5C04IX.js";
|
|
10
|
+
const k = ({ result: o }) => /* @__PURE__ */ z(i, { p: 1, children: [
|
|
11
|
+
/* @__PURE__ */ e(C, { variant: "body1", children: o.action.name }),
|
|
12
|
+
/* @__PURE__ */ e(C, { variant: "caption", color: "text.secondary", children: o.summary })
|
|
13
|
+
] }), b = ({ value: o, counters: f = !0, disableTooltip: c = !1, ...d }) => {
|
|
14
|
+
const p = j(), h = M(v, (t) => t.showInfo), a = M(v, (t) => t.closeInfo), y = A(), g = A(), { getActionResults: x } = B(), n = s(
|
|
15
|
+
() => x(o.type, o.value, o.classification),
|
|
16
|
+
[x, o.classification, o.type, o.value]
|
|
26
17
|
);
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
const
|
|
38
|
-
return /* @__PURE__ */
|
|
39
|
-
}, [
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
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(
|
|
18
|
+
O(() => {
|
|
19
|
+
c && a("context", o);
|
|
20
|
+
}, [c]);
|
|
21
|
+
const [m, u] = s(() => {
|
|
22
|
+
const t = D(n, (r) => r.outcome);
|
|
23
|
+
return [t.success ?? [], t.failure ?? []];
|
|
24
|
+
}, [n]), S = s(() => {
|
|
25
|
+
const t = m.map((r) => /* @__PURE__ */ e(k, { result: r }, r.actionId));
|
|
26
|
+
return /* @__PURE__ */ e(i, { spacing: 1, divider: /* @__PURE__ */ e(l, { flexItem: !0, orientation: "horizontal" }), children: t });
|
|
27
|
+
}, [m]), w = s(() => {
|
|
28
|
+
const t = u.map((r) => /* @__PURE__ */ e(k, { result: r }, r.summary));
|
|
29
|
+
return /* @__PURE__ */ e(i, { spacing: 1, divider: /* @__PURE__ */ e(l, { flexItem: !0, orientation: "horizontal" }), children: t });
|
|
30
|
+
}, [u]);
|
|
31
|
+
return (n == null ? void 0 : n.length) < 1 ? null : /* @__PURE__ */ z(i, { direction: "row", spacing: 1, children: [
|
|
32
|
+
/* @__PURE__ */ e(l, { flexItem: !0, orientation: "vertical" }),
|
|
33
|
+
m.length > 0 && /* @__PURE__ */ e(
|
|
50
34
|
"span",
|
|
51
35
|
{
|
|
52
|
-
ref:
|
|
36
|
+
ref: y,
|
|
53
37
|
style: { display: "flex" },
|
|
54
|
-
onMouseOver:
|
|
55
|
-
onMouseLeave:
|
|
56
|
-
children: /* @__PURE__ */
|
|
57
|
-
|
|
38
|
+
onMouseOver: c ? void 0 : () => h("actionResults", y.current, o, { content: S }),
|
|
39
|
+
onMouseLeave: c ? void 0 : () => a("actionResults", o),
|
|
40
|
+
children: /* @__PURE__ */ e(R, { disabled: !f, count: n.filter((t) => t.outcome === "success").length, children: /* @__PURE__ */ e(
|
|
41
|
+
I,
|
|
58
42
|
{
|
|
59
43
|
icon: "material-symbols:bookmark-check-rounded",
|
|
60
|
-
color:
|
|
44
|
+
color: p.palette.success.main,
|
|
61
45
|
fontSize: "1.5em",
|
|
62
|
-
...
|
|
46
|
+
...d
|
|
63
47
|
}
|
|
64
48
|
) })
|
|
65
49
|
}
|
|
66
50
|
),
|
|
67
|
-
|
|
51
|
+
u.length > 0 && /* @__PURE__ */ e(
|
|
68
52
|
"span",
|
|
69
53
|
{
|
|
70
|
-
ref:
|
|
54
|
+
ref: g,
|
|
71
55
|
style: { display: "flex" },
|
|
72
|
-
onMouseOver:
|
|
73
|
-
onMouseLeave:
|
|
74
|
-
children: /* @__PURE__ */
|
|
75
|
-
|
|
56
|
+
onMouseOver: c ? void 0 : () => h("actionResults", g.current, o, { content: w }),
|
|
57
|
+
onMouseLeave: c ? void 0 : () => a("actionResults", o),
|
|
58
|
+
children: /* @__PURE__ */ e(R, { disabled: !f, count: n.filter((t) => t.outcome === "failure").length, children: /* @__PURE__ */ e(
|
|
59
|
+
I,
|
|
76
60
|
{
|
|
77
61
|
icon: "material-symbols:cancel-presentation-rounded",
|
|
78
|
-
color:
|
|
62
|
+
color: p.palette.error.main,
|
|
79
63
|
fontSize: "1.5em",
|
|
80
|
-
...
|
|
64
|
+
...d
|
|
81
65
|
}
|
|
82
66
|
) })
|
|
83
67
|
}
|
|
84
68
|
)
|
|
85
69
|
] });
|
|
86
|
-
};
|
|
87
|
-
const ActionIcon$1 = memo(ActionIcon);
|
|
70
|
+
}, P = L(b);
|
|
88
71
|
export {
|
|
89
|
-
|
|
72
|
+
P as default
|
|
90
73
|
};
|
package/icons/Assessment.js
CHANGED
|
@@ -1,124 +1,108 @@
|
|
|
1
|
-
import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { I as
|
|
3
|
-
import { useTheme, Stack, Chip, Divider, Grid, Tooltip } from "@mui/material";
|
|
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, useRef, useState, useMemo, useEffect } from "react";
|
|
12
|
-
import { u as
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
[annotations, ubiquitous]
|
|
22
|
-
);
|
|
23
|
-
const sortedAssessments = useMemo(
|
|
24
|
-
() => Object.entries(groupBy(assessmentAnnotations, "value")).map(([_value, _annotations]) => [
|
|
25
|
-
_value,
|
|
26
|
-
sumBy(_annotations, "quantity")
|
|
1
|
+
import { jsxs as b, Fragment as k, jsx as s } from "react/jsx-runtime";
|
|
2
|
+
import { I as l } from "../iconify-BBckr5AQ.js";
|
|
3
|
+
import { useTheme as j, Stack as y, Chip as I, Divider as q, Grid as C, Tooltip as A } from "@mui/material";
|
|
4
|
+
import z from "../components/CountBadge.js";
|
|
5
|
+
import { C as w } from "../AnnotationPreview-jzZvkCxJ.js";
|
|
6
|
+
import { g as O } from "../groupBy-br8xmD2R.js";
|
|
7
|
+
import { l as P } from "../last-7CdUxN0r.js";
|
|
8
|
+
import { m as L } from "../maxBy-Bc0dYHcO.js";
|
|
9
|
+
import { s as R } from "../sortBy-DY2JBf9n.js";
|
|
10
|
+
import { s as W } from "../sumBy-DuMASLPd.js";
|
|
11
|
+
import { memo as D, useRef as E, useState as F, useMemo as d, useEffect as G } from "react";
|
|
12
|
+
import { u as S } from "../index-Dj5C04IX.js";
|
|
13
|
+
const H = ({ annotations: u, value: i, counters: f = !0, disableTooltip: r = !1, ubiquitous: h = !1, ...v }) => {
|
|
14
|
+
const t = j(), g = S(w, (e) => e.showInfo), x = S(w, (e) => e.closeInfo), c = E(), [$, B] = F(!1), o = d(
|
|
15
|
+
() => u.filter((e) => (e == null ? void 0 : e.type) === "assessment" && (e == null ? void 0 : e.ubiquitous) === h),
|
|
16
|
+
[u, h]
|
|
17
|
+
), m = d(
|
|
18
|
+
() => Object.entries(O(o, "value")).map(([e, p]) => [
|
|
19
|
+
e,
|
|
20
|
+
W(p, "quantity")
|
|
27
21
|
]),
|
|
28
|
-
[
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
setShowTooltip(false);
|
|
34
|
-
}
|
|
35
|
-
}, [disableTooltip]);
|
|
36
|
-
if ((assessmentAnnotations == null ? void 0 : assessmentAnnotations.length) < 1) {
|
|
22
|
+
[o]
|
|
23
|
+
), n = d(() => L(m, P), [m]);
|
|
24
|
+
if (G(() => {
|
|
25
|
+
r && B(!1);
|
|
26
|
+
}, [r]), (o == null ? void 0 : o.length) < 1)
|
|
37
27
|
return null;
|
|
38
|
-
|
|
39
|
-
const tooltipProps = {
|
|
28
|
+
const M = {
|
|
40
29
|
tooltip: {
|
|
41
30
|
sx: {
|
|
42
31
|
maxWidth: "500px",
|
|
43
|
-
backgroundColor:
|
|
44
|
-
border: `thin solid ${
|
|
32
|
+
backgroundColor: t.palette.background.paper,
|
|
33
|
+
border: `thin solid ${t.palette.divider}`,
|
|
45
34
|
p: 1,
|
|
46
|
-
boxShadow:
|
|
35
|
+
boxShadow: t.shadows[2]
|
|
47
36
|
}
|
|
48
37
|
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
Chip,
|
|
38
|
+
}, a = /* @__PURE__ */ b(y, { spacing: 1, onClick: (e) => e.stopPropagation(), children: [
|
|
39
|
+
o.length > 1 && /* @__PURE__ */ b(k, { children: [
|
|
40
|
+
/* @__PURE__ */ s(y, { direction: "row", children: m.map(([e, p]) => /* @__PURE__ */ s(
|
|
41
|
+
I,
|
|
54
42
|
{
|
|
55
43
|
size: "small",
|
|
56
44
|
variant: "outlined",
|
|
57
|
-
label: `${
|
|
58
|
-
icon: /* @__PURE__ */
|
|
59
|
-
|
|
45
|
+
label: `${e}: ${p}`,
|
|
46
|
+
icon: /* @__PURE__ */ s(
|
|
47
|
+
l,
|
|
60
48
|
{
|
|
61
|
-
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
49
|
+
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e) ? "healthicons:hazardous" : "fluent-mdl2:ribbon-solid"
|
|
62
50
|
}
|
|
63
51
|
),
|
|
64
|
-
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
52
|
+
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e) ? "error" : "success"
|
|
65
53
|
},
|
|
66
|
-
|
|
54
|
+
e
|
|
67
55
|
)) }),
|
|
68
|
-
/* @__PURE__ */
|
|
56
|
+
/* @__PURE__ */ s(q, { orientation: "horizontal", flexItem: !0 })
|
|
69
57
|
] }),
|
|
70
|
-
/* @__PURE__ */
|
|
71
|
-
|
|
58
|
+
/* @__PURE__ */ s(
|
|
59
|
+
C,
|
|
72
60
|
{
|
|
73
61
|
sx: {
|
|
74
|
-
mt:
|
|
75
|
-
ml: `${
|
|
62
|
+
mt: o.length < 2 && `${t.spacing(-0.5)} !important`,
|
|
63
|
+
ml: `${t.spacing(-0.5)} !important`
|
|
76
64
|
},
|
|
77
|
-
container:
|
|
65
|
+
container: !0,
|
|
78
66
|
spacing: 0.5,
|
|
79
67
|
maxWidth: "500px",
|
|
80
|
-
children:
|
|
81
|
-
|
|
68
|
+
children: R(o, "value").map((e) => /* @__PURE__ */ s(C, { item: !0, children: /* @__PURE__ */ s(
|
|
69
|
+
I,
|
|
82
70
|
{
|
|
83
71
|
size: "small",
|
|
84
72
|
variant: "outlined",
|
|
85
|
-
label:
|
|
86
|
-
icon: /* @__PURE__ */
|
|
87
|
-
|
|
73
|
+
label: e.analytic + (e.quantity > 1 ? ` (x${e.quantity})` : ""),
|
|
74
|
+
icon: /* @__PURE__ */ s(
|
|
75
|
+
l,
|
|
88
76
|
{
|
|
89
|
-
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
77
|
+
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e.value) ? "healthicons:hazardous" : "fluent-mdl2:ribbon-solid"
|
|
90
78
|
}
|
|
91
79
|
),
|
|
92
|
-
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
80
|
+
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e.value) ? "error" : "success"
|
|
93
81
|
}
|
|
94
|
-
) },
|
|
82
|
+
) }, e.analytic + e.value))
|
|
95
83
|
}
|
|
96
84
|
)
|
|
97
85
|
] });
|
|
98
|
-
|
|
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(
|
|
86
|
+
return ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(n[0]) ? /* @__PURE__ */ s(
|
|
111
87
|
"span",
|
|
112
88
|
{
|
|
113
|
-
ref:
|
|
89
|
+
ref: c,
|
|
114
90
|
style: { display: "flex" },
|
|
115
|
-
onMouseOver:
|
|
116
|
-
onMouseLeave:
|
|
117
|
-
children: /* @__PURE__ */
|
|
91
|
+
onMouseOver: r ? void 0 : () => g("assessment", c.current, i, { content: a }),
|
|
92
|
+
onMouseLeave: r ? void 0 : () => x("assessment", i),
|
|
93
|
+
children: /* @__PURE__ */ s(z, { disabled: !f, color: "error", count: n[1], children: /* @__PURE__ */ s(l, { fontSize: "1.5em", ...v, icon: "healthicons:hazardous", color: t.palette.error.main }) })
|
|
94
|
+
}
|
|
95
|
+
) : /* @__PURE__ */ s(
|
|
96
|
+
"span",
|
|
97
|
+
{
|
|
98
|
+
ref: c,
|
|
99
|
+
style: { display: "flex" },
|
|
100
|
+
onMouseOver: r ? void 0 : () => g("assessment", c.current, i, { content: a }),
|
|
101
|
+
onMouseLeave: r ? void 0 : () => x("assessment", i),
|
|
102
|
+
children: /* @__PURE__ */ s(A, { disableInteractive: !0, componentsProps: M, open: $, title: a, children: /* @__PURE__ */ s(z, { disabled: !f, count: n[1], children: /* @__PURE__ */ s(l, { fontSize: "1.5em", ...v, icon: "fluent-mdl2:ribbon-solid", color: t.palette.success.main }) }) })
|
|
118
103
|
}
|
|
119
104
|
);
|
|
120
|
-
};
|
|
121
|
-
const AssessmentIcon$1 = memo(AssessmentIcon);
|
|
105
|
+
}, se = D(H);
|
|
122
106
|
export {
|
|
123
|
-
|
|
107
|
+
se as default
|
|
124
108
|
};
|
package/icons/Context.js
CHANGED
|
@@ -1,86 +1,72 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { I as
|
|
3
|
-
import { Stack, Divider } from "@mui/material";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import { C as
|
|
8
|
-
import { g as
|
|
9
|
-
import { memo, useRef, useMemo, useEffect } from "react";
|
|
10
|
-
import { u as
|
|
11
|
-
const
|
|
12
|
-
annotations,
|
|
13
|
-
value,
|
|
14
|
-
counters =
|
|
15
|
-
disableTooltip =
|
|
16
|
-
showExtraIcon =
|
|
17
|
-
ubiquitous =
|
|
18
|
-
...
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import { I as w } from "../iconify-BBckr5AQ.js";
|
|
3
|
+
import { Stack as u, Divider as z } from "@mui/material";
|
|
4
|
+
import v from "../components/AnnotationEntry.js";
|
|
5
|
+
import E from "../components/CountBadge.js";
|
|
6
|
+
import M from "../components/display/icons/Iconified.js";
|
|
7
|
+
import { C as x } from "../AnnotationPreview-jzZvkCxJ.js";
|
|
8
|
+
import { g as O } from "../groupBy-br8xmD2R.js";
|
|
9
|
+
import { memo as j, useRef as k, useMemo as h, useEffect as B } from "react";
|
|
10
|
+
import { u as g } from "../index-Dj5C04IX.js";
|
|
11
|
+
const R = ({
|
|
12
|
+
annotations: l,
|
|
13
|
+
value: c,
|
|
14
|
+
counters: y = !0,
|
|
15
|
+
disableTooltip: n = !1,
|
|
16
|
+
showExtraIcon: I = !1,
|
|
17
|
+
ubiquitous: m = !1,
|
|
18
|
+
...r
|
|
19
19
|
}) => {
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
() =>
|
|
25
|
-
[
|
|
20
|
+
const C = g(x, (e) => e.showInfo), p = g(x, (e) => e.closeInfo), a = k(), t = h(
|
|
21
|
+
() => l.filter((e) => e.type === "context" && e.ubiquitous === m),
|
|
22
|
+
[l, m]
|
|
23
|
+
), s = h(
|
|
24
|
+
() => t.filter((e) => e.icon || e.analytic_icon),
|
|
25
|
+
[t]
|
|
26
26
|
);
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
);
|
|
31
|
-
useEffect(() => {
|
|
32
|
-
if (disableTooltip) {
|
|
33
|
-
closeInfo("context", value);
|
|
34
|
-
}
|
|
35
|
-
}, [disableTooltip]);
|
|
36
|
-
if ((contextAnnotations == null ? void 0 : contextAnnotations.length) < 1) {
|
|
27
|
+
if (B(() => {
|
|
28
|
+
n && p("context", c);
|
|
29
|
+
}, [n]), (t == null ? void 0 : t.length) < 1)
|
|
37
30
|
return null;
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
{
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
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,
|
|
31
|
+
const f = [];
|
|
32
|
+
s.length && Object.entries(O(s, (e) => e.icon || e.analytic_icon)).forEach(
|
|
33
|
+
([e, S]) => f.push(
|
|
34
|
+
/* @__PURE__ */ o(
|
|
35
|
+
"span",
|
|
36
|
+
{
|
|
37
|
+
ref: a,
|
|
38
|
+
style: { display: "flex" },
|
|
39
|
+
onMouseOver: n ? void 0 : () => C("context", a.current, c, {
|
|
40
|
+
content: /* @__PURE__ */ o(
|
|
41
|
+
u,
|
|
62
42
|
{
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
43
|
+
onClick: (i) => i.stopPropagation(),
|
|
44
|
+
spacing: 1,
|
|
45
|
+
divider: /* @__PURE__ */ o(z, { flexItem: !0, orientation: "horizontal" }),
|
|
46
|
+
children: S.map((i) => /* @__PURE__ */ o(v, { annotation: i }, JSON.stringify(i)))
|
|
67
47
|
}
|
|
68
48
|
)
|
|
69
|
-
},
|
|
70
|
-
|
|
71
|
-
|
|
49
|
+
}),
|
|
50
|
+
onMouseLeave: n ? void 0 : () => p("context", c),
|
|
51
|
+
children: /* @__PURE__ */ o(
|
|
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
|
|
72
62
|
)
|
|
73
|
-
)
|
|
74
|
-
|
|
75
|
-
const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
return /* @__PURE__ */ jsx(Stack, { direction: "row", spacing: 1, children: icons });
|
|
82
|
-
};
|
|
83
|
-
const ContextIcon$1 = memo(ContextIcon);
|
|
63
|
+
)
|
|
64
|
+
);
|
|
65
|
+
const d = t.length - s.length;
|
|
66
|
+
return d > 0 && I && f.push(
|
|
67
|
+
/* @__PURE__ */ o(E, { disabled: !y, count: d, children: /* @__PURE__ */ o(M, { icon: "ic:baseline-newspaper", style: { zIndex: 2, ...r.style ?? {} } }) }, "extra")
|
|
68
|
+
), /* @__PURE__ */ o(u, { direction: "row", spacing: 1, children: f });
|
|
69
|
+
}, G = j(R);
|
|
84
70
|
export {
|
|
85
|
-
|
|
71
|
+
G as default
|
|
86
72
|
};
|