@cccsaurora/clue-ui 1.1.4 → 1.1.5

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 (74) hide show
  1. package/{ActionForm-myEAs2UC.js → ActionForm-CW8ZBIh8.js} +4 -4
  2. package/{AnnotationDetails-D9AJM0An.js → AnnotationDetails-BuzcQyAM.js} +2 -2
  3. package/{AnnotationPreview-Lb5be8ZG.js → AnnotationPreview-BUNr3hF2.js} +2 -2
  4. package/{ClueEnrichContext-DsFsXixD.js → ClueEnrichContext-CCZCMklu.js} +155 -157
  5. package/_MapCache-BiTi0iqu.js +180 -0
  6. package/{_Uint8Array-DlJCtTvG.js → _Uint8Array-_reI1Oam.js} +17 -18
  7. package/{_baseAssignValue-CUmzp727.js → _baseAssignValue-CNMLQZco.js} +1 -1
  8. package/{_baseClone-BlMmRXeX.js → _baseClone-Bp6f2Ljb.js} +54 -55
  9. package/{_baseExtremum-P_0akmCi.js → _baseExtremum-C9G1qBqT.js} +3 -3
  10. package/{_baseFlatten-CN7vDNEQ.js → _baseFlatten-eJWQqONl.js} +4 -4
  11. package/{_baseGet-Dgf6_xCm.js → _baseGet-DSZygzyq.js} +3 -4
  12. package/_baseIsEqual-Cz32k778.js +147 -0
  13. package/{_baseIteratee-CP1bocOX.js → _baseIteratee-CKlS0yRG.js} +12 -12
  14. package/_baseUniq-CGlHphLr.js +79 -0
  15. package/{_createAggregator-B4Cav8ZM.js → _createAggregator-BaD8jK99.js} +4 -4
  16. package/{_getPrototype-CHAFQYL_.js → _getPrototype-Dm06JiGv.js} +1 -1
  17. package/{_getTag-BV_UoLYG.js → _getTag-Cfxlub3L.js} +9 -9
  18. package/_setToArray-C7yMOeww.js +29 -0
  19. package/{cloneDeep-BPVpFBzJ.js → cloneDeep-Bky1GFdq.js} +1 -1
  20. package/components/AnnotationDetailPopover.js +1 -1
  21. package/components/AnnotationDetails.js +3 -3
  22. package/components/AnnotationEntry.js +1 -1
  23. package/components/AnnotationPreview.js +2 -2
  24. package/components/EnrichedCard.js +1 -1
  25. package/components/EnrichedChip.js +1 -1
  26. package/components/EnrichedTypography.js +1 -1
  27. package/components/actions/ActionForm.js +3 -3
  28. package/components/actions/ResultModal.js +2 -2
  29. package/components/actions/form/schemaAdapter.js +2 -2
  30. package/components/display/graph/elements/NodeCard.js +5 -5
  31. package/components/display/graph/index.js +2 -2
  32. package/components/display/graph/visualizations/cloud/index.js +2 -2
  33. package/components/display/graph/visualizations/tree/index.js +3 -3
  34. package/components/display/json/index.js +2 -2
  35. package/components/enrichment/EnrichPopover.js +1 -1
  36. package/components/fetchers/Fetcher.js +1 -1
  37. package/components/group/Entry.js +1 -1
  38. package/components/group/GroupControl.js +1 -1
  39. package/{countBy-DOutsa_w.js → countBy-isCNN_rn.js} +2 -2
  40. package/{get-Bow1vKwx.js → get-CH7kz5Ix.js} +1 -1
  41. package/{groupBy-BheQYl6f.js → groupBy-IWYxSFLq.js} +2 -2
  42. package/hooks/ClueActionContext.js +2 -2
  43. package/hooks/ClueEnrichContext.js +3 -3
  44. package/hooks/ClueEnrichContextType.d.ts +5 -0
  45. package/hooks/ClueFetcherContext.js +1 -1
  46. package/hooks/CluePopupContext.js +2 -2
  47. package/hooks/ClueProvider.js +3 -3
  48. package/hooks/selectors.js +2 -2
  49. package/hooks/useActionResult.js +1 -1
  50. package/hooks/useAnnotations.js +6 -6
  51. package/hooks/useClue.js +1 -1
  52. package/hooks/useClueActions.js +1 -1
  53. package/hooks/useClueTypeConfig.d.ts +1 -0
  54. package/hooks/useClueTypeConfig.js +2 -2
  55. package/hooks/useComparator.js +1 -1
  56. package/icons/Action.js +3 -3
  57. package/icons/Assessment.js +4 -4
  58. package/icons/Context.js +2 -2
  59. package/icons/Opinion.js +4 -4
  60. package/{index-C15OYgRY.js → index-DtRkeZWt.js} +1 -1
  61. package/main.js +4 -4
  62. package/package.json +1 -1
  63. package/{sortBy-ITdmD17L.js → sortBy-CyX-4NSN.js} +7 -7
  64. package/{sumBy-DxJUU2E8.js → sumBy-Bn_6t8o-.js} +1 -1
  65. package/text/Frequency.js +1 -1
  66. package/{useClueTypeConfig-DyeBcXQX.js → useClueTypeConfig-D1DlRG7e.js} +516 -511
  67. package/utils/chain.js +11 -11
  68. package/utils/utils.js +3 -3
  69. package/{utils-BnmI_6N8.js → utils-C8TeL4oX.js} +25 -26
  70. package/_Map-DXNg_Z-q.js +0 -54
  71. package/_MapCache-Cu25RRDU.js +0 -129
  72. package/_baseIsEqual-Cpjtfb3Q.js +0 -173
  73. package/_baseUniq-tMFmk80M.js +0 -61
  74. package/isEmpty-g47Qir2A.js +0 -21
@@ -0,0 +1,147 @@
1
+ import { U as D, g as I, S as E } from "./_Uint8Array-_reI1Oam.js";
2
+ import { S as q, c as F, s as H } from "./_setToArray-C7yMOeww.js";
3
+ import { S as M, i as $ } from "./isObjectLike-BatpeCIi.js";
4
+ import { e as K, i as x } from "./_MapCache-BiTi0iqu.js";
5
+ import { g as G, a as B, b as J } from "./_getTag-Cfxlub3L.js";
6
+ function Q(n, e) {
7
+ for (var a = -1, f = n == null ? 0 : n.length; ++a < f; )
8
+ if (e(n[a], a, n))
9
+ return !0;
10
+ return !1;
11
+ }
12
+ var X = 1, Y = 2;
13
+ function C(n, e, a, f, g, r) {
14
+ var s = a & X, u = n.length, l = e.length;
15
+ if (u != l && !(s && l > u))
16
+ return !1;
17
+ var v = r.get(n), O = r.get(e);
18
+ if (v && O)
19
+ return v == e && O == n;
20
+ var A = -1, i = !0, d = a & Y ? new q() : void 0;
21
+ for (r.set(n, e), r.set(e, n); ++A < u; ) {
22
+ var p = n[A], T = e[A];
23
+ if (f)
24
+ var t = s ? f(T, p, A, e, n, r) : f(p, T, A, n, e, r);
25
+ if (t !== void 0) {
26
+ if (t)
27
+ continue;
28
+ i = !1;
29
+ break;
30
+ }
31
+ if (d) {
32
+ if (!Q(e, function(P, _) {
33
+ if (!F(d, _) && (p === P || g(p, P, a, f, r)))
34
+ return d.push(_);
35
+ })) {
36
+ i = !1;
37
+ break;
38
+ }
39
+ } else if (!(p === T || g(p, T, a, f, r))) {
40
+ i = !1;
41
+ break;
42
+ }
43
+ }
44
+ return r.delete(n), r.delete(e), i;
45
+ }
46
+ function Z(n) {
47
+ var e = -1, a = Array(n.size);
48
+ return n.forEach(function(f, g) {
49
+ a[++e] = [g, f];
50
+ }), a;
51
+ }
52
+ var W = 1, z = 2, c = "[object Boolean]", j = "[object Date]", V = "[object Error]", o = "[object Map]", h = "[object Number]", k = "[object RegExp]", nn = "[object Set]", en = "[object String]", rn = "[object Symbol]", fn = "[object ArrayBuffer]", an = "[object DataView]", m = M ? M.prototype : void 0, R = m ? m.valueOf : void 0;
53
+ function sn(n, e, a, f, g, r, s) {
54
+ switch (a) {
55
+ case an:
56
+ if (n.byteLength != e.byteLength || n.byteOffset != e.byteOffset)
57
+ return !1;
58
+ n = n.buffer, e = e.buffer;
59
+ case fn:
60
+ return !(n.byteLength != e.byteLength || !r(new D(n), new D(e)));
61
+ case c:
62
+ case j:
63
+ case h:
64
+ return K(+n, +e);
65
+ case V:
66
+ return n.name == e.name && n.message == e.message;
67
+ case k:
68
+ case en:
69
+ return n == e + "";
70
+ case o:
71
+ var u = Z;
72
+ case nn:
73
+ var l = f & W;
74
+ if (u || (u = H), n.size != e.size && !l)
75
+ return !1;
76
+ var v = s.get(n);
77
+ if (v)
78
+ return v == e;
79
+ f |= z, s.set(n, e);
80
+ var O = C(u(n), u(e), f, g, r, s);
81
+ return s.delete(n), O;
82
+ case rn:
83
+ if (R)
84
+ return R.call(n) == R.call(e);
85
+ }
86
+ return !1;
87
+ }
88
+ var gn = 1, ln = Object.prototype, un = ln.hasOwnProperty;
89
+ function vn(n, e, a, f, g, r) {
90
+ var s = a & gn, u = I(n), l = u.length, v = I(e), O = v.length;
91
+ if (l != O && !s)
92
+ return !1;
93
+ for (var A = l; A--; ) {
94
+ var i = u[A];
95
+ if (!(s ? i in e : un.call(e, i)))
96
+ return !1;
97
+ }
98
+ var d = r.get(n), p = r.get(e);
99
+ if (d && p)
100
+ return d == e && p == n;
101
+ var T = !0;
102
+ r.set(n, e), r.set(e, n);
103
+ for (var t = s; ++A < l; ) {
104
+ i = u[A];
105
+ var P = n[i], _ = e[i];
106
+ if (f)
107
+ var S = s ? f(_, P, i, e, n, r) : f(P, _, i, n, e, r);
108
+ if (!(S === void 0 ? P === _ || g(P, _, a, f, r) : S)) {
109
+ T = !1;
110
+ break;
111
+ }
112
+ t || (t = i == "constructor");
113
+ }
114
+ if (T && !t) {
115
+ var w = n.constructor, L = e.constructor;
116
+ w != L && "constructor" in n && "constructor" in e && !(typeof w == "function" && w instanceof w && typeof L == "function" && L instanceof L) && (T = !1);
117
+ }
118
+ return r.delete(n), r.delete(e), T;
119
+ }
120
+ var An = 1, U = "[object Arguments]", b = "[object Array]", y = "[object Object]", pn = Object.prototype, N = pn.hasOwnProperty;
121
+ function Tn(n, e, a, f, g, r) {
122
+ var s = x(n), u = x(e), l = s ? b : G(n), v = u ? b : G(e);
123
+ l = l == U ? y : l, v = v == U ? y : v;
124
+ var O = l == y, A = v == y, i = l == v;
125
+ if (i && B(n)) {
126
+ if (!B(e))
127
+ return !1;
128
+ s = !0, O = !1;
129
+ }
130
+ if (i && !O)
131
+ return r || (r = new E()), s || J(n) ? C(n, e, a, f, g, r) : sn(n, e, l, a, f, g, r);
132
+ if (!(a & An)) {
133
+ var d = O && N.call(n, "__wrapped__"), p = A && N.call(e, "__wrapped__");
134
+ if (d || p) {
135
+ var T = d ? n.value() : n, t = p ? e.value() : e;
136
+ return r || (r = new E()), g(T, t, a, f, r);
137
+ }
138
+ }
139
+ return i ? (r || (r = new E()), vn(n, e, a, f, g, r)) : !1;
140
+ }
141
+ function On(n, e, a, f, g) {
142
+ return n === e ? !0 : n == null || e == null || !$(n) && !$(e) ? n !== n && e !== e : Tn(n, e, a, f, On, g);
143
+ }
144
+ export {
145
+ On as b,
146
+ Z as m
147
+ };
@@ -1,10 +1,10 @@
1
- import { S as R, k as E, i as I } from "./_Uint8Array-DlJCtTvG.js";
2
- import { b as m } from "./_baseIsEqual-Cpjtfb3Q.js";
3
- import { i as M } from "./isObject-B53jY8Qg.js";
4
- import { g as _ } from "./get-Bow1vKwx.js";
5
- import { c, t as s, i as h, b as d } from "./_baseGet-Dgf6_xCm.js";
6
- import { h as L, c as y } from "./_getTag-BV_UoLYG.js";
7
- import { i as A } from "./_Map-DXNg_Z-q.js";
1
+ import { S as R, k as E, i as d } from "./_Uint8Array-_reI1Oam.js";
2
+ import { b as m } from "./_baseIsEqual-Cz32k778.js";
3
+ import { i as I } from "./isObject-B53jY8Qg.js";
4
+ import { g as M } from "./get-CH7kz5Ix.js";
5
+ import { c as _, t as s, i as h, b as L } from "./_baseGet-DSZygzyq.js";
6
+ import { h as c, d as y } from "./_getTag-Cfxlub3L.js";
7
+ import { i as A } from "./_MapCache-BiTi0iqu.js";
8
8
  import { i as C } from "./identity-ByMq8VxU.js";
9
9
  var w = 1, D = 2;
10
10
  function G(n, r, i, e) {
@@ -31,7 +31,7 @@ function G(n, r, i, e) {
31
31
  return !0;
32
32
  }
33
33
  function g(n) {
34
- return n === n && !M(n);
34
+ return n === n && !I(n);
35
35
  }
36
36
  function x(n) {
37
37
  for (var r = E(n), i = r.length; i--; ) {
@@ -55,14 +55,14 @@ function S(n, r) {
55
55
  return n != null && r in Object(n);
56
56
  }
57
57
  function v(n, r, i) {
58
- r = c(r, n);
58
+ r = _(r, n);
59
59
  for (var e = -1, t = r.length, u = !1; ++e < t; ) {
60
60
  var f = s(r[e]);
61
61
  if (!(u = n != null && i(n, f)))
62
62
  break;
63
63
  n = n[f];
64
64
  }
65
- return u || ++e != t ? u : (t = n == null ? 0 : n.length, !!t && L(t) && I(f, t) && (A(n) || y(n)));
65
+ return u || ++e != t ? u : (t = n == null ? 0 : n.length, !!t && c(t) && d(f, t) && (A(n) || y(n)));
66
66
  }
67
67
  function K(n, r) {
68
68
  return n != null && v(n, r, S);
@@ -70,7 +70,7 @@ function K(n, r) {
70
70
  var N = 1, T = 2;
71
71
  function U(n, r) {
72
72
  return h(n) && g(r) ? p(s(n), r) : function(i) {
73
- var e = _(i, n);
73
+ var e = M(i, n);
74
74
  return e === void 0 && e === r ? K(i, n) : m(r, e, N | T);
75
75
  };
76
76
  }
@@ -81,7 +81,7 @@ function $(n) {
81
81
  }
82
82
  function q(n) {
83
83
  return function(r) {
84
- return d(r, n);
84
+ return L(r, n);
85
85
  };
86
86
  }
87
87
  function H(n) {
@@ -0,0 +1,79 @@
1
+ import { i as b, a as w, b as A, d as I, g as S, e as d, f as x, S as u } from "./_getTag-Cfxlub3L.js";
2
+ import { i as T } from "./_MapCache-BiTi0iqu.js";
3
+ import { s as a, S as y, c as O } from "./_setToArray-C7yMOeww.js";
4
+ function j() {
5
+ }
6
+ function m(n, t, r, i) {
7
+ for (var e = n.length, f = r + -1; ++f < e; )
8
+ if (t(n[f], f, n))
9
+ return f;
10
+ return -1;
11
+ }
12
+ function N(n) {
13
+ return n !== n;
14
+ }
15
+ function P(n, t, r) {
16
+ for (var i = r - 1, e = n.length; ++i < e; )
17
+ if (n[i] === t)
18
+ return i;
19
+ return -1;
20
+ }
21
+ function R(n, t, r) {
22
+ return t === t ? P(n, t, r) : m(n, N, r);
23
+ }
24
+ function E(n, t) {
25
+ var r = n == null ? 0 : n.length;
26
+ return !!r && R(n, t, 0) > -1;
27
+ }
28
+ function C(n, t, r) {
29
+ for (var i = -1, e = n == null ? 0 : n.length; ++i < e; )
30
+ if (r(t, n[i]))
31
+ return !0;
32
+ return !1;
33
+ }
34
+ var F = "[object Map]", L = "[object Set]", Y = Object.prototype, _ = Y.hasOwnProperty;
35
+ function K(n) {
36
+ if (n == null)
37
+ return !0;
38
+ if (b(n) && (T(n) || typeof n == "string" || typeof n.splice == "function" || w(n) || A(n) || I(n)))
39
+ return !n.length;
40
+ var t = S(n);
41
+ if (t == F || t == L)
42
+ return !n.size;
43
+ if (d(n))
44
+ return !x(n).length;
45
+ for (var r in n)
46
+ if (_.call(n, r))
47
+ return !1;
48
+ return !0;
49
+ }
50
+ var k = 1 / 0, q = u && 1 / a(new u([, -0]))[1] == k ? function(n) {
51
+ return new u(n);
52
+ } : j, z = 200;
53
+ function M(n, t, r) {
54
+ var i = -1, e = E, f = n.length, c = !0, h = [], s = h;
55
+ if (r)
56
+ c = !1, e = C;
57
+ else if (f >= z) {
58
+ var l = t ? null : q(n);
59
+ if (l)
60
+ return a(l);
61
+ c = !1, e = O, s = new y();
62
+ } else
63
+ s = t ? [] : h;
64
+ n:
65
+ for (; ++i < f; ) {
66
+ var o = n[i], g = t ? t(o) : o;
67
+ if (o = r || o !== 0 ? o : 0, c && g === g) {
68
+ for (var p = s.length; p--; )
69
+ if (s[p] === g)
70
+ continue n;
71
+ t && s.push(g), h.push(o);
72
+ } else e(s, g, r) || (s !== h && s.push(g), h.push(o));
73
+ }
74
+ return h;
75
+ }
76
+ export {
77
+ M as b,
78
+ K as i
79
+ };
@@ -1,7 +1,7 @@
1
- import { k as g } from "./_Uint8Array-DlJCtTvG.js";
2
- import { i as h } from "./_getTag-BV_UoLYG.js";
3
- import { b } from "./_baseIteratee-CP1bocOX.js";
4
- import { i as o } from "./_Map-DXNg_Z-q.js";
1
+ import { k as g } from "./_Uint8Array-_reI1Oam.js";
2
+ import { i as h } from "./_getTag-Cfxlub3L.js";
3
+ import { b } from "./_baseIteratee-CKlS0yRG.js";
4
+ import { i as o } from "./_MapCache-BiTi0iqu.js";
5
5
  function m(e, t, r, n) {
6
6
  for (var a = -1, i = e == null ? 0 : e.length; ++a < i; ) {
7
7
  var f = e[a];
@@ -1,4 +1,4 @@
1
- import { o as t } from "./_getTag-BV_UoLYG.js";
1
+ import { o as t } from "./_getTag-Cfxlub3L.js";
2
2
  var e = t(Object.getPrototypeOf, Object);
3
3
  export {
4
4
  e as g
@@ -1,4 +1,4 @@
1
- import { g as i, a as B, t as n, M as b } from "./_Map-DXNg_Z-q.js";
1
+ import { g as i, b as B, t as n, a as b } from "./_MapCache-BiTi0iqu.js";
2
2
  import { r as c, i as T, b as u, f as C } from "./isObjectLike-BatpeCIi.js";
3
3
  var f = i(c, "WeakMap"), k = 9007199254740991;
4
4
  function P(r) {
@@ -56,8 +56,8 @@ function Br(r) {
56
56
  mr.call(r, a) && a != "constructor" && t.push(a);
57
57
  return t;
58
58
  }
59
- var g = i(c, "DataView"), y = i(c, "Promise"), j = i(c, "Set"), x = "[object Map]", vr = "[object Object]", M = "[object Promise]", S = "[object Set]", O = "[object WeakMap]", $ = "[object DataView]", Ar = n(g), wr = n(b), xr = n(y), Mr = n(j), Sr = n(f), o = u;
60
- (g && o(new g(new ArrayBuffer(1))) != $ || b && o(new b()) != x || y && o(y.resolve()) != M || j && o(new j()) != S || f && o(new f()) != O) && (o = function(r) {
59
+ var g = i(c, "DataView"), y = i(c, "Promise"), j = i(c, "Set"), x = "[object Map]", vr = "[object Object]", S = "[object Promise]", M = "[object Set]", O = "[object WeakMap]", $ = "[object DataView]", Ar = n(g), wr = n(b), xr = n(y), Sr = n(j), Mr = n(f), o = u;
60
+ (g && o(new g(new ArrayBuffer(1))) != $ || b && o(new b()) != x || y && o(y.resolve()) != S || j && o(new j()) != M || f && o(new f()) != O) && (o = function(r) {
61
61
  var t = u(r), a = t == vr ? r.constructor : void 0, d = a ? n(a) : "";
62
62
  if (d)
63
63
  switch (d) {
@@ -66,10 +66,10 @@ var g = i(c, "DataView"), y = i(c, "Promise"), j = i(c, "Set"), x = "[object Map
66
66
  case wr:
67
67
  return x;
68
68
  case xr:
69
- return M;
70
- case Mr:
71
69
  return S;
72
70
  case Sr:
71
+ return M;
72
+ case Mr:
73
73
  return O;
74
74
  }
75
75
  return t;
@@ -78,10 +78,10 @@ export {
78
78
  j as S,
79
79
  Er as a,
80
80
  Ir as b,
81
- hr as c,
82
- F as d,
83
- Br as e,
84
- yr as f,
81
+ yr as c,
82
+ hr as d,
83
+ F as e,
84
+ Br as f,
85
85
  o as g,
86
86
  P as h,
87
87
  Pr as i,
@@ -0,0 +1,29 @@
1
+ import { M as h } from "./_MapCache-BiTi0iqu.js";
2
+ var s = "__lodash_hash_undefined__";
3
+ function _(t) {
4
+ return this.__data__.set(t, s), this;
5
+ }
6
+ function o(t) {
7
+ return this.__data__.has(t);
8
+ }
9
+ function n(t) {
10
+ var a = -1, e = t == null ? 0 : t.length;
11
+ for (this.__data__ = new h(); ++a < e; )
12
+ this.add(t[a]);
13
+ }
14
+ n.prototype.add = n.prototype.push = _;
15
+ n.prototype.has = o;
16
+ function c(t, a) {
17
+ return t.has(a);
18
+ }
19
+ function d(t) {
20
+ var a = -1, e = Array(t.size);
21
+ return t.forEach(function(r) {
22
+ e[++a] = r;
23
+ }), e;
24
+ }
25
+ export {
26
+ n as S,
27
+ c,
28
+ d as s
29
+ };
@@ -1,4 +1,4 @@
1
- import { b as o } from "./_baseClone-BlMmRXeX.js";
1
+ import { b as o } from "./_baseClone-Bp6f2Ljb.js";
2
2
  var r = 1, n = 4;
3
3
  function a(e) {
4
4
  return o(e, r | n);
@@ -1,7 +1,7 @@
1
1
  import { jsx as d } from "react/jsx-runtime";
2
2
  import { Popover as r } from "@mui/material";
3
3
  import v, { useRef as c, useState as g, useEffect as R } from "react";
4
- import { A as k } from "../AnnotationDetails-D9AJM0An.js";
4
+ import { A as k } from "../AnnotationDetails-BuzcQyAM.js";
5
5
  const S = v.memo(({ anchorEl: t, enrichRequest: u, open: o, onClose: l, ...e }) => {
6
6
  var f, s, m;
7
7
  const a = c(), [x, n] = g(!1);
@@ -9,9 +9,9 @@ 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-BheQYl6f.js";
13
- import { A as n } from "../AnnotationDetails-D9AJM0An.js";
14
- import "../ClueEnrichContext-DsFsXixD.js";
12
+ import "../groupBy-IWYxSFLq.js";
13
+ import { A as n } from "../AnnotationDetails-BuzcQyAM.js";
14
+ import "../useClueTypeConfig-D1DlRG7e.js";
15
15
  import "react";
16
16
  import "../index-E7g8cRyW.js";
17
17
  import "./actions/ExecutePopover.js";
@@ -2,7 +2,7 @@ import { jsxs as e, jsx as i, Fragment as l } from "react/jsx-runtime";
2
2
  import { I as o } from "../iconify-BBckr5AQ.js";
3
3
  import { Stack as t, Typography as c, Chip as s, IconButton as a } from "@mui/material";
4
4
  import n from "./display/icons/Iconified.js";
5
- import { t as m } from "../utils-BnmI_6N8.js";
5
+ import { t as m } from "../utils-C8TeL4oX.js";
6
6
  import { memo as p } from "react";
7
7
  import d from "./AnnotationBody.js";
8
8
  import f from "./ClassificationChip.js";
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../iconify-BBckr5AQ.js";
3
3
  import "@mui/material";
4
- import { A as d } from "../AnnotationPreview-Lb5be8ZG.js";
4
+ import { A as d } from "../AnnotationPreview-BUNr3hF2.js";
5
5
  import "../hooks/useAnnotations.js";
6
- import "../utils-BnmI_6N8.js";
6
+ import "../utils-C8TeL4oX.js";
7
7
  import "react";
8
8
  import "../index-E7g8cRyW.js";
9
9
  export {
@@ -10,7 +10,7 @@ import L from "../icons/Context.js";
10
10
  import Q from "../icons/Opinion.js";
11
11
  import { ICON_MAP as y } from "../icons/iconMap.js";
12
12
  import U from "../text/Frequency.js";
13
- import { u as V } from "../ClueEnrichContext-DsFsXixD.js";
13
+ import { u as V } from "../useClueTypeConfig-D1DlRG7e.js";
14
14
  import { memo as X, useState as Y, useMemo as T, useCallback as Z } from "react";
15
15
  import { u as _ } from "../index-E7g8cRyW.js";
16
16
  import P from "./AnnotationEntry.js";
@@ -3,7 +3,7 @@ import { Chip as B, Tooltip as G, Box as $, Stack as H, CircularProgress as J }
3
3
  import K from "./display/icons/Iconified.js";
4
4
  import { ClueComponentContext as L } from "../hooks/ClueComponentContext.js";
5
5
  import { ClueGroupContext as N } from "../hooks/ClueGroupContext.js";
6
- import { C as E } from "../AnnotationPreview-Lb5be8ZG.js";
6
+ import { C as E } from "../AnnotationPreview-BUNr3hF2.js";
7
7
  import { useClueEnrichSelector as Q } from "../hooks/selectors.js";
8
8
  import U from "../hooks/useAnnotations.js";
9
9
  import V from "../icons/Action.js";
@@ -3,7 +3,7 @@ import { useTheme as K, Stack as L, CircularProgress as Q, Tooltip as U, IconBut
3
3
  import W from "./display/icons/Iconified.js";
4
4
  import { ClueComponentContext as X } from "../hooks/ClueComponentContext.js";
5
5
  import { ClueGroupContext as Y } from "../hooks/ClueGroupContext.js";
6
- import { C as $ } from "../AnnotationPreview-Lb5be8ZG.js";
6
+ import { C as $ } from "../AnnotationPreview-BUNr3hF2.js";
7
7
  import { useClueEnrichSelector as Z } from "../hooks/selectors.js";
8
8
  import F from "../hooks/useAnnotations.js";
9
9
  import _ from "../icons/Action.js";
@@ -3,10 +3,10 @@ import "@jsonforms/material-renderers";
3
3
  import "@jsonforms/react";
4
4
  import "@mui/material";
5
5
  import "../display/icons/Iconified.js";
6
- import "../../index-C15OYgRY.js";
6
+ import "../../index-DtRkeZWt.js";
7
7
  import "../../hooks/ClueComponentContext.js";
8
- import { A } from "../../ActionForm-myEAs2UC.js";
9
- import "../../utils-BnmI_6N8.js";
8
+ import { A } from "../../ActionForm-CW8ZBIh8.js";
9
+ import "../../utils-C8TeL4oX.js";
10
10
  import "react";
11
11
  import "../../index-E7g8cRyW.js";
12
12
  import "../ErrorBoundary.js";
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "../../iconify-BBckr5AQ.js";
3
3
  import "@mui/material";
4
- import "../../index-C15OYgRY.js";
4
+ import "../../index-DtRkeZWt.js";
5
5
  import "../display/markdown/index.js";
6
6
  import "../../hooks/ClueComponentContext.js";
7
- import { R as u } from "../../ActionForm-myEAs2UC.js";
7
+ import { R as u } from "../../ActionForm-CW8ZBIh8.js";
8
8
  import "react";
9
9
  import "../../index-E7g8cRyW.js";
10
10
  import "../ClassificationChip.js";
@@ -1,5 +1,5 @@
1
- import { c as y } from "../../../cloneDeep-BPVpFBzJ.js";
2
- import { g as s } from "../../../get-Bow1vKwx.js";
1
+ import { c as y } from "../../../cloneDeep-Bky1GFdq.js";
2
+ import { g as s } from "../../../get-CH7kz5Ix.js";
3
3
  const u = (i) => {
4
4
  const r = [], l = y(i), n = {
5
5
  ...l,
@@ -1,15 +1,15 @@
1
1
  import { jsxs as l, jsx as n, Fragment as b } from "react/jsx-runtime";
2
2
  import { Stack as c, Typography as g, Card as C, CardContent as w, Divider as m, Collapse as _ } from "@mui/material";
3
- import { a as E, f as O } from "../../../../utils-BnmI_6N8.js";
3
+ import { a as E, f as O } from "../../../../utils-C8TeL4oX.js";
4
4
  import { cssImportant as d } from "../../../../utils/graph.js";
5
- import { b as S, c as v, t as k, a as A } from "../../../../_baseGet-Dgf6_xCm.js";
6
- import { c as I, g as L, b as F } from "../../../../_baseClone-BlMmRXeX.js";
5
+ import { b as S, c as v, t as k, a as A } from "../../../../_baseGet-DSZygzyq.js";
6
+ import { c as I, g as L, b as F } from "../../../../_baseClone-Bp6f2Ljb.js";
7
7
  import { l as N } from "../../../../last-7CdUxN0r.js";
8
8
  import { b as P } from "../../../../_baseSlice-M5RKzt1A.js";
9
- import { b as D, s as M, o as G } from "../../../../_baseFlatten-CN7vDNEQ.js";
9
+ import { b as D, s as M, o as G } from "../../../../_baseFlatten-eJWQqONl.js";
10
10
  import { useState as x, useEffect as T, useCallback as z, Fragment as B } from "react";
11
11
  import R from "../../icons/Iconified.js";
12
- import { J } from "../../../../index-C15OYgRY.js";
12
+ import { J } from "../../../../index-DtRkeZWt.js";
13
13
  import K from "../../markdown/index.js";
14
14
  import $ from "../ExpandMoreButton.js";
15
15
  import h from "./NodeTag.js";
@@ -1,13 +1,13 @@
1
1
  import { jsx as i, jsxs as l, Fragment as ke } from "react/jsx-runtime";
2
2
  import { useMemo as m, useRef as te, useState as u, useEffect as z, useCallback as f, createElement as Ce } from "react";
3
3
  import { useTheme as we, lighten as oe, darken as ne, Stack as x, Card as T, Typography as he, alpha as ie, Autocomplete as ze, TextField as Se, FormControl as Ee, InputLabel as Ie, Select as Oe, MenuItem as Ne, IconButton as Me, Collapse as Pe } from "@mui/material";
4
- import { p as Fe } from "../../../index-C15OYgRY.js";
4
+ import { p as Fe } from "../../../index-DtRkeZWt.js";
5
5
  import { z as Re, i as P, s as p, t as Te, p as re } from "../../../index-p5_wX7q1.js";
6
6
  import { ClueComponentContext as ge } from "../../../hooks/ClueComponentContext.js";
7
7
  import Le from "../../../hooks/useComparator.js";
8
8
  import { useMyLocalStorageItem as g } from "../../../hooks/useMyLocalStorage.js";
9
9
  import { StorageKey as L } from "../../../utils/constants.js";
10
- import { g as Ae } from "../../../get-Bow1vKwx.js";
10
+ import { g as Ae } from "../../../get-CH7kz5Ix.js";
11
11
  import { u as Be } from "../../../index-E7g8cRyW.js";
12
12
  import { cssImportant as k } from "../../../utils/graph.js";
13
13
  import ae from "../icons/Iconified.js";
@@ -4,8 +4,8 @@ import A from "../../../../../hooks/useMyHighlights.js";
4
4
  import { useMyLocalStorageItem as D } from "../../../../../hooks/useMyLocalStorage.js";
5
5
  import { StorageKey as F } from "../../../../../utils/constants.js";
6
6
  import { cyrb53 as K } from "../../../../../utils/graph.js";
7
- import { c as U } from "../../../../../countBy-DOutsa_w.js";
8
- import { s as X } from "../../../../../sumBy-DxJUU2E8.js";
7
+ import { c as U } from "../../../../../countBy-isCNN_rn.js";
8
+ import { s as X } from "../../../../../sumBy-Bn_6t8o-.js";
9
9
  import { memo as Y, useRef as p, useMemo as c, useCallback as q } from "react";
10
10
  import G from "../Leaf.js";
11
11
  const u = {
@@ -4,10 +4,10 @@ import It from "../../../../../hooks/useComparator.js";
4
4
  import Wt from "../../../../../hooks/useMyHighlights.js";
5
5
  import { useMyLocalStorageItem as Ot } from "../../../../../hooks/useMyLocalStorage.js";
6
6
  import { StorageKey as Pt, BUNDLE_SEPARATOR as Ht } from "../../../../../utils/constants.js";
7
- import { c as Xt } from "../../../../../cloneDeep-BPVpFBzJ.js";
8
- import { g as Tt } from "../../../../../get-Bow1vKwx.js";
7
+ import { c as Xt } from "../../../../../cloneDeep-Bky1GFdq.js";
8
+ import { g as Tt } from "../../../../../get-CH7kz5Ix.js";
9
9
  import { i as Yt } from "../../../../../isNil-CjWwlQS3.js";
10
- import { b as $t, a as jt, i as Ut } from "../../../../../_baseExtremum-P_0akmCi.js";
10
+ import { b as $t, a as jt, i as Ut } from "../../../../../_baseExtremum-C9G1qBqT.js";
11
11
  import { i as Nt } from "../../../../../identity-ByMq8VxU.js";
12
12
  import { t as et } from "../../../../../toFinite-BMy6GObD.js";
13
13
  import { b as Gt } from "../../../../../_baseSum-wEbgNeUs.js";
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "@mui/material";
3
- import { J as l } from "../../../index-C15OYgRY.js";
4
- import "../../../utils-BnmI_6N8.js";
3
+ import { J as l } from "../../../index-DtRkeZWt.js";
4
+ import "../../../utils-C8TeL4oX.js";
5
5
  import "../../../hooks/ClueComponentContext.js";
6
6
  import "../../../hooks/useMyLocalStorage.js";
7
7
  import "../../../utils/constants.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as y, Fragment as C, jsx as e } from "react/jsx-runtime";
2
2
  import { useTheme as k, Tooltip as S, IconButton as E, CircularProgress as d, Button as z, Popover as I, Paper as j, Stack as c, Box as P, Typography as B, Divider as O } from "@mui/material";
3
3
  import { useClueComponentSelector as T, useClueEnrichSelector as p } from "../../hooks/selectors.js";
4
- import { c as w } from "../../ActionForm-myEAs2UC.js";
4
+ import { c as w } from "../../ActionForm-CW8ZBIh8.js";
5
5
  import { useState as m, useRef as M, useCallback as D, useEffect as F } from "react";
6
6
  import g from "../display/icons/Iconified.js";
7
7
  const J = ({ show: t = !1, size: b = "small", selector: n }) => {
@@ -3,7 +3,7 @@ import { I } from "../../iconify-BBckr5AQ.js";
3
3
  import { useTheme as J, Skeleton as A, Chip as N, Tooltip as z, Paper as O, Stack as x, Box as D, IconButton as E } from "@mui/material";
4
4
  import { F } from "../../FlexOne-BXWFOd1T.js";
5
5
  import w from "../display/icons/Iconified.js";
6
- import { J as G } from "../../index-C15OYgRY.js";
6
+ import { J as G } from "../../index-DtRkeZWt.js";
7
7
  import { ClueComponentContext as H } from "../../hooks/ClueComponentContext.js";
8
8
  import { useClueFetcherSelector as g } from "../../hooks/selectors.js";
9
9
  import L, { useState as s, useEffect as V, memo as W } from "react";
@@ -1,5 +1,5 @@
1
1
  import { ClueGroupContext as s } from "../../hooks/ClueGroupContext.js";
2
- import { i as u } from "../../utils-BnmI_6N8.js";
2
+ import { i as u } from "../../utils-C8TeL4oX.js";
3
3
  import { memo as i, useEffect as a } from "react";
4
4
  import { u as n } from "../../index-E7g8cRyW.js";
5
5
  const p = ({ children: e, entry: t, selected: m = !1 }) => {
@@ -6,7 +6,7 @@ import { SNACKBAR_EVENT_ID as w } from "../../data/event.js";
6
6
  import { ClueGroupContext as j } from "../../hooks/ClueGroupContext.js";
7
7
  import { useClueComponentSelector as A, useClueEnrichSelector as u } from "../../hooks/selectors.js";
8
8
  import { safeDispatchEvent as B } from "../../utils/window.js";
9
- import { c as F } from "../../ActionForm-myEAs2UC.js";
9
+ import { c as F } from "../../ActionForm-CW8ZBIh8.js";
10
10
  import { useState as d, useMemo as O, useCallback as T } from "react";
11
11
  import { u as D } from "../../index-E7g8cRyW.js";
12
12
  import G from "../actions/ExecutePopover.js";
@@ -1,5 +1,5 @@
1
- import { b as a } from "./_baseAssignValue-CUmzp727.js";
2
- import { c as t } from "./_createAggregator-B4Cav8ZM.js";
1
+ import { b as a } from "./_baseAssignValue-CNMLQZco.js";
2
+ import { c as t } from "./_createAggregator-BaD8jK99.js";
3
3
  var e = Object.prototype, c = e.hasOwnProperty, i = t(function(o, p, r) {
4
4
  c.call(o, r) ? ++o[r] : a(o, r, 1);
5
5
  });
@@ -1,4 +1,4 @@
1
- import { b as u } from "./_baseGet-Dgf6_xCm.js";
1
+ import { b as u } from "./_baseGet-DSZygzyq.js";
2
2
  function d(e, r, t) {
3
3
  var n = e == null ? void 0 : u(e, r);
4
4
  return n === void 0 ? t : n;