@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.
Files changed (236) hide show
  1. package/ActionForm-CHOSKfvu.js +4403 -0
  2. package/AnnotationDetails-Bqq6Ymmg.js +160 -0
  3. package/AnnotationPreview-CqXmC-j8.js +140 -0
  4. package/ClueEnrichContext-DL6aGe1k.js +432 -0
  5. package/FlexOne-BXWFOd1T.js +6 -0
  6. package/_MapCache-DRK-s2eK.js +179 -0
  7. package/_Set-DrS_bbSV.js +6 -0
  8. package/_Uint8Array-D9R2N9Lp.js +98 -0
  9. package/_arrayIncludes-Dcl_29E6.js +25 -0
  10. package/_arrayPush-DBJIuK2V.js +8 -0
  11. package/_baseAssignValue-Bx1cxHj5.js +12 -0
  12. package/_baseClone-DRhywkxm.js +211 -0
  13. package/_baseExtremum-DodEaEyF.js +16 -0
  14. package/_baseFlatten-CD9NgrYE.js +72 -0
  15. package/_baseGet-bVwDaGrA.js +80 -0
  16. package/_baseGetTag-CxDaTem-.js +25 -0
  17. package/_baseIsEqual-C-FKsm1J.js +150 -0
  18. package/_baseIteratee-D0FhC5bC.js +95 -0
  19. package/_baseRest-D_eW2E0d.js +8 -0
  20. package/_baseSlice-M5RKzt1A.js +10 -0
  21. package/_baseSum-wEbgNeUs.js +10 -0
  22. package/_baseUniq-D3N8igOm.js +41 -0
  23. package/_cacheHas-Wgl-hw34.js +22 -0
  24. package/_commonjsHelpers-C6fGbg64.js +6 -0
  25. package/_createAggregator-BVj8IAuF.js +53 -0
  26. package/_defineProperty-BZU4WKA3.js +11 -0
  27. package/_getPrototype-BGBCg-aX.js +5 -0
  28. package/_getTag-B7R9qBo7.js +73 -0
  29. package/_isIterateeCall-Dm0VTAYy.js +13 -0
  30. package/_setToArray-Ck4YZu0Z.js +9 -0
  31. package/cloneDeep-fV59zwUf.js +8 -0
  32. package/components/AnnotationBody.js +35 -49
  33. package/components/AnnotationDetailPopover.js +30 -36
  34. package/components/AnnotationDetails.js +7 -7
  35. package/components/AnnotationEntry.js +35 -35
  36. package/components/AnnotationPreview.js +5 -5
  37. package/components/ClassificationChip.js +23 -44
  38. package/components/CountBadge.js +26 -31
  39. package/components/EnrichedCard.js +97 -110
  40. package/components/EnrichedChip.js +105 -130
  41. package/components/EnrichedTypography.js +107 -133
  42. package/components/ErrorBoundary.js +24 -28
  43. package/components/RetryFailedEnrichments.js +9 -10
  44. package/components/SourcePicker.js +49 -57
  45. package/components/actions/ActionForm.js +4 -4
  46. package/components/actions/ExecutePopover.js +59 -75
  47. package/components/actions/ResultModal.js +4 -4
  48. package/components/actions/form/schemaAdapter.js +23 -39
  49. package/components/actions/formats/FileResult.js +59 -86
  50. package/components/actions/formats/index.js +25 -29
  51. package/components/display/graph/ExpandMoreButton.js +10 -10
  52. package/components/display/graph/elements/NodeCard.js +91 -111
  53. package/components/display/graph/elements/NodeTag.js +13 -15
  54. package/components/display/graph/index.js +204 -262
  55. package/components/display/graph/visualizations/Leaf.js +70 -89
  56. package/components/display/graph/visualizations/cloud/index.js +81 -98
  57. package/components/display/graph/visualizations/icons/BaseIcon.js +21 -26
  58. package/components/display/graph/visualizations/icons/BugIcon.js +12 -12
  59. package/components/display/graph/visualizations/icons/HostIcon.js +12 -12
  60. package/components/display/graph/visualizations/icons/NetworkIcon.js +12 -12
  61. package/components/display/graph/visualizations/icons/ProcessIcon.js +12 -12
  62. package/components/display/graph/visualizations/icons/TargetIcon.js +13 -13
  63. package/components/display/graph/visualizations/icons/index.js +13 -14
  64. package/components/display/graph/visualizations/panels/NodePanel.js +8 -10
  65. package/components/display/graph/visualizations/tree/BundleLine.js +81 -108
  66. package/components/display/graph/visualizations/tree/Triangle.js +13 -13
  67. package/components/display/graph/visualizations/tree/index.js +306 -408
  68. package/components/display/icons/Iconified.js +12 -27
  69. package/components/display/json/index.js +4 -4
  70. package/components/display/markdown/index.js +5770 -8678
  71. package/components/enrichment/EnrichPopover.js +46 -54
  72. package/components/fetchers/Fetcher.js +123 -166
  73. package/components/fetchers/FetcherResultView.js +27 -31
  74. package/components/fetchers/PreviewModal.js +16 -17
  75. package/components/fetchers/StatusChip.js +17 -21
  76. package/components/group/Entry.js +11 -13
  77. package/components/group/Group.js +10 -13
  78. package/components/group/GroupControl.js +65 -76
  79. package/components/stats/QueryStatus.js +32 -45
  80. package/countBy-B3rNuG4T.js +8 -0
  81. package/data/event.js +4 -6
  82. package/database/globals.js +2 -2
  83. package/database/index.js +3 -3
  84. package/database/replication.js +4 -4
  85. package/en/translation.json +7 -0
  86. package/fr/translation.json +7 -0
  87. package/get-Bil3mzRD.js +8 -0
  88. package/groupBy-CrJC7sGa.js +8 -0
  89. package/hooks/ClueActionContext.js +6 -6
  90. package/hooks/ClueComponentContext.js +23 -29
  91. package/hooks/ClueConfigProvider.js +12 -14
  92. package/hooks/ClueDatabaseContext.js +23 -35
  93. package/hooks/ClueEnrichContext.js +11 -11
  94. package/hooks/ClueFetcherContext.js +56 -83
  95. package/hooks/ClueGroupContext.js +14 -17
  96. package/hooks/CluePopupContext.js +5 -5
  97. package/hooks/ClueProvider.js +11 -13
  98. package/hooks/ClueUIPluginContext.d.ts +5 -0
  99. package/hooks/ClueUIPluginContext.js +35 -47
  100. package/hooks/selectors.js +7 -7
  101. package/hooks/useActionResult.js +3 -3
  102. package/hooks/useAnnotations.js +32 -48
  103. package/hooks/useClue.js +4 -6
  104. package/hooks/useClueActions.js +3 -3
  105. package/hooks/useClueConfig.js +4 -6
  106. package/hooks/useClueTypeConfig.js +24 -49
  107. package/hooks/useClueUIPlugins.d.ts +4 -0
  108. package/hooks/useClueUIPlugins.js +11 -0
  109. package/hooks/useComparator.js +435 -722
  110. package/hooks/useErrors.js +18 -22
  111. package/hooks/useFetcherResult.js +24 -33
  112. package/hooks/useMyHighlights.js +36 -66
  113. package/hooks/useMyLocalStorage.js +37 -66
  114. package/iconify-Ptb5dTKy.js +1270 -0
  115. package/icons/Action.js +49 -66
  116. package/icons/Assessment.js +69 -85
  117. package/icons/Context.js +63 -77
  118. package/icons/Opinion.js +60 -76
  119. package/icons/iconMap.js +2 -2
  120. package/identity-ByMq8VxU.js +6 -0
  121. package/index-BH-gBhtO.js +2282 -0
  122. package/index-BM9Sve5T.js +571 -0
  123. package/index-Cj4d5cGz.js +357 -0
  124. package/index-Dh2PP9h8.js +11747 -0
  125. package/index-DoFpWPHo.js +975 -0
  126. package/index-DzVIklWY.js +6464 -0
  127. package/isArguments-BWcXOE6a.js +24 -0
  128. package/isArray-WzO_os3q.js +4 -0
  129. package/isEmpty-DKxrY-_M.js +22 -0
  130. package/isNil-CjWwlQS3.js +6 -0
  131. package/isObject-B53jY8Qg.js +7 -0
  132. package/isObjectLike-CYbdrIBr.js +6 -0
  133. package/isSymbol-DE1Kcy2M.js +9 -0
  134. package/last-7CdUxN0r.js +7 -0
  135. package/main.js +62 -62
  136. package/maxBy-BOWDkL_D.js +8 -0
  137. package/package.json +3 -2
  138. package/plugins/ClueUIPlugin.d.ts +5 -1
  139. package/plugins/ClueUIPlugin.js +124 -162
  140. package/plugins/file/index.js +15 -15
  141. package/plugins/graph/example/tree.json.d.ts +91 -0
  142. package/plugins/graph/index.d.ts +3 -0
  143. package/plugins/graph/index.js +34 -17
  144. package/plugins/image/index.d.ts +3 -0
  145. package/plugins/image/index.js +34 -18
  146. package/plugins/json/index.d.ts +3 -0
  147. package/plugins/json/index.js +29 -17
  148. package/plugins/markdown/index.d.ts +3 -0
  149. package/plugins/markdown/index.js +28 -17
  150. package/plugins/registry.js +6 -6
  151. package/plugins/store.d.ts +1 -0
  152. package/plugins/store.js +4 -4
  153. package/plugins/test/index.js +17 -17
  154. package/plugins/utils.d.ts +1 -0
  155. package/plugins/utils.js +19 -0
  156. package/replication-WkKbPdwG.js +8453 -0
  157. package/sessionStorage-DFMae61b.js +90 -0
  158. package/sortBy-BHe812lF.js +74 -0
  159. package/store-DClHBq7r.js +1169 -0
  160. package/sumBy-B7f_bP_k.js +8 -0
  161. package/text/Frequency.js +23 -42
  162. package/toFinite-CBrE65MP.js +14 -0
  163. package/toNumber-CxmWey0f.js +31 -0
  164. package/uniq-B4UZ671_.js +7 -0
  165. package/utils/chain.js +65 -92
  166. package/utils/classificationParser.js +256 -519
  167. package/utils/constants.js +11 -37
  168. package/utils/graph.js +45 -72
  169. package/utils/hashUtil.js +7 -7
  170. package/utils/line.js +81 -131
  171. package/utils/loggerUtil.js +3 -5
  172. package/utils/sessionStorage.js +7 -7
  173. package/utils/time.js +427 -447
  174. package/utils/utils.js +10 -10
  175. package/utils/window.js +10 -21
  176. package/utils-SpTOhPYl.js +147 -0
  177. package/ActionForm-CqKcnDWC.js +0 -6099
  178. package/AnnotationDetails-BlPd3T8k.js +0 -176
  179. package/AnnotationPreview-Bl447SKT.js +0 -188
  180. package/ClueEnrichContext-B3YrTCaJ.js +0 -567
  181. package/FlexOne-BSYAhhtG.js +0 -9
  182. package/_MapCache-kuEY_iOH.js +0 -220
  183. package/_Set-BrSMTlHn.js +0 -6
  184. package/_Uint8Array-OPpgYQj7.js +0 -123
  185. package/_arrayIncludes-BNqL-9ZP.js +0 -31
  186. package/_arrayPush-CBkQqaE_.js +0 -10
  187. package/_baseAssignValue-CNUVPOBW.js +0 -16
  188. package/_baseClone-9FaRd1R2.js +0 -287
  189. package/_baseExtremum-wOGT4Dgw.js +0 -18
  190. package/_baseFlatten-Co6QHDlG.js +0 -92
  191. package/_baseGet-Cmp6FztG.js +0 -109
  192. package/_baseGetTag-Hj-0NTYF.js +0 -44
  193. package/_baseIsEqual-1CpU47TZ.js +0 -211
  194. package/_baseIteratee-BN7Vbe5g.js +0 -126
  195. package/_baseRest-BZ_hQ9PC.js +0 -8
  196. package/_baseSlice-GAv_YFTT.js +0 -20
  197. package/_baseSum-D0WC1dN0.js +0 -13
  198. package/_baseUniq-BnvS3JHL.js +0 -63
  199. package/_cacheHas-_aF2y2Xv.js +0 -25
  200. package/_commonjsHelpers-CUmg6egw.js +0 -6
  201. package/_createAggregator-BUZrP_is.js +0 -63
  202. package/_defineProperty-DolZLKmv.js +0 -12
  203. package/_getPrototype-Bb4gm-5m.js +0 -5
  204. package/_getTag-CML_cXiN.js +0 -105
  205. package/_isIterateeCall-B1IFEqVv.js +0 -17
  206. package/_setToArray-CqyqC8ib.js +0 -10
  207. package/cloneDeep-l3UkXG5M.js +0 -8
  208. package/countBy-Bqcp3VCs.js +0 -14
  209. package/get-CdMThM8x.js +0 -8
  210. package/groupBy-BVV07EGQ.js +0 -14
  211. package/iconify-DJxl6dC-.js +0 -1789
  212. package/identity-CPGTqrE4.js +0 -6
  213. package/index-CAvu7vwt.js +0 -1172
  214. package/index-CVUD9o3t.js +0 -15768
  215. package/index-DUEubgWN.js +0 -464
  216. package/index-Dj1N4IQP.js +0 -9314
  217. package/index-DpJxD74E.js +0 -3272
  218. package/index-_gpzM2Px.js +0 -702
  219. package/isArguments-CuYlEuhP.js +0 -27
  220. package/isArray-RJPfgWqI.js +0 -4
  221. package/isEmpty-BE656RUK.js +0 -30
  222. package/isNil-CIubwp4T.js +0 -6
  223. package/isObject-FTY-5JQX.js +0 -7
  224. package/isObjectLike-CeENW9FN.js +0 -6
  225. package/isSymbol-D_H4HPZQ.js +0 -9
  226. package/last-CUCl67Im.js +0 -7
  227. package/maxBy-BjjQmX5t.js +0 -8
  228. package/replication--gLEZw8a.js +0 -11777
  229. package/sessionStorage-B68y-wnE.js +0 -140
  230. package/sortBy-B8JVsLQY.js +0 -95
  231. package/store-DMdRx9g0.js +0 -2156
  232. package/sumBy-D-HCzM2i.js +0 -8
  233. package/toFinite-meZTg4Su.js +0 -16
  234. package/toNumber-B5JaA1vX.js +0 -39
  235. package/uniq-CahZPAwp.js +0 -7
  236. package/utils-CEySTPtg.js +0 -224
@@ -1,18 +0,0 @@
1
- import { i as isSymbol } from "./isSymbol-D_H4HPZQ.js";
2
- function baseGt(value, other) {
3
- return value > other;
4
- }
5
- function baseExtremum(array, iteratee, comparator) {
6
- var index = -1, length = array.length;
7
- while (++index < length) {
8
- var value = array[index], current = iteratee(value);
9
- if (current != null && (computed === void 0 ? current === current && !isSymbol(current) : comparator(current, computed))) {
10
- var computed = current, result = value;
11
- }
12
- }
13
- return result;
14
- }
15
- export {
16
- baseGt as a,
17
- baseExtremum as b
18
- };
@@ -1,92 +0,0 @@
1
- import { d as defineProperty } from "./_defineProperty-DolZLKmv.js";
2
- import { i as identity } from "./identity-CPGTqrE4.js";
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
- function apply(func, thisArg, args) {
8
- switch (args.length) {
9
- case 0:
10
- return func.call(thisArg);
11
- case 1:
12
- return func.call(thisArg, args[0]);
13
- case 2:
14
- return func.call(thisArg, args[0], args[1]);
15
- case 3:
16
- return func.call(thisArg, args[0], args[1], args[2]);
17
- }
18
- return func.apply(thisArg, args);
19
- }
20
- var HOT_COUNT = 800, HOT_SPAN = 16;
21
- var nativeNow = Date.now;
22
- function shortOut(func) {
23
- var count = 0, lastCalled = 0;
24
- return function() {
25
- var stamp = nativeNow(), remaining = HOT_SPAN - (stamp - lastCalled);
26
- lastCalled = stamp;
27
- if (remaining > 0) {
28
- if (++count >= HOT_COUNT) {
29
- return arguments[0];
30
- }
31
- } else {
32
- count = 0;
33
- }
34
- return func.apply(void 0, arguments);
35
- };
36
- }
37
- function constant(value) {
38
- return function() {
39
- return value;
40
- };
41
- }
42
- var baseSetToString = !defineProperty ? identity : function(func, string) {
43
- return defineProperty(func, "toString", {
44
- "configurable": true,
45
- "enumerable": false,
46
- "value": constant(string),
47
- "writable": true
48
- });
49
- };
50
- var setToString = shortOut(baseSetToString);
51
- var nativeMax = Math.max;
52
- function overRest(func, start, transform) {
53
- start = nativeMax(start === void 0 ? func.length - 1 : start, 0);
54
- return function() {
55
- var args = arguments, index = -1, length = nativeMax(args.length - start, 0), array = Array(length);
56
- while (++index < length) {
57
- array[index] = args[start + index];
58
- }
59
- index = -1;
60
- var otherArgs = Array(start + 1);
61
- while (++index < start) {
62
- otherArgs[index] = args[index];
63
- }
64
- otherArgs[start] = transform(array);
65
- return apply(func, this, otherArgs);
66
- };
67
- }
68
- var spreadableSymbol = Symbol$1 ? Symbol$1.isConcatSpreadable : void 0;
69
- function isFlattenable(value) {
70
- return isArray(value) || isArguments(value) || !!(spreadableSymbol && value && value[spreadableSymbol]);
71
- }
72
- function baseFlatten(array, depth, predicate, isStrict, result) {
73
- var index = -1, length = array.length;
74
- predicate || (predicate = isFlattenable);
75
- result || (result = []);
76
- while (++index < length) {
77
- var value = array[index];
78
- if (predicate(value)) {
79
- {
80
- arrayPush(result, value);
81
- }
82
- } else if (!isStrict) {
83
- result[result.length] = value;
84
- }
85
- }
86
- return result;
87
- }
88
- export {
89
- baseFlatten as b,
90
- overRest as o,
91
- setToString as s
92
- };
@@ -1,109 +0,0 @@
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";
5
- function arrayMap(array, iteratee) {
6
- var index = -1, length = array == null ? 0 : array.length, result = Array(length);
7
- while (++index < length) {
8
- result[index] = iteratee(array[index], index, array);
9
- }
10
- return result;
11
- }
12
- var symbolProto = Symbol$1 ? Symbol$1.prototype : void 0, symbolToString = symbolProto ? symbolProto.toString : void 0;
13
- function baseToString(value) {
14
- if (typeof value == "string") {
15
- return value;
16
- }
17
- if (isArray(value)) {
18
- return arrayMap(value, baseToString) + "";
19
- }
20
- if (isSymbol(value)) {
21
- return symbolToString ? symbolToString.call(value) : "";
22
- }
23
- var result = value + "";
24
- return result == "0" && 1 / value == -Infinity ? "-0" : result;
25
- }
26
- var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, reIsPlainProp = /^\w*$/;
27
- function isKey(value, object) {
28
- if (isArray(value)) {
29
- return false;
30
- }
31
- var type = typeof value;
32
- if (type == "number" || type == "symbol" || type == "boolean" || value == null || isSymbol(value)) {
33
- return true;
34
- }
35
- return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || object != null && value in Object(object);
36
- }
37
- var FUNC_ERROR_TEXT = "Expected a function";
38
- function memoize(func, resolver) {
39
- if (typeof func != "function" || resolver != null && typeof resolver != "function") {
40
- throw new TypeError(FUNC_ERROR_TEXT);
41
- }
42
- var memoized = function() {
43
- var args = arguments, key = resolver ? resolver.apply(this, args) : args[0], cache = memoized.cache;
44
- if (cache.has(key)) {
45
- return cache.get(key);
46
- }
47
- var result = func.apply(this, args);
48
- memoized.cache = cache.set(key, result) || cache;
49
- return result;
50
- };
51
- memoized.cache = new (memoize.Cache || MapCache)();
52
- return memoized;
53
- }
54
- memoize.Cache = MapCache;
55
- var MAX_MEMOIZE_SIZE = 500;
56
- function memoizeCapped(func) {
57
- var result = memoize(func, function(key) {
58
- if (cache.size === MAX_MEMOIZE_SIZE) {
59
- cache.clear();
60
- }
61
- return key;
62
- });
63
- var cache = result.cache;
64
- return result;
65
- }
66
- var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;
67
- var reEscapeChar = /\\(\\)?/g;
68
- var stringToPath = memoizeCapped(function(string) {
69
- var result = [];
70
- if (string.charCodeAt(0) === 46) {
71
- result.push("");
72
- }
73
- string.replace(rePropName, function(match, number, quote, subString) {
74
- result.push(quote ? subString.replace(reEscapeChar, "$1") : number || match);
75
- });
76
- return result;
77
- });
78
- function toString(value) {
79
- return value == null ? "" : baseToString(value);
80
- }
81
- function castPath(value, object) {
82
- if (isArray(value)) {
83
- return value;
84
- }
85
- return isKey(value, object) ? [value] : stringToPath(toString(value));
86
- }
87
- function toKey(value) {
88
- if (typeof value == "string" || isSymbol(value)) {
89
- return value;
90
- }
91
- var result = value + "";
92
- return result == "0" && 1 / value == -Infinity ? "-0" : result;
93
- }
94
- function baseGet(object, path) {
95
- path = castPath(path, object);
96
- var index = 0, length = path.length;
97
- while (object != null && index < length) {
98
- object = object[toKey(path[index++])];
99
- }
100
- return index && index == length ? object : void 0;
101
- }
102
- export {
103
- arrayMap as a,
104
- baseGet as b,
105
- castPath as c,
106
- toString as d,
107
- isKey as i,
108
- toKey as t
109
- };
@@ -1,44 +0,0 @@
1
- var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
2
- var freeSelf = typeof self == "object" && self && self.Object === Object && self;
3
- var root = freeGlobal || freeSelf || Function("return this")();
4
- var Symbol$1 = root.Symbol;
5
- var objectProto$1 = Object.prototype;
6
- var hasOwnProperty = objectProto$1.hasOwnProperty;
7
- var nativeObjectToString$1 = objectProto$1.toString;
8
- var symToStringTag$1 = Symbol$1 ? Symbol$1.toStringTag : void 0;
9
- function getRawTag(value) {
10
- var isOwn = hasOwnProperty.call(value, symToStringTag$1), tag = value[symToStringTag$1];
11
- try {
12
- value[symToStringTag$1] = void 0;
13
- var unmasked = true;
14
- } catch (e) {
15
- }
16
- var result = nativeObjectToString$1.call(value);
17
- if (unmasked) {
18
- if (isOwn) {
19
- value[symToStringTag$1] = tag;
20
- } else {
21
- delete value[symToStringTag$1];
22
- }
23
- }
24
- return result;
25
- }
26
- var objectProto = Object.prototype;
27
- var nativeObjectToString = objectProto.toString;
28
- function objectToString(value) {
29
- return nativeObjectToString.call(value);
30
- }
31
- var nullTag = "[object Null]", undefinedTag = "[object Undefined]";
32
- var symToStringTag = Symbol$1 ? Symbol$1.toStringTag : void 0;
33
- function baseGetTag(value) {
34
- if (value == null) {
35
- return value === void 0 ? undefinedTag : nullTag;
36
- }
37
- return symToStringTag && symToStringTag in Object(value) ? getRawTag(value) : objectToString(value);
38
- }
39
- export {
40
- Symbol$1 as S,
41
- baseGetTag as b,
42
- freeGlobal as f,
43
- root as r
44
- };
@@ -1,211 +0,0 @@
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";
9
- function arraySome(array, predicate) {
10
- var index = -1, length = array == null ? 0 : array.length;
11
- while (++index < length) {
12
- if (predicate(array[index], index, array)) {
13
- return true;
14
- }
15
- }
16
- return false;
17
- }
18
- var COMPARE_PARTIAL_FLAG$3 = 1, COMPARE_UNORDERED_FLAG$1 = 2;
19
- function equalArrays(array, other, bitmask, customizer, equalFunc, stack) {
20
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG$3, arrLength = array.length, othLength = other.length;
21
- if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
22
- return false;
23
- }
24
- var arrStacked = stack.get(array);
25
- var othStacked = stack.get(other);
26
- if (arrStacked && othStacked) {
27
- return arrStacked == other && othStacked == array;
28
- }
29
- var index = -1, result = true, seen = bitmask & COMPARE_UNORDERED_FLAG$1 ? new SetCache() : void 0;
30
- stack.set(array, other);
31
- stack.set(other, array);
32
- while (++index < arrLength) {
33
- var arrValue = array[index], othValue = other[index];
34
- if (customizer) {
35
- var compared = isPartial ? customizer(othValue, arrValue, index, other, array, stack) : customizer(arrValue, othValue, index, array, other, stack);
36
- }
37
- if (compared !== void 0) {
38
- if (compared) {
39
- continue;
40
- }
41
- result = false;
42
- break;
43
- }
44
- if (seen) {
45
- if (!arraySome(other, function(othValue2, othIndex) {
46
- if (!cacheHas(seen, othIndex) && (arrValue === othValue2 || equalFunc(arrValue, othValue2, bitmask, customizer, stack))) {
47
- return seen.push(othIndex);
48
- }
49
- })) {
50
- result = false;
51
- break;
52
- }
53
- } else if (!(arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
54
- result = false;
55
- break;
56
- }
57
- }
58
- stack["delete"](array);
59
- stack["delete"](other);
60
- return result;
61
- }
62
- function mapToArray(map) {
63
- var index = -1, result = Array(map.size);
64
- map.forEach(function(value, key) {
65
- result[++index] = [key, value];
66
- });
67
- return result;
68
- }
69
- var COMPARE_PARTIAL_FLAG$2 = 1, COMPARE_UNORDERED_FLAG = 2;
70
- var boolTag = "[object Boolean]", dateTag = "[object Date]", errorTag = "[object Error]", mapTag = "[object Map]", numberTag = "[object Number]", regexpTag = "[object RegExp]", setTag = "[object Set]", stringTag = "[object String]", symbolTag = "[object Symbol]";
71
- var arrayBufferTag = "[object ArrayBuffer]", dataViewTag = "[object DataView]";
72
- var symbolProto = Symbol$1 ? Symbol$1.prototype : void 0, symbolValueOf = symbolProto ? symbolProto.valueOf : void 0;
73
- function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) {
74
- switch (tag) {
75
- case dataViewTag:
76
- if (object.byteLength != other.byteLength || object.byteOffset != other.byteOffset) {
77
- return false;
78
- }
79
- object = object.buffer;
80
- other = other.buffer;
81
- case arrayBufferTag:
82
- if (object.byteLength != other.byteLength || !equalFunc(new Uint8Array(object), new Uint8Array(other))) {
83
- return false;
84
- }
85
- return true;
86
- case boolTag:
87
- case dateTag:
88
- case numberTag:
89
- return eq(+object, +other);
90
- case errorTag:
91
- return object.name == other.name && object.message == other.message;
92
- case regexpTag:
93
- case stringTag:
94
- return object == other + "";
95
- case mapTag:
96
- var convert = mapToArray;
97
- case setTag:
98
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG$2;
99
- convert || (convert = setToArray);
100
- if (object.size != other.size && !isPartial) {
101
- return false;
102
- }
103
- var stacked = stack.get(object);
104
- if (stacked) {
105
- return stacked == other;
106
- }
107
- bitmask |= COMPARE_UNORDERED_FLAG;
108
- stack.set(object, other);
109
- var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);
110
- stack["delete"](object);
111
- return result;
112
- case symbolTag:
113
- if (symbolValueOf) {
114
- return symbolValueOf.call(object) == symbolValueOf.call(other);
115
- }
116
- }
117
- return false;
118
- }
119
- var COMPARE_PARTIAL_FLAG$1 = 1;
120
- var objectProto$1 = Object.prototype;
121
- var hasOwnProperty$1 = objectProto$1.hasOwnProperty;
122
- function equalObjects(object, other, bitmask, customizer, equalFunc, stack) {
123
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG$1, objProps = getAllKeys(object), objLength = objProps.length, othProps = getAllKeys(other), othLength = othProps.length;
124
- if (objLength != othLength && !isPartial) {
125
- return false;
126
- }
127
- var index = objLength;
128
- while (index--) {
129
- var key = objProps[index];
130
- if (!(isPartial ? key in other : hasOwnProperty$1.call(other, key))) {
131
- return false;
132
- }
133
- }
134
- var objStacked = stack.get(object);
135
- var othStacked = stack.get(other);
136
- if (objStacked && othStacked) {
137
- return objStacked == other && othStacked == object;
138
- }
139
- var result = true;
140
- stack.set(object, other);
141
- stack.set(other, object);
142
- var skipCtor = isPartial;
143
- while (++index < objLength) {
144
- key = objProps[index];
145
- var objValue = object[key], othValue = other[key];
146
- if (customizer) {
147
- var compared = isPartial ? customizer(othValue, objValue, key, other, object, stack) : customizer(objValue, othValue, key, object, other, stack);
148
- }
149
- if (!(compared === void 0 ? objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack) : compared)) {
150
- result = false;
151
- break;
152
- }
153
- skipCtor || (skipCtor = key == "constructor");
154
- }
155
- if (result && !skipCtor) {
156
- var objCtor = object.constructor, othCtor = other.constructor;
157
- if (objCtor != othCtor && ("constructor" in object && "constructor" in other) && !(typeof objCtor == "function" && objCtor instanceof objCtor && typeof othCtor == "function" && othCtor instanceof othCtor)) {
158
- result = false;
159
- }
160
- }
161
- stack["delete"](object);
162
- stack["delete"](other);
163
- return result;
164
- }
165
- var COMPARE_PARTIAL_FLAG = 1;
166
- var argsTag = "[object Arguments]", arrayTag = "[object Array]", objectTag = "[object Object]";
167
- var objectProto = Object.prototype;
168
- var hasOwnProperty = objectProto.hasOwnProperty;
169
- function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {
170
- var objIsArr = isArray(object), othIsArr = isArray(other), objTag = objIsArr ? arrayTag : getTag(object), othTag = othIsArr ? arrayTag : getTag(other);
171
- objTag = objTag == argsTag ? objectTag : objTag;
172
- othTag = othTag == argsTag ? objectTag : othTag;
173
- var objIsObj = objTag == objectTag, othIsObj = othTag == objectTag, isSameTag = objTag == othTag;
174
- if (isSameTag && isBuffer(object)) {
175
- if (!isBuffer(other)) {
176
- return false;
177
- }
178
- objIsArr = true;
179
- objIsObj = false;
180
- }
181
- if (isSameTag && !objIsObj) {
182
- stack || (stack = new Stack());
183
- return objIsArr || isTypedArray(object) ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);
184
- }
185
- if (!(bitmask & COMPARE_PARTIAL_FLAG)) {
186
- var objIsWrapped = objIsObj && hasOwnProperty.call(object, "__wrapped__"), othIsWrapped = othIsObj && hasOwnProperty.call(other, "__wrapped__");
187
- if (objIsWrapped || othIsWrapped) {
188
- var objUnwrapped = objIsWrapped ? object.value() : object, othUnwrapped = othIsWrapped ? other.value() : other;
189
- stack || (stack = new Stack());
190
- return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);
191
- }
192
- }
193
- if (!isSameTag) {
194
- return false;
195
- }
196
- stack || (stack = new Stack());
197
- return equalObjects(object, other, bitmask, customizer, equalFunc, stack);
198
- }
199
- function baseIsEqual(value, other, bitmask, customizer, stack) {
200
- if (value === other) {
201
- return true;
202
- }
203
- if (value == null || other == null || !isObjectLike(value) && !isObjectLike(other)) {
204
- return value !== value && other !== other;
205
- }
206
- return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack);
207
- }
208
- export {
209
- baseIsEqual as b,
210
- mapToArray as m
211
- };
@@ -1,126 +0,0 @@
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
- import { i as isObject } from "./isObject-FTY-5JQX.js";
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
- import { i as identity } from "./identity-CPGTqrE4.js";
9
- var COMPARE_PARTIAL_FLAG$1 = 1, COMPARE_UNORDERED_FLAG$1 = 2;
10
- function baseIsMatch(object, source, matchData, customizer) {
11
- var index = matchData.length, length = index;
12
- if (object == null) {
13
- return !length;
14
- }
15
- object = Object(object);
16
- while (index--) {
17
- var data = matchData[index];
18
- if (data[2] ? data[1] !== object[data[0]] : !(data[0] in object)) {
19
- return false;
20
- }
21
- }
22
- while (++index < length) {
23
- data = matchData[index];
24
- var key = data[0], objValue = object[key], srcValue = data[1];
25
- if (data[2]) {
26
- if (objValue === void 0 && !(key in object)) {
27
- return false;
28
- }
29
- } else {
30
- var stack = new Stack();
31
- var result;
32
- if (!(result === void 0 ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG$1 | COMPARE_UNORDERED_FLAG$1, customizer, stack) : result)) {
33
- return false;
34
- }
35
- }
36
- }
37
- return true;
38
- }
39
- function isStrictComparable(value) {
40
- return value === value && !isObject(value);
41
- }
42
- function getMatchData(object) {
43
- var result = keys(object), length = result.length;
44
- while (length--) {
45
- var key = result[length], value = object[key];
46
- result[length] = [key, value, isStrictComparable(value)];
47
- }
48
- return result;
49
- }
50
- function matchesStrictComparable(key, srcValue) {
51
- return function(object) {
52
- if (object == null) {
53
- return false;
54
- }
55
- return object[key] === srcValue && (srcValue !== void 0 || key in Object(object));
56
- };
57
- }
58
- function baseMatches(source) {
59
- var matchData = getMatchData(source);
60
- if (matchData.length == 1 && matchData[0][2]) {
61
- return matchesStrictComparable(matchData[0][0], matchData[0][1]);
62
- }
63
- return function(object) {
64
- return object === source || baseIsMatch(object, source, matchData);
65
- };
66
- }
67
- function baseHasIn(object, key) {
68
- return object != null && key in Object(object);
69
- }
70
- function hasPath(object, path, hasFunc) {
71
- path = castPath(path, object);
72
- var index = -1, length = path.length, result = false;
73
- while (++index < length) {
74
- var key = toKey(path[index]);
75
- if (!(result = object != null && hasFunc(object, key))) {
76
- break;
77
- }
78
- object = object[key];
79
- }
80
- if (result || ++index != length) {
81
- return result;
82
- }
83
- length = object == null ? 0 : object.length;
84
- return !!length && isLength(length) && isIndex(key, length) && (isArray(object) || isArguments(object));
85
- }
86
- function hasIn(object, path) {
87
- return object != null && hasPath(object, path, baseHasIn);
88
- }
89
- var COMPARE_PARTIAL_FLAG = 1, COMPARE_UNORDERED_FLAG = 2;
90
- function baseMatchesProperty(path, srcValue) {
91
- if (isKey(path) && isStrictComparable(srcValue)) {
92
- return matchesStrictComparable(toKey(path), srcValue);
93
- }
94
- return function(object) {
95
- var objValue = get(object, path);
96
- return objValue === void 0 && objValue === srcValue ? hasIn(object, path) : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG);
97
- };
98
- }
99
- function baseProperty(key) {
100
- return function(object) {
101
- return object == null ? void 0 : object[key];
102
- };
103
- }
104
- function basePropertyDeep(path) {
105
- return function(object) {
106
- return baseGet(object, path);
107
- };
108
- }
109
- function property(path) {
110
- return isKey(path) ? baseProperty(toKey(path)) : basePropertyDeep(path);
111
- }
112
- function baseIteratee(value) {
113
- if (typeof value == "function") {
114
- return value;
115
- }
116
- if (value == null) {
117
- return identity;
118
- }
119
- if (typeof value == "object") {
120
- return isArray(value) ? baseMatchesProperty(value[0], value[1]) : baseMatches(value);
121
- }
122
- return property(value);
123
- }
124
- export {
125
- baseIteratee as b
126
- };
@@ -1,8 +0,0 @@
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
- };
@@ -1,20 +0,0 @@
1
- function baseSlice(array, start, end) {
2
- var index = -1, length = array.length;
3
- if (start < 0) {
4
- start = -start > length ? 0 : length + start;
5
- }
6
- end = end > length ? length : end;
7
- if (end < 0) {
8
- end += length;
9
- }
10
- length = start > end ? 0 : end - start >>> 0;
11
- start >>>= 0;
12
- var result = Array(length);
13
- while (++index < length) {
14
- result[index] = array[index + start];
15
- }
16
- return result;
17
- }
18
- export {
19
- baseSlice as b
20
- };
@@ -1,13 +0,0 @@
1
- function baseSum(array, iteratee) {
2
- var result, index = -1, length = array.length;
3
- while (++index < length) {
4
- var current = iteratee(array[index]);
5
- if (current !== void 0) {
6
- result = result === void 0 ? current : result + current;
7
- }
8
- }
9
- return result;
10
- }
11
- export {
12
- baseSum as b
13
- };