@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.
Files changed (183) hide show
  1. package/ActionForm-DlOXqMUx.js +4460 -0
  2. package/AnnotationDetails-Bk-p0F6h.js +160 -0
  3. package/AnnotationPreview-jzZvkCxJ.js +140 -0
  4. package/ClueEnrichContext-KqRuuWNS.js +418 -0
  5. package/FlexOne-BXWFOd1T.js +6 -0
  6. package/_MapCache-BiTi0iqu.js +180 -0
  7. package/_Uint8Array-BQNOM9Rr.js +101 -0
  8. package/_baseAssignValue-CNMLQZco.js +20 -0
  9. package/_baseClone-BnT-6pyM.js +207 -0
  10. package/_baseExtremum-Ca2EHgy2.js +16 -0
  11. package/_baseFlatten-Bfr_Molw.js +72 -0
  12. package/_baseGet-DSZygzyq.js +79 -0
  13. package/_baseIsEqual-VgvaAFZG.js +147 -0
  14. package/_baseIteratee-Dbfsw5z8.js +95 -0
  15. package/_baseSlice-M5RKzt1A.js +10 -0
  16. package/_baseSum-wEbgNeUs.js +10 -0
  17. package/_baseUniq-BJcj69PL.js +79 -0
  18. package/_commonjsHelpers-DaMA6jEr.js +8 -0
  19. package/_createAggregator-k3TuAnxT.js +53 -0
  20. package/_getPrototype-Cr1Mk7BC.js +5 -0
  21. package/_getTag-CK2Sffaq.js +90 -0
  22. package/_isIterateeCall-DkJP7Rbx.js +13 -0
  23. package/_setToArray-C7yMOeww.js +29 -0
  24. package/cloneDeep-CF8TtLHr.js +8 -0
  25. package/components/AnnotationBody.js +35 -49
  26. package/components/AnnotationDetailPopover.js +30 -36
  27. package/components/AnnotationDetails.js +7 -7
  28. package/components/AnnotationEntry.js +35 -35
  29. package/components/AnnotationPreview.js +5 -5
  30. package/components/ClassificationChip.js +23 -44
  31. package/components/CountBadge.js +26 -31
  32. package/components/EnrichedCard.js +97 -110
  33. package/components/EnrichedChip.js +105 -130
  34. package/components/EnrichedTypography.js +107 -133
  35. package/components/ErrorBoundary.js +24 -28
  36. package/components/RetryFailedEnrichments.js +9 -10
  37. package/components/SourcePicker.js +49 -57
  38. package/components/actions/ActionForm.js +4 -4
  39. package/components/actions/ExecutePopover.js +59 -75
  40. package/components/actions/ResultModal.js +4 -4
  41. package/components/actions/form/schemaAdapter.js +23 -39
  42. package/components/actions/formats/FileResult.js +59 -86
  43. package/components/actions/formats/index.js +10 -21
  44. package/components/display/graph/ExpandMoreButton.js +10 -10
  45. package/components/display/graph/elements/NodeCard.js +91 -111
  46. package/components/display/graph/elements/NodeTag.js +13 -15
  47. package/components/display/graph/index.js +202 -261
  48. package/components/display/graph/visualizations/Leaf.js +69 -88
  49. package/components/display/graph/visualizations/cloud/index.js +81 -98
  50. package/components/display/graph/visualizations/icons/BaseIcon.js +21 -26
  51. package/components/display/graph/visualizations/icons/BugIcon.js +12 -12
  52. package/components/display/graph/visualizations/icons/HostIcon.js +12 -12
  53. package/components/display/graph/visualizations/icons/NetworkIcon.js +12 -12
  54. package/components/display/graph/visualizations/icons/ProcessIcon.js +12 -12
  55. package/components/display/graph/visualizations/icons/TargetIcon.js +13 -13
  56. package/components/display/graph/visualizations/icons/index.js +13 -14
  57. package/components/display/graph/visualizations/panels/NodePanel.js +8 -10
  58. package/components/display/graph/visualizations/tree/BundleLine.js +81 -108
  59. package/components/display/graph/visualizations/tree/Triangle.js +13 -13
  60. package/components/display/graph/visualizations/tree/index.js +306 -408
  61. package/components/display/icons/Iconified.js +12 -27
  62. package/components/display/json/index.js +4 -4
  63. package/components/display/markdown/index.js +5770 -8678
  64. package/components/enrichment/EnrichPopover.js +46 -54
  65. package/components/fetchers/Fetcher.js +119 -158
  66. package/components/fetchers/PreviewModal.js +17 -20
  67. package/components/fetchers/StatusChip.js +17 -21
  68. package/components/group/Entry.js +11 -13
  69. package/components/group/Group.js +10 -13
  70. package/components/group/GroupControl.js +65 -76
  71. package/components/stats/QueryStatus.js +33 -43
  72. package/countBy-CdYegFSu.js +8 -0
  73. package/data/event.js +4 -6
  74. package/database/index.js +2 -2
  75. package/debounce-DryYcbJ4.js +56 -0
  76. package/get-CH7kz5Ix.js +8 -0
  77. package/groupBy-br8xmD2R.js +8 -0
  78. package/hooks/ClueActionContext.js +6 -6
  79. package/hooks/ClueComponentContext.js +23 -29
  80. package/hooks/ClueConfigProvider.js +12 -14
  81. package/hooks/ClueDatabaseContext.js +13 -19
  82. package/hooks/ClueEnrichContext.js +8 -8
  83. package/hooks/ClueFetcherContext.js +56 -83
  84. package/hooks/ClueGroupContext.js +14 -17
  85. package/hooks/CluePopupContext.js +5 -5
  86. package/hooks/ClueProvider.js +10 -12
  87. package/hooks/selectors.js +7 -7
  88. package/hooks/useActionResult.js +2 -2
  89. package/hooks/useAnnotations.js +31 -47
  90. package/hooks/useClue.js +4 -6
  91. package/hooks/useClueActions.js +3 -3
  92. package/hooks/useClueConfig.js +4 -6
  93. package/hooks/useClueTypeConfig.js +3 -3
  94. package/hooks/useComparator.js +435 -722
  95. package/hooks/useErrors.js +18 -22
  96. package/hooks/useFetcherResult.js +24 -33
  97. package/hooks/useMyHighlights.js +36 -66
  98. package/hooks/useMyLocalStorage.js +37 -66
  99. package/iconify-BBckr5AQ.js +1263 -0
  100. package/icons/Action.js +49 -66
  101. package/icons/Assessment.js +69 -85
  102. package/icons/Context.js +63 -77
  103. package/icons/Opinion.js +60 -76
  104. package/icons/iconMap.js +2 -2
  105. package/identity-ByMq8VxU.js +6 -0
  106. package/index-BHAe_V9n.js +12768 -0
  107. package/index-BK-zfYhR.js +358 -0
  108. package/index-CA5CUNZO.js +975 -0
  109. package/index-Dj5C04IX.js +568 -0
  110. package/index-p5_wX7q1.js +11729 -0
  111. package/isNil-CjWwlQS3.js +6 -0
  112. package/isObject-B53jY8Qg.js +7 -0
  113. package/isObjectLike-BatpeCIi.js +29 -0
  114. package/isSymbol-C3_SC0Qp.js +8 -0
  115. package/last-7CdUxN0r.js +7 -0
  116. package/main.js +60 -60
  117. package/maxBy-Bc0dYHcO.js +8 -0
  118. package/package.json +1 -1
  119. package/sortBy-DY2JBf9n.js +75 -0
  120. package/sumBy-DuMASLPd.js +8 -0
  121. package/text/Frequency.js +23 -42
  122. package/toFinite-BMy6GObD.js +14 -0
  123. package/toNumber-YVhnnJv4.js +31 -0
  124. package/useClueTypeConfig-Ct9Ygter.js +2292 -0
  125. package/utils/chain.js +65 -92
  126. package/utils/classificationParser.js +256 -519
  127. package/utils/constants.js +10 -35
  128. package/utils/graph.js +45 -72
  129. package/utils/hashUtil.js +7 -7
  130. package/utils/line.js +81 -131
  131. package/utils/loggerUtil.js +3 -5
  132. package/utils/sessionStorage.js +27 -41
  133. package/utils/time.js +423 -423
  134. package/utils/utils.js +9 -9
  135. package/utils/window.js +10 -21
  136. package/utils-DmwSUrum.js +129 -0
  137. package/ActionForm-uDp92tN2.js +0 -5941
  138. package/AnnotationDetails-DGYfOiWm.js +0 -175
  139. package/AnnotationPreview-bHObsb3P.js +0 -188
  140. package/ClueEnrichContext-CJEJxrgs.js +0 -541
  141. package/FlexOne-BSYAhhtG.js +0 -9
  142. package/_MapCache-WmuDdwuH.js +0 -222
  143. package/_Uint8Array-B7JqpgFX.js +0 -128
  144. package/_baseAssignValue-CGTuELqU.js +0 -25
  145. package/_baseClone-CkNrTyhm.js +0 -283
  146. package/_baseExtremum-kob8QXyt.js +0 -18
  147. package/_baseFlatten-jIR_sN_-.js +0 -92
  148. package/_baseGet-Bx3A4Qfp.js +0 -108
  149. package/_baseIsEqual-C5OTWzTk.js +0 -208
  150. package/_baseIteratee-avi7MX2o.js +0 -126
  151. package/_baseSlice-GAv_YFTT.js +0 -20
  152. package/_baseSum-D0WC1dN0.js +0 -13
  153. package/_baseUniq-BI9GIHMF.js +0 -115
  154. package/_commonjsHelpers-DWwsNxpa.js +0 -8
  155. package/_createAggregator-QD8MzKwe.js +0 -63
  156. package/_getPrototype-CU0j_POw.js +0 -5
  157. package/_getTag-Ckxxfr88.js +0 -126
  158. package/_isIterateeCall-Ds3sw2SF.js +0 -17
  159. package/_setToArray-CaPKQhcz.js +0 -33
  160. package/cloneDeep-DJrLSw8W.js +0 -8
  161. package/countBy-c6S3dvSW.js +0 -14
  162. package/debounce-bV0h5FC5.js +0 -92
  163. package/get-DSsNkRQs.js +0 -8
  164. package/groupBy-xqz-n0Vd.js +0 -14
  165. package/iconify-CXMreGTg.js +0 -1782
  166. package/identity-CPGTqrE4.js +0 -6
  167. package/index-AMfoEg_6.js +0 -696
  168. package/index-B6C2a_Lg.js +0 -1172
  169. package/index-C12gPw2W.js +0 -17698
  170. package/index-DCKkHTvx.js +0 -15750
  171. package/index-JcKyZeoY.js +0 -465
  172. package/isNil-CIubwp4T.js +0 -6
  173. package/isObject-FTY-5JQX.js +0 -7
  174. package/isObjectLike-OAgjjZye.js +0 -48
  175. package/isSymbol-Xd2FsJyp.js +0 -8
  176. package/last-CUCl67Im.js +0 -7
  177. package/maxBy-IKHzFrCS.js +0 -8
  178. package/sortBy-DfSj8IoJ.js +0 -96
  179. package/sumBy-D-hb_NY-.js +0 -8
  180. package/toFinite-Bc55msYj.js +0 -16
  181. package/toNumber-DPxy1FBy.js +0 -39
  182. package/useClueTypeConfig-Z1LFp01b.js +0 -3289
  183. package/utils-HmNPuoDB.js +0 -199
package/icons/Opinion.js CHANGED
@@ -1,123 +1,107 @@
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 } from "@mui/material";
4
- import CountBadge from "../components/CountBadge.js";
5
- import { C as CluePopupContext } from "../AnnotationPreview-bHObsb3P.js";
6
- import { g as groupBy } from "../groupBy-xqz-n0Vd.js";
7
- import { s as sortBy } from "../sortBy-DfSj8IoJ.js";
8
- import { s as sumBy } from "../sumBy-D-hb_NY-.js";
9
- import { memo, useRef, useMemo, useCallback, useEffect } from "react";
10
- import { u as useContextSelector } from "../index-AMfoEg_6.js";
11
- const SEVERITY_RANK = { malicious: 3, suspicious: 2, obscure: 1, benign: 0 };
12
- const OpinionIcon = ({ annotations, value, counters = true, disableTooltip = false, ubiquitous = false, ...otherProps }) => {
13
- const theme = useTheme();
14
- const showInfo = useContextSelector(CluePopupContext, (state) => state.showInfo);
15
- const closeInfo = useContextSelector(CluePopupContext, (state) => state.closeInfo);
16
- const anchorRef = useRef();
17
- const opinionAnnotations = useMemo(
18
- () => annotations.filter((annotation) => annotation.type === "opinion" && annotation.ubiquitous === ubiquitous),
19
- [annotations, ubiquitous]
20
- );
21
- const sortedOpinions = useMemo(
22
- () => Object.entries(groupBy(opinionAnnotations, "value")).map(([_value, _annotations]) => [_value, sumBy(_annotations, "quantity")]).sort(([opinionA, countA], [opinionB, countB]) => {
23
- if (countB !== countA) return countB - countA;
24
- return (SEVERITY_RANK[opinionB] ?? -1) - (SEVERITY_RANK[opinionA] ?? -1);
25
- }),
26
- [opinionAnnotations]
27
- );
28
- const icon = useCallback(
29
- (_opinion) => _opinion === "benign" ? "mdi:shield-check" : _opinion === "suspicious" ? "mdi:warning-outline" : _opinion === "obscure" ? "bi:eye-slash-fill" : "mdi:warning-decagram",
1
+ import { jsxs as x, Fragment as R, jsx as r } from "react/jsx-runtime";
2
+ import { I as u } from "../iconify-BBckr5AQ.js";
3
+ import { useTheme as S, Stack as b, Chip as y, Divider as j, Grid as I } from "@mui/material";
4
+ import q from "../components/CountBadge.js";
5
+ import { C as v } from "../AnnotationPreview-jzZvkCxJ.js";
6
+ import { g as B } from "../groupBy-br8xmD2R.js";
7
+ import { s as E } from "../sortBy-DY2JBf9n.js";
8
+ import { s as M } from "../sumBy-DuMASLPd.js";
9
+ import { memo as D, useRef as F, useMemo as a, useCallback as G, useEffect as K } from "react";
10
+ import { u as C } from "../index-Dj5C04IX.js";
11
+ const w = { malicious: 3, suspicious: 2, obscure: 1, benign: 0 }, L = ({ annotations: m, value: l, counters: z = !0, disableTooltip: n = !1, ubiquitous: p = !1, ...f }) => {
12
+ const s = S(), $ = C(v, (e) => e.showInfo), g = C(v, (e) => e.closeInfo), h = F(), i = a(
13
+ () => m.filter((e) => e.type === "opinion" && e.ubiquitous === p),
14
+ [m, p]
15
+ ), t = a(
16
+ () => Object.entries(B(i, "value")).map(([e, o]) => [e, M(o, "quantity")]).sort(([e, o], [k, d]) => d !== o ? d - o : (w[k] ?? -1) - (w[e] ?? -1)),
17
+ [i]
18
+ ), c = G(
19
+ (e) => e === "benign" ? "mdi:shield-check" : e === "suspicious" ? "mdi:warning-outline" : e === "obscure" ? "bi:eye-slash-fill" : "mdi:warning-decagram",
30
20
  []
31
21
  );
32
- useEffect(() => {
33
- if (disableTooltip) {
34
- closeInfo("opinion", value);
35
- }
36
- }, [disableTooltip]);
37
- const tooltipContent = useMemo(
38
- () => /* @__PURE__ */ jsxs(Stack, { spacing: 1, onClick: (e) => e.stopPropagation(), children: [
39
- opinionAnnotations.length > 1 && /* @__PURE__ */ jsxs(Fragment, { children: [
40
- /* @__PURE__ */ jsx(Stack, { direction: "row", spacing: 1, children: sortedOpinions.map(([type, count]) => /* @__PURE__ */ jsx(
41
- Chip,
22
+ K(() => {
23
+ n && g("opinion", l);
24
+ }, [n]);
25
+ const O = a(
26
+ () => /* @__PURE__ */ x(b, { spacing: 1, onClick: (e) => e.stopPropagation(), children: [
27
+ i.length > 1 && /* @__PURE__ */ x(R, { children: [
28
+ /* @__PURE__ */ r(b, { direction: "row", spacing: 1, children: t.map(([e, o]) => /* @__PURE__ */ r(
29
+ y,
42
30
  {
43
31
  size: "small",
44
32
  variant: "outlined",
45
- label: `${type}: ${count}`,
46
- icon: /* @__PURE__ */ jsx(Icon, { icon: icon(type) }),
33
+ label: `${e}: ${o}`,
34
+ icon: /* @__PURE__ */ r(u, { icon: c(e) }),
47
35
  sx: { textTransform: "capitalize" },
48
36
  color: {
49
37
  benign: "success",
50
38
  suspicious: "warning",
51
39
  obscure: "error",
52
40
  malicious: "error"
53
- }[type]
41
+ }[e]
54
42
  },
55
- type
43
+ e
56
44
  )) }),
57
- /* @__PURE__ */ jsx(Divider, { orientation: "horizontal", flexItem: true })
45
+ /* @__PURE__ */ r(j, { orientation: "horizontal", flexItem: !0 })
58
46
  ] }),
59
- /* @__PURE__ */ jsx(
60
- Grid,
47
+ /* @__PURE__ */ r(
48
+ I,
61
49
  {
62
50
  sx: {
63
- mt: opinionAnnotations.length < 2 && `${theme.spacing(-0.5)} !important`,
64
- ml: `${theme.spacing(-0.5)} !important`
51
+ mt: i.length < 2 && `${s.spacing(-0.5)} !important`,
52
+ ml: `${s.spacing(-0.5)} !important`
65
53
  },
66
- container: true,
54
+ container: !0,
67
55
  spacing: 0.5,
68
56
  maxWidth: "500px",
69
- children: sortBy(opinionAnnotations, "value").map((annotation) => /* @__PURE__ */ jsx(Grid, { item: true, children: /* @__PURE__ */ jsx(
70
- Chip,
57
+ children: E(i, "value").map((e) => /* @__PURE__ */ r(I, { item: !0, children: /* @__PURE__ */ r(
58
+ y,
71
59
  {
72
60
  size: "small",
73
61
  variant: "outlined",
74
- label: (annotation.analytic ?? annotation.author) + (annotation.quantity > 1 ? ` (x${annotation.quantity})` : ""),
75
- icon: /* @__PURE__ */ jsx(Icon, { icon: icon(annotation.value) }),
62
+ label: (e.analytic ?? e.author) + (e.quantity > 1 ? ` (x${e.quantity})` : ""),
63
+ icon: /* @__PURE__ */ r(u, { icon: c(e.value) }),
76
64
  color: {
77
65
  benign: "success",
78
66
  suspicious: "warning",
79
67
  obscure: "error",
80
68
  malicious: "error"
81
- }[annotation.value]
69
+ }[e.value]
82
70
  }
83
- ) }, (annotation.analytic ?? annotation.author) + annotation.value))
71
+ ) }, (e.analytic ?? e.author) + e.value))
84
72
  }
85
73
  )
86
74
  ] }),
87
- [icon, opinionAnnotations, sortedOpinions, theme]
75
+ [c, i, t, s]
88
76
  );
89
- if ((opinionAnnotations == null ? void 0 : opinionAnnotations.length) < 1) {
90
- return null;
91
- }
92
- return /* @__PURE__ */ jsx(
77
+ return (i == null ? void 0 : i.length) < 1 ? null : /* @__PURE__ */ r(
93
78
  "span",
94
79
  {
95
- ref: anchorRef,
80
+ ref: h,
96
81
  style: { display: "flex" },
97
- onMouseOver: disableTooltip ? void 0 : () => showInfo("opinion", anchorRef.current, value, { content: tooltipContent }),
98
- onMouseLeave: disableTooltip ? void 0 : () => closeInfo("opinion", value),
99
- children: /* @__PURE__ */ jsx(CountBadge, { disabled: !counters, count: sortedOpinions[0][1], children: /* @__PURE__ */ jsx(
100
- Icon,
82
+ onMouseOver: n ? void 0 : () => $("opinion", h.current, l, { content: O }),
83
+ onMouseLeave: n ? void 0 : () => g("opinion", l),
84
+ children: /* @__PURE__ */ r(q, { disabled: !z, count: t[0][1], children: /* @__PURE__ */ r(
85
+ u,
101
86
  {
102
87
  fontSize: "1.25em",
103
- ...otherProps,
104
- icon: icon(sortedOpinions[0][0]),
88
+ ...f,
89
+ icon: c(t[0][0]),
105
90
  color: {
106
- benign: theme.palette.success.light,
107
- suspicious: theme.palette.warning.light,
108
- obscure: theme.palette.error.light,
109
- malicious: theme.palette.error.light
110
- }[sortedOpinions[0][0]],
91
+ benign: s.palette.success.light,
92
+ suspicious: s.palette.warning.light,
93
+ obscure: s.palette.error.light,
94
+ malicious: s.palette.error.light
95
+ }[t[0][0]],
111
96
  style: {
112
97
  zIndex: 2,
113
- ...otherProps.style ?? {}
98
+ ...f.style ?? {}
114
99
  }
115
100
  }
116
101
  ) })
117
102
  }
118
103
  );
119
- };
120
- const OpinionIcon$1 = memo(OpinionIcon);
104
+ }, X = D(L);
121
105
  export {
122
- OpinionIcon$1 as default
106
+ X as default
123
107
  };
package/icons/iconMap.js CHANGED
@@ -1,4 +1,4 @@
1
- const ICON_MAP = {
1
+ const o = {
2
2
  context: "material-symbols:contextual-token",
3
3
  opinion: "material-symbols:how-to-vote-rounded",
4
4
  mitigation: "material-symbols:shield-locked-rounded",
@@ -6,5 +6,5 @@ const ICON_MAP = {
6
6
  assessment: "material-symbols:menu-book"
7
7
  };
8
8
  export {
9
- ICON_MAP
9
+ o as ICON_MAP
10
10
  };
@@ -0,0 +1,6 @@
1
+ function i(t) {
2
+ return t;
3
+ }
4
+ export {
5
+ i
6
+ };