@cccsaurora/clue-ui 1.2.0-dev.236 → 1.2.0-dev.246
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-D7K1Dr1M.js +5913 -0
- package/{AnnotationDetails-BEHFNNv3.js → AnnotationDetails-Gb4M_dPK.js} +2 -2
- package/{AnnotationPreview-MO5UsP5l.js → AnnotationPreview-CvN6eOeH.js} +3 -3
- package/{ClueEnrichContext-DoOHQeVr.js → ClueEnrichContext-BkD9ZwM9.js} +3 -3
- package/{_Uint8Array-BYE8bXpl.js → _Uint8Array-DdG4KLKn.js} +1 -1
- package/{_baseClone-BZWIR6v5.js → _baseClone-BpWiBnMp.js} +1 -1
- package/{_baseExtremum-CvA2lsVF.js → _baseExtremum-BY663UjY.js} +1 -1
- package/{_baseFlatten-hXNFmTLV.js → _baseFlatten-B69cDsaV.js} +1 -1
- package/{_baseIsEqual-CIc2ClfN.js → _baseIsEqual-B4IufFlL.js} +1 -1
- package/{_baseIteratee-B7fb_3hC.js → _baseIteratee-7AQvAy1o.js} +2 -2
- package/{_createAggregator-WsSxBVpS.js → _createAggregator-CwGPThny.js} +2 -2
- package/{cloneDeep-CASxfDJM.js → cloneDeep-DmUylbkM.js} +1 -1
- package/components/AnnotationDetailPopover.js +1 -1
- package/components/AnnotationDetails.js +3 -3
- package/components/AnnotationEntry.js +1 -1
- package/components/AnnotationPreview.js +3 -3
- package/components/EnrichedCard.js +3 -3
- package/components/EnrichedChip.js +4 -4
- package/components/EnrichedTypography.js +4 -4
- package/components/RetryFailedEnrichments.js +1 -1
- package/components/SourcePicker.js +2 -2
- package/components/actions/ActionForm.js +4 -4
- package/components/actions/ExecutePopover.js +1 -1
- package/components/actions/ResultModal.js +2 -2
- package/components/actions/form/schemaAdapter.js +1 -1
- package/components/actions/formats/FileResult.js +1 -1
- package/components/actions/formats/index.js +1 -1
- package/components/display/graph/elements/NodeCard.js +4 -4
- package/components/display/graph/index.js +4 -4
- package/components/display/graph/visualizations/cloud/index.js +3 -3
- package/components/display/graph/visualizations/tree/BundleLine.js +1 -1
- package/components/display/graph/visualizations/tree/index.js +2 -2
- package/components/display/json/index.js +3 -3
- package/components/enrichment/EnrichPopover.js +1 -1
- package/components/fetchers/Fetcher.js +4 -4
- package/components/fetchers/StatusChip.js +1 -1
- package/components/group/Entry.js +4 -4
- package/components/group/Group.js +2 -2
- package/components/group/GroupControl.js +2 -2
- package/{countBy-BM48i7TV.js → countBy-DqlU5OwT.js} +1 -1
- package/database/index.js +1 -1
- package/{groupBy-mXHt-nYT.js → groupBy-ChDRT7uy.js} +1 -1
- package/hooks/ClueActionContext.js +2 -3
- package/hooks/ClueComponentContext.js +1 -1
- package/hooks/ClueDatabaseContext.js +1 -1
- package/hooks/ClueEnrichContext.js +3 -3
- package/hooks/ClueFetcherContext.js +1 -1
- package/hooks/ClueGroupContext.js +1 -1
- package/hooks/CluePopupContext.js +3 -3
- package/hooks/ClueProvider.js +3 -3
- package/hooks/selectors.js +3 -3
- package/hooks/useActionResult.js +1 -1
- package/hooks/useAnnotations.js +1 -1
- package/hooks/useClue.js +2 -2
- package/hooks/useClueActions.js +2 -2
- package/hooks/useFetcherResult.js +1 -1
- package/icons/Action.js +4 -4
- package/icons/Assessment.js +6 -6
- package/icons/Context.js +3 -3
- package/icons/Opinion.js +6 -6
- package/{index-BDVjGvMI.js → index-AMfoEg_6.js} +49 -49
- package/{index-C3lkTD69.js → index-B6C2a_Lg.js} +1 -1
- package/{index-CC12Ux-9.js → index-C12gPw2W.js} +15818 -15774
- package/{index-BbPn6-Mw.js → index-DCKkHTvx.js} +39 -39
- package/{index-Bmoj6JY8.js → index-UkW8Sur3.js} +2 -2
- package/main.js +5 -5
- package/package.json +2 -2
- package/{sortBy-B0zptFuY.js → sortBy-C7mGPI_D.js} +4 -4
- package/{sumBy-ByJNa2hf.js → sumBy-CGALjmwQ.js} +1 -1
- package/text/Frequency.js +1 -1
- package/utils/chain.js +7 -7
- package/utils/time.js +4 -4
- package/utils/utils.js +1 -1
- package/{utils-CW9CNV1h.js → utils-71DpzFrA.js} +1 -1
- package/ActionForm-U5a2mLUv.js +0 -557
|
@@ -2545,7 +2545,7 @@ function hslConvert(o) {
|
|
|
2545
2545
|
}
|
|
2546
2546
|
return new Hsl(h, s2, l, o.opacity);
|
|
2547
2547
|
}
|
|
2548
|
-
function hsl$
|
|
2548
|
+
function hsl$1(h, s2, l, opacity) {
|
|
2549
2549
|
return arguments.length === 1 ? hslConvert(h) : new Hsl(h, s2, l, opacity == null ? 1 : opacity);
|
|
2550
2550
|
}
|
|
2551
2551
|
function Hsl(h, s2, l, opacity) {
|
|
@@ -2554,7 +2554,7 @@ function Hsl(h, s2, l, opacity) {
|
|
|
2554
2554
|
this.l = +l;
|
|
2555
2555
|
this.opacity = +opacity;
|
|
2556
2556
|
}
|
|
2557
|
-
define(Hsl, hsl$
|
|
2557
|
+
define(Hsl, hsl$1, extend(Color, {
|
|
2558
2558
|
brighter(k2) {
|
|
2559
2559
|
k2 = k2 == null ? brighter : Math.pow(brighter, k2);
|
|
2560
2560
|
return new Hsl(this.h, this.s, this.l * k2, this.opacity);
|
|
@@ -2662,7 +2662,7 @@ function hclConvert(o) {
|
|
|
2662
2662
|
function lch(l, c2, h, opacity) {
|
|
2663
2663
|
return arguments.length === 1 ? hclConvert(l) : new Hcl(h, c2, l, opacity == null ? 1 : opacity);
|
|
2664
2664
|
}
|
|
2665
|
-
function hcl$
|
|
2665
|
+
function hcl$1(h, c2, l, opacity) {
|
|
2666
2666
|
return arguments.length === 1 ? hclConvert(h) : new Hcl(h, c2, l, opacity == null ? 1 : opacity);
|
|
2667
2667
|
}
|
|
2668
2668
|
function Hcl(h, c2, l, opacity) {
|
|
@@ -2676,7 +2676,7 @@ function hcl2lab(o) {
|
|
|
2676
2676
|
var h = o.h * radians$1;
|
|
2677
2677
|
return new Lab(o.l, Math.cos(h) * o.c, Math.sin(h) * o.c, o.opacity);
|
|
2678
2678
|
}
|
|
2679
|
-
define(Hcl, hcl$
|
|
2679
|
+
define(Hcl, hcl$1, extend(Color, {
|
|
2680
2680
|
brighter(k2) {
|
|
2681
2681
|
return new Hcl(this.h, this.c, this.l + K * (k2 == null ? 1 : k2), this.opacity);
|
|
2682
2682
|
},
|
|
@@ -2694,7 +2694,7 @@ function cubehelixConvert(o) {
|
|
|
2694
2694
|
var r = o.r / 255, g = o.g / 255, b = o.b / 255, l = (BC_DA * b + ED * r - EB * g) / (BC_DA + ED - EB), bl = b - l, k2 = (E * (g - l) - C * bl) / D$1, s2 = Math.sqrt(k2 * k2 + bl * bl) / (E * l * (1 - l)), h = s2 ? Math.atan2(k2, bl) * degrees$2 - 120 : NaN;
|
|
2695
2695
|
return new Cubehelix(h < 0 ? h + 360 : h, s2, l, o.opacity);
|
|
2696
2696
|
}
|
|
2697
|
-
function cubehelix$
|
|
2697
|
+
function cubehelix$2(h, s2, l, opacity) {
|
|
2698
2698
|
return arguments.length === 1 ? cubehelixConvert(h) : new Cubehelix(h, s2, l, opacity == null ? 1 : opacity);
|
|
2699
2699
|
}
|
|
2700
2700
|
function Cubehelix(h, s2, l, opacity) {
|
|
@@ -2703,7 +2703,7 @@ function Cubehelix(h, s2, l, opacity) {
|
|
|
2703
2703
|
this.l = +l;
|
|
2704
2704
|
this.opacity = +opacity;
|
|
2705
2705
|
}
|
|
2706
|
-
define(Cubehelix, cubehelix$
|
|
2706
|
+
define(Cubehelix, cubehelix$2, extend(Color, {
|
|
2707
2707
|
brighter(k2) {
|
|
2708
2708
|
k2 = k2 == null ? brighter : Math.pow(brighter, k2);
|
|
2709
2709
|
return new Cubehelix(this.h, this.s, this.l * k2, this.opacity);
|
|
@@ -3048,7 +3048,7 @@ const interpolateZoom = function zoomRho(rho, rho2, rho4) {
|
|
|
3048
3048
|
}(Math.SQRT2, 2, 4);
|
|
3049
3049
|
function hsl(hue2) {
|
|
3050
3050
|
return function(start2, end) {
|
|
3051
|
-
var h = hue2((start2 = hsl$
|
|
3051
|
+
var h = hue2((start2 = hsl$1(start2)).h, (end = hsl$1(end)).h), s2 = nogamma(start2.s, end.s), l = nogamma(start2.l, end.l), opacity = nogamma(start2.opacity, end.opacity);
|
|
3052
3052
|
return function(t) {
|
|
3053
3053
|
start2.h = h(t);
|
|
3054
3054
|
start2.s = s2(t);
|
|
@@ -3058,7 +3058,7 @@ function hsl(hue2) {
|
|
|
3058
3058
|
};
|
|
3059
3059
|
};
|
|
3060
3060
|
}
|
|
3061
|
-
const
|
|
3061
|
+
const hsl_default = hsl(hue$1);
|
|
3062
3062
|
var hslLong = hsl(nogamma);
|
|
3063
3063
|
function lab(start2, end) {
|
|
3064
3064
|
var l = nogamma((start2 = lab$1(start2)).l, (end = lab$1(end)).l), a2 = nogamma(start2.a, end.a), b = nogamma(start2.b, end.b), opacity = nogamma(start2.opacity, end.opacity);
|
|
@@ -3072,7 +3072,7 @@ function lab(start2, end) {
|
|
|
3072
3072
|
}
|
|
3073
3073
|
function hcl(hue2) {
|
|
3074
3074
|
return function(start2, end) {
|
|
3075
|
-
var h = hue2((start2 = hcl$
|
|
3075
|
+
var h = hue2((start2 = hcl$1(start2)).h, (end = hcl$1(end)).h), c2 = nogamma(start2.c, end.c), l = nogamma(start2.l, end.l), opacity = nogamma(start2.opacity, end.opacity);
|
|
3076
3076
|
return function(t) {
|
|
3077
3077
|
start2.h = h(t);
|
|
3078
3078
|
start2.c = c2(t);
|
|
@@ -3082,13 +3082,13 @@ function hcl(hue2) {
|
|
|
3082
3082
|
};
|
|
3083
3083
|
};
|
|
3084
3084
|
}
|
|
3085
|
-
const
|
|
3085
|
+
const hcl_default = hcl(hue$1);
|
|
3086
3086
|
var hclLong = hcl(nogamma);
|
|
3087
3087
|
function cubehelix$1(hue2) {
|
|
3088
3088
|
return function cubehelixGamma(y2) {
|
|
3089
3089
|
y2 = +y2;
|
|
3090
3090
|
function cubehelix2(start2, end) {
|
|
3091
|
-
var h = hue2((start2 = cubehelix$
|
|
3091
|
+
var h = hue2((start2 = cubehelix$2(start2)).h, (end = cubehelix$2(end)).h), s2 = nogamma(start2.s, end.s), l = nogamma(start2.l, end.l), opacity = nogamma(start2.opacity, end.opacity);
|
|
3092
3092
|
return function(t) {
|
|
3093
3093
|
start2.h = h(t);
|
|
3094
3094
|
start2.s = s2(t);
|
|
@@ -3101,7 +3101,7 @@ function cubehelix$1(hue2) {
|
|
|
3101
3101
|
return cubehelix2;
|
|
3102
3102
|
}(1);
|
|
3103
3103
|
}
|
|
3104
|
-
const
|
|
3104
|
+
const cubehelix_default = cubehelix$1(hue$1);
|
|
3105
3105
|
var cubehelixLong = cubehelix$1(nogamma);
|
|
3106
3106
|
function piecewise(interpolate2, values) {
|
|
3107
3107
|
if (values === void 0) values = interpolate2, interpolate2 = interpolate$2;
|
|
@@ -4169,15 +4169,15 @@ function brushSelection(node) {
|
|
|
4169
4169
|
return state ? state.dim.output(state.selection) : null;
|
|
4170
4170
|
}
|
|
4171
4171
|
function brushX() {
|
|
4172
|
-
return brush
|
|
4172
|
+
return brush(X);
|
|
4173
4173
|
}
|
|
4174
4174
|
function brushY() {
|
|
4175
|
-
return brush
|
|
4175
|
+
return brush(Y);
|
|
4176
4176
|
}
|
|
4177
|
-
function
|
|
4178
|
-
return brush
|
|
4177
|
+
function brush_default() {
|
|
4178
|
+
return brush(XY);
|
|
4179
4179
|
}
|
|
4180
|
-
function brush
|
|
4180
|
+
function brush(dim) {
|
|
4181
4181
|
var extent2 = defaultExtent$1, filter2 = defaultFilter$1, touchable = defaultTouchable$1, keys = true, listeners = dispatch("start", "brush", "end"), handleSize = 6, touchending;
|
|
4182
4182
|
function brush2(group2) {
|
|
4183
4183
|
var overlay = group2.property("__brush", initialize).selectAll(".overlay").data([type("overlay")]);
|
|
@@ -4547,16 +4547,16 @@ function compareValue(compare) {
|
|
|
4547
4547
|
);
|
|
4548
4548
|
};
|
|
4549
4549
|
}
|
|
4550
|
-
function
|
|
4551
|
-
return chord
|
|
4550
|
+
function chord_default() {
|
|
4551
|
+
return chord(false, false);
|
|
4552
4552
|
}
|
|
4553
4553
|
function chordTranspose() {
|
|
4554
|
-
return chord
|
|
4554
|
+
return chord(false, true);
|
|
4555
4555
|
}
|
|
4556
4556
|
function chordDirected() {
|
|
4557
|
-
return chord
|
|
4557
|
+
return chord(true, false);
|
|
4558
4558
|
}
|
|
4559
|
-
function chord
|
|
4559
|
+
function chord(directed, transpose2) {
|
|
4560
4560
|
var padAngle = 0, sortGroups = null, sortSubgroups = null, sortChords = null;
|
|
4561
4561
|
function chord2(matrix) {
|
|
4562
4562
|
var n = matrix.length, groupSums = new Array(n), groupIndex = range$1(0, n), chords = new Array(n * n), groups2 = new Array(n), k2 = 0, dx;
|
|
@@ -4807,7 +4807,7 @@ function ribbon(headRadius) {
|
|
|
4807
4807
|
};
|
|
4808
4808
|
return ribbon2;
|
|
4809
4809
|
}
|
|
4810
|
-
function
|
|
4810
|
+
function ribbon_default() {
|
|
4811
4811
|
return ribbon();
|
|
4812
4812
|
}
|
|
4813
4813
|
function ribbonArrow() {
|
|
@@ -13026,10 +13026,10 @@ function cividis(t) {
|
|
|
13026
13026
|
t = Math.max(0, Math.min(1, t));
|
|
13027
13027
|
return "rgb(" + Math.max(0, Math.min(255, Math.round(-4.54 - t * (35.34 - t * (2381.73 - t * (6402.7 - t * (7024.72 - t * 2710.57))))))) + ", " + Math.max(0, Math.min(255, Math.round(32.49 + t * (170.73 + t * (52.82 - t * (131.46 - t * (176.58 - t * 67.37))))))) + ", " + Math.max(0, Math.min(255, Math.round(81.24 + t * (442.36 - t * (2482.43 - t * (6167.24 - t * (6614.94 - t * 2475.67))))))) + ")";
|
|
13028
13028
|
}
|
|
13029
|
-
const cubehelix = cubehelixLong(cubehelix$
|
|
13030
|
-
var warm = cubehelixLong(cubehelix$
|
|
13031
|
-
var cool = cubehelixLong(cubehelix$
|
|
13032
|
-
var c$2 = cubehelix$
|
|
13029
|
+
const cubehelix = cubehelixLong(cubehelix$2(300, 0.5, 0), cubehelix$2(-240, 0.5, 1));
|
|
13030
|
+
var warm = cubehelixLong(cubehelix$2(-100, 0.75, 0.35), cubehelix$2(80, 1.5, 0.8));
|
|
13031
|
+
var cool = cubehelixLong(cubehelix$2(260, 0.75, 0.35), cubehelix$2(80, 1.5, 0.8));
|
|
13032
|
+
var c$2 = cubehelix$2();
|
|
13033
13033
|
function rainbow(t) {
|
|
13034
13034
|
if (t < 0 || t > 1) t -= Math.floor(t);
|
|
13035
13035
|
var ts = Math.abs(t - 0.5);
|
|
@@ -13465,7 +13465,7 @@ function lineRadial(l) {
|
|
|
13465
13465
|
};
|
|
13466
13466
|
return l;
|
|
13467
13467
|
}
|
|
13468
|
-
function
|
|
13468
|
+
function lineRadial_default() {
|
|
13469
13469
|
return lineRadial(line().curve(curveRadialLinear));
|
|
13470
13470
|
}
|
|
13471
13471
|
function areaRadial() {
|
|
@@ -15175,12 +15175,12 @@ const d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15175
15175
|
blur,
|
|
15176
15176
|
blur2,
|
|
15177
15177
|
blurImage,
|
|
15178
|
-
brush,
|
|
15178
|
+
brush: brush_default,
|
|
15179
15179
|
brushSelection,
|
|
15180
15180
|
brushX,
|
|
15181
15181
|
brushY,
|
|
15182
15182
|
buffer,
|
|
15183
|
-
chord,
|
|
15183
|
+
chord: chord_default,
|
|
15184
15184
|
chordDirected,
|
|
15185
15185
|
chordTranspose,
|
|
15186
15186
|
cluster,
|
|
@@ -15199,7 +15199,7 @@ const d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15199
15199
|
csvFormatValue,
|
|
15200
15200
|
csvParse,
|
|
15201
15201
|
csvParseRows,
|
|
15202
|
-
cubehelix: cubehelix$
|
|
15202
|
+
cubehelix: cubehelix$2,
|
|
15203
15203
|
cumsum,
|
|
15204
15204
|
curveBasis: basis,
|
|
15205
15205
|
curveBasisClosed: basisClosed,
|
|
@@ -15347,10 +15347,10 @@ const d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15347
15347
|
group,
|
|
15348
15348
|
groupSort,
|
|
15349
15349
|
groups,
|
|
15350
|
-
hcl: hcl$
|
|
15350
|
+
hcl: hcl$1,
|
|
15351
15351
|
hierarchy,
|
|
15352
15352
|
histogram: bin,
|
|
15353
|
-
hsl: hsl$
|
|
15353
|
+
hsl: hsl$1,
|
|
15354
15354
|
html,
|
|
15355
15355
|
image,
|
|
15356
15356
|
index: index$4,
|
|
@@ -15365,7 +15365,7 @@ const d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15365
15365
|
interpolateBuPu: BuPu,
|
|
15366
15366
|
interpolateCividis: cividis,
|
|
15367
15367
|
interpolateCool: cool,
|
|
15368
|
-
interpolateCubehelix:
|
|
15368
|
+
interpolateCubehelix: cubehelix_default,
|
|
15369
15369
|
interpolateCubehelixDefault: cubehelix,
|
|
15370
15370
|
interpolateCubehelixLong: cubehelixLong,
|
|
15371
15371
|
interpolateDate: date$1,
|
|
@@ -15373,9 +15373,9 @@ const d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15373
15373
|
interpolateGnBu: GnBu,
|
|
15374
15374
|
interpolateGreens: Greens,
|
|
15375
15375
|
interpolateGreys: Greys,
|
|
15376
|
-
interpolateHcl:
|
|
15376
|
+
interpolateHcl: hcl_default,
|
|
15377
15377
|
interpolateHclLong: hclLong,
|
|
15378
|
-
interpolateHsl:
|
|
15378
|
+
interpolateHsl: hsl_default,
|
|
15379
15379
|
interpolateHslLong: hslLong,
|
|
15380
15380
|
interpolateHue: hue,
|
|
15381
15381
|
interpolateInferno: inferno,
|
|
@@ -15429,7 +15429,7 @@ const d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15429
15429
|
least,
|
|
15430
15430
|
leastIndex,
|
|
15431
15431
|
line,
|
|
15432
|
-
lineRadial:
|
|
15432
|
+
lineRadial: lineRadial_default,
|
|
15433
15433
|
link,
|
|
15434
15434
|
linkHorizontal,
|
|
15435
15435
|
linkRadial,
|
|
@@ -15478,7 +15478,7 @@ const d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15478
15478
|
quantize: quantize$1,
|
|
15479
15479
|
quickselect,
|
|
15480
15480
|
radialArea: areaRadial,
|
|
15481
|
-
radialLine:
|
|
15481
|
+
radialLine: lineRadial_default,
|
|
15482
15482
|
randomBates: bates,
|
|
15483
15483
|
randomBernoulli: bernoulli,
|
|
15484
15484
|
randomBeta: beta,
|
|
@@ -15502,7 +15502,7 @@ const d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
15502
15502
|
reduce,
|
|
15503
15503
|
reverse: reverse$1,
|
|
15504
15504
|
rgb,
|
|
15505
|
-
ribbon:
|
|
15505
|
+
ribbon: ribbon_default,
|
|
15506
15506
|
ribbonArrow,
|
|
15507
15507
|
rollup,
|
|
15508
15508
|
rollups,
|
|
@@ -4,11 +4,11 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { ClickAwayListener, TextField, InputAdornment, Popper, Paper, MenuList, MenuItem, ListItemText, useTheme, Stack, Skeleton } from "@mui/material";
|
|
6
6
|
import { useRef, useState, useEffect, useMemo, lazy } from "react";
|
|
7
|
-
import { r as removeEmpty, s as searchObject, f as flatten } from "./utils-
|
|
7
|
+
import { r as removeEmpty, s as searchObject, f as flatten } from "./utils-71DpzFrA.js";
|
|
8
8
|
import { ClueComponentContext } from "./hooks/ClueComponentContext.js";
|
|
9
9
|
import { useMyLocalStorageItem } from "./hooks/useMyLocalStorage.js";
|
|
10
10
|
import { StorageKey } from "./utils/constants.js";
|
|
11
|
-
import { u as useContextSelector } from "./index-
|
|
11
|
+
import { u as useContextSelector } from "./index-AMfoEg_6.js";
|
|
12
12
|
const ENTER = "Enter";
|
|
13
13
|
const ESCAPE = "Escape";
|
|
14
14
|
const ARROW_LEFT = "ArrowLeft";
|
package/main.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { A, u } from "./ActionForm-
|
|
1
|
+
import { A, u } from "./ActionForm-D7K1Dr1M.js";
|
|
2
2
|
import { default as default2 } from "./components/AnnotationDetailPopover.js";
|
|
3
|
-
import { A as A2 } from "./AnnotationDetails-
|
|
3
|
+
import { A as A2 } from "./AnnotationDetails-Gb4M_dPK.js";
|
|
4
4
|
import { default as default3 } from "./components/AnnotationEntry.js";
|
|
5
|
-
import { A as A3, C } from "./AnnotationPreview-
|
|
5
|
+
import { A as A3, C } from "./AnnotationPreview-CvN6eOeH.js";
|
|
6
6
|
import { default as default4 } from "./components/CountBadge.js";
|
|
7
7
|
import { default as default5 } from "./components/EnrichedCard.js";
|
|
8
8
|
import { default as default6 } from "./components/EnrichedChip.js";
|
|
@@ -14,11 +14,11 @@ import { default as default11 } from "./components/group/Group.js";
|
|
|
14
14
|
import { default as default12 } from "./components/group/GroupControl.js";
|
|
15
15
|
import { default as default13 } from "./components/SourcePicker.js";
|
|
16
16
|
import { SNACKBAR_EVENT_ID } from "./data/event.js";
|
|
17
|
-
import { b } from "./index-
|
|
17
|
+
import { b } from "./index-C12gPw2W.js";
|
|
18
18
|
import { ClueComponentContext } from "./hooks/ClueComponentContext.js";
|
|
19
19
|
import { ClueConfigContext } from "./hooks/ClueConfigProvider.js";
|
|
20
20
|
import { ClueDatabaseContext } from "./hooks/ClueDatabaseContext.js";
|
|
21
|
-
import { C as C2 } from "./ClueEnrichContext-
|
|
21
|
+
import { C as C2 } from "./ClueEnrichContext-BkD9ZwM9.js";
|
|
22
22
|
import { ClueProvider } from "./hooks/ClueProvider.js";
|
|
23
23
|
import { useClueActionsSelector, useClueEnrichSelector, useClueFetcherSelector } from "./hooks/selectors.js";
|
|
24
24
|
import { default as default14 } from "./hooks/useClue.js";
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@jsonforms/react": "^3.6.0",
|
|
18
18
|
"@microlink/react-json-view": "^1.26.2",
|
|
19
19
|
"@testing-library/user-event": "^14.6.1",
|
|
20
|
-
"ajv": "^8.
|
|
20
|
+
"ajv": "^8.18.0",
|
|
21
21
|
"d3": "^7.9.0",
|
|
22
22
|
"dayjs": "^1.11.19",
|
|
23
23
|
"fuse.js": "^7.1.0",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
"type": "module",
|
|
68
68
|
"types": "main.d.ts",
|
|
69
|
-
"version": "1.2.0-dev.
|
|
69
|
+
"version": "1.2.0-dev.246",
|
|
70
70
|
"exports": {
|
|
71
71
|
".": "./main.js",
|
|
72
72
|
"./index.css": "./index.css",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as baseExtremum, a as baseGt, i as isIterateeCall } from "./_baseExtremum-
|
|
2
|
-
import { b as baseIteratee } from "./_baseIteratee-
|
|
3
|
-
import { s as setToString, o as overRest, b as baseFlatten } from "./_baseFlatten-
|
|
1
|
+
import { b as baseExtremum, a as baseGt, i as isIterateeCall } from "./_baseExtremum-BY663UjY.js";
|
|
2
|
+
import { b as baseIteratee } from "./_baseIteratee-7AQvAy1o.js";
|
|
3
|
+
import { s as setToString, o as overRest, b as baseFlatten } from "./_baseFlatten-B69cDsaV.js";
|
|
4
4
|
import { a as arrayMap, b as baseGet } from "./_baseGet-Bx3A4Qfp.js";
|
|
5
|
-
import { b as baseEach } from "./_createAggregator-
|
|
5
|
+
import { b as baseEach } from "./_createAggregator-CwGPThny.js";
|
|
6
6
|
import { i as isArrayLike, c as baseUnary } from "./_getTag-jwz4XLoZ.js";
|
|
7
7
|
import { i as isSymbol } from "./isSymbol-Xd2FsJyp.js";
|
|
8
8
|
import { i as identity } from "./identity-CPGTqrE4.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as baseIteratee } from "./_baseIteratee-
|
|
1
|
+
import { b as baseIteratee } from "./_baseIteratee-7AQvAy1o.js";
|
|
2
2
|
import { b as baseSum } from "./_baseSum-D0WC1dN0.js";
|
|
3
3
|
function sumBy(array, iteratee) {
|
|
4
4
|
return array && array.length ? baseSum(array, baseIteratee(iteratee)) : 0;
|
package/text/Frequency.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Typography } from "@mui/material";
|
|
3
3
|
import { i as isNil } from "../isNil-CIubwp4T.js";
|
|
4
|
-
import { s as sumBy } from "../sumBy-
|
|
4
|
+
import { s as sumBy } from "../sumBy-CGALjmwQ.js";
|
|
5
5
|
import { useMemo } from "react";
|
|
6
6
|
const FrequencyText = ({
|
|
7
7
|
annotations,
|
package/utils/chain.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { c as countBy } from "../countBy-
|
|
2
|
-
import { k as keys, b as arrayFilter } from "../_Uint8Array-
|
|
3
|
-
import { b as baseEach, a as baseForOwn } from "../_createAggregator-
|
|
4
|
-
import { b as baseIteratee } from "../_baseIteratee-
|
|
1
|
+
import { c as countBy } from "../countBy-DqlU5OwT.js";
|
|
2
|
+
import { k as keys, b as arrayFilter } from "../_Uint8Array-DdG4KLKn.js";
|
|
3
|
+
import { b as baseEach, a as baseForOwn } from "../_createAggregator-CwGPThny.js";
|
|
4
|
+
import { b as baseIteratee } from "../_baseIteratee-7AQvAy1o.js";
|
|
5
5
|
import { i as isArray } from "../_MapCache-WmuDdwuH.js";
|
|
6
|
-
import { g as groupBy } from "../groupBy-
|
|
6
|
+
import { g as groupBy } from "../groupBy-ChDRT7uy.js";
|
|
7
7
|
import { a as arrayMap } from "../_baseGet-Bx3A4Qfp.js";
|
|
8
|
-
import { b as baseMap, a as baseOrderBy, m as maxBy, s as sortBy } from "../sortBy-
|
|
8
|
+
import { b as baseMap, a as baseOrderBy, m as maxBy, s as sortBy } from "../sortBy-C7mGPI_D.js";
|
|
9
9
|
import { b as baseAssignValue } from "../_baseAssignValue-CGTuELqU.js";
|
|
10
10
|
import { g as getTag } from "../_getTag-jwz4XLoZ.js";
|
|
11
|
-
import { m as mapToArray } from "../_baseIsEqual-
|
|
11
|
+
import { m as mapToArray } from "../_baseIsEqual-B4IufFlL.js";
|
|
12
12
|
function baseToPairs(object, props) {
|
|
13
13
|
return arrayMap(props, function(key) {
|
|
14
14
|
return [key, object[key]];
|
package/utils/time.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "../_commonjsHelpers-DWwsNxpa.js";
|
|
2
2
|
var dayjs_min = { exports: {} };
|
|
3
|
-
(function(module, exports) {
|
|
3
|
+
(function(module, exports$1) {
|
|
4
4
|
!function(t, e) {
|
|
5
5
|
module.exports = e();
|
|
6
6
|
}(commonjsGlobal, function() {
|
|
@@ -278,7 +278,7 @@ var dayjs_min = { exports: {} };
|
|
|
278
278
|
var dayjs_minExports = dayjs_min.exports;
|
|
279
279
|
const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
|
|
280
280
|
var duration$1 = { exports: {} };
|
|
281
|
-
(function(module, exports) {
|
|
281
|
+
(function(module, exports$1) {
|
|
282
282
|
!function(t, s) {
|
|
283
283
|
module.exports = s();
|
|
284
284
|
}(commonjsGlobal, function() {
|
|
@@ -410,7 +410,7 @@ var duration$1 = { exports: {} };
|
|
|
410
410
|
var durationExports = duration$1.exports;
|
|
411
411
|
const duration = /* @__PURE__ */ getDefaultExportFromCjs(durationExports);
|
|
412
412
|
var relativeTime$1 = { exports: {} };
|
|
413
|
-
(function(module, exports) {
|
|
413
|
+
(function(module, exports$1) {
|
|
414
414
|
!function(r, e) {
|
|
415
415
|
module.exports = e();
|
|
416
416
|
}(commonjsGlobal, function() {
|
|
@@ -454,7 +454,7 @@ var relativeTime$1 = { exports: {} };
|
|
|
454
454
|
var relativeTimeExports = relativeTime$1.exports;
|
|
455
455
|
const relativeTime = /* @__PURE__ */ getDefaultExportFromCjs(relativeTimeExports);
|
|
456
456
|
var utc$1 = { exports: {} };
|
|
457
|
-
(function(module, exports) {
|
|
457
|
+
(function(module, exports$1) {
|
|
458
458
|
!function(t, i) {
|
|
459
459
|
module.exports = i();
|
|
460
460
|
}(commonjsGlobal, function() {
|
package/utils/utils.js
CHANGED
|
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4
4
|
import { dayjs } from "./utils/time.js";
|
|
5
5
|
import { i as isArray } from "./_MapCache-WmuDdwuH.js";
|
|
6
6
|
import { b as baseUniq, i as isEmpty } from "./_baseUniq-B8fK6hI-.js";
|
|
7
|
-
import { b as baseIsEqual } from "./_baseIsEqual-
|
|
7
|
+
import { b as baseIsEqual } from "./_baseIsEqual-B4IufFlL.js";
|
|
8
8
|
import { i as isNil } from "./isNil-CIubwp4T.js";
|
|
9
9
|
import { i as isObjectLike, b as baseGetTag } from "./isObjectLike-OAgjjZye.js";
|
|
10
10
|
import { g as getPrototype } from "./_getPrototype-CblfEidB.js";
|