@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,63 @@
|
|
|
1
|
+
import { k as keys } from "./_Uint8Array-B7JqpgFX.js";
|
|
2
|
+
import { i as isArrayLike } from "./_getTag-Ckxxfr88.js";
|
|
3
|
+
import { b as baseIteratee } from "./_baseIteratee-avi7MX2o.js";
|
|
4
|
+
import { i as isArray } from "./_MapCache-WmuDdwuH.js";
|
|
5
|
+
function arrayAggregator(array, setter, iteratee, accumulator) {
|
|
6
|
+
var index = -1, length = array == null ? 0 : array.length;
|
|
7
|
+
while (++index < length) {
|
|
8
|
+
var value = array[index];
|
|
9
|
+
setter(accumulator, value, iteratee(value), array);
|
|
10
|
+
}
|
|
11
|
+
return accumulator;
|
|
12
|
+
}
|
|
13
|
+
function createBaseFor(fromRight) {
|
|
14
|
+
return function(object, iteratee, keysFunc) {
|
|
15
|
+
var index = -1, iterable = Object(object), props = keysFunc(object), length = props.length;
|
|
16
|
+
while (length--) {
|
|
17
|
+
var key = props[++index];
|
|
18
|
+
if (iteratee(iterable[key], key, iterable) === false) {
|
|
19
|
+
break;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
return object;
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
var baseFor = createBaseFor();
|
|
26
|
+
function baseForOwn(object, iteratee) {
|
|
27
|
+
return object && baseFor(object, iteratee, keys);
|
|
28
|
+
}
|
|
29
|
+
function createBaseEach(eachFunc, fromRight) {
|
|
30
|
+
return function(collection, iteratee) {
|
|
31
|
+
if (collection == null) {
|
|
32
|
+
return collection;
|
|
33
|
+
}
|
|
34
|
+
if (!isArrayLike(collection)) {
|
|
35
|
+
return eachFunc(collection, iteratee);
|
|
36
|
+
}
|
|
37
|
+
var length = collection.length, index = -1, iterable = Object(collection);
|
|
38
|
+
while (++index < length) {
|
|
39
|
+
if (iteratee(iterable[index], index, iterable) === false) {
|
|
40
|
+
break;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
return collection;
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
var baseEach = createBaseEach(baseForOwn);
|
|
47
|
+
function baseAggregator(collection, setter, iteratee, accumulator) {
|
|
48
|
+
baseEach(collection, function(value, key, collection2) {
|
|
49
|
+
setter(accumulator, value, iteratee(value), collection2);
|
|
50
|
+
});
|
|
51
|
+
return accumulator;
|
|
52
|
+
}
|
|
53
|
+
function createAggregator(setter, initializer) {
|
|
54
|
+
return function(collection, iteratee) {
|
|
55
|
+
var func = isArray(collection) ? arrayAggregator : baseAggregator, accumulator = {};
|
|
56
|
+
return func(collection, setter, baseIteratee(iteratee), accumulator);
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
export {
|
|
60
|
+
baseForOwn as a,
|
|
61
|
+
baseEach as b,
|
|
62
|
+
createAggregator as c
|
|
63
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
import { g as getNative, b as isFunction, t as toSource, a as Map } from "./_MapCache-WmuDdwuH.js";
|
|
2
|
+
import { r as root, i as isObjectLike, b as baseGetTag, f as freeGlobal } from "./isObjectLike-OAgjjZye.js";
|
|
3
|
+
var WeakMap = getNative(root, "WeakMap");
|
|
4
|
+
var MAX_SAFE_INTEGER = 9007199254740991;
|
|
5
|
+
function isLength(value) {
|
|
6
|
+
return typeof value == "number" && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
|
|
7
|
+
}
|
|
8
|
+
function isArrayLike(value) {
|
|
9
|
+
return value != null && isLength(value.length) && !isFunction(value);
|
|
10
|
+
}
|
|
11
|
+
var objectProto$2 = Object.prototype;
|
|
12
|
+
function isPrototype(value) {
|
|
13
|
+
var Ctor = value && value.constructor, proto = typeof Ctor == "function" && Ctor.prototype || objectProto$2;
|
|
14
|
+
return value === proto;
|
|
15
|
+
}
|
|
16
|
+
var argsTag$1 = "[object Arguments]";
|
|
17
|
+
function baseIsArguments(value) {
|
|
18
|
+
return isObjectLike(value) && baseGetTag(value) == argsTag$1;
|
|
19
|
+
}
|
|
20
|
+
var objectProto$1 = Object.prototype;
|
|
21
|
+
var hasOwnProperty$1 = objectProto$1.hasOwnProperty;
|
|
22
|
+
var propertyIsEnumerable = objectProto$1.propertyIsEnumerable;
|
|
23
|
+
var isArguments = baseIsArguments(/* @__PURE__ */ function() {
|
|
24
|
+
return arguments;
|
|
25
|
+
}()) ? baseIsArguments : function(value) {
|
|
26
|
+
return isObjectLike(value) && hasOwnProperty$1.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
|
|
27
|
+
};
|
|
28
|
+
function stubFalse() {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
var freeExports$1 = typeof exports == "object" && exports && !exports.nodeType && exports;
|
|
32
|
+
var freeModule$1 = freeExports$1 && typeof module == "object" && module && !module.nodeType && module;
|
|
33
|
+
var moduleExports$1 = freeModule$1 && freeModule$1.exports === freeExports$1;
|
|
34
|
+
var Buffer = moduleExports$1 ? root.Buffer : void 0;
|
|
35
|
+
var nativeIsBuffer = Buffer ? Buffer.isBuffer : void 0;
|
|
36
|
+
var isBuffer = nativeIsBuffer || stubFalse;
|
|
37
|
+
var argsTag = "[object Arguments]", arrayTag = "[object Array]", boolTag = "[object Boolean]", dateTag = "[object Date]", errorTag = "[object Error]", funcTag = "[object Function]", mapTag$1 = "[object Map]", numberTag = "[object Number]", objectTag$1 = "[object Object]", regexpTag = "[object RegExp]", setTag$1 = "[object Set]", stringTag = "[object String]", weakMapTag$1 = "[object WeakMap]";
|
|
38
|
+
var arrayBufferTag = "[object ArrayBuffer]", dataViewTag$1 = "[object DataView]", float32Tag = "[object Float32Array]", float64Tag = "[object Float64Array]", int8Tag = "[object Int8Array]", int16Tag = "[object Int16Array]", int32Tag = "[object Int32Array]", uint8Tag = "[object Uint8Array]", uint8ClampedTag = "[object Uint8ClampedArray]", uint16Tag = "[object Uint16Array]", uint32Tag = "[object Uint32Array]";
|
|
39
|
+
var typedArrayTags = {};
|
|
40
|
+
typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = typedArrayTags[uint32Tag] = true;
|
|
41
|
+
typedArrayTags[argsTag] = typedArrayTags[arrayTag] = typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = typedArrayTags[dataViewTag$1] = typedArrayTags[dateTag] = typedArrayTags[errorTag] = typedArrayTags[funcTag] = typedArrayTags[mapTag$1] = typedArrayTags[numberTag] = typedArrayTags[objectTag$1] = typedArrayTags[regexpTag] = typedArrayTags[setTag$1] = typedArrayTags[stringTag] = typedArrayTags[weakMapTag$1] = false;
|
|
42
|
+
function baseIsTypedArray(value) {
|
|
43
|
+
return isObjectLike(value) && isLength(value.length) && !!typedArrayTags[baseGetTag(value)];
|
|
44
|
+
}
|
|
45
|
+
function baseUnary(func) {
|
|
46
|
+
return function(value) {
|
|
47
|
+
return func(value);
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
var freeExports = typeof exports == "object" && exports && !exports.nodeType && exports;
|
|
51
|
+
var freeModule = freeExports && typeof module == "object" && module && !module.nodeType && module;
|
|
52
|
+
var moduleExports = freeModule && freeModule.exports === freeExports;
|
|
53
|
+
var freeProcess = moduleExports && freeGlobal.process;
|
|
54
|
+
var nodeUtil = function() {
|
|
55
|
+
try {
|
|
56
|
+
var types = freeModule && freeModule.require && freeModule.require("util").types;
|
|
57
|
+
if (types) {
|
|
58
|
+
return types;
|
|
59
|
+
}
|
|
60
|
+
return freeProcess && freeProcess.binding && freeProcess.binding("util");
|
|
61
|
+
} catch (e) {
|
|
62
|
+
}
|
|
63
|
+
}();
|
|
64
|
+
var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray;
|
|
65
|
+
var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray;
|
|
66
|
+
function overArg(func, transform) {
|
|
67
|
+
return function(arg) {
|
|
68
|
+
return func(transform(arg));
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
var nativeKeys = overArg(Object.keys, Object);
|
|
72
|
+
var objectProto = Object.prototype;
|
|
73
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
74
|
+
function baseKeys(object) {
|
|
75
|
+
if (!isPrototype(object)) {
|
|
76
|
+
return nativeKeys(object);
|
|
77
|
+
}
|
|
78
|
+
var result = [];
|
|
79
|
+
for (var key in Object(object)) {
|
|
80
|
+
if (hasOwnProperty.call(object, key) && key != "constructor") {
|
|
81
|
+
result.push(key);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
return result;
|
|
85
|
+
}
|
|
86
|
+
var DataView = getNative(root, "DataView");
|
|
87
|
+
var Promise$1 = getNative(root, "Promise");
|
|
88
|
+
var Set = getNative(root, "Set");
|
|
89
|
+
var mapTag = "[object Map]", objectTag = "[object Object]", promiseTag = "[object Promise]", setTag = "[object Set]", weakMapTag = "[object WeakMap]";
|
|
90
|
+
var dataViewTag = "[object DataView]";
|
|
91
|
+
var dataViewCtorString = toSource(DataView), mapCtorString = toSource(Map), promiseCtorString = toSource(Promise$1), setCtorString = toSource(Set), weakMapCtorString = toSource(WeakMap);
|
|
92
|
+
var getTag = baseGetTag;
|
|
93
|
+
if (DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map && getTag(new Map()) != mapTag || Promise$1 && getTag(Promise$1.resolve()) != promiseTag || Set && getTag(new Set()) != setTag || WeakMap && getTag(new WeakMap()) != weakMapTag) {
|
|
94
|
+
getTag = function(value) {
|
|
95
|
+
var result = baseGetTag(value), Ctor = result == objectTag ? value.constructor : void 0, ctorString = Ctor ? toSource(Ctor) : "";
|
|
96
|
+
if (ctorString) {
|
|
97
|
+
switch (ctorString) {
|
|
98
|
+
case dataViewCtorString:
|
|
99
|
+
return dataViewTag;
|
|
100
|
+
case mapCtorString:
|
|
101
|
+
return mapTag;
|
|
102
|
+
case promiseCtorString:
|
|
103
|
+
return promiseTag;
|
|
104
|
+
case setCtorString:
|
|
105
|
+
return setTag;
|
|
106
|
+
case weakMapCtorString:
|
|
107
|
+
return weakMapTag;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
return result;
|
|
111
|
+
};
|
|
112
|
+
}
|
|
113
|
+
export {
|
|
114
|
+
Set as S,
|
|
115
|
+
isBuffer as a,
|
|
116
|
+
baseUnary as b,
|
|
117
|
+
isTypedArray as c,
|
|
118
|
+
isArguments as d,
|
|
119
|
+
isPrototype as e,
|
|
120
|
+
baseKeys as f,
|
|
121
|
+
getTag as g,
|
|
122
|
+
isLength as h,
|
|
123
|
+
isArrayLike as i,
|
|
124
|
+
nodeUtil as n,
|
|
125
|
+
overArg as o
|
|
126
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { e as eq } from "./_MapCache-WmuDdwuH.js";
|
|
2
|
+
import { i as isArrayLike } from "./_getTag-Ckxxfr88.js";
|
|
3
|
+
import { i as isIndex } from "./_Uint8Array-B7JqpgFX.js";
|
|
4
|
+
import { i as isObject } from "./isObject-FTY-5JQX.js";
|
|
5
|
+
function isIterateeCall(value, index, object) {
|
|
6
|
+
if (!isObject(object)) {
|
|
7
|
+
return false;
|
|
8
|
+
}
|
|
9
|
+
var type = typeof index;
|
|
10
|
+
if (type == "number" ? isArrayLike(object) && isIndex(index, object.length) : type == "string" && index in object) {
|
|
11
|
+
return eq(object[index], value);
|
|
12
|
+
}
|
|
13
|
+
return false;
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
isIterateeCall as i
|
|
17
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { M as MapCache } from "./_MapCache-WmuDdwuH.js";
|
|
2
|
+
var HASH_UNDEFINED = "__lodash_hash_undefined__";
|
|
3
|
+
function setCacheAdd(value) {
|
|
4
|
+
this.__data__.set(value, HASH_UNDEFINED);
|
|
5
|
+
return this;
|
|
6
|
+
}
|
|
7
|
+
function setCacheHas(value) {
|
|
8
|
+
return this.__data__.has(value);
|
|
9
|
+
}
|
|
10
|
+
function SetCache(values) {
|
|
11
|
+
var index = -1, length = values == null ? 0 : values.length;
|
|
12
|
+
this.__data__ = new MapCache();
|
|
13
|
+
while (++index < length) {
|
|
14
|
+
this.add(values[index]);
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
|
|
18
|
+
SetCache.prototype.has = setCacheHas;
|
|
19
|
+
function cacheHas(cache, key) {
|
|
20
|
+
return cache.has(key);
|
|
21
|
+
}
|
|
22
|
+
function setToArray(set) {
|
|
23
|
+
var index = -1, result = Array(set.size);
|
|
24
|
+
set.forEach(function(value) {
|
|
25
|
+
result[++index] = value;
|
|
26
|
+
});
|
|
27
|
+
return result;
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
SetCache as S,
|
|
31
|
+
cacheHas as c,
|
|
32
|
+
setToArray as s
|
|
33
|
+
};
|
|
@@ -1,42 +1,56 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
import { I as
|
|
3
|
-
import { Box
|
|
4
|
-
import { memo
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
{
|
|
10
|
-
size: "small",
|
|
11
|
-
icon: /* @__PURE__ */ r(s, { icon: l }),
|
|
12
|
-
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e.value) ? "error" : "success",
|
|
13
|
-
label: `${e.type}: ${e.value}`,
|
|
14
|
-
sx: { textTransform: "capitalize" }
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { I as Icon } from "../iconify-CXMreGTg.js";
|
|
3
|
+
import { Box, Chip, Stack, Typography } from "@mui/material";
|
|
4
|
+
import { memo, useMemo } from "react";
|
|
5
|
+
const AnnotationBody = ({ annotation }) => {
|
|
6
|
+
const icon = useMemo(() => {
|
|
7
|
+
if (annotation.type === "assessment") {
|
|
8
|
+
return ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(annotation.value) ? "healthicons:hazardous" : "fluent-mdl2:ribbon-solid";
|
|
15
9
|
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
{
|
|
19
|
-
size: "small",
|
|
20
|
-
icon: /* @__PURE__ */ r(s, { icon: l }),
|
|
21
|
-
color: {
|
|
22
|
-
benign: "success",
|
|
23
|
-
suspicious: "warning",
|
|
24
|
-
obscure: "error",
|
|
25
|
-
malicious: "error"
|
|
26
|
-
}[e.value],
|
|
27
|
-
label: `${e.type}: ${e.value}`,
|
|
28
|
-
sx: { textTransform: "capitalize" }
|
|
10
|
+
if (annotation.type === "opinion") {
|
|
11
|
+
return annotation.value === "benign" ? "mdi:shield-check" : annotation.value === "suspicious" ? "mdi:warning-outline" : annotation.value === "obscure" ? "bi:eye-slash-fill" : "mdi:warning-decagram";
|
|
29
12
|
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
13
|
+
return null;
|
|
14
|
+
}, [annotation.type, annotation.value]);
|
|
15
|
+
if (annotation.type === "assessment") {
|
|
16
|
+
return /* @__PURE__ */ jsx(Box, { children: /* @__PURE__ */ jsx(
|
|
17
|
+
Chip,
|
|
18
|
+
{
|
|
19
|
+
size: "small",
|
|
20
|
+
icon: /* @__PURE__ */ jsx(Icon, { icon }),
|
|
21
|
+
color: ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(annotation.value) ? "error" : "success",
|
|
22
|
+
label: `${annotation.type}: ${annotation.value}`,
|
|
23
|
+
sx: { textTransform: "capitalize" }
|
|
24
|
+
}
|
|
25
|
+
) });
|
|
26
|
+
}
|
|
27
|
+
if (annotation.type === "opinion") {
|
|
28
|
+
return /* @__PURE__ */ jsx(Box, { children: /* @__PURE__ */ jsx(
|
|
29
|
+
Chip,
|
|
30
|
+
{
|
|
31
|
+
size: "small",
|
|
32
|
+
icon: /* @__PURE__ */ jsx(Icon, { icon }),
|
|
33
|
+
color: {
|
|
34
|
+
benign: "success",
|
|
35
|
+
suspicious: "warning",
|
|
36
|
+
obscure: "error",
|
|
37
|
+
malicious: "error"
|
|
38
|
+
}[annotation.value],
|
|
39
|
+
label: `${annotation.type}: ${annotation.value}`,
|
|
40
|
+
sx: { textTransform: "capitalize" }
|
|
41
|
+
}
|
|
42
|
+
) });
|
|
43
|
+
}
|
|
44
|
+
return /* @__PURE__ */ jsxs(Stack, { direction: "row", alignItems: "center", spacing: 0.5, children: [
|
|
45
|
+
annotation.icon && /* @__PURE__ */ jsx(Icon, { icon: annotation.icon, style: { filter: "drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4))" } }),
|
|
46
|
+
annotation.type !== "context" && /* @__PURE__ */ jsxs(Typography, { variant: "body2", sx: { textTransform: "capitalize" }, children: [
|
|
47
|
+
annotation.type,
|
|
34
48
|
":"
|
|
35
49
|
] }),
|
|
36
|
-
typeof
|
|
37
|
-
`).map((c) => /* @__PURE__ */ r(i, { variant: "body2", children: c }, c)) })
|
|
50
|
+
typeof annotation.value !== "string" ? /* @__PURE__ */ jsx(Typography, { variant: "body2", children: annotation.value }) : /* @__PURE__ */ jsx(Stack, { spacing: 0.5, children: annotation.value.split("\n").map((line) => /* @__PURE__ */ jsx(Typography, { variant: "body2", children: line }, line)) })
|
|
38
51
|
] });
|
|
39
|
-
}
|
|
52
|
+
};
|
|
53
|
+
const AnnotationBody$1 = memo(AnnotationBody);
|
|
40
54
|
export {
|
|
41
|
-
|
|
55
|
+
AnnotationBody$1 as default
|
|
42
56
|
};
|
|
@@ -1,49 +1,55 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
import { Popover
|
|
3
|
-
import
|
|
4
|
-
import { A as
|
|
5
|
-
const
|
|
6
|
-
var
|
|
7
|
-
const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Popover } from "@mui/material";
|
|
3
|
+
import React__default, { useRef, useState, useEffect } from "react";
|
|
4
|
+
import { A as AnnotationDetails } from "../AnnotationDetails-BHZFzyt-.js";
|
|
5
|
+
const AnnotationDetailPopover = React__default.memo(({ anchorEl, enrichRequest, open, onClose, ...otherProps }) => {
|
|
6
|
+
var _a, _b, _c;
|
|
7
|
+
const actionRef = useRef();
|
|
8
|
+
const [ready, setReady] = useState(false);
|
|
9
|
+
useEffect(() => {
|
|
10
|
+
if (!open) {
|
|
11
|
+
setReady(false);
|
|
12
|
+
}
|
|
13
|
+
}, [open]);
|
|
14
|
+
return /* @__PURE__ */ jsx(
|
|
15
|
+
Popover,
|
|
12
16
|
{
|
|
13
17
|
anchorOrigin: { horizontal: "left", vertical: "bottom" },
|
|
14
|
-
...
|
|
15
|
-
action:
|
|
16
|
-
open: !!(
|
|
17
|
-
keepMounted:
|
|
18
|
-
anchorEl
|
|
19
|
-
onClose
|
|
18
|
+
...otherProps,
|
|
19
|
+
action: actionRef,
|
|
20
|
+
open: !!(open && ready),
|
|
21
|
+
keepMounted: open,
|
|
22
|
+
anchorEl,
|
|
23
|
+
onClose,
|
|
20
24
|
slotProps: {
|
|
21
|
-
...
|
|
25
|
+
...otherProps.slotProps ?? {},
|
|
22
26
|
paper: {
|
|
23
|
-
...((
|
|
27
|
+
...((_a = otherProps.slotProps) == null ? void 0 : _a.paper) ?? {},
|
|
24
28
|
sx: [
|
|
25
29
|
{
|
|
26
30
|
maxHeight: "min(600px, 95vh)",
|
|
27
31
|
overflowY: "auto",
|
|
28
32
|
maxWidth: "500px",
|
|
29
33
|
width: "100%",
|
|
30
|
-
zIndex: ((
|
|
34
|
+
zIndex: ((_c = (_b = anchorEl == null ? void 0 : anchorEl.computedStyleMap) == null ? void 0 : _b.call(anchorEl).get("z-index")) == null ? void 0 : _c.toString()) || 2
|
|
31
35
|
}
|
|
32
36
|
]
|
|
33
37
|
}
|
|
34
38
|
},
|
|
35
|
-
onClick: (
|
|
36
|
-
var
|
|
37
|
-
|
|
39
|
+
onClick: (e) => {
|
|
40
|
+
var _a2;
|
|
41
|
+
e.preventDefault();
|
|
42
|
+
e.stopPropagation();
|
|
43
|
+
(_a2 = otherProps.onClick) == null ? void 0 : _a2.call(otherProps, e);
|
|
38
44
|
},
|
|
39
|
-
children: /* @__PURE__ */
|
|
40
|
-
|
|
45
|
+
children: /* @__PURE__ */ jsx(
|
|
46
|
+
AnnotationDetails,
|
|
41
47
|
{
|
|
42
|
-
enrichRequest
|
|
43
|
-
setReady
|
|
48
|
+
enrichRequest,
|
|
49
|
+
setReady,
|
|
44
50
|
updatePosition: () => {
|
|
45
|
-
var
|
|
46
|
-
return (
|
|
51
|
+
var _a2;
|
|
52
|
+
return (_a2 = actionRef.current) == null ? void 0 : _a2.updatePosition();
|
|
47
53
|
}
|
|
48
54
|
}
|
|
49
55
|
)
|
|
@@ -51,5 +57,5 @@ const S = v.memo(({ anchorEl: t, enrichRequest: u, open: o, onClose: l, ...e })
|
|
|
51
57
|
);
|
|
52
58
|
});
|
|
53
59
|
export {
|
|
54
|
-
|
|
60
|
+
AnnotationDetailPopover as default
|
|
55
61
|
};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../iconify-
|
|
2
|
+
import "../iconify-CXMreGTg.js";
|
|
3
3
|
import "@mui/material";
|
|
4
4
|
import "./display/icons/Iconified.js";
|
|
5
5
|
import "../data/event.js";
|
|
6
6
|
import "../hooks/ClueComponentContext.js";
|
|
7
|
-
import "../ActionForm-
|
|
7
|
+
import "../ActionForm-BdW0Za1y.js";
|
|
8
8
|
import "../hooks/useAnnotations.js";
|
|
9
9
|
import "../hooks/useErrors.js";
|
|
10
10
|
import "../icons/iconMap.js";
|
|
11
11
|
import "../utils/window.js";
|
|
12
|
-
import "../groupBy-
|
|
13
|
-
import { A
|
|
14
|
-
import "../useClueTypeConfig-
|
|
12
|
+
import "../groupBy-xqz-n0Vd.js";
|
|
13
|
+
import { A } from "../AnnotationDetails-BHZFzyt-.js";
|
|
14
|
+
import "../useClueTypeConfig-Z1LFp01b.js";
|
|
15
15
|
import "react";
|
|
16
|
-
import "../index-
|
|
16
|
+
import "../index-AMfoEg_6.js";
|
|
17
17
|
import "./actions/ExecutePopover.js";
|
|
18
18
|
import "./AnnotationEntry.js";
|
|
19
19
|
import "./ClassificationChip.js";
|
|
20
20
|
import "./enrichment/EnrichPopover.js";
|
|
21
21
|
export {
|
|
22
|
-
|
|
22
|
+
A as default
|
|
23
23
|
};
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
import { jsxs
|
|
2
|
-
import { I as
|
|
3
|
-
import { Stack
|
|
4
|
-
import
|
|
5
|
-
import { t as
|
|
6
|
-
import { memo
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
const
|
|
10
|
-
var
|
|
11
|
-
return /* @__PURE__ */
|
|
12
|
-
/* @__PURE__ */
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { I as Icon } from "../iconify-CXMreGTg.js";
|
|
3
|
+
import { Stack, Typography, Chip, IconButton } from "@mui/material";
|
|
4
|
+
import Iconified from "./display/icons/Iconified.js";
|
|
5
|
+
import { t as twitterShort } from "../utils-HmNPuoDB.js";
|
|
6
|
+
import { memo } from "react";
|
|
7
|
+
import AnnotationBody from "./AnnotationBody.js";
|
|
8
|
+
import ClassificationChip from "./ClassificationChip.js";
|
|
9
|
+
const AnnotatonEntry = ({ annotation }) => {
|
|
10
|
+
var _a;
|
|
11
|
+
return /* @__PURE__ */ jsxs(Stack, { direction: "column", spacing: 1, children: [
|
|
12
|
+
/* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, alignItems: "center", children: [
|
|
13
|
+
annotation.analytic_icon && /* @__PURE__ */ jsx(
|
|
14
|
+
Icon,
|
|
15
15
|
{
|
|
16
16
|
style: { alignSelf: "center", filter: "drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4))" },
|
|
17
|
-
icon:
|
|
17
|
+
icon: annotation.analytic_icon
|
|
18
18
|
}
|
|
19
19
|
),
|
|
20
|
-
/* @__PURE__ */
|
|
21
|
-
|
|
20
|
+
/* @__PURE__ */ jsx(Typography, { variant: "body1", sx: { textTransform: "capitalize", maxWidth: "275px" }, children: annotation.analytic ?? annotation.author }),
|
|
21
|
+
annotation.quantity > 1 && /* @__PURE__ */ jsxs(Typography, { variant: "caption", color: "text.secondary", children: [
|
|
22
22
|
"(x",
|
|
23
|
-
|
|
23
|
+
annotation.quantity,
|
|
24
24
|
")"
|
|
25
25
|
] }),
|
|
26
|
-
/* @__PURE__ */
|
|
27
|
-
|
|
28
|
-
|
|
26
|
+
/* @__PURE__ */ jsx("div", { style: { flex: 1 } }),
|
|
27
|
+
annotation.version && /* @__PURE__ */ jsx(
|
|
28
|
+
Chip,
|
|
29
29
|
{
|
|
30
30
|
size: "small",
|
|
31
|
-
label: /* @__PURE__ */
|
|
31
|
+
label: /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
32
32
|
"v",
|
|
33
|
-
|
|
33
|
+
annotation.version.replace(/^v/, "")
|
|
34
34
|
] })
|
|
35
35
|
}
|
|
36
36
|
),
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
annotation.link && /* @__PURE__ */ jsx(IconButton, { component: "a", href: annotation.link, target: "_blank", rel: "noreferrer", size: "small", children: /* @__PURE__ */ jsx(Iconified, { icon: "ic:baseline-open-in-new", fontSize: "small" }) }),
|
|
38
|
+
annotation.classification && /* @__PURE__ */ jsx(ClassificationChip, { size: "small", classification: annotation.classification })
|
|
39
39
|
] }),
|
|
40
|
-
/* @__PURE__ */
|
|
41
|
-
(
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
/* @__PURE__ */
|
|
45
|
-
/* @__PURE__ */
|
|
46
|
-
|
|
47
|
-
Math.round(r.latency),
|
|
40
|
+
/* @__PURE__ */ jsx(AnnotationBody, { annotation }),
|
|
41
|
+
(_a = annotation.summary) == null ? void 0 : _a.split("\n").map((line) => /* @__PURE__ */ jsx(Typography, { variant: "caption", color: "text.secondary", children: line }, line)),
|
|
42
|
+
/* @__PURE__ */ jsxs(Stack, { direction: "row", children: [
|
|
43
|
+
/* @__PURE__ */ jsx(Typography, { variant: "caption", color: "text.secondary", fontSize: "10px", children: twitterShort(annotation.timestamp) }),
|
|
44
|
+
/* @__PURE__ */ jsx("div", { style: { flex: 1 } }),
|
|
45
|
+
!!annotation.latency && /* @__PURE__ */ jsxs(Typography, { variant: "caption", color: "text.secondary", fontSize: "10px", children: [
|
|
46
|
+
Math.round(annotation.latency),
|
|
48
47
|
"ms"
|
|
49
48
|
] })
|
|
50
49
|
] })
|
|
51
50
|
] });
|
|
52
|
-
}
|
|
51
|
+
};
|
|
52
|
+
const AnnotationEntry = memo(AnnotatonEntry);
|
|
53
53
|
export {
|
|
54
|
-
|
|
54
|
+
AnnotationEntry as default
|
|
55
55
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import "../iconify-
|
|
2
|
+
import "../iconify-CXMreGTg.js";
|
|
3
3
|
import "@mui/material";
|
|
4
|
-
import { A
|
|
4
|
+
import { A } from "../AnnotationPreview-DGoyoxRb.js";
|
|
5
5
|
import "../hooks/useAnnotations.js";
|
|
6
|
-
import "../utils-
|
|
6
|
+
import "../utils-HmNPuoDB.js";
|
|
7
7
|
import "react";
|
|
8
|
-
import "../index-
|
|
8
|
+
import "../index-AMfoEg_6.js";
|
|
9
9
|
export {
|
|
10
|
-
|
|
10
|
+
A as default
|
|
11
11
|
};
|