@cccsaurora/clue-ui 1.3.0-dev.361 → 1.3.0-dev.403
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-BGVd1hea.js → ActionForm-CqKcnDWC.js} +9 -9
- package/{AnnotationDetails-D4f9aw7S.js → AnnotationDetails-BlPd3T8k.js} +3 -3
- package/{AnnotationPreview-LLor6159.js → AnnotationPreview-Bl447SKT.js} +2 -2
- package/{ClueEnrichContext-DKZ2iqmV.js → ClueEnrichContext-B3YrTCaJ.js} +10 -8
- package/{_MapCache-DWYVyFVH.js → _MapCache-kuEY_iOH.js} +2 -4
- package/_Set-BrSMTlHn.js +6 -0
- package/{_Uint8Array-BgBspS6l.js → _Uint8Array-OPpgYQj7.js} +8 -13
- package/_arrayIncludes-BNqL-9ZP.js +31 -0
- package/_arrayPush-CBkQqaE_.js +10 -0
- package/{_baseAssignValue-Dltt6-s5.js → _baseAssignValue-CNUVPOBW.js} +2 -11
- package/{_baseClone-BUfES2sT.js → _baseClone-9FaRd1R2.js} +10 -6
- package/{_baseExtremum-kob8QXyt.js → _baseExtremum-wOGT4Dgw.js} +1 -1
- package/{_baseFlatten-D3wtzJ86.js → _baseFlatten-Co6QHDlG.js} +6 -6
- package/{_baseGet-DKnGz1D3.js → _baseGet-Cmp6FztG.js} +4 -3
- package/{isObjectLike-OAgjjZye.js → _baseGetTag-Hj-0NTYF.js} +0 -4
- package/{_baseIsEqual-CTfFNmaR.js → _baseIsEqual-1CpU47TZ.js} +8 -5
- package/{_baseIteratee-C004Z9XE.js → _baseIteratee-BN7Vbe5g.js} +6 -6
- package/_baseRest-BZ_hQ9PC.js +8 -0
- package/_baseUniq-BnvS3JHL.js +63 -0
- package/{_setToArray-CGeR30xg.js → _cacheHas-_aF2y2Xv.js} +2 -10
- package/{_createAggregator-BDMdCE6g.js → _createAggregator-BUZrP_is.js} +4 -4
- package/_defineProperty-DolZLKmv.js +12 -0
- package/{_getPrototype-uU2uJIbq.js → _getPrototype-Bb4gm-5m.js} +1 -1
- package/{_getTag-DuA1kj2A.js → _getTag-CML_cXiN.js} +10 -31
- package/{_isIterateeCall-CEvg7Bo6.js → _isIterateeCall-B1IFEqVv.js} +3 -3
- package/_setToArray-CqyqC8ib.js +10 -0
- package/{cloneDeep-C_PzHHQ0.js → cloneDeep-l3UkXG5M.js} +1 -1
- package/components/AnnotationDetailPopover.js +1 -1
- package/components/AnnotationDetails.js +4 -4
- package/components/AnnotationEntry.js +1 -1
- package/components/AnnotationPreview.js +2 -2
- package/components/EnrichedCard.js +2 -2
- package/components/EnrichedChip.js +2 -2
- package/components/EnrichedTypography.js +2 -2
- 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/form/schemaAdapter.js +2 -2
- package/components/actions/formats/index.d.ts +2 -0
- package/components/actions/formats/index.js +30 -14
- package/components/display/graph/elements/NodeCard.js +5 -5
- package/components/display/graph/index.js +2 -2
- package/components/display/graph/visualizations/Leaf.js +2 -1
- package/components/display/graph/visualizations/cloud/index.js +2 -2
- package/components/display/graph/visualizations/tree/index.js +5 -5
- package/components/display/json/index.js +2 -2
- package/components/enrichment/EnrichPopover.js +1 -1
- package/components/fetchers/Fetcher.js +21 -10
- package/components/fetchers/FetcherResultView.d.ts +7 -0
- package/components/fetchers/FetcherResultView.js +41 -0
- package/components/fetchers/PreviewModal.d.ts +6 -1
- package/components/fetchers/PreviewModal.js +5 -2
- package/components/group/Entry.js +1 -1
- package/components/group/GroupControl.js +1 -1
- package/components/stats/QueryStatus.js +1 -1
- package/{countBy-Bkq0mSO-.js → countBy-Bqcp3VCs.js} +2 -2
- package/database/index.js +2 -2
- package/database/replication.js +2 -2
- package/en/translation.json +1 -0
- package/fr/translation.json +1 -0
- package/{get-DlGeJ2uz.js → get-CdMThM8x.js} +1 -1
- package/{groupBy-CXx1vslF.js → groupBy-BVV07EGQ.js} +2 -2
- package/hooks/ClueActionContext.js +2 -2
- package/hooks/ClueDatabaseContext.js +1 -1
- package/hooks/ClueEnrichContext.js +8 -7
- package/hooks/ClueFetcherContext.js +1 -1
- package/hooks/ClueGroupContext.js +1 -1
- package/hooks/CluePopupContext.js +2 -2
- package/hooks/ClueProvider.d.ts +2 -1
- package/hooks/ClueProvider.js +5 -4
- package/hooks/ClueUIPluginContext.d.ts +21 -0
- package/hooks/ClueUIPluginContext.js +57 -0
- 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 +54 -6
- package/hooks/useComparator.js +1 -1
- package/hooks/useErrors.js +1 -1
- package/hooks/useFetcherResult.js +1 -1
- package/icons/Action.js +3 -3
- package/icons/Assessment.js +5 -5
- package/icons/Context.js +2 -2
- package/icons/Opinion.js +4 -4
- package/{index-C28rIsy3.js → index-CAvu7vwt.js} +1 -1
- package/{index-IPF68v-l.js → index-DUEubgWN.js} +1 -1
- package/{index-VDwFWSqU.js → index-Dj1N4IQP.js} +3 -3
- package/{index-CmQM2DaO.js → index-DpJxD74E.js} +1 -1
- package/isArguments-CuYlEuhP.js +27 -0
- package/isArray-RJPfgWqI.js +4 -0
- package/isEmpty-BE656RUK.js +30 -0
- package/isObjectLike-CeENW9FN.js +6 -0
- package/{isSymbol-Xd2FsJyp.js → isSymbol-D_H4HPZQ.js} +2 -1
- package/main.d.ts +4 -2
- package/main.js +9 -7
- package/{maxBy-a49mqwW9.js → maxBy-BjjQmX5t.js} +2 -2
- package/package.json +16 -2
- package/plugins/ClueUIPlugin.d.ts +40 -0
- package/plugins/ClueUIPlugin.js +442 -0
- package/plugins/file/index.d.ts +15 -0
- package/plugins/file/index.js +22 -0
- package/plugins/graph/index.d.ts +17 -0
- package/plugins/graph/index.js +25 -0
- package/plugins/image/index.d.ts +12 -0
- package/plugins/image/index.js +26 -0
- package/plugins/json/index.d.ts +17 -0
- package/plugins/json/index.js +25 -0
- package/plugins/markdown/index.d.ts +17 -0
- package/plugins/markdown/index.js +25 -0
- package/plugins/registry.d.ts +13 -0
- package/plugins/registry.js +21 -0
- package/plugins/store.d.ts +40 -0
- package/plugins/store.js +6 -0
- package/plugins/test/index.d.ts +17 -0
- package/plugins/test/index.js +25 -0
- package/{replication-DvYQDhM_.js → replication--gLEZw8a.js} +1 -1
- package/{sessionStorage-Dbmo2Exe.js → sessionStorage-B68y-wnE.js} +2 -2
- package/{sortBy-Tf6pz1tg.js → sortBy-B8JVsLQY.js} +10 -11
- package/store-DMdRx9g0.js +2156 -0
- package/{sumBy-DZSVfXDE.js → sumBy-D-HCzM2i.js} +1 -1
- package/text/Frequency.js +1 -1
- package/{toFinite-Bc55msYj.js → toFinite-meZTg4Su.js} +1 -1
- package/{toNumber-DPxy1FBy.js → toNumber-B5JaA1vX.js} +1 -1
- package/uniq-CahZPAwp.js +7 -0
- package/utils/chain.js +12 -12
- package/utils/sessionStorage.js +1 -1
- package/utils/utils.js +3 -3
- package/{utils-BN7Z0YiP.js → utils-CEySTPtg.js} +7 -5
- package/_baseUniq-BqxNeJD9.js +0 -115
- package/useClueTypeConfig-CnMg5Ny8.js +0 -59
|
@@ -3,20 +3,20 @@ import { materialRenderers, materialCells } from "@jsonforms/material-renderers"
|
|
|
3
3
|
import { JsonForms } from "@jsonforms/react";
|
|
4
4
|
import { Modal, Paper, Stack, Typography, Divider, LinearProgress, Button, IconButton, Box, CircularProgress, Collapse } from "@mui/material";
|
|
5
5
|
import Iconified from "./components/display/icons/Iconified.js";
|
|
6
|
-
import { J as JSONViewer } from "./index-
|
|
6
|
+
import { J as JSONViewer } from "./index-DUEubgWN.js";
|
|
7
7
|
import { ClueComponentContext } from "./hooks/ClueComponentContext.js";
|
|
8
8
|
import { g as getDefaultExportFromCjs } from "./_commonjsHelpers-CUmg6egw.js";
|
|
9
|
-
import { c as requireJsonSchemaTraverse, r as requireFastDeepEqual, a as requireFastUri } from "./index-
|
|
10
|
-
import { a as api } from "./index-
|
|
11
|
-
import { d as toString } from "./_baseGet-
|
|
9
|
+
import { c as requireJsonSchemaTraverse, r as requireFastDeepEqual, a as requireFastUri } from "./index-Dj1N4IQP.js";
|
|
10
|
+
import { a as api } from "./index-DpJxD74E.js";
|
|
11
|
+
import { d as toString } from "./_baseGet-Cmp6FztG.js";
|
|
12
12
|
import { b as baseSlice } from "./_baseSlice-GAv_YFTT.js";
|
|
13
|
-
import { i as isEqual } from "./utils-
|
|
13
|
+
import { i as isEqual } from "./utils-CEySTPtg.js";
|
|
14
14
|
import { useState, useRef, useMemo, useEffect, memo, useCallback } from "react";
|
|
15
15
|
import { a as useContextSelector, c as createContext, u as useContext } from "./index-_gpzM2Px.js";
|
|
16
16
|
import ErrorBoundary from "./components/ErrorBoundary.js";
|
|
17
17
|
import { adaptSchema } from "./components/actions/form/schemaAdapter.js";
|
|
18
18
|
import { I as Icon } from "./iconify-DJxl6dC-.js";
|
|
19
|
-
import { C as ClueEnrichContext } from "./ClueEnrichContext-
|
|
19
|
+
import { C as ClueEnrichContext } from "./ClueEnrichContext-B3YrTCaJ.js";
|
|
20
20
|
import { ClueFetcherContext } from "./hooks/ClueFetcherContext.js";
|
|
21
21
|
import ClassificationChip from "./components/ClassificationChip.js";
|
|
22
22
|
import Result from "./components/actions/formats/index.js";
|
|
@@ -5969,13 +5969,13 @@ const ActionForm = ({ runningActionData }) => {
|
|
|
5969
5969
|
setLoading(false);
|
|
5970
5970
|
}
|
|
5971
5971
|
}, [
|
|
5972
|
-
executeAction,
|
|
5973
|
-
runningActionData == null ? void 0 : runningActionData.id,
|
|
5974
|
-
runningActionData == null ? void 0 : runningActionData.selectors,
|
|
5975
5972
|
runningActionData == null ? void 0 : runningActionData.onComplete,
|
|
5976
5973
|
runningActionData == null ? void 0 : runningActionData.onUpdate,
|
|
5977
5974
|
runningActionData == null ? void 0 : runningActionData.timeout,
|
|
5978
5975
|
runningActionData == null ? void 0 : runningActionData.skipResultModal,
|
|
5976
|
+
runningActionData == null ? void 0 : runningActionData.id,
|
|
5977
|
+
runningActionData == null ? void 0 : runningActionData.selectors,
|
|
5978
|
+
executeAction,
|
|
5979
5979
|
formData
|
|
5980
5980
|
]);
|
|
5981
5981
|
if (!(runningActionData == null ? void 0 : runningActionData.action)) {
|
|
@@ -4,13 +4,13 @@ import { useTheme, Stack, Typography, Tooltip, Box, IconButton, CircularProgress
|
|
|
4
4
|
import Iconified from "./components/display/icons/Iconified.js";
|
|
5
5
|
import { SNACKBAR_EVENT_ID } from "./data/event.js";
|
|
6
6
|
import { ClueComponentContext } from "./hooks/ClueComponentContext.js";
|
|
7
|
-
import { f as useClueEnrichSelector } from "./ActionForm-
|
|
7
|
+
import { f as useClueEnrichSelector } from "./ActionForm-CqKcnDWC.js";
|
|
8
8
|
import useAnnotations from "./hooks/useAnnotations.js";
|
|
9
9
|
import useErrors from "./hooks/useErrors.js";
|
|
10
10
|
import { ICON_MAP } from "./icons/iconMap.js";
|
|
11
11
|
import { safeDispatchEvent } from "./utils/window.js";
|
|
12
|
-
import { g as groupBy } from "./groupBy-
|
|
13
|
-
import { u as uniq } from "./
|
|
12
|
+
import { g as groupBy } from "./groupBy-BVV07EGQ.js";
|
|
13
|
+
import { u as uniq } from "./uniq-CahZPAwp.js";
|
|
14
14
|
import { memo, useState, useMemo, useCallback, useEffect } from "react";
|
|
15
15
|
import { a as useContextSelector } from "./index-_gpzM2Px.js";
|
|
16
16
|
import ExecutePopover from "./components/actions/ExecutePopover.js";
|
|
@@ -3,12 +3,12 @@ import { I as Icon } from "./iconify-DJxl6dC-.js";
|
|
|
3
3
|
import { useTheme, Popper, Fade, Paper, Stack, Typography, Divider } from "@mui/material";
|
|
4
4
|
import AnnotationDetailPopover from "./components/AnnotationDetailPopover.js";
|
|
5
5
|
import useAnnotations from "./hooks/useAnnotations.js";
|
|
6
|
-
import { t as twitterShort } from "./utils-
|
|
6
|
+
import { t as twitterShort } from "./utils-CEySTPtg.js";
|
|
7
7
|
import { useState, useRef, useCallback, useEffect, useMemo } from "react";
|
|
8
8
|
import { c as createContext, a as useContextSelector } from "./index-_gpzM2Px.js";
|
|
9
9
|
import { SHOW_EVENT_ID, HIDE_EVENT_ID } from "./data/event.js";
|
|
10
10
|
import { safeDispatchEvent, safeAddEventListener } from "./utils/window.js";
|
|
11
|
-
import { i as isNull } from "./AnnotationDetails-
|
|
11
|
+
import { i as isNull } from "./AnnotationDetails-BlPd3T8k.js";
|
|
12
12
|
const CluePopupContext = createContext(null);
|
|
13
13
|
const CluePopupProvider = ({ children }) => {
|
|
14
14
|
const [popupType, setPopupType] = useState(null);
|
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { a as addAPIProvider } from "./iconify-DJxl6dC-.js";
|
|
3
|
-
import { a as api, p as post } from "./index-
|
|
3
|
+
import { a as api, p as post } from "./index-DpJxD74E.js";
|
|
4
4
|
import { REPLICATORS } from "./database/globals.js";
|
|
5
5
|
import { clueDebugLogger } from "./utils/loggerUtil.js";
|
|
6
|
-
import { c as computeStatusId } from "./utils-
|
|
6
|
+
import { c as computeStatusId } from "./utils-CEySTPtg.js";
|
|
7
7
|
import { b as baseSlice } from "./_baseSlice-GAv_YFTT.js";
|
|
8
|
-
import { t as toFinite } from "./toFinite-
|
|
9
|
-
import { d as debounce } from "./sessionStorage-
|
|
10
|
-
import { g as groupBy } from "./groupBy-
|
|
11
|
-
import {
|
|
12
|
-
import { b as baseIteratee } from "./_baseIteratee-
|
|
13
|
-
import { b as baseUniq
|
|
8
|
+
import { t as toFinite } from "./toFinite-meZTg4Su.js";
|
|
9
|
+
import { d as debounce } from "./sessionStorage-B68y-wnE.js";
|
|
10
|
+
import { g as groupBy } from "./groupBy-BVV07EGQ.js";
|
|
11
|
+
import { u as uniq } from "./uniq-CahZPAwp.js";
|
|
12
|
+
import { b as baseIteratee } from "./_baseIteratee-BN7Vbe5g.js";
|
|
13
|
+
import { b as baseUniq } from "./_baseUniq-BnvS3JHL.js";
|
|
14
14
|
import { useContext, useState, useMemo, useCallback, useRef, useEffect } from "react";
|
|
15
15
|
import { c as createContext } from "./index-_gpzM2Px.js";
|
|
16
16
|
import { ClueDatabaseContext } from "./hooks/ClueDatabaseContext.js";
|
|
17
17
|
import useClueConfig from "./hooks/useClueConfig.js";
|
|
18
|
+
import useClueTypeConfig from "./hooks/useClueTypeConfig.js";
|
|
19
|
+
import { i as isEmpty } from "./isEmpty-BE656RUK.js";
|
|
18
20
|
function toInteger(value) {
|
|
19
21
|
var result = toFinite(value), remainder = result % 1;
|
|
20
22
|
return result === result ? remainder ? result - remainder : result : 0;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { b as baseGetTag, r as root } from "./
|
|
1
|
+
import { b as baseGetTag, r as root } from "./_baseGetTag-Hj-0NTYF.js";
|
|
2
2
|
import { i as isObject } from "./isObject-FTY-5JQX.js";
|
|
3
|
-
var isArray = Array.isArray;
|
|
4
3
|
var asyncTag = "[object AsyncFunction]", funcTag = "[object Function]", genTag = "[object GeneratorFunction]", proxyTag = "[object Proxy]";
|
|
5
4
|
function isFunction(value) {
|
|
6
5
|
if (!isObject(value)) {
|
|
@@ -214,9 +213,8 @@ export {
|
|
|
214
213
|
ListCache as L,
|
|
215
214
|
Map as M,
|
|
216
215
|
MapCache as a,
|
|
217
|
-
isFunction as b,
|
|
218
216
|
eq as e,
|
|
219
217
|
getNative as g,
|
|
220
|
-
|
|
218
|
+
isFunction as i,
|
|
221
219
|
toSource as t
|
|
222
220
|
};
|
package/_Set-BrSMTlHn.js
ADDED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { L as ListCache, M as Map, a as MapCache } from "./_MapCache-kuEY_iOH.js";
|
|
2
|
+
import { a as arrayPush } from "./_arrayPush-CBkQqaE_.js";
|
|
3
|
+
import { i as isArray } from "./isArray-RJPfgWqI.js";
|
|
4
|
+
import { i as isArguments, a as isArrayLike } from "./isArguments-CuYlEuhP.js";
|
|
5
|
+
import { i as isBuffer, d as isTypedArray, b as baseKeys } from "./_getTag-CML_cXiN.js";
|
|
6
|
+
import { r as root } from "./_baseGetTag-Hj-0NTYF.js";
|
|
4
7
|
var MAX_SAFE_INTEGER = 9007199254740991;
|
|
5
8
|
var reIsUint = /^(?:0|[1-9]\d*)$/;
|
|
6
9
|
function isIndex(value, length) {
|
|
@@ -33,13 +36,6 @@ function arrayLikeKeys(value, inherited) {
|
|
|
33
36
|
function keys(object) {
|
|
34
37
|
return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
|
|
35
38
|
}
|
|
36
|
-
function arrayPush(array, values) {
|
|
37
|
-
var index = -1, length = values.length, offset = array.length;
|
|
38
|
-
while (++index < length) {
|
|
39
|
-
array[offset + index] = values[index];
|
|
40
|
-
}
|
|
41
|
-
return array;
|
|
42
|
-
}
|
|
43
39
|
function stackClear() {
|
|
44
40
|
this.__data__ = new ListCache();
|
|
45
41
|
this.size = 0;
|
|
@@ -118,9 +114,8 @@ export {
|
|
|
118
114
|
Uint8Array as U,
|
|
119
115
|
arrayFilter as a,
|
|
120
116
|
arrayLikeKeys as b,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
getSymbols as e,
|
|
117
|
+
baseGetAllKeys as c,
|
|
118
|
+
getSymbols as d,
|
|
124
119
|
getAllKeys as g,
|
|
125
120
|
isIndex as i,
|
|
126
121
|
keys as k,
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
function baseFindIndex(array, predicate, fromIndex, fromRight) {
|
|
2
|
+
var length = array.length, index = fromIndex + -1;
|
|
3
|
+
while (++index < length) {
|
|
4
|
+
if (predicate(array[index], index, array)) {
|
|
5
|
+
return index;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
return -1;
|
|
9
|
+
}
|
|
10
|
+
function baseIsNaN(value) {
|
|
11
|
+
return value !== value;
|
|
12
|
+
}
|
|
13
|
+
function strictIndexOf(array, value, fromIndex) {
|
|
14
|
+
var index = fromIndex - 1, length = array.length;
|
|
15
|
+
while (++index < length) {
|
|
16
|
+
if (array[index] === value) {
|
|
17
|
+
return index;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return -1;
|
|
21
|
+
}
|
|
22
|
+
function baseIndexOf(array, value, fromIndex) {
|
|
23
|
+
return value === value ? strictIndexOf(array, value, fromIndex) : baseFindIndex(array, baseIsNaN, fromIndex);
|
|
24
|
+
}
|
|
25
|
+
function arrayIncludes(array, value) {
|
|
26
|
+
var length = array == null ? 0 : array.length;
|
|
27
|
+
return !!length && baseIndexOf(array, value, 0) > -1;
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
arrayIncludes as a
|
|
31
|
+
};
|
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
var defineProperty = (function() {
|
|
3
|
-
try {
|
|
4
|
-
var func = getNative(Object, "defineProperty");
|
|
5
|
-
func({}, "", {});
|
|
6
|
-
return func;
|
|
7
|
-
} catch (e) {
|
|
8
|
-
}
|
|
9
|
-
})();
|
|
1
|
+
import { d as defineProperty } from "./_defineProperty-DolZLKmv.js";
|
|
10
2
|
function baseAssignValue(object, key, value) {
|
|
11
3
|
if (key == "__proto__" && defineProperty) {
|
|
12
4
|
defineProperty(object, key, {
|
|
@@ -20,6 +12,5 @@ function baseAssignValue(object, key, value) {
|
|
|
20
12
|
}
|
|
21
13
|
}
|
|
22
14
|
export {
|
|
23
|
-
baseAssignValue as b
|
|
24
|
-
defineProperty as d
|
|
15
|
+
baseAssignValue as b
|
|
25
16
|
};
|
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import { b as arrayLikeKeys, k as keys,
|
|
2
|
-
import { b as baseAssignValue } from "./_baseAssignValue-
|
|
3
|
-
import { e as eq
|
|
1
|
+
import { b as arrayLikeKeys, k as keys, d as getSymbols, s as stubArray, c as baseGetAllKeys, U as Uint8Array, S as Stack, g as getAllKeys } from "./_Uint8Array-OPpgYQj7.js";
|
|
2
|
+
import { b as baseAssignValue } from "./_baseAssignValue-CNUVPOBW.js";
|
|
3
|
+
import { e as eq } from "./_MapCache-kuEY_iOH.js";
|
|
4
4
|
import { i as isObject } from "./isObject-FTY-5JQX.js";
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
5
|
+
import { c as isPrototype, g as getTag, a as baseUnary, n as nodeUtil, i as isBuffer } from "./_getTag-CML_cXiN.js";
|
|
6
|
+
import { a as isArrayLike } from "./isArguments-CuYlEuhP.js";
|
|
7
|
+
import { r as root, S as Symbol$1 } from "./_baseGetTag-Hj-0NTYF.js";
|
|
8
|
+
import { a as arrayPush } from "./_arrayPush-CBkQqaE_.js";
|
|
9
|
+
import { g as getPrototype } from "./_getPrototype-Bb4gm-5m.js";
|
|
10
|
+
import { i as isArray } from "./isArray-RJPfgWqI.js";
|
|
11
|
+
import { i as isObjectLike } from "./isObjectLike-CeENW9FN.js";
|
|
8
12
|
var objectCreate = Object.create;
|
|
9
13
|
var baseCreate = /* @__PURE__ */ (function() {
|
|
10
14
|
function object() {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { d as defineProperty } from "./
|
|
1
|
+
import { d as defineProperty } from "./_defineProperty-DolZLKmv.js";
|
|
2
2
|
import { i as identity } from "./identity-CPGTqrE4.js";
|
|
3
|
-
import {
|
|
4
|
-
import { S as Symbol$1 } from "./
|
|
5
|
-
import { i as isArguments } from "./
|
|
6
|
-
import { i as isArray } from "./
|
|
3
|
+
import { a as arrayPush } from "./_arrayPush-CBkQqaE_.js";
|
|
4
|
+
import { S as Symbol$1 } from "./_baseGetTag-Hj-0NTYF.js";
|
|
5
|
+
import { i as isArguments } from "./isArguments-CuYlEuhP.js";
|
|
6
|
+
import { i as isArray } from "./isArray-RJPfgWqI.js";
|
|
7
7
|
function apply(func, thisArg, args) {
|
|
8
8
|
switch (args.length) {
|
|
9
9
|
case 0:
|
|
@@ -79,7 +79,7 @@ function baseFlatten(array, depth, predicate, isStrict, result) {
|
|
|
79
79
|
{
|
|
80
80
|
arrayPush(result, value);
|
|
81
81
|
}
|
|
82
|
-
} else {
|
|
82
|
+
} else if (!isStrict) {
|
|
83
83
|
result[result.length] = value;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { i as isArray
|
|
2
|
-
import { i as isSymbol } from "./isSymbol-
|
|
3
|
-
import {
|
|
1
|
+
import { i as isArray } from "./isArray-RJPfgWqI.js";
|
|
2
|
+
import { i as isSymbol } from "./isSymbol-D_H4HPZQ.js";
|
|
3
|
+
import { a as MapCache } from "./_MapCache-kuEY_iOH.js";
|
|
4
|
+
import { S as Symbol$1 } from "./_baseGetTag-Hj-0NTYF.js";
|
|
4
5
|
function arrayMap(array, iteratee) {
|
|
5
6
|
var index = -1, length = array == null ? 0 : array.length, result = Array(length);
|
|
6
7
|
while (++index < length) {
|
|
@@ -36,13 +36,9 @@ function baseGetTag(value) {
|
|
|
36
36
|
}
|
|
37
37
|
return symToStringTag && symToStringTag in Object(value) ? getRawTag(value) : objectToString(value);
|
|
38
38
|
}
|
|
39
|
-
function isObjectLike(value) {
|
|
40
|
-
return value != null && typeof value == "object";
|
|
41
|
-
}
|
|
42
39
|
export {
|
|
43
40
|
Symbol$1 as S,
|
|
44
41
|
baseGetTag as b,
|
|
45
42
|
freeGlobal as f,
|
|
46
|
-
isObjectLike as i,
|
|
47
43
|
root as r
|
|
48
44
|
};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { U as Uint8Array, g as getAllKeys, S as Stack } from "./_Uint8Array-
|
|
2
|
-
import { S as SetCache, c as cacheHas
|
|
3
|
-
import { S as Symbol$1
|
|
4
|
-
import { e as eq
|
|
5
|
-
import {
|
|
1
|
+
import { U as Uint8Array, g as getAllKeys, S as Stack } from "./_Uint8Array-OPpgYQj7.js";
|
|
2
|
+
import { S as SetCache, c as cacheHas } from "./_cacheHas-_aF2y2Xv.js";
|
|
3
|
+
import { S as Symbol$1 } from "./_baseGetTag-Hj-0NTYF.js";
|
|
4
|
+
import { e as eq } from "./_MapCache-kuEY_iOH.js";
|
|
5
|
+
import { s as setToArray } from "./_setToArray-CqyqC8ib.js";
|
|
6
|
+
import { g as getTag, i as isBuffer, d as isTypedArray } from "./_getTag-CML_cXiN.js";
|
|
7
|
+
import { i as isArray } from "./isArray-RJPfgWqI.js";
|
|
8
|
+
import { i as isObjectLike } from "./isObjectLike-CeENW9FN.js";
|
|
6
9
|
function arraySome(array, predicate) {
|
|
7
10
|
var index = -1, length = array == null ? 0 : array.length;
|
|
8
11
|
while (++index < length) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { S as Stack, k as keys, i as isIndex } from "./_Uint8Array-
|
|
2
|
-
import { b as baseIsEqual } from "./_baseIsEqual-
|
|
1
|
+
import { S as Stack, k as keys, i as isIndex } from "./_Uint8Array-OPpgYQj7.js";
|
|
2
|
+
import { b as baseIsEqual } from "./_baseIsEqual-1CpU47TZ.js";
|
|
3
3
|
import { i as isObject } from "./isObject-FTY-5JQX.js";
|
|
4
|
-
import { g as get } from "./get-
|
|
5
|
-
import { c as castPath, t as toKey, i as isKey, b as baseGet } from "./_baseGet-
|
|
6
|
-
import {
|
|
7
|
-
import { i as isArray } from "./
|
|
4
|
+
import { g as get } from "./get-CdMThM8x.js";
|
|
5
|
+
import { c as castPath, t as toKey, i as isKey, b as baseGet } from "./_baseGet-Cmp6FztG.js";
|
|
6
|
+
import { b as isLength, i as isArguments } from "./isArguments-CuYlEuhP.js";
|
|
7
|
+
import { i as isArray } from "./isArray-RJPfgWqI.js";
|
|
8
8
|
import { i as identity } from "./identity-CPGTqrE4.js";
|
|
9
9
|
var COMPARE_PARTIAL_FLAG$1 = 1, COMPARE_UNORDERED_FLAG$1 = 2;
|
|
10
10
|
function baseIsMatch(object, source, matchData, customizer) {
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { i as identity } from "./identity-CPGTqrE4.js";
|
|
2
|
+
import { s as setToString, o as overRest } from "./_baseFlatten-Co6QHDlG.js";
|
|
3
|
+
function baseRest(func, start) {
|
|
4
|
+
return setToString(overRest(func, start, identity), func + "");
|
|
5
|
+
}
|
|
6
|
+
export {
|
|
7
|
+
baseRest as b
|
|
8
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { S as SetCache, c as cacheHas } from "./_cacheHas-_aF2y2Xv.js";
|
|
2
|
+
import { a as arrayIncludes } from "./_arrayIncludes-BNqL-9ZP.js";
|
|
3
|
+
import { S as Set } from "./_Set-BrSMTlHn.js";
|
|
4
|
+
import { s as setToArray } from "./_setToArray-CqyqC8ib.js";
|
|
5
|
+
function noop() {
|
|
6
|
+
}
|
|
7
|
+
function arrayIncludesWith(array, value, comparator) {
|
|
8
|
+
var index = -1, length = array == null ? 0 : array.length;
|
|
9
|
+
while (++index < length) {
|
|
10
|
+
if (comparator(value, array[index])) {
|
|
11
|
+
return true;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return false;
|
|
15
|
+
}
|
|
16
|
+
var INFINITY = 1 / 0;
|
|
17
|
+
var createSet = !(Set && 1 / setToArray(new Set([, -0]))[1] == INFINITY) ? noop : function(values) {
|
|
18
|
+
return new Set(values);
|
|
19
|
+
};
|
|
20
|
+
var LARGE_ARRAY_SIZE = 200;
|
|
21
|
+
function baseUniq(array, iteratee, comparator) {
|
|
22
|
+
var index = -1, includes = arrayIncludes, length = array.length, isCommon = true, result = [], seen = result;
|
|
23
|
+
if (comparator) {
|
|
24
|
+
isCommon = false;
|
|
25
|
+
includes = arrayIncludesWith;
|
|
26
|
+
} else if (length >= LARGE_ARRAY_SIZE) {
|
|
27
|
+
var set = iteratee ? null : createSet(array);
|
|
28
|
+
if (set) {
|
|
29
|
+
return setToArray(set);
|
|
30
|
+
}
|
|
31
|
+
isCommon = false;
|
|
32
|
+
includes = cacheHas;
|
|
33
|
+
seen = new SetCache();
|
|
34
|
+
} else {
|
|
35
|
+
seen = iteratee ? [] : result;
|
|
36
|
+
}
|
|
37
|
+
outer:
|
|
38
|
+
while (++index < length) {
|
|
39
|
+
var value = array[index], computed = iteratee ? iteratee(value) : value;
|
|
40
|
+
value = comparator || value !== 0 ? value : 0;
|
|
41
|
+
if (isCommon && computed === computed) {
|
|
42
|
+
var seenIndex = seen.length;
|
|
43
|
+
while (seenIndex--) {
|
|
44
|
+
if (seen[seenIndex] === computed) {
|
|
45
|
+
continue outer;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
if (iteratee) {
|
|
49
|
+
seen.push(computed);
|
|
50
|
+
}
|
|
51
|
+
result.push(value);
|
|
52
|
+
} else if (!includes(seen, computed, comparator)) {
|
|
53
|
+
if (seen !== result) {
|
|
54
|
+
seen.push(computed);
|
|
55
|
+
}
|
|
56
|
+
result.push(value);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
return result;
|
|
60
|
+
}
|
|
61
|
+
export {
|
|
62
|
+
baseUniq as b
|
|
63
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as MapCache } from "./_MapCache-
|
|
1
|
+
import { a as MapCache } from "./_MapCache-kuEY_iOH.js";
|
|
2
2
|
var HASH_UNDEFINED = "__lodash_hash_undefined__";
|
|
3
3
|
function setCacheAdd(value) {
|
|
4
4
|
this.__data__.set(value, HASH_UNDEFINED);
|
|
@@ -19,15 +19,7 @@ SetCache.prototype.has = setCacheHas;
|
|
|
19
19
|
function cacheHas(cache, key) {
|
|
20
20
|
return cache.has(key);
|
|
21
21
|
}
|
|
22
|
-
function setToArray(set) {
|
|
23
|
-
var index = -1, result = Array(set.size);
|
|
24
|
-
set.forEach(function(value) {
|
|
25
|
-
result[++index] = value;
|
|
26
|
-
});
|
|
27
|
-
return result;
|
|
28
|
-
}
|
|
29
22
|
export {
|
|
30
23
|
SetCache as S,
|
|
31
|
-
cacheHas as c
|
|
32
|
-
setToArray as s
|
|
24
|
+
cacheHas as c
|
|
33
25
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { k as keys } from "./_Uint8Array-
|
|
2
|
-
import {
|
|
3
|
-
import { b as baseIteratee } from "./_baseIteratee-
|
|
4
|
-
import { i as isArray } from "./
|
|
1
|
+
import { k as keys } from "./_Uint8Array-OPpgYQj7.js";
|
|
2
|
+
import { a as isArrayLike } from "./isArguments-CuYlEuhP.js";
|
|
3
|
+
import { b as baseIteratee } from "./_baseIteratee-BN7Vbe5g.js";
|
|
4
|
+
import { i as isArray } from "./isArray-RJPfgWqI.js";
|
|
5
5
|
function arrayAggregator(array, setter, iteratee, accumulator) {
|
|
6
6
|
var index = -1, length = array == null ? 0 : array.length;
|
|
7
7
|
while (++index < length) {
|
|
@@ -1,30 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { r as root, b as baseGetTag, f as freeGlobal } from "./_baseGetTag-Hj-0NTYF.js";
|
|
2
|
+
import { b as isLength } from "./isArguments-CuYlEuhP.js";
|
|
3
|
+
import { i as isObjectLike } from "./isObjectLike-CeENW9FN.js";
|
|
4
|
+
import { g as getNative, t as toSource, M as Map } from "./_MapCache-kuEY_iOH.js";
|
|
5
|
+
import { S as Set } from "./_Set-BrSMTlHn.js";
|
|
3
6
|
var WeakMap = getNative(root, "WeakMap");
|
|
4
|
-
var
|
|
5
|
-
function isLength(value) {
|
|
6
|
-
return typeof value == "number" && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
|
|
7
|
-
}
|
|
8
|
-
function isArrayLike(value) {
|
|
9
|
-
return value != null && isLength(value.length) && !isFunction(value);
|
|
10
|
-
}
|
|
11
|
-
var objectProto$2 = Object.prototype;
|
|
7
|
+
var objectProto$1 = Object.prototype;
|
|
12
8
|
function isPrototype(value) {
|
|
13
|
-
var Ctor = value && value.constructor, proto = typeof Ctor == "function" && Ctor.prototype || objectProto$
|
|
9
|
+
var Ctor = value && value.constructor, proto = typeof Ctor == "function" && Ctor.prototype || objectProto$1;
|
|
14
10
|
return value === proto;
|
|
15
11
|
}
|
|
16
|
-
var argsTag$1 = "[object Arguments]";
|
|
17
|
-
function baseIsArguments(value) {
|
|
18
|
-
return isObjectLike(value) && baseGetTag(value) == argsTag$1;
|
|
19
|
-
}
|
|
20
|
-
var objectProto$1 = Object.prototype;
|
|
21
|
-
var hasOwnProperty$1 = objectProto$1.hasOwnProperty;
|
|
22
|
-
var propertyIsEnumerable = objectProto$1.propertyIsEnumerable;
|
|
23
|
-
var isArguments = baseIsArguments(/* @__PURE__ */ (function() {
|
|
24
|
-
return arguments;
|
|
25
|
-
})()) ? baseIsArguments : function(value) {
|
|
26
|
-
return isObjectLike(value) && hasOwnProperty$1.call(value, "callee") && !propertyIsEnumerable.call(value, "callee");
|
|
27
|
-
};
|
|
28
12
|
function stubFalse() {
|
|
29
13
|
return false;
|
|
30
14
|
}
|
|
@@ -85,7 +69,6 @@ function baseKeys(object) {
|
|
|
85
69
|
}
|
|
86
70
|
var DataView = getNative(root, "DataView");
|
|
87
71
|
var Promise$1 = getNative(root, "Promise");
|
|
88
|
-
var Set = getNative(root, "Set");
|
|
89
72
|
var mapTag = "[object Map]", objectTag = "[object Object]", promiseTag = "[object Promise]", setTag = "[object Set]", weakMapTag = "[object WeakMap]";
|
|
90
73
|
var dataViewTag = "[object DataView]";
|
|
91
74
|
var dataViewCtorString = toSource(DataView), mapCtorString = toSource(Map), promiseCtorString = toSource(Promise$1), setCtorString = toSource(Set), weakMapCtorString = toSource(WeakMap);
|
|
@@ -111,16 +94,12 @@ if (DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag || Map &
|
|
|
111
94
|
};
|
|
112
95
|
}
|
|
113
96
|
export {
|
|
114
|
-
Set as S,
|
|
115
97
|
baseUnary as a,
|
|
116
98
|
baseKeys as b,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
isLength as e,
|
|
120
|
-
isPrototype as f,
|
|
99
|
+
isPrototype as c,
|
|
100
|
+
isTypedArray as d,
|
|
121
101
|
getTag as g,
|
|
122
|
-
|
|
123
|
-
isArguments as i,
|
|
102
|
+
isBuffer as i,
|
|
124
103
|
nodeUtil as n,
|
|
125
104
|
overArg as o
|
|
126
105
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { e as eq } from "./_MapCache-
|
|
2
|
-
import {
|
|
3
|
-
import { i as isIndex } from "./_Uint8Array-
|
|
1
|
+
import { e as eq } from "./_MapCache-kuEY_iOH.js";
|
|
2
|
+
import { a as isArrayLike } from "./isArguments-CuYlEuhP.js";
|
|
3
|
+
import { i as isIndex } from "./_Uint8Array-OPpgYQj7.js";
|
|
4
4
|
import { i as isObject } from "./isObject-FTY-5JQX.js";
|
|
5
5
|
function isIterateeCall(value, index, object) {
|
|
6
6
|
if (!isObject(object)) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { Popover } from "@mui/material";
|
|
3
3
|
import React__default, { useRef, useState, useEffect } from "react";
|
|
4
|
-
import { A as AnnotationDetails } from "../AnnotationDetails-
|
|
4
|
+
import { A as AnnotationDetails } from "../AnnotationDetails-BlPd3T8k.js";
|
|
5
5
|
const AnnotationDetailPopover = React__default.memo(({ anchorEl, enrichRequest, open, onClose, ...otherProps }) => {
|
|
6
6
|
var _a, _b, _c;
|
|
7
7
|
const actionRef = useRef();
|
|
@@ -4,14 +4,14 @@ import "@mui/material";
|
|
|
4
4
|
import "./display/icons/Iconified.js";
|
|
5
5
|
import "../data/event.js";
|
|
6
6
|
import "../hooks/ClueComponentContext.js";
|
|
7
|
-
import "../ActionForm-
|
|
7
|
+
import "../ActionForm-CqKcnDWC.js";
|
|
8
8
|
import "../hooks/useAnnotations.js";
|
|
9
9
|
import "../hooks/useErrors.js";
|
|
10
10
|
import "../icons/iconMap.js";
|
|
11
11
|
import "../utils/window.js";
|
|
12
|
-
import "../groupBy-
|
|
13
|
-
import { A } from "../AnnotationDetails-
|
|
14
|
-
import "../
|
|
12
|
+
import "../groupBy-BVV07EGQ.js";
|
|
13
|
+
import { A } from "../AnnotationDetails-BlPd3T8k.js";
|
|
14
|
+
import "../uniq-CahZPAwp.js";
|
|
15
15
|
import "react";
|
|
16
16
|
import "../index-_gpzM2Px.js";
|
|
17
17
|
import "./actions/ExecutePopover.js";
|
|
@@ -2,7 +2,7 @@ import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
|
2
2
|
import { I as Icon } from "../iconify-DJxl6dC-.js";
|
|
3
3
|
import { Stack, Typography, Chip, IconButton } from "@mui/material";
|
|
4
4
|
import Iconified from "./display/icons/Iconified.js";
|
|
5
|
-
import { t as twitterShort } from "../utils-
|
|
5
|
+
import { t as twitterShort } from "../utils-CEySTPtg.js";
|
|
6
6
|
import { memo } from "react";
|
|
7
7
|
import AnnotationBody from "./AnnotationBody.js";
|
|
8
8
|
import ClassificationChip from "./ClassificationChip.js";
|