@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/image/index.d.ts
CHANGED
|
@@ -8,5 +8,8 @@ declare class ImagePlugin extends ClueUIPlugin {
|
|
|
8
8
|
description: string;
|
|
9
9
|
actionResult(props: RenderActionResultProps): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
fetcherResult(props: RenderFetcherResultProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
editorLanguage(): string;
|
|
12
|
+
exampleInput(): string;
|
|
13
|
+
documentation(): string;
|
|
11
14
|
}
|
|
12
15
|
export default ImagePlugin;
|
package/plugins/image/index.js
CHANGED
|
@@ -1,26 +1,42 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import
|
|
6
|
-
|
|
1
|
+
var p = Object.defineProperty;
|
|
2
|
+
var c = (n, e, t) => e in n ? p(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
|
+
var i = (n, e, t) => c(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
+
import { jsx as m } from "react/jsx-runtime";
|
|
5
|
+
import h from "../ClueUIPlugin.js";
|
|
6
|
+
import { validateJsonData as l } from "../utils.js";
|
|
7
|
+
class b extends h {
|
|
7
8
|
constructor() {
|
|
8
9
|
super(...arguments);
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
i(this, "name", "ImagePlugin");
|
|
11
|
+
i(this, "format", "image");
|
|
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", "Renders images.");
|
|
14
15
|
}
|
|
15
|
-
actionResult(
|
|
16
|
-
const { result,
|
|
17
|
-
|
|
16
|
+
actionResult(t) {
|
|
17
|
+
const { result: r, pluginId: u, ...o } = t, a = l(r.output);
|
|
18
|
+
if (typeof a.image != "string" || a.image.length === 0)
|
|
19
|
+
throw new Error('ImagePlugin expects a JSON object with a non-empty "image" string property.');
|
|
20
|
+
const { image: s, alt: g } = a;
|
|
21
|
+
return /* @__PURE__ */ m("img", { src: s, alt: g ?? "", ...o });
|
|
18
22
|
}
|
|
19
|
-
fetcherResult(
|
|
20
|
-
const { result, fetcherId:
|
|
21
|
-
|
|
23
|
+
fetcherResult(t) {
|
|
24
|
+
const { result: r, fetcherId: u, ...o } = t, a = l(r.data);
|
|
25
|
+
if (typeof a.image != "string" || a.image.length === 0)
|
|
26
|
+
throw new Error('ImagePlugin expects a JSON object with a non-empty "image" string property.');
|
|
27
|
+
const { image: s, alt: g } = a;
|
|
28
|
+
return /* @__PURE__ */ m("img", { src: s, alt: g ?? "", ...o });
|
|
29
|
+
}
|
|
30
|
+
editorLanguage() {
|
|
31
|
+
return "json";
|
|
32
|
+
}
|
|
33
|
+
exampleInput() {
|
|
34
|
+
return JSON.stringify({ image: "/svg/dark/clue-icon2.svg", alt: "Clue Logo" }, null, 2);
|
|
35
|
+
}
|
|
36
|
+
documentation() {
|
|
37
|
+
return 'This plugin renders images. It can be used by specifying "image" as the format in the plugin configuration. The input should be a json object with an "image" property that is the URL of the image, and an optional "alt" property for the alt text of the image.';
|
|
22
38
|
}
|
|
23
39
|
}
|
|
24
40
|
export {
|
|
25
|
-
|
|
41
|
+
b as default
|
|
26
42
|
};
|
package/plugins/json/index.d.ts
CHANGED
|
@@ -13,5 +13,8 @@ declare class JsonPlugin 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 JsonPlugin;
|
package/plugins/json/index.js
CHANGED
|
@@ -1,25 +1,37 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import { J as
|
|
6
|
-
import
|
|
7
|
-
|
|
1
|
+
var s = Object.defineProperty;
|
|
2
|
+
var c = (r, e, t) => e in r ? s(r, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[e] = t;
|
|
3
|
+
var n = (r, e, t) => c(r, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
5
|
+
import { J as i } from "../../index-Cj4d5cGz.js";
|
|
6
|
+
import d from "../ClueUIPlugin.js";
|
|
7
|
+
import { validateJsonData as u } from "../utils.js";
|
|
8
|
+
class g extends d {
|
|
8
9
|
constructor() {
|
|
9
10
|
super(...arguments);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
n(this, "name", "JsonPlugin");
|
|
12
|
+
n(this, "format", "json");
|
|
13
|
+
n(this, "version", "1.0.0");
|
|
14
|
+
n(this, "author", "Canadian Centre for Cyber Security Matthew.Rafuse@cyber.gc.ca");
|
|
15
|
+
n(this, "description", "Renders JSON with the default renderer or the overridden json component defined in the clue component provider.");
|
|
15
16
|
}
|
|
16
|
-
actionResult({ result }) {
|
|
17
|
-
|
|
17
|
+
actionResult({ result: t }) {
|
|
18
|
+
const o = u(t.output);
|
|
19
|
+
return /* @__PURE__ */ a(i, { data: o, collapse: !0, forceCompact: !0 });
|
|
18
20
|
}
|
|
19
|
-
fetcherResult({ result }) {
|
|
20
|
-
|
|
21
|
+
fetcherResult({ result: t }) {
|
|
22
|
+
const o = u(t.data);
|
|
23
|
+
return /* @__PURE__ */ a(i, { data: o, collapse: !0, forceCompact: !0 });
|
|
24
|
+
}
|
|
25
|
+
editorLanguage() {
|
|
26
|
+
return "json";
|
|
27
|
+
}
|
|
28
|
+
exampleInput() {
|
|
29
|
+
return '{ "key": "value" }';
|
|
30
|
+
}
|
|
31
|
+
documentation() {
|
|
32
|
+
return 'This plugin renders JSON. It can be used by specifying "json" as the format in the plugin configuration. The input should be a JSON object or a stringified JSON.';
|
|
21
33
|
}
|
|
22
34
|
}
|
|
23
35
|
export {
|
|
24
|
-
|
|
36
|
+
g as default
|
|
25
37
|
};
|
|
@@ -13,5 +13,8 @@ declare class MarkdownPlugin 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 MarkdownPlugin;
|
|
@@ -1,25 +1,36 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
class
|
|
1
|
+
var u = Object.defineProperty;
|
|
2
|
+
var i = (e, n, r) => n in e ? u(e, n, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[n] = r;
|
|
3
|
+
var t = (e, n, r) => i(e, typeof n != "symbol" ? n + "" : n, r);
|
|
4
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
5
|
+
import o from "../../components/display/markdown/index.js";
|
|
6
|
+
import d from "../ClueUIPlugin.js";
|
|
7
|
+
class p extends d {
|
|
8
8
|
constructor() {
|
|
9
9
|
super(...arguments);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
t(this, "name", "MarkdownPlugin");
|
|
11
|
+
t(this, "format", "markdown");
|
|
12
|
+
t(this, "version", "1.0.0");
|
|
13
|
+
t(this, "author", "Canadian Centre for Cyber Security Matthew.Rafuse@cyber.gc.ca");
|
|
14
|
+
t(this, "description", "Renders Markdown.");
|
|
15
15
|
}
|
|
16
|
-
actionResult({ result }) {
|
|
17
|
-
return /* @__PURE__ */
|
|
16
|
+
actionResult({ result: r }) {
|
|
17
|
+
return /* @__PURE__ */ a(o, { md: r.output });
|
|
18
18
|
}
|
|
19
|
-
fetcherResult({ result }) {
|
|
20
|
-
return /* @__PURE__ */
|
|
19
|
+
fetcherResult({ result: r }) {
|
|
20
|
+
return /* @__PURE__ */ a(o, { md: r.data });
|
|
21
|
+
}
|
|
22
|
+
editorLanguage() {
|
|
23
|
+
return "markdown";
|
|
24
|
+
}
|
|
25
|
+
exampleInput() {
|
|
26
|
+
return `# Markdown Plugin
|
|
27
|
+
This is an example of the Markdown plugin.
|
|
28
|
+
You can use **Markdown** syntax to format your text.`;
|
|
29
|
+
}
|
|
30
|
+
documentation() {
|
|
31
|
+
return 'This plugin renders Markdown. It can be used by specifying "markdown" as the format in the plugin configuration. The input should be a string in Markdown format.';
|
|
21
32
|
}
|
|
22
33
|
}
|
|
23
34
|
export {
|
|
24
|
-
|
|
35
|
+
p as default
|
|
25
36
|
};
|
package/plugins/registry.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
class
|
|
1
|
+
var g = Object.defineProperty;
|
|
2
|
+
var u = (l, i, n) => i in l ? g(l, i, { enumerable: !0, configurable: !0, writable: !0, value: n }) : l[i] = n;
|
|
3
|
+
var a = (l, i, n) => u(l, typeof i != "symbol" ? i + "" : i, n);
|
|
4
|
+
class o {
|
|
5
5
|
constructor() {
|
|
6
|
-
|
|
6
|
+
a(this, "_plugins", [
|
|
7
7
|
// { name: 'TestPlugin', id: 'none', loadPlugin: () => import('./test') },
|
|
8
8
|
{ name: "MarkdownPlugin", id: "markdown", loadPlugin: () => import("./markdown/index.js") },
|
|
9
9
|
{ name: "ImagePlugin", id: "image", loadPlugin: () => import("./image/index.js") },
|
|
@@ -17,5 +17,5 @@ class ClueUIPluginsRegistry {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
export {
|
|
20
|
-
|
|
20
|
+
o as default
|
|
21
21
|
};
|
package/plugins/store.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ export declare class ClueUIPluginStore {
|
|
|
34
34
|
*/
|
|
35
35
|
getPlugins(format?: string, resultType?: 'action' | 'fetcher', actionId?: string, fetcherId?: string): string[];
|
|
36
36
|
getPlugin(format: string, resultType: 'action' | 'fetcher', actionId?: string, fetcherId?: string): string | undefined;
|
|
37
|
+
getAvailableFormats(pluginName?: string): string[];
|
|
37
38
|
get pluginStore(): import('react-pluggable').PluginStore;
|
|
38
39
|
}
|
|
39
40
|
declare const clueUIPluginStore: ClueUIPluginStore;
|
package/plugins/store.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C, c } from "../store-
|
|
2
|
-
import "../uniq-
|
|
1
|
+
import { C as t, c as a } from "../store-DClHBq7r.js";
|
|
2
|
+
import "../uniq-B4UZ671_.js";
|
|
3
3
|
export {
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
t as ClueUIPluginStore,
|
|
5
|
+
a as default
|
|
6
6
|
};
|
package/plugins/test/index.js
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import { Typography } from "@mui/material";
|
|
6
|
-
import
|
|
7
|
-
class
|
|
1
|
+
var a = Object.defineProperty;
|
|
2
|
+
var o = (t, e, r) => e in t ? a(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
|
|
3
|
+
var i = (t, e, r) => o(t, typeof e != "symbol" ? e + "" : e, r);
|
|
4
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
5
|
+
import { Typography as s } from "@mui/material";
|
|
6
|
+
import u from "../ClueUIPlugin.js";
|
|
7
|
+
class f extends u {
|
|
8
8
|
constructor() {
|
|
9
9
|
super(...arguments);
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
i(this, "name", "TestPlugin");
|
|
11
|
+
i(this, "format", "test");
|
|
12
|
+
i(this, "version", "0.0.1");
|
|
13
|
+
i(this, "author", "Canadian Centre for Cyber Security Matthew.Rafuse@cyber.gc.ca");
|
|
14
|
+
i(this, "description", "This plugin is a test.");
|
|
15
15
|
}
|
|
16
|
-
actionResult(
|
|
17
|
-
return /* @__PURE__ */
|
|
16
|
+
actionResult(r) {
|
|
17
|
+
return /* @__PURE__ */ n(s, { variant: "h1", children: "Test Plugin!" });
|
|
18
18
|
}
|
|
19
|
-
fetcherResult(
|
|
20
|
-
return /* @__PURE__ */
|
|
19
|
+
fetcherResult(r) {
|
|
20
|
+
return /* @__PURE__ */ n(s, { variant: "h1", children: "Test Plugin!" });
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
23
|
export {
|
|
24
|
-
|
|
24
|
+
f as default
|
|
25
25
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const validateJsonData: (data: unknown) => object;
|
package/plugins/utils.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const o = (r) => {
|
|
2
|
+
let t = r;
|
|
3
|
+
if (typeof t == "string")
|
|
4
|
+
try {
|
|
5
|
+
t = JSON.parse(t);
|
|
6
|
+
} catch (e) {
|
|
7
|
+
throw new Error(`Failed to parse JSON string: ${String(e)}`, {
|
|
8
|
+
cause: e instanceof Error ? e : void 0
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
if (t === null || typeof t != "object") {
|
|
12
|
+
const e = t === null ? "null" : typeof t;
|
|
13
|
+
throw new Error(`Input must be a JSON object or a JSON object encoded as a string. Got: ${e}`);
|
|
14
|
+
}
|
|
15
|
+
return t;
|
|
16
|
+
};
|
|
17
|
+
export {
|
|
18
|
+
o as validateJsonData
|
|
19
|
+
};
|