bippy 0.2.19 → 0.2.21
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/{chunk-PFP4X2TS.cjs → chunk-CDQZX25E.cjs} +3 -3
- package/dist/{chunk-NCIDNNWS.cjs → chunk-DUWBSZCN.cjs} +1 -1
- package/dist/{chunk-I7W5KA7J.js → chunk-HAT4WUYT.js} +1 -1
- package/dist/{chunk-IR6TXZE7.js → chunk-ONC6264D.js} +1 -1
- package/dist/core.cjs +68 -68
- package/dist/core.js +1 -1
- package/dist/index.cjs +69 -69
- package/dist/index.global.js +1 -1
- package/dist/index.js +2 -2
- package/dist/inspect.cjs +176 -176
- package/dist/inspect.js +123 -123
- package/dist/sw.d.cts +68 -0
- package/dist/sw.d.ts +68 -0
- package/package.json +121 -126
- package/README.md +0 -649
package/dist/inspect.cjs
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('./chunk-
|
|
6
|
-
var
|
|
5
|
+
require('./chunk-CDQZX25E.cjs');
|
|
6
|
+
var chunkDUWBSZCN_cjs = require('./chunk-DUWBSZCN.cjs');
|
|
7
7
|
var React17 = require('react');
|
|
8
8
|
|
|
9
9
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -1203,7 +1203,7 @@ var Inspector = ({ table = false, data, ...rest }) => {
|
|
|
1203
1203
|
});
|
|
1204
1204
|
};
|
|
1205
1205
|
|
|
1206
|
-
// node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js
|
|
1206
|
+
// ../../node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js
|
|
1207
1207
|
var noop = { value: () => {
|
|
1208
1208
|
} };
|
|
1209
1209
|
function dispatch() {
|
|
@@ -1273,7 +1273,7 @@ function set(type2, name, callback) {
|
|
|
1273
1273
|
}
|
|
1274
1274
|
var dispatch_default = dispatch;
|
|
1275
1275
|
|
|
1276
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js
|
|
1276
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js
|
|
1277
1277
|
var xhtml = "http://www.w3.org/1999/xhtml";
|
|
1278
1278
|
var namespaces_default = {
|
|
1279
1279
|
svg: "http://www.w3.org/2000/svg",
|
|
@@ -1283,14 +1283,14 @@ var namespaces_default = {
|
|
|
1283
1283
|
xmlns: "http://www.w3.org/2000/xmlns/"
|
|
1284
1284
|
};
|
|
1285
1285
|
|
|
1286
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js
|
|
1286
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js
|
|
1287
1287
|
function namespace_default(name) {
|
|
1288
1288
|
var prefix = name += "", i = prefix.indexOf(":");
|
|
1289
1289
|
if (i >= 0 && (prefix = name.slice(0, i)) !== "xmlns") name = name.slice(i + 1);
|
|
1290
1290
|
return namespaces_default.hasOwnProperty(prefix) ? { space: namespaces_default[prefix], local: name } : name;
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js
|
|
1293
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js
|
|
1294
1294
|
function creatorInherit(name) {
|
|
1295
1295
|
return function() {
|
|
1296
1296
|
var document2 = this.ownerDocument, uri = this.namespaceURI;
|
|
@@ -1307,7 +1307,7 @@ function creator_default(name) {
|
|
|
1307
1307
|
return (fullname.local ? creatorFixed : creatorInherit)(fullname);
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js
|
|
1310
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js
|
|
1311
1311
|
function none() {
|
|
1312
1312
|
}
|
|
1313
1313
|
function selector_default(selector) {
|
|
@@ -1316,7 +1316,7 @@ function selector_default(selector) {
|
|
|
1316
1316
|
};
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js
|
|
1319
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js
|
|
1320
1320
|
function select_default(select) {
|
|
1321
1321
|
if (typeof select !== "function") select = selector_default(select);
|
|
1322
1322
|
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
@@ -1330,12 +1330,12 @@ function select_default(select) {
|
|
|
1330
1330
|
return new Selection(subgroups, this._parents);
|
|
1331
1331
|
}
|
|
1332
1332
|
|
|
1333
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js
|
|
1333
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js
|
|
1334
1334
|
function array(x2) {
|
|
1335
1335
|
return x2 == null ? [] : Array.isArray(x2) ? x2 : Array.from(x2);
|
|
1336
1336
|
}
|
|
1337
1337
|
|
|
1338
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js
|
|
1338
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js
|
|
1339
1339
|
function empty() {
|
|
1340
1340
|
return [];
|
|
1341
1341
|
}
|
|
@@ -1345,7 +1345,7 @@ function selectorAll_default(selector) {
|
|
|
1345
1345
|
};
|
|
1346
1346
|
}
|
|
1347
1347
|
|
|
1348
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js
|
|
1348
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js
|
|
1349
1349
|
function arrayAll(select) {
|
|
1350
1350
|
return function() {
|
|
1351
1351
|
return array(select.apply(this, arguments));
|
|
@@ -1365,7 +1365,7 @@ function selectAll_default(select) {
|
|
|
1365
1365
|
return new Selection(subgroups, parents);
|
|
1366
1366
|
}
|
|
1367
1367
|
|
|
1368
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js
|
|
1368
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js
|
|
1369
1369
|
function matcher_default(selector) {
|
|
1370
1370
|
return function() {
|
|
1371
1371
|
return this.matches(selector);
|
|
@@ -1377,7 +1377,7 @@ function childMatcher(selector) {
|
|
|
1377
1377
|
};
|
|
1378
1378
|
}
|
|
1379
1379
|
|
|
1380
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js
|
|
1380
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js
|
|
1381
1381
|
var find = Array.prototype.find;
|
|
1382
1382
|
function childFind(match) {
|
|
1383
1383
|
return function() {
|
|
@@ -1391,7 +1391,7 @@ function selectChild_default(match) {
|
|
|
1391
1391
|
return this.select(match == null ? childFirst : childFind(typeof match === "function" ? match : childMatcher(match)));
|
|
1392
1392
|
}
|
|
1393
1393
|
|
|
1394
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js
|
|
1394
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js
|
|
1395
1395
|
var filter = Array.prototype.filter;
|
|
1396
1396
|
function children() {
|
|
1397
1397
|
return Array.from(this.children);
|
|
@@ -1405,7 +1405,7 @@ function selectChildren_default(match) {
|
|
|
1405
1405
|
return this.selectAll(match == null ? children : childrenFilter(typeof match === "function" ? match : childMatcher(match)));
|
|
1406
1406
|
}
|
|
1407
1407
|
|
|
1408
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js
|
|
1408
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js
|
|
1409
1409
|
function filter_default(match) {
|
|
1410
1410
|
if (typeof match !== "function") match = matcher_default(match);
|
|
1411
1411
|
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
@@ -1418,12 +1418,12 @@ function filter_default(match) {
|
|
|
1418
1418
|
return new Selection(subgroups, this._parents);
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js
|
|
1421
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js
|
|
1422
1422
|
function sparse_default(update) {
|
|
1423
1423
|
return new Array(update.length);
|
|
1424
1424
|
}
|
|
1425
1425
|
|
|
1426
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js
|
|
1426
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js
|
|
1427
1427
|
function enter_default() {
|
|
1428
1428
|
return new Selection(this._enter || this._groups.map(sparse_default), this._parents);
|
|
1429
1429
|
}
|
|
@@ -1450,14 +1450,14 @@ EnterNode.prototype = {
|
|
|
1450
1450
|
}
|
|
1451
1451
|
};
|
|
1452
1452
|
|
|
1453
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js
|
|
1453
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js
|
|
1454
1454
|
function constant_default(x2) {
|
|
1455
1455
|
return function() {
|
|
1456
1456
|
return x2;
|
|
1457
1457
|
};
|
|
1458
1458
|
}
|
|
1459
1459
|
|
|
1460
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js
|
|
1460
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js
|
|
1461
1461
|
function bindIndex(parent, group, enter, update, exit, data) {
|
|
1462
1462
|
var i = 0, node, groupLength = group.length, dataLength = data.length;
|
|
1463
1463
|
for (; i < dataLength; ++i) {
|
|
@@ -1529,12 +1529,12 @@ function arraylike(data) {
|
|
|
1529
1529
|
return typeof data === "object" && "length" in data ? data : Array.from(data);
|
|
1530
1530
|
}
|
|
1531
1531
|
|
|
1532
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js
|
|
1532
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js
|
|
1533
1533
|
function exit_default() {
|
|
1534
1534
|
return new Selection(this._exit || this._groups.map(sparse_default), this._parents);
|
|
1535
1535
|
}
|
|
1536
1536
|
|
|
1537
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js
|
|
1537
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js
|
|
1538
1538
|
function join_default(onenter, onupdate, onexit) {
|
|
1539
1539
|
var enter = this.enter(), update = this, exit = this.exit();
|
|
1540
1540
|
if (typeof onenter === "function") {
|
|
@@ -1552,7 +1552,7 @@ function join_default(onenter, onupdate, onexit) {
|
|
|
1552
1552
|
return enter && update ? enter.merge(update).order() : update;
|
|
1553
1553
|
}
|
|
1554
1554
|
|
|
1555
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js
|
|
1555
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js
|
|
1556
1556
|
function merge_default(context) {
|
|
1557
1557
|
var selection2 = context.selection ? context.selection() : context;
|
|
1558
1558
|
for (var groups0 = this._groups, groups1 = selection2._groups, m0 = groups0.length, m1 = groups1.length, m = Math.min(m0, m1), merges = new Array(m0), j = 0; j < m; ++j) {
|
|
@@ -1568,7 +1568,7 @@ function merge_default(context) {
|
|
|
1568
1568
|
return new Selection(merges, this._parents);
|
|
1569
1569
|
}
|
|
1570
1570
|
|
|
1571
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js
|
|
1571
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js
|
|
1572
1572
|
function order_default() {
|
|
1573
1573
|
for (var groups = this._groups, j = -1, m = groups.length; ++j < m; ) {
|
|
1574
1574
|
for (var group = groups[j], i = group.length - 1, next = group[i], node; --i >= 0; ) {
|
|
@@ -1581,7 +1581,7 @@ function order_default() {
|
|
|
1581
1581
|
return this;
|
|
1582
1582
|
}
|
|
1583
1583
|
|
|
1584
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js
|
|
1584
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js
|
|
1585
1585
|
function sort_default(compare) {
|
|
1586
1586
|
if (!compare) compare = ascending;
|
|
1587
1587
|
function compareNode(a, b) {
|
|
@@ -1601,7 +1601,7 @@ function ascending(a, b) {
|
|
|
1601
1601
|
return a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN;
|
|
1602
1602
|
}
|
|
1603
1603
|
|
|
1604
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js
|
|
1604
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js
|
|
1605
1605
|
function call_default() {
|
|
1606
1606
|
var callback = arguments[0];
|
|
1607
1607
|
arguments[0] = this;
|
|
@@ -1609,12 +1609,12 @@ function call_default() {
|
|
|
1609
1609
|
return this;
|
|
1610
1610
|
}
|
|
1611
1611
|
|
|
1612
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js
|
|
1612
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js
|
|
1613
1613
|
function nodes_default() {
|
|
1614
1614
|
return Array.from(this);
|
|
1615
1615
|
}
|
|
1616
1616
|
|
|
1617
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js
|
|
1617
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js
|
|
1618
1618
|
function node_default() {
|
|
1619
1619
|
for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
|
|
1620
1620
|
for (var group = groups[j], i = 0, n = group.length; i < n; ++i) {
|
|
@@ -1625,19 +1625,19 @@ function node_default() {
|
|
|
1625
1625
|
return null;
|
|
1626
1626
|
}
|
|
1627
1627
|
|
|
1628
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js
|
|
1628
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js
|
|
1629
1629
|
function size_default() {
|
|
1630
1630
|
let size = 0;
|
|
1631
1631
|
for (const node of this) ++size;
|
|
1632
1632
|
return size;
|
|
1633
1633
|
}
|
|
1634
1634
|
|
|
1635
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js
|
|
1635
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js
|
|
1636
1636
|
function empty_default() {
|
|
1637
1637
|
return !this.node();
|
|
1638
1638
|
}
|
|
1639
1639
|
|
|
1640
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js
|
|
1640
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js
|
|
1641
1641
|
function each_default(callback) {
|
|
1642
1642
|
for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
|
|
1643
1643
|
for (var group = groups[j], i = 0, n = group.length, node; i < n; ++i) {
|
|
@@ -1647,7 +1647,7 @@ function each_default(callback) {
|
|
|
1647
1647
|
return this;
|
|
1648
1648
|
}
|
|
1649
1649
|
|
|
1650
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js
|
|
1650
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js
|
|
1651
1651
|
function attrRemove(name) {
|
|
1652
1652
|
return function() {
|
|
1653
1653
|
this.removeAttribute(name);
|
|
@@ -1691,12 +1691,12 @@ function attr_default(name, value) {
|
|
|
1691
1691
|
return this.each((value == null ? fullname.local ? attrRemoveNS : attrRemove : typeof value === "function" ? fullname.local ? attrFunctionNS : attrFunction : fullname.local ? attrConstantNS : attrConstant)(fullname, value));
|
|
1692
1692
|
}
|
|
1693
1693
|
|
|
1694
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js
|
|
1694
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js
|
|
1695
1695
|
function window_default(node) {
|
|
1696
1696
|
return node.ownerDocument && node.ownerDocument.defaultView || node.document && node || node.defaultView;
|
|
1697
1697
|
}
|
|
1698
1698
|
|
|
1699
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js
|
|
1699
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js
|
|
1700
1700
|
function styleRemove(name) {
|
|
1701
1701
|
return function() {
|
|
1702
1702
|
this.style.removeProperty(name);
|
|
@@ -1721,7 +1721,7 @@ function styleValue(node, name) {
|
|
|
1721
1721
|
return node.style.getPropertyValue(name) || window_default(node).getComputedStyle(node, null).getPropertyValue(name);
|
|
1722
1722
|
}
|
|
1723
1723
|
|
|
1724
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js
|
|
1724
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js
|
|
1725
1725
|
function propertyRemove(name) {
|
|
1726
1726
|
return function() {
|
|
1727
1727
|
delete this[name];
|
|
@@ -1743,7 +1743,7 @@ function property_default(name, value) {
|
|
|
1743
1743
|
return arguments.length > 1 ? this.each((value == null ? propertyRemove : typeof value === "function" ? propertyFunction : propertyConstant)(name, value)) : this.node()[name];
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
1746
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js
|
|
1746
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js
|
|
1747
1747
|
function classArray(string) {
|
|
1748
1748
|
return string.trim().split(/^|\s+/);
|
|
1749
1749
|
}
|
|
@@ -1806,7 +1806,7 @@ function classed_default(name, value) {
|
|
|
1806
1806
|
return this.each((typeof value === "function" ? classedFunction : value ? classedTrue : classedFalse)(names, value));
|
|
1807
1807
|
}
|
|
1808
1808
|
|
|
1809
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js
|
|
1809
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js
|
|
1810
1810
|
function textRemove() {
|
|
1811
1811
|
this.textContent = "";
|
|
1812
1812
|
}
|
|
@@ -1825,7 +1825,7 @@ function text_default(value) {
|
|
|
1825
1825
|
return arguments.length ? this.each(value == null ? textRemove : (typeof value === "function" ? textFunction : textConstant)(value)) : this.node().textContent;
|
|
1826
1826
|
}
|
|
1827
1827
|
|
|
1828
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js
|
|
1828
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js
|
|
1829
1829
|
function htmlRemove() {
|
|
1830
1830
|
this.innerHTML = "";
|
|
1831
1831
|
}
|
|
@@ -1844,7 +1844,7 @@ function html_default(value) {
|
|
|
1844
1844
|
return arguments.length ? this.each(value == null ? htmlRemove : (typeof value === "function" ? htmlFunction : htmlConstant)(value)) : this.node().innerHTML;
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js
|
|
1847
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js
|
|
1848
1848
|
function raise() {
|
|
1849
1849
|
if (this.nextSibling) this.parentNode.appendChild(this);
|
|
1850
1850
|
}
|
|
@@ -1852,7 +1852,7 @@ function raise_default() {
|
|
|
1852
1852
|
return this.each(raise);
|
|
1853
1853
|
}
|
|
1854
1854
|
|
|
1855
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js
|
|
1855
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js
|
|
1856
1856
|
function lower() {
|
|
1857
1857
|
if (this.previousSibling) this.parentNode.insertBefore(this, this.parentNode.firstChild);
|
|
1858
1858
|
}
|
|
@@ -1860,7 +1860,7 @@ function lower_default() {
|
|
|
1860
1860
|
return this.each(lower);
|
|
1861
1861
|
}
|
|
1862
1862
|
|
|
1863
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js
|
|
1863
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js
|
|
1864
1864
|
function append_default(name) {
|
|
1865
1865
|
var create2 = typeof name === "function" ? name : creator_default(name);
|
|
1866
1866
|
return this.select(function() {
|
|
@@ -1868,7 +1868,7 @@ function append_default(name) {
|
|
|
1868
1868
|
});
|
|
1869
1869
|
}
|
|
1870
1870
|
|
|
1871
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js
|
|
1871
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js
|
|
1872
1872
|
function constantNull() {
|
|
1873
1873
|
return null;
|
|
1874
1874
|
}
|
|
@@ -1879,7 +1879,7 @@ function insert_default(name, before) {
|
|
|
1879
1879
|
});
|
|
1880
1880
|
}
|
|
1881
1881
|
|
|
1882
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js
|
|
1882
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js
|
|
1883
1883
|
function remove() {
|
|
1884
1884
|
var parent = this.parentNode;
|
|
1885
1885
|
if (parent) parent.removeChild(this);
|
|
@@ -1888,7 +1888,7 @@ function remove_default() {
|
|
|
1888
1888
|
return this.each(remove);
|
|
1889
1889
|
}
|
|
1890
1890
|
|
|
1891
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js
|
|
1891
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js
|
|
1892
1892
|
function selection_cloneShallow() {
|
|
1893
1893
|
var clone = this.cloneNode(false), parent = this.parentNode;
|
|
1894
1894
|
return parent ? parent.insertBefore(clone, this.nextSibling) : clone;
|
|
@@ -1901,12 +1901,12 @@ function clone_default(deep) {
|
|
|
1901
1901
|
return this.select(deep ? selection_cloneDeep : selection_cloneShallow);
|
|
1902
1902
|
}
|
|
1903
1903
|
|
|
1904
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js
|
|
1904
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js
|
|
1905
1905
|
function datum_default(value) {
|
|
1906
1906
|
return arguments.length ? this.property("__data__", value) : this.node().__data__;
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js
|
|
1909
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js
|
|
1910
1910
|
function contextListener(listener) {
|
|
1911
1911
|
return function(event) {
|
|
1912
1912
|
listener.call(this, event, this.__data__);
|
|
@@ -1969,7 +1969,7 @@ function on_default(typename, value, options) {
|
|
|
1969
1969
|
return this;
|
|
1970
1970
|
}
|
|
1971
1971
|
|
|
1972
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js
|
|
1972
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js
|
|
1973
1973
|
function dispatchEvent(node, type2, params) {
|
|
1974
1974
|
var window2 = window_default(node), event = window2.CustomEvent;
|
|
1975
1975
|
if (typeof event === "function") {
|
|
@@ -1995,7 +1995,7 @@ function dispatch_default2(type2, params) {
|
|
|
1995
1995
|
return this.each((typeof params === "function" ? dispatchFunction : dispatchConstant)(type2, params));
|
|
1996
1996
|
}
|
|
1997
1997
|
|
|
1998
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js
|
|
1998
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js
|
|
1999
1999
|
function* iterator_default() {
|
|
2000
2000
|
for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
|
|
2001
2001
|
for (var group = groups[j], i = 0, n = group.length, node; i < n; ++i) {
|
|
@@ -2004,7 +2004,7 @@ function* iterator_default() {
|
|
|
2004
2004
|
}
|
|
2005
2005
|
}
|
|
2006
2006
|
|
|
2007
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js
|
|
2007
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js
|
|
2008
2008
|
var root = [null];
|
|
2009
2009
|
function Selection(groups, parents) {
|
|
2010
2010
|
this._groups = groups;
|
|
@@ -2056,19 +2056,19 @@ Selection.prototype = selection.prototype = {
|
|
|
2056
2056
|
};
|
|
2057
2057
|
var selection_default = selection;
|
|
2058
2058
|
|
|
2059
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js
|
|
2059
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js
|
|
2060
2060
|
function select_default2(selector) {
|
|
2061
2061
|
return typeof selector === "string" ? new Selection([[document.querySelector(selector)]], [document.documentElement]) : new Selection([[selector]], root);
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/sourceEvent.js
|
|
2064
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/sourceEvent.js
|
|
2065
2065
|
function sourceEvent_default(event) {
|
|
2066
2066
|
let sourceEvent;
|
|
2067
2067
|
while (sourceEvent = event.sourceEvent) event = sourceEvent;
|
|
2068
2068
|
return event;
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/pointer.js
|
|
2071
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/pointer.js
|
|
2072
2072
|
function pointer_default(event, node) {
|
|
2073
2073
|
event = sourceEvent_default(event);
|
|
2074
2074
|
if (node === void 0) node = event.currentTarget;
|
|
@@ -2088,14 +2088,14 @@ function pointer_default(event, node) {
|
|
|
2088
2088
|
return [event.pageX, event.pageY];
|
|
2089
2089
|
}
|
|
2090
2090
|
|
|
2091
|
-
// node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/noevent.js
|
|
2091
|
+
// ../../node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/noevent.js
|
|
2092
2092
|
var nonpassivecapture = { capture: true, passive: false };
|
|
2093
2093
|
function noevent_default(event) {
|
|
2094
2094
|
event.preventDefault();
|
|
2095
2095
|
event.stopImmediatePropagation();
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
|
-
// node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/nodrag.js
|
|
2098
|
+
// ../../node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/nodrag.js
|
|
2099
2099
|
function nodrag_default(view) {
|
|
2100
2100
|
var root2 = view.document.documentElement, selection2 = select_default2(view).on("dragstart.drag", noevent_default, nonpassivecapture);
|
|
2101
2101
|
if ("onselectstart" in root2) {
|
|
@@ -2121,7 +2121,7 @@ function yesdrag(view, noclick) {
|
|
|
2121
2121
|
}
|
|
2122
2122
|
}
|
|
2123
2123
|
|
|
2124
|
-
// node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js
|
|
2124
|
+
// ../../node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js
|
|
2125
2125
|
function define_default(constructor, factory, prototype) {
|
|
2126
2126
|
constructor.prototype = factory.prototype = prototype;
|
|
2127
2127
|
prototype.constructor = constructor;
|
|
@@ -2132,7 +2132,7 @@ function extend(parent, definition) {
|
|
|
2132
2132
|
return prototype;
|
|
2133
2133
|
}
|
|
2134
2134
|
|
|
2135
|
-
// node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js
|
|
2135
|
+
// ../../node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js
|
|
2136
2136
|
function Color() {
|
|
2137
2137
|
}
|
|
2138
2138
|
var darker = 0.7;
|
|
@@ -2469,10 +2469,10 @@ function hsl2rgb(h, m1, m2) {
|
|
|
2469
2469
|
return (h < 60 ? m1 + (m2 - m1) * h / 60 : h < 180 ? m2 : h < 240 ? m1 + (m2 - m1) * (240 - h) / 60 : m1) * 255;
|
|
2470
2470
|
}
|
|
2471
2471
|
|
|
2472
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js
|
|
2472
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js
|
|
2473
2473
|
var constant_default2 = (x2) => () => x2;
|
|
2474
2474
|
|
|
2475
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js
|
|
2475
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js
|
|
2476
2476
|
function linear(a, d) {
|
|
2477
2477
|
return function(t) {
|
|
2478
2478
|
return a + t * d;
|
|
@@ -2493,7 +2493,7 @@ function nogamma(a, b) {
|
|
|
2493
2493
|
return d ? linear(a, d) : constant_default2(isNaN(a) ? b : a);
|
|
2494
2494
|
}
|
|
2495
2495
|
|
|
2496
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js
|
|
2496
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js
|
|
2497
2497
|
var rgb_default = function rgbGamma(y2) {
|
|
2498
2498
|
var color2 = gamma(y2);
|
|
2499
2499
|
function rgb2(start2, end) {
|
|
@@ -2510,14 +2510,14 @@ var rgb_default = function rgbGamma(y2) {
|
|
|
2510
2510
|
return rgb2;
|
|
2511
2511
|
}(1);
|
|
2512
2512
|
|
|
2513
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js
|
|
2513
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js
|
|
2514
2514
|
function number_default(a, b) {
|
|
2515
2515
|
return a = +a, b = +b, function(t) {
|
|
2516
2516
|
return a * (1 - t) + b * t;
|
|
2517
2517
|
};
|
|
2518
2518
|
}
|
|
2519
2519
|
|
|
2520
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js
|
|
2520
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js
|
|
2521
2521
|
var reA = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g;
|
|
2522
2522
|
var reB = new RegExp(reA.source, "g");
|
|
2523
2523
|
function zero(b) {
|
|
@@ -2559,7 +2559,7 @@ function string_default(a, b) {
|
|
|
2559
2559
|
});
|
|
2560
2560
|
}
|
|
2561
2561
|
|
|
2562
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js
|
|
2562
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js
|
|
2563
2563
|
var degrees = 180 / Math.PI;
|
|
2564
2564
|
var identity = {
|
|
2565
2565
|
translateX: 0,
|
|
@@ -2585,7 +2585,7 @@ function decompose_default(a, b, c, d, e, f) {
|
|
|
2585
2585
|
};
|
|
2586
2586
|
}
|
|
2587
2587
|
|
|
2588
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js
|
|
2588
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js
|
|
2589
2589
|
var svgNode;
|
|
2590
2590
|
function parseCss(value) {
|
|
2591
2591
|
const m = new (typeof DOMMatrix === "function" ? DOMMatrix : WebKitCSSMatrix)(value + "");
|
|
@@ -2600,7 +2600,7 @@ function parseSvg(value) {
|
|
|
2600
2600
|
return decompose_default(value.a, value.b, value.c, value.d, value.e, value.f);
|
|
2601
2601
|
}
|
|
2602
2602
|
|
|
2603
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js
|
|
2603
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js
|
|
2604
2604
|
function interpolateTransform(parse, pxComma, pxParen, degParen) {
|
|
2605
2605
|
function pop(s) {
|
|
2606
2606
|
return s.length ? s.pop() + " " : "";
|
|
@@ -2655,7 +2655,7 @@ function interpolateTransform(parse, pxComma, pxParen, degParen) {
|
|
|
2655
2655
|
var interpolateTransformCss = interpolateTransform(parseCss, "px, ", "px)", "deg)");
|
|
2656
2656
|
var interpolateTransformSvg = interpolateTransform(parseSvg, ", ", ")", ")");
|
|
2657
2657
|
|
|
2658
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/zoom.js
|
|
2658
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/zoom.js
|
|
2659
2659
|
var epsilon2 = 1e-12;
|
|
2660
2660
|
function cosh(x2) {
|
|
2661
2661
|
return ((x2 = Math.exp(x2)) + 1 / x2) / 2;
|
|
@@ -2700,7 +2700,7 @@ var zoom_default = function zoomRho(rho, rho2, rho4) {
|
|
|
2700
2700
|
return zoom;
|
|
2701
2701
|
}(Math.SQRT2, 2, 4);
|
|
2702
2702
|
|
|
2703
|
-
// node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js
|
|
2703
|
+
// ../../node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js
|
|
2704
2704
|
var frame = 0;
|
|
2705
2705
|
var timeout = 0;
|
|
2706
2706
|
var interval = 0;
|
|
@@ -2802,7 +2802,7 @@ function sleep(time) {
|
|
|
2802
2802
|
}
|
|
2803
2803
|
}
|
|
2804
2804
|
|
|
2805
|
-
// node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js
|
|
2805
|
+
// ../../node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js
|
|
2806
2806
|
function timeout_default(callback, delay, time) {
|
|
2807
2807
|
var t = new Timer();
|
|
2808
2808
|
delay = delay == null ? 0 : +delay;
|
|
@@ -2813,7 +2813,7 @@ function timeout_default(callback, delay, time) {
|
|
|
2813
2813
|
return t;
|
|
2814
2814
|
}
|
|
2815
2815
|
|
|
2816
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js
|
|
2816
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js
|
|
2817
2817
|
var emptyOn = dispatch_default("start", "end", "cancel", "interrupt");
|
|
2818
2818
|
var emptyTween = [];
|
|
2819
2819
|
var CREATED = 0;
|
|
@@ -2924,7 +2924,7 @@ function create(node, id2, self) {
|
|
|
2924
2924
|
}
|
|
2925
2925
|
}
|
|
2926
2926
|
|
|
2927
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js
|
|
2927
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js
|
|
2928
2928
|
function interrupt_default(node, name) {
|
|
2929
2929
|
var schedules = node.__transition, schedule, active, empty2 = true, i;
|
|
2930
2930
|
if (!schedules) return;
|
|
@@ -2943,14 +2943,14 @@ function interrupt_default(node, name) {
|
|
|
2943
2943
|
if (empty2) delete node.__transition;
|
|
2944
2944
|
}
|
|
2945
2945
|
|
|
2946
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js
|
|
2946
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js
|
|
2947
2947
|
function interrupt_default2(name) {
|
|
2948
2948
|
return this.each(function() {
|
|
2949
2949
|
interrupt_default(this, name);
|
|
2950
2950
|
});
|
|
2951
2951
|
}
|
|
2952
2952
|
|
|
2953
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js
|
|
2953
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js
|
|
2954
2954
|
function tweenRemove(id2, name) {
|
|
2955
2955
|
var tween0, tween1;
|
|
2956
2956
|
return function() {
|
|
@@ -3011,13 +3011,13 @@ function tweenValue(transition2, name, value) {
|
|
|
3011
3011
|
};
|
|
3012
3012
|
}
|
|
3013
3013
|
|
|
3014
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js
|
|
3014
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js
|
|
3015
3015
|
function interpolate_default(a, b) {
|
|
3016
3016
|
var c;
|
|
3017
3017
|
return (typeof b === "number" ? number_default : b instanceof color ? rgb_default : (c = color(b)) ? (b = c, rgb_default) : string_default)(a, b);
|
|
3018
3018
|
}
|
|
3019
3019
|
|
|
3020
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js
|
|
3020
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js
|
|
3021
3021
|
function attrRemove2(name) {
|
|
3022
3022
|
return function() {
|
|
3023
3023
|
this.removeAttribute(name);
|
|
@@ -3067,7 +3067,7 @@ function attr_default2(name, value) {
|
|
|
3067
3067
|
return this.attrTween(name, typeof value === "function" ? (fullname.local ? attrFunctionNS2 : attrFunction2)(fullname, i, tweenValue(this, "attr." + name, value)) : value == null ? (fullname.local ? attrRemoveNS2 : attrRemove2)(fullname) : (fullname.local ? attrConstantNS2 : attrConstant2)(fullname, i, value));
|
|
3068
3068
|
}
|
|
3069
3069
|
|
|
3070
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js
|
|
3070
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js
|
|
3071
3071
|
function attrInterpolate(name, i) {
|
|
3072
3072
|
return function(t) {
|
|
3073
3073
|
this.setAttribute(name, i.call(this, t));
|
|
@@ -3107,7 +3107,7 @@ function attrTween_default(name, value) {
|
|
|
3107
3107
|
return this.tween(key, (fullname.local ? attrTweenNS : attrTween)(fullname, value));
|
|
3108
3108
|
}
|
|
3109
3109
|
|
|
3110
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js
|
|
3110
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js
|
|
3111
3111
|
function delayFunction(id2, value) {
|
|
3112
3112
|
return function() {
|
|
3113
3113
|
init(this, id2).delay = +value.apply(this, arguments);
|
|
@@ -3123,7 +3123,7 @@ function delay_default(value) {
|
|
|
3123
3123
|
return arguments.length ? this.each((typeof value === "function" ? delayFunction : delayConstant)(id2, value)) : get2(this.node(), id2).delay;
|
|
3124
3124
|
}
|
|
3125
3125
|
|
|
3126
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js
|
|
3126
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js
|
|
3127
3127
|
function durationFunction(id2, value) {
|
|
3128
3128
|
return function() {
|
|
3129
3129
|
set2(this, id2).duration = +value.apply(this, arguments);
|
|
@@ -3139,7 +3139,7 @@ function duration_default(value) {
|
|
|
3139
3139
|
return arguments.length ? this.each((typeof value === "function" ? durationFunction : durationConstant)(id2, value)) : get2(this.node(), id2).duration;
|
|
3140
3140
|
}
|
|
3141
3141
|
|
|
3142
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js
|
|
3142
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js
|
|
3143
3143
|
function easeConstant(id2, value) {
|
|
3144
3144
|
if (typeof value !== "function") throw new Error();
|
|
3145
3145
|
return function() {
|
|
@@ -3151,7 +3151,7 @@ function ease_default(value) {
|
|
|
3151
3151
|
return arguments.length ? this.each(easeConstant(id2, value)) : get2(this.node(), id2).ease;
|
|
3152
3152
|
}
|
|
3153
3153
|
|
|
3154
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js
|
|
3154
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js
|
|
3155
3155
|
function easeVarying(id2, value) {
|
|
3156
3156
|
return function() {
|
|
3157
3157
|
var v = value.apply(this, arguments);
|
|
@@ -3164,7 +3164,7 @@ function easeVarying_default(value) {
|
|
|
3164
3164
|
return this.each(easeVarying(this._id, value));
|
|
3165
3165
|
}
|
|
3166
3166
|
|
|
3167
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js
|
|
3167
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js
|
|
3168
3168
|
function filter_default2(match) {
|
|
3169
3169
|
if (typeof match !== "function") match = matcher_default(match);
|
|
3170
3170
|
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
@@ -3177,7 +3177,7 @@ function filter_default2(match) {
|
|
|
3177
3177
|
return new Transition(subgroups, this._parents, this._name, this._id);
|
|
3178
3178
|
}
|
|
3179
3179
|
|
|
3180
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js
|
|
3180
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js
|
|
3181
3181
|
function merge_default2(transition2) {
|
|
3182
3182
|
if (transition2._id !== this._id) throw new Error();
|
|
3183
3183
|
for (var groups0 = this._groups, groups1 = transition2._groups, m0 = groups0.length, m1 = groups1.length, m = Math.min(m0, m1), merges = new Array(m0), j = 0; j < m; ++j) {
|
|
@@ -3193,7 +3193,7 @@ function merge_default2(transition2) {
|
|
|
3193
3193
|
return new Transition(merges, this._parents, this._name, this._id);
|
|
3194
3194
|
}
|
|
3195
3195
|
|
|
3196
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js
|
|
3196
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js
|
|
3197
3197
|
function start(name) {
|
|
3198
3198
|
return (name + "").trim().split(/^|\s+/).every(function(t) {
|
|
3199
3199
|
var i = t.indexOf(".");
|
|
@@ -3214,7 +3214,7 @@ function on_default2(name, listener) {
|
|
|
3214
3214
|
return arguments.length < 2 ? get2(this.node(), id2).on.on(name) : this.each(onFunction(id2, name, listener));
|
|
3215
3215
|
}
|
|
3216
3216
|
|
|
3217
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js
|
|
3217
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js
|
|
3218
3218
|
function removeFunction(id2) {
|
|
3219
3219
|
return function() {
|
|
3220
3220
|
var parent = this.parentNode;
|
|
@@ -3226,7 +3226,7 @@ function remove_default2() {
|
|
|
3226
3226
|
return this.on("end.remove", removeFunction(this._id));
|
|
3227
3227
|
}
|
|
3228
3228
|
|
|
3229
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js
|
|
3229
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js
|
|
3230
3230
|
function select_default3(select) {
|
|
3231
3231
|
var name = this._name, id2 = this._id;
|
|
3232
3232
|
if (typeof select !== "function") select = selector_default(select);
|
|
@@ -3242,7 +3242,7 @@ function select_default3(select) {
|
|
|
3242
3242
|
return new Transition(subgroups, this._parents, name, id2);
|
|
3243
3243
|
}
|
|
3244
3244
|
|
|
3245
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js
|
|
3245
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js
|
|
3246
3246
|
function selectAll_default2(select) {
|
|
3247
3247
|
var name = this._name, id2 = this._id;
|
|
3248
3248
|
if (typeof select !== "function") select = selectorAll_default(select);
|
|
@@ -3262,13 +3262,13 @@ function selectAll_default2(select) {
|
|
|
3262
3262
|
return new Transition(subgroups, parents, name, id2);
|
|
3263
3263
|
}
|
|
3264
3264
|
|
|
3265
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js
|
|
3265
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js
|
|
3266
3266
|
var Selection2 = selection_default.prototype.constructor;
|
|
3267
3267
|
function selection_default2() {
|
|
3268
3268
|
return new Selection2(this._groups, this._parents);
|
|
3269
3269
|
}
|
|
3270
3270
|
|
|
3271
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js
|
|
3271
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js
|
|
3272
3272
|
function styleNull(name, interpolate) {
|
|
3273
3273
|
var string00, string10, interpolate0;
|
|
3274
3274
|
return function() {
|
|
@@ -3309,7 +3309,7 @@ function style_default2(name, value, priority) {
|
|
|
3309
3309
|
return value == null ? this.styleTween(name, styleNull(name, i)).on("end.style." + name, styleRemove2(name)) : typeof value === "function" ? this.styleTween(name, styleFunction2(name, i, tweenValue(this, "style." + name, value))).each(styleMaybeRemove(this._id, name)) : this.styleTween(name, styleConstant2(name, i, value), priority).on("end.style." + name, null);
|
|
3310
3310
|
}
|
|
3311
3311
|
|
|
3312
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js
|
|
3312
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js
|
|
3313
3313
|
function styleInterpolate(name, i, priority) {
|
|
3314
3314
|
return function(t) {
|
|
3315
3315
|
this.style.setProperty(name, i.call(this, t), priority);
|
|
@@ -3333,7 +3333,7 @@ function styleTween_default(name, value, priority) {
|
|
|
3333
3333
|
return this.tween(key, styleTween(name, value, priority == null ? "" : priority));
|
|
3334
3334
|
}
|
|
3335
3335
|
|
|
3336
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js
|
|
3336
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js
|
|
3337
3337
|
function textConstant2(value) {
|
|
3338
3338
|
return function() {
|
|
3339
3339
|
this.textContent = value;
|
|
@@ -3349,7 +3349,7 @@ function text_default2(value) {
|
|
|
3349
3349
|
return this.tween("text", typeof value === "function" ? textFunction2(tweenValue(this, "text", value)) : textConstant2(value == null ? "" : value + ""));
|
|
3350
3350
|
}
|
|
3351
3351
|
|
|
3352
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js
|
|
3352
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js
|
|
3353
3353
|
function textInterpolate(i) {
|
|
3354
3354
|
return function(t) {
|
|
3355
3355
|
this.textContent = i.call(this, t);
|
|
@@ -3373,7 +3373,7 @@ function textTween_default(value) {
|
|
|
3373
3373
|
return this.tween(key, textTween(value));
|
|
3374
3374
|
}
|
|
3375
3375
|
|
|
3376
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js
|
|
3376
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js
|
|
3377
3377
|
function transition_default() {
|
|
3378
3378
|
var name = this._name, id0 = this._id, id1 = newId();
|
|
3379
3379
|
for (var groups = this._groups, m = groups.length, j = 0; j < m; ++j) {
|
|
@@ -3392,7 +3392,7 @@ function transition_default() {
|
|
|
3392
3392
|
return new Transition(groups, this._parents, name, id1);
|
|
3393
3393
|
}
|
|
3394
3394
|
|
|
3395
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js
|
|
3395
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js
|
|
3396
3396
|
function end_default() {
|
|
3397
3397
|
var on0, on1, that = this, id2 = that._id, size = that.size();
|
|
3398
3398
|
return new Promise(function(resolve, reject) {
|
|
@@ -3413,7 +3413,7 @@ function end_default() {
|
|
|
3413
3413
|
});
|
|
3414
3414
|
}
|
|
3415
3415
|
|
|
3416
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js
|
|
3416
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js
|
|
3417
3417
|
var id = 0;
|
|
3418
3418
|
function Transition(groups, parents, name, id2) {
|
|
3419
3419
|
this._groups = groups;
|
|
@@ -3458,12 +3458,12 @@ Transition.prototype = {
|
|
|
3458
3458
|
[Symbol.iterator]: selection_prototype[Symbol.iterator]
|
|
3459
3459
|
};
|
|
3460
3460
|
|
|
3461
|
-
// node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js
|
|
3461
|
+
// ../../node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js
|
|
3462
3462
|
function cubicInOut(t) {
|
|
3463
3463
|
return ((t *= 2) <= 1 ? t * t * t : (t -= 2) * t * t + 2) / 2;
|
|
3464
3464
|
}
|
|
3465
3465
|
|
|
3466
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js
|
|
3466
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js
|
|
3467
3467
|
var defaultTiming = {
|
|
3468
3468
|
time: null,
|
|
3469
3469
|
// Set on use.
|
|
@@ -3497,11 +3497,11 @@ function transition_default2(name) {
|
|
|
3497
3497
|
return new Transition(groups, this._parents, name, id2);
|
|
3498
3498
|
}
|
|
3499
3499
|
|
|
3500
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js
|
|
3500
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js
|
|
3501
3501
|
selection_default.prototype.interrupt = interrupt_default2;
|
|
3502
3502
|
selection_default.prototype.transition = transition_default2;
|
|
3503
3503
|
|
|
3504
|
-
// node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js
|
|
3504
|
+
// ../../node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js
|
|
3505
3505
|
var pi = Math.PI;
|
|
3506
3506
|
var tau = 2 * pi;
|
|
3507
3507
|
var epsilon = 1e-6;
|
|
@@ -3591,7 +3591,7 @@ var Path = class {
|
|
|
3591
3591
|
}
|
|
3592
3592
|
};
|
|
3593
3593
|
|
|
3594
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js
|
|
3594
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js
|
|
3595
3595
|
function count(node) {
|
|
3596
3596
|
var sum = 0, children2 = node.children, i = children2 && children2.length;
|
|
3597
3597
|
if (!i) sum = 1;
|
|
@@ -3602,7 +3602,7 @@ function count_default() {
|
|
|
3602
3602
|
return this.eachAfter(count);
|
|
3603
3603
|
}
|
|
3604
3604
|
|
|
3605
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js
|
|
3605
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js
|
|
3606
3606
|
function each_default2(callback, that) {
|
|
3607
3607
|
let index = -1;
|
|
3608
3608
|
for (const node of this) {
|
|
@@ -3611,7 +3611,7 @@ function each_default2(callback, that) {
|
|
|
3611
3611
|
return this;
|
|
3612
3612
|
}
|
|
3613
3613
|
|
|
3614
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js
|
|
3614
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js
|
|
3615
3615
|
function eachBefore_default(callback, that) {
|
|
3616
3616
|
var node = this, nodes = [node], children2, i, index = -1;
|
|
3617
3617
|
while (node = nodes.pop()) {
|
|
@@ -3625,7 +3625,7 @@ function eachBefore_default(callback, that) {
|
|
|
3625
3625
|
return this;
|
|
3626
3626
|
}
|
|
3627
3627
|
|
|
3628
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js
|
|
3628
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js
|
|
3629
3629
|
function eachAfter_default(callback, that) {
|
|
3630
3630
|
var node = this, nodes = [node], next = [], children2, i, n, index = -1;
|
|
3631
3631
|
while (node = nodes.pop()) {
|
|
@@ -3642,7 +3642,7 @@ function eachAfter_default(callback, that) {
|
|
|
3642
3642
|
return this;
|
|
3643
3643
|
}
|
|
3644
3644
|
|
|
3645
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js
|
|
3645
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js
|
|
3646
3646
|
function find_default(callback, that) {
|
|
3647
3647
|
let index = -1;
|
|
3648
3648
|
for (const node of this) {
|
|
@@ -3652,7 +3652,7 @@ function find_default(callback, that) {
|
|
|
3652
3652
|
}
|
|
3653
3653
|
}
|
|
3654
3654
|
|
|
3655
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js
|
|
3655
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js
|
|
3656
3656
|
function sum_default(value) {
|
|
3657
3657
|
return this.eachAfter(function(node) {
|
|
3658
3658
|
var sum = +value(node.data) || 0, children2 = node.children, i = children2 && children2.length;
|
|
@@ -3661,7 +3661,7 @@ function sum_default(value) {
|
|
|
3661
3661
|
});
|
|
3662
3662
|
}
|
|
3663
3663
|
|
|
3664
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js
|
|
3664
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js
|
|
3665
3665
|
function sort_default2(compare) {
|
|
3666
3666
|
return this.eachBefore(function(node) {
|
|
3667
3667
|
if (node.children) {
|
|
@@ -3670,7 +3670,7 @@ function sort_default2(compare) {
|
|
|
3670
3670
|
});
|
|
3671
3671
|
}
|
|
3672
3672
|
|
|
3673
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js
|
|
3673
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js
|
|
3674
3674
|
function path_default(end) {
|
|
3675
3675
|
var start2 = this, ancestor = leastCommonAncestor(start2, end), nodes = [start2];
|
|
3676
3676
|
while (start2 !== ancestor) {
|
|
@@ -3697,7 +3697,7 @@ function leastCommonAncestor(a, b) {
|
|
|
3697
3697
|
return c;
|
|
3698
3698
|
}
|
|
3699
3699
|
|
|
3700
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js
|
|
3700
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js
|
|
3701
3701
|
function ancestors_default() {
|
|
3702
3702
|
var node = this, nodes = [node];
|
|
3703
3703
|
while (node = node.parent) {
|
|
@@ -3706,12 +3706,12 @@ function ancestors_default() {
|
|
|
3706
3706
|
return nodes;
|
|
3707
3707
|
}
|
|
3708
3708
|
|
|
3709
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js
|
|
3709
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js
|
|
3710
3710
|
function descendants_default() {
|
|
3711
3711
|
return Array.from(this);
|
|
3712
3712
|
}
|
|
3713
3713
|
|
|
3714
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js
|
|
3714
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js
|
|
3715
3715
|
function leaves_default() {
|
|
3716
3716
|
var leaves = [];
|
|
3717
3717
|
this.eachBefore(function(node) {
|
|
@@ -3722,7 +3722,7 @@ function leaves_default() {
|
|
|
3722
3722
|
return leaves;
|
|
3723
3723
|
}
|
|
3724
3724
|
|
|
3725
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js
|
|
3725
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js
|
|
3726
3726
|
function links_default() {
|
|
3727
3727
|
var root2 = this, links = [];
|
|
3728
3728
|
root2.each(function(node) {
|
|
@@ -3733,7 +3733,7 @@ function links_default() {
|
|
|
3733
3733
|
return links;
|
|
3734
3734
|
}
|
|
3735
3735
|
|
|
3736
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js
|
|
3736
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js
|
|
3737
3737
|
function* iterator_default2() {
|
|
3738
3738
|
var node = this, current, next = [node], children2, i, n;
|
|
3739
3739
|
do {
|
|
@@ -3749,7 +3749,7 @@ function* iterator_default2() {
|
|
|
3749
3749
|
} while (next.length);
|
|
3750
3750
|
}
|
|
3751
3751
|
|
|
3752
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js
|
|
3752
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js
|
|
3753
3753
|
function hierarchy(data, children2) {
|
|
3754
3754
|
if (data instanceof Map) {
|
|
3755
3755
|
data = [void 0, data];
|
|
@@ -3812,7 +3812,7 @@ Node2.prototype = hierarchy.prototype = {
|
|
|
3812
3812
|
[Symbol.iterator]: iterator_default2
|
|
3813
3813
|
};
|
|
3814
3814
|
|
|
3815
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js
|
|
3815
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js
|
|
3816
3816
|
function optional(f) {
|
|
3817
3817
|
return f == null ? null : required(f);
|
|
3818
3818
|
}
|
|
@@ -3821,7 +3821,7 @@ function required(f) {
|
|
|
3821
3821
|
return f;
|
|
3822
3822
|
}
|
|
3823
3823
|
|
|
3824
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/stratify.js
|
|
3824
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/stratify.js
|
|
3825
3825
|
var preroot = { depth: -1 };
|
|
3826
3826
|
var ambiguous = {};
|
|
3827
3827
|
var imputed = {};
|
|
@@ -3926,7 +3926,7 @@ function slash(path2, i) {
|
|
|
3926
3926
|
return false;
|
|
3927
3927
|
}
|
|
3928
3928
|
|
|
3929
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/tree.js
|
|
3929
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/tree.js
|
|
3930
3930
|
function defaultSeparation(a, b) {
|
|
3931
3931
|
return a.parent === b.parent ? 1 : 2;
|
|
3932
3932
|
}
|
|
@@ -4074,14 +4074,14 @@ function tree_default() {
|
|
|
4074
4074
|
return tree;
|
|
4075
4075
|
}
|
|
4076
4076
|
|
|
4077
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js
|
|
4077
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js
|
|
4078
4078
|
function constant_default4(x2) {
|
|
4079
4079
|
return function constant() {
|
|
4080
4080
|
return x2;
|
|
4081
4081
|
};
|
|
4082
4082
|
}
|
|
4083
4083
|
|
|
4084
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js
|
|
4084
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js
|
|
4085
4085
|
function withPath(shape) {
|
|
4086
4086
|
let digits = 3;
|
|
4087
4087
|
shape.digits = function(_) {
|
|
@@ -4098,10 +4098,10 @@ function withPath(shape) {
|
|
|
4098
4098
|
return () => new Path(digits);
|
|
4099
4099
|
}
|
|
4100
4100
|
|
|
4101
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js
|
|
4101
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js
|
|
4102
4102
|
var slice = Array.prototype.slice;
|
|
4103
4103
|
|
|
4104
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js
|
|
4104
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js
|
|
4105
4105
|
function x(p) {
|
|
4106
4106
|
return p[0];
|
|
4107
4107
|
}
|
|
@@ -4109,7 +4109,7 @@ function y(p) {
|
|
|
4109
4109
|
return p[1];
|
|
4110
4110
|
}
|
|
4111
4111
|
|
|
4112
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js
|
|
4112
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js
|
|
4113
4113
|
var Bump = class {
|
|
4114
4114
|
constructor(context, x2) {
|
|
4115
4115
|
this._context = context;
|
|
@@ -4153,7 +4153,7 @@ function bumpY(context) {
|
|
|
4153
4153
|
return new Bump(context, false);
|
|
4154
4154
|
}
|
|
4155
4155
|
|
|
4156
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/link.js
|
|
4156
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/link.js
|
|
4157
4157
|
function linkSource(d) {
|
|
4158
4158
|
return d.source;
|
|
4159
4159
|
}
|
|
@@ -4195,10 +4195,10 @@ function linkVertical() {
|
|
|
4195
4195
|
return link(bumpY);
|
|
4196
4196
|
}
|
|
4197
4197
|
|
|
4198
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/constant.js
|
|
4198
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/constant.js
|
|
4199
4199
|
var constant_default5 = (x2) => () => x2;
|
|
4200
4200
|
|
|
4201
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/event.js
|
|
4201
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/event.js
|
|
4202
4202
|
function ZoomEvent(type2, {
|
|
4203
4203
|
sourceEvent,
|
|
4204
4204
|
target,
|
|
@@ -4214,7 +4214,7 @@ function ZoomEvent(type2, {
|
|
|
4214
4214
|
});
|
|
4215
4215
|
}
|
|
4216
4216
|
|
|
4217
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js
|
|
4217
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js
|
|
4218
4218
|
function Transform(k, x2, y2) {
|
|
4219
4219
|
this.k = k;
|
|
4220
4220
|
this.x = x2;
|
|
@@ -4259,7 +4259,7 @@ Transform.prototype = {
|
|
|
4259
4259
|
var identity2 = new Transform(1, 0, 0);
|
|
4260
4260
|
Transform.prototype;
|
|
4261
4261
|
|
|
4262
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/noevent.js
|
|
4262
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/noevent.js
|
|
4263
4263
|
function nopropagation2(event) {
|
|
4264
4264
|
event.stopImmediatePropagation();
|
|
4265
4265
|
}
|
|
@@ -4268,7 +4268,7 @@ function noevent_default3(event) {
|
|
|
4268
4268
|
event.stopImmediatePropagation();
|
|
4269
4269
|
}
|
|
4270
4270
|
|
|
4271
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/zoom.js
|
|
4271
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/zoom.js
|
|
4272
4272
|
function defaultFilter(event) {
|
|
4273
4273
|
return (!event.ctrlKey || event.type === "wheel") && !event.button;
|
|
4274
4274
|
}
|
|
@@ -4818,9 +4818,9 @@ React17__default.default.memo(
|
|
|
4818
4818
|
const links2 = [];
|
|
4819
4819
|
const nodeMap = /* @__PURE__ */ new Map();
|
|
4820
4820
|
let nodeCounter = 0;
|
|
4821
|
-
const baseId =
|
|
4821
|
+
const baseId = chunkDUWBSZCN_cjs.getFiberId(fiber).toString();
|
|
4822
4822
|
const rootId = `${baseId}-${nodeCounter++}`;
|
|
4823
|
-
const rootName = typeof fiber.type === "string" ? fiber.type : fiber.type === null && fiber.tag ===
|
|
4823
|
+
const rootName = typeof fiber.type === "string" ? fiber.type : fiber.type === null && fiber.tag === chunkDUWBSZCN_cjs.HostRootTag ? "#root" : fiber.type === null && fiber.tag === chunkDUWBSZCN_cjs.HostTextTag ? "#text" : chunkDUWBSZCN_cjs.getDisplayName(fiber.type) || fiber.type?.name || fiber.type?.displayName || "Component";
|
|
4824
4824
|
const rootNode = {
|
|
4825
4825
|
id: rootId,
|
|
4826
4826
|
name: rootName,
|
|
@@ -4841,7 +4841,7 @@ React17__default.default.memo(
|
|
|
4841
4841
|
const current = stack2.pop();
|
|
4842
4842
|
if (!current) continue;
|
|
4843
4843
|
const { fiber: currentFiber, parentId, depth } = current;
|
|
4844
|
-
if (currentFiber.tag ===
|
|
4844
|
+
if (currentFiber.tag === chunkDUWBSZCN_cjs.FragmentTag) {
|
|
4845
4845
|
if (currentFiber.child) {
|
|
4846
4846
|
stack2.push({
|
|
4847
4847
|
fiber: currentFiber.child,
|
|
@@ -4852,13 +4852,13 @@ React17__default.default.memo(
|
|
|
4852
4852
|
if (currentFiber.sibling && currentFiber.return === currentFiber.sibling.return) {
|
|
4853
4853
|
stack2.push({
|
|
4854
4854
|
fiber: currentFiber.sibling,
|
|
4855
|
-
parentId: currentFiber.return ? nodeMap.get(
|
|
4855
|
+
parentId: currentFiber.return ? nodeMap.get(chunkDUWBSZCN_cjs.getFiberId(currentFiber.return).toString())?.id || parentId : parentId,
|
|
4856
4856
|
depth
|
|
4857
4857
|
});
|
|
4858
4858
|
}
|
|
4859
4859
|
continue;
|
|
4860
4860
|
}
|
|
4861
|
-
if (currentFiber.type === null &&
|
|
4861
|
+
if (currentFiber.type === null && chunkDUWBSZCN_cjs.isHostFiber(currentFiber)) {
|
|
4862
4862
|
if (currentFiber.child) {
|
|
4863
4863
|
stack2.push({
|
|
4864
4864
|
fiber: currentFiber.child,
|
|
@@ -4869,27 +4869,27 @@ React17__default.default.memo(
|
|
|
4869
4869
|
if (currentFiber.sibling && currentFiber.return === currentFiber.sibling.return) {
|
|
4870
4870
|
stack2.push({
|
|
4871
4871
|
fiber: currentFiber.sibling,
|
|
4872
|
-
parentId: currentFiber.return ? nodeMap.get(
|
|
4872
|
+
parentId: currentFiber.return ? nodeMap.get(chunkDUWBSZCN_cjs.getFiberId(currentFiber.return).toString())?.id || parentId : parentId,
|
|
4873
4873
|
depth
|
|
4874
4874
|
});
|
|
4875
4875
|
}
|
|
4876
4876
|
continue;
|
|
4877
4877
|
}
|
|
4878
|
-
const childId = `${
|
|
4878
|
+
const childId = `${chunkDUWBSZCN_cjs.getFiberId(currentFiber)}-${nodeCounter++}`;
|
|
4879
4879
|
let name = "unknown";
|
|
4880
4880
|
if (typeof currentFiber.type === "string") {
|
|
4881
4881
|
name = currentFiber.type;
|
|
4882
|
-
} else if (currentFiber.type === null && currentFiber.tag ===
|
|
4882
|
+
} else if (currentFiber.type === null && currentFiber.tag === chunkDUWBSZCN_cjs.HostTextTag) {
|
|
4883
4883
|
const text = currentFiber.stateNode?.nodeValue?.trim() || "";
|
|
4884
4884
|
if (text) {
|
|
4885
4885
|
name = text.length > 20 ? `"${text.slice(0, 20)}..."` : `"${text}"`;
|
|
4886
4886
|
} else {
|
|
4887
4887
|
name = "#text";
|
|
4888
4888
|
}
|
|
4889
|
-
} else if (currentFiber.type === null && currentFiber.tag ===
|
|
4889
|
+
} else if (currentFiber.type === null && currentFiber.tag === chunkDUWBSZCN_cjs.HostRootTag) {
|
|
4890
4890
|
name = "#root";
|
|
4891
4891
|
} else {
|
|
4892
|
-
name =
|
|
4892
|
+
name = chunkDUWBSZCN_cjs.getDisplayName(currentFiber.type) || currentFiber.type?.name || currentFiber.type?.displayName || "Component";
|
|
4893
4893
|
}
|
|
4894
4894
|
const node = {
|
|
4895
4895
|
id: childId,
|
|
@@ -4913,7 +4913,7 @@ React17__default.default.memo(
|
|
|
4913
4913
|
if (currentFiber.sibling && currentFiber.return === currentFiber.sibling.return) {
|
|
4914
4914
|
stack2.push({
|
|
4915
4915
|
fiber: currentFiber.sibling,
|
|
4916
|
-
parentId: currentFiber.return ? nodeMap.get(
|
|
4916
|
+
parentId: currentFiber.return ? nodeMap.get(chunkDUWBSZCN_cjs.getFiberId(currentFiber.return).toString())?.id || parentId : parentId,
|
|
4917
4917
|
depth
|
|
4918
4918
|
});
|
|
4919
4919
|
}
|
|
@@ -4986,7 +4986,7 @@ React17__default.default.memo(
|
|
|
4986
4986
|
nodeElements.exit().remove();
|
|
4987
4987
|
const nodeEnter = nodeElements.enter().append("g").attr("transform", (d) => `translate(${d.x},${d.y})`).style("cursor", "pointer").on("click", (event, d) => {
|
|
4988
4988
|
event.stopPropagation();
|
|
4989
|
-
const element =
|
|
4989
|
+
const element = chunkDUWBSZCN_cjs.getNearestHostFiber(d.data.fiber)?.stateNode;
|
|
4990
4990
|
if (element instanceof HTMLElement) {
|
|
4991
4991
|
element.scrollIntoView({ behavior: "smooth", block: "center" });
|
|
4992
4992
|
const originalOutline = element.style.outline;
|
|
@@ -5009,9 +5009,9 @@ React17__default.default.memo(
|
|
|
5009
5009
|
const isPreview = !isDialogMode;
|
|
5010
5010
|
const scale = isRoot ? isPreview ? 2 : 1.75 : 1;
|
|
5011
5011
|
const isRendered = renderedFibersRef.current.has(
|
|
5012
|
-
|
|
5012
|
+
chunkDUWBSZCN_cjs.getFiberId(d.data.fiber).toString()
|
|
5013
5013
|
);
|
|
5014
|
-
const rect = g.selectAll("rect").data([d]).join("rect").attr("x", -75 * scale).attr("y", -30 * scale).attr("width", 150 * scale).attr("height", 60 * scale).attr("rx", 6 * scale).attr("fill",
|
|
5014
|
+
const rect = g.selectAll("rect").data([d]).join("rect").attr("x", -75 * scale).attr("y", -30 * scale).attr("width", 150 * scale).attr("height", 60 * scale).attr("rx", 6 * scale).attr("fill", chunkDUWBSZCN_cjs.isCompositeFiber(d.data.fiber) ? "#FFF" : "#232323").attr("stroke", isRendered ? "#FFC799" : "#505050").attr("stroke-width", isRoot ? "3" : "2");
|
|
5015
5015
|
rect.on("mouseover", function() {
|
|
5016
5016
|
select_default2(this).attr("stroke", "#808080").attr("stroke-width", isRoot ? "4" : "3");
|
|
5017
5017
|
}).on("mouseout", function() {
|
|
@@ -5019,11 +5019,11 @@ React17__default.default.memo(
|
|
|
5019
5019
|
});
|
|
5020
5020
|
const renderCount = renderCounts.get(d.data.fiber) || 0;
|
|
5021
5021
|
const renderText = renderCount > 0 ? ` \xD7${renderCount}` : "";
|
|
5022
|
-
g.selectAll("text.name").data([d]).join("text").attr("class", "name").attr("text-anchor", "middle").attr("dy", `${-0.6 * scale}em`).attr("fill",
|
|
5022
|
+
g.selectAll("text.name").data([d]).join("text").attr("class", "name").attr("text-anchor", "middle").attr("dy", `${-0.6 * scale}em`).attr("fill", chunkDUWBSZCN_cjs.isCompositeFiber(d.data.fiber) ? "#000" : "#FFF").attr("font-weight", "500").attr(
|
|
5023
5023
|
"font-size",
|
|
5024
5024
|
isRoot ? isPreview ? "1.75em" : "1.5em" : "1em"
|
|
5025
5025
|
).text(d.data.name + renderText);
|
|
5026
|
-
g.selectAll("text.props").data([d]).join("text").attr("class", "props").attr("text-anchor", "middle").attr("dy", `${0.9 * scale}em`).attr("fill",
|
|
5026
|
+
g.selectAll("text.props").data([d]).join("text").attr("class", "props").attr("text-anchor", "middle").attr("dy", `${0.9 * scale}em`).attr("fill", chunkDUWBSZCN_cjs.isCompositeFiber(d.data.fiber) ? "#666" : "#999").attr(
|
|
5027
5027
|
"font-size",
|
|
5028
5028
|
isRoot ? isPreview ? "1.25em" : "1.1em" : "0.75em"
|
|
5029
5029
|
).text(() => {
|
|
@@ -5088,13 +5088,13 @@ React17__default.default.memo(
|
|
|
5088
5088
|
}
|
|
5089
5089
|
}, [nodes.length, handleFit]);
|
|
5090
5090
|
React17.useEffect(() => {
|
|
5091
|
-
|
|
5091
|
+
chunkDUWBSZCN_cjs.onCommitFiberRoot((root2) => {
|
|
5092
5092
|
if (flashTimeoutRef.current) {
|
|
5093
5093
|
clearTimeout(flashTimeoutRef.current);
|
|
5094
5094
|
}
|
|
5095
5095
|
renderedFibersRef.current = /* @__PURE__ */ new Set();
|
|
5096
|
-
|
|
5097
|
-
const fiberId =
|
|
5096
|
+
chunkDUWBSZCN_cjs.traverseRenderedFibers(root2, (renderedFiber) => {
|
|
5097
|
+
const fiberId = chunkDUWBSZCN_cjs.getFiberId(renderedFiber).toString();
|
|
5098
5098
|
renderedFibersRef.current.add(fiberId);
|
|
5099
5099
|
const states = fiberStates.get(fiberId) || [];
|
|
5100
5100
|
states.push({
|
|
@@ -5112,7 +5112,7 @@ React17__default.default.memo(
|
|
|
5112
5112
|
const nodeElements = select_default2(nodesGroupRef.current).selectAll("g");
|
|
5113
5113
|
nodeElements.each(function(d) {
|
|
5114
5114
|
const isRendered = renderedFibersRef.current.has(
|
|
5115
|
-
|
|
5115
|
+
chunkDUWBSZCN_cjs.getFiberId(d.data.fiber).toString()
|
|
5116
5116
|
);
|
|
5117
5117
|
if (isRendered) {
|
|
5118
5118
|
const rect = select_default2(this).select("rect");
|
|
@@ -5136,10 +5136,10 @@ React17__default.default.memo(
|
|
|
5136
5136
|
const handleTimelineChange = React17.useCallback(
|
|
5137
5137
|
(index) => {
|
|
5138
5138
|
setTimelineIndex(index);
|
|
5139
|
-
const fiberId =
|
|
5139
|
+
const fiberId = chunkDUWBSZCN_cjs.getFiberId(fiber).toString();
|
|
5140
5140
|
const states = fiberStates.get(fiberId);
|
|
5141
5141
|
if (states?.[index]) {
|
|
5142
|
-
const rdtHook =
|
|
5142
|
+
const rdtHook = chunkDUWBSZCN_cjs.getRDTHook();
|
|
5143
5143
|
if (rdtHook?.renderers.size > 0) {
|
|
5144
5144
|
const renderer = Array.from(rdtHook.renderers.values())?.[0];
|
|
5145
5145
|
const overrideProps = renderer?.currentDispatcherRef?.current?.overrideProps;
|
|
@@ -5162,14 +5162,14 @@ React17__default.default.memo(
|
|
|
5162
5162
|
setIsPlaying((prev) => !prev);
|
|
5163
5163
|
}, []);
|
|
5164
5164
|
const handleStepForward = React17.useCallback(() => {
|
|
5165
|
-
const states = fiberStates.get(
|
|
5165
|
+
const states = fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString());
|
|
5166
5166
|
if (states) {
|
|
5167
5167
|
const nextIndex = Math.min(timelineIndex + 1, states.length - 1);
|
|
5168
5168
|
handleTimelineChange(nextIndex);
|
|
5169
5169
|
}
|
|
5170
5170
|
}, [fiber, timelineIndex, handleTimelineChange]);
|
|
5171
5171
|
const handleStepBack = React17.useCallback(() => {
|
|
5172
|
-
const states = fiberStates.get(
|
|
5172
|
+
const states = fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString());
|
|
5173
5173
|
if (states) {
|
|
5174
5174
|
const prevIndex = Math.max(timelineIndex - 1, 0);
|
|
5175
5175
|
handleTimelineChange(prevIndex);
|
|
@@ -5178,7 +5178,7 @@ React17__default.default.memo(
|
|
|
5178
5178
|
React17.useEffect(() => {
|
|
5179
5179
|
if (isPlaying) {
|
|
5180
5180
|
playIntervalRef.current = setInterval(() => {
|
|
5181
|
-
const states = fiberStates.get(
|
|
5181
|
+
const states = fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString());
|
|
5182
5182
|
if (states) {
|
|
5183
5183
|
const nextIndex = timelineIndex + 1;
|
|
5184
5184
|
if (nextIndex >= states.length) {
|
|
@@ -5399,7 +5399,7 @@ React17__default.default.memo(
|
|
|
5399
5399
|
display: "flex",
|
|
5400
5400
|
flexDirection: "column",
|
|
5401
5401
|
gap: "0.5ch",
|
|
5402
|
-
opacity: fiberStates.get(
|
|
5402
|
+
opacity: fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length ? 1 : 0.5
|
|
5403
5403
|
}
|
|
5404
5404
|
},
|
|
5405
5405
|
/* @__PURE__ */ React17__default.default.createElement(
|
|
@@ -5412,13 +5412,13 @@ React17__default.default.memo(
|
|
|
5412
5412
|
{
|
|
5413
5413
|
type: "button",
|
|
5414
5414
|
onClick: handleStepBack,
|
|
5415
|
-
disabled: !fiberStates.get(
|
|
5415
|
+
disabled: !fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length,
|
|
5416
5416
|
style: {
|
|
5417
5417
|
background: "transparent",
|
|
5418
5418
|
border: "1px solid #282828",
|
|
5419
5419
|
color: "#FFF",
|
|
5420
5420
|
borderRadius: "0.25rem",
|
|
5421
|
-
cursor: fiberStates.get(
|
|
5421
|
+
cursor: fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length ? "pointer" : "not-allowed",
|
|
5422
5422
|
padding: "0.25ch 0.5ch"
|
|
5423
5423
|
}
|
|
5424
5424
|
},
|
|
@@ -5429,13 +5429,13 @@ React17__default.default.memo(
|
|
|
5429
5429
|
{
|
|
5430
5430
|
type: "button",
|
|
5431
5431
|
onClick: handlePlayPause,
|
|
5432
|
-
disabled: !fiberStates.get(
|
|
5432
|
+
disabled: !fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length,
|
|
5433
5433
|
style: {
|
|
5434
5434
|
background: "transparent",
|
|
5435
5435
|
border: "1px solid #282828",
|
|
5436
5436
|
color: "#FFF",
|
|
5437
5437
|
borderRadius: "0.25rem",
|
|
5438
|
-
cursor: fiberStates.get(
|
|
5438
|
+
cursor: fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length ? "pointer" : "not-allowed",
|
|
5439
5439
|
padding: "0.25ch 0.5ch"
|
|
5440
5440
|
}
|
|
5441
5441
|
},
|
|
@@ -5446,22 +5446,22 @@ React17__default.default.memo(
|
|
|
5446
5446
|
{
|
|
5447
5447
|
type: "button",
|
|
5448
5448
|
onClick: handleStepForward,
|
|
5449
|
-
disabled: !fiberStates.get(
|
|
5449
|
+
disabled: !fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length,
|
|
5450
5450
|
style: {
|
|
5451
5451
|
background: "transparent",
|
|
5452
5452
|
border: "1px solid #282828",
|
|
5453
5453
|
color: "#FFF",
|
|
5454
5454
|
borderRadius: "0.25rem",
|
|
5455
|
-
cursor: fiberStates.get(
|
|
5455
|
+
cursor: fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length ? "pointer" : "not-allowed",
|
|
5456
5456
|
padding: "0.25ch 0.5ch"
|
|
5457
5457
|
}
|
|
5458
5458
|
},
|
|
5459
5459
|
"\u23ED"
|
|
5460
5460
|
),
|
|
5461
|
-
/* @__PURE__ */ React17__default.default.createElement("span", { style: { color: "#A0A0A0", fontSize: "0.75rem" } }, timelineIndex >= 0 && fiberStates.get(
|
|
5462
|
-
fiberStates.get(
|
|
5461
|
+
/* @__PURE__ */ React17__default.default.createElement("span", { style: { color: "#A0A0A0", fontSize: "0.75rem" } }, timelineIndex >= 0 && fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.[timelineIndex]?.timestamp ? new Date(
|
|
5462
|
+
fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.[timelineIndex]?.timestamp ?? 0
|
|
5463
5463
|
).toLocaleTimeString() : "--:--:--"),
|
|
5464
|
-
!fiberStates.get(
|
|
5464
|
+
!fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length && /* @__PURE__ */ React17__default.default.createElement(
|
|
5465
5465
|
"span",
|
|
5466
5466
|
{
|
|
5467
5467
|
style: {
|
|
@@ -5484,7 +5484,7 @@ React17__default.default.memo(
|
|
|
5484
5484
|
position: "relative"
|
|
5485
5485
|
}
|
|
5486
5486
|
},
|
|
5487
|
-
(fiberStates.get(
|
|
5487
|
+
(fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString()) ?? []).map(
|
|
5488
5488
|
(state, i) => {
|
|
5489
5489
|
const isActive = i === timelineIndex;
|
|
5490
5490
|
return /* @__PURE__ */ React17__default.default.createElement(
|
|
@@ -5527,7 +5527,7 @@ React17__default.default.memo(
|
|
|
5527
5527
|
tooltip2.style.zIndex = "1000";
|
|
5528
5528
|
const changes = [];
|
|
5529
5529
|
const states = fiberStates.get(
|
|
5530
|
-
|
|
5530
|
+
chunkDUWBSZCN_cjs.getFiberId(fiber).toString()
|
|
5531
5531
|
);
|
|
5532
5532
|
const prevState = i > 0 && states ? states[i - 1] : null;
|
|
5533
5533
|
if (prevState) {
|
|
@@ -5559,7 +5559,7 @@ React17__default.default.memo(
|
|
|
5559
5559
|
);
|
|
5560
5560
|
}
|
|
5561
5561
|
),
|
|
5562
|
-
!fiberStates.get(
|
|
5562
|
+
!fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length && /* @__PURE__ */ React17__default.default.createElement(
|
|
5563
5563
|
"div",
|
|
5564
5564
|
{
|
|
5565
5565
|
style: {
|
|
@@ -5577,14 +5577,14 @@ React17__default.default.memo(
|
|
|
5577
5577
|
{
|
|
5578
5578
|
type: "range",
|
|
5579
5579
|
min: 0,
|
|
5580
|
-
max: (fiberStates.get(
|
|
5580
|
+
max: (fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length ?? 1) - 1,
|
|
5581
5581
|
value: timelineIndex,
|
|
5582
5582
|
onChange: (e) => handleTimelineChange(Number(e.target.value)),
|
|
5583
|
-
disabled: !fiberStates.get(
|
|
5583
|
+
disabled: !fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length,
|
|
5584
5584
|
style: {
|
|
5585
5585
|
width: "100%",
|
|
5586
5586
|
accentColor: "#FFC799",
|
|
5587
|
-
opacity: fiberStates.get(
|
|
5587
|
+
opacity: fiberStates.get(chunkDUWBSZCN_cjs.getFiberId(fiber).toString())?.length ? 1 : 0.5
|
|
5588
5588
|
}
|
|
5589
5589
|
}
|
|
5590
5590
|
)
|
|
@@ -5607,7 +5607,7 @@ var Inspector2 = React17__default.default.memo(
|
|
|
5607
5607
|
const [fiberHistory, setFiberHistory] = React17.useState([]);
|
|
5608
5608
|
const getFiberForDisplay = React17.useCallback(() => {
|
|
5609
5609
|
if (selectedFiber) return selectedFiber;
|
|
5610
|
-
const fiber2 =
|
|
5610
|
+
const fiber2 = chunkDUWBSZCN_cjs.getFiberFromHostInstance(element);
|
|
5611
5611
|
return fiber2;
|
|
5612
5612
|
}, [selectedFiber, element]);
|
|
5613
5613
|
const handlePropertyHover = (_e, propName) => {
|
|
@@ -5654,15 +5654,15 @@ var Inspector2 = React17__default.default.memo(
|
|
|
5654
5654
|
React17.useEffect(() => {
|
|
5655
5655
|
const handleMouseMove = (event) => {
|
|
5656
5656
|
if (isDialogMode) return;
|
|
5657
|
-
const isActive2 =
|
|
5657
|
+
const isActive2 = chunkDUWBSZCN_cjs.isInstrumentationActive() || chunkDUWBSZCN_cjs.hasRDTHook();
|
|
5658
5658
|
if (!isActive2) {
|
|
5659
5659
|
setIsActive(false);
|
|
5660
5660
|
return;
|
|
5661
5661
|
}
|
|
5662
5662
|
if (!dangerouslyRunInProduction) {
|
|
5663
|
-
const rdtHook =
|
|
5663
|
+
const rdtHook = chunkDUWBSZCN_cjs.getRDTHook();
|
|
5664
5664
|
for (const renderer of rdtHook.renderers.values()) {
|
|
5665
|
-
const buildType =
|
|
5665
|
+
const buildType = chunkDUWBSZCN_cjs.detectReactBuildType(renderer);
|
|
5666
5666
|
if (buildType === "production") {
|
|
5667
5667
|
setIsActive(false);
|
|
5668
5668
|
return;
|
|
@@ -5723,7 +5723,7 @@ var Inspector2 = React17__default.default.memo(
|
|
|
5723
5723
|
}, [rect]);
|
|
5724
5724
|
React17.useEffect(() => {
|
|
5725
5725
|
if (selectedFiber) {
|
|
5726
|
-
const element2 =
|
|
5726
|
+
const element2 = chunkDUWBSZCN_cjs.getNearestHostFiber(selectedFiber)?.stateNode;
|
|
5727
5727
|
if (element2) {
|
|
5728
5728
|
setElement(element2);
|
|
5729
5729
|
setRect(element2.getBoundingClientRect());
|
|
@@ -5741,7 +5741,7 @@ var Inspector2 = React17__default.default.memo(
|
|
|
5741
5741
|
const fiber = getFiberForDisplay();
|
|
5742
5742
|
if (!fiber) return null;
|
|
5743
5743
|
let foundInspect = false;
|
|
5744
|
-
|
|
5744
|
+
chunkDUWBSZCN_cjs.traverseFiber(
|
|
5745
5745
|
fiber,
|
|
5746
5746
|
(innerFiber) => {
|
|
5747
5747
|
if (innerFiber.type === Inspector2) {
|
|
@@ -5776,7 +5776,7 @@ var Inspector2 = React17__default.default.memo(
|
|
|
5776
5776
|
backgroundColor: "rgba(0, 0, 0, 0.7)",
|
|
5777
5777
|
zIndex: 999
|
|
5778
5778
|
} : {};
|
|
5779
|
-
const fiberStack = fiber ?
|
|
5779
|
+
const fiberStack = fiber ? chunkDUWBSZCN_cjs.getFiberStack(fiber) : [];
|
|
5780
5780
|
return /* @__PURE__ */ React17__default.default.createElement(React17__default.default.Fragment, null, isDialogMode && /* @__PURE__ */ React17__default.default.createElement(
|
|
5781
5781
|
"div",
|
|
5782
5782
|
{
|
|
@@ -5837,7 +5837,7 @@ var Inspector2 = React17__default.default.memo(
|
|
|
5837
5837
|
margin: 0
|
|
5838
5838
|
}
|
|
5839
5839
|
},
|
|
5840
|
-
`<${typeof fiber.type === "string" ? fiber.type :
|
|
5840
|
+
`<${typeof fiber.type === "string" ? fiber.type : chunkDUWBSZCN_cjs.getDisplayName(fiber.type) || "unknown"}>`,
|
|
5841
5841
|
!isDialogMode && /* @__PURE__ */ React17__default.default.createElement(
|
|
5842
5842
|
"span",
|
|
5843
5843
|
{
|
|
@@ -5866,9 +5866,9 @@ var Inspector2 = React17__default.default.memo(
|
|
|
5866
5866
|
}
|
|
5867
5867
|
},
|
|
5868
5868
|
fiberStack.reverse().map((f, i, arr) => {
|
|
5869
|
-
const name = typeof f.type === "string" ? f.type :
|
|
5869
|
+
const name = typeof f.type === "string" ? f.type : chunkDUWBSZCN_cjs.getDisplayName(f.type) || "unknown";
|
|
5870
5870
|
if (!name) return null;
|
|
5871
|
-
return /* @__PURE__ */ React17__default.default.createElement(React17__default.default.Fragment, { key:
|
|
5871
|
+
return /* @__PURE__ */ React17__default.default.createElement(React17__default.default.Fragment, { key: chunkDUWBSZCN_cjs.getFiberId(f) }, /* @__PURE__ */ React17__default.default.createElement(
|
|
5872
5872
|
BreadcrumbButton,
|
|
5873
5873
|
{
|
|
5874
5874
|
name,
|
|
@@ -5877,7 +5877,7 @@ var Inspector2 = React17__default.default.memo(
|
|
|
5877
5877
|
setFiberHistory((prev) => [...prev, selectedFiber]);
|
|
5878
5878
|
}
|
|
5879
5879
|
setSelectedFiber(f);
|
|
5880
|
-
const element2 =
|
|
5880
|
+
const element2 = chunkDUWBSZCN_cjs.getNearestHostFiber(f)?.stateNode;
|
|
5881
5881
|
if (element2) {
|
|
5882
5882
|
setElement(element2);
|
|
5883
5883
|
setRect(element2.getBoundingClientRect());
|
|
@@ -5889,7 +5889,7 @@ var Inspector2 = React17__default.default.memo(
|
|
|
5889
5889
|
setFiberHistory((prev) => [...prev, selectedFiber]);
|
|
5890
5890
|
}
|
|
5891
5891
|
setSelectedFiber(f);
|
|
5892
|
-
const element2 =
|
|
5892
|
+
const element2 = chunkDUWBSZCN_cjs.getNearestHostFiber(f)?.stateNode;
|
|
5893
5893
|
if (element2) {
|
|
5894
5894
|
setElement(element2);
|
|
5895
5895
|
setRect(element2.getBoundingClientRect());
|