@cccsaurora/clue-ui 1.3.0-dev.404 → 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 +202 -261
- 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/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.js +35 -49
- 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.js +7 -8
- 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 +1 -1
- package/plugins/ClueUIPlugin.js +96 -163
- package/plugins/file/index.js +15 -15
- package/plugins/graph/index.js +26 -29
- package/plugins/image/index.js +24 -28
- package/plugins/json/index.js +21 -21
- package/plugins/markdown/index.js +18 -18
- package/plugins/registry.js +6 -6
- package/plugins/store.js +4 -4
- package/plugins/test/index.js +17 -17
- package/plugins/utils.js +12 -13
- 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-B9sjQbcS.js +0 -2163
- 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
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
import { StorageKey, MY_SESSION_STORAGE_PREFIX } from "./utils/constants.js";
|
|
2
|
-
import { i as isObject } from "./isObject-FTY-5JQX.js";
|
|
3
|
-
import { r as root } from "./_baseGetTag-Hj-0NTYF.js";
|
|
4
|
-
import { t as toNumber } from "./toNumber-B5JaA1vX.js";
|
|
5
|
-
var now = function() {
|
|
6
|
-
return root.Date.now();
|
|
7
|
-
};
|
|
8
|
-
var FUNC_ERROR_TEXT = "Expected a function";
|
|
9
|
-
var nativeMax = Math.max, nativeMin = Math.min;
|
|
10
|
-
function debounce(func, wait, options) {
|
|
11
|
-
var lastArgs, lastThis, maxWait, result, timerId, lastCallTime, lastInvokeTime = 0, leading = false, maxing = false, trailing = true;
|
|
12
|
-
if (typeof func != "function") {
|
|
13
|
-
throw new TypeError(FUNC_ERROR_TEXT);
|
|
14
|
-
}
|
|
15
|
-
wait = toNumber(wait) || 0;
|
|
16
|
-
if (isObject(options)) {
|
|
17
|
-
leading = !!options.leading;
|
|
18
|
-
maxing = "maxWait" in options;
|
|
19
|
-
maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;
|
|
20
|
-
trailing = "trailing" in options ? !!options.trailing : trailing;
|
|
21
|
-
}
|
|
22
|
-
function invokeFunc(time) {
|
|
23
|
-
var args = lastArgs, thisArg = lastThis;
|
|
24
|
-
lastArgs = lastThis = void 0;
|
|
25
|
-
lastInvokeTime = time;
|
|
26
|
-
result = func.apply(thisArg, args);
|
|
27
|
-
return result;
|
|
28
|
-
}
|
|
29
|
-
function leadingEdge(time) {
|
|
30
|
-
lastInvokeTime = time;
|
|
31
|
-
timerId = setTimeout(timerExpired, wait);
|
|
32
|
-
return leading ? invokeFunc(time) : result;
|
|
33
|
-
}
|
|
34
|
-
function remainingWait(time) {
|
|
35
|
-
var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime, timeWaiting = wait - timeSinceLastCall;
|
|
36
|
-
return maxing ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke) : timeWaiting;
|
|
37
|
-
}
|
|
38
|
-
function shouldInvoke(time) {
|
|
39
|
-
var timeSinceLastCall = time - lastCallTime, timeSinceLastInvoke = time - lastInvokeTime;
|
|
40
|
-
return lastCallTime === void 0 || timeSinceLastCall >= wait || timeSinceLastCall < 0 || maxing && timeSinceLastInvoke >= maxWait;
|
|
41
|
-
}
|
|
42
|
-
function timerExpired() {
|
|
43
|
-
var time = now();
|
|
44
|
-
if (shouldInvoke(time)) {
|
|
45
|
-
return trailingEdge(time);
|
|
46
|
-
}
|
|
47
|
-
timerId = setTimeout(timerExpired, remainingWait(time));
|
|
48
|
-
}
|
|
49
|
-
function trailingEdge(time) {
|
|
50
|
-
timerId = void 0;
|
|
51
|
-
if (trailing && lastArgs) {
|
|
52
|
-
return invokeFunc(time);
|
|
53
|
-
}
|
|
54
|
-
lastArgs = lastThis = void 0;
|
|
55
|
-
return result;
|
|
56
|
-
}
|
|
57
|
-
function cancel() {
|
|
58
|
-
if (timerId !== void 0) {
|
|
59
|
-
clearTimeout(timerId);
|
|
60
|
-
}
|
|
61
|
-
lastInvokeTime = 0;
|
|
62
|
-
lastArgs = lastCallTime = lastThis = timerId = void 0;
|
|
63
|
-
}
|
|
64
|
-
function flush() {
|
|
65
|
-
return timerId === void 0 ? result : trailingEdge(now());
|
|
66
|
-
}
|
|
67
|
-
function debounced() {
|
|
68
|
-
var time = now(), isInvoking = shouldInvoke(time);
|
|
69
|
-
lastArgs = arguments;
|
|
70
|
-
lastThis = this;
|
|
71
|
-
lastCallTime = time;
|
|
72
|
-
if (isInvoking) {
|
|
73
|
-
if (timerId === void 0) {
|
|
74
|
-
return leadingEdge(lastCallTime);
|
|
75
|
-
}
|
|
76
|
-
if (maxing) {
|
|
77
|
-
clearTimeout(timerId);
|
|
78
|
-
timerId = setTimeout(timerExpired, wait);
|
|
79
|
-
return invokeFunc(lastCallTime);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
if (timerId === void 0) {
|
|
83
|
-
timerId = setTimeout(timerExpired, wait);
|
|
84
|
-
}
|
|
85
|
-
return result;
|
|
86
|
-
}
|
|
87
|
-
debounced.cancel = cancel;
|
|
88
|
-
debounced.flush = flush;
|
|
89
|
-
return debounced;
|
|
90
|
-
}
|
|
91
|
-
const buildName = (name) => `${MY_SESSION_STORAGE_PREFIX}.${name}`;
|
|
92
|
-
const {
|
|
93
|
-
_getStored: getStored,
|
|
94
|
-
_removeStored: removeStored,
|
|
95
|
-
_setStored: setStored
|
|
96
|
-
} = /* @__PURE__ */ (() => {
|
|
97
|
-
let changes = {};
|
|
98
|
-
const _getStored = (name) => {
|
|
99
|
-
return changes[buildName(name)] ?? JSON.parse(sessionStorage.getItem(buildName(name)));
|
|
100
|
-
};
|
|
101
|
-
const _removeStored = (name) => {
|
|
102
|
-
delete changes[buildName(name)];
|
|
103
|
-
sessionStorage.removeItem(buildName(name));
|
|
104
|
-
};
|
|
105
|
-
const _setStored = (name, item) => {
|
|
106
|
-
changes[buildName(name)] = item;
|
|
107
|
-
debounce(
|
|
108
|
-
() => {
|
|
109
|
-
Object.entries(changes).forEach(([_name, data]) => {
|
|
110
|
-
try {
|
|
111
|
-
sessionStorage.setItem(_name, JSON.stringify(data));
|
|
112
|
-
} catch (e) {
|
|
113
|
-
console.warn("Quota Error when saving to sessionStorage", e);
|
|
114
|
-
}
|
|
115
|
-
});
|
|
116
|
-
changes = {};
|
|
117
|
-
},
|
|
118
|
-
250,
|
|
119
|
-
{ leading: false, trailing: true, maxWait: 800 }
|
|
120
|
-
);
|
|
121
|
-
};
|
|
122
|
-
return { _getStored, _removeStored, _setStored };
|
|
123
|
-
})();
|
|
124
|
-
const getAxiosCache = () => {
|
|
125
|
-
return getStored(StorageKey.AXIOS_CACHE) ?? {};
|
|
126
|
-
};
|
|
127
|
-
const setAxiosCache = (etag, value) => {
|
|
128
|
-
const cache = getAxiosCache();
|
|
129
|
-
cache[etag] = value;
|
|
130
|
-
setStored(StorageKey.AXIOS_CACHE, cache);
|
|
131
|
-
};
|
|
132
|
-
export {
|
|
133
|
-
getStored as a,
|
|
134
|
-
buildName as b,
|
|
135
|
-
setStored as c,
|
|
136
|
-
debounce as d,
|
|
137
|
-
getAxiosCache as g,
|
|
138
|
-
removeStored as r,
|
|
139
|
-
setAxiosCache as s
|
|
140
|
-
};
|
package/sortBy-B8JVsLQY.js
DELETED
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { b as baseFlatten } from "./_baseFlatten-Co6QHDlG.js";
|
|
2
|
-
import { a as arrayMap, b as baseGet } from "./_baseGet-Cmp6FztG.js";
|
|
3
|
-
import { b as baseIteratee } from "./_baseIteratee-BN7Vbe5g.js";
|
|
4
|
-
import { b as baseEach } from "./_createAggregator-BUZrP_is.js";
|
|
5
|
-
import { a as isArrayLike } from "./isArguments-CuYlEuhP.js";
|
|
6
|
-
import { a as baseUnary } from "./_getTag-CML_cXiN.js";
|
|
7
|
-
import { i as isSymbol } from "./isSymbol-D_H4HPZQ.js";
|
|
8
|
-
import { i as identity } from "./identity-CPGTqrE4.js";
|
|
9
|
-
import { i as isArray } from "./isArray-RJPfgWqI.js";
|
|
10
|
-
import { b as baseRest } from "./_baseRest-BZ_hQ9PC.js";
|
|
11
|
-
import { i as isIterateeCall } from "./_isIterateeCall-B1IFEqVv.js";
|
|
12
|
-
function baseMap(collection, iteratee) {
|
|
13
|
-
var index = -1, result = isArrayLike(collection) ? Array(collection.length) : [];
|
|
14
|
-
baseEach(collection, function(value, key, collection2) {
|
|
15
|
-
result[++index] = iteratee(value, key, collection2);
|
|
16
|
-
});
|
|
17
|
-
return result;
|
|
18
|
-
}
|
|
19
|
-
function baseSortBy(array, comparer) {
|
|
20
|
-
var length = array.length;
|
|
21
|
-
array.sort(comparer);
|
|
22
|
-
while (length--) {
|
|
23
|
-
array[length] = array[length].value;
|
|
24
|
-
}
|
|
25
|
-
return array;
|
|
26
|
-
}
|
|
27
|
-
function compareAscending(value, other) {
|
|
28
|
-
if (value !== other) {
|
|
29
|
-
var valIsDefined = value !== void 0, valIsNull = value === null, valIsReflexive = value === value, valIsSymbol = isSymbol(value);
|
|
30
|
-
var othIsDefined = other !== void 0, othIsNull = other === null, othIsReflexive = other === other, othIsSymbol = isSymbol(other);
|
|
31
|
-
if (!othIsNull && !othIsSymbol && !valIsSymbol && value > other || valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol || valIsNull && othIsDefined && othIsReflexive || !valIsDefined && othIsReflexive || !valIsReflexive) {
|
|
32
|
-
return 1;
|
|
33
|
-
}
|
|
34
|
-
if (!valIsNull && !valIsSymbol && !othIsSymbol && value < other || othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol || othIsNull && valIsDefined && valIsReflexive || !othIsDefined && valIsReflexive || !othIsReflexive) {
|
|
35
|
-
return -1;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
return 0;
|
|
39
|
-
}
|
|
40
|
-
function compareMultiple(object, other, orders) {
|
|
41
|
-
var index = -1, objCriteria = object.criteria, othCriteria = other.criteria, length = objCriteria.length, ordersLength = orders.length;
|
|
42
|
-
while (++index < length) {
|
|
43
|
-
var result = compareAscending(objCriteria[index], othCriteria[index]);
|
|
44
|
-
if (result) {
|
|
45
|
-
if (index >= ordersLength) {
|
|
46
|
-
return result;
|
|
47
|
-
}
|
|
48
|
-
var order = orders[index];
|
|
49
|
-
return result * (order == "desc" ? -1 : 1);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
return object.index - other.index;
|
|
53
|
-
}
|
|
54
|
-
function baseOrderBy(collection, iteratees, orders) {
|
|
55
|
-
if (iteratees.length) {
|
|
56
|
-
iteratees = arrayMap(iteratees, function(iteratee) {
|
|
57
|
-
if (isArray(iteratee)) {
|
|
58
|
-
return function(value) {
|
|
59
|
-
return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
|
|
60
|
-
};
|
|
61
|
-
}
|
|
62
|
-
return iteratee;
|
|
63
|
-
});
|
|
64
|
-
} else {
|
|
65
|
-
iteratees = [identity];
|
|
66
|
-
}
|
|
67
|
-
var index = -1;
|
|
68
|
-
iteratees = arrayMap(iteratees, baseUnary(baseIteratee));
|
|
69
|
-
var result = baseMap(collection, function(value, key, collection2) {
|
|
70
|
-
var criteria = arrayMap(iteratees, function(iteratee) {
|
|
71
|
-
return iteratee(value);
|
|
72
|
-
});
|
|
73
|
-
return { "criteria": criteria, "index": ++index, "value": value };
|
|
74
|
-
});
|
|
75
|
-
return baseSortBy(result, function(object, other) {
|
|
76
|
-
return compareMultiple(object, other, orders);
|
|
77
|
-
});
|
|
78
|
-
}
|
|
79
|
-
var sortBy = baseRest(function(collection, iteratees) {
|
|
80
|
-
if (collection == null) {
|
|
81
|
-
return [];
|
|
82
|
-
}
|
|
83
|
-
var length = iteratees.length;
|
|
84
|
-
if (length > 1 && isIterateeCall(collection, iteratees[0], iteratees[1])) {
|
|
85
|
-
iteratees = [];
|
|
86
|
-
} else if (length > 2 && isIterateeCall(iteratees[0], iteratees[1], iteratees[2])) {
|
|
87
|
-
iteratees = [iteratees[0]];
|
|
88
|
-
}
|
|
89
|
-
return baseOrderBy(collection, baseFlatten(iteratees), []);
|
|
90
|
-
});
|
|
91
|
-
export {
|
|
92
|
-
baseOrderBy as a,
|
|
93
|
-
baseMap as b,
|
|
94
|
-
sortBy as s
|
|
95
|
-
};
|