@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.
- package/ActionForm-BdW0Za1y.js +5956 -0
- package/AnnotationDetails-BHZFzyt-.js +175 -0
- package/AnnotationPreview-DGoyoxRb.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/en/translation.json +1 -1
- package/fr/translation.json +1 -1
- package/get-DSsNkRQs.js +8 -0
- package/groupBy-xqz-n0Vd.js +14 -0
- 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 +4 -2
- 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/WithActionData.d.ts +2 -1
- 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-DlOXqMUx.js +0 -4460
- package/AnnotationDetails-Bk-p0F6h.js +0 -160
- package/AnnotationPreview-jzZvkCxJ.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
|
@@ -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
|
|
2
|
-
import { Typography
|
|
3
|
-
import { i as
|
|
4
|
-
import { s as
|
|
5
|
-
import { useMemo
|
|
6
|
-
const
|
|
7
|
-
annotations
|
|
8
|
-
value
|
|
9
|
-
...
|
|
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
|
|
12
|
-
() =>
|
|
13
|
-
[
|
|
14
|
-
)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
...
|
|
22
|
-
color:
|
|
23
|
-
sx: { fontWeight: !
|
|
24
|
-
children:
|
|
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
|
-
|
|
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;
|