@cccsaurora/clue-ui 1.3.0-dev.403 → 1.3.0

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 (236) hide show
  1. package/ActionForm-CHOSKfvu.js +4403 -0
  2. package/AnnotationDetails-Bqq6Ymmg.js +160 -0
  3. package/AnnotationPreview-CqXmC-j8.js +140 -0
  4. package/ClueEnrichContext-DL6aGe1k.js +432 -0
  5. package/FlexOne-BXWFOd1T.js +6 -0
  6. package/_MapCache-DRK-s2eK.js +179 -0
  7. package/_Set-DrS_bbSV.js +6 -0
  8. package/_Uint8Array-D9R2N9Lp.js +98 -0
  9. package/_arrayIncludes-Dcl_29E6.js +25 -0
  10. package/_arrayPush-DBJIuK2V.js +8 -0
  11. package/_baseAssignValue-Bx1cxHj5.js +12 -0
  12. package/_baseClone-DRhywkxm.js +211 -0
  13. package/_baseExtremum-DodEaEyF.js +16 -0
  14. package/_baseFlatten-CD9NgrYE.js +72 -0
  15. package/_baseGet-bVwDaGrA.js +80 -0
  16. package/_baseGetTag-CxDaTem-.js +25 -0
  17. package/_baseIsEqual-C-FKsm1J.js +150 -0
  18. package/_baseIteratee-D0FhC5bC.js +95 -0
  19. package/_baseRest-D_eW2E0d.js +8 -0
  20. package/_baseSlice-M5RKzt1A.js +10 -0
  21. package/_baseSum-wEbgNeUs.js +10 -0
  22. package/_baseUniq-D3N8igOm.js +41 -0
  23. package/_cacheHas-Wgl-hw34.js +22 -0
  24. package/_commonjsHelpers-C6fGbg64.js +6 -0
  25. package/_createAggregator-BVj8IAuF.js +53 -0
  26. package/_defineProperty-BZU4WKA3.js +11 -0
  27. package/_getPrototype-BGBCg-aX.js +5 -0
  28. package/_getTag-B7R9qBo7.js +73 -0
  29. package/_isIterateeCall-Dm0VTAYy.js +13 -0
  30. package/_setToArray-Ck4YZu0Z.js +9 -0
  31. package/cloneDeep-fV59zwUf.js +8 -0
  32. package/components/AnnotationBody.js +35 -49
  33. package/components/AnnotationDetailPopover.js +30 -36
  34. package/components/AnnotationDetails.js +7 -7
  35. package/components/AnnotationEntry.js +35 -35
  36. package/components/AnnotationPreview.js +5 -5
  37. package/components/ClassificationChip.js +23 -44
  38. package/components/CountBadge.js +26 -31
  39. package/components/EnrichedCard.js +97 -110
  40. package/components/EnrichedChip.js +105 -130
  41. package/components/EnrichedTypography.js +107 -133
  42. package/components/ErrorBoundary.js +24 -28
  43. package/components/RetryFailedEnrichments.js +9 -10
  44. package/components/SourcePicker.js +49 -57
  45. package/components/actions/ActionForm.js +4 -4
  46. package/components/actions/ExecutePopover.js +59 -75
  47. package/components/actions/ResultModal.js +4 -4
  48. package/components/actions/form/schemaAdapter.js +23 -39
  49. package/components/actions/formats/FileResult.js +59 -86
  50. package/components/actions/formats/index.js +25 -29
  51. package/components/display/graph/ExpandMoreButton.js +10 -10
  52. package/components/display/graph/elements/NodeCard.js +91 -111
  53. package/components/display/graph/elements/NodeTag.js +13 -15
  54. package/components/display/graph/index.js +204 -262
  55. package/components/display/graph/visualizations/Leaf.js +70 -89
  56. package/components/display/graph/visualizations/cloud/index.js +81 -98
  57. package/components/display/graph/visualizations/icons/BaseIcon.js +21 -26
  58. package/components/display/graph/visualizations/icons/BugIcon.js +12 -12
  59. package/components/display/graph/visualizations/icons/HostIcon.js +12 -12
  60. package/components/display/graph/visualizations/icons/NetworkIcon.js +12 -12
  61. package/components/display/graph/visualizations/icons/ProcessIcon.js +12 -12
  62. package/components/display/graph/visualizations/icons/TargetIcon.js +13 -13
  63. package/components/display/graph/visualizations/icons/index.js +13 -14
  64. package/components/display/graph/visualizations/panels/NodePanel.js +8 -10
  65. package/components/display/graph/visualizations/tree/BundleLine.js +81 -108
  66. package/components/display/graph/visualizations/tree/Triangle.js +13 -13
  67. package/components/display/graph/visualizations/tree/index.js +306 -408
  68. package/components/display/icons/Iconified.js +12 -27
  69. package/components/display/json/index.js +4 -4
  70. package/components/display/markdown/index.js +5770 -8678
  71. package/components/enrichment/EnrichPopover.js +46 -54
  72. package/components/fetchers/Fetcher.js +123 -166
  73. package/components/fetchers/FetcherResultView.js +27 -31
  74. package/components/fetchers/PreviewModal.js +16 -17
  75. package/components/fetchers/StatusChip.js +17 -21
  76. package/components/group/Entry.js +11 -13
  77. package/components/group/Group.js +10 -13
  78. package/components/group/GroupControl.js +65 -76
  79. package/components/stats/QueryStatus.js +32 -45
  80. package/countBy-B3rNuG4T.js +8 -0
  81. package/data/event.js +4 -6
  82. package/database/globals.js +2 -2
  83. package/database/index.js +3 -3
  84. package/database/replication.js +4 -4
  85. package/en/translation.json +7 -0
  86. package/fr/translation.json +7 -0
  87. package/get-Bil3mzRD.js +8 -0
  88. package/groupBy-CrJC7sGa.js +8 -0
  89. package/hooks/ClueActionContext.js +6 -6
  90. package/hooks/ClueComponentContext.js +23 -29
  91. package/hooks/ClueConfigProvider.js +12 -14
  92. package/hooks/ClueDatabaseContext.js +23 -35
  93. package/hooks/ClueEnrichContext.js +11 -11
  94. package/hooks/ClueFetcherContext.js +56 -83
  95. package/hooks/ClueGroupContext.js +14 -17
  96. package/hooks/CluePopupContext.js +5 -5
  97. package/hooks/ClueProvider.js +11 -13
  98. package/hooks/ClueUIPluginContext.d.ts +5 -0
  99. package/hooks/ClueUIPluginContext.js +35 -47
  100. package/hooks/selectors.js +7 -7
  101. package/hooks/useActionResult.js +3 -3
  102. package/hooks/useAnnotations.js +32 -48
  103. package/hooks/useClue.js +4 -6
  104. package/hooks/useClueActions.js +3 -3
  105. package/hooks/useClueConfig.js +4 -6
  106. package/hooks/useClueTypeConfig.js +24 -49
  107. package/hooks/useClueUIPlugins.d.ts +4 -0
  108. package/hooks/useClueUIPlugins.js +11 -0
  109. package/hooks/useComparator.js +435 -722
  110. package/hooks/useErrors.js +18 -22
  111. package/hooks/useFetcherResult.js +24 -33
  112. package/hooks/useMyHighlights.js +36 -66
  113. package/hooks/useMyLocalStorage.js +37 -66
  114. package/iconify-Ptb5dTKy.js +1270 -0
  115. package/icons/Action.js +49 -66
  116. package/icons/Assessment.js +69 -85
  117. package/icons/Context.js +63 -77
  118. package/icons/Opinion.js +60 -76
  119. package/icons/iconMap.js +2 -2
  120. package/identity-ByMq8VxU.js +6 -0
  121. package/index-BH-gBhtO.js +2282 -0
  122. package/index-BM9Sve5T.js +571 -0
  123. package/index-Cj4d5cGz.js +357 -0
  124. package/index-Dh2PP9h8.js +11747 -0
  125. package/index-DoFpWPHo.js +975 -0
  126. package/index-DzVIklWY.js +6464 -0
  127. package/isArguments-BWcXOE6a.js +24 -0
  128. package/isArray-WzO_os3q.js +4 -0
  129. package/isEmpty-DKxrY-_M.js +22 -0
  130. package/isNil-CjWwlQS3.js +6 -0
  131. package/isObject-B53jY8Qg.js +7 -0
  132. package/isObjectLike-CYbdrIBr.js +6 -0
  133. package/isSymbol-DE1Kcy2M.js +9 -0
  134. package/last-7CdUxN0r.js +7 -0
  135. package/main.js +62 -62
  136. package/maxBy-BOWDkL_D.js +8 -0
  137. package/package.json +3 -2
  138. package/plugins/ClueUIPlugin.d.ts +5 -1
  139. package/plugins/ClueUIPlugin.js +124 -162
  140. package/plugins/file/index.js +15 -15
  141. package/plugins/graph/example/tree.json.d.ts +91 -0
  142. package/plugins/graph/index.d.ts +3 -0
  143. package/plugins/graph/index.js +34 -17
  144. package/plugins/image/index.d.ts +3 -0
  145. package/plugins/image/index.js +34 -18
  146. package/plugins/json/index.d.ts +3 -0
  147. package/plugins/json/index.js +29 -17
  148. package/plugins/markdown/index.d.ts +3 -0
  149. package/plugins/markdown/index.js +28 -17
  150. package/plugins/registry.js +6 -6
  151. package/plugins/store.d.ts +1 -0
  152. package/plugins/store.js +4 -4
  153. package/plugins/test/index.js +17 -17
  154. package/plugins/utils.d.ts +1 -0
  155. package/plugins/utils.js +19 -0
  156. package/replication-WkKbPdwG.js +8453 -0
  157. package/sessionStorage-DFMae61b.js +90 -0
  158. package/sortBy-BHe812lF.js +74 -0
  159. package/store-DClHBq7r.js +1169 -0
  160. package/sumBy-B7f_bP_k.js +8 -0
  161. package/text/Frequency.js +23 -42
  162. package/toFinite-CBrE65MP.js +14 -0
  163. package/toNumber-CxmWey0f.js +31 -0
  164. package/uniq-B4UZ671_.js +7 -0
  165. package/utils/chain.js +65 -92
  166. package/utils/classificationParser.js +256 -519
  167. package/utils/constants.js +11 -37
  168. package/utils/graph.js +45 -72
  169. package/utils/hashUtil.js +7 -7
  170. package/utils/line.js +81 -131
  171. package/utils/loggerUtil.js +3 -5
  172. package/utils/sessionStorage.js +7 -7
  173. package/utils/time.js +427 -447
  174. package/utils/utils.js +10 -10
  175. package/utils/window.js +10 -21
  176. package/utils-SpTOhPYl.js +147 -0
  177. package/ActionForm-CqKcnDWC.js +0 -6099
  178. package/AnnotationDetails-BlPd3T8k.js +0 -176
  179. package/AnnotationPreview-Bl447SKT.js +0 -188
  180. package/ClueEnrichContext-B3YrTCaJ.js +0 -567
  181. package/FlexOne-BSYAhhtG.js +0 -9
  182. package/_MapCache-kuEY_iOH.js +0 -220
  183. package/_Set-BrSMTlHn.js +0 -6
  184. package/_Uint8Array-OPpgYQj7.js +0 -123
  185. package/_arrayIncludes-BNqL-9ZP.js +0 -31
  186. package/_arrayPush-CBkQqaE_.js +0 -10
  187. package/_baseAssignValue-CNUVPOBW.js +0 -16
  188. package/_baseClone-9FaRd1R2.js +0 -287
  189. package/_baseExtremum-wOGT4Dgw.js +0 -18
  190. package/_baseFlatten-Co6QHDlG.js +0 -92
  191. package/_baseGet-Cmp6FztG.js +0 -109
  192. package/_baseGetTag-Hj-0NTYF.js +0 -44
  193. package/_baseIsEqual-1CpU47TZ.js +0 -211
  194. package/_baseIteratee-BN7Vbe5g.js +0 -126
  195. package/_baseRest-BZ_hQ9PC.js +0 -8
  196. package/_baseSlice-GAv_YFTT.js +0 -20
  197. package/_baseSum-D0WC1dN0.js +0 -13
  198. package/_baseUniq-BnvS3JHL.js +0 -63
  199. package/_cacheHas-_aF2y2Xv.js +0 -25
  200. package/_commonjsHelpers-CUmg6egw.js +0 -6
  201. package/_createAggregator-BUZrP_is.js +0 -63
  202. package/_defineProperty-DolZLKmv.js +0 -12
  203. package/_getPrototype-Bb4gm-5m.js +0 -5
  204. package/_getTag-CML_cXiN.js +0 -105
  205. package/_isIterateeCall-B1IFEqVv.js +0 -17
  206. package/_setToArray-CqyqC8ib.js +0 -10
  207. package/cloneDeep-l3UkXG5M.js +0 -8
  208. package/countBy-Bqcp3VCs.js +0 -14
  209. package/get-CdMThM8x.js +0 -8
  210. package/groupBy-BVV07EGQ.js +0 -14
  211. package/iconify-DJxl6dC-.js +0 -1789
  212. package/identity-CPGTqrE4.js +0 -6
  213. package/index-CAvu7vwt.js +0 -1172
  214. package/index-CVUD9o3t.js +0 -15768
  215. package/index-DUEubgWN.js +0 -464
  216. package/index-Dj1N4IQP.js +0 -9314
  217. package/index-DpJxD74E.js +0 -3272
  218. package/index-_gpzM2Px.js +0 -702
  219. package/isArguments-CuYlEuhP.js +0 -27
  220. package/isArray-RJPfgWqI.js +0 -4
  221. package/isEmpty-BE656RUK.js +0 -30
  222. package/isNil-CIubwp4T.js +0 -6
  223. package/isObject-FTY-5JQX.js +0 -7
  224. package/isObjectLike-CeENW9FN.js +0 -6
  225. package/isSymbol-D_H4HPZQ.js +0 -9
  226. package/last-CUCl67Im.js +0 -7
  227. package/maxBy-BjjQmX5t.js +0 -8
  228. package/replication--gLEZw8a.js +0 -11777
  229. package/sessionStorage-B68y-wnE.js +0 -140
  230. package/sortBy-B8JVsLQY.js +0 -95
  231. package/store-DMdRx9g0.js +0 -2156
  232. package/sumBy-D-HCzM2i.js +0 -8
  233. package/toFinite-meZTg4Su.js +0 -16
  234. package/toNumber-B5JaA1vX.js +0 -39
  235. package/uniq-CahZPAwp.js +0 -7
  236. package/utils-CEySTPtg.js +0 -224
package/sumBy-D-HCzM2i.js DELETED
@@ -1,8 +0,0 @@
1
- import { b as baseIteratee } from "./_baseIteratee-BN7Vbe5g.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
- };
@@ -1,16 +0,0 @@
1
- import { t as toNumber } from "./toNumber-B5JaA1vX.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
- };
@@ -1,39 +0,0 @@
1
- import { i as isObject } from "./isObject-FTY-5JQX.js";
2
- import { i as isSymbol } from "./isSymbol-D_H4HPZQ.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
- };
package/uniq-CahZPAwp.js DELETED
@@ -1,7 +0,0 @@
1
- import { b as baseUniq } from "./_baseUniq-BnvS3JHL.js";
2
- function uniq(array) {
3
- return array && array.length ? baseUniq(array) : [];
4
- }
5
- export {
6
- uniq as u
7
- };
package/utils-CEySTPtg.js DELETED
@@ -1,224 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
- var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { dayjs } from "./utils/time.js";
5
- import { i as isArray } from "./isArray-RJPfgWqI.js";
6
- import { i as isEmpty } from "./isEmpty-BE656RUK.js";
7
- import { b as baseIsEqual } from "./_baseIsEqual-1CpU47TZ.js";
8
- import { i as isNil } from "./isNil-CIubwp4T.js";
9
- import { b as baseGetTag } from "./_baseGetTag-Hj-0NTYF.js";
10
- import { g as getPrototype } from "./_getPrototype-Bb4gm-5m.js";
11
- import { i as isObjectLike } from "./isObjectLike-CeENW9FN.js";
12
- import { b as baseUniq } from "./_baseUniq-BnvS3JHL.js";
13
- function isBuffer(obj) {
14
- return obj && obj.constructor && typeof obj.constructor.isBuffer === "function" && obj.constructor.isBuffer(obj);
15
- }
16
- function keyIdentity(key) {
17
- return key;
18
- }
19
- function flatten(target, opts) {
20
- opts = opts || {};
21
- const delimiter = opts.delimiter || ".";
22
- const maxDepth = opts.maxDepth;
23
- const transformKey = opts.transformKey || keyIdentity;
24
- const output = {};
25
- function step(object, prev, currentDepth) {
26
- currentDepth = currentDepth || 1;
27
- Object.keys(object).forEach(function(key) {
28
- const value = object[key];
29
- const isarray = opts.safe && Array.isArray(value);
30
- const type = Object.prototype.toString.call(value);
31
- const isbuffer = isBuffer(value);
32
- const isobject = type === "[object Object]" || type === "[object Array]";
33
- const newKey = prev ? prev + delimiter + transformKey(key) : transformKey(key);
34
- if (!isarray && !isbuffer && isobject && Object.keys(value).length && (!opts.maxDepth || currentDepth < maxDepth)) {
35
- return step(value, newKey, currentDepth + 1);
36
- }
37
- output[newKey] = value;
38
- });
39
- }
40
- step(target);
41
- return output;
42
- }
43
- function unflatten(target, opts) {
44
- opts = opts || {};
45
- const delimiter = opts.delimiter || ".";
46
- const overwrite = opts.overwrite || false;
47
- const transformKey = opts.transformKey || keyIdentity;
48
- const result = {};
49
- const isbuffer = isBuffer(target);
50
- if (isbuffer || Object.prototype.toString.call(target) !== "[object Object]") {
51
- return target;
52
- }
53
- function getkey(key) {
54
- const parsedKey = Number(key);
55
- return isNaN(parsedKey) || key.indexOf(".") !== -1 || opts.object ? key : parsedKey;
56
- }
57
- function addKeys(keyPrefix, recipient, target2) {
58
- return Object.keys(target2).reduce(function(result2, key) {
59
- result2[keyPrefix + delimiter + key] = target2[key];
60
- return result2;
61
- }, recipient);
62
- }
63
- function isEmpty2(val) {
64
- const type = Object.prototype.toString.call(val);
65
- const isArray2 = type === "[object Array]";
66
- const isObject = type === "[object Object]";
67
- if (!val) {
68
- return true;
69
- } else if (isArray2) {
70
- return !val.length;
71
- } else if (isObject) {
72
- return !Object.keys(val).length;
73
- }
74
- }
75
- target = Object.keys(target).reduce(function(result2, key) {
76
- const type = Object.prototype.toString.call(target[key]);
77
- const isObject = type === "[object Object]" || type === "[object Array]";
78
- if (!isObject || isEmpty2(target[key])) {
79
- result2[key] = target[key];
80
- return result2;
81
- } else {
82
- return addKeys(
83
- key,
84
- result2,
85
- flatten(target[key], opts)
86
- );
87
- }
88
- }, {});
89
- Object.keys(target).forEach(function(key) {
90
- const split = key.split(delimiter).map(transformKey);
91
- let key1 = getkey(split.shift());
92
- let key2 = getkey(split[0]);
93
- let recipient = result;
94
- while (key2 !== void 0) {
95
- if (key1 === "__proto__") {
96
- return;
97
- }
98
- const type = Object.prototype.toString.call(recipient[key1]);
99
- const isobject = type === "[object Object]" || type === "[object Array]";
100
- if (!overwrite && !isobject && typeof recipient[key1] !== "undefined") {
101
- return;
102
- }
103
- if (overwrite && !isobject || !overwrite && recipient[key1] == null) {
104
- recipient[key1] = typeof key2 === "number" && !opts.object ? [] : {};
105
- }
106
- recipient = recipient[key1];
107
- if (split.length > 0) {
108
- key1 = getkey(split.shift());
109
- key2 = getkey(split[0]);
110
- }
111
- }
112
- recipient[key1] = unflatten(target[key], opts);
113
- });
114
- return result;
115
- }
116
- var objectTag = "[object Object]";
117
- var funcProto = Function.prototype, objectProto = Object.prototype;
118
- var funcToString = funcProto.toString;
119
- var hasOwnProperty = objectProto.hasOwnProperty;
120
- var objectCtorString = funcToString.call(Object);
121
- function isPlainObject(value) {
122
- if (!isObjectLike(value) || baseGetTag(value) != objectTag) {
123
- return false;
124
- }
125
- var proto = getPrototype(value);
126
- if (proto === null) {
127
- return true;
128
- }
129
- var Ctor = hasOwnProperty.call(proto, "constructor") && proto.constructor;
130
- return typeof Ctor == "function" && Ctor instanceof Ctor && funcToString.call(Ctor) == objectCtorString;
131
- }
132
- function isEqual(value, other) {
133
- return baseIsEqual(value, other);
134
- }
135
- function uniqWith(array, comparator) {
136
- comparator = typeof comparator == "function" ? comparator : void 0;
137
- return array && array.length ? baseUniq(array, void 0, comparator) : [];
138
- }
139
- const twitterShort = (date) => {
140
- if (!date || date === "?") {
141
- return "?";
142
- }
143
- const now = dayjs();
144
- const comparedDate = dayjs(date);
145
- if (comparedDate.isAfter(now)) {
146
- return now.fromNow();
147
- }
148
- return comparedDate.fromNow();
149
- };
150
- const delay = (ms, rejectOnCancel = false) => {
151
- let timerId;
152
- let onCancel;
153
- class TimedPromise extends Promise {
154
- constructor() {
155
- super(...arguments);
156
- __publicField(this, "cancel", () => {
157
- if (rejectOnCancel) {
158
- onCancel();
159
- }
160
- clearTimeout(timerId);
161
- });
162
- }
163
- }
164
- return new TimedPromise((resolve, reject) => {
165
- timerId = setTimeout(resolve, ms);
166
- onCancel = reject;
167
- });
168
- };
169
- const removeEmpty = (obj, aggressive = false) => {
170
- if (aggressive && isEmpty(obj)) {
171
- return null;
172
- } else if (isArray(obj)) {
173
- return obj;
174
- }
175
- return Object.fromEntries(
176
- Object.entries(obj ?? {}).filter(([__, v]) => !isNil(v)).map(([k, v]) => [k, isPlainObject(v) || isArray(v) ? removeEmpty(v, aggressive) : v]).filter(([__, v]) => !!v)
177
- );
178
- };
179
- const searchObject = (o, query) => {
180
- try {
181
- const regex = new RegExp(query, "i");
182
- return unflatten(
183
- Object.fromEntries(Object.entries(flatten(o)).filter(([k, v]) => regex.test(k) || regex.test(v))) ?? {}
184
- );
185
- } catch {
186
- return o;
187
- }
188
- };
189
- const filterEnrichments = (failedEnrichments) => {
190
- return uniqWith(failedEnrichments, isEqual);
191
- };
192
- const computeStatusId = async (type, value, classification) => {
193
- var _a, _b, _c;
194
- const input = `${type}::${value}::${classification}`.toLowerCase();
195
- try {
196
- const encoder = new TextEncoder();
197
- const data = encoder.encode(input);
198
- const digest = await (((_c = (_b = (_a = globalThis.crypto) == null ? void 0 : _a.subtle) == null ? void 0 : _b.digest) == null ? void 0 : _c.call(_b, "SHA-256", data)) ?? Promise.reject());
199
- const bytes = new Uint8Array(digest);
200
- let hex = "";
201
- for (let i = 0; i < bytes.length; i++) {
202
- hex += bytes[i].toString(16).padStart(2, "0");
203
- }
204
- return hex;
205
- } catch {
206
- let hash = 2166136261;
207
- for (let i = 0; i < input.length; i++) {
208
- hash ^= input.charCodeAt(i);
209
- hash += (hash << 1) + (hash << 4) + (hash << 7) + (hash << 8) + (hash << 24);
210
- }
211
- return (hash >>> 0).toString(16);
212
- }
213
- };
214
- export {
215
- flatten as a,
216
- isPlainObject as b,
217
- computeStatusId as c,
218
- delay as d,
219
- filterEnrichments as f,
220
- isEqual as i,
221
- removeEmpty as r,
222
- searchObject as s,
223
- twitterShort as t
224
- };