@cccsaurora/clue-ui 1.0.1 → 1.1.0-dev.10

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 (185) hide show
  1. package/ActionForm-D4ryHO0M.js +436 -0
  2. package/AnnotationDetails-YAPoqw3R.js +175 -0
  3. package/AnnotationPreview-DiQDjt9s.js +188 -0
  4. package/ClueEnrichContext-DIn6g8tw.js +522 -0
  5. package/FlexOne-BSYAhhtG.js +9 -0
  6. package/_Map-kgDsDYxq.js +64 -0
  7. package/_MapCache-DabaaWfq.js +161 -0
  8. package/_Uint8Array-BlVVH1tp.js +129 -0
  9. package/_baseAssignValue-CNbcU6Nb.js +25 -0
  10. package/_baseClone-D3a8Pa4T.js +284 -0
  11. package/_baseExtremum-B1o1zHjR.js +33 -0
  12. package/_baseFlatten-D4huXoEI.js +92 -0
  13. package/_baseGet-BSK_nnoz.js +109 -0
  14. package/_baseIsEqual-B5xLoweL.js +238 -0
  15. package/_baseIteratee-p6Nj07-n.js +126 -0
  16. package/_baseSlice-GAv_YFTT.js +20 -0
  17. package/_baseSum-D0WC1dN0.js +13 -0
  18. package/_baseUniq-CpupKWcL.js +89 -0
  19. package/_commonjsHelpers-CUmg6egw.js +6 -0
  20. package/_createAggregator-BpVy5xMi.js +63 -0
  21. package/_getPrototype-D1LAdQKO.js +5 -0
  22. package/_getTag-D3ToyefI.js +126 -0
  23. package/api/lookup/enrich.d.ts +3 -3
  24. package/cloneDeep-CjP5k9zW.js +8 -0
  25. package/components/AnnotationBody.js +49 -34
  26. package/components/AnnotationDetailPopover.js +36 -30
  27. package/components/AnnotationDetails.js +21 -155
  28. package/components/AnnotationEntry.js +50 -52
  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 +104 -92
  33. package/components/EnrichedChip.js +134 -109
  34. package/components/EnrichedTypography.js +136 -110
  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 +64 -50
  40. package/components/actions/ResultModal.js +37 -34
  41. package/components/actions/form/schemaAdapter.js +39 -20
  42. package/components/display/graph/ExpandMoreButton.js +10 -10
  43. package/components/display/graph/elements/NodeCard.js +92 -76
  44. package/components/display/graph/elements/NodeTag.js +15 -13
  45. package/components/display/graph/index.js +258 -200
  46. package/components/display/graph/visualizations/Leaf.js +88 -69
  47. package/components/display/graph/visualizations/cloud/index.js +98 -81
  48. package/components/display/graph/visualizations/icons/BaseIcon.js +26 -21
  49. package/components/display/graph/visualizations/icons/BugIcon.js +12 -12
  50. package/components/display/graph/visualizations/icons/HostIcon.js +12 -12
  51. package/components/display/graph/visualizations/icons/NetworkIcon.js +12 -12
  52. package/components/display/graph/visualizations/icons/ProcessIcon.js +12 -12
  53. package/components/display/graph/visualizations/icons/TargetIcon.js +13 -13
  54. package/components/display/graph/visualizations/icons/index.js +14 -13
  55. package/components/display/graph/visualizations/panels/NodePanel.js +10 -8
  56. package/components/display/graph/visualizations/tree/BundleLine.js +108 -81
  57. package/components/display/graph/visualizations/tree/Triangle.js +13 -13
  58. package/components/display/graph/visualizations/tree/index.js +407 -305
  59. package/components/display/icons/Iconified.js +27 -12
  60. package/components/display/json/index.js +4 -4
  61. package/components/display/markdown/DynamicTabs.js +22 -17
  62. package/components/display/markdown/index.js +8527 -5670
  63. package/components/display/markdown/markdownPlugins/tabs.js +1 -1
  64. package/components/enrichment/EnrichPopover.js +55 -47
  65. package/components/fetchers/Fetcher.js +123 -95
  66. package/components/fetchers/PreviewModal.js +20 -17
  67. package/components/fetchers/StatusChip.js +22 -18
  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 +37 -28
  72. package/countBy-C69WslUA.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/get-D3C3lEU3.js +8 -0
  77. package/groupBy-DC2oOuBN.js +14 -0
  78. package/hooks/ClueActionContext.d.ts +1 -1
  79. package/hooks/ClueActionContext.js +6 -6
  80. package/hooks/ClueComponentContext.js +29 -23
  81. package/hooks/ClueConfigProvider.js +14 -12
  82. package/hooks/ClueDatabaseContext.js +19 -13
  83. package/hooks/ClueEnrichContext.js +8 -8
  84. package/hooks/ClueFetcherContext.js +74 -46
  85. package/hooks/ClueGroupContext.js +17 -14
  86. package/hooks/CluePopupContext.js +5 -5
  87. package/hooks/ClueProvider.js +12 -10
  88. package/hooks/selectors.js +22 -11
  89. package/hooks/useAnnotations.js +45 -33
  90. package/hooks/useClue.js +6 -4
  91. package/hooks/useClueActions.js +3 -3
  92. package/hooks/useClueConfig.js +5 -5
  93. package/hooks/useClueTypeConfig.d.ts +2 -1
  94. package/hooks/useClueTypeConfig.js +3 -3
  95. package/hooks/useComparator.js +722 -435
  96. package/hooks/useErrors.js +22 -18
  97. package/hooks/useMyHighlights.js +66 -36
  98. package/hooks/useMyLocalStorage.js +63 -43
  99. package/iconify-CXMreGTg.js +1782 -0
  100. package/icons/Action.js +66 -49
  101. package/icons/Assessment.js +84 -68
  102. package/icons/Context.js +75 -61
  103. package/icons/Opinion.js +77 -65
  104. package/icons/iconMap.js +2 -2
  105. package/identity-CPGTqrE4.js +6 -0
  106. package/index-BDVjGvMI.js +696 -0
  107. package/index-BHPT3qoB.js +1172 -0
  108. package/index-BMxyILVD.js +465 -0
  109. package/index-BbPn6-Mw.js +15750 -0
  110. package/index-Dz1kF2MU.js +17654 -0
  111. package/isEmpty-BQkZubqU.js +29 -0
  112. package/isNil-CIubwp4T.js +6 -0
  113. package/isObject-FTY-5JQX.js +7 -0
  114. package/isObjectLike-OAgjjZye.js +48 -0
  115. package/isSymbol-Xd2FsJyp.js +8 -0
  116. package/last-CUCl67Im.js +7 -0
  117. package/main.d.ts +0 -1
  118. package/main.js +58 -68
  119. package/package.json +1 -1
  120. package/sortBy-B-UKp4GT.js +100 -0
  121. package/sumBy-MYkDPHZL.js +8 -0
  122. package/tabs-xGuUGsJd.js +254 -0
  123. package/text/Frequency.js +42 -23
  124. package/toFinite-Bc55msYj.js +16 -0
  125. package/toNumber-DPxy1FBy.js +39 -0
  126. package/useClueTypeConfig-CH-nGq6a.js +3184 -0
  127. package/utils/chain.js +91 -64
  128. package/utils/classificationParser.d.ts +8 -8
  129. package/utils/classificationParser.js +517 -267
  130. package/utils/constants.js +35 -10
  131. package/utils/graph.js +72 -45
  132. package/utils/hashUtil.js +7 -7
  133. package/utils/line.js +131 -81
  134. package/utils/loggerUtil.js +5 -3
  135. package/utils/sessionStorage.js +41 -29
  136. package/utils/utils.js +9 -9
  137. package/utils/window.js +21 -10
  138. package/utils-Dr4wbKBZ.js +4182 -0
  139. package/ActionForm-WIj7BfD5.js +0 -340
  140. package/AnnotationPreview-DWRDhxUB.js +0 -140
  141. package/ClueEnrichContext-CbJVBm4w.js +0 -397
  142. package/FlexOne-BXWFOd1T.js +0 -6
  143. package/_Map-DXNg_Z-q.js +0 -54
  144. package/_MapCache-Cu25RRDU.js +0 -129
  145. package/_Uint8Array-DlJCtTvG.js +0 -102
  146. package/_baseAssignValue-CUmzp727.js +0 -20
  147. package/_baseClone-BlMmRXeX.js +0 -208
  148. package/_baseExtremum-P_0akmCi.js +0 -27
  149. package/_baseFlatten-CN7vDNEQ.js +0 -72
  150. package/_baseGet-Dgf6_xCm.js +0 -80
  151. package/_baseIsEqual-Cpjtfb3Q.js +0 -173
  152. package/_baseIteratee-CP1bocOX.js +0 -95
  153. package/_baseSlice-M5RKzt1A.js +0 -10
  154. package/_baseSum-wEbgNeUs.js +0 -10
  155. package/_baseUniq-tMFmk80M.js +0 -61
  156. package/_commonjsHelpers-C6fGbg64.js +0 -6
  157. package/_createAggregator-B4Cav8ZM.js +0 -53
  158. package/_getPrototype-CHAFQYL_.js +0 -5
  159. package/_getTag-BV_UoLYG.js +0 -90
  160. package/cloneDeep-BPVpFBzJ.js +0 -8
  161. package/countBy-DOutsa_w.js +0 -8
  162. package/debounce-DryYcbJ4.js +0 -56
  163. package/get-Bow1vKwx.js +0 -8
  164. package/groupBy-BheQYl6f.js +0 -8
  165. package/iconify-BBckr5AQ.js +0 -1263
  166. package/identity-ByMq8VxU.js +0 -6
  167. package/index-4YFAh_sa.js +0 -358
  168. package/index-E7g8cRyW.js +0 -568
  169. package/index-HuYhutsd.js +0 -975
  170. package/index-WvFmjbxF.js +0 -12734
  171. package/index-p5_wX7q1.js +0 -11729
  172. package/isEmpty-g47Qir2A.js +0 -21
  173. package/isNil-CjWwlQS3.js +0 -6
  174. package/isObject-B53jY8Qg.js +0 -7
  175. package/isObjectLike-BatpeCIi.js +0 -29
  176. package/isSymbol-C3_SC0Qp.js +0 -8
  177. package/isUndefined-DiNCDKoz.js +0 -10
  178. package/last-7CdUxN0r.js +0 -7
  179. package/sortBy-ITdmD17L.js +0 -79
  180. package/sumBy-DxJUU2E8.js +0 -8
  181. package/tabs-CgADNA57.js +0 -195
  182. package/toFinite-BMy6GObD.js +0 -14
  183. package/toNumber-YVhnnJv4.js +0 -31
  184. package/useClueTypeConfig-BQ33EiyB.js +0 -2273
  185. package/utils-C_RX5uMP.js +0 -2704
@@ -0,0 +1,89 @@
1
+ import { s as setToArray, S as SetCache, c as cacheHas } from "./_baseIsEqual-B5xLoweL.js";
2
+ import { S as Set } from "./_getTag-D3ToyefI.js";
3
+ function noop() {
4
+ }
5
+ function baseFindIndex(array, predicate, fromIndex, fromRight) {
6
+ var length = array.length, index = fromIndex + -1;
7
+ while (++index < length) {
8
+ if (predicate(array[index], index, array)) {
9
+ return index;
10
+ }
11
+ }
12
+ return -1;
13
+ }
14
+ function baseIsNaN(value) {
15
+ return value !== value;
16
+ }
17
+ function strictIndexOf(array, value, fromIndex) {
18
+ var index = fromIndex - 1, length = array.length;
19
+ while (++index < length) {
20
+ if (array[index] === value) {
21
+ return index;
22
+ }
23
+ }
24
+ return -1;
25
+ }
26
+ function baseIndexOf(array, value, fromIndex) {
27
+ return value === value ? strictIndexOf(array, value, fromIndex) : baseFindIndex(array, baseIsNaN, fromIndex);
28
+ }
29
+ function arrayIncludes(array, value) {
30
+ var length = array == null ? 0 : array.length;
31
+ return !!length && baseIndexOf(array, value, 0) > -1;
32
+ }
33
+ function arrayIncludesWith(array, value, comparator) {
34
+ var index = -1, length = array == null ? 0 : array.length;
35
+ while (++index < length) {
36
+ if (comparator(value, array[index])) {
37
+ return true;
38
+ }
39
+ }
40
+ return false;
41
+ }
42
+ var INFINITY = 1 / 0;
43
+ var createSet = !(Set && 1 / setToArray(new Set([, -0]))[1] == INFINITY) ? noop : function(values) {
44
+ return new Set(values);
45
+ };
46
+ var LARGE_ARRAY_SIZE = 200;
47
+ function baseUniq(array, iteratee, comparator) {
48
+ var index = -1, includes = arrayIncludes, length = array.length, isCommon = true, result = [], seen = result;
49
+ if (comparator) {
50
+ isCommon = false;
51
+ includes = arrayIncludesWith;
52
+ } else if (length >= LARGE_ARRAY_SIZE) {
53
+ var set = iteratee ? null : createSet(array);
54
+ if (set) {
55
+ return setToArray(set);
56
+ }
57
+ isCommon = false;
58
+ includes = cacheHas;
59
+ seen = new SetCache();
60
+ } else {
61
+ seen = iteratee ? [] : result;
62
+ }
63
+ outer:
64
+ while (++index < length) {
65
+ var value = array[index], computed = iteratee ? iteratee(value) : value;
66
+ value = comparator || value !== 0 ? value : 0;
67
+ if (isCommon && computed === computed) {
68
+ var seenIndex = seen.length;
69
+ while (seenIndex--) {
70
+ if (seen[seenIndex] === computed) {
71
+ continue outer;
72
+ }
73
+ }
74
+ if (iteratee) {
75
+ seen.push(computed);
76
+ }
77
+ result.push(value);
78
+ } else if (!includes(seen, computed, comparator)) {
79
+ if (seen !== result) {
80
+ seen.push(computed);
81
+ }
82
+ result.push(value);
83
+ }
84
+ }
85
+ return result;
86
+ }
87
+ export {
88
+ baseUniq as b
89
+ };
@@ -0,0 +1,6 @@
1
+ function getDefaultExportFromCjs(x) {
2
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
3
+ }
4
+ export {
5
+ getDefaultExportFromCjs as g
6
+ };
@@ -0,0 +1,63 @@
1
+ import { k as keys } from "./_Uint8Array-BlVVH1tp.js";
2
+ import { i as isArrayLike } from "./_getTag-D3ToyefI.js";
3
+ import { b as baseIteratee } from "./_baseIteratee-p6Nj07-n.js";
4
+ import { i as isArray } from "./_Map-kgDsDYxq.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,5 @@
1
+ import { o as overArg } from "./_getTag-D3ToyefI.js";
2
+ var getPrototype = overArg(Object.getPrototypeOf, Object);
3
+ export {
4
+ getPrototype as g
5
+ };
@@ -0,0 +1,126 @@
1
+ import { g as getNative, a as isFunction, t as toSource, M as Map } from "./_Map-kgDsDYxq.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
+ isTypedArray as b,
117
+ isArguments as c,
118
+ isPrototype as d,
119
+ baseKeys as e,
120
+ baseUnary as f,
121
+ getTag as g,
122
+ isLength as h,
123
+ isArrayLike as i,
124
+ nodeUtil as n,
125
+ overArg as o
126
+ };
@@ -1,10 +1,10 @@
1
1
  import { AxiosRequestConfig } from 'axios';
2
2
  import { BulkEnrichResponses, Selector } from "../../types/lookup";
3
3
 
4
- export declare function uri(): string;
5
- export declare function post(bulkData: Selector[], sources?: string[], options?: {
4
+ export declare const uri: () => string;
5
+ export declare const post: (bulkData: Selector[], sources?: string[], options?: {
6
6
  classification?: string;
7
7
  timeout?: number;
8
8
  includeRaw?: boolean;
9
9
  noCache?: boolean;
10
- }, config?: AxiosRequestConfig): Promise<BulkEnrichResponses>;
10
+ }, config?: AxiosRequestConfig) => Promise<BulkEnrichResponses>;
@@ -0,0 +1,8 @@
1
+ import { b as baseClone } from "./_baseClone-D3a8Pa4T.js";
2
+ var CLONE_DEEP_FLAG = 1, CLONE_SYMBOLS_FLAG = 4;
3
+ function cloneDeep(value) {
4
+ return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG);
5
+ }
6
+ export {
7
+ cloneDeep as c
8
+ };
@@ -1,41 +1,56 @@
1
- import { jsx as r, jsxs as l } from "react/jsx-runtime";
2
- import { I as s } from "../iconify-BBckr5AQ.js";
3
- import { Box as c, Chip as m, Stack as u, Typography as p } from "@mui/material";
4
- import { memo as o, useMemo as d } from "react";
5
- const t = ({ annotation: e }) => {
6
- const i = d(() => e.type === "assessment" ? ["trivial", "recon", "attempt", "compromise", "mitigated"].includes(e.value) ? "healthicons:hazardous" : "fluent-mdl2:ribbon-solid" : e.type === "opinion" ? e.value === "benign" ? "mdi:shield-check" : e.value === "suspicious" ? "mdi:warning-outline" : e.value === "obscure" ? "bi:eye-slash-fill" : "mdi:warning-decagram" : null, [e.type, e.value]);
7
- return e.type === "assessment" ? /* @__PURE__ */ r(c, { children: /* @__PURE__ */ r(
8
- m,
9
- {
10
- size: "small",
11
- icon: /* @__PURE__ */ r(s, { icon: i }),
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
- ) }) : e.type === "opinion" ? /* @__PURE__ */ r(c, { children: /* @__PURE__ */ r(
17
- m,
18
- {
19
- size: "small",
20
- icon: /* @__PURE__ */ r(s, { icon: i }),
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
- ) }) : /* @__PURE__ */ l(u, { direction: "row", alignItems: "center", spacing: 0.5, children: [
31
- e.icon && /* @__PURE__ */ r(s, { icon: e.icon, style: { filter: "drop-shadow(0px 0px 1px rgb(0 0 0 / 0.4))" } }),
32
- e.type !== "context" && /* @__PURE__ */ l(p, { variant: "body2", sx: { textTransform: "capitalize" }, children: [
33
- e.type,
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
- /* @__PURE__ */ r(p, { variant: "body2", children: e.value })
50
+ /* @__PURE__ */ jsx(Typography, { variant: "body2", children: annotation.value })
37
51
  ] });
38
- }, v = o(t);
52
+ };
53
+ const AnnotationBody$1 = memo(AnnotationBody);
39
54
  export {
40
- v as default
55
+ AnnotationBody$1 as default
41
56
  };
@@ -1,49 +1,55 @@
1
- import { jsx as d } from "react/jsx-runtime";
2
- import { Popover as r } from "@mui/material";
3
- import v, { useRef as c, useState as g, useEffect as R } from "react";
4
- import k from "./AnnotationDetails.js";
5
- const w = v.memo(({ anchorEl: t, enrichRequest: u, open: o, onClose: l, ...e }) => {
6
- var f, m, p;
7
- const a = c(), [x, n] = g(!1);
8
- return R(() => {
9
- o || n(!1);
10
- }, [o]), /* @__PURE__ */ d(
11
- r,
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-YAPoqw3R.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
- ...e,
15
- action: a,
16
- open: !!(o && x),
17
- keepMounted: o,
18
- anchorEl: t,
19
- onClose: l,
18
+ ...otherProps,
19
+ action: actionRef,
20
+ open: !!(open && ready),
21
+ keepMounted: open,
22
+ anchorEl,
23
+ onClose,
20
24
  slotProps: {
21
- ...e.slotProps ?? {},
25
+ ...otherProps.slotProps ?? {},
22
26
  paper: {
23
- ...((f = e.slotProps) == null ? void 0 : f.paper) ?? {},
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: ((p = (m = t == null ? void 0 : t.computedStyleMap) == null ? void 0 : m.call(t).get("z-index")) == null ? void 0 : p.toString()) || 2
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: (i) => {
36
- var s;
37
- i.preventDefault(), i.stopPropagation(), (s = e.onClick) == null || s.call(e, i);
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__ */ d(
40
- k,
45
+ children: /* @__PURE__ */ jsx(
46
+ AnnotationDetails,
41
47
  {
42
- enrichRequest: u,
43
- setReady: n,
48
+ enrichRequest,
49
+ setReady,
44
50
  updatePosition: () => {
45
- var i;
46
- return (i = a.current) == null ? void 0 : i.updatePosition();
51
+ var _a2;
52
+ return (_a2 = actionRef.current) == null ? void 0 : _a2.updatePosition();
47
53
  }
48
54
  }
49
55
  )
@@ -51,5 +57,5 @@ const w = v.memo(({ anchorEl: t, enrichRequest: u, open: o, onClose: l, ...e })
51
57
  );
52
58
  });
53
59
  export {
54
- w as default
60
+ AnnotationDetailPopover as default
55
61
  };