@fuf-stack/pixels 1.7.0 → 1.7.2
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/dist/Json/index.cjs +2 -2
- package/dist/Json/index.js +1 -1
- package/dist/{chunk-DTKZQ6XP.js → chunk-TU2GCNHB.js} +78 -62
- package/dist/chunk-TU2GCNHB.js.map +1 -0
- package/dist/{chunk-XN5TOJBJ.cjs → chunk-ZDCH34F7.cjs} +78 -62
- package/dist/chunk-ZDCH34F7.cjs.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +7 -7
- package/dist/chunk-DTKZQ6XP.js.map +0 -1
- package/dist/chunk-XN5TOJBJ.cjs.map +0 -1
package/dist/Json/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkZDCH34F7cjs = require('../chunk-ZDCH34F7.cjs');
|
|
5
5
|
require('../chunk-FVQDVD3E.cjs');
|
|
6
6
|
require('../chunk-AHEA4IJV.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Json =
|
|
10
|
+
exports.Json = _chunkZDCH34F7cjs.Json_default; exports.default = _chunkZDCH34F7cjs.Json_default2;
|
|
11
11
|
//# sourceMappingURL=index.cjs.map
|
package/dist/Json/index.js
CHANGED
|
@@ -55,16 +55,16 @@ var require_objectDestructuringEmpty = __commonJS({
|
|
|
55
55
|
// src/Json/Json.tsx
|
|
56
56
|
import { useState as useState3 } from "react";
|
|
57
57
|
|
|
58
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
58
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/index.js
|
|
59
59
|
var import_extends22 = __toESM(require_extends());
|
|
60
60
|
var import_objectWithoutPropertiesLoose11 = __toESM(require_objectWithoutPropertiesLoose());
|
|
61
61
|
import { forwardRef as forwardRef2 } from "react";
|
|
62
62
|
|
|
63
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
63
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/store.js
|
|
64
64
|
var import_extends7 = __toESM(require_extends());
|
|
65
65
|
import React3, { createContext as createContext6, useContext as useContext6, useEffect, useReducer as useReducer6 } from "react";
|
|
66
66
|
|
|
67
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
67
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/store/ShowTools.js
|
|
68
68
|
var import_extends = __toESM(require_extends());
|
|
69
69
|
import { createContext, useContext, useReducer } from "react";
|
|
70
70
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
@@ -99,7 +99,7 @@ var ShowTools = (_ref) => {
|
|
|
99
99
|
};
|
|
100
100
|
ShowTools.displayName = "JVR.ShowTools";
|
|
101
101
|
|
|
102
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
102
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/store/Expands.js
|
|
103
103
|
var import_extends2 = __toESM(require_extends());
|
|
104
104
|
import { createContext as createContext2, useContext as useContext2, useReducer as useReducer2 } from "react";
|
|
105
105
|
import { jsx as _jsx2 } from "react/jsx-runtime";
|
|
@@ -134,7 +134,7 @@ var Expands = (_ref) => {
|
|
|
134
134
|
};
|
|
135
135
|
Expands.displayName = "JVR.Expands";
|
|
136
136
|
|
|
137
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
137
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/store/Types.js
|
|
138
138
|
var import_extends3 = __toESM(require_extends());
|
|
139
139
|
import { createContext as createContext3, useContext as useContext3, useReducer as useReducer3 } from "react";
|
|
140
140
|
import { jsx as _jsx3 } from "react/jsx-runtime";
|
|
@@ -289,11 +289,11 @@ function Types(_ref) {
|
|
|
289
289
|
}
|
|
290
290
|
Types.displayName = "JVR.Types";
|
|
291
291
|
|
|
292
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
292
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/store/Symbols.js
|
|
293
293
|
var import_extends5 = __toESM(require_extends());
|
|
294
294
|
import { createContext as createContext4, useContext as useContext4, useReducer as useReducer4 } from "react";
|
|
295
295
|
|
|
296
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
296
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/arrow/TriangleArrow.js
|
|
297
297
|
var import_extends4 = __toESM(require_extends());
|
|
298
298
|
var import_objectWithoutPropertiesLoose = __toESM(require_objectWithoutPropertiesLoose());
|
|
299
299
|
import React from "react";
|
|
@@ -322,7 +322,7 @@ function TriangleArrow(props) {
|
|
|
322
322
|
}
|
|
323
323
|
TriangleArrow.displayName = "JVR.TriangleArrow";
|
|
324
324
|
|
|
325
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
325
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/store/Symbols.js
|
|
326
326
|
import { jsx as _jsx5 } from "react/jsx-runtime";
|
|
327
327
|
var initialState4 = {
|
|
328
328
|
Arrow: {
|
|
@@ -423,7 +423,7 @@ var Symbols = (_ref) => {
|
|
|
423
423
|
};
|
|
424
424
|
Symbols.displayName = "JVR.Symbols";
|
|
425
425
|
|
|
426
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
426
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/store/Section.js
|
|
427
427
|
var import_extends6 = __toESM(require_extends());
|
|
428
428
|
import React2, { createContext as createContext5, useContext as useContext5, useReducer as useReducer5 } from "react";
|
|
429
429
|
import { jsx as _jsx6 } from "react/jsx-runtime";
|
|
@@ -503,7 +503,7 @@ var Section = (_ref) => {
|
|
|
503
503
|
};
|
|
504
504
|
Section.displayName = "JVR.Section";
|
|
505
505
|
|
|
506
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
506
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/store.js
|
|
507
507
|
import { jsx as _jsx7 } from "react/jsx-runtime";
|
|
508
508
|
var initialState6 = {
|
|
509
509
|
objectSortKeys: false,
|
|
@@ -563,15 +563,15 @@ var Provider = (_ref) => {
|
|
|
563
563
|
};
|
|
564
564
|
Provider.displayName = "JVR.Provider";
|
|
565
565
|
|
|
566
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
566
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/Container.js
|
|
567
567
|
var import_extends21 = __toESM(require_extends());
|
|
568
568
|
var import_objectWithoutPropertiesLoose10 = __toESM(require_objectWithoutPropertiesLoose());
|
|
569
569
|
import React4, { forwardRef } from "react";
|
|
570
570
|
|
|
571
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
571
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/NestedClose.js
|
|
572
572
|
var import_extends9 = __toESM(require_extends());
|
|
573
573
|
|
|
574
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
574
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/symbol/index.js
|
|
575
575
|
var import_objectDestructuringEmpty = __toESM(require_objectDestructuringEmpty());
|
|
576
576
|
var import_extends8 = __toESM(require_extends());
|
|
577
577
|
var import_objectWithoutPropertiesLoose2 = __toESM(require_objectWithoutPropertiesLoose());
|
|
@@ -603,6 +603,10 @@ var Quote = (props) => {
|
|
|
603
603
|
} = Comp, reset = (0, import_objectWithoutPropertiesLoose2.default)(Comp, _excluded22);
|
|
604
604
|
var Elm = as || "span";
|
|
605
605
|
var elmProps = (0, import_extends8.default)({}, other, reset);
|
|
606
|
+
if (typeof elmProps.children === "string") {
|
|
607
|
+
var trimmed = elmProps.children.trim();
|
|
608
|
+
elmProps.children = trimmed || void 0;
|
|
609
|
+
}
|
|
606
610
|
var result = {
|
|
607
611
|
value,
|
|
608
612
|
parentValue,
|
|
@@ -772,7 +776,7 @@ var BracketsClose = (props) => {
|
|
|
772
776
|
};
|
|
773
777
|
BracketsClose.displayName = "JVR.BracketsClose";
|
|
774
778
|
|
|
775
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
779
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/NestedClose.js
|
|
776
780
|
import { jsx as _jsx9 } from "react/jsx-runtime";
|
|
777
781
|
var NestedClose = (props) => {
|
|
778
782
|
var _expands$expandKey;
|
|
@@ -798,8 +802,14 @@ var NestedClose = (props) => {
|
|
|
798
802
|
keyName,
|
|
799
803
|
parentValue
|
|
800
804
|
});
|
|
801
|
-
if (
|
|
802
|
-
|
|
805
|
+
if (shouldExpandNodeInitially && collapsed === false) {
|
|
806
|
+
if (expands[expandKey] === void 0 && !shouldExpand) {
|
|
807
|
+
return null;
|
|
808
|
+
}
|
|
809
|
+
} else {
|
|
810
|
+
if (expands[expandKey] === void 0 && shouldExpand) {
|
|
811
|
+
return null;
|
|
812
|
+
}
|
|
803
813
|
}
|
|
804
814
|
var len = Object.keys(value).length;
|
|
805
815
|
if (isExpanded || len === 0) {
|
|
@@ -827,17 +837,17 @@ var NestedClose = (props) => {
|
|
|
827
837
|
};
|
|
828
838
|
NestedClose.displayName = "JVR.NestedClose";
|
|
829
839
|
|
|
830
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
840
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/NestedOpen.js
|
|
831
841
|
var import_extends20 = __toESM(require_extends());
|
|
832
842
|
|
|
833
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
843
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/KeyValues.js
|
|
834
844
|
var import_extends16 = __toESM(require_extends());
|
|
835
845
|
import { Fragment as Fragment2, useRef as useRef3 } from "react";
|
|
836
846
|
|
|
837
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
847
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/Value.js
|
|
838
848
|
var import_extends11 = __toESM(require_extends());
|
|
839
849
|
|
|
840
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
850
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/index.js
|
|
841
851
|
var import_extends10 = __toESM(require_extends());
|
|
842
852
|
var import_objectWithoutPropertiesLoose3 = __toESM(require_objectWithoutPropertiesLoose());
|
|
843
853
|
import { Fragment, useEffect as useEffect2, useState } from "react";
|
|
@@ -1424,7 +1434,7 @@ var TypeNan = (_ref11) => {
|
|
|
1424
1434
|
};
|
|
1425
1435
|
TypeNan.displayName = "JVR.TypeNan";
|
|
1426
1436
|
|
|
1427
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1437
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/Value.js
|
|
1428
1438
|
import { jsx as _jsx11 } from "react/jsx-runtime";
|
|
1429
1439
|
var isFloat = (n) => Number(n) === n && n % 1 !== 0 || isNaN(n);
|
|
1430
1440
|
var Value = (props) => {
|
|
@@ -1493,11 +1503,11 @@ var Value = (props) => {
|
|
|
1493
1503
|
};
|
|
1494
1504
|
Value.displayName = "JVR.Value";
|
|
1495
1505
|
|
|
1496
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1506
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/section/KeyName.js
|
|
1497
1507
|
var import_extends13 = __toESM(require_extends());
|
|
1498
1508
|
var import_objectWithoutPropertiesLoose4 = __toESM(require_objectWithoutPropertiesLoose());
|
|
1499
1509
|
|
|
1500
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1510
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/utils/useRender.js
|
|
1501
1511
|
var import_extends12 = __toESM(require_extends());
|
|
1502
1512
|
import { useEffect as useEffect3 } from "react";
|
|
1503
1513
|
function useSymbolsRender(currentProps, props, key) {
|
|
@@ -1537,7 +1547,7 @@ function useSectionRender(currentProps, props, key) {
|
|
|
1537
1547
|
}), [props]);
|
|
1538
1548
|
}
|
|
1539
1549
|
|
|
1540
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1550
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/section/KeyName.js
|
|
1541
1551
|
import { jsx as _jsx12 } from "react/jsx-runtime";
|
|
1542
1552
|
var _excluded12 = ["as", "render"];
|
|
1543
1553
|
var KeyName = (props) => {
|
|
@@ -1584,7 +1594,7 @@ var KeyNameComp = (props) => {
|
|
|
1584
1594
|
};
|
|
1585
1595
|
KeyNameComp.displayName = "JVR.KeyNameComp";
|
|
1586
1596
|
|
|
1587
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1597
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/section/Row.js
|
|
1588
1598
|
var import_extends14 = __toESM(require_extends());
|
|
1589
1599
|
var import_objectWithoutPropertiesLoose5 = __toESM(require_objectWithoutPropertiesLoose());
|
|
1590
1600
|
import { jsx as _jsx13 } from "react/jsx-runtime";
|
|
@@ -1629,7 +1639,7 @@ var RowComp = (props) => {
|
|
|
1629
1639
|
};
|
|
1630
1640
|
RowComp.displayName = "JVR.RowComp";
|
|
1631
1641
|
|
|
1632
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1642
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/utils/useHighlight.js
|
|
1633
1643
|
import { useMemo, useRef, useEffect as useEffect4 } from "react";
|
|
1634
1644
|
function usePrevious(value) {
|
|
1635
1645
|
var ref = useRef();
|
|
@@ -1678,7 +1688,7 @@ function useHighlight(_ref) {
|
|
|
1678
1688
|
}, [isHighlight, value, highlightContainer]);
|
|
1679
1689
|
}
|
|
1680
1690
|
|
|
1681
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1691
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/Copied.js
|
|
1682
1692
|
var import_extends15 = __toESM(require_extends());
|
|
1683
1693
|
var import_objectWithoutPropertiesLoose6 = __toESM(require_objectWithoutPropertiesLoose());
|
|
1684
1694
|
import { useState as useState2 } from "react";
|
|
@@ -1796,7 +1806,7 @@ var Copied = (props) => {
|
|
|
1796
1806
|
};
|
|
1797
1807
|
Copied.displayName = "JVR.Copied";
|
|
1798
1808
|
|
|
1799
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1809
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/useIdCompat.js
|
|
1800
1810
|
import { useRef as useRef2 } from "react";
|
|
1801
1811
|
function useIdCompat() {
|
|
1802
1812
|
var idRef = useRef2(null);
|
|
@@ -1806,7 +1816,7 @@ function useIdCompat() {
|
|
|
1806
1816
|
return idRef.current;
|
|
1807
1817
|
}
|
|
1808
1818
|
|
|
1809
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1819
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/KeyValues.js
|
|
1810
1820
|
import { jsx as _jsx15, jsxs as _jsxs2 } from "react/jsx-runtime";
|
|
1811
1821
|
var KeyValues = (props) => {
|
|
1812
1822
|
var _expands$expandKey;
|
|
@@ -1834,8 +1844,14 @@ var KeyValues = (props) => {
|
|
|
1834
1844
|
keyName,
|
|
1835
1845
|
parentValue
|
|
1836
1846
|
});
|
|
1837
|
-
if (
|
|
1838
|
-
|
|
1847
|
+
if (shouldExpandNodeInitially && collapsed === false) {
|
|
1848
|
+
if (expands[expandKey] === void 0 && !shouldExpand) {
|
|
1849
|
+
return null;
|
|
1850
|
+
}
|
|
1851
|
+
} else {
|
|
1852
|
+
if (expands[expandKey] === void 0 && shouldExpand) {
|
|
1853
|
+
return null;
|
|
1854
|
+
}
|
|
1839
1855
|
}
|
|
1840
1856
|
if (isExpanded) {
|
|
1841
1857
|
return null;
|
|
@@ -1976,7 +1992,7 @@ var KeyValuesItem = (props) => {
|
|
|
1976
1992
|
};
|
|
1977
1993
|
KeyValuesItem.displayName = "JVR.KeyValuesItem";
|
|
1978
1994
|
|
|
1979
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
1995
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/section/CountInfoExtra.js
|
|
1980
1996
|
var import_extends17 = __toESM(require_extends());
|
|
1981
1997
|
var import_objectWithoutPropertiesLoose7 = __toESM(require_objectWithoutPropertiesLoose());
|
|
1982
1998
|
import { jsx as _jsx16 } from "react/jsx-runtime";
|
|
@@ -2015,7 +2031,7 @@ var CountInfoExtraComps = (props) => {
|
|
|
2015
2031
|
};
|
|
2016
2032
|
CountInfoExtraComps.displayName = "JVR.CountInfoExtraComps";
|
|
2017
2033
|
|
|
2018
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2034
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/section/CountInfo.js
|
|
2019
2035
|
var import_extends18 = __toESM(require_extends());
|
|
2020
2036
|
var import_objectWithoutPropertiesLoose8 = __toESM(require_objectWithoutPropertiesLoose());
|
|
2021
2037
|
import { jsx as _jsx17 } from "react/jsx-runtime";
|
|
@@ -2064,7 +2080,7 @@ var CountInfoComp = (props) => {
|
|
|
2064
2080
|
};
|
|
2065
2081
|
CountInfoComp.displayName = "JVR.CountInfoComp";
|
|
2066
2082
|
|
|
2067
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2083
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/section/Ellipsis.js
|
|
2068
2084
|
var import_extends19 = __toESM(require_extends());
|
|
2069
2085
|
var import_objectWithoutPropertiesLoose9 = __toESM(require_objectWithoutPropertiesLoose());
|
|
2070
2086
|
import { jsx as _jsx18 } from "react/jsx-runtime";
|
|
@@ -2103,7 +2119,7 @@ var EllipsisComp = (_ref) => {
|
|
|
2103
2119
|
};
|
|
2104
2120
|
EllipsisComp.displayName = "JVR.EllipsisComp";
|
|
2105
2121
|
|
|
2106
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2122
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/comps/NestedOpen.js
|
|
2107
2123
|
import { jsx as _jsx19, jsxs as _jsxs3 } from "react/jsx-runtime";
|
|
2108
2124
|
var NestedOpen = (props) => {
|
|
2109
2125
|
var _expands$expandKey;
|
|
@@ -2208,7 +2224,7 @@ var NestedOpen = (props) => {
|
|
|
2208
2224
|
};
|
|
2209
2225
|
NestedOpen.displayName = "JVR.NestedOpen";
|
|
2210
2226
|
|
|
2211
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2227
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/Container.js
|
|
2212
2228
|
import { jsx as _jsx20, jsxs as _jsxs4 } from "react/jsx-runtime";
|
|
2213
2229
|
var _excluded18 = ["className", "children", "parentValue", "keyid", "level", "value", "initialValue", "keys", "keyName"];
|
|
2214
2230
|
var Container = /* @__PURE__ */ forwardRef((props, ref) => {
|
|
@@ -2263,7 +2279,7 @@ var Container = /* @__PURE__ */ forwardRef((props, ref) => {
|
|
|
2263
2279
|
});
|
|
2264
2280
|
Container.displayName = "JVR.Container";
|
|
2265
2281
|
|
|
2266
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2282
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/symbol/BraceLeft.js
|
|
2267
2283
|
var BraceLeft = (props) => {
|
|
2268
2284
|
var {
|
|
2269
2285
|
BraceLeft: Comp = {}
|
|
@@ -2273,7 +2289,7 @@ var BraceLeft = (props) => {
|
|
|
2273
2289
|
};
|
|
2274
2290
|
BraceLeft.displayName = "JVR.BraceLeft";
|
|
2275
2291
|
|
|
2276
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2292
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/symbol/BraceRight.js
|
|
2277
2293
|
var BraceRight = (props) => {
|
|
2278
2294
|
var {
|
|
2279
2295
|
BraceRight: Comp = {}
|
|
@@ -2283,7 +2299,7 @@ var BraceRight = (props) => {
|
|
|
2283
2299
|
};
|
|
2284
2300
|
BraceRight.displayName = "JVR.BraceRight";
|
|
2285
2301
|
|
|
2286
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2302
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/symbol/BracketsLeft.js
|
|
2287
2303
|
var BracketsLeft = (props) => {
|
|
2288
2304
|
var {
|
|
2289
2305
|
BracketsLeft: Comp = {}
|
|
@@ -2293,7 +2309,7 @@ var BracketsLeft = (props) => {
|
|
|
2293
2309
|
};
|
|
2294
2310
|
BracketsLeft.displayName = "JVR.BracketsLeft";
|
|
2295
2311
|
|
|
2296
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2312
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/symbol/BracketsRight.js
|
|
2297
2313
|
var BracketsRight = (props) => {
|
|
2298
2314
|
var {
|
|
2299
2315
|
BracketsRight: Comp = {}
|
|
@@ -2303,7 +2319,7 @@ var BracketsRight = (props) => {
|
|
|
2303
2319
|
};
|
|
2304
2320
|
BracketsRight.displayName = "JVR.BracketsRight";
|
|
2305
2321
|
|
|
2306
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2322
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/symbol/Arrow.js
|
|
2307
2323
|
var Arrow2 = (props) => {
|
|
2308
2324
|
var {
|
|
2309
2325
|
Arrow: Comp = {}
|
|
@@ -2313,7 +2329,7 @@ var Arrow2 = (props) => {
|
|
|
2313
2329
|
};
|
|
2314
2330
|
Arrow2.displayName = "JVR.Arrow";
|
|
2315
2331
|
|
|
2316
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2332
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/symbol/Colon.js
|
|
2317
2333
|
var Colon2 = (props) => {
|
|
2318
2334
|
var {
|
|
2319
2335
|
Colon: Comp = {}
|
|
@@ -2323,7 +2339,7 @@ var Colon2 = (props) => {
|
|
|
2323
2339
|
};
|
|
2324
2340
|
Colon2.displayName = "JVR.Colon";
|
|
2325
2341
|
|
|
2326
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2342
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/symbol/Quote.js
|
|
2327
2343
|
var Quote2 = (props) => {
|
|
2328
2344
|
var {
|
|
2329
2345
|
Quote: Comp = {}
|
|
@@ -2333,7 +2349,7 @@ var Quote2 = (props) => {
|
|
|
2333
2349
|
};
|
|
2334
2350
|
Quote2.displayName = "JVR.Quote";
|
|
2335
2351
|
|
|
2336
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2352
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/symbol/ValueQuote.js
|
|
2337
2353
|
var ValueQuote2 = (props) => {
|
|
2338
2354
|
var {
|
|
2339
2355
|
ValueQuote: Comp = {}
|
|
@@ -2343,7 +2359,7 @@ var ValueQuote2 = (props) => {
|
|
|
2343
2359
|
};
|
|
2344
2360
|
ValueQuote2.displayName = "JVR.ValueQuote";
|
|
2345
2361
|
|
|
2346
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2362
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Bigint.js
|
|
2347
2363
|
var Bigint = (props) => {
|
|
2348
2364
|
var {
|
|
2349
2365
|
Bigint: Comp = {}
|
|
@@ -2353,7 +2369,7 @@ var Bigint = (props) => {
|
|
|
2353
2369
|
};
|
|
2354
2370
|
Bigint.displayName = "JVR.Bigint";
|
|
2355
2371
|
|
|
2356
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2372
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Date.js
|
|
2357
2373
|
var Date2 = (props) => {
|
|
2358
2374
|
var {
|
|
2359
2375
|
Date: Comp = {}
|
|
@@ -2363,7 +2379,7 @@ var Date2 = (props) => {
|
|
|
2363
2379
|
};
|
|
2364
2380
|
Date2.displayName = "JVR.Date";
|
|
2365
2381
|
|
|
2366
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2382
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/False.js
|
|
2367
2383
|
var False = (props) => {
|
|
2368
2384
|
var {
|
|
2369
2385
|
False: Comp = {}
|
|
@@ -2373,7 +2389,7 @@ var False = (props) => {
|
|
|
2373
2389
|
};
|
|
2374
2390
|
False.displayName = "JVR.False";
|
|
2375
2391
|
|
|
2376
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2392
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Float.js
|
|
2377
2393
|
var Float = (props) => {
|
|
2378
2394
|
var {
|
|
2379
2395
|
Float: Comp = {}
|
|
@@ -2383,7 +2399,7 @@ var Float = (props) => {
|
|
|
2383
2399
|
};
|
|
2384
2400
|
Float.displayName = "JVR.Float";
|
|
2385
2401
|
|
|
2386
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2402
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Int.js
|
|
2387
2403
|
var Int = (props) => {
|
|
2388
2404
|
var {
|
|
2389
2405
|
Int: Comp = {}
|
|
@@ -2393,7 +2409,7 @@ var Int = (props) => {
|
|
|
2393
2409
|
};
|
|
2394
2410
|
Int.displayName = "JVR.Int";
|
|
2395
2411
|
|
|
2396
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2412
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Map.js
|
|
2397
2413
|
var Map2 = (props) => {
|
|
2398
2414
|
var {
|
|
2399
2415
|
Map: Comp = {}
|
|
@@ -2403,7 +2419,7 @@ var Map2 = (props) => {
|
|
|
2403
2419
|
};
|
|
2404
2420
|
Map2.displayName = "JVR.Map";
|
|
2405
2421
|
|
|
2406
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2422
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Nan.js
|
|
2407
2423
|
var Nan = (props) => {
|
|
2408
2424
|
var {
|
|
2409
2425
|
Nan: Comp = {}
|
|
@@ -2413,7 +2429,7 @@ var Nan = (props) => {
|
|
|
2413
2429
|
};
|
|
2414
2430
|
Nan.displayName = "JVR.Nan";
|
|
2415
2431
|
|
|
2416
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2432
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Null.js
|
|
2417
2433
|
var Null = (props) => {
|
|
2418
2434
|
var {
|
|
2419
2435
|
Null: Comp = {}
|
|
@@ -2423,7 +2439,7 @@ var Null = (props) => {
|
|
|
2423
2439
|
};
|
|
2424
2440
|
Null.displayName = "JVR.Null";
|
|
2425
2441
|
|
|
2426
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2442
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Set.js
|
|
2427
2443
|
var Set2 = (props) => {
|
|
2428
2444
|
var {
|
|
2429
2445
|
Set: Comp = {}
|
|
@@ -2433,7 +2449,7 @@ var Set2 = (props) => {
|
|
|
2433
2449
|
};
|
|
2434
2450
|
Set2.displayName = "JVR.Set";
|
|
2435
2451
|
|
|
2436
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2452
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/String.js
|
|
2437
2453
|
var StringText = (props) => {
|
|
2438
2454
|
var {
|
|
2439
2455
|
Str: Comp = {}
|
|
@@ -2443,7 +2459,7 @@ var StringText = (props) => {
|
|
|
2443
2459
|
};
|
|
2444
2460
|
StringText.displayName = "JVR.StringText";
|
|
2445
2461
|
|
|
2446
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2462
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/True.js
|
|
2447
2463
|
var True = (props) => {
|
|
2448
2464
|
var {
|
|
2449
2465
|
True: Comp = {}
|
|
@@ -2453,7 +2469,7 @@ var True = (props) => {
|
|
|
2453
2469
|
};
|
|
2454
2470
|
True.displayName = "JVR.True";
|
|
2455
2471
|
|
|
2456
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2472
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Undefined.js
|
|
2457
2473
|
var Undefined = (props) => {
|
|
2458
2474
|
var {
|
|
2459
2475
|
Undefined: Comp = {}
|
|
@@ -2463,7 +2479,7 @@ var Undefined = (props) => {
|
|
|
2463
2479
|
};
|
|
2464
2480
|
Undefined.displayName = "JVR.Undefined";
|
|
2465
2481
|
|
|
2466
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2482
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/types/Url.js
|
|
2467
2483
|
var Url = (props) => {
|
|
2468
2484
|
var {
|
|
2469
2485
|
Url: Comp = {}
|
|
@@ -2473,7 +2489,7 @@ var Url = (props) => {
|
|
|
2473
2489
|
};
|
|
2474
2490
|
Url.displayName = "JVR.Url";
|
|
2475
2491
|
|
|
2476
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2492
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/section/Copied.js
|
|
2477
2493
|
var Copied2 = (props) => {
|
|
2478
2494
|
var {
|
|
2479
2495
|
Copied: Comp = {}
|
|
@@ -2483,7 +2499,7 @@ var Copied2 = (props) => {
|
|
|
2483
2499
|
};
|
|
2484
2500
|
Copied2.displayName = "JVR.Copied";
|
|
2485
2501
|
|
|
2486
|
-
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.
|
|
2502
|
+
// ../../node_modules/.pnpm/@uiw+react-json-view@2.0.0-alpha.41_@babel+runtime@7.28.4_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@uiw/react-json-view/esm/index.js
|
|
2487
2503
|
import { jsx as _jsx21, jsxs as _jsxs5 } from "react/jsx-runtime";
|
|
2488
2504
|
var _excluded19 = ["className", "style", "value", "children", "collapsed", "shouldExpandNodeInitially", "indentWidth", "displayObjectSize", "shortenTextAfterLength", "stringEllipsis", "highlightUpdates", "enableClipboard", "displayDataTypes", "objectSortKeys", "onExpand", "onCopied", "beforeCopy"];
|
|
2489
2505
|
var JsonView = /* @__PURE__ */ forwardRef2((props, ref) => {
|
|
@@ -2493,7 +2509,7 @@ var JsonView = /* @__PURE__ */ forwardRef2((props, ref) => {
|
|
|
2493
2509
|
value,
|
|
2494
2510
|
children,
|
|
2495
2511
|
collapsed = false,
|
|
2496
|
-
shouldExpandNodeInitially
|
|
2512
|
+
shouldExpandNodeInitially,
|
|
2497
2513
|
indentWidth = 15,
|
|
2498
2514
|
displayObjectSize = true,
|
|
2499
2515
|
shortenTextAfterLength = 30,
|
|
@@ -2519,7 +2535,7 @@ var JsonView = /* @__PURE__ */ forwardRef2((props, ref) => {
|
|
|
2519
2535
|
value,
|
|
2520
2536
|
objectSortKeys,
|
|
2521
2537
|
indentWidth,
|
|
2522
|
-
shouldExpandNodeInitially: collapsed === false ? shouldExpandNodeInitially :
|
|
2538
|
+
shouldExpandNodeInitially: collapsed === false ? shouldExpandNodeInitially : void 0,
|
|
2523
2539
|
displayObjectSize,
|
|
2524
2540
|
collapsed,
|
|
2525
2541
|
enableClipboard,
|
|
@@ -2793,4 +2809,4 @@ export {
|
|
|
2793
2809
|
Json_default,
|
|
2794
2810
|
Json_default2
|
|
2795
2811
|
};
|
|
2796
|
-
//# sourceMappingURL=chunk-
|
|
2812
|
+
//# sourceMappingURL=chunk-TU2GCNHB.js.map
|