@cccsaurora/clue-ui 1.0.1-dev.70 → 1.0.2-patch.38
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-Sw7D-KOE.js +340 -0
- package/AnnotationDetails-BoX61_IF.js +160 -0
- package/AnnotationPreview-dYinoSA9.js +140 -0
- package/ClueEnrichContext-CvCIPOMC.js +412 -0
- package/FlexOne-BXWFOd1T.js +6 -0
- package/_Map-DXNg_Z-q.js +54 -0
- package/_MapCache-Cu25RRDU.js +129 -0
- package/_Uint8Array-DlJCtTvG.js +102 -0
- package/_baseAssignValue-CUmzp727.js +20 -0
- package/_baseClone-BlMmRXeX.js +208 -0
- package/_baseExtremum-P_0akmCi.js +27 -0
- package/_baseFlatten-CN7vDNEQ.js +72 -0
- package/_baseGet-Dgf6_xCm.js +80 -0
- package/_baseIsEqual-Cpjtfb3Q.js +173 -0
- package/_baseIteratee-CP1bocOX.js +95 -0
- package/_baseSlice-M5RKzt1A.js +10 -0
- package/_baseSum-wEbgNeUs.js +10 -0
- package/_baseUniq-tMFmk80M.js +61 -0
- package/_commonjsHelpers-C6fGbg64.js +6 -0
- package/_createAggregator-B4Cav8ZM.js +53 -0
- package/_getPrototype-CHAFQYL_.js +5 -0
- package/_getTag-BV_UoLYG.js +90 -0
- package/cloneDeep-BPVpFBzJ.js +8 -0
- package/components/AnnotationBody.js +34 -49
- package/components/AnnotationDetailPopover.js +30 -36
- package/components/AnnotationDetails.js +6 -6
- package/components/AnnotationEntry.js +47 -50
- package/components/AnnotationPreview.js +5 -5
- package/components/ClassificationChip.js +23 -44
- package/components/CountBadge.js +26 -31
- package/components/EnrichedCard.js +92 -104
- package/components/EnrichedChip.js +109 -134
- package/components/EnrichedTypography.js +110 -136
- 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 +50 -64
- package/components/actions/ResultModal.js +34 -37
- package/components/actions/form/schemaAdapter.js +20 -39
- package/components/display/graph/ExpandMoreButton.js +10 -10
- package/components/display/graph/elements/NodeCard.js +76 -92
- package/components/display/graph/elements/NodeTag.js +13 -15
- package/components/display/graph/index.js +200 -258
- 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 +305 -407
- package/components/display/icons/Iconified.js +12 -27
- package/components/display/json/index.js +4 -4
- package/components/display/markdown/DynamicTabs.js +17 -22
- package/components/display/markdown/index.js +5674 -8531
- package/components/display/markdown/markdownPlugins/tabs.js +1 -1
- package/components/enrichment/EnrichPopover.js +47 -55
- package/components/fetchers/Fetcher.js +95 -123
- package/components/fetchers/PreviewModal.js +17 -20
- package/components/fetchers/StatusChip.js +18 -22
- 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 +28 -37
- package/countBy-DOutsa_w.js +8 -0
- package/data/event.js +4 -6
- package/database/index.js +2 -2
- package/debounce-DryYcbJ4.js +56 -0
- package/get-Bow1vKwx.js +8 -0
- package/groupBy-BheQYl6f.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/ClueEnrichContextType.d.ts +7 -0
- package/hooks/ClueFetcherContext.js +46 -74
- package/hooks/ClueGroupContext.js +14 -17
- package/hooks/CluePopupContext.js +5 -5
- package/hooks/ClueProvider.js +10 -12
- package/hooks/selectors.js +11 -22
- package/hooks/useAnnotations.js +29 -45
- package/hooks/useClue.js +4 -6
- package/hooks/useClueActions.js +3 -3
- package/hooks/useClueConfig.js +5 -5
- package/hooks/useClueTypeConfig.js +3 -3
- package/hooks/useComparator.js +435 -722
- package/hooks/useErrors.js +18 -22
- package/hooks/useMyHighlights.js +36 -66
- package/hooks/useMyLocalStorage.js +43 -63
- package/iconify-BBckr5AQ.js +1263 -0
- package/icons/Action.js +49 -66
- package/icons/Assessment.js +68 -84
- package/icons/Context.js +61 -75
- package/icons/Opinion.js +65 -77
- package/icons/iconMap.js +2 -2
- package/identity-ByMq8VxU.js +6 -0
- package/index-CnaCBNrd.js +358 -0
- package/index-E7g8cRyW.js +568 -0
- package/index-V7wwd05F.js +975 -0
- package/index-p5_wX7q1.js +11729 -0
- package/index-pQg5VUAZ.js +12734 -0
- package/isEmpty-g47Qir2A.js +21 -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.d.ts +3 -2
- package/main.js +62 -58
- package/package.json +1 -1
- package/sortBy-ITdmD17L.js +79 -0
- package/sumBy-DxJUU2E8.js +8 -0
- package/tabs-CgADNA57.js +195 -0
- package/text/Frequency.js +23 -42
- package/toFinite-BMy6GObD.js +14 -0
- package/toNumber-YVhnnJv4.js +31 -0
- package/types/config.d.ts +4 -1
- package/useClueTypeConfig-CneP98N_.js +2260 -0
- package/utils/chain.js +64 -91
- package/utils/classificationParser.d.ts +8 -8
- package/utils/classificationParser.js +257 -520
- 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 +29 -41
- package/utils/utils.js +9 -9
- package/utils/window.js +10 -21
- package/utils-CD0rFIFU.js +2704 -0
- package/ActionForm-D4ryHO0M.js +0 -436
- package/AnnotationDetails-YAPoqw3R.js +0 -175
- package/AnnotationPreview-DiQDjt9s.js +0 -188
- package/ClueEnrichContext-DIn6g8tw.js +0 -522
- package/FlexOne-BSYAhhtG.js +0 -9
- package/_Map-kgDsDYxq.js +0 -64
- package/_MapCache-DabaaWfq.js +0 -161
- package/_Uint8Array-BlVVH1tp.js +0 -129
- package/_baseAssignValue-CNbcU6Nb.js +0 -25
- package/_baseClone-D3a8Pa4T.js +0 -284
- package/_baseExtremum-B1o1zHjR.js +0 -33
- package/_baseFlatten-D4huXoEI.js +0 -92
- package/_baseGet-BSK_nnoz.js +0 -109
- package/_baseIsEqual-B5xLoweL.js +0 -238
- package/_baseIteratee-p6Nj07-n.js +0 -126
- package/_baseSlice-GAv_YFTT.js +0 -20
- package/_baseSum-D0WC1dN0.js +0 -13
- package/_baseUniq-CpupKWcL.js +0 -89
- package/_commonjsHelpers-CUmg6egw.js +0 -6
- package/_createAggregator-BpVy5xMi.js +0 -63
- package/_getPrototype-D1LAdQKO.js +0 -5
- package/_getTag-D3ToyefI.js +0 -126
- package/cloneDeep-CjP5k9zW.js +0 -8
- package/countBy-C69WslUA.js +0 -14
- package/debounce-bV0h5FC5.js +0 -92
- package/get-D3C3lEU3.js +0 -8
- package/groupBy-DC2oOuBN.js +0 -14
- package/iconify-CXMreGTg.js +0 -1782
- package/identity-CPGTqrE4.js +0 -6
- package/index-BDVjGvMI.js +0 -696
- package/index-BHPT3qoB.js +0 -1172
- package/index-BMxyILVD.js +0 -465
- package/index-BbPn6-Mw.js +0 -15750
- package/index-Dz1kF2MU.js +0 -17654
- package/isEmpty-BQkZubqU.js +0 -29
- 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/sortBy-B-UKp4GT.js +0 -100
- package/sumBy-MYkDPHZL.js +0 -8
- package/tabs-xGuUGsJd.js +0 -254
- package/toFinite-Bc55msYj.js +0 -16
- package/toNumber-DPxy1FBy.js +0 -39
- package/useClueTypeConfig-CH-nGq6a.js +0 -3184
- package/utils-Dr4wbKBZ.js +0 -4182
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-dYinoSA9.js";
|
|
6
|
+
import { u as B } from "../ActionForm-Sw7D-KOE.js";
|
|
7
|
+
import { g as D } from "../groupBy-BheQYl6f.js";
|
|
8
|
+
import { memo as L, useRef as A, useMemo as s, useEffect as O } from "react";
|
|
9
|
+
import { u as M } from "../index-E7g8cRyW.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,123 +1,107 @@
|
|
|
1
|
-
import { jsxs, jsx, Fragment } 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 { memo, useRef, useState, useMemo, useEffect } from "react";
|
|
11
|
-
import { u as
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
[annotations, ubiquitous]
|
|
21
|
-
);
|
|
22
|
-
const sortedAssessments = useMemo(
|
|
23
|
-
() => Object.entries(groupBy(assessmentAnnotations, "value")).map(([_value, _annotations]) => [
|
|
24
|
-
_value,
|
|
25
|
-
sumBy(_annotations, "quantity")
|
|
1
|
+
import { jsxs as b, jsx as s, Fragment as k } 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-dYinoSA9.js";
|
|
6
|
+
import { g as O } from "../groupBy-BheQYl6f.js";
|
|
7
|
+
import { l as P } from "../last-7CdUxN0r.js";
|
|
8
|
+
import { m as L, s as R } from "../sortBy-ITdmD17L.js";
|
|
9
|
+
import { s as W } from "../sumBy-DxJUU2E8.js";
|
|
10
|
+
import { memo as D, useRef as E, useState as F, useMemo as d, useEffect as G } from "react";
|
|
11
|
+
import { u as S } from "../index-E7g8cRyW.js";
|
|
12
|
+
const H = ({ annotations: u, value: i, counters: f = !0, disableTooltip: r = !1, ubiquitous: h = !1, ...v }) => {
|
|
13
|
+
const o = j(), g = S(w, (e) => e.showInfo), x = S(w, (e) => e.closeInfo), c = E(), [$, B] = F(!1), t = d(
|
|
14
|
+
() => u.filter((e) => (e == null ? void 0 : e.type) === "assessment" && (e == null ? void 0 : e.ubiquitous) === h),
|
|
15
|
+
[u, h]
|
|
16
|
+
), m = d(
|
|
17
|
+
() => Object.entries(O(t, "value")).map(([e, p]) => [
|
|
18
|
+
e,
|
|
19
|
+
W(p, "quantity")
|
|
26
20
|
]),
|
|
27
|
-
[
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
setShowTooltip(false);
|
|
33
|
-
}
|
|
34
|
-
}, [disableTooltip]);
|
|
35
|
-
if ((assessmentAnnotations == null ? void 0 : assessmentAnnotations.length) < 1) {
|
|
21
|
+
[t]
|
|
22
|
+
), n = d(() => L(m, P), [m]);
|
|
23
|
+
if (G(() => {
|
|
24
|
+
r && B(!1);
|
|
25
|
+
}, [r]), (t == null ? void 0 : t.length) < 1)
|
|
36
26
|
return null;
|
|
37
|
-
|
|
38
|
-
const tooltipProps = {
|
|
27
|
+
const M = {
|
|
39
28
|
tooltip: {
|
|
40
29
|
sx: {
|
|
41
30
|
maxWidth: "500px",
|
|
42
|
-
backgroundColor:
|
|
43
|
-
border: `thin solid ${
|
|
31
|
+
backgroundColor: o.palette.background.paper,
|
|
32
|
+
border: `thin solid ${o.palette.divider}`,
|
|
44
33
|
p: 1,
|
|
45
|
-
boxShadow:
|
|
34
|
+
boxShadow: o.shadows[2]
|
|
46
35
|
}
|
|
47
36
|
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
Chip,
|
|
37
|
+
}, a = /* @__PURE__ */ b(y, { spacing: 1, onClick: (e) => e.stopPropagation(), children: [
|
|
38
|
+
t.length > 1 && /* @__PURE__ */ b(k, { children: [
|
|
39
|
+
/* @__PURE__ */ s(y, { direction: "row", children: m.map(([e, p]) => /* @__PURE__ */ s(
|
|
40
|
+
I,
|
|
53
41
|
{
|
|
54
42
|
size: "small",
|
|
55
43
|
variant: "outlined",
|
|
56
|
-
label: `${
|
|
57
|
-
icon: /* @__PURE__ */
|
|
58
|
-
|
|
44
|
+
label: `${e}: ${p}`,
|
|
45
|
+
icon: /* @__PURE__ */ s(
|
|
46
|
+
l,
|
|
59
47
|
{
|
|
60
|
-
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
48
|
+
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e) ? "healthicons:hazardous" : "fluent-mdl2:ribbon-solid"
|
|
61
49
|
}
|
|
62
50
|
),
|
|
63
|
-
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
51
|
+
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e) ? "error" : "success"
|
|
64
52
|
},
|
|
65
|
-
|
|
53
|
+
e
|
|
66
54
|
)) }),
|
|
67
|
-
/* @__PURE__ */
|
|
55
|
+
/* @__PURE__ */ s(q, { orientation: "horizontal", flexItem: !0 })
|
|
68
56
|
] }),
|
|
69
|
-
/* @__PURE__ */
|
|
70
|
-
|
|
57
|
+
/* @__PURE__ */ s(
|
|
58
|
+
C,
|
|
71
59
|
{
|
|
72
60
|
sx: {
|
|
73
|
-
mt:
|
|
74
|
-
ml: `${
|
|
61
|
+
mt: t.length < 2 && `${o.spacing(-0.5)} !important`,
|
|
62
|
+
ml: `${o.spacing(-0.5)} !important`
|
|
75
63
|
},
|
|
76
|
-
container:
|
|
64
|
+
container: !0,
|
|
77
65
|
spacing: 0.5,
|
|
78
66
|
maxWidth: "500px",
|
|
79
|
-
children:
|
|
80
|
-
|
|
67
|
+
children: R(t, "value").map((e) => /* @__PURE__ */ s(C, { item: !0, children: /* @__PURE__ */ s(
|
|
68
|
+
I,
|
|
81
69
|
{
|
|
82
70
|
size: "small",
|
|
83
71
|
variant: "outlined",
|
|
84
|
-
label:
|
|
85
|
-
icon: /* @__PURE__ */
|
|
86
|
-
|
|
72
|
+
label: e.analytic + (e.quantity > 1 ? ` (x${e.quantity})` : ""),
|
|
73
|
+
icon: /* @__PURE__ */ s(
|
|
74
|
+
l,
|
|
87
75
|
{
|
|
88
|
-
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
76
|
+
icon: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e.value) ? "healthicons:hazardous" : "fluent-mdl2:ribbon-solid"
|
|
89
77
|
}
|
|
90
78
|
),
|
|
91
|
-
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(
|
|
79
|
+
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e.value) ? "error" : "success"
|
|
92
80
|
}
|
|
93
|
-
) },
|
|
81
|
+
) }, e.analytic + e.value))
|
|
94
82
|
}
|
|
95
83
|
)
|
|
96
84
|
] });
|
|
97
|
-
|
|
98
|
-
return /* @__PURE__ */ jsx(
|
|
99
|
-
"span",
|
|
100
|
-
{
|
|
101
|
-
ref: anchorRef,
|
|
102
|
-
style: { display: "flex" },
|
|
103
|
-
onMouseOver: disableTooltip ? void 0 : () => showInfo("assessment", anchorRef.current, value, { content: tooltipContent }),
|
|
104
|
-
onMouseLeave: disableTooltip ? void 0 : () => closeInfo("assessment", value),
|
|
105
|
-
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 }) })
|
|
106
|
-
}
|
|
107
|
-
);
|
|
108
|
-
}
|
|
109
|
-
return /* @__PURE__ */ jsx(
|
|
85
|
+
return ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(n[0]) ? /* @__PURE__ */ s(
|
|
110
86
|
"span",
|
|
111
87
|
{
|
|
112
|
-
ref:
|
|
88
|
+
ref: c,
|
|
113
89
|
style: { display: "flex" },
|
|
114
|
-
onMouseOver:
|
|
115
|
-
onMouseLeave:
|
|
116
|
-
children: /* @__PURE__ */
|
|
90
|
+
onMouseOver: r ? void 0 : () => g("assessment", c.current, i, { content: a }),
|
|
91
|
+
onMouseLeave: r ? void 0 : () => x("assessment", i),
|
|
92
|
+
children: /* @__PURE__ */ s(z, { disabled: !f, color: "error", count: n[1], children: /* @__PURE__ */ s(l, { fontSize: "1.5em", ...v, icon: "healthicons:hazardous", color: o.palette.error.main }) })
|
|
93
|
+
}
|
|
94
|
+
) : /* @__PURE__ */ s(
|
|
95
|
+
"span",
|
|
96
|
+
{
|
|
97
|
+
ref: c,
|
|
98
|
+
style: { display: "flex" },
|
|
99
|
+
onMouseOver: r ? void 0 : () => g("assessment", c.current, i, { content: a }),
|
|
100
|
+
onMouseLeave: r ? void 0 : () => x("assessment", i),
|
|
101
|
+
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: o.palette.success.main }) }) })
|
|
117
102
|
}
|
|
118
103
|
);
|
|
119
|
-
};
|
|
120
|
-
const AssessmentIcon$1 = memo(AssessmentIcon);
|
|
104
|
+
}, ee = D(H);
|
|
121
105
|
export {
|
|
122
|
-
|
|
106
|
+
ee as default
|
|
123
107
|
};
|
package/icons/Context.js
CHANGED
|
@@ -1,83 +1,69 @@
|
|
|
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-dYinoSA9.js";
|
|
8
|
+
import { g as O } from "../groupBy-BheQYl6f.js";
|
|
9
|
+
import { memo as j, useRef as k, useMemo as h, useEffect as B } from "react";
|
|
10
|
+
import { u as g } from "../index-E7g8cRyW.js";
|
|
11
|
+
const R = ({
|
|
12
|
+
annotations: l,
|
|
13
|
+
value: c,
|
|
14
|
+
counters: I = !0,
|
|
15
|
+
disableTooltip: n = !1,
|
|
16
|
+
showExtraIcon: y = !1,
|
|
17
|
+
ubiquitous: m = !1,
|
|
18
|
+
...r
|
|
19
19
|
}) => {
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
)
|
|
27
|
-
const additionalIcons = useMemo(() => contextAnnotations.filter((annotation) => annotation.icon), [contextAnnotations]);
|
|
28
|
-
useEffect(() => {
|
|
29
|
-
if (disableTooltip) {
|
|
30
|
-
closeInfo("context", value);
|
|
31
|
-
}
|
|
32
|
-
}, [disableTooltip]);
|
|
33
|
-
if ((contextAnnotations == null ? void 0 : contextAnnotations.length) < 1) {
|
|
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(() => t.filter((e) => e.icon), [t]);
|
|
24
|
+
if (B(() => {
|
|
25
|
+
n && p("context", c);
|
|
26
|
+
}, [n]), (t == null ? void 0 : t.length) < 1)
|
|
34
27
|
return null;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
{
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
content: /* @__PURE__ */ jsx(
|
|
47
|
-
Stack,
|
|
48
|
-
{
|
|
49
|
-
onClick: (e) => e.stopPropagation(),
|
|
50
|
-
spacing: 1,
|
|
51
|
-
divider: /* @__PURE__ */ jsx(Divider, { flexItem: true, orientation: "horizontal" }),
|
|
52
|
-
children: _annotations.map((annotation) => /* @__PURE__ */ jsx(AnnotationEntry, { annotation }, JSON.stringify(annotation)))
|
|
53
|
-
}
|
|
54
|
-
)
|
|
55
|
-
}),
|
|
56
|
-
onMouseLeave: disableTooltip ? void 0 : () => closeInfo("context", value),
|
|
57
|
-
children: /* @__PURE__ */ jsx(
|
|
58
|
-
Icon,
|
|
28
|
+
const f = [];
|
|
29
|
+
s.length && Object.entries(O(s, "icon")).forEach(
|
|
30
|
+
([e, S]) => f.push(
|
|
31
|
+
/* @__PURE__ */ o(
|
|
32
|
+
"span",
|
|
33
|
+
{
|
|
34
|
+
ref: a,
|
|
35
|
+
style: { display: "flex" },
|
|
36
|
+
onMouseOver: n ? void 0 : () => C("context", a.current, c, {
|
|
37
|
+
content: /* @__PURE__ */ o(
|
|
38
|
+
u,
|
|
59
39
|
{
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
40
|
+
onClick: (i) => i.stopPropagation(),
|
|
41
|
+
spacing: 1,
|
|
42
|
+
divider: /* @__PURE__ */ o(z, { flexItem: !0, orientation: "horizontal" }),
|
|
43
|
+
children: S.map((i) => /* @__PURE__ */ o(v, { annotation: i }, JSON.stringify(i)))
|
|
64
44
|
}
|
|
65
45
|
)
|
|
66
|
-
},
|
|
67
|
-
|
|
68
|
-
|
|
46
|
+
}),
|
|
47
|
+
onMouseLeave: n ? void 0 : () => p("context", c),
|
|
48
|
+
children: /* @__PURE__ */ o(
|
|
49
|
+
w,
|
|
50
|
+
{
|
|
51
|
+
icon: e,
|
|
52
|
+
fontSize: r.fontSize ?? "1.25em",
|
|
53
|
+
style: { filter: "drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4))", ...r.style ?? {} },
|
|
54
|
+
...r
|
|
55
|
+
}
|
|
56
|
+
)
|
|
57
|
+
},
|
|
58
|
+
e
|
|
69
59
|
)
|
|
70
|
-
)
|
|
71
|
-
|
|
72
|
-
const
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
return /* @__PURE__ */ jsx(Stack, { direction: "row", spacing: 1, children: icons });
|
|
79
|
-
};
|
|
80
|
-
const ContextIcon$1 = memo(ContextIcon);
|
|
60
|
+
)
|
|
61
|
+
);
|
|
62
|
+
const d = t.length - s.length;
|
|
63
|
+
return d > 0 && y && f.push(
|
|
64
|
+
/* @__PURE__ */ o(E, { disabled: !I, count: d, children: /* @__PURE__ */ o(M, { icon: "ic:baseline-newspaper", style: { zIndex: 2, ...r.style ?? {} } }) }, "extra")
|
|
65
|
+
), /* @__PURE__ */ o(u, { direction: "row", spacing: 1, children: f });
|
|
66
|
+
}, H = j(R);
|
|
81
67
|
export {
|
|
82
|
-
|
|
68
|
+
H as default
|
|
83
69
|
};
|