@cccsaurora/clue-ui 1.2.1-patch.256 → 1.3.0-dev.255
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-C0aE9HUv.js +5941 -0
- package/AnnotationDetails-CEou0vCc.js +175 -0
- package/AnnotationPreview-CLMVD6Ec.js +188 -0
- package/ClueEnrichContext-BkD9ZwM9.js +541 -0
- package/FlexOne-BSYAhhtG.js +9 -0
- package/_MapCache-WmuDdwuH.js +222 -0
- package/_Uint8Array-DdG4KLKn.js +128 -0
- package/_baseAssignValue-CGTuELqU.js +25 -0
- package/_baseClone-BpWiBnMp.js +283 -0
- package/_baseExtremum-BY663UjY.js +33 -0
- package/_baseFlatten-B69cDsaV.js +92 -0
- package/_baseGet-Bx3A4Qfp.js +108 -0
- package/_baseIsEqual-B4IufFlL.js +208 -0
- package/_baseIteratee-7AQvAy1o.js +126 -0
- package/_baseSlice-GAv_YFTT.js +20 -0
- package/_baseSum-D0WC1dN0.js +13 -0
- package/_baseUniq-B8fK6hI-.js +115 -0
- package/_commonjsHelpers-DWwsNxpa.js +8 -0
- package/_createAggregator-CwGPThny.js +63 -0
- package/_getPrototype-CblfEidB.js +5 -0
- package/_getTag-jwz4XLoZ.js +126 -0
- package/_setToArray-CaPKQhcz.js +33 -0
- package/cloneDeep-DmUylbkM.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 +407 -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 +155 -117
- 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-DqlU5OwT.js +14 -0
- package/data/event.js +6 -4
- package/database/index.js +2 -2
- package/debounce-bV0h5FC5.js +92 -0
- package/get-DSsNkRQs.js +8 -0
- package/groupBy-ChDRT7uy.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.js +2 -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.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 +84 -69
- package/icons/Context.js +77 -63
- package/icons/Opinion.js +78 -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-UkW8Sur3.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/package.json +1 -1
- package/sortBy-C7mGPI_D.js +100 -0
- package/sumBy-CGALjmwQ.js +8 -0
- package/text/Frequency.js +42 -23
- package/toFinite-Bc55msYj.js +16 -0
- package/toNumber-DPxy1FBy.js +39 -0
- package/useClueTypeConfig-D2tf4-NM.js +3289 -0
- package/utils/chain.js +91 -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-71DpzFrA.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
package/utils-DmwSUrum.js
DELETED
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
var P = Object.defineProperty;
|
|
2
|
-
var _ = (t, e, r) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
|
|
3
|
-
var p = (t, e, r) => _(t, typeof e != "symbol" ? e + "" : e, r);
|
|
4
|
-
import { dayjs as d } from "./utils/time.js";
|
|
5
|
-
import { i as h } from "./_MapCache-BiTi0iqu.js";
|
|
6
|
-
import { b as g, i as K } from "./_baseUniq-BJcj69PL.js";
|
|
7
|
-
import { b as N } from "./_baseIsEqual-VgvaAFZG.js";
|
|
8
|
-
import { i as T } from "./isNil-CjWwlQS3.js";
|
|
9
|
-
import { i as q, b as B } from "./isObjectLike-BatpeCIi.js";
|
|
10
|
-
import { g as C } from "./_getPrototype-Cr1Mk7BC.js";
|
|
11
|
-
function w(t) {
|
|
12
|
-
return t && t.constructor && typeof t.constructor.isBuffer == "function" && t.constructor.isBuffer(t);
|
|
13
|
-
}
|
|
14
|
-
function E(t) {
|
|
15
|
-
return t;
|
|
16
|
-
}
|
|
17
|
-
function A(t, e) {
|
|
18
|
-
e = e || {};
|
|
19
|
-
const r = e.delimiter || ".", c = e.maxDepth, u = e.transformKey || E, a = {};
|
|
20
|
-
function b(l, y, m) {
|
|
21
|
-
m = m || 1, Object.keys(l).forEach(function(o) {
|
|
22
|
-
const n = l[o], i = e.safe && Array.isArray(n), s = Object.prototype.toString.call(n), f = w(n), O = s === "[object Object]" || s === "[object Array]", j = y ? y + r + u(o) : u(o);
|
|
23
|
-
if (!i && !f && O && Object.keys(n).length && (!e.maxDepth || m < c))
|
|
24
|
-
return b(n, j, m + 1);
|
|
25
|
-
a[j] = n;
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
return b(t), a;
|
|
29
|
-
}
|
|
30
|
-
function S(t, e) {
|
|
31
|
-
e = e || {};
|
|
32
|
-
const r = e.delimiter || ".", c = e.overwrite || !1, u = e.transformKey || E, a = {};
|
|
33
|
-
if (w(t) || Object.prototype.toString.call(t) !== "[object Object]")
|
|
34
|
-
return t;
|
|
35
|
-
function l(o) {
|
|
36
|
-
const n = Number(o);
|
|
37
|
-
return isNaN(n) || o.indexOf(".") !== -1 || e.object ? o : n;
|
|
38
|
-
}
|
|
39
|
-
function y(o, n, i) {
|
|
40
|
-
return Object.keys(i).reduce(function(s, f) {
|
|
41
|
-
return s[o + r + f] = i[f], s;
|
|
42
|
-
}, n);
|
|
43
|
-
}
|
|
44
|
-
function m(o) {
|
|
45
|
-
const n = Object.prototype.toString.call(o), i = n === "[object Array]", s = n === "[object Object]";
|
|
46
|
-
if (o) {
|
|
47
|
-
if (i)
|
|
48
|
-
return !o.length;
|
|
49
|
-
if (s)
|
|
50
|
-
return !Object.keys(o).length;
|
|
51
|
-
} else return !0;
|
|
52
|
-
}
|
|
53
|
-
return t = Object.keys(t).reduce(function(o, n) {
|
|
54
|
-
const i = Object.prototype.toString.call(t[n]);
|
|
55
|
-
return !(i === "[object Object]" || i === "[object Array]") || m(t[n]) ? (o[n] = t[n], o) : y(
|
|
56
|
-
n,
|
|
57
|
-
o,
|
|
58
|
-
A(t[n], e)
|
|
59
|
-
);
|
|
60
|
-
}, {}), Object.keys(t).forEach(function(o) {
|
|
61
|
-
const n = o.split(r).map(u);
|
|
62
|
-
let i = l(n.shift()), s = l(n[0]), f = a;
|
|
63
|
-
for (; s !== void 0; ) {
|
|
64
|
-
if (i === "__proto__")
|
|
65
|
-
return;
|
|
66
|
-
const O = Object.prototype.toString.call(f[i]), j = O === "[object Object]" || O === "[object Array]";
|
|
67
|
-
if (!c && !j && typeof f[i] < "u")
|
|
68
|
-
return;
|
|
69
|
-
(c && !j || !c && f[i] == null) && (f[i] = typeof s == "number" && !e.object ? [] : {}), f = f[i], n.length > 0 && (i = l(n.shift()), s = l(n[0]));
|
|
70
|
-
}
|
|
71
|
-
f[i] = S(t[o], e);
|
|
72
|
-
}), a;
|
|
73
|
-
}
|
|
74
|
-
var I = "[object Object]", v = Function.prototype, D = Object.prototype, x = v.toString, F = D.hasOwnProperty, G = x.call(Object);
|
|
75
|
-
function L(t) {
|
|
76
|
-
if (!q(t) || B(t) != I)
|
|
77
|
-
return !1;
|
|
78
|
-
var e = C(t);
|
|
79
|
-
if (e === null)
|
|
80
|
-
return !0;
|
|
81
|
-
var r = F.call(e, "constructor") && e.constructor;
|
|
82
|
-
return typeof r == "function" && r instanceof r && x.call(r) == G;
|
|
83
|
-
}
|
|
84
|
-
function R(t, e) {
|
|
85
|
-
return N(t, e);
|
|
86
|
-
}
|
|
87
|
-
function U(t, e) {
|
|
88
|
-
return e = typeof e == "function" ? e : void 0, t && t.length ? g(t, void 0, e) : [];
|
|
89
|
-
}
|
|
90
|
-
const Y = (t) => {
|
|
91
|
-
if (!t || t === "?")
|
|
92
|
-
return "?";
|
|
93
|
-
const e = d(), r = d(t);
|
|
94
|
-
return r.isAfter(e) ? e.fromNow() : r.fromNow();
|
|
95
|
-
}, Z = (t, e = !1) => {
|
|
96
|
-
let r, c;
|
|
97
|
-
class u extends Promise {
|
|
98
|
-
constructor() {
|
|
99
|
-
super(...arguments);
|
|
100
|
-
p(this, "cancel", () => {
|
|
101
|
-
e && c(), clearTimeout(r);
|
|
102
|
-
});
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
return new u((a, b) => {
|
|
106
|
-
r = setTimeout(a, t), c = b;
|
|
107
|
-
});
|
|
108
|
-
}, W = (t, e = !1) => e && K(t) ? null : h(t) ? t : Object.fromEntries(
|
|
109
|
-
Object.entries(t ?? {}).filter(([r, c]) => !T(c)).map(([r, c]) => [r, L(c) || h(c) ? W(c, e) : c]).filter(([r, c]) => !!c)
|
|
110
|
-
), $ = (t, e) => {
|
|
111
|
-
try {
|
|
112
|
-
const r = new RegExp(e, "i");
|
|
113
|
-
return S(
|
|
114
|
-
Object.fromEntries(Object.entries(A(t)).filter(([c, u]) => r.test(c) || r.test(u))) ?? {}
|
|
115
|
-
);
|
|
116
|
-
} catch {
|
|
117
|
-
return t;
|
|
118
|
-
}
|
|
119
|
-
}, tt = (t) => U(t, R);
|
|
120
|
-
export {
|
|
121
|
-
L as a,
|
|
122
|
-
tt as b,
|
|
123
|
-
Z as d,
|
|
124
|
-
A as f,
|
|
125
|
-
R as i,
|
|
126
|
-
W as r,
|
|
127
|
-
$ as s,
|
|
128
|
-
Y as t
|
|
129
|
-
};
|