@cccsaurora/clue-ui 1.3.0-dev.404 → 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.
- package/ActionForm-CHOSKfvu.js +4403 -0
- package/AnnotationDetails-Bqq6Ymmg.js +160 -0
- package/AnnotationPreview-CqXmC-j8.js +140 -0
- package/ClueEnrichContext-DL6aGe1k.js +432 -0
- package/FlexOne-BXWFOd1T.js +6 -0
- package/_MapCache-DRK-s2eK.js +179 -0
- package/_Set-DrS_bbSV.js +6 -0
- package/_Uint8Array-D9R2N9Lp.js +98 -0
- package/_arrayIncludes-Dcl_29E6.js +25 -0
- package/_arrayPush-DBJIuK2V.js +8 -0
- package/_baseAssignValue-Bx1cxHj5.js +12 -0
- package/_baseClone-DRhywkxm.js +211 -0
- package/_baseExtremum-DodEaEyF.js +16 -0
- package/_baseFlatten-CD9NgrYE.js +72 -0
- package/_baseGet-bVwDaGrA.js +80 -0
- package/_baseGetTag-CxDaTem-.js +25 -0
- package/_baseIsEqual-C-FKsm1J.js +150 -0
- package/_baseIteratee-D0FhC5bC.js +95 -0
- package/_baseRest-D_eW2E0d.js +8 -0
- package/_baseSlice-M5RKzt1A.js +10 -0
- package/_baseSum-wEbgNeUs.js +10 -0
- package/_baseUniq-D3N8igOm.js +41 -0
- package/_cacheHas-Wgl-hw34.js +22 -0
- package/_commonjsHelpers-C6fGbg64.js +6 -0
- package/_createAggregator-BVj8IAuF.js +53 -0
- package/_defineProperty-BZU4WKA3.js +11 -0
- package/_getPrototype-BGBCg-aX.js +5 -0
- package/_getTag-B7R9qBo7.js +73 -0
- package/_isIterateeCall-Dm0VTAYy.js +13 -0
- package/_setToArray-Ck4YZu0Z.js +9 -0
- package/cloneDeep-fV59zwUf.js +8 -0
- package/components/AnnotationBody.js +35 -49
- package/components/AnnotationDetailPopover.js +30 -36
- package/components/AnnotationDetails.js +7 -7
- package/components/AnnotationEntry.js +35 -35
- package/components/AnnotationPreview.js +5 -5
- package/components/ClassificationChip.js +23 -44
- package/components/CountBadge.js +26 -31
- package/components/EnrichedCard.js +97 -110
- package/components/EnrichedChip.js +105 -130
- package/components/EnrichedTypography.js +107 -133
- package/components/ErrorBoundary.js +24 -28
- package/components/RetryFailedEnrichments.js +9 -10
- package/components/SourcePicker.js +49 -57
- package/components/actions/ActionForm.js +4 -4
- package/components/actions/ExecutePopover.js +59 -75
- package/components/actions/ResultModal.js +4 -4
- package/components/actions/form/schemaAdapter.js +23 -39
- package/components/actions/formats/FileResult.js +59 -86
- package/components/actions/formats/index.js +25 -29
- package/components/display/graph/ExpandMoreButton.js +10 -10
- package/components/display/graph/elements/NodeCard.js +91 -111
- package/components/display/graph/elements/NodeTag.js +13 -15
- package/components/display/graph/index.js +202 -261
- package/components/display/graph/visualizations/Leaf.js +70 -89
- package/components/display/graph/visualizations/cloud/index.js +81 -98
- package/components/display/graph/visualizations/icons/BaseIcon.js +21 -26
- 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 +13 -14
- package/components/display/graph/visualizations/panels/NodePanel.js +8 -10
- package/components/display/graph/visualizations/tree/BundleLine.js +81 -108
- package/components/display/graph/visualizations/tree/Triangle.js +13 -13
- package/components/display/graph/visualizations/tree/index.js +306 -408
- package/components/display/icons/Iconified.js +12 -27
- package/components/display/json/index.js +4 -4
- package/components/display/markdown/index.js +5770 -8678
- package/components/enrichment/EnrichPopover.js +46 -54
- package/components/fetchers/Fetcher.js +123 -166
- package/components/fetchers/FetcherResultView.js +27 -31
- package/components/fetchers/PreviewModal.js +16 -17
- package/components/fetchers/StatusChip.js +17 -21
- package/components/group/Entry.js +11 -13
- package/components/group/Group.js +10 -13
- package/components/group/GroupControl.js +65 -76
- package/components/stats/QueryStatus.js +32 -45
- package/countBy-B3rNuG4T.js +8 -0
- package/data/event.js +4 -6
- package/database/globals.js +2 -2
- package/database/index.js +3 -3
- package/database/replication.js +4 -4
- package/get-Bil3mzRD.js +8 -0
- package/groupBy-CrJC7sGa.js +8 -0
- package/hooks/ClueActionContext.js +6 -6
- package/hooks/ClueComponentContext.js +23 -29
- package/hooks/ClueConfigProvider.js +12 -14
- package/hooks/ClueDatabaseContext.js +23 -35
- package/hooks/ClueEnrichContext.js +11 -11
- package/hooks/ClueFetcherContext.js +56 -83
- package/hooks/ClueGroupContext.js +14 -17
- package/hooks/CluePopupContext.js +5 -5
- package/hooks/ClueProvider.js +11 -13
- package/hooks/ClueUIPluginContext.js +35 -49
- package/hooks/selectors.js +7 -7
- package/hooks/useActionResult.js +3 -3
- package/hooks/useAnnotations.js +32 -48
- package/hooks/useClue.js +4 -6
- package/hooks/useClueActions.js +3 -3
- package/hooks/useClueConfig.js +4 -6
- package/hooks/useClueTypeConfig.js +24 -49
- package/hooks/useClueUIPlugins.js +7 -8
- package/hooks/useComparator.js +435 -722
- package/hooks/useErrors.js +18 -22
- package/hooks/useFetcherResult.js +24 -33
- package/hooks/useMyHighlights.js +36 -66
- package/hooks/useMyLocalStorage.js +37 -66
- package/iconify-Ptb5dTKy.js +1270 -0
- package/icons/Action.js +49 -66
- package/icons/Assessment.js +69 -85
- package/icons/Context.js +63 -77
- package/icons/Opinion.js +60 -76
- package/icons/iconMap.js +2 -2
- package/identity-ByMq8VxU.js +6 -0
- package/index-BH-gBhtO.js +2282 -0
- package/index-BM9Sve5T.js +571 -0
- package/index-Cj4d5cGz.js +357 -0
- package/index-Dh2PP9h8.js +11747 -0
- package/index-DoFpWPHo.js +975 -0
- package/index-DzVIklWY.js +6464 -0
- package/isArguments-BWcXOE6a.js +24 -0
- package/isArray-WzO_os3q.js +4 -0
- package/isEmpty-DKxrY-_M.js +22 -0
- package/isNil-CjWwlQS3.js +6 -0
- package/isObject-B53jY8Qg.js +7 -0
- package/isObjectLike-CYbdrIBr.js +6 -0
- package/isSymbol-DE1Kcy2M.js +9 -0
- package/last-7CdUxN0r.js +7 -0
- package/main.js +62 -62
- package/maxBy-BOWDkL_D.js +8 -0
- package/package.json +1 -1
- package/plugins/ClueUIPlugin.js +96 -163
- package/plugins/file/index.js +15 -15
- package/plugins/graph/index.js +26 -29
- package/plugins/image/index.js +24 -28
- package/plugins/json/index.js +21 -21
- package/plugins/markdown/index.js +18 -18
- package/plugins/registry.js +6 -6
- package/plugins/store.js +4 -4
- package/plugins/test/index.js +17 -17
- package/plugins/utils.js +12 -13
- package/replication-WkKbPdwG.js +8453 -0
- package/sessionStorage-DFMae61b.js +90 -0
- package/sortBy-BHe812lF.js +74 -0
- package/store-DClHBq7r.js +1169 -0
- package/sumBy-B7f_bP_k.js +8 -0
- package/text/Frequency.js +23 -42
- package/toFinite-CBrE65MP.js +14 -0
- package/toNumber-CxmWey0f.js +31 -0
- package/uniq-B4UZ671_.js +7 -0
- package/utils/chain.js +65 -92
- package/utils/classificationParser.js +256 -519
- package/utils/constants.js +11 -37
- package/utils/graph.js +45 -72
- package/utils/hashUtil.js +7 -7
- package/utils/line.js +81 -131
- package/utils/loggerUtil.js +3 -5
- package/utils/sessionStorage.js +7 -7
- package/utils/time.js +427 -447
- package/utils/utils.js +10 -10
- package/utils/window.js +10 -21
- package/utils-SpTOhPYl.js +147 -0
- package/ActionForm-CqKcnDWC.js +0 -6099
- package/AnnotationDetails-BlPd3T8k.js +0 -176
- package/AnnotationPreview-Bl447SKT.js +0 -188
- package/ClueEnrichContext-B3YrTCaJ.js +0 -567
- package/FlexOne-BSYAhhtG.js +0 -9
- package/_MapCache-kuEY_iOH.js +0 -220
- package/_Set-BrSMTlHn.js +0 -6
- package/_Uint8Array-OPpgYQj7.js +0 -123
- package/_arrayIncludes-BNqL-9ZP.js +0 -31
- package/_arrayPush-CBkQqaE_.js +0 -10
- package/_baseAssignValue-CNUVPOBW.js +0 -16
- package/_baseClone-9FaRd1R2.js +0 -287
- package/_baseExtremum-wOGT4Dgw.js +0 -18
- package/_baseFlatten-Co6QHDlG.js +0 -92
- package/_baseGet-Cmp6FztG.js +0 -109
- package/_baseGetTag-Hj-0NTYF.js +0 -44
- package/_baseIsEqual-1CpU47TZ.js +0 -211
- package/_baseIteratee-BN7Vbe5g.js +0 -126
- package/_baseRest-BZ_hQ9PC.js +0 -8
- package/_baseSlice-GAv_YFTT.js +0 -20
- package/_baseSum-D0WC1dN0.js +0 -13
- package/_baseUniq-BnvS3JHL.js +0 -63
- package/_cacheHas-_aF2y2Xv.js +0 -25
- package/_commonjsHelpers-CUmg6egw.js +0 -6
- package/_createAggregator-BUZrP_is.js +0 -63
- package/_defineProperty-DolZLKmv.js +0 -12
- package/_getPrototype-Bb4gm-5m.js +0 -5
- package/_getTag-CML_cXiN.js +0 -105
- package/_isIterateeCall-B1IFEqVv.js +0 -17
- package/_setToArray-CqyqC8ib.js +0 -10
- package/cloneDeep-l3UkXG5M.js +0 -8
- package/countBy-Bqcp3VCs.js +0 -14
- package/get-CdMThM8x.js +0 -8
- package/groupBy-BVV07EGQ.js +0 -14
- package/iconify-DJxl6dC-.js +0 -1789
- package/identity-CPGTqrE4.js +0 -6
- package/index-CAvu7vwt.js +0 -1172
- package/index-CVUD9o3t.js +0 -15768
- package/index-DUEubgWN.js +0 -464
- package/index-Dj1N4IQP.js +0 -9314
- package/index-DpJxD74E.js +0 -3272
- package/index-_gpzM2Px.js +0 -702
- package/isArguments-CuYlEuhP.js +0 -27
- package/isArray-RJPfgWqI.js +0 -4
- package/isEmpty-BE656RUK.js +0 -30
- package/isNil-CIubwp4T.js +0 -6
- package/isObject-FTY-5JQX.js +0 -7
- package/isObjectLike-CeENW9FN.js +0 -6
- package/isSymbol-D_H4HPZQ.js +0 -9
- package/last-CUCl67Im.js +0 -7
- package/maxBy-BjjQmX5t.js +0 -8
- package/replication--gLEZw8a.js +0 -11777
- package/sessionStorage-B68y-wnE.js +0 -140
- package/sortBy-B8JVsLQY.js +0 -95
- package/store-B9sjQbcS.js +0 -2163
- package/sumBy-D-HCzM2i.js +0 -8
- package/toFinite-meZTg4Su.js +0 -16
- package/toNumber-B5JaA1vX.js +0 -39
- package/uniq-CahZPAwp.js +0 -7
- package/utils-CEySTPtg.js +0 -224
|
@@ -1,29 +1,25 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { I as
|
|
3
|
-
import { useTheme, Chip } from "@mui/material";
|
|
4
|
-
import { ClueComponentContext } from "../../hooks/ClueComponentContext.js";
|
|
5
|
-
import { a as
|
|
6
|
-
const
|
|
7
|
-
var
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
return null;
|
|
12
|
-
}
|
|
13
|
-
return /* @__PURE__ */ jsx(
|
|
14
|
-
Chip,
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
import { I as r } from "../../iconify-Ptb5dTKy.js";
|
|
3
|
+
import { useTheme as i, Chip as x } from "@mui/material";
|
|
4
|
+
import { ClueComponentContext as g } from "../../hooks/ClueComponentContext.js";
|
|
5
|
+
import { a as C } from "../../index-BM9Sve5T.js";
|
|
6
|
+
const S = ({ data: e, ...n }) => {
|
|
7
|
+
var t;
|
|
8
|
+
const m = i(), { i18n: f, t: u } = C(g, (o) => o.i18next);
|
|
9
|
+
return e != null && e.empty ? null : /* @__PURE__ */ l(
|
|
10
|
+
x,
|
|
15
11
|
{
|
|
16
|
-
icon:
|
|
17
|
-
deleteIcon: /* @__PURE__ */
|
|
18
|
-
...
|
|
19
|
-
label: ((
|
|
12
|
+
icon: e.icon && /* @__PURE__ */ l(r, { icon: e.icon, fontSize: "1.25rem" }),
|
|
13
|
+
deleteIcon: /* @__PURE__ */ l("a", { href: e.link, rel: "noreferrer", target: "_blank", style: { display: "flex", alignItems: "center" }, children: /* @__PURE__ */ l(r, { icon: "mdi:open-in-new", color: m.palette.text.primary, fontSize: "1.25rem" }) }),
|
|
14
|
+
...n,
|
|
15
|
+
label: ((t = e.labels.find((o) => o.language === f.language) ?? e.labels[0]) == null ? void 0 : t.label) ?? u("unknown"),
|
|
20
16
|
sx: [
|
|
21
|
-
...Array.isArray(
|
|
22
|
-
|
|
17
|
+
...Array.isArray(n == null ? void 0 : n.sx) ? n == null ? void 0 : n.sx : [n == null ? void 0 : n.sx],
|
|
18
|
+
e.color && { backgroundColor: e.color }
|
|
23
19
|
]
|
|
24
20
|
}
|
|
25
21
|
);
|
|
26
22
|
};
|
|
27
23
|
export {
|
|
28
|
-
|
|
24
|
+
S as default
|
|
29
25
|
};
|
|
@@ -1,15 +1,13 @@
|
|
|
1
|
-
import { ClueGroupContext } from "../../hooks/ClueGroupContext.js";
|
|
2
|
-
import { i as
|
|
3
|
-
import { memo, useEffect } from "react";
|
|
4
|
-
import { a as
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
}, [
|
|
10
|
-
|
|
11
|
-
};
|
|
12
|
-
const Entry_default = memo(Entry);
|
|
1
|
+
import { ClueGroupContext as s } from "../../hooks/ClueGroupContext.js";
|
|
2
|
+
import { i as a } from "../../utils-SpTOhPYl.js";
|
|
3
|
+
import { memo as u, useEffect as i } from "react";
|
|
4
|
+
import { a as l } from "../../index-BM9Sve5T.js";
|
|
5
|
+
const n = ({ children: f, entry: t, selected: e = !1 }) => {
|
|
6
|
+
const r = l(s, (o) => o == null ? void 0 : o.setValues);
|
|
7
|
+
return i(() => {
|
|
8
|
+
r == null || r((o) => [...o.filter((m) => !a(m, t)), ...e ? [t] : []]);
|
|
9
|
+
}, [t, e, r]), f;
|
|
10
|
+
}, q = u(n);
|
|
13
11
|
export {
|
|
14
|
-
|
|
12
|
+
q as default
|
|
15
13
|
};
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Stack } from "@mui/material";
|
|
3
|
-
import { ClueGroupProvider } from "../../hooks/ClueGroupContext.js";
|
|
4
|
-
import { memo } from "react";
|
|
5
|
-
import
|
|
6
|
-
const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
] }) : children });
|
|
11
|
-
};
|
|
12
|
-
const Group_default = memo(Group);
|
|
1
|
+
import { jsx as t, jsxs as i } from "react/jsx-runtime";
|
|
2
|
+
import { Stack as u } from "@mui/material";
|
|
3
|
+
import { ClueGroupProvider as c } from "../../hooks/ClueGroupContext.js";
|
|
4
|
+
import { memo as f } from "react";
|
|
5
|
+
import n from "./GroupControl.js";
|
|
6
|
+
const a = ({ children: o, showHeader: m = !0, slotProps: r, ...e }) => /* @__PURE__ */ t(c, { ...e, children: m ? /* @__PURE__ */ i(u, { direction: "column", alignSelf: "stretch", ...(r == null ? void 0 : r.stack) ?? {}, children: [
|
|
7
|
+
/* @__PURE__ */ t(n, {}),
|
|
8
|
+
o
|
|
9
|
+
] }) : o }), h = f(a);
|
|
13
10
|
export {
|
|
14
|
-
|
|
11
|
+
h as default
|
|
15
12
|
};
|
|
@@ -1,103 +1,92 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Card, Stack, Box, Typography, Autocomplete, TextField, Button, CircularProgress } from "@mui/material";
|
|
3
|
-
import { F as
|
|
4
|
-
import
|
|
5
|
-
import { SNACKBAR_EVENT_ID } from "../../data/event.js";
|
|
6
|
-
import { ClueGroupContext } from "../../hooks/ClueGroupContext.js";
|
|
7
|
-
import { e as
|
|
8
|
-
import { safeDispatchEvent } from "../../utils/window.js";
|
|
9
|
-
import { useState, useMemo, useCallback } from "react";
|
|
10
|
-
import { a as
|
|
11
|
-
import
|
|
12
|
-
const
|
|
13
|
-
const { t } =
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
level: "error"
|
|
44
|
-
}
|
|
45
|
-
})
|
|
46
|
-
);
|
|
47
|
-
} finally {
|
|
48
|
-
setLoading(false);
|
|
49
|
-
}
|
|
50
|
-
}, [enrich, loading, selectedSources, type, values]);
|
|
51
|
-
return /* @__PURE__ */ jsx(Card, { sx: { p: 1 }, children: /* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, alignItems: "center", children: [
|
|
52
|
-
/* @__PURE__ */ jsx(
|
|
53
|
-
Box,
|
|
1
|
+
import { jsx as r, jsxs as u } from "react/jsx-runtime";
|
|
2
|
+
import { Card as S, Stack as y, Box as b, Typography as E, Autocomplete as v, TextField as x, Button as I, CircularProgress as z } from "@mui/material";
|
|
3
|
+
import { F as _ } from "../../FlexOne-BXWFOd1T.js";
|
|
4
|
+
import k from "../display/icons/Iconified.js";
|
|
5
|
+
import { SNACKBAR_EVENT_ID as w } from "../../data/event.js";
|
|
6
|
+
import { ClueGroupContext as j } from "../../hooks/ClueGroupContext.js";
|
|
7
|
+
import { e as A, f as m, c as B } from "../../ActionForm-CHOSKfvu.js";
|
|
8
|
+
import { safeDispatchEvent as F } from "../../utils/window.js";
|
|
9
|
+
import { useState as d, useMemo as O, useCallback as T } from "react";
|
|
10
|
+
import { a as D } from "../../index-BM9Sve5T.js";
|
|
11
|
+
import G from "../actions/ExecutePopover.js";
|
|
12
|
+
const Q = () => {
|
|
13
|
+
const { t: s } = A((e) => e.i18next), { type: t, values: o, classification: a } = D(j, (e) => ({
|
|
14
|
+
type: e == null ? void 0 : e.type,
|
|
15
|
+
values: e == null ? void 0 : e.values,
|
|
16
|
+
classification: e == null ? void 0 : e.classification
|
|
17
|
+
})), f = m((e) => e.availableSources), c = m((e) => e.bulkEnrich), [i, p] = d(!1), [l, h] = d([]), C = O(
|
|
18
|
+
() => (o ?? []).map((e) => ({ value: e, type: t, classification: a })),
|
|
19
|
+
[a, t, o]
|
|
20
|
+
), g = T(async () => {
|
|
21
|
+
if (!i)
|
|
22
|
+
try {
|
|
23
|
+
p(!0), await c(
|
|
24
|
+
(o ?? []).map((e) => ({ type: t, value: e })),
|
|
25
|
+
{ force: !0, sources: l }
|
|
26
|
+
);
|
|
27
|
+
} catch (e) {
|
|
28
|
+
console.error(e), F(
|
|
29
|
+
new CustomEvent(w, {
|
|
30
|
+
detail: {
|
|
31
|
+
message: e.toString(),
|
|
32
|
+
level: "error"
|
|
33
|
+
}
|
|
34
|
+
})
|
|
35
|
+
);
|
|
36
|
+
} finally {
|
|
37
|
+
p(!1);
|
|
38
|
+
}
|
|
39
|
+
}, [c, i, l, t, o]);
|
|
40
|
+
return /* @__PURE__ */ r(S, { sx: { p: 1 }, children: /* @__PURE__ */ u(y, { direction: "row", spacing: 1, alignItems: "center", children: [
|
|
41
|
+
/* @__PURE__ */ r(
|
|
42
|
+
b,
|
|
54
43
|
{
|
|
55
|
-
sx: (
|
|
44
|
+
sx: (e) => ({
|
|
56
45
|
border: "thin solid",
|
|
57
46
|
alignSelf: "stretch",
|
|
58
47
|
display: "flex",
|
|
59
48
|
alignItems: "center",
|
|
60
49
|
px: 1,
|
|
61
50
|
borderRadius: "5px",
|
|
62
|
-
borderColor:
|
|
51
|
+
borderColor: e.palette.divider
|
|
63
52
|
}),
|
|
64
|
-
children: /* @__PURE__ */
|
|
65
|
-
(
|
|
53
|
+
children: /* @__PURE__ */ u(E, { color: "text.secondary", children: [
|
|
54
|
+
(o == null ? void 0 : o.length) ?? 0,
|
|
66
55
|
" ",
|
|
67
|
-
|
|
56
|
+
s("selected")
|
|
68
57
|
] })
|
|
69
58
|
}
|
|
70
59
|
),
|
|
71
|
-
/* @__PURE__ */
|
|
72
|
-
/* @__PURE__ */
|
|
73
|
-
|
|
60
|
+
/* @__PURE__ */ r(_, {}),
|
|
61
|
+
/* @__PURE__ */ r(
|
|
62
|
+
v,
|
|
74
63
|
{
|
|
75
64
|
size: "small",
|
|
76
|
-
multiple:
|
|
77
|
-
options:
|
|
65
|
+
multiple: !0,
|
|
66
|
+
options: f,
|
|
78
67
|
sx: { minWidth: "400px" },
|
|
79
|
-
renderInput: (
|
|
80
|
-
value:
|
|
81
|
-
onChange: (
|
|
82
|
-
disableCloseOnSelect:
|
|
83
|
-
getOptionLabel: (
|
|
68
|
+
renderInput: (e) => /* @__PURE__ */ r(x, { size: "small", placeholder: s("sources"), ...e }),
|
|
69
|
+
value: l,
|
|
70
|
+
onChange: (e, n) => h(n),
|
|
71
|
+
disableCloseOnSelect: !0,
|
|
72
|
+
getOptionLabel: (e) => e.split(/[_-]/).map((n) => B(n)).join(" ")
|
|
84
73
|
}
|
|
85
74
|
),
|
|
86
|
-
/* @__PURE__ */
|
|
87
|
-
|
|
75
|
+
/* @__PURE__ */ r(
|
|
76
|
+
I,
|
|
88
77
|
{
|
|
89
78
|
variant: "outlined",
|
|
90
79
|
color: "info",
|
|
91
|
-
disabled: (
|
|
92
|
-
startIcon:
|
|
80
|
+
disabled: (o == null ? void 0 : o.length) < 1 || i,
|
|
81
|
+
startIcon: i ? /* @__PURE__ */ r(z, { color: "info", size: "20px" }) : /* @__PURE__ */ r(k, { icon: "ic:outline-play-arrow" }),
|
|
93
82
|
sx: { alignSelf: "stretch" },
|
|
94
|
-
onClick:
|
|
95
|
-
children:
|
|
83
|
+
onClick: g,
|
|
84
|
+
children: s("enrich")
|
|
96
85
|
}
|
|
97
86
|
),
|
|
98
|
-
/* @__PURE__ */
|
|
87
|
+
/* @__PURE__ */ r(G, { selectors: C, size: "medium", multiples: !0 })
|
|
99
88
|
] }) });
|
|
100
89
|
};
|
|
101
90
|
export {
|
|
102
|
-
|
|
91
|
+
Q as default
|
|
103
92
|
};
|
|
@@ -1,72 +1,59 @@
|
|
|
1
|
-
import { jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Stack, Typography } from "@mui/material";
|
|
3
|
-
import { ClueDatabaseContext } from "../../hooks/ClueDatabaseContext.js";
|
|
4
|
-
import { e as
|
|
5
|
-
import { useContext, useState, useEffect } from "react";
|
|
6
|
-
const
|
|
7
|
-
const { t } =
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
const [pendingCount, setPendingCount] = useState(0);
|
|
11
|
-
const [inProgressCount, setInProgressCount] = useState(0);
|
|
12
|
-
const [completeCount, setCompleteCount] = useState(0);
|
|
13
|
-
useEffect(() => {
|
|
14
|
-
if (!ready) {
|
|
1
|
+
import { jsxs as e } from "react/jsx-runtime";
|
|
2
|
+
import { Stack as f, Typography as n } from "@mui/material";
|
|
3
|
+
import { ClueDatabaseContext as C } from "../../hooks/ClueDatabaseContext.js";
|
|
4
|
+
import { e as b, f as y } from "../../ActionForm-CHOSKfvu.js";
|
|
5
|
+
import { useContext as g, useState as u, useEffect as x } from "react";
|
|
6
|
+
const F = () => {
|
|
7
|
+
const { t: o } = b((s) => s.i18next), t = g(C), c = y((s) => s.ready), [i, p] = u(0), [a, m] = u(0), [l, d] = u(0);
|
|
8
|
+
return x(() => {
|
|
9
|
+
if (!c || !(t != null && t.status))
|
|
15
10
|
return;
|
|
16
|
-
|
|
17
|
-
if (!(database == null ? void 0 : database.status)) {
|
|
18
|
-
return;
|
|
19
|
-
}
|
|
20
|
-
if (database.status.closed) {
|
|
11
|
+
if (t.status.closed) {
|
|
21
12
|
console.warn("Status collection is closed");
|
|
22
13
|
return;
|
|
23
14
|
}
|
|
24
|
-
const
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
15
|
+
const s = [
|
|
16
|
+
t.status.count({ selector: { status: "pending" } }).$.subscribe(p),
|
|
17
|
+
t.status.count({ selector: { status: "in-progress" } }).$.subscribe(m),
|
|
18
|
+
t.status.count({ selector: { status: "complete" } }).$.subscribe(d)
|
|
28
19
|
];
|
|
29
20
|
return () => {
|
|
30
21
|
try {
|
|
31
|
-
|
|
32
|
-
} catch (
|
|
33
|
-
console.warn(
|
|
22
|
+
s.forEach((r) => r.unsubscribe());
|
|
23
|
+
} catch (r) {
|
|
24
|
+
console.warn(r);
|
|
34
25
|
}
|
|
35
26
|
};
|
|
36
|
-
}, [
|
|
37
|
-
|
|
38
|
-
return null;
|
|
39
|
-
}
|
|
40
|
-
return /* @__PURE__ */ jsxs(
|
|
41
|
-
Stack,
|
|
27
|
+
}, [t, c]), i + a + l < 1 ? null : /* @__PURE__ */ e(
|
|
28
|
+
f,
|
|
42
29
|
{
|
|
43
30
|
spacing: 1,
|
|
44
|
-
sx: (
|
|
45
|
-
border: `thin solid ${
|
|
46
|
-
borderRadius:
|
|
31
|
+
sx: (s) => ({
|
|
32
|
+
border: `thin solid ${s.palette.divider}`,
|
|
33
|
+
borderRadius: s.spacing(0.5),
|
|
47
34
|
mx: 1,
|
|
48
35
|
p: 1
|
|
49
36
|
}),
|
|
50
37
|
children: [
|
|
51
|
-
/* @__PURE__ */
|
|
52
|
-
|
|
38
|
+
/* @__PURE__ */ e(n, { sx: { fontFamily: "monospace" }, children: [
|
|
39
|
+
o("query.status.pending"),
|
|
53
40
|
": ",
|
|
54
|
-
|
|
41
|
+
i
|
|
55
42
|
] }),
|
|
56
|
-
/* @__PURE__ */
|
|
57
|
-
|
|
43
|
+
/* @__PURE__ */ e(n, { sx: { fontFamily: "monospace" }, children: [
|
|
44
|
+
o("query.status.inprogress"),
|
|
58
45
|
": ",
|
|
59
|
-
|
|
46
|
+
a
|
|
60
47
|
] }),
|
|
61
|
-
/* @__PURE__ */
|
|
62
|
-
|
|
48
|
+
/* @__PURE__ */ e(n, { sx: { fontFamily: "monospace" }, children: [
|
|
49
|
+
o("query.status.complete"),
|
|
63
50
|
": ",
|
|
64
|
-
|
|
51
|
+
l
|
|
65
52
|
] })
|
|
66
53
|
]
|
|
67
54
|
}
|
|
68
55
|
);
|
|
69
56
|
};
|
|
70
57
|
export {
|
|
71
|
-
|
|
58
|
+
F as default
|
|
72
59
|
};
|
package/data/event.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
const
|
|
2
|
-
const SHOW_EVENT_ID = "clue.showPopup";
|
|
3
|
-
const HIDE_EVENT_ID = "clue.hidePopup";
|
|
1
|
+
const o = "snackbar.message", s = "clue.showPopup", E = "clue.hidePopup";
|
|
4
2
|
export {
|
|
5
|
-
HIDE_EVENT_ID,
|
|
6
|
-
SHOW_EVENT_ID,
|
|
7
|
-
SNACKBAR_EVENT_ID
|
|
3
|
+
E as HIDE_EVENT_ID,
|
|
4
|
+
s as SHOW_EVENT_ID,
|
|
5
|
+
o as SNACKBAR_EVENT_ID
|
|
8
6
|
};
|
package/database/globals.js
CHANGED
package/database/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { b } from "../index-
|
|
1
|
+
import { b as i } from "../index-DzVIklWY.js";
|
|
2
2
|
import "../utils/constants.js";
|
|
3
3
|
import "./globals.js";
|
|
4
|
-
import "../replication
|
|
4
|
+
import "../replication-WkKbPdwG.js";
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
i as default
|
|
7
7
|
};
|
package/database/replication.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../index-
|
|
2
|
-
import { aR } from "../replication
|
|
1
|
+
import "../index-BH-gBhtO.js";
|
|
2
|
+
import { aR as p } from "../replication-WkKbPdwG.js";
|
|
3
3
|
import "./globals.js";
|
|
4
|
-
import "../last-
|
|
4
|
+
import "../last-7CdUxN0r.js";
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as replicateSelectorCollection
|
|
7
7
|
};
|
package/get-Bil3mzRD.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { b as t } from "./_baseAssignValue-Bx1cxHj5.js";
|
|
2
|
+
import { c as p } from "./_createAggregator-BVj8IAuF.js";
|
|
3
|
+
var e = Object.prototype, s = e.hasOwnProperty, i = p(function(r, a, o) {
|
|
4
|
+
s.call(r, o) ? r[o].push(a) : t(r, o, [a]);
|
|
5
|
+
});
|
|
6
|
+
export {
|
|
7
|
+
i as g
|
|
8
|
+
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "@mui/material";
|
|
3
|
-
import { C, a } from "../ActionForm-
|
|
4
|
-
import "../index-
|
|
3
|
+
import { C as A, a as d } from "../ActionForm-CHOSKfvu.js";
|
|
4
|
+
import "../index-BH-gBhtO.js";
|
|
5
5
|
import "../components/display/icons/Iconified.js";
|
|
6
6
|
import "../components/ErrorBoundary.js";
|
|
7
7
|
import "../data/event.js";
|
|
8
8
|
import "../utils/time.js";
|
|
9
9
|
import "../utils/window.js";
|
|
10
10
|
import "react";
|
|
11
|
-
import "../index-
|
|
11
|
+
import "../index-BM9Sve5T.js";
|
|
12
12
|
import "./ClueComponentContext.js";
|
|
13
13
|
import "./useClue.js";
|
|
14
|
-
import "../isNil-
|
|
14
|
+
import "../isNil-CjWwlQS3.js";
|
|
15
15
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
A as ClueActionContext,
|
|
17
|
+
d as ClueActionProvider
|
|
18
18
|
};
|
|
@@ -1,40 +1,34 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { useMemo } from "react";
|
|
3
|
-
import { useTranslation } from "react-i18next";
|
|
4
|
-
import { c as
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
ReactJson
|
|
1
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { useMemo as m } from "react";
|
|
3
|
+
import { useTranslation as l } from "react-i18next";
|
|
4
|
+
import { c as i } from "../index-BM9Sve5T.js";
|
|
5
|
+
const u = i(null), p = ({
|
|
6
|
+
children: t,
|
|
7
|
+
ReactJson: o
|
|
9
8
|
}) => {
|
|
10
|
-
const
|
|
11
|
-
const context = useMemo(
|
|
9
|
+
const r = l(), e = m(
|
|
12
10
|
() => ({
|
|
13
|
-
ReactJson,
|
|
14
|
-
i18next
|
|
11
|
+
ReactJson: o,
|
|
12
|
+
i18next: r
|
|
15
13
|
}),
|
|
16
|
-
[
|
|
14
|
+
[o, r]
|
|
17
15
|
);
|
|
18
|
-
return /* @__PURE__ */
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
i18next = null
|
|
16
|
+
return /* @__PURE__ */ n(u.Provider, { value: e, children: t });
|
|
17
|
+
}, f = ({
|
|
18
|
+
children: t,
|
|
19
|
+
ReactJson: o,
|
|
20
|
+
i18next: r = null
|
|
24
21
|
}) => {
|
|
25
|
-
const
|
|
22
|
+
const e = m(
|
|
26
23
|
() => ({
|
|
27
|
-
ReactJson,
|
|
28
|
-
i18next
|
|
24
|
+
ReactJson: o,
|
|
25
|
+
i18next: r
|
|
29
26
|
}),
|
|
30
|
-
[
|
|
27
|
+
[o, r]
|
|
31
28
|
);
|
|
32
|
-
|
|
33
|
-
return /* @__PURE__ */ jsx(ClueComponentI18nProvider, { ReactJson, children });
|
|
34
|
-
}
|
|
35
|
-
return /* @__PURE__ */ jsx(ClueComponentContext.Provider, { value: context, children });
|
|
29
|
+
return r ? /* @__PURE__ */ n(u.Provider, { value: e, children: t }) : /* @__PURE__ */ n(p, { ReactJson: o, children: t });
|
|
36
30
|
};
|
|
37
31
|
export {
|
|
38
|
-
ClueComponentContext,
|
|
39
|
-
ClueComponentProvider
|
|
32
|
+
u as ClueComponentContext,
|
|
33
|
+
f as ClueComponentProvider
|
|
40
34
|
};
|
|
@@ -1,23 +1,21 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { createContext, useState, useMemo } from "react";
|
|
3
|
-
const
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
_config ?? {
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { createContext as c, useState as u, useMemo as f } from "react";
|
|
3
|
+
const l = c(null), g = ({ children: t, config: e }) => {
|
|
4
|
+
const [o, n] = u(
|
|
5
|
+
e ?? {
|
|
7
6
|
configuration: null,
|
|
8
7
|
c12nDef: null
|
|
9
8
|
}
|
|
10
|
-
)
|
|
11
|
-
const context = useMemo(
|
|
9
|
+
), r = f(
|
|
12
10
|
() => ({
|
|
13
|
-
config,
|
|
14
|
-
setConfig
|
|
11
|
+
config: o,
|
|
12
|
+
setConfig: n
|
|
15
13
|
}),
|
|
16
|
-
[
|
|
14
|
+
[o, n]
|
|
17
15
|
);
|
|
18
|
-
return /* @__PURE__ */
|
|
16
|
+
return /* @__PURE__ */ i(l.Provider, { value: r, children: t });
|
|
19
17
|
};
|
|
20
18
|
export {
|
|
21
|
-
ClueConfigContext,
|
|
22
|
-
ClueConfigProvider
|
|
19
|
+
l as ClueConfigContext,
|
|
20
|
+
g as ClueConfigProvider
|
|
23
21
|
};
|