@cccsaurora/clue-ui 1.2.3 → 1.2.4-dev.278

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 (188) hide show
  1. package/ActionForm-BdW0Za1y.js +5956 -0
  2. package/AnnotationDetails-BHZFzyt-.js +175 -0
  3. package/AnnotationPreview-DGoyoxRb.js +188 -0
  4. package/ClueEnrichContext-CJEJxrgs.js +541 -0
  5. package/FlexOne-BSYAhhtG.js +9 -0
  6. package/_MapCache-WmuDdwuH.js +222 -0
  7. package/_Uint8Array-B7JqpgFX.js +128 -0
  8. package/_baseAssignValue-CGTuELqU.js +25 -0
  9. package/_baseClone-CkNrTyhm.js +283 -0
  10. package/_baseExtremum-kob8QXyt.js +18 -0
  11. package/_baseFlatten-jIR_sN_-.js +92 -0
  12. package/_baseGet-Bx3A4Qfp.js +108 -0
  13. package/_baseIsEqual-C5OTWzTk.js +208 -0
  14. package/_baseIteratee-avi7MX2o.js +126 -0
  15. package/_baseSlice-GAv_YFTT.js +20 -0
  16. package/_baseSum-D0WC1dN0.js +13 -0
  17. package/_baseUniq-BI9GIHMF.js +115 -0
  18. package/_commonjsHelpers-DWwsNxpa.js +8 -0
  19. package/_createAggregator-QD8MzKwe.js +63 -0
  20. package/_getPrototype-CU0j_POw.js +5 -0
  21. package/_getTag-Ckxxfr88.js +126 -0
  22. package/_isIterateeCall-Ds3sw2SF.js +17 -0
  23. package/_setToArray-CaPKQhcz.js +33 -0
  24. package/cloneDeep-DJrLSw8W.js +8 -0
  25. package/components/AnnotationBody.js +49 -35
  26. package/components/AnnotationDetailPopover.js +36 -30
  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 +44 -23
  31. package/components/CountBadge.js +31 -26
  32. package/components/EnrichedCard.js +110 -97
  33. package/components/EnrichedChip.js +130 -105
  34. package/components/EnrichedTypography.js +133 -107
  35. package/components/ErrorBoundary.js +28 -24
  36. package/components/RetryFailedEnrichments.js +10 -9
  37. package/components/SourcePicker.js +57 -49
  38. package/components/actions/ActionForm.js +4 -4
  39. package/components/actions/ExecutePopover.js +75 -59
  40. package/components/actions/ResultModal.js +4 -4
  41. package/components/actions/form/schemaAdapter.js +39 -23
  42. package/components/actions/formats/FileResult.js +86 -59
  43. package/components/actions/formats/index.js +21 -10
  44. package/components/display/graph/ExpandMoreButton.js +10 -10
  45. package/components/display/graph/elements/NodeCard.js +111 -91
  46. package/components/display/graph/elements/NodeTag.js +15 -13
  47. package/components/display/graph/index.js +261 -202
  48. package/components/display/graph/visualizations/Leaf.js +88 -69
  49. package/components/display/graph/visualizations/cloud/index.js +98 -81
  50. package/components/display/graph/visualizations/icons/BaseIcon.js +26 -21
  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 +14 -13
  57. package/components/display/graph/visualizations/panels/NodePanel.js +10 -8
  58. package/components/display/graph/visualizations/tree/BundleLine.js +108 -81
  59. package/components/display/graph/visualizations/tree/Triangle.js +13 -13
  60. package/components/display/graph/visualizations/tree/index.js +408 -306
  61. package/components/display/icons/Iconified.js +27 -12
  62. package/components/display/json/index.js +4 -4
  63. package/components/display/markdown/index.js +8678 -5770
  64. package/components/enrichment/EnrichPopover.js +54 -46
  65. package/components/fetchers/Fetcher.js +158 -119
  66. package/components/fetchers/PreviewModal.js +20 -17
  67. package/components/fetchers/StatusChip.js +21 -17
  68. package/components/group/Entry.js +13 -11
  69. package/components/group/Group.js +13 -10
  70. package/components/group/GroupControl.js +76 -65
  71. package/components/stats/QueryStatus.js +43 -33
  72. package/countBy-c6S3dvSW.js +14 -0
  73. package/data/event.js +6 -4
  74. package/database/index.js +2 -2
  75. package/debounce-bV0h5FC5.js +92 -0
  76. package/en/translation.json +1 -1
  77. package/fr/translation.json +1 -1
  78. package/get-DSsNkRQs.js +8 -0
  79. package/groupBy-xqz-n0Vd.js +14 -0
  80. package/hooks/ClueActionContext.js +6 -6
  81. package/hooks/ClueComponentContext.js +29 -23
  82. package/hooks/ClueConfigProvider.js +14 -12
  83. package/hooks/ClueDatabaseContext.js +19 -13
  84. package/hooks/ClueEnrichContext.js +8 -8
  85. package/hooks/ClueFetcherContext.js +83 -56
  86. package/hooks/ClueGroupContext.js +17 -14
  87. package/hooks/CluePopupContext.js +5 -5
  88. package/hooks/ClueProvider.js +12 -10
  89. package/hooks/selectors.js +7 -7
  90. package/hooks/useActionResult.d.ts +1 -0
  91. package/hooks/useActionResult.js +4 -2
  92. package/hooks/useAnnotations.js +47 -31
  93. package/hooks/useClue.js +6 -4
  94. package/hooks/useClueActions.js +3 -3
  95. package/hooks/useClueConfig.js +6 -4
  96. package/hooks/useClueTypeConfig.js +3 -3
  97. package/hooks/useComparator.js +722 -435
  98. package/hooks/useErrors.js +22 -18
  99. package/hooks/useFetcherResult.d.ts +1 -0
  100. package/hooks/useFetcherResult.js +33 -24
  101. package/hooks/useMyHighlights.js +66 -36
  102. package/hooks/useMyLocalStorage.js +66 -37
  103. package/iconify-CXMreGTg.js +1782 -0
  104. package/icons/Action.js +66 -49
  105. package/icons/Assessment.js +85 -69
  106. package/icons/Context.js +77 -63
  107. package/icons/Opinion.js +76 -60
  108. package/icons/iconMap.js +2 -2
  109. package/identity-CPGTqrE4.js +6 -0
  110. package/index-AMfoEg_6.js +696 -0
  111. package/index-B6C2a_Lg.js +1172 -0
  112. package/index-C12gPw2W.js +17698 -0
  113. package/index-DCKkHTvx.js +15750 -0
  114. package/index-JcKyZeoY.js +465 -0
  115. package/isNil-CIubwp4T.js +6 -0
  116. package/isObject-FTY-5JQX.js +7 -0
  117. package/isObjectLike-OAgjjZye.js +48 -0
  118. package/isSymbol-Xd2FsJyp.js +8 -0
  119. package/last-CUCl67Im.js +7 -0
  120. package/main.js +60 -60
  121. package/maxBy-IKHzFrCS.js +8 -0
  122. package/package.json +1 -1
  123. package/sortBy-DfSj8IoJ.js +96 -0
  124. package/sumBy-D-hb_NY-.js +8 -0
  125. package/text/Frequency.js +42 -23
  126. package/toFinite-Bc55msYj.js +16 -0
  127. package/toNumber-DPxy1FBy.js +39 -0
  128. package/types/WithActionData.d.ts +2 -1
  129. package/useClueTypeConfig-Z1LFp01b.js +3289 -0
  130. package/utils/chain.js +92 -65
  131. package/utils/classificationParser.js +519 -256
  132. package/utils/constants.js +35 -10
  133. package/utils/graph.js +72 -45
  134. package/utils/hashUtil.js +7 -7
  135. package/utils/line.js +131 -81
  136. package/utils/loggerUtil.js +5 -3
  137. package/utils/sessionStorage.js +41 -27
  138. package/utils/time.js +423 -423
  139. package/utils/utils.js +9 -9
  140. package/utils/window.js +21 -10
  141. package/utils-HmNPuoDB.js +199 -0
  142. package/ActionForm-DlOXqMUx.js +0 -4460
  143. package/AnnotationDetails-Bk-p0F6h.js +0 -160
  144. package/AnnotationPreview-jzZvkCxJ.js +0 -140
  145. package/ClueEnrichContext-KqRuuWNS.js +0 -418
  146. package/FlexOne-BXWFOd1T.js +0 -6
  147. package/_MapCache-BiTi0iqu.js +0 -180
  148. package/_Uint8Array-BQNOM9Rr.js +0 -101
  149. package/_baseAssignValue-CNMLQZco.js +0 -20
  150. package/_baseClone-BnT-6pyM.js +0 -207
  151. package/_baseExtremum-Ca2EHgy2.js +0 -16
  152. package/_baseFlatten-Bfr_Molw.js +0 -72
  153. package/_baseGet-DSZygzyq.js +0 -79
  154. package/_baseIsEqual-VgvaAFZG.js +0 -147
  155. package/_baseIteratee-Dbfsw5z8.js +0 -95
  156. package/_baseSlice-M5RKzt1A.js +0 -10
  157. package/_baseSum-wEbgNeUs.js +0 -10
  158. package/_baseUniq-BJcj69PL.js +0 -79
  159. package/_commonjsHelpers-DaMA6jEr.js +0 -8
  160. package/_createAggregator-k3TuAnxT.js +0 -53
  161. package/_getPrototype-Cr1Mk7BC.js +0 -5
  162. package/_getTag-CK2Sffaq.js +0 -90
  163. package/_isIterateeCall-DkJP7Rbx.js +0 -13
  164. package/_setToArray-C7yMOeww.js +0 -29
  165. package/cloneDeep-CF8TtLHr.js +0 -8
  166. package/countBy-CdYegFSu.js +0 -8
  167. package/debounce-DryYcbJ4.js +0 -56
  168. package/get-CH7kz5Ix.js +0 -8
  169. package/groupBy-br8xmD2R.js +0 -8
  170. package/iconify-BBckr5AQ.js +0 -1263
  171. package/identity-ByMq8VxU.js +0 -6
  172. package/index-BHAe_V9n.js +0 -12768
  173. package/index-BK-zfYhR.js +0 -358
  174. package/index-CA5CUNZO.js +0 -975
  175. package/index-Dj5C04IX.js +0 -568
  176. package/index-p5_wX7q1.js +0 -11729
  177. package/isNil-CjWwlQS3.js +0 -6
  178. package/isObject-B53jY8Qg.js +0 -7
  179. package/isObjectLike-BatpeCIi.js +0 -29
  180. package/isSymbol-C3_SC0Qp.js +0 -8
  181. package/last-7CdUxN0r.js +0 -7
  182. package/maxBy-Bc0dYHcO.js +0 -8
  183. package/sortBy-DY2JBf9n.js +0 -75
  184. package/sumBy-DuMASLPd.js +0 -8
  185. package/toFinite-BMy6GObD.js +0 -14
  186. package/toNumber-YVhnnJv4.js +0 -31
  187. package/useClueTypeConfig-Ct9Ygter.js +0 -2292
  188. package/utils-DmwSUrum.js +0 -129
@@ -0,0 +1,96 @@
1
+ import { s as setToString, o as overRest, b as baseFlatten } from "./_baseFlatten-jIR_sN_-.js";
2
+ import { a as arrayMap, b as baseGet } from "./_baseGet-Bx3A4Qfp.js";
3
+ import { b as baseIteratee } from "./_baseIteratee-avi7MX2o.js";
4
+ import { b as baseEach } from "./_createAggregator-QD8MzKwe.js";
5
+ import { i as isArrayLike, b as baseUnary } from "./_getTag-Ckxxfr88.js";
6
+ import { i as isSymbol } from "./isSymbol-Xd2FsJyp.js";
7
+ import { i as identity } from "./identity-CPGTqrE4.js";
8
+ import { i as isArray } from "./_MapCache-WmuDdwuH.js";
9
+ import { i as isIterateeCall } from "./_isIterateeCall-Ds3sw2SF.js";
10
+ function baseRest(func, start) {
11
+ return setToString(overRest(func, start, identity), func + "");
12
+ }
13
+ function baseMap(collection, iteratee) {
14
+ var index = -1, result = isArrayLike(collection) ? Array(collection.length) : [];
15
+ baseEach(collection, function(value, key, collection2) {
16
+ result[++index] = iteratee(value, key, collection2);
17
+ });
18
+ return result;
19
+ }
20
+ function baseSortBy(array, comparer) {
21
+ var length = array.length;
22
+ array.sort(comparer);
23
+ while (length--) {
24
+ array[length] = array[length].value;
25
+ }
26
+ return array;
27
+ }
28
+ function compareAscending(value, other) {
29
+ if (value !== other) {
30
+ var valIsDefined = value !== void 0, valIsNull = value === null, valIsReflexive = value === value, valIsSymbol = isSymbol(value);
31
+ var othIsDefined = other !== void 0, othIsNull = other === null, othIsReflexive = other === other, othIsSymbol = isSymbol(other);
32
+ if (!othIsNull && !othIsSymbol && !valIsSymbol && value > other || valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol || valIsNull && othIsDefined && othIsReflexive || !valIsDefined && othIsReflexive || !valIsReflexive) {
33
+ return 1;
34
+ }
35
+ if (!valIsNull && !valIsSymbol && !othIsSymbol && value < other || othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol || othIsNull && valIsDefined && valIsReflexive || !othIsDefined && valIsReflexive || !othIsReflexive) {
36
+ return -1;
37
+ }
38
+ }
39
+ return 0;
40
+ }
41
+ function compareMultiple(object, other, orders) {
42
+ var index = -1, objCriteria = object.criteria, othCriteria = other.criteria, length = objCriteria.length, ordersLength = orders.length;
43
+ while (++index < length) {
44
+ var result = compareAscending(objCriteria[index], othCriteria[index]);
45
+ if (result) {
46
+ if (index >= ordersLength) {
47
+ return result;
48
+ }
49
+ var order = orders[index];
50
+ return result * (order == "desc" ? -1 : 1);
51
+ }
52
+ }
53
+ return object.index - other.index;
54
+ }
55
+ function baseOrderBy(collection, iteratees, orders) {
56
+ if (iteratees.length) {
57
+ iteratees = arrayMap(iteratees, function(iteratee) {
58
+ if (isArray(iteratee)) {
59
+ return function(value) {
60
+ return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
61
+ };
62
+ }
63
+ return iteratee;
64
+ });
65
+ } else {
66
+ iteratees = [identity];
67
+ }
68
+ var index = -1;
69
+ iteratees = arrayMap(iteratees, baseUnary(baseIteratee));
70
+ var result = baseMap(collection, function(value, key, collection2) {
71
+ var criteria = arrayMap(iteratees, function(iteratee) {
72
+ return iteratee(value);
73
+ });
74
+ return { "criteria": criteria, "index": ++index, "value": value };
75
+ });
76
+ return baseSortBy(result, function(object, other) {
77
+ return compareMultiple(object, other, orders);
78
+ });
79
+ }
80
+ var sortBy = baseRest(function(collection, iteratees) {
81
+ if (collection == null) {
82
+ return [];
83
+ }
84
+ var length = iteratees.length;
85
+ if (length > 1 && isIterateeCall(collection, iteratees[0], iteratees[1])) {
86
+ iteratees = [];
87
+ } else if (length > 2 && isIterateeCall(iteratees[0], iteratees[1], iteratees[2])) {
88
+ iteratees = [iteratees[0]];
89
+ }
90
+ return baseOrderBy(collection, baseFlatten(iteratees), []);
91
+ });
92
+ export {
93
+ baseOrderBy as a,
94
+ baseMap as b,
95
+ sortBy as s
96
+ };
@@ -0,0 +1,8 @@
1
+ import { b as baseIteratee } from "./_baseIteratee-avi7MX2o.js";
2
+ import { b as baseSum } from "./_baseSum-D0WC1dN0.js";
3
+ function sumBy(array, iteratee) {
4
+ return array && array.length ? baseSum(array, baseIteratee(iteratee)) : 0;
5
+ }
6
+ export {
7
+ sumBy as s
8
+ };
package/text/Frequency.js CHANGED
@@ -1,30 +1,49 @@
1
- import { jsx as c } from "react/jsx-runtime";
2
- import { Typography as s } from "@mui/material";
3
- import { i as t } from "../isNil-CjWwlQS3.js";
4
- import { s as m } from "../sumBy-DuMASLPd.js";
5
- import { useMemo as i } from "react";
6
- const q = ({
7
- annotations: l,
8
- value: u,
9
- ...e
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { Typography } from "@mui/material";
3
+ import { i as isNil } from "../isNil-CIubwp4T.js";
4
+ import { s as sumBy } from "../sumBy-D-hb_NY-.js";
5
+ import { useMemo } from "react";
6
+ const FrequencyText = ({
7
+ annotations,
8
+ value,
9
+ ...otherProps
10
10
  }) => {
11
- const n = i(
12
- () => l.filter((o) => o.type === "frequency"),
13
- [l]
14
- ), r = i(
15
- () => n.length > 0 ? m(n, (o) => o.value) : null,
16
- [n]
17
- ), f = i(() => t(r) ? null : r < 1 ? "error" : r < 1e3 ? "secondary" : r < 1e6 ? "disabled" : null, [r]);
18
- return t(r) ? /* @__PURE__ */ c(s, { ...e, color: f, children: u }) : /* @__PURE__ */ c(
19
- s,
11
+ const frequencyAnnotations = useMemo(
12
+ () => annotations.filter((annotation) => annotation.type === "frequency"),
13
+ [annotations]
14
+ );
15
+ const frequency = useMemo(
16
+ () => frequencyAnnotations.length > 0 ? sumBy(frequencyAnnotations, (annotation) => annotation.value) : null,
17
+ [frequencyAnnotations]
18
+ );
19
+ const color = useMemo(() => {
20
+ if (isNil(frequency)) {
21
+ return null;
22
+ }
23
+ if (frequency < 1) {
24
+ return "error";
25
+ }
26
+ if (frequency < 1e3) {
27
+ return "secondary";
28
+ }
29
+ if (frequency < 1e6) {
30
+ return "disabled";
31
+ }
32
+ return null;
33
+ }, [frequency]);
34
+ if (isNil(frequency)) {
35
+ return /* @__PURE__ */ jsx(Typography, { ...otherProps, color, children: value });
36
+ }
37
+ return /* @__PURE__ */ jsx(
38
+ Typography,
20
39
  {
21
- ...e,
22
- color: f ?? e.color,
23
- sx: { fontWeight: !t(r) && r < 10 ? "bold" : "inherit" },
24
- children: u
40
+ ...otherProps,
41
+ color: color ?? otherProps.color,
42
+ sx: { fontWeight: !isNil(frequency) && frequency < 10 ? "bold" : "inherit" },
43
+ children: value
25
44
  }
26
45
  );
27
46
  };
28
47
  export {
29
- q as default
48
+ FrequencyText as default
30
49
  };
@@ -0,0 +1,16 @@
1
+ import { t as toNumber } from "./toNumber-DPxy1FBy.js";
2
+ var INFINITY = 1 / 0, MAX_INTEGER = 17976931348623157e292;
3
+ function toFinite(value) {
4
+ if (!value) {
5
+ return value === 0 ? value : 0;
6
+ }
7
+ value = toNumber(value);
8
+ if (value === INFINITY || value === -INFINITY) {
9
+ var sign = value < 0 ? -1 : 1;
10
+ return sign * MAX_INTEGER;
11
+ }
12
+ return value === value ? value : 0;
13
+ }
14
+ export {
15
+ toFinite as t
16
+ };
@@ -0,0 +1,39 @@
1
+ import { i as isObject } from "./isObject-FTY-5JQX.js";
2
+ import { i as isSymbol } from "./isSymbol-Xd2FsJyp.js";
3
+ var reWhitespace = /\s/;
4
+ function trimmedEndIndex(string) {
5
+ var index = string.length;
6
+ while (index-- && reWhitespace.test(string.charAt(index))) {
7
+ }
8
+ return index;
9
+ }
10
+ var reTrimStart = /^\s+/;
11
+ function baseTrim(string) {
12
+ return string ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, "") : string;
13
+ }
14
+ var NAN = 0 / 0;
15
+ var reIsBadHex = /^[-+]0x[0-9a-f]+$/i;
16
+ var reIsBinary = /^0b[01]+$/i;
17
+ var reIsOctal = /^0o[0-7]+$/i;
18
+ var freeParseInt = parseInt;
19
+ function toNumber(value) {
20
+ if (typeof value == "number") {
21
+ return value;
22
+ }
23
+ if (isSymbol(value)) {
24
+ return NAN;
25
+ }
26
+ if (isObject(value)) {
27
+ var other = typeof value.valueOf == "function" ? value.valueOf() : value;
28
+ value = isObject(other) ? other + "" : other;
29
+ }
30
+ if (typeof value != "string") {
31
+ return value === 0 ? value : +value;
32
+ }
33
+ value = baseTrim(value);
34
+ var isBinary = reIsBinary.test(value);
35
+ return isBinary || reIsOctal.test(value) ? freeParseInt(value.slice(2), isBinary ? 2 : 8) : reIsBadHex.test(value) ? NAN : +value;
36
+ }
37
+ export {
38
+ toNumber as t
39
+ };
@@ -1,9 +1,10 @@
1
- import { ActionDefinition } from './action';
1
+ import { ActionDefinition, ActionResult } from './action';
2
2
 
3
3
 
4
4
  export type WithActionData<T> = T & {
5
5
  actionId: string;
6
6
  action: ActionDefinition;
7
+ onComplete?: (result: WithActionData<ActionResult>) => void;
7
8
  };
8
9
 
9
10
  export default WithActionData;