@cccsaurora/clue-ui 1.3.0-dev.403 → 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 +204 -262
- 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/en/translation.json +7 -0
- package/fr/translation.json +7 -0
- 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.d.ts +5 -0
- package/hooks/ClueUIPluginContext.js +35 -47
- 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.d.ts +4 -0
- package/hooks/useClueUIPlugins.js +11 -0
- 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 +3 -2
- package/plugins/ClueUIPlugin.d.ts +5 -1
- package/plugins/ClueUIPlugin.js +124 -162
- package/plugins/file/index.js +15 -15
- package/plugins/graph/example/tree.json.d.ts +91 -0
- package/plugins/graph/index.d.ts +3 -0
- package/plugins/graph/index.js +34 -17
- package/plugins/image/index.d.ts +3 -0
- package/plugins/image/index.js +34 -18
- package/plugins/json/index.d.ts +3 -0
- package/plugins/json/index.js +29 -17
- package/plugins/markdown/index.d.ts +3 -0
- package/plugins/markdown/index.js +28 -17
- package/plugins/registry.js +6 -6
- package/plugins/store.d.ts +1 -0
- package/plugins/store.js +4 -4
- package/plugins/test/index.js +17 -17
- package/plugins/utils.d.ts +1 -0
- package/plugins/utils.js +19 -0
- 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-DMdRx9g0.js +0 -2156
- 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
package/plugins/ClueUIPlugin.js
CHANGED
|
@@ -1,68 +1,40 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import { initReactI18next } from "react-i18next";
|
|
7
|
-
import { S as
|
|
8
|
-
import { a as
|
|
9
|
-
import { b as
|
|
10
|
-
import { b as
|
|
11
|
-
import { a as
|
|
12
|
-
import { i as
|
|
13
|
-
function
|
|
14
|
-
return
|
|
1
|
+
var w = Object.defineProperty;
|
|
2
|
+
var y = (t, e, r) => e in t ? w(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
|
|
3
|
+
var n = (t, e, r) => y(t, typeof e != "symbol" ? e + "" : e, r);
|
|
4
|
+
import g from "i18next";
|
|
5
|
+
import S from "i18next-browser-languagedetector";
|
|
6
|
+
import { initReactI18next as x } from "react-i18next";
|
|
7
|
+
import { S as v, c as A } from "../_cacheHas-Wgl-hw34.js";
|
|
8
|
+
import { a as z } from "../_arrayIncludes-Dcl_29E6.js";
|
|
9
|
+
import { b as E } from "../_baseFlatten-CD9NgrYE.js";
|
|
10
|
+
import { b as P } from "../_baseRest-D_eW2E0d.js";
|
|
11
|
+
import { a as k } from "../isArguments-BWcXOE6a.js";
|
|
12
|
+
import { i as R } from "../isObjectLike-CYbdrIBr.js";
|
|
13
|
+
function h(t) {
|
|
14
|
+
return R(t) && k(t);
|
|
15
15
|
}
|
|
16
|
-
var
|
|
17
|
-
function
|
|
18
|
-
var
|
|
19
|
-
if (!
|
|
20
|
-
return
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
if (isCommon && computed === computed) {
|
|
32
|
-
var valuesIndex = valuesLength;
|
|
33
|
-
while (valuesIndex--) {
|
|
34
|
-
if (values[valuesIndex] === computed) {
|
|
35
|
-
continue outer;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
result.push(value2);
|
|
39
|
-
} else if (!includes(values, computed, comparator)) {
|
|
40
|
-
result.push(value2);
|
|
41
|
-
}
|
|
16
|
+
var C = 200;
|
|
17
|
+
function N(t, e, r, i) {
|
|
18
|
+
var a = -1, u = z, l = !0, d = t.length, s = [], b = e.length;
|
|
19
|
+
if (!d)
|
|
20
|
+
return s;
|
|
21
|
+
e.length >= C && (u = A, l = !1, e = new v(e));
|
|
22
|
+
e:
|
|
23
|
+
for (; ++a < d; ) {
|
|
24
|
+
var o = t[a], c = o;
|
|
25
|
+
if (o = o !== 0 ? o : 0, l && c === c) {
|
|
26
|
+
for (var p = b; p--; )
|
|
27
|
+
if (e[p] === c)
|
|
28
|
+
continue e;
|
|
29
|
+
s.push(o);
|
|
30
|
+
} else u(e, c, i) || s.push(o);
|
|
42
31
|
}
|
|
43
|
-
return
|
|
32
|
+
return s;
|
|
44
33
|
}
|
|
45
|
-
var
|
|
46
|
-
return
|
|
34
|
+
var T = P(function(t, e) {
|
|
35
|
+
return h(t) ? N(t, E(e, 1, h, !0)) : [];
|
|
47
36
|
});
|
|
48
|
-
const
|
|
49
|
-
const all$1 = "All";
|
|
50
|
-
const cancel$1 = "Cancel";
|
|
51
|
-
const classification$1 = "Classification";
|
|
52
|
-
const clipboard$1 = "Copy value to clipboard";
|
|
53
|
-
const close$1 = "Close";
|
|
54
|
-
const download$1 = "Download {{file}}";
|
|
55
|
-
const enrich$1 = "Enrich";
|
|
56
|
-
const error$1 = "Error";
|
|
57
|
-
const personalization$1 = "Personalization";
|
|
58
|
-
const refresh$1 = "Refresh";
|
|
59
|
-
const selected$1 = "selected";
|
|
60
|
-
const sources$1 = "Sources";
|
|
61
|
-
const type$1 = "Type";
|
|
62
|
-
const unknown$1 = "Unknown";
|
|
63
|
-
const usermenu$1 = "User menu";
|
|
64
|
-
const value$1 = "Value";
|
|
65
|
-
const translationEN = {
|
|
37
|
+
const I = "Admin menu", $ = "All", F = "Cancel", O = "Classification", D = "Copy value to clipboard", L = "Close", M = "Download {{file}}", q = "Enrich", j = "Error", U = "Personalization", H = "Refresh", V = "selected", _ = "Sources", B = "Type", J = "Unknown", K = "User menu", G = "Value", m = {
|
|
66
38
|
"action.available": "Available Actions",
|
|
67
39
|
"action.parameters": "Action parameters",
|
|
68
40
|
"actions.execute": "Execute",
|
|
@@ -79,10 +51,10 @@ const translationEN = {
|
|
|
79
51
|
"actions.result.file.stats.title": "File statistics",
|
|
80
52
|
"actions.result.file.title": "{{actionName}} has provided a file",
|
|
81
53
|
"actions.result.file.unknown": "Unknown",
|
|
82
|
-
adminmenu:
|
|
54
|
+
adminmenu: I,
|
|
83
55
|
"adminmenu.config": "Configuration",
|
|
84
56
|
"adminmenu.users": "Users",
|
|
85
|
-
all:
|
|
57
|
+
all: $,
|
|
86
58
|
"annotation.failed": "Failed",
|
|
87
59
|
"app.language": "Language",
|
|
88
60
|
"app.list.empty": "No Results",
|
|
@@ -90,14 +62,14 @@ const translationEN = {
|
|
|
90
62
|
"app.search.shortcut": "Perform search",
|
|
91
63
|
"app.search.starttyping": "Start typing and/or press ENTER",
|
|
92
64
|
"breadcrumb.404": "404",
|
|
93
|
-
cancel:
|
|
94
|
-
classification:
|
|
95
|
-
clipboard:
|
|
65
|
+
cancel: F,
|
|
66
|
+
classification: O,
|
|
67
|
+
clipboard: D,
|
|
96
68
|
"clipboard.failure": "could not be copied to clipboard",
|
|
97
69
|
"clipboard.success": "was copied to clipboard.",
|
|
98
|
-
close:
|
|
70
|
+
close: L,
|
|
99
71
|
"details.open": "Open Details",
|
|
100
|
-
download:
|
|
72
|
+
download: M,
|
|
101
73
|
"drawer.chat": "Chat",
|
|
102
74
|
"drawer.collapse": "Collapse Menu",
|
|
103
75
|
"drawer.dashboard": "Dashboard",
|
|
@@ -113,8 +85,8 @@ const translationEN = {
|
|
|
113
85
|
"drawer.mail.inbox.message": "Message",
|
|
114
86
|
"drawer.mail.sent": "Sent",
|
|
115
87
|
"drawer.mail.trash": "Trash",
|
|
116
|
-
enrich:
|
|
117
|
-
error:
|
|
88
|
+
enrich: q,
|
|
89
|
+
error: j,
|
|
118
90
|
"error.unexpected": "An unexpected error occurred",
|
|
119
91
|
"format.not.recognized": "Unable to display result. No available plugins to display returned format: `{{format}}`.",
|
|
120
92
|
"graph.no.dataset": "No dataset has been selected!",
|
|
@@ -139,7 +111,7 @@ const translationEN = {
|
|
|
139
111
|
"page.login.password": "Password",
|
|
140
112
|
"page.login.username": "Username",
|
|
141
113
|
"page.logout": "Logging out current user ... ",
|
|
142
|
-
personalization:
|
|
114
|
+
personalization: U,
|
|
143
115
|
"personalization.autohideappbar": "Auto Hide Topbar",
|
|
144
116
|
"personalization.dark": "Dark Mode",
|
|
145
117
|
"personalization.minimizebreadcrumbs": "Minimize Breadcrumbs",
|
|
@@ -152,7 +124,7 @@ const translationEN = {
|
|
|
152
124
|
"query.status.pending": "Pending",
|
|
153
125
|
"quicksearch.aria": "search",
|
|
154
126
|
"quicksearch.placeholder": "Search ...",
|
|
155
|
-
refresh:
|
|
127
|
+
refresh: H,
|
|
156
128
|
"retry.enrich": "Retry Failed Enrichments",
|
|
157
129
|
"route.actions": "Actions",
|
|
158
130
|
"route.actions.action": "Select Action",
|
|
@@ -180,38 +152,27 @@ const translationEN = {
|
|
|
180
152
|
"route.login.button.oauth.keycloak": "Keycloak",
|
|
181
153
|
"route.plugin": "Plugin",
|
|
182
154
|
"route.plugin.active": "Active",
|
|
183
|
-
|
|
184
|
-
|
|
155
|
+
"route.plugins": "UI Plugins",
|
|
156
|
+
"route.plugins.description": "Test out Clue UI Plugins",
|
|
157
|
+
"route.plugins.format": "Plugin supported format",
|
|
158
|
+
"route.plugins.input": "Enter some input to render with the Plugin",
|
|
159
|
+
"route.plugins.plugin": "Plugin Name",
|
|
160
|
+
"route.plugins.submit": "Show Plugin",
|
|
161
|
+
"route.plugins.validation.select.plugin": "Select a plugin name",
|
|
162
|
+
selected: V,
|
|
163
|
+
sources: _,
|
|
185
164
|
"sources.select.all": "Select All Sources",
|
|
186
165
|
"sources.select.none": "Deselect All Sources",
|
|
187
166
|
"summary.unfound": "Summary not found",
|
|
188
167
|
"tooltip.breadcrumbs.max": "Expand Breadcrumbs",
|
|
189
168
|
"tooltip.breadcrumbs.min": "Collapse Breadcrumbs",
|
|
190
|
-
type:
|
|
191
|
-
unknown:
|
|
192
|
-
usermenu:
|
|
169
|
+
type: B,
|
|
170
|
+
unknown: J,
|
|
171
|
+
usermenu: K,
|
|
193
172
|
"usermenu.logout": "Logout",
|
|
194
173
|
"usermenu.settings": "Settings",
|
|
195
|
-
value:
|
|
196
|
-
}
|
|
197
|
-
const adminmenu = "Menu d'administration";
|
|
198
|
-
const all = "Tout";
|
|
199
|
-
const cancel = "Cancel";
|
|
200
|
-
const classification = "Classification";
|
|
201
|
-
const clipboard = "Copier la valeur dans le presse-papiers";
|
|
202
|
-
const close = "Fermer";
|
|
203
|
-
const download = "Télécharger {{file}}";
|
|
204
|
-
const enrich = "Enrichir";
|
|
205
|
-
const error = "Erreur";
|
|
206
|
-
const personalization = "Personnalisation";
|
|
207
|
-
const refresh = "Rafraîchir";
|
|
208
|
-
const selected = "sélectionné(s)";
|
|
209
|
-
const sources = "Sources";
|
|
210
|
-
const type = "Type";
|
|
211
|
-
const unknown = "Inconnu";
|
|
212
|
-
const usermenu = "Menu d'utilisateur";
|
|
213
|
-
const value = "Valeur";
|
|
214
|
-
const translationFR = {
|
|
174
|
+
value: G
|
|
175
|
+
}, Q = "Menu d'administration", Y = "Tout", Z = "Cancel", W = "Classification", X = "Copier la valeur dans le presse-papiers", ee = "Fermer", te = "Télécharger {{file}}", re = "Enrichir", oe = "Erreur", ie = "Personnalisation", ae = "Rafraîchir", ne = "sélectionné(s)", se = "Sources", ce = "Type", ue = "Inconnu", le = "Menu d'utilisateur", de = "Valeur", pe = {
|
|
215
176
|
"action.available": "Actions disponibles",
|
|
216
177
|
"action.parameters": "Paramètres de l'action",
|
|
217
178
|
"actions.execute": "Execute",
|
|
@@ -228,10 +189,10 @@ const translationFR = {
|
|
|
228
189
|
"actions.result.file.stats.title": "Statistiques du fichier",
|
|
229
190
|
"actions.result.file.title": "{{actionName}} a fourni un fichier",
|
|
230
191
|
"actions.result.file.unknown": "Inconnu",
|
|
231
|
-
adminmenu,
|
|
192
|
+
adminmenu: Q,
|
|
232
193
|
"adminmenu.config": "Configuration",
|
|
233
194
|
"adminmenu.users": "Usagers",
|
|
234
|
-
all,
|
|
195
|
+
all: Y,
|
|
235
196
|
"annotation.failed": "Échoué",
|
|
236
197
|
"app.language": "Langage",
|
|
237
198
|
"app.list.empty": "Aucun résultat",
|
|
@@ -239,14 +200,14 @@ const translationFR = {
|
|
|
239
200
|
"app.search.shortcut": "Effectuer une recherche",
|
|
240
201
|
"app.search.starttyping": "Commencez à taper et/ou appuyez sur ENTRER",
|
|
241
202
|
"breadcrumb.404": "404",
|
|
242
|
-
cancel,
|
|
243
|
-
classification,
|
|
244
|
-
clipboard,
|
|
203
|
+
cancel: Z,
|
|
204
|
+
classification: W,
|
|
205
|
+
clipboard: X,
|
|
245
206
|
"clipboard.failure": "n'a pas pu être copié dans le presse-papiers.",
|
|
246
207
|
"clipboard.success": "a été copié dans le presse-papiers.",
|
|
247
|
-
close,
|
|
208
|
+
close: ee,
|
|
248
209
|
"details.open": "Ouvrir les détails",
|
|
249
|
-
download,
|
|
210
|
+
download: te,
|
|
250
211
|
"drawer.chat": "Clavardage",
|
|
251
212
|
"drawer.collapse": "Fermer le Menu",
|
|
252
213
|
"drawer.dashboard": "Tableau de bord",
|
|
@@ -262,8 +223,8 @@ const translationFR = {
|
|
|
262
223
|
"drawer.mail.inbox.message": "Message",
|
|
263
224
|
"drawer.mail.sent": "Expédié",
|
|
264
225
|
"drawer.mail.trash": "Poubelle",
|
|
265
|
-
enrich,
|
|
266
|
-
error,
|
|
226
|
+
enrich: re,
|
|
227
|
+
error: oe,
|
|
267
228
|
"error.unexpected": "Une erreur inattendue s'est produite",
|
|
268
229
|
"format.not.recognized": "Impossible d'afficher le résultat. Aucun plugin disponible pour afficher le format renvoyé : `{{format}}`.",
|
|
269
230
|
"graph.no.dataset": "Aucun jeu de données n'a été sélectionné!",
|
|
@@ -288,7 +249,7 @@ const translationFR = {
|
|
|
288
249
|
"page.login.password": "Mot de passe",
|
|
289
250
|
"page.login.username": "Nom d'utilisateur",
|
|
290
251
|
"page.logout": "Déconnexion de l'utilisateur actuel ... ",
|
|
291
|
-
personalization,
|
|
252
|
+
personalization: ie,
|
|
292
253
|
"personalization.autohideappbar": "Masquer la barre supérieure",
|
|
293
254
|
"personalization.dark": "Mode Sombre",
|
|
294
255
|
"personalization.minimizebreadcrumbs": "Minimiser fils d'ariane",
|
|
@@ -301,7 +262,7 @@ const translationFR = {
|
|
|
301
262
|
"query.status.pending": "En attente",
|
|
302
263
|
"quicksearch.aria": "recherche",
|
|
303
264
|
"quicksearch.placeholder": "Recherche ...",
|
|
304
|
-
refresh,
|
|
265
|
+
refresh: ae,
|
|
305
266
|
"retry.enrich": "Réessayer les enrichissements qui ont échoué",
|
|
306
267
|
"route.actions": "Actions",
|
|
307
268
|
"route.actions.action": "Sélectionner une action",
|
|
@@ -329,56 +290,68 @@ const translationFR = {
|
|
|
329
290
|
"route.login.button.oauth.keycloak": "Keycloak",
|
|
330
291
|
"route.plugin": "Plugin",
|
|
331
292
|
"route.plugin.active": "Actif",
|
|
332
|
-
|
|
333
|
-
|
|
293
|
+
"route.plugins": "Plugins d'IU",
|
|
294
|
+
"route.plugins.description": "Test out Clue UI Plugins",
|
|
295
|
+
"route.plugins.format": "Plugin supported format",
|
|
296
|
+
"route.plugins.input": "Enter some input to render with the Plugin",
|
|
297
|
+
"route.plugins.plugin": "Plugin Name",
|
|
298
|
+
"route.plugins.submit": "Show Plugin",
|
|
299
|
+
"route.plugins.validation.select.plugin": "Select a plugin name",
|
|
300
|
+
selected: ne,
|
|
301
|
+
sources: se,
|
|
334
302
|
"sources.select.all": "Sélectionner toutes les sources",
|
|
335
303
|
"sources.select.none": "Désélectionner toutes les sources",
|
|
336
304
|
"summary.unfound": "Résumé introuvable",
|
|
337
305
|
"tooltip.breadcrumbs.max": "Maximiser fils d'ariane",
|
|
338
306
|
"tooltip.breadcrumbs.min": "Minimiser fils d'ariane",
|
|
339
|
-
type,
|
|
340
|
-
unknown,
|
|
341
|
-
usermenu,
|
|
307
|
+
type: ce,
|
|
308
|
+
unknown: ue,
|
|
309
|
+
usermenu: le,
|
|
342
310
|
"usermenu.logout": "Se déconnecter",
|
|
343
311
|
"usermenu.settings": "Paramètres",
|
|
344
|
-
value
|
|
345
|
-
}
|
|
346
|
-
const resources = {
|
|
312
|
+
value: de
|
|
313
|
+
}, he = {
|
|
347
314
|
en: {
|
|
348
|
-
clue:
|
|
315
|
+
clue: m
|
|
349
316
|
},
|
|
350
317
|
fr: {
|
|
351
|
-
clue:
|
|
318
|
+
clue: pe
|
|
352
319
|
},
|
|
353
320
|
woof: {
|
|
354
|
-
clue: Object.keys(
|
|
355
|
-
(
|
|
356
|
-
acc[key] = "woof";
|
|
357
|
-
return acc;
|
|
358
|
-
},
|
|
321
|
+
clue: Object.keys(m).reduce(
|
|
322
|
+
(t, e) => (t[e] = "woof", t),
|
|
359
323
|
{}
|
|
360
324
|
)
|
|
361
325
|
}
|
|
362
326
|
};
|
|
363
|
-
|
|
327
|
+
g.use(S).use(x).init({
|
|
364
328
|
defaultNS: "clue",
|
|
365
329
|
fallbackLng: "en",
|
|
366
|
-
keySeparator:
|
|
330
|
+
keySeparator: !1,
|
|
367
331
|
interpolation: {
|
|
368
|
-
escapeValue:
|
|
332
|
+
escapeValue: !1
|
|
369
333
|
},
|
|
370
334
|
detection: {
|
|
371
335
|
order: ["localStorage", "cookie"]
|
|
372
336
|
},
|
|
373
|
-
resources
|
|
337
|
+
resources: he
|
|
374
338
|
});
|
|
375
|
-
const
|
|
376
|
-
|
|
339
|
+
const me = [
|
|
340
|
+
"constructor",
|
|
341
|
+
"getPluginFormat",
|
|
342
|
+
"getPluginActionIds",
|
|
343
|
+
"getPluginFetcherIds",
|
|
344
|
+
"getDependencies",
|
|
345
|
+
"init",
|
|
346
|
+
"activate",
|
|
347
|
+
"deactivate"
|
|
348
|
+
];
|
|
349
|
+
class f {
|
|
377
350
|
constructor() {
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
351
|
+
n(this, "actionIds");
|
|
352
|
+
n(this, "fetcherIds");
|
|
353
|
+
n(this, "pluginStore");
|
|
354
|
+
n(this, "functionsToRemove", []);
|
|
382
355
|
}
|
|
383
356
|
getPluginName() {
|
|
384
357
|
return `${this.name}@${this.version}`;
|
|
@@ -395,48 +368,37 @@ class ClueUIPlugin {
|
|
|
395
368
|
getDependencies() {
|
|
396
369
|
return [];
|
|
397
370
|
}
|
|
398
|
-
init(
|
|
399
|
-
this.pluginStore =
|
|
371
|
+
init(e) {
|
|
372
|
+
this.pluginStore = e;
|
|
400
373
|
}
|
|
401
374
|
activate() {
|
|
402
|
-
const
|
|
375
|
+
const e = /* @__PURE__ */ new Set([
|
|
403
376
|
...Object.getOwnPropertyNames(this),
|
|
404
377
|
...Object.getOwnPropertyNames(Object.getPrototypeOf(this)),
|
|
405
|
-
...Object.getOwnPropertyNames(
|
|
378
|
+
...Object.getOwnPropertyNames(f.prototype)
|
|
406
379
|
]);
|
|
407
|
-
|
|
408
|
-
...
|
|
380
|
+
T(Array.from(e), [
|
|
381
|
+
...me,
|
|
409
382
|
"actionResult",
|
|
410
383
|
"fetcherResult",
|
|
411
384
|
"localization"
|
|
412
|
-
])
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
this.pluginStore.addFunction(`${this.name}.${_function}`, fn.bind(this));
|
|
417
|
-
this.functionsToRemove.push(`${this.name}.${_function}`);
|
|
418
|
-
}
|
|
419
|
-
});
|
|
420
|
-
if (this.actionResult) {
|
|
421
|
-
this.pluginStore.addFunction(`${this.name}.actionResult`, this.actionResult.bind(this));
|
|
422
|
-
this.functionsToRemove.push(`${this.name}.actionResult`);
|
|
423
|
-
}
|
|
424
|
-
if (this.fetcherResult) {
|
|
425
|
-
this.pluginStore.addFunction(`${this.name}.fetcherResult`, this.fetcherResult.bind(this));
|
|
426
|
-
this.functionsToRemove.push(`${this.name}.fetcherResult`);
|
|
427
|
-
}
|
|
428
|
-
this.localization(i18n);
|
|
385
|
+
]).forEach((i) => {
|
|
386
|
+
const a = this[i];
|
|
387
|
+
typeof a == "function" && (this.pluginStore.addFunction(`${this.name}.${i}`, a.bind(this)), this.functionsToRemove.push(`${this.name}.${i}`));
|
|
388
|
+
}), this.actionResult && (this.pluginStore.addFunction(`${this.name}.actionResult`, this.actionResult.bind(this)), this.functionsToRemove.push(`${this.name}.actionResult`)), this.fetcherResult && (this.pluginStore.addFunction(`${this.name}.fetcherResult`, this.fetcherResult.bind(this)), this.functionsToRemove.push(`${this.name}.fetcherResult`)), this.localization(g);
|
|
429
389
|
}
|
|
430
390
|
deactivate() {
|
|
431
|
-
this.functionsToRemove.forEach((
|
|
432
|
-
|
|
391
|
+
this.functionsToRemove.forEach((e) => this.pluginStore.removeFunction(e)), this.functionsToRemove = [];
|
|
392
|
+
}
|
|
393
|
+
localization(e) {
|
|
394
|
+
}
|
|
395
|
+
exampleInput() {
|
|
433
396
|
}
|
|
434
|
-
|
|
397
|
+
editorLanguage() {
|
|
435
398
|
}
|
|
436
|
-
documentation(
|
|
437
|
-
return md;
|
|
399
|
+
documentation() {
|
|
438
400
|
}
|
|
439
401
|
}
|
|
440
402
|
export {
|
|
441
|
-
|
|
403
|
+
f as default
|
|
442
404
|
};
|
package/plugins/file/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
class
|
|
1
|
+
var r = Object.defineProperty;
|
|
2
|
+
var o = (t, e, a) => e in t ? r(t, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[e] = a;
|
|
3
|
+
var i = (t, e, a) => o(t, typeof e != "symbol" ? e + "" : e, a);
|
|
4
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
5
|
+
import s from "../../components/actions/formats/FileResult.js";
|
|
6
|
+
import l from "../ClueUIPlugin.js";
|
|
7
|
+
class m extends l {
|
|
8
8
|
constructor() {
|
|
9
9
|
super(...arguments);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
i(this, "name", "FilePlugin");
|
|
11
|
+
i(this, "format", "file");
|
|
12
|
+
i(this, "version", "1.0.0");
|
|
13
|
+
i(this, "author", "Canadian Centre for Cyber Security Matthew.Rafuse@cyber.gc.ca");
|
|
14
|
+
i(this, "description", "Render a file action result with metadata, hash statistics, and download support.");
|
|
15
15
|
}
|
|
16
|
-
actionResult({ result }) {
|
|
17
|
-
return /* @__PURE__ */
|
|
16
|
+
actionResult({ result: a }) {
|
|
17
|
+
return /* @__PURE__ */ n(s, { result: a });
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
export {
|
|
21
|
-
|
|
21
|
+
m as default
|
|
22
22
|
};
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"id": "tree",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"type": "nested"
|
|
5
|
+
},
|
|
6
|
+
"data": [
|
|
7
|
+
[{ "id": "Chaos", "edges": ["Gaea"] }],
|
|
8
|
+
[
|
|
9
|
+
{ "id": "Gaea", "edges": ["Chaos"] },
|
|
10
|
+
{ "id": "Uranus", "edges": ["Gaea"] }
|
|
11
|
+
],
|
|
12
|
+
[
|
|
13
|
+
{ "id": "Oceanus", "edges": ["Gaea", "Uranus"], "icons": ["bug"] },
|
|
14
|
+
{ "id": "Thethys", "edges": ["Gaea", "Uranus"] },
|
|
15
|
+
{ "id": "Pontus", "edges": ["Dionne"] },
|
|
16
|
+
{ "id": "Rhea", "edges": ["Gaea", "Uranus"] },
|
|
17
|
+
{ "id": "Cronus", "edges": ["Gaea", "Uranus"] },
|
|
18
|
+
{ "id": "Coeus", "edges": ["Gaea", "Uranus"] },
|
|
19
|
+
{ "id": "Phoebe", "edges": ["Gaea", "Uranus"] },
|
|
20
|
+
{ "id": "Crius", "edges": ["Gaea", "Uranus"] },
|
|
21
|
+
{ "id": "Hyperion", "edges": ["Gaea", "Uranus"] },
|
|
22
|
+
{ "id": "Iapetus", "edges": ["Gaea", "Uranus"] },
|
|
23
|
+
{ "id": "Thea", "edges": ["Gaea", "Uranus"] },
|
|
24
|
+
{ "id": "Themis", "edges": ["Gaea", "Uranus"] },
|
|
25
|
+
{ "id": "Mnemosyne", "edges": ["Gaea", "Uranus"] }
|
|
26
|
+
],
|
|
27
|
+
[
|
|
28
|
+
{ "id": "Doris", "edges": ["Oceanus", "Thethys"] },
|
|
29
|
+
{ "id": "Neures", "edges": ["Pontus", "Gaea"] },
|
|
30
|
+
{ "id": "Dionne" },
|
|
31
|
+
{ "id": "Demeter", "edges": ["Rhea", "Cronus"] },
|
|
32
|
+
{ "id": "Hades", "edges": ["Rhea", "Cronus"] },
|
|
33
|
+
{ "id": "Hera", "edges": ["Rhea", "Cronus"] },
|
|
34
|
+
{ "id": "Alcmene" },
|
|
35
|
+
{ "id": "Zeus", "edges": ["Rhea", "Cronus"] },
|
|
36
|
+
{ "id": "Eris" },
|
|
37
|
+
{ "id": "Leto", "edges": ["Coeus", "Phoebe"] },
|
|
38
|
+
{ "id": "Amphitrite" },
|
|
39
|
+
{ "id": "Medusa" },
|
|
40
|
+
{ "id": "Poseidon", "edges": ["Rhea", "Cronus"] },
|
|
41
|
+
{ "id": "Hestia", "edges": ["Rhea", "Cronus"] }
|
|
42
|
+
],
|
|
43
|
+
[
|
|
44
|
+
{ "id": "Thetis", "edges": ["Zeus", "Doris", "Neures"] },
|
|
45
|
+
{ "id": "Peleus" },
|
|
46
|
+
{ "id": "Anchises" },
|
|
47
|
+
{ "id": "Adonis" },
|
|
48
|
+
{ "id": "Aphrodite", "edges": ["Zeus", "Dionne"] },
|
|
49
|
+
{ "id": "Persephone", "edges": ["Zeus", "Demeter"] },
|
|
50
|
+
{ "id": "Ares", "edges": ["Zeus", "Hera"] },
|
|
51
|
+
{ "id": "Hephaestus", "edges": ["Zeus", "Hera"] },
|
|
52
|
+
{ "id": "Hebe", "edges": ["Zeus", "Hera", "Hestia"] },
|
|
53
|
+
{ "id": "Hercules", "edges": ["Zeus", "Alcmene"] },
|
|
54
|
+
{ "id": "Megara" },
|
|
55
|
+
{ "id": "Deianira" },
|
|
56
|
+
{ "id": "Eileithya", "edges": ["Zeus", "Hera"] },
|
|
57
|
+
{ "id": "Ate", "edges": ["Zeus", "Eris"] },
|
|
58
|
+
{ "id": "Leda" },
|
|
59
|
+
{ "id": "Athena", "edges": ["Zeus"] },
|
|
60
|
+
{ "id": "Apollo", "edges": ["Zeus", "Leto"] },
|
|
61
|
+
{ "id": "Artemis", "edges": ["Zeus", "Leto"] },
|
|
62
|
+
{ "id": "Triton", "edges": ["Poseidon", "Amphitrite"] },
|
|
63
|
+
{ "id": "Pegasus", "edges": ["Poseidon", "Medusa"] },
|
|
64
|
+
{ "id": "Orion", "edges": ["Poseidon"] },
|
|
65
|
+
{ "id": "Polyphemus", "edges": ["Poseidon"] }
|
|
66
|
+
],
|
|
67
|
+
[
|
|
68
|
+
{ "id": "Deidamia" },
|
|
69
|
+
{ "id": "Achilles", "edges": ["Peleus", "Thetis"] },
|
|
70
|
+
{ "id": "Creusa" },
|
|
71
|
+
{ "id": "Aeneas", "edges": ["Anchises", "Aphrodite"] },
|
|
72
|
+
{ "id": "Lavinia", "edges": ["Lavinia(2)"] },
|
|
73
|
+
{ "id": "Lavinia(2)", "edges": ["Lavinia"] },
|
|
74
|
+
{ "id": "Eros", "edges": ["Hephaestus", "Aphrodite"] },
|
|
75
|
+
{ "id": "Helen", "edges": ["Leda", "Zeus"] },
|
|
76
|
+
{ "id": "Menelaus", "edges": ["Lavinia"] },
|
|
77
|
+
{ "id": "Polydueces", "edges": ["Leda", "Zeus"] }
|
|
78
|
+
],
|
|
79
|
+
[
|
|
80
|
+
{ "id": "Andromache" },
|
|
81
|
+
{ "id": "Neoptolemus", "edges": ["Deidamia", "Achilles"] },
|
|
82
|
+
{ "id": "Aeneas(2)", "edges": ["Creusa", "Aeneas"] },
|
|
83
|
+
{ "id": "Pompilius", "edges": ["Creusa", "Aeneas"] },
|
|
84
|
+
{ "id": "Iulus", "edges": ["Lavinia", "Aeneas"] },
|
|
85
|
+
{ "id": "Hermione", "edges": ["Helen", "Menelaus"] }
|
|
86
|
+
]
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
;
|
|
90
|
+
|
|
91
|
+
export default _default;
|
package/plugins/graph/index.d.ts
CHANGED
|
@@ -13,5 +13,8 @@ declare class GraphPlugin extends ClueUIPlugin {
|
|
|
13
13
|
fetcherResult({ result }: {
|
|
14
14
|
result: FetcherResult;
|
|
15
15
|
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
editorLanguage(): string;
|
|
17
|
+
exampleInput(): string;
|
|
18
|
+
documentation(): string;
|
|
16
19
|
}
|
|
17
20
|
export default GraphPlugin;
|
package/plugins/graph/index.js
CHANGED
|
@@ -1,25 +1,42 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
|
|
1
|
+
var t = Object.defineProperty;
|
|
2
|
+
var o = (i, e, s) => e in i ? t(i, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : i[e] = s;
|
|
3
|
+
var d = (i, e, s) => o(i, typeof e != "symbol" ? e + "" : e, s);
|
|
4
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
5
|
+
import r from "../../components/display/graph/index.js";
|
|
6
|
+
import g from "../ClueUIPlugin.js";
|
|
7
|
+
import { validateJsonData as u } from "../utils.js";
|
|
8
|
+
const h = "tree", l = { type: "nested" }, p = [[{ id: "Chaos", edges: ["Gaea"] }], [{ id: "Gaea", edges: ["Chaos"] }, { id: "Uranus", edges: ["Gaea"] }], [{ id: "Oceanus", edges: ["Gaea", "Uranus"], icons: ["bug"] }, { id: "Thethys", edges: ["Gaea", "Uranus"] }, { id: "Pontus", edges: ["Dionne"] }, { id: "Rhea", edges: ["Gaea", "Uranus"] }, { id: "Cronus", edges: ["Gaea", "Uranus"] }, { id: "Coeus", edges: ["Gaea", "Uranus"] }, { id: "Phoebe", edges: ["Gaea", "Uranus"] }, { id: "Crius", edges: ["Gaea", "Uranus"] }, { id: "Hyperion", edges: ["Gaea", "Uranus"] }, { id: "Iapetus", edges: ["Gaea", "Uranus"] }, { id: "Thea", edges: ["Gaea", "Uranus"] }, { id: "Themis", edges: ["Gaea", "Uranus"] }, { id: "Mnemosyne", edges: ["Gaea", "Uranus"] }], [{ id: "Doris", edges: ["Oceanus", "Thethys"] }, { id: "Neures", edges: ["Pontus", "Gaea"] }, { id: "Dionne" }, { id: "Demeter", edges: ["Rhea", "Cronus"] }, { id: "Hades", edges: ["Rhea", "Cronus"] }, { id: "Hera", edges: ["Rhea", "Cronus"] }, { id: "Alcmene" }, { id: "Zeus", edges: ["Rhea", "Cronus"] }, { id: "Eris" }, { id: "Leto", edges: ["Coeus", "Phoebe"] }, { id: "Amphitrite" }, { id: "Medusa" }, { id: "Poseidon", edges: ["Rhea", "Cronus"] }, { id: "Hestia", edges: ["Rhea", "Cronus"] }], [{ id: "Thetis", edges: ["Zeus", "Doris", "Neures"] }, { id: "Peleus" }, { id: "Anchises" }, { id: "Adonis" }, { id: "Aphrodite", edges: ["Zeus", "Dionne"] }, { id: "Persephone", edges: ["Zeus", "Demeter"] }, { id: "Ares", edges: ["Zeus", "Hera"] }, { id: "Hephaestus", edges: ["Zeus", "Hera"] }, { id: "Hebe", edges: ["Zeus", "Hera", "Hestia"] }, { id: "Hercules", edges: ["Zeus", "Alcmene"] }, { id: "Megara" }, { id: "Deianira" }, { id: "Eileithya", edges: ["Zeus", "Hera"] }, { id: "Ate", edges: ["Zeus", "Eris"] }, { id: "Leda" }, { id: "Athena", edges: ["Zeus"] }, { id: "Apollo", edges: ["Zeus", "Leto"] }, { id: "Artemis", edges: ["Zeus", "Leto"] }, { id: "Triton", edges: ["Poseidon", "Amphitrite"] }, { id: "Pegasus", edges: ["Poseidon", "Medusa"] }, { id: "Orion", edges: ["Poseidon"] }, { id: "Polyphemus", edges: ["Poseidon"] }], [{ id: "Deidamia" }, { id: "Achilles", edges: ["Peleus", "Thetis"] }, { id: "Creusa" }, { id: "Aeneas", edges: ["Anchises", "Aphrodite"] }, { id: "Lavinia", edges: ["Lavinia(2)"] }, { id: "Lavinia(2)", edges: ["Lavinia"] }, { id: "Eros", edges: ["Hephaestus", "Aphrodite"] }, { id: "Helen", edges: ["Leda", "Zeus"] }, { id: "Menelaus", edges: ["Lavinia"] }, { id: "Polydueces", edges: ["Leda", "Zeus"] }], [{ id: "Andromache" }, { id: "Neoptolemus", edges: ["Deidamia", "Achilles"] }, { id: "Aeneas(2)", edges: ["Creusa", "Aeneas"] }, { id: "Pompilius", edges: ["Creusa", "Aeneas"] }, { id: "Iulus", edges: ["Lavinia", "Aeneas"] }, { id: "Hermione", edges: ["Helen", "Menelaus"] }]], m = {
|
|
9
|
+
id: h,
|
|
10
|
+
metadata: l,
|
|
11
|
+
data: p
|
|
12
|
+
};
|
|
13
|
+
class H extends g {
|
|
8
14
|
constructor() {
|
|
9
15
|
super(...arguments);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
16
|
+
d(this, "name", "GraphPlugin");
|
|
17
|
+
d(this, "format", "graph");
|
|
18
|
+
d(this, "version", "1.0.0");
|
|
19
|
+
d(this, "author", "Canadian Centre for Cyber Security Matthew.Rafuse@cyber.gc.ca");
|
|
20
|
+
d(this, "description", "Renders an interactive tree visualization.");
|
|
21
|
+
}
|
|
22
|
+
actionResult({ result: s }) {
|
|
23
|
+
const a = u(s.output);
|
|
24
|
+
return /* @__PURE__ */ n(r, { graph: a, sx: { minHeight: "600px" } });
|
|
25
|
+
}
|
|
26
|
+
fetcherResult({ result: s }) {
|
|
27
|
+
const a = u(s.data);
|
|
28
|
+
return /* @__PURE__ */ n(r, { graph: a, sx: { minHeight: "600px" } });
|
|
29
|
+
}
|
|
30
|
+
editorLanguage() {
|
|
31
|
+
return "json";
|
|
15
32
|
}
|
|
16
|
-
|
|
17
|
-
return
|
|
33
|
+
exampleInput() {
|
|
34
|
+
return JSON.stringify(m, null, 2);
|
|
18
35
|
}
|
|
19
|
-
|
|
20
|
-
return
|
|
36
|
+
documentation() {
|
|
37
|
+
return 'This plugin renders an interactive tree visualization. It can be used by specifying "graph" as the format in the plugin configuration.';
|
|
21
38
|
}
|
|
22
39
|
}
|
|
23
40
|
export {
|
|
24
|
-
|
|
41
|
+
H as default
|
|
25
42
|
};
|