@cccsaurora/clue-ui 1.2.1-patch.256 → 1.3.0-dev.255
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ActionForm-C0aE9HUv.js +5941 -0
- package/AnnotationDetails-CEou0vCc.js +175 -0
- package/AnnotationPreview-CLMVD6Ec.js +188 -0
- package/ClueEnrichContext-BkD9ZwM9.js +541 -0
- package/FlexOne-BSYAhhtG.js +9 -0
- package/_MapCache-WmuDdwuH.js +222 -0
- package/_Uint8Array-DdG4KLKn.js +128 -0
- package/_baseAssignValue-CGTuELqU.js +25 -0
- package/_baseClone-BpWiBnMp.js +283 -0
- package/_baseExtremum-BY663UjY.js +33 -0
- package/_baseFlatten-B69cDsaV.js +92 -0
- package/_baseGet-Bx3A4Qfp.js +108 -0
- package/_baseIsEqual-B4IufFlL.js +208 -0
- package/_baseIteratee-7AQvAy1o.js +126 -0
- package/_baseSlice-GAv_YFTT.js +20 -0
- package/_baseSum-D0WC1dN0.js +13 -0
- package/_baseUniq-B8fK6hI-.js +115 -0
- package/_commonjsHelpers-DWwsNxpa.js +8 -0
- package/_createAggregator-CwGPThny.js +63 -0
- package/_getPrototype-CblfEidB.js +5 -0
- package/_getTag-jwz4XLoZ.js +126 -0
- package/_setToArray-CaPKQhcz.js +33 -0
- package/cloneDeep-DmUylbkM.js +8 -0
- package/components/AnnotationBody.js +49 -35
- package/components/AnnotationDetailPopover.js +36 -30
- package/components/AnnotationDetails.js +7 -7
- package/components/AnnotationEntry.js +35 -35
- package/components/AnnotationPreview.js +5 -5
- package/components/ClassificationChip.js +44 -23
- package/components/CountBadge.js +31 -26
- package/components/EnrichedCard.js +110 -97
- package/components/EnrichedChip.js +130 -105
- package/components/EnrichedTypography.js +133 -107
- package/components/ErrorBoundary.js +28 -24
- package/components/RetryFailedEnrichments.js +10 -9
- package/components/SourcePicker.js +57 -49
- package/components/actions/ActionForm.js +4 -4
- package/components/actions/ExecutePopover.js +75 -59
- package/components/actions/ResultModal.js +4 -4
- package/components/actions/form/schemaAdapter.js +39 -23
- package/components/actions/formats/FileResult.js +86 -59
- package/components/actions/formats/index.js +21 -10
- package/components/display/graph/ExpandMoreButton.js +10 -10
- package/components/display/graph/elements/NodeCard.js +111 -91
- package/components/display/graph/elements/NodeTag.js +15 -13
- package/components/display/graph/index.js +261 -202
- package/components/display/graph/visualizations/Leaf.js +88 -69
- package/components/display/graph/visualizations/cloud/index.js +98 -81
- package/components/display/graph/visualizations/icons/BaseIcon.js +26 -21
- package/components/display/graph/visualizations/icons/BugIcon.js +12 -12
- package/components/display/graph/visualizations/icons/HostIcon.js +12 -12
- package/components/display/graph/visualizations/icons/NetworkIcon.js +12 -12
- package/components/display/graph/visualizations/icons/ProcessIcon.js +12 -12
- package/components/display/graph/visualizations/icons/TargetIcon.js +13 -13
- package/components/display/graph/visualizations/icons/index.js +14 -13
- package/components/display/graph/visualizations/panels/NodePanel.js +10 -8
- package/components/display/graph/visualizations/tree/BundleLine.js +108 -81
- package/components/display/graph/visualizations/tree/Triangle.js +13 -13
- package/components/display/graph/visualizations/tree/index.js +407 -306
- package/components/display/icons/Iconified.js +27 -12
- package/components/display/json/index.js +4 -4
- package/components/display/markdown/index.js +8678 -5770
- package/components/enrichment/EnrichPopover.js +54 -46
- package/components/fetchers/Fetcher.js +155 -117
- package/components/fetchers/PreviewModal.js +20 -17
- package/components/fetchers/StatusChip.js +21 -17
- package/components/group/Entry.js +13 -11
- package/components/group/Group.js +13 -10
- package/components/group/GroupControl.js +76 -65
- package/components/stats/QueryStatus.js +43 -33
- package/countBy-DqlU5OwT.js +14 -0
- package/data/event.js +6 -4
- package/database/index.js +2 -2
- package/debounce-bV0h5FC5.js +92 -0
- package/get-DSsNkRQs.js +8 -0
- package/groupBy-ChDRT7uy.js +14 -0
- package/hooks/ClueActionContext.js +6 -6
- package/hooks/ClueComponentContext.js +29 -23
- package/hooks/ClueConfigProvider.js +14 -12
- package/hooks/ClueDatabaseContext.js +19 -13
- package/hooks/ClueEnrichContext.js +8 -8
- package/hooks/ClueFetcherContext.js +83 -56
- package/hooks/ClueGroupContext.js +17 -14
- package/hooks/CluePopupContext.js +5 -5
- package/hooks/ClueProvider.js +12 -10
- package/hooks/selectors.js +7 -7
- package/hooks/useActionResult.js +2 -2
- package/hooks/useAnnotations.js +47 -31
- package/hooks/useClue.js +6 -4
- package/hooks/useClueActions.js +3 -3
- package/hooks/useClueConfig.js +6 -4
- package/hooks/useClueTypeConfig.js +3 -3
- package/hooks/useComparator.js +722 -435
- package/hooks/useErrors.js +22 -18
- package/hooks/useFetcherResult.js +33 -24
- package/hooks/useMyHighlights.js +66 -36
- package/hooks/useMyLocalStorage.js +66 -37
- package/iconify-CXMreGTg.js +1782 -0
- package/icons/Action.js +66 -49
- package/icons/Assessment.js +84 -69
- package/icons/Context.js +77 -63
- package/icons/Opinion.js +78 -60
- package/icons/iconMap.js +2 -2
- package/identity-CPGTqrE4.js +6 -0
- package/index-AMfoEg_6.js +696 -0
- package/index-B6C2a_Lg.js +1172 -0
- package/index-C12gPw2W.js +17698 -0
- package/index-DCKkHTvx.js +15750 -0
- package/index-UkW8Sur3.js +465 -0
- package/isNil-CIubwp4T.js +6 -0
- package/isObject-FTY-5JQX.js +7 -0
- package/isObjectLike-OAgjjZye.js +48 -0
- package/isSymbol-Xd2FsJyp.js +8 -0
- package/last-CUCl67Im.js +7 -0
- package/main.js +60 -60
- package/package.json +1 -1
- package/sortBy-C7mGPI_D.js +100 -0
- package/sumBy-CGALjmwQ.js +8 -0
- package/text/Frequency.js +42 -23
- package/toFinite-Bc55msYj.js +16 -0
- package/toNumber-DPxy1FBy.js +39 -0
- package/useClueTypeConfig-D2tf4-NM.js +3289 -0
- package/utils/chain.js +91 -65
- package/utils/classificationParser.js +519 -256
- package/utils/constants.js +35 -10
- package/utils/graph.js +72 -45
- package/utils/hashUtil.js +7 -7
- package/utils/line.js +131 -81
- package/utils/loggerUtil.js +5 -3
- package/utils/sessionStorage.js +41 -27
- package/utils/time.js +423 -423
- package/utils/utils.js +9 -9
- package/utils/window.js +21 -10
- package/utils-71DpzFrA.js +199 -0
- package/ActionForm-DlOXqMUx.js +0 -4460
- package/AnnotationDetails-Bk-p0F6h.js +0 -160
- package/AnnotationPreview-jzZvkCxJ.js +0 -140
- package/ClueEnrichContext-KqRuuWNS.js +0 -418
- package/FlexOne-BXWFOd1T.js +0 -6
- package/_MapCache-BiTi0iqu.js +0 -180
- package/_Uint8Array-BQNOM9Rr.js +0 -101
- package/_baseAssignValue-CNMLQZco.js +0 -20
- package/_baseClone-BnT-6pyM.js +0 -207
- package/_baseExtremum-Ca2EHgy2.js +0 -16
- package/_baseFlatten-Bfr_Molw.js +0 -72
- package/_baseGet-DSZygzyq.js +0 -79
- package/_baseIsEqual-VgvaAFZG.js +0 -147
- package/_baseIteratee-Dbfsw5z8.js +0 -95
- package/_baseSlice-M5RKzt1A.js +0 -10
- package/_baseSum-wEbgNeUs.js +0 -10
- package/_baseUniq-BJcj69PL.js +0 -79
- package/_commonjsHelpers-DaMA6jEr.js +0 -8
- package/_createAggregator-k3TuAnxT.js +0 -53
- package/_getPrototype-Cr1Mk7BC.js +0 -5
- package/_getTag-CK2Sffaq.js +0 -90
- package/_isIterateeCall-DkJP7Rbx.js +0 -13
- package/_setToArray-C7yMOeww.js +0 -29
- package/cloneDeep-CF8TtLHr.js +0 -8
- package/countBy-CdYegFSu.js +0 -8
- package/debounce-DryYcbJ4.js +0 -56
- package/get-CH7kz5Ix.js +0 -8
- package/groupBy-br8xmD2R.js +0 -8
- package/iconify-BBckr5AQ.js +0 -1263
- package/identity-ByMq8VxU.js +0 -6
- package/index-BHAe_V9n.js +0 -12768
- package/index-BK-zfYhR.js +0 -358
- package/index-CA5CUNZO.js +0 -975
- package/index-Dj5C04IX.js +0 -568
- package/index-p5_wX7q1.js +0 -11729
- package/isNil-CjWwlQS3.js +0 -6
- package/isObject-B53jY8Qg.js +0 -7
- package/isObjectLike-BatpeCIi.js +0 -29
- package/isSymbol-C3_SC0Qp.js +0 -8
- package/last-7CdUxN0r.js +0 -7
- package/maxBy-Bc0dYHcO.js +0 -8
- package/sortBy-DY2JBf9n.js +0 -75
- package/sumBy-DuMASLPd.js +0 -8
- package/toFinite-BMy6GObD.js +0 -14
- package/toNumber-YVhnnJv4.js +0 -31
- package/useClueTypeConfig-Ct9Ygter.js +0 -2292
- package/utils-DmwSUrum.js +0 -129
|
@@ -1,91 +1,111 @@
|
|
|
1
|
-
import { jsxs
|
|
2
|
-
import { Stack
|
|
3
|
-
import { a as
|
|
4
|
-
import { cssImportant
|
|
5
|
-
import { b as
|
|
6
|
-
import { c as
|
|
7
|
-
import { l as
|
|
8
|
-
import { b as
|
|
9
|
-
import { b as
|
|
10
|
-
import { useState
|
|
11
|
-
import
|
|
12
|
-
import { J } from "../../../../index-
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
function
|
|
17
|
-
var
|
|
18
|
-
return
|
|
1
|
+
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
2
|
+
import { Stack, Typography, Card, CardContent, Divider, Collapse } from "@mui/material";
|
|
3
|
+
import { a as isPlainObject, f as flatten$1 } from "../../../../utils-71DpzFrA.js";
|
|
4
|
+
import { cssImportant } from "../../../../utils/graph.js";
|
|
5
|
+
import { b as baseGet, c as castPath, t as toKey, a as arrayMap } from "../../../../_baseGet-Bx3A4Qfp.js";
|
|
6
|
+
import { c as copyObject, g as getAllKeysIn, b as baseClone } from "../../../../_baseClone-BpWiBnMp.js";
|
|
7
|
+
import { l as last } from "../../../../last-CUCl67Im.js";
|
|
8
|
+
import { b as baseSlice } from "../../../../_baseSlice-GAv_YFTT.js";
|
|
9
|
+
import { b as baseFlatten, s as setToString, o as overRest } from "../../../../_baseFlatten-B69cDsaV.js";
|
|
10
|
+
import { useState, useEffect, useCallback, Fragment as Fragment$1 } from "react";
|
|
11
|
+
import Iconified from "../../icons/Iconified.js";
|
|
12
|
+
import { J as JSONViewer } from "../../../../index-UkW8Sur3.js";
|
|
13
|
+
import Markdown from "../../markdown/index.js";
|
|
14
|
+
import ExpandMoreButton from "../ExpandMoreButton.js";
|
|
15
|
+
import NodeTag from "./NodeTag.js";
|
|
16
|
+
function flatten(array) {
|
|
17
|
+
var length = array == null ? 0 : array.length;
|
|
18
|
+
return length ? baseFlatten(array) : [];
|
|
19
19
|
}
|
|
20
|
-
function
|
|
21
|
-
return
|
|
20
|
+
function flatRest(func) {
|
|
21
|
+
return setToString(overRest(func, void 0, flatten), func + "");
|
|
22
22
|
}
|
|
23
|
-
function
|
|
24
|
-
return
|
|
23
|
+
function parent(object, path) {
|
|
24
|
+
return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1));
|
|
25
25
|
}
|
|
26
|
-
var
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
26
|
+
var objectProto = Object.prototype;
|
|
27
|
+
var hasOwnProperty = objectProto.hasOwnProperty;
|
|
28
|
+
function baseUnset(object, path) {
|
|
29
|
+
path = castPath(path, object);
|
|
30
|
+
var index = -1, length = path.length;
|
|
31
|
+
if (!length) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
var isRootPrimitive = object == null || typeof object !== "object" && typeof object !== "function";
|
|
35
|
+
while (++index < length) {
|
|
36
|
+
var key = path[index];
|
|
37
|
+
if (typeof key !== "string") {
|
|
38
|
+
continue;
|
|
39
|
+
}
|
|
40
|
+
if (key === "__proto__" && !hasOwnProperty.call(object, "__proto__")) {
|
|
41
|
+
return false;
|
|
42
|
+
}
|
|
43
|
+
if (key === "constructor" && index + 1 < length && typeof path[index + 1] === "string" && path[index + 1] === "prototype") {
|
|
44
|
+
if (isRootPrimitive && index === 0) {
|
|
45
|
+
continue;
|
|
41
46
|
}
|
|
47
|
+
return false;
|
|
42
48
|
}
|
|
43
49
|
}
|
|
44
|
-
var
|
|
45
|
-
return
|
|
50
|
+
var obj = parent(object, path);
|
|
51
|
+
return obj == null || delete obj[toKey(last(path))];
|
|
46
52
|
}
|
|
47
|
-
function
|
|
48
|
-
return
|
|
53
|
+
function customOmitClone(value) {
|
|
54
|
+
return isPlainObject(value) ? void 0 : value;
|
|
49
55
|
}
|
|
50
|
-
var
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
56
|
+
var CLONE_DEEP_FLAG = 1, CLONE_FLAT_FLAG = 2, CLONE_SYMBOLS_FLAG = 4;
|
|
57
|
+
var omit = flatRest(function(object, paths) {
|
|
58
|
+
var result = {};
|
|
59
|
+
if (object == null) {
|
|
60
|
+
return result;
|
|
61
|
+
}
|
|
62
|
+
var isDeep = false;
|
|
63
|
+
paths = arrayMap(paths, function(path) {
|
|
64
|
+
path = castPath(path, object);
|
|
65
|
+
isDeep || (isDeep = path.length > 1);
|
|
66
|
+
return path;
|
|
67
|
+
});
|
|
68
|
+
copyObject(object, getAllKeysIn(object), result);
|
|
69
|
+
if (isDeep) {
|
|
70
|
+
result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone);
|
|
71
|
+
}
|
|
72
|
+
var length = paths.length;
|
|
73
|
+
while (length--) {
|
|
74
|
+
baseUnset(result, paths[length]);
|
|
75
|
+
}
|
|
76
|
+
return result;
|
|
61
77
|
});
|
|
62
|
-
const
|
|
63
|
-
var
|
|
64
|
-
const [
|
|
65
|
-
|
|
78
|
+
const NodeCard = ({ node, sx = {} }) => {
|
|
79
|
+
var _a;
|
|
80
|
+
const [expanded, setExpanded] = useState(false);
|
|
81
|
+
const [nodeExtraData, setNodeExtraData] = useState();
|
|
82
|
+
const handleExpandClick = () => {
|
|
83
|
+
setExpanded(!expanded);
|
|
66
84
|
};
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}, [
|
|
70
|
-
const
|
|
71
|
-
/* @__PURE__ */
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
85
|
+
useEffect(() => {
|
|
86
|
+
setNodeExtraData(omit(node, ["id", "edges"]));
|
|
87
|
+
}, [node]);
|
|
88
|
+
const renderEdgeList = useCallback((edgeIds) => {
|
|
89
|
+
return /* @__PURE__ */ jsxs(Stack, { alignSelf: "stretch", children: [
|
|
90
|
+
/* @__PURE__ */ jsx(Typography, { textAlign: "left", variant: "body2", color: "text.secondary", children: "Edges" }),
|
|
91
|
+
/* @__PURE__ */ jsx(Stack, { spacing: 0.25, children: edgeIds.map((edgeId) => /* @__PURE__ */ jsx(NodeTag, { nodeId: edgeId }, edgeId)) })
|
|
92
|
+
] });
|
|
93
|
+
}, []);
|
|
94
|
+
return /* @__PURE__ */ jsx(
|
|
95
|
+
Card,
|
|
76
96
|
{
|
|
77
97
|
variant: "outlined",
|
|
78
98
|
sx: {
|
|
79
99
|
position: "relative",
|
|
80
100
|
overflow: "auto",
|
|
81
|
-
zIndex:
|
|
101
|
+
zIndex: expanded ? 100 : "initial",
|
|
82
102
|
"& *": {
|
|
83
103
|
opacity: 1
|
|
84
104
|
},
|
|
85
|
-
...
|
|
105
|
+
...sx
|
|
86
106
|
},
|
|
87
|
-
children: /* @__PURE__ */
|
|
88
|
-
|
|
107
|
+
children: /* @__PURE__ */ jsx(CardContent, { sx: { p: 1 }, children: /* @__PURE__ */ jsxs(
|
|
108
|
+
Stack,
|
|
89
109
|
{
|
|
90
110
|
spacing: 1,
|
|
91
111
|
sx: {
|
|
@@ -96,44 +116,44 @@ const xe = ({ node: e, sx: t = {} }) => {
|
|
|
96
116
|
}
|
|
97
117
|
},
|
|
98
118
|
children: [
|
|
99
|
-
/* @__PURE__ */
|
|
100
|
-
|
|
119
|
+
/* @__PURE__ */ jsx(NodeTag, { nodeId: node.id, label: node.id, type: "header", children: /* @__PURE__ */ jsx(
|
|
120
|
+
ExpandMoreButton,
|
|
101
121
|
{
|
|
102
|
-
expand:
|
|
103
|
-
onClick:
|
|
104
|
-
"aria-expanded":
|
|
122
|
+
expand: expanded,
|
|
123
|
+
onClick: handleExpandClick,
|
|
124
|
+
"aria-expanded": expanded,
|
|
105
125
|
"aria-label": "show more",
|
|
106
126
|
size: "small",
|
|
107
|
-
children: /* @__PURE__ */
|
|
127
|
+
children: /* @__PURE__ */ jsx(Iconified, { icon: "ic:baseline-expand-more", fontSize: "medium" })
|
|
108
128
|
}
|
|
109
129
|
) }),
|
|
110
|
-
|
|
111
|
-
/* @__PURE__ */
|
|
112
|
-
/* @__PURE__ */
|
|
130
|
+
node.markdown && /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
131
|
+
/* @__PURE__ */ jsx(Divider, { flexItem: true }),
|
|
132
|
+
/* @__PURE__ */ jsx(Markdown, { md: node.markdown, components: flatten$1(node) })
|
|
113
133
|
] }),
|
|
114
|
-
!!((
|
|
115
|
-
/* @__PURE__ */
|
|
116
|
-
|
|
134
|
+
!!((_a = node == null ? void 0 : node.edges) == null ? void 0 : _a.length) && /* @__PURE__ */ jsxs(Fragment$1, { children: [
|
|
135
|
+
/* @__PURE__ */ jsx(Divider, { flexItem: true }),
|
|
136
|
+
renderEdgeList(node == null ? void 0 : node.edges)
|
|
117
137
|
] }),
|
|
118
|
-
/* @__PURE__ */
|
|
119
|
-
|
|
138
|
+
/* @__PURE__ */ jsx(Collapse, { in: expanded, timeout: "auto", children: /* @__PURE__ */ jsxs(
|
|
139
|
+
Stack,
|
|
120
140
|
{
|
|
121
141
|
justifyContent: "start",
|
|
122
142
|
alignItems: "start",
|
|
123
143
|
spacing: 1,
|
|
124
|
-
sx: (
|
|
144
|
+
sx: (theme) => ({
|
|
125
145
|
"& > ul": {
|
|
126
146
|
width: "100%",
|
|
127
147
|
textAlign: "left",
|
|
128
|
-
p:
|
|
129
|
-
mx:
|
|
130
|
-
backgroundColor:
|
|
148
|
+
p: cssImportant(theme.spacing(1)),
|
|
149
|
+
mx: cssImportant("0"),
|
|
150
|
+
backgroundColor: cssImportant(theme.palette.background.paper)
|
|
131
151
|
}
|
|
132
152
|
}),
|
|
133
153
|
children: [
|
|
134
|
-
/* @__PURE__ */
|
|
135
|
-
/* @__PURE__ */
|
|
136
|
-
/* @__PURE__ */
|
|
154
|
+
/* @__PURE__ */ jsx(Divider, { flexItem: true }),
|
|
155
|
+
/* @__PURE__ */ jsx(Typography, { textAlign: "left", variant: "body1", children: "Metadata:" }),
|
|
156
|
+
/* @__PURE__ */ jsx(JSONViewer, { data: nodeExtraData })
|
|
137
157
|
]
|
|
138
158
|
}
|
|
139
159
|
) })
|
|
@@ -144,5 +164,5 @@ const xe = ({ node: e, sx: t = {} }) => {
|
|
|
144
164
|
);
|
|
145
165
|
};
|
|
146
166
|
export {
|
|
147
|
-
|
|
167
|
+
NodeCard as default
|
|
148
168
|
};
|
|
@@ -1,15 +1,17 @@
|
|
|
1
|
-
import { jsxs
|
|
2
|
-
import { Stack
|
|
3
|
-
import { F as
|
|
4
|
-
import
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
/* @__PURE__ */
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Stack, Typography, Tooltip } from "@mui/material";
|
|
3
|
+
import { F as FlexOne } from "../../../../FlexOne-BSYAhhtG.js";
|
|
4
|
+
import Iconified from "../../icons/Iconified.js";
|
|
5
|
+
const NodeTag = ({ nodeId, label = nodeId, type = "content", children }) => {
|
|
6
|
+
return /* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, alignItems: "center", pr: 1, children: [
|
|
7
|
+
type === "header" ? /* @__PURE__ */ jsxs(Stack, { direction: "row", spacing: 1, alignItems: "center", sx: { overflow: "hidden" }, children: [
|
|
8
|
+
/* @__PURE__ */ jsx(Typography, { variant: "body1", sx: { wordWrap: "break-all" }, children: label.replace(" (TRUNCATED)", "") }),
|
|
9
|
+
label.includes("TRUNCATED") && /* @__PURE__ */ jsx(Tooltip, { title: "Field is truncated.", children: /* @__PURE__ */ jsx(Iconified, { icon: "ic:baseline-content-cut", fontSize: "small", style: { fontSize: "0.9em" } }) })
|
|
10
|
+
] }) : label,
|
|
11
|
+
/* @__PURE__ */ jsx(FlexOne, {}),
|
|
12
|
+
children
|
|
13
|
+
] });
|
|
14
|
+
};
|
|
13
15
|
export {
|
|
14
|
-
|
|
16
|
+
NodeTag as default
|
|
15
17
|
};
|