@cccsaurora/clue-ui 1.2.3 → 1.2.4-dev.278
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-BdW0Za1y.js +5956 -0
- package/AnnotationDetails-BHZFzyt-.js +175 -0
- package/AnnotationPreview-DGoyoxRb.js +188 -0
- package/ClueEnrichContext-CJEJxrgs.js +541 -0
- package/FlexOne-BSYAhhtG.js +9 -0
- package/_MapCache-WmuDdwuH.js +222 -0
- package/_Uint8Array-B7JqpgFX.js +128 -0
- package/_baseAssignValue-CGTuELqU.js +25 -0
- package/_baseClone-CkNrTyhm.js +283 -0
- package/_baseExtremum-kob8QXyt.js +18 -0
- package/_baseFlatten-jIR_sN_-.js +92 -0
- package/_baseGet-Bx3A4Qfp.js +108 -0
- package/_baseIsEqual-C5OTWzTk.js +208 -0
- package/_baseIteratee-avi7MX2o.js +126 -0
- package/_baseSlice-GAv_YFTT.js +20 -0
- package/_baseSum-D0WC1dN0.js +13 -0
- package/_baseUniq-BI9GIHMF.js +115 -0
- package/_commonjsHelpers-DWwsNxpa.js +8 -0
- package/_createAggregator-QD8MzKwe.js +63 -0
- package/_getPrototype-CU0j_POw.js +5 -0
- package/_getTag-Ckxxfr88.js +126 -0
- package/_isIterateeCall-Ds3sw2SF.js +17 -0
- package/_setToArray-CaPKQhcz.js +33 -0
- package/cloneDeep-DJrLSw8W.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 +408 -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 +158 -119
- 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-c6S3dvSW.js +14 -0
- package/data/event.js +6 -4
- package/database/index.js +2 -2
- package/debounce-bV0h5FC5.js +92 -0
- package/en/translation.json +1 -1
- package/fr/translation.json +1 -1
- package/get-DSsNkRQs.js +8 -0
- package/groupBy-xqz-n0Vd.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.d.ts +1 -0
- package/hooks/useActionResult.js +4 -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.d.ts +1 -0
- 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 +85 -69
- package/icons/Context.js +77 -63
- package/icons/Opinion.js +76 -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-JcKyZeoY.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/maxBy-IKHzFrCS.js +8 -0
- package/package.json +1 -1
- package/sortBy-DfSj8IoJ.js +96 -0
- package/sumBy-D-hb_NY-.js +8 -0
- package/text/Frequency.js +42 -23
- package/toFinite-Bc55msYj.js +16 -0
- package/toNumber-DPxy1FBy.js +39 -0
- package/types/WithActionData.d.ts +2 -1
- package/useClueTypeConfig-Z1LFp01b.js +3289 -0
- package/utils/chain.js +92 -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-HmNPuoDB.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
|
@@ -1,145 +1,170 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
import { Chip
|
|
3
|
-
import
|
|
4
|
-
import { ClueComponentContext
|
|
5
|
-
import { ClueGroupContext
|
|
6
|
-
import { C as
|
|
7
|
-
import { b as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { u as
|
|
16
|
-
const
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Chip, Tooltip, Box, Stack, CircularProgress } from "@mui/material";
|
|
3
|
+
import Iconified from "./display/icons/Iconified.js";
|
|
4
|
+
import { ClueComponentContext } from "../hooks/ClueComponentContext.js";
|
|
5
|
+
import { ClueGroupContext } from "../hooks/ClueGroupContext.js";
|
|
6
|
+
import { C as CluePopupContext } from "../AnnotationPreview-DGoyoxRb.js";
|
|
7
|
+
import { b as useClueEnrichSelector } from "../ActionForm-BdW0Za1y.js";
|
|
8
|
+
import useAnnotations from "../hooks/useAnnotations.js";
|
|
9
|
+
import ActionIcon from "../icons/Action.js";
|
|
10
|
+
import AssessmentIcon from "../icons/Assessment.js";
|
|
11
|
+
import ContextIcon from "../icons/Context.js";
|
|
12
|
+
import OpinionIcon from "../icons/Opinion.js";
|
|
13
|
+
import FrequencyText from "../text/Frequency.js";
|
|
14
|
+
import React__default, { useRef, useMemo, useCallback, useEffect, memo } from "react";
|
|
15
|
+
import { u as useContextSelector } from "../index-AMfoEg_6.js";
|
|
16
|
+
const EnrichedChip = React__default.memo(
|
|
17
17
|
({
|
|
18
|
-
type:
|
|
19
|
-
value
|
|
20
|
-
classification:
|
|
21
|
-
contextIcon
|
|
22
|
-
counters
|
|
23
|
-
hideDetails
|
|
24
|
-
hideLoading
|
|
25
|
-
forceDetails
|
|
26
|
-
setForceDetails
|
|
27
|
-
useDetailsIcon
|
|
28
|
-
skipEnrichment
|
|
29
|
-
slotProps
|
|
30
|
-
...
|
|
18
|
+
type: _type,
|
|
19
|
+
value,
|
|
20
|
+
classification: _classification,
|
|
21
|
+
contextIcon = false,
|
|
22
|
+
counters = false,
|
|
23
|
+
hideDetails = false,
|
|
24
|
+
hideLoading = false,
|
|
25
|
+
forceDetails = false,
|
|
26
|
+
setForceDetails = null,
|
|
27
|
+
useDetailsIcon = false,
|
|
28
|
+
skipEnrichment = false,
|
|
29
|
+
slotProps = {},
|
|
30
|
+
...otherProps
|
|
31
31
|
}) => {
|
|
32
|
-
const { t
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
const { t } = useContextSelector(ClueComponentContext, (ctx) => ctx.i18next);
|
|
33
|
+
const anchorRef = useRef();
|
|
34
|
+
const groupType = useContextSelector(ClueGroupContext, (ctx) => ctx == null ? void 0 : ctx.type);
|
|
35
|
+
const defaultClassification = useClueEnrichSelector((ctx) => ctx.defaultClassification);
|
|
36
|
+
const type = useMemo(() => _type ?? groupType, [_type, groupType]);
|
|
37
|
+
const classification = useMemo(
|
|
38
|
+
() => _classification ?? defaultClassification,
|
|
39
|
+
[_classification, defaultClassification]
|
|
35
40
|
);
|
|
36
|
-
if (!
|
|
41
|
+
if (!type) {
|
|
37
42
|
throw new Error("Type was not provided as a prop, and component is not used in a group context.");
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
}
|
|
44
|
+
const [annotations, loading] = useAnnotations(type, value, classification, { skipEnrichment });
|
|
45
|
+
const showInfo = useContextSelector(CluePopupContext, (ctx) => ctx.showInfo);
|
|
46
|
+
const closeInfo = useContextSelector(CluePopupContext, (ctx) => ctx.closeInfo);
|
|
47
|
+
const buildOptions = useCallback(() => {
|
|
48
|
+
const options = {};
|
|
49
|
+
if (setForceDetails) {
|
|
50
|
+
options.onClose = () => setForceDetails(false);
|
|
51
|
+
}
|
|
52
|
+
if (slotProps == null ? void 0 : slotProps.popover) {
|
|
53
|
+
options.popoverProps = slotProps.popover;
|
|
54
|
+
}
|
|
55
|
+
return options;
|
|
56
|
+
}, [setForceDetails, slotProps.popover]);
|
|
57
|
+
const clicker = useMemo(
|
|
58
|
+
() => !hideDetails || useDetailsIcon ? (e) => {
|
|
59
|
+
var _a;
|
|
60
|
+
showInfo("details", anchorRef.current, { type, value, classification }, buildOptions());
|
|
61
|
+
(_a = otherProps.onClick) == null ? void 0 : _a.call(otherProps, e);
|
|
62
|
+
e.stopPropagation();
|
|
63
|
+
e.preventDefault();
|
|
64
|
+
} : otherProps.onClick,
|
|
46
65
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
47
|
-
[
|
|
66
|
+
[hideDetails, useDetailsIcon, otherProps, type, value, classification]
|
|
48
67
|
);
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
type
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
68
|
+
useEffect(() => {
|
|
69
|
+
if (forceDetails) {
|
|
70
|
+
showInfo("details", anchorRef.current, { type, value, classification }, buildOptions());
|
|
71
|
+
} else {
|
|
72
|
+
closeInfo("details", {
|
|
73
|
+
type,
|
|
74
|
+
value,
|
|
75
|
+
classification
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
}, [classification, forceDetails, type, value]);
|
|
79
|
+
return /* @__PURE__ */ jsx(
|
|
80
|
+
Chip,
|
|
57
81
|
{
|
|
58
|
-
...
|
|
59
|
-
ref:
|
|
60
|
-
variant:
|
|
82
|
+
...otherProps,
|
|
83
|
+
ref: anchorRef,
|
|
84
|
+
variant: otherProps.variant || "outlined",
|
|
61
85
|
sx: {
|
|
62
|
-
height:
|
|
86
|
+
height: otherProps.size !== "small" ? "40px" : "unset",
|
|
63
87
|
"& .MuiChip-label": { overflow: "visible" },
|
|
64
|
-
...
|
|
88
|
+
...otherProps.sx ?? {}
|
|
65
89
|
},
|
|
66
|
-
label: /* @__PURE__ */
|
|
67
|
-
/* @__PURE__ */
|
|
68
|
-
|
|
90
|
+
label: /* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, alignItems: "center", children: [
|
|
91
|
+
/* @__PURE__ */ jsx(
|
|
92
|
+
AssessmentIcon,
|
|
69
93
|
{
|
|
70
|
-
ubiquitous:
|
|
71
|
-
value: { type
|
|
72
|
-
annotations
|
|
73
|
-
counters
|
|
74
|
-
disableTooltip:
|
|
94
|
+
ubiquitous: true,
|
|
95
|
+
value: { type, value, classification },
|
|
96
|
+
annotations,
|
|
97
|
+
counters,
|
|
98
|
+
disableTooltip: forceDetails,
|
|
75
99
|
style: { flexShrink: 0 }
|
|
76
100
|
}
|
|
77
101
|
),
|
|
78
|
-
/* @__PURE__ */
|
|
79
|
-
|
|
102
|
+
/* @__PURE__ */ jsx(
|
|
103
|
+
OpinionIcon,
|
|
80
104
|
{
|
|
81
|
-
ubiquitous:
|
|
82
|
-
value: { type
|
|
83
|
-
annotations
|
|
84
|
-
counters
|
|
85
|
-
disableTooltip:
|
|
105
|
+
ubiquitous: true,
|
|
106
|
+
value: { type, value, classification },
|
|
107
|
+
annotations,
|
|
108
|
+
counters,
|
|
109
|
+
disableTooltip: forceDetails,
|
|
86
110
|
style: { flexShrink: 0 }
|
|
87
111
|
}
|
|
88
112
|
),
|
|
89
|
-
/* @__PURE__ */
|
|
90
|
-
|
|
113
|
+
/* @__PURE__ */ jsx(
|
|
114
|
+
ContextIcon,
|
|
91
115
|
{
|
|
92
|
-
ubiquitous:
|
|
93
|
-
value: { type
|
|
94
|
-
annotations
|
|
95
|
-
counters
|
|
96
|
-
showExtraIcon:
|
|
97
|
-
disableTooltip:
|
|
116
|
+
ubiquitous: true,
|
|
117
|
+
value: { type, value, classification },
|
|
118
|
+
annotations,
|
|
119
|
+
counters,
|
|
120
|
+
showExtraIcon: contextIcon,
|
|
121
|
+
disableTooltip: forceDetails,
|
|
98
122
|
style: { flexShrink: 0 }
|
|
99
123
|
}
|
|
100
124
|
),
|
|
101
|
-
|
|
102
|
-
/* @__PURE__ */
|
|
103
|
-
|
|
125
|
+
otherProps.label ?? /* @__PURE__ */ jsx(FrequencyText, { fontSize: "inherit", annotations, value }),
|
|
126
|
+
/* @__PURE__ */ jsx(
|
|
127
|
+
AssessmentIcon,
|
|
104
128
|
{
|
|
105
|
-
value: { type
|
|
106
|
-
annotations
|
|
107
|
-
counters
|
|
108
|
-
disableTooltip:
|
|
129
|
+
value: { type, value, classification },
|
|
130
|
+
annotations,
|
|
131
|
+
counters,
|
|
132
|
+
disableTooltip: forceDetails,
|
|
109
133
|
style: { flexShrink: 0 }
|
|
110
134
|
}
|
|
111
135
|
),
|
|
112
|
-
/* @__PURE__ */
|
|
113
|
-
|
|
136
|
+
/* @__PURE__ */ jsx(
|
|
137
|
+
OpinionIcon,
|
|
114
138
|
{
|
|
115
|
-
value: { type
|
|
116
|
-
annotations
|
|
117
|
-
counters
|
|
118
|
-
disableTooltip:
|
|
139
|
+
value: { type, value, classification },
|
|
140
|
+
annotations,
|
|
141
|
+
counters,
|
|
142
|
+
disableTooltip: forceDetails,
|
|
119
143
|
style: { flexShrink: 0 }
|
|
120
144
|
}
|
|
121
145
|
),
|
|
122
|
-
/* @__PURE__ */
|
|
123
|
-
|
|
146
|
+
/* @__PURE__ */ jsx(
|
|
147
|
+
ContextIcon,
|
|
124
148
|
{
|
|
125
|
-
value: { type
|
|
126
|
-
annotations
|
|
127
|
-
counters
|
|
128
|
-
showExtraIcon:
|
|
129
|
-
disableTooltip:
|
|
149
|
+
value: { type, value, classification },
|
|
150
|
+
annotations,
|
|
151
|
+
counters,
|
|
152
|
+
showExtraIcon: contextIcon,
|
|
153
|
+
disableTooltip: forceDetails,
|
|
130
154
|
style: { flexShrink: 0 }
|
|
131
155
|
}
|
|
132
156
|
),
|
|
133
|
-
/* @__PURE__ */
|
|
134
|
-
|
|
157
|
+
/* @__PURE__ */ jsx(ActionIcon, { counters, value: { type, value, classification }, disableTooltip: forceDetails }),
|
|
158
|
+
loading && !hideLoading && /* @__PURE__ */ jsx(CircularProgress, { color: "primary", size: 16 })
|
|
135
159
|
] }),
|
|
136
|
-
onClick:
|
|
137
|
-
onDelete: !
|
|
138
|
-
deleteIcon:
|
|
160
|
+
onClick: !useDetailsIcon ? clicker : void 0,
|
|
161
|
+
onDelete: !loading && useDetailsIcon ? clicker : void 0,
|
|
162
|
+
deleteIcon: useDetailsIcon ? /* @__PURE__ */ jsx(Tooltip, { title: t("details.open"), children: /* @__PURE__ */ jsx(Box, { component: "span", sx: { pr: 1 }, children: /* @__PURE__ */ jsx(Iconified, { icon: "ic:outline-info" }) }) }) : null
|
|
139
163
|
}
|
|
140
164
|
);
|
|
141
165
|
}
|
|
142
|
-
)
|
|
166
|
+
);
|
|
167
|
+
const EnrichedChip_default = memo(EnrichedChip);
|
|
143
168
|
export {
|
|
144
|
-
|
|
169
|
+
EnrichedChip_default as default
|
|
145
170
|
};
|
|
@@ -1,147 +1,173 @@
|
|
|
1
|
-
import { jsxs
|
|
2
|
-
import { useTheme
|
|
3
|
-
import
|
|
4
|
-
import { ClueComponentContext
|
|
5
|
-
import { ClueGroupContext
|
|
6
|
-
import { C as
|
|
7
|
-
import { b as
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import { memo
|
|
15
|
-
import { u as
|
|
16
|
-
const
|
|
17
|
-
type:
|
|
18
|
-
value
|
|
19
|
-
classification:
|
|
20
|
-
contextIcon
|
|
21
|
-
counters
|
|
22
|
-
hideDetails
|
|
23
|
-
hideLoading
|
|
24
|
-
forceDetails
|
|
25
|
-
setForceDetails
|
|
26
|
-
useDetailsIcon
|
|
27
|
-
skipEnrichment
|
|
28
|
-
slotProps
|
|
29
|
-
children
|
|
30
|
-
...
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { useTheme, Stack, CircularProgress, Tooltip, IconButton } from "@mui/material";
|
|
3
|
+
import Iconified from "./display/icons/Iconified.js";
|
|
4
|
+
import { ClueComponentContext } from "../hooks/ClueComponentContext.js";
|
|
5
|
+
import { ClueGroupContext } from "../hooks/ClueGroupContext.js";
|
|
6
|
+
import { C as CluePopupContext } from "../AnnotationPreview-DGoyoxRb.js";
|
|
7
|
+
import { b as useClueEnrichSelector } from "../ActionForm-BdW0Za1y.js";
|
|
8
|
+
import useAnnotations from "../hooks/useAnnotations.js";
|
|
9
|
+
import ActionIcon from "../icons/Action.js";
|
|
10
|
+
import AssessmentIcon from "../icons/Assessment.js";
|
|
11
|
+
import ContextIcon from "../icons/Context.js";
|
|
12
|
+
import OpinionIcon from "../icons/Opinion.js";
|
|
13
|
+
import FrequencyText from "../text/Frequency.js";
|
|
14
|
+
import { memo, useRef, useMemo, useCallback, useEffect } from "react";
|
|
15
|
+
import { u as useContextSelector } from "../index-AMfoEg_6.js";
|
|
16
|
+
const EnrichedTypography = ({
|
|
17
|
+
type: _type,
|
|
18
|
+
value,
|
|
19
|
+
classification: _classification,
|
|
20
|
+
contextIcon = false,
|
|
21
|
+
counters = false,
|
|
22
|
+
hideDetails = false,
|
|
23
|
+
hideLoading = false,
|
|
24
|
+
forceDetails = false,
|
|
25
|
+
setForceDetails = null,
|
|
26
|
+
useDetailsIcon = false,
|
|
27
|
+
skipEnrichment = false,
|
|
28
|
+
slotProps = {},
|
|
29
|
+
children,
|
|
30
|
+
...otherProps
|
|
31
31
|
}) => {
|
|
32
|
-
var
|
|
33
|
-
const { t
|
|
34
|
-
|
|
35
|
-
|
|
32
|
+
var _a, _b, _c, _d;
|
|
33
|
+
const { t } = useContextSelector(ClueComponentContext, (ctx) => ctx.i18next);
|
|
34
|
+
const theme = useTheme();
|
|
35
|
+
const anchorRef = useRef();
|
|
36
|
+
const groupType = useContextSelector(ClueGroupContext, (ctx) => ctx == null ? void 0 : ctx.type);
|
|
37
|
+
const defaultClassification = useClueEnrichSelector((ctx) => ctx.defaultClassification);
|
|
38
|
+
const type = useMemo(() => _type ?? groupType, [_type, groupType]);
|
|
39
|
+
const classification = useMemo(
|
|
40
|
+
() => _classification ?? defaultClassification,
|
|
41
|
+
[_classification, defaultClassification]
|
|
36
42
|
);
|
|
37
|
-
if (!
|
|
43
|
+
if (!type) {
|
|
38
44
|
throw new Error("Type was not provided as a prop, and component is not used in a group context.");
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
}
|
|
46
|
+
const [annotations, loading] = useAnnotations(type, value, classification, { skipEnrichment });
|
|
47
|
+
const showInfo = useContextSelector(CluePopupContext, (state) => state.showInfo);
|
|
48
|
+
const closeInfo = useContextSelector(CluePopupContext, (state) => state.closeInfo);
|
|
49
|
+
const buildOptions = useCallback(() => {
|
|
50
|
+
const options = {};
|
|
51
|
+
if (setForceDetails) {
|
|
52
|
+
options.onClose = () => setForceDetails(false);
|
|
53
|
+
}
|
|
54
|
+
if (slotProps == null ? void 0 : slotProps.popover) {
|
|
55
|
+
options.popoverProps = slotProps.popover;
|
|
56
|
+
}
|
|
57
|
+
return options;
|
|
58
|
+
}, [setForceDetails, slotProps.popover]);
|
|
59
|
+
const clicker = useMemo(
|
|
60
|
+
() => !hideDetails || useDetailsIcon ? (e) => {
|
|
61
|
+
var _a2;
|
|
62
|
+
showInfo("details", anchorRef.current, { type, value, classification }, buildOptions());
|
|
63
|
+
(_a2 = otherProps.onClick) == null ? void 0 : _a2.call(otherProps, e);
|
|
64
|
+
e.stopPropagation();
|
|
65
|
+
e.preventDefault();
|
|
66
|
+
} : otherProps.onClick,
|
|
47
67
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
48
|
-
[
|
|
68
|
+
[hideDetails, useDetailsIcon, otherProps, type, value, classification]
|
|
49
69
|
);
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
type
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
70
|
+
useEffect(() => {
|
|
71
|
+
if (forceDetails) {
|
|
72
|
+
showInfo("details", anchorRef.current, { type, value, classification }, buildOptions());
|
|
73
|
+
} else {
|
|
74
|
+
closeInfo("details", {
|
|
75
|
+
type,
|
|
76
|
+
value,
|
|
77
|
+
classification
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
}, [classification, forceDetails, type, value]);
|
|
81
|
+
return /* @__PURE__ */ jsxs(
|
|
82
|
+
Stack,
|
|
58
83
|
{
|
|
59
|
-
ref:
|
|
84
|
+
ref: anchorRef,
|
|
60
85
|
direction: "row",
|
|
61
86
|
spacing: 1,
|
|
62
87
|
alignItems: "center",
|
|
63
|
-
...
|
|
64
|
-
className: `enriched-typography ${((
|
|
88
|
+
...slotProps == null ? void 0 : slotProps.stack,
|
|
89
|
+
className: `enriched-typography ${((_a = slotProps == null ? void 0 : slotProps.stack) == null ? void 0 : _a.className) ?? ""}`.trim(),
|
|
65
90
|
sx: [
|
|
66
91
|
{
|
|
67
|
-
cursor: !
|
|
92
|
+
cursor: !loading && !hideDetails ? "pointer" : "inherit",
|
|
68
93
|
borderBottom: "1px solid transparent",
|
|
69
|
-
transition:
|
|
94
|
+
transition: theme.transitions.create(["border-bottom-color"]),
|
|
70
95
|
"&:hover": {
|
|
71
|
-
borderBottomColor: !
|
|
96
|
+
borderBottomColor: !loading && (!hideDetails ? theme.palette.primary.light : null)
|
|
72
97
|
}
|
|
73
98
|
},
|
|
74
|
-
...Array.isArray((
|
|
99
|
+
...Array.isArray((_b = slotProps == null ? void 0 : slotProps.stack) == null ? void 0 : _b.sx) ? (_c = slotProps == null ? void 0 : slotProps.stack) == null ? void 0 : _c.sx : [(_d = slotProps == null ? void 0 : slotProps.stack) == null ? void 0 : _d.sx]
|
|
75
100
|
],
|
|
76
|
-
onClick:
|
|
101
|
+
onClick: !useDetailsIcon ? clicker : void 0,
|
|
77
102
|
children: [
|
|
78
|
-
/* @__PURE__ */
|
|
79
|
-
|
|
103
|
+
/* @__PURE__ */ jsx(
|
|
104
|
+
AssessmentIcon,
|
|
80
105
|
{
|
|
81
|
-
ubiquitous:
|
|
82
|
-
value: { type
|
|
83
|
-
annotations
|
|
84
|
-
counters
|
|
85
|
-
disableTooltip:
|
|
106
|
+
ubiquitous: true,
|
|
107
|
+
value: { type, value, classification },
|
|
108
|
+
annotations,
|
|
109
|
+
counters,
|
|
110
|
+
disableTooltip: forceDetails
|
|
86
111
|
}
|
|
87
112
|
),
|
|
88
|
-
/* @__PURE__ */
|
|
89
|
-
|
|
113
|
+
/* @__PURE__ */ jsx(
|
|
114
|
+
OpinionIcon,
|
|
90
115
|
{
|
|
91
|
-
ubiquitous:
|
|
92
|
-
value: { type
|
|
93
|
-
annotations
|
|
94
|
-
counters
|
|
95
|
-
disableTooltip:
|
|
116
|
+
ubiquitous: true,
|
|
117
|
+
value: { type, value, classification },
|
|
118
|
+
annotations,
|
|
119
|
+
counters,
|
|
120
|
+
disableTooltip: forceDetails
|
|
96
121
|
}
|
|
97
122
|
),
|
|
98
|
-
/* @__PURE__ */
|
|
99
|
-
|
|
123
|
+
/* @__PURE__ */ jsx(
|
|
124
|
+
ContextIcon,
|
|
100
125
|
{
|
|
101
|
-
ubiquitous:
|
|
102
|
-
value: { type
|
|
103
|
-
annotations
|
|
104
|
-
counters
|
|
105
|
-
showExtraIcon:
|
|
106
|
-
disableTooltip:
|
|
126
|
+
ubiquitous: true,
|
|
127
|
+
value: { type, value, classification },
|
|
128
|
+
annotations,
|
|
129
|
+
counters,
|
|
130
|
+
showExtraIcon: contextIcon,
|
|
131
|
+
disableTooltip: forceDetails
|
|
107
132
|
}
|
|
108
133
|
),
|
|
109
|
-
|
|
110
|
-
/* @__PURE__ */
|
|
111
|
-
|
|
134
|
+
children ?? /* @__PURE__ */ jsx(FrequencyText, { id: `enriched-${type}-value`, ...otherProps, annotations, value }),
|
|
135
|
+
/* @__PURE__ */ jsx(
|
|
136
|
+
AssessmentIcon,
|
|
112
137
|
{
|
|
113
|
-
value: { type
|
|
114
|
-
annotations
|
|
115
|
-
counters
|
|
116
|
-
disableTooltip:
|
|
138
|
+
value: { type, value, classification },
|
|
139
|
+
annotations,
|
|
140
|
+
counters,
|
|
141
|
+
disableTooltip: forceDetails
|
|
117
142
|
}
|
|
118
143
|
),
|
|
119
|
-
/* @__PURE__ */
|
|
120
|
-
|
|
144
|
+
/* @__PURE__ */ jsx(
|
|
145
|
+
OpinionIcon,
|
|
121
146
|
{
|
|
122
|
-
value: { type
|
|
123
|
-
annotations
|
|
124
|
-
counters
|
|
125
|
-
disableTooltip:
|
|
147
|
+
value: { type, value, classification },
|
|
148
|
+
annotations,
|
|
149
|
+
counters,
|
|
150
|
+
disableTooltip: forceDetails
|
|
126
151
|
}
|
|
127
152
|
),
|
|
128
|
-
/* @__PURE__ */
|
|
129
|
-
|
|
153
|
+
/* @__PURE__ */ jsx(
|
|
154
|
+
ContextIcon,
|
|
130
155
|
{
|
|
131
|
-
value: { type
|
|
132
|
-
annotations
|
|
133
|
-
counters
|
|
134
|
-
showExtraIcon:
|
|
135
|
-
disableTooltip:
|
|
156
|
+
value: { type, value, classification },
|
|
157
|
+
annotations,
|
|
158
|
+
counters,
|
|
159
|
+
showExtraIcon: contextIcon,
|
|
160
|
+
disableTooltip: forceDetails
|
|
136
161
|
}
|
|
137
162
|
),
|
|
138
|
-
/* @__PURE__ */
|
|
139
|
-
|
|
140
|
-
!
|
|
163
|
+
/* @__PURE__ */ jsx(ActionIcon, { counters, value: { type, value, classification }, disableTooltip: forceDetails }),
|
|
164
|
+
loading && !hideLoading && /* @__PURE__ */ jsx(CircularProgress, { color: "primary", size: 18 }),
|
|
165
|
+
!loading && useDetailsIcon && /* @__PURE__ */ jsx(Tooltip, { title: t("details.open"), children: /* @__PURE__ */ jsx(IconButton, { size: "small", onClick: clicker, sx: { color: theme.palette.action.disabled }, children: /* @__PURE__ */ jsx(Iconified, { icon: "ic:outline-info" }) }) })
|
|
141
166
|
]
|
|
142
167
|
}
|
|
143
168
|
);
|
|
144
|
-
}
|
|
169
|
+
};
|
|
170
|
+
const EnrichedTypography_default = memo(EnrichedTypography);
|
|
145
171
|
export {
|
|
146
|
-
|
|
172
|
+
EnrichedTypography_default as default
|
|
147
173
|
};
|
|
@@ -1,32 +1,36 @@
|
|
|
1
|
-
import { jsx
|
|
2
|
-
import { Box
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
class
|
|
6
|
-
constructor(
|
|
7
|
-
super(
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Box, Accordion, AccordionSummary, Typography, AccordionDetails } from "@mui/material";
|
|
3
|
+
import Iconified from "./display/icons/Iconified.js";
|
|
4
|
+
import React__default from "react";
|
|
5
|
+
class ErrorBoundary extends React__default.Component {
|
|
6
|
+
constructor(props) {
|
|
7
|
+
super(props);
|
|
8
|
+
this.state = { hasError: false, error: null };
|
|
8
9
|
}
|
|
9
|
-
static getDerivedStateFromError(
|
|
10
|
-
return { hasError:
|
|
10
|
+
static getDerivedStateFromError(error) {
|
|
11
|
+
return { hasError: true, error };
|
|
11
12
|
}
|
|
12
|
-
componentDidCatch(
|
|
13
|
-
this.setState({ hasError:
|
|
13
|
+
componentDidCatch(error) {
|
|
14
|
+
this.setState({ hasError: true, error });
|
|
14
15
|
}
|
|
15
16
|
render() {
|
|
16
|
-
|
|
17
|
-
/* @__PURE__ */
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
if (this.state.hasError) {
|
|
18
|
+
return /* @__PURE__ */ jsx(Box, { pt: 6, textAlign: "center", fontSize: 20, children: /* @__PURE__ */ jsxs(Accordion, { elevation: 0, children: [
|
|
19
|
+
/* @__PURE__ */ jsx(
|
|
20
|
+
AccordionSummary,
|
|
21
|
+
{
|
|
22
|
+
expandIcon: /* @__PURE__ */ jsx(Iconified, { icon: "ic:baseline-expand-more" }),
|
|
23
|
+
"aria-controls": "panel1-content",
|
|
24
|
+
id: "panel1-header",
|
|
25
|
+
children: /* @__PURE__ */ jsx(Typography, { align: "center", sx: { width: "100%", fontSize: "1.2rem" }, variant: "h5", children: this.state.error.message })
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ jsx(AccordionDetails, { children: /* @__PURE__ */ jsx("code", { children: /* @__PURE__ */ jsx(Typography, { variant: "h6", children: this.state.error.stack }) }) })
|
|
29
|
+
] }) });
|
|
30
|
+
}
|
|
31
|
+
return this.props.children;
|
|
28
32
|
}
|
|
29
33
|
}
|
|
30
34
|
export {
|
|
31
|
-
|
|
35
|
+
ErrorBoundary as default
|
|
32
36
|
};
|