@cccsaurora/clue-ui 1.3.0-dev.339 → 1.3.0-dev.346
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-irs9q3xm.js → ActionForm-bztRjYJE.js} +6 -6
- package/{AnnotationDetails-TaLlFe0h.js → AnnotationDetails-DXTY4rxn.js} +2 -2
- package/{AnnotationPreview-CC_9H0lC.js → AnnotationPreview-BLO29hn_.js} +2 -2
- package/{ClueEnrichContext-NZpr831K.js → ClueEnrichContext-fItpTzAE.js} +2 -2
- package/ClueUIPlugin-0udQl--U.js +452 -0
- package/{_baseFlatten-D3wtzJ86.js → _baseFlatten-B3PW43Vk.js} +1 -1
- package/_baseRest-Ca0ktDG8.js +8 -0
- package/{_baseUniq-BqxNeJD9.js → _baseUniq-Bx6CWGDV.js} +1 -0
- package/components/AnnotationDetailPopover.js +1 -1
- package/components/AnnotationDetails.js +3 -3
- package/components/AnnotationEntry.js +1 -1
- package/components/AnnotationPreview.js +2 -2
- package/components/ClassificationChip.d.ts +1 -1
- package/components/EnrichedCard.d.ts +1 -1
- package/components/EnrichedCard.js +2 -2
- package/components/EnrichedChip.d.ts +1 -1
- package/components/EnrichedChip.js +2 -2
- package/components/EnrichedTypography.d.ts +1 -1
- package/components/EnrichedTypography.js +2 -2
- package/components/ErrorBoundary.d.ts +1 -1
- package/components/RetryFailedEnrichments.js +1 -1
- package/components/SourcePicker.js +1 -1
- package/components/actions/ActionForm.js +3 -3
- package/components/actions/ExecutePopover.js +1 -1
- package/components/actions/ResultModal.js +1 -1
- package/components/actions/formats/index.js +13 -12
- package/components/display/graph/elements/NodeCard.js +3 -3
- package/components/display/graph/index.js +1 -1
- package/components/display/json/index.js +2 -2
- package/components/enrichment/EnrichPopover.js +1 -1
- package/components/fetchers/Fetcher.js +10 -9
- package/components/fetchers/FetcherResultView.d.ts +4 -0
- package/components/fetchers/FetcherResultView.js +27 -0
- package/components/fetchers/PreviewModal.js +2 -1
- package/components/group/Entry.js +1 -1
- package/components/group/GroupControl.js +1 -1
- package/components/stats/QueryStatus.js +1 -1
- package/en/translation.json +1 -0
- package/fr/translation.json +1 -0
- package/hooks/ClueActionContext.js +1 -1
- package/hooks/ClueEnrichContext.js +3 -3
- package/hooks/ClueGroupContext.js +1 -1
- package/hooks/CluePopupContext.js +2 -2
- package/hooks/ClueProvider.d.ts +2 -1
- package/hooks/ClueProvider.js +56 -4
- package/hooks/selectors.js +2 -2
- package/hooks/useActionResult.js +1 -1
- package/hooks/useAnnotations.js +2 -2
- package/hooks/useClue.js +1 -1
- package/hooks/useClueActions.js +1 -1
- package/hooks/useClueTypeConfig.js +2 -2
- package/hooks/useErrors.js +1 -1
- package/hooks/useFetcherResult.js +1 -1
- package/icons/Action.js +2 -2
- package/icons/Assessment.js +2 -2
- package/icons/Context.js +1 -1
- package/icons/Opinion.js +2 -2
- package/{index-CIj4pr7O.js → index-BF4c1XBg.js} +1 -1
- package/index-BJm74d7l.js +25 -0
- package/index-BdAUKhOk.js +25 -0
- package/index-D4mEq9G4.js +26 -0
- package/index-DP0SQqVY.js +25 -0
- package/index-Kt3RwkVk.js +22 -0
- package/main.d.ts +3 -1
- package/main.js +4 -6
- package/package.json +2 -1
- package/{sortBy-Tf6pz1tg.js → sortBy-Bjn6Gl0J.js} +2 -4
- package/store-Dslbt6yE.js +2108 -0
- package/{useClueTypeConfig-CnMg5Ny8.js → useClueTypeConfig-D2OeF2ug.js} +1 -1
- package/utils/chain.js +1 -1
- package/utils/utils.js +2 -2
- package/{utils-Du3XxQAT.js → utils-Dp6a9Q5X.js} +1 -1
package/icons/Assessment.js
CHANGED
|
@@ -2,11 +2,11 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { I as Icon } from "../iconify-DJxl6dC-.js";
|
|
3
3
|
import { useTheme, Stack, Chip, Divider, Grid, Tooltip } from "@mui/material";
|
|
4
4
|
import CountBadge from "../components/CountBadge.js";
|
|
5
|
-
import { C as CluePopupContext } from "../AnnotationPreview-
|
|
5
|
+
import { C as CluePopupContext } from "../AnnotationPreview-BLO29hn_.js";
|
|
6
6
|
import { g as groupBy } from "../groupBy-CXx1vslF.js";
|
|
7
7
|
import { l as last } from "../last-CUCl67Im.js";
|
|
8
8
|
import { m as maxBy } from "../maxBy-a49mqwW9.js";
|
|
9
|
-
import { s as sortBy } from "../sortBy-
|
|
9
|
+
import { s as sortBy } from "../sortBy-Bjn6Gl0J.js";
|
|
10
10
|
import { s as sumBy } from "../sumBy-DZSVfXDE.js";
|
|
11
11
|
import { memo, useRef, useState, useMemo, useEffect } from "react";
|
|
12
12
|
import { a as useContextSelector } from "../index-_gpzM2Px.js";
|
package/icons/Context.js
CHANGED
|
@@ -4,7 +4,7 @@ import { Stack, Divider } from "@mui/material";
|
|
|
4
4
|
import AnnotationEntry from "../components/AnnotationEntry.js";
|
|
5
5
|
import CountBadge from "../components/CountBadge.js";
|
|
6
6
|
import Iconified from "../components/display/icons/Iconified.js";
|
|
7
|
-
import { C as CluePopupContext } from "../AnnotationPreview-
|
|
7
|
+
import { C as CluePopupContext } from "../AnnotationPreview-BLO29hn_.js";
|
|
8
8
|
import { g as groupBy } from "../groupBy-CXx1vslF.js";
|
|
9
9
|
import { memo, useRef, useMemo, useEffect } from "react";
|
|
10
10
|
import { a as useContextSelector } from "../index-_gpzM2Px.js";
|
package/icons/Opinion.js
CHANGED
|
@@ -2,9 +2,9 @@ import { jsxs, Fragment, jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { I as Icon } from "../iconify-DJxl6dC-.js";
|
|
3
3
|
import { useTheme, Stack, Chip, Divider, Grid } from "@mui/material";
|
|
4
4
|
import CountBadge from "../components/CountBadge.js";
|
|
5
|
-
import { C as CluePopupContext } from "../AnnotationPreview-
|
|
5
|
+
import { C as CluePopupContext } from "../AnnotationPreview-BLO29hn_.js";
|
|
6
6
|
import { g as groupBy } from "../groupBy-CXx1vslF.js";
|
|
7
|
-
import { s as sortBy } from "../sortBy-
|
|
7
|
+
import { s as sortBy } from "../sortBy-Bjn6Gl0J.js";
|
|
8
8
|
import { s as sumBy } from "../sumBy-DZSVfXDE.js";
|
|
9
9
|
import { memo, useRef, useMemo, useCallback, useEffect } from "react";
|
|
10
10
|
import { a as useContextSelector } from "../index-_gpzM2Px.js";
|
|
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { ClickAwayListener, TextField, InputAdornment, Popper, Paper, MenuList, MenuItem, ListItemText, useTheme, Stack, Skeleton } from "@mui/material";
|
|
6
6
|
import { useRef, useState, useEffect, useMemo, lazy } from "react";
|
|
7
|
-
import { r as removeEmpty, s as searchObject, a as flatten } from "./utils-
|
|
7
|
+
import { r as removeEmpty, s as searchObject, a as flatten } from "./utils-Dp6a9Q5X.js";
|
|
8
8
|
import { ClueComponentContext } from "./hooks/ClueComponentContext.js";
|
|
9
9
|
import { useMyLocalStorageItem } from "./hooks/useMyLocalStorage.js";
|
|
10
10
|
import { StorageKey } from "./utils/constants.js";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import { J as JSONViewer } from "./index-BF4c1XBg.js";
|
|
6
|
+
import { C as ClueUIPlugin } from "./ClueUIPlugin-0udQl--U.js";
|
|
7
|
+
class JsonPlugin extends ClueUIPlugin {
|
|
8
|
+
constructor() {
|
|
9
|
+
super(...arguments);
|
|
10
|
+
__publicField(this, "name", "JsonPlugin");
|
|
11
|
+
__publicField(this, "format", "json");
|
|
12
|
+
__publicField(this, "version", "1.0.0");
|
|
13
|
+
__publicField(this, "author", "Mrs. Peacock");
|
|
14
|
+
__publicField(this, "description", "Renders JSON with the default renderer or the overridden json component defined in the clue component provider.");
|
|
15
|
+
}
|
|
16
|
+
actionResult({ result }) {
|
|
17
|
+
return /* @__PURE__ */ jsx(JSONViewer, { data: result.output, collapse: true, forceCompact: true });
|
|
18
|
+
}
|
|
19
|
+
fetcherResult({ result }) {
|
|
20
|
+
return /* @__PURE__ */ jsx(JSONViewer, { data: result.data });
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
JsonPlugin as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import Markdown from "./components/display/markdown/index.js";
|
|
6
|
+
import { C as ClueUIPlugin } from "./ClueUIPlugin-0udQl--U.js";
|
|
7
|
+
class MarkdownPlugin extends ClueUIPlugin {
|
|
8
|
+
constructor() {
|
|
9
|
+
super(...arguments);
|
|
10
|
+
__publicField(this, "name", "MarkdownPlugin");
|
|
11
|
+
__publicField(this, "format", "markdown");
|
|
12
|
+
__publicField(this, "version", "1.0.0");
|
|
13
|
+
__publicField(this, "author", "Professor Plum");
|
|
14
|
+
__publicField(this, "description", "Renders Markdown.");
|
|
15
|
+
}
|
|
16
|
+
actionResult({ result }) {
|
|
17
|
+
return /* @__PURE__ */ jsx(Markdown, { md: result.output });
|
|
18
|
+
}
|
|
19
|
+
fetcherResult({ result }) {
|
|
20
|
+
return /* @__PURE__ */ jsx(Markdown, { md: result.data });
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
MarkdownPlugin as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import { C as ClueUIPlugin } from "./ClueUIPlugin-0udQl--U.js";
|
|
6
|
+
class ImagePlugin extends ClueUIPlugin {
|
|
7
|
+
constructor() {
|
|
8
|
+
super(...arguments);
|
|
9
|
+
__publicField(this, "name", "ImagePlugin");
|
|
10
|
+
__publicField(this, "format", "image");
|
|
11
|
+
__publicField(this, "version", "1.0.0");
|
|
12
|
+
__publicField(this, "author", "Mr. Green");
|
|
13
|
+
__publicField(this, "description", "Renders images.");
|
|
14
|
+
}
|
|
15
|
+
actionResult(props) {
|
|
16
|
+
const { result, ...additionalProps } = props;
|
|
17
|
+
return /* @__PURE__ */ jsx("img", { src: result.output.image, alt: result.output.alt, ...additionalProps });
|
|
18
|
+
}
|
|
19
|
+
fetcherResult(props) {
|
|
20
|
+
const { result, ...additionalProps } = props;
|
|
21
|
+
return /* @__PURE__ */ jsx("img", { src: result.data.image, alt: result.data.alt, ...additionalProps });
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
export {
|
|
25
|
+
ImagePlugin as default
|
|
26
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import Graph from "./components/display/graph/index.js";
|
|
6
|
+
import { C as ClueUIPlugin } from "./ClueUIPlugin-0udQl--U.js";
|
|
7
|
+
class GraphPlugin extends ClueUIPlugin {
|
|
8
|
+
constructor() {
|
|
9
|
+
super(...arguments);
|
|
10
|
+
__publicField(this, "name", "GraphPlugin");
|
|
11
|
+
__publicField(this, "format", "graph");
|
|
12
|
+
__publicField(this, "version", "1.0.0");
|
|
13
|
+
__publicField(this, "author", "Mrs. White");
|
|
14
|
+
__publicField(this, "description", "Renders an interactive tree visualization.");
|
|
15
|
+
}
|
|
16
|
+
actionResult({ result }) {
|
|
17
|
+
return /* @__PURE__ */ jsx(Graph, { graph: result.output, sx: { minHeight: "600px" } });
|
|
18
|
+
}
|
|
19
|
+
fetcherResult({ result }) {
|
|
20
|
+
return /* @__PURE__ */ jsx(Graph, { graph: result.data, sx: { minHeight: "600px" } });
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
GraphPlugin as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
import FileResult from "./components/actions/formats/FileResult.js";
|
|
6
|
+
import { C as ClueUIPlugin } from "./ClueUIPlugin-0udQl--U.js";
|
|
7
|
+
class FilePlugin extends ClueUIPlugin {
|
|
8
|
+
constructor() {
|
|
9
|
+
super(...arguments);
|
|
10
|
+
__publicField(this, "name", "FilePlugin");
|
|
11
|
+
__publicField(this, "format", "file");
|
|
12
|
+
__publicField(this, "version", "1.0.0");
|
|
13
|
+
__publicField(this, "author", "Miss Scarlett");
|
|
14
|
+
__publicField(this, "description", "Render a file action result with metadata, hash statistics, and download support.");
|
|
15
|
+
}
|
|
16
|
+
actionResult({ result }) {
|
|
17
|
+
return /* @__PURE__ */ jsx(FileResult, { result });
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export {
|
|
21
|
+
FilePlugin as default
|
|
22
|
+
};
|
package/main.d.ts
CHANGED
|
@@ -5,6 +5,8 @@ import { FetcherDefinition, FetcherDefinitionsResponse, FetcherResult } from "./
|
|
|
5
5
|
import { Annotation, BulkEnrichRequest, BulkEnrichResponses, Enrichment, EnrichResponse, EnrichResponses, FailedRequest, Selector, TypesDetectionResponse, TypesResponse, WithExtra } from "./types/lookup";
|
|
6
6
|
import { ClueResponse } from "./types/network";
|
|
7
7
|
import { default as RunningActionData } from "./types/RunningActionData";
|
|
8
|
+
import { default as ClueUIPlugin } from '../plugins/ClueUIPlugin';
|
|
9
|
+
import { ClueUIPluginDefinition } from '../plugins/registry';
|
|
8
10
|
import { default as ActionForm } from './components/actions/ActionForm';
|
|
9
11
|
import { default as AnnotationDetailPopover } from './components/AnnotationDetailPopover';
|
|
10
12
|
import { default as AnnotationDetails } from './components/AnnotationDetails';
|
|
@@ -38,5 +40,5 @@ import { default as OpinionIcon } from './icons/Opinion';
|
|
|
38
40
|
import { default as FrequencyText } from './text/Frequency';
|
|
39
41
|
|
|
40
42
|
export { ActionForm, AnnotationDetailPopover, AnnotationDetails, AnnotationEntry, AnnotationPreview, AssessmentIcon, buildDatabase, ClueComponentContext, ClueConfigContext, ClueDatabaseContext, ClueEnrichContext, CluePopupContext, ClueProvider, ContextIcon, CountBadge, EnrichedCard, EnrichedChip, EnrichedTypography, Entry, Fetcher, FrequencyText, Group, GroupControl, OpinionIcon, SNACKBAR_EVENT_ID, SourcePicker, StatusChip, useClue, useClueActions, useClueActionsSelector, useClueConfig, useClueEnrichSelector, useClueFetcherSelector };
|
|
41
|
-
export type { ActionDefinition, ActionDefinitionsResponse, ActionResult, Annotation, BulkEnrichRequest, BulkEnrichResponses, ClueConfigContextProps, ClueDatabase, ClueDatabaseCollections, ClueDatabaseContextProps, ClueResponse, EnrichedCardProps, EnrichedTypographyProps, Enrichment, EnrichmentProps, EnrichResponse, EnrichResponses, FailedRequest, FetcherDefinition, FetcherDefinitionsResponse, FetcherResult, RunningActionData, Selector, SelectorCollection, SelectorCollectionMethods, SelectorDocMethods, SelectorDocType, SelectorDocument, SnackbarEvents, StatusCollection, StatusCollectionMethods, StatusDocMethods, StatusDocType, StatusDocument, TypesDetectionResponse, TypesResponse, WithExtra };
|
|
43
|
+
export type { ActionDefinition, ActionDefinitionsResponse, ActionResult, Annotation, BulkEnrichRequest, BulkEnrichResponses, ClueConfigContextProps, ClueDatabase, ClueDatabaseCollections, ClueDatabaseContextProps, ClueResponse, ClueUIPlugin, ClueUIPluginDefinition, EnrichedCardProps, EnrichedTypographyProps, Enrichment, EnrichmentProps, EnrichResponse, EnrichResponses, FailedRequest, FetcherDefinition, FetcherDefinitionsResponse, FetcherResult, RunningActionData, Selector, SelectorCollection, SelectorCollectionMethods, SelectorDocMethods, SelectorDocType, SelectorDocument, SnackbarEvents, StatusCollection, StatusCollectionMethods, StatusDocMethods, StatusDocType, StatusDocument, TypesDetectionResponse, TypesResponse, WithExtra };
|
|
42
44
|
export type { ClueConfigContextProps as BorealisConfigContextProps, ClueDatabase as BorealisDatabase, ClueDatabaseCollections as BorealisDatabaseCollections, ClueDatabaseContextProps as BorealisDatabaseContextProps, ClueResponse as BorealisResponse };
|
package/main.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { A, b, d, f, g } from "./ActionForm-
|
|
1
|
+
import { A, b, d, f, g } from "./ActionForm-bztRjYJE.js";
|
|
2
2
|
import { default as default2 } from "./components/AnnotationDetailPopover.js";
|
|
3
|
-
import { A as A2 } from "./AnnotationDetails-
|
|
3
|
+
import { A as A2 } from "./AnnotationDetails-DXTY4rxn.js";
|
|
4
4
|
import { default as default3 } from "./components/AnnotationEntry.js";
|
|
5
|
-
import { A as A3, C } from "./AnnotationPreview-
|
|
5
|
+
import { A as A3, C } from "./AnnotationPreview-BLO29hn_.js";
|
|
6
6
|
import { default as default4 } from "./components/CountBadge.js";
|
|
7
7
|
import { default as default5 } from "./components/EnrichedCard.js";
|
|
8
8
|
import { default as default6 } from "./components/EnrichedChip.js";
|
|
@@ -18,14 +18,13 @@ import { b as b2 } from "./index-CoosLLQl.js";
|
|
|
18
18
|
import { ClueComponentContext } from "./hooks/ClueComponentContext.js";
|
|
19
19
|
import { ClueConfigContext } from "./hooks/ClueConfigProvider.js";
|
|
20
20
|
import { ClueDatabaseContext } from "./hooks/ClueDatabaseContext.js";
|
|
21
|
-
import { C as C2 } from "./ClueEnrichContext-
|
|
21
|
+
import { C as C2 } from "./ClueEnrichContext-fItpTzAE.js";
|
|
22
22
|
import { ClueProvider } from "./hooks/ClueProvider.js";
|
|
23
23
|
import { default as default14 } from "./hooks/useClue.js";
|
|
24
24
|
import { default as default15 } from "./hooks/useClueConfig.js";
|
|
25
25
|
import { default as default16 } from "./icons/Assessment.js";
|
|
26
26
|
import { default as default17 } from "./icons/Context.js";
|
|
27
27
|
import { default as default18 } from "./icons/Opinion.js";
|
|
28
|
-
import { default as default19 } from "./text/Frequency.js";
|
|
29
28
|
export {
|
|
30
29
|
A as ActionForm,
|
|
31
30
|
default2 as AnnotationDetailPopover,
|
|
@@ -46,7 +45,6 @@ export {
|
|
|
46
45
|
default7 as EnrichedTypography,
|
|
47
46
|
default10 as Entry,
|
|
48
47
|
default8 as Fetcher,
|
|
49
|
-
default19 as FrequencyText,
|
|
50
48
|
default11 as Group,
|
|
51
49
|
default12 as GroupControl,
|
|
52
50
|
default18 as OpinionIcon,
|
package/package.json
CHANGED
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"lodash-es": "^4.17.23",
|
|
27
27
|
"react-i18next": "^13.5.0",
|
|
28
28
|
"react-markdown": "10.1.0",
|
|
29
|
+
"react-pluggable": "^0.4.3",
|
|
29
30
|
"react-syntax-highlighter": "^15.6.1",
|
|
30
31
|
"rehype-raw": "7.0.0",
|
|
31
32
|
"remark-gfm": "4.0.1",
|
|
@@ -66,7 +67,7 @@
|
|
|
66
67
|
},
|
|
67
68
|
"type": "module",
|
|
68
69
|
"types": "main.d.ts",
|
|
69
|
-
"version": "1.3.0-dev.
|
|
70
|
+
"version": "1.3.0-dev.346",
|
|
70
71
|
"exports": {
|
|
71
72
|
".": "./main.js",
|
|
72
73
|
"./index.css": "./index.css",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as baseFlatten } from "./_baseFlatten-B3PW43Vk.js";
|
|
2
2
|
import { a as arrayMap, b as baseGet } from "./_baseGet-DKnGz1D3.js";
|
|
3
3
|
import { b as baseIteratee } from "./_baseIteratee-C004Z9XE.js";
|
|
4
4
|
import { b as baseEach } from "./_createAggregator-BDMdCE6g.js";
|
|
@@ -6,10 +6,8 @@ import { c as isArrayLike, a as baseUnary } from "./_getTag-DuA1kj2A.js";
|
|
|
6
6
|
import { i as isSymbol } from "./isSymbol-Xd2FsJyp.js";
|
|
7
7
|
import { i as identity } from "./identity-CPGTqrE4.js";
|
|
8
8
|
import { i as isArray } from "./_MapCache-DWYVyFVH.js";
|
|
9
|
+
import { b as baseRest } from "./_baseRest-Ca0ktDG8.js";
|
|
9
10
|
import { i as isIterateeCall } from "./_isIterateeCall-CEvg7Bo6.js";
|
|
10
|
-
function baseRest(func, start) {
|
|
11
|
-
return setToString(overRest(func, start, identity), func + "");
|
|
12
|
-
}
|
|
13
11
|
function baseMap(collection, iteratee) {
|
|
14
12
|
var index = -1, result = isArrayLike(collection) ? Array(collection.length) : [];
|
|
15
13
|
baseEach(collection, function(value, key, collection2) {
|