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.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import './chunk-
|
|
2
|
-
import { getFiberId, HostRootTag, HostTextTag, getDisplayName, FragmentTag, isHostFiber, getNearestHostFiber, onCommitFiberRoot, traverseRenderedFibers, getRDTHook, getFiberFromHostInstance, traverseFiber, getFiberStack, isCompositeFiber, isInstrumentationActive, hasRDTHook, detectReactBuildType } from './chunk-
|
|
1
|
+
import './chunk-ONC6264D.js';
|
|
2
|
+
import { getFiberId, HostRootTag, HostTextTag, getDisplayName, FragmentTag, isHostFiber, getNearestHostFiber, onCommitFiberRoot, traverseRenderedFibers, getRDTHook, getFiberFromHostInstance, traverseFiber, getFiberStack, isCompositeFiber, isInstrumentationActive, hasRDTHook, detectReactBuildType } from './chunk-HAT4WUYT.js';
|
|
3
3
|
import React17, { createContext, memo, Children, useContext, useCallback, useState, useLayoutEffect, useRef, useMemo, useEffect } from 'react';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -1195,7 +1195,7 @@ var Inspector = ({ table = false, data, ...rest }) => {
|
|
|
1195
1195
|
});
|
|
1196
1196
|
};
|
|
1197
1197
|
|
|
1198
|
-
// node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js
|
|
1198
|
+
// ../../node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js
|
|
1199
1199
|
var noop = { value: () => {
|
|
1200
1200
|
} };
|
|
1201
1201
|
function dispatch() {
|
|
@@ -1265,7 +1265,7 @@ function set(type2, name, callback) {
|
|
|
1265
1265
|
}
|
|
1266
1266
|
var dispatch_default = dispatch;
|
|
1267
1267
|
|
|
1268
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js
|
|
1268
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js
|
|
1269
1269
|
var xhtml = "http://www.w3.org/1999/xhtml";
|
|
1270
1270
|
var namespaces_default = {
|
|
1271
1271
|
svg: "http://www.w3.org/2000/svg",
|
|
@@ -1275,14 +1275,14 @@ var namespaces_default = {
|
|
|
1275
1275
|
xmlns: "http://www.w3.org/2000/xmlns/"
|
|
1276
1276
|
};
|
|
1277
1277
|
|
|
1278
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js
|
|
1278
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js
|
|
1279
1279
|
function namespace_default(name) {
|
|
1280
1280
|
var prefix = name += "", i = prefix.indexOf(":");
|
|
1281
1281
|
if (i >= 0 && (prefix = name.slice(0, i)) !== "xmlns") name = name.slice(i + 1);
|
|
1282
1282
|
return namespaces_default.hasOwnProperty(prefix) ? { space: namespaces_default[prefix], local: name } : name;
|
|
1283
1283
|
}
|
|
1284
1284
|
|
|
1285
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js
|
|
1285
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js
|
|
1286
1286
|
function creatorInherit(name) {
|
|
1287
1287
|
return function() {
|
|
1288
1288
|
var document2 = this.ownerDocument, uri = this.namespaceURI;
|
|
@@ -1299,7 +1299,7 @@ function creator_default(name) {
|
|
|
1299
1299
|
return (fullname.local ? creatorFixed : creatorInherit)(fullname);
|
|
1300
1300
|
}
|
|
1301
1301
|
|
|
1302
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js
|
|
1302
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js
|
|
1303
1303
|
function none() {
|
|
1304
1304
|
}
|
|
1305
1305
|
function selector_default(selector) {
|
|
@@ -1308,7 +1308,7 @@ function selector_default(selector) {
|
|
|
1308
1308
|
};
|
|
1309
1309
|
}
|
|
1310
1310
|
|
|
1311
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js
|
|
1311
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js
|
|
1312
1312
|
function select_default(select) {
|
|
1313
1313
|
if (typeof select !== "function") select = selector_default(select);
|
|
1314
1314
|
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
@@ -1322,12 +1322,12 @@ function select_default(select) {
|
|
|
1322
1322
|
return new Selection(subgroups, this._parents);
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
1325
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js
|
|
1325
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js
|
|
1326
1326
|
function array(x2) {
|
|
1327
1327
|
return x2 == null ? [] : Array.isArray(x2) ? x2 : Array.from(x2);
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js
|
|
1330
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js
|
|
1331
1331
|
function empty() {
|
|
1332
1332
|
return [];
|
|
1333
1333
|
}
|
|
@@ -1337,7 +1337,7 @@ function selectorAll_default(selector) {
|
|
|
1337
1337
|
};
|
|
1338
1338
|
}
|
|
1339
1339
|
|
|
1340
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js
|
|
1340
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js
|
|
1341
1341
|
function arrayAll(select) {
|
|
1342
1342
|
return function() {
|
|
1343
1343
|
return array(select.apply(this, arguments));
|
|
@@ -1357,7 +1357,7 @@ function selectAll_default(select) {
|
|
|
1357
1357
|
return new Selection(subgroups, parents);
|
|
1358
1358
|
}
|
|
1359
1359
|
|
|
1360
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js
|
|
1360
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js
|
|
1361
1361
|
function matcher_default(selector) {
|
|
1362
1362
|
return function() {
|
|
1363
1363
|
return this.matches(selector);
|
|
@@ -1369,7 +1369,7 @@ function childMatcher(selector) {
|
|
|
1369
1369
|
};
|
|
1370
1370
|
}
|
|
1371
1371
|
|
|
1372
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js
|
|
1372
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js
|
|
1373
1373
|
var find = Array.prototype.find;
|
|
1374
1374
|
function childFind(match) {
|
|
1375
1375
|
return function() {
|
|
@@ -1383,7 +1383,7 @@ function selectChild_default(match) {
|
|
|
1383
1383
|
return this.select(match == null ? childFirst : childFind(typeof match === "function" ? match : childMatcher(match)));
|
|
1384
1384
|
}
|
|
1385
1385
|
|
|
1386
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js
|
|
1386
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js
|
|
1387
1387
|
var filter = Array.prototype.filter;
|
|
1388
1388
|
function children() {
|
|
1389
1389
|
return Array.from(this.children);
|
|
@@ -1397,7 +1397,7 @@ function selectChildren_default(match) {
|
|
|
1397
1397
|
return this.selectAll(match == null ? children : childrenFilter(typeof match === "function" ? match : childMatcher(match)));
|
|
1398
1398
|
}
|
|
1399
1399
|
|
|
1400
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js
|
|
1400
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js
|
|
1401
1401
|
function filter_default(match) {
|
|
1402
1402
|
if (typeof match !== "function") match = matcher_default(match);
|
|
1403
1403
|
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
@@ -1410,12 +1410,12 @@ function filter_default(match) {
|
|
|
1410
1410
|
return new Selection(subgroups, this._parents);
|
|
1411
1411
|
}
|
|
1412
1412
|
|
|
1413
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js
|
|
1413
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js
|
|
1414
1414
|
function sparse_default(update) {
|
|
1415
1415
|
return new Array(update.length);
|
|
1416
1416
|
}
|
|
1417
1417
|
|
|
1418
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js
|
|
1418
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js
|
|
1419
1419
|
function enter_default() {
|
|
1420
1420
|
return new Selection(this._enter || this._groups.map(sparse_default), this._parents);
|
|
1421
1421
|
}
|
|
@@ -1442,14 +1442,14 @@ EnterNode.prototype = {
|
|
|
1442
1442
|
}
|
|
1443
1443
|
};
|
|
1444
1444
|
|
|
1445
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js
|
|
1445
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js
|
|
1446
1446
|
function constant_default(x2) {
|
|
1447
1447
|
return function() {
|
|
1448
1448
|
return x2;
|
|
1449
1449
|
};
|
|
1450
1450
|
}
|
|
1451
1451
|
|
|
1452
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js
|
|
1452
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js
|
|
1453
1453
|
function bindIndex(parent, group, enter, update, exit, data) {
|
|
1454
1454
|
var i = 0, node, groupLength = group.length, dataLength = data.length;
|
|
1455
1455
|
for (; i < dataLength; ++i) {
|
|
@@ -1521,12 +1521,12 @@ function arraylike(data) {
|
|
|
1521
1521
|
return typeof data === "object" && "length" in data ? data : Array.from(data);
|
|
1522
1522
|
}
|
|
1523
1523
|
|
|
1524
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js
|
|
1524
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js
|
|
1525
1525
|
function exit_default() {
|
|
1526
1526
|
return new Selection(this._exit || this._groups.map(sparse_default), this._parents);
|
|
1527
1527
|
}
|
|
1528
1528
|
|
|
1529
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js
|
|
1529
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js
|
|
1530
1530
|
function join_default(onenter, onupdate, onexit) {
|
|
1531
1531
|
var enter = this.enter(), update = this, exit = this.exit();
|
|
1532
1532
|
if (typeof onenter === "function") {
|
|
@@ -1544,7 +1544,7 @@ function join_default(onenter, onupdate, onexit) {
|
|
|
1544
1544
|
return enter && update ? enter.merge(update).order() : update;
|
|
1545
1545
|
}
|
|
1546
1546
|
|
|
1547
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js
|
|
1547
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js
|
|
1548
1548
|
function merge_default(context) {
|
|
1549
1549
|
var selection2 = context.selection ? context.selection() : context;
|
|
1550
1550
|
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) {
|
|
@@ -1560,7 +1560,7 @@ function merge_default(context) {
|
|
|
1560
1560
|
return new Selection(merges, this._parents);
|
|
1561
1561
|
}
|
|
1562
1562
|
|
|
1563
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js
|
|
1563
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js
|
|
1564
1564
|
function order_default() {
|
|
1565
1565
|
for (var groups = this._groups, j = -1, m = groups.length; ++j < m; ) {
|
|
1566
1566
|
for (var group = groups[j], i = group.length - 1, next = group[i], node; --i >= 0; ) {
|
|
@@ -1573,7 +1573,7 @@ function order_default() {
|
|
|
1573
1573
|
return this;
|
|
1574
1574
|
}
|
|
1575
1575
|
|
|
1576
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js
|
|
1576
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js
|
|
1577
1577
|
function sort_default(compare) {
|
|
1578
1578
|
if (!compare) compare = ascending;
|
|
1579
1579
|
function compareNode(a, b) {
|
|
@@ -1593,7 +1593,7 @@ function ascending(a, b) {
|
|
|
1593
1593
|
return a < b ? -1 : a > b ? 1 : a >= b ? 0 : NaN;
|
|
1594
1594
|
}
|
|
1595
1595
|
|
|
1596
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js
|
|
1596
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js
|
|
1597
1597
|
function call_default() {
|
|
1598
1598
|
var callback = arguments[0];
|
|
1599
1599
|
arguments[0] = this;
|
|
@@ -1601,12 +1601,12 @@ function call_default() {
|
|
|
1601
1601
|
return this;
|
|
1602
1602
|
}
|
|
1603
1603
|
|
|
1604
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js
|
|
1604
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js
|
|
1605
1605
|
function nodes_default() {
|
|
1606
1606
|
return Array.from(this);
|
|
1607
1607
|
}
|
|
1608
1608
|
|
|
1609
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js
|
|
1609
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js
|
|
1610
1610
|
function node_default() {
|
|
1611
1611
|
for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
|
|
1612
1612
|
for (var group = groups[j], i = 0, n = group.length; i < n; ++i) {
|
|
@@ -1617,19 +1617,19 @@ function node_default() {
|
|
|
1617
1617
|
return null;
|
|
1618
1618
|
}
|
|
1619
1619
|
|
|
1620
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js
|
|
1620
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js
|
|
1621
1621
|
function size_default() {
|
|
1622
1622
|
let size = 0;
|
|
1623
1623
|
for (const node of this) ++size;
|
|
1624
1624
|
return size;
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js
|
|
1627
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js
|
|
1628
1628
|
function empty_default() {
|
|
1629
1629
|
return !this.node();
|
|
1630
1630
|
}
|
|
1631
1631
|
|
|
1632
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js
|
|
1632
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js
|
|
1633
1633
|
function each_default(callback) {
|
|
1634
1634
|
for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
|
|
1635
1635
|
for (var group = groups[j], i = 0, n = group.length, node; i < n; ++i) {
|
|
@@ -1639,7 +1639,7 @@ function each_default(callback) {
|
|
|
1639
1639
|
return this;
|
|
1640
1640
|
}
|
|
1641
1641
|
|
|
1642
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js
|
|
1642
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js
|
|
1643
1643
|
function attrRemove(name) {
|
|
1644
1644
|
return function() {
|
|
1645
1645
|
this.removeAttribute(name);
|
|
@@ -1683,12 +1683,12 @@ function attr_default(name, value) {
|
|
|
1683
1683
|
return this.each((value == null ? fullname.local ? attrRemoveNS : attrRemove : typeof value === "function" ? fullname.local ? attrFunctionNS : attrFunction : fullname.local ? attrConstantNS : attrConstant)(fullname, value));
|
|
1684
1684
|
}
|
|
1685
1685
|
|
|
1686
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js
|
|
1686
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js
|
|
1687
1687
|
function window_default(node) {
|
|
1688
1688
|
return node.ownerDocument && node.ownerDocument.defaultView || node.document && node || node.defaultView;
|
|
1689
1689
|
}
|
|
1690
1690
|
|
|
1691
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js
|
|
1691
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js
|
|
1692
1692
|
function styleRemove(name) {
|
|
1693
1693
|
return function() {
|
|
1694
1694
|
this.style.removeProperty(name);
|
|
@@ -1713,7 +1713,7 @@ function styleValue(node, name) {
|
|
|
1713
1713
|
return node.style.getPropertyValue(name) || window_default(node).getComputedStyle(node, null).getPropertyValue(name);
|
|
1714
1714
|
}
|
|
1715
1715
|
|
|
1716
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js
|
|
1716
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js
|
|
1717
1717
|
function propertyRemove(name) {
|
|
1718
1718
|
return function() {
|
|
1719
1719
|
delete this[name];
|
|
@@ -1735,7 +1735,7 @@ function property_default(name, value) {
|
|
|
1735
1735
|
return arguments.length > 1 ? this.each((value == null ? propertyRemove : typeof value === "function" ? propertyFunction : propertyConstant)(name, value)) : this.node()[name];
|
|
1736
1736
|
}
|
|
1737
1737
|
|
|
1738
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js
|
|
1738
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js
|
|
1739
1739
|
function classArray(string) {
|
|
1740
1740
|
return string.trim().split(/^|\s+/);
|
|
1741
1741
|
}
|
|
@@ -1798,7 +1798,7 @@ function classed_default(name, value) {
|
|
|
1798
1798
|
return this.each((typeof value === "function" ? classedFunction : value ? classedTrue : classedFalse)(names, value));
|
|
1799
1799
|
}
|
|
1800
1800
|
|
|
1801
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js
|
|
1801
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js
|
|
1802
1802
|
function textRemove() {
|
|
1803
1803
|
this.textContent = "";
|
|
1804
1804
|
}
|
|
@@ -1817,7 +1817,7 @@ function text_default(value) {
|
|
|
1817
1817
|
return arguments.length ? this.each(value == null ? textRemove : (typeof value === "function" ? textFunction : textConstant)(value)) : this.node().textContent;
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js
|
|
1820
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js
|
|
1821
1821
|
function htmlRemove() {
|
|
1822
1822
|
this.innerHTML = "";
|
|
1823
1823
|
}
|
|
@@ -1836,7 +1836,7 @@ function html_default(value) {
|
|
|
1836
1836
|
return arguments.length ? this.each(value == null ? htmlRemove : (typeof value === "function" ? htmlFunction : htmlConstant)(value)) : this.node().innerHTML;
|
|
1837
1837
|
}
|
|
1838
1838
|
|
|
1839
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js
|
|
1839
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js
|
|
1840
1840
|
function raise() {
|
|
1841
1841
|
if (this.nextSibling) this.parentNode.appendChild(this);
|
|
1842
1842
|
}
|
|
@@ -1844,7 +1844,7 @@ function raise_default() {
|
|
|
1844
1844
|
return this.each(raise);
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js
|
|
1847
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js
|
|
1848
1848
|
function lower() {
|
|
1849
1849
|
if (this.previousSibling) this.parentNode.insertBefore(this, this.parentNode.firstChild);
|
|
1850
1850
|
}
|
|
@@ -1852,7 +1852,7 @@ function lower_default() {
|
|
|
1852
1852
|
return this.each(lower);
|
|
1853
1853
|
}
|
|
1854
1854
|
|
|
1855
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js
|
|
1855
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js
|
|
1856
1856
|
function append_default(name) {
|
|
1857
1857
|
var create2 = typeof name === "function" ? name : creator_default(name);
|
|
1858
1858
|
return this.select(function() {
|
|
@@ -1860,7 +1860,7 @@ function append_default(name) {
|
|
|
1860
1860
|
});
|
|
1861
1861
|
}
|
|
1862
1862
|
|
|
1863
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js
|
|
1863
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js
|
|
1864
1864
|
function constantNull() {
|
|
1865
1865
|
return null;
|
|
1866
1866
|
}
|
|
@@ -1871,7 +1871,7 @@ function insert_default(name, before) {
|
|
|
1871
1871
|
});
|
|
1872
1872
|
}
|
|
1873
1873
|
|
|
1874
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js
|
|
1874
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js
|
|
1875
1875
|
function remove() {
|
|
1876
1876
|
var parent = this.parentNode;
|
|
1877
1877
|
if (parent) parent.removeChild(this);
|
|
@@ -1880,7 +1880,7 @@ function remove_default() {
|
|
|
1880
1880
|
return this.each(remove);
|
|
1881
1881
|
}
|
|
1882
1882
|
|
|
1883
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js
|
|
1883
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js
|
|
1884
1884
|
function selection_cloneShallow() {
|
|
1885
1885
|
var clone = this.cloneNode(false), parent = this.parentNode;
|
|
1886
1886
|
return parent ? parent.insertBefore(clone, this.nextSibling) : clone;
|
|
@@ -1893,12 +1893,12 @@ function clone_default(deep) {
|
|
|
1893
1893
|
return this.select(deep ? selection_cloneDeep : selection_cloneShallow);
|
|
1894
1894
|
}
|
|
1895
1895
|
|
|
1896
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js
|
|
1896
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js
|
|
1897
1897
|
function datum_default(value) {
|
|
1898
1898
|
return arguments.length ? this.property("__data__", value) : this.node().__data__;
|
|
1899
1899
|
}
|
|
1900
1900
|
|
|
1901
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js
|
|
1901
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js
|
|
1902
1902
|
function contextListener(listener) {
|
|
1903
1903
|
return function(event) {
|
|
1904
1904
|
listener.call(this, event, this.__data__);
|
|
@@ -1961,7 +1961,7 @@ function on_default(typename, value, options) {
|
|
|
1961
1961
|
return this;
|
|
1962
1962
|
}
|
|
1963
1963
|
|
|
1964
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js
|
|
1964
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js
|
|
1965
1965
|
function dispatchEvent(node, type2, params) {
|
|
1966
1966
|
var window2 = window_default(node), event = window2.CustomEvent;
|
|
1967
1967
|
if (typeof event === "function") {
|
|
@@ -1987,7 +1987,7 @@ function dispatch_default2(type2, params) {
|
|
|
1987
1987
|
return this.each((typeof params === "function" ? dispatchFunction : dispatchConstant)(type2, params));
|
|
1988
1988
|
}
|
|
1989
1989
|
|
|
1990
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js
|
|
1990
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js
|
|
1991
1991
|
function* iterator_default() {
|
|
1992
1992
|
for (var groups = this._groups, j = 0, m = groups.length; j < m; ++j) {
|
|
1993
1993
|
for (var group = groups[j], i = 0, n = group.length, node; i < n; ++i) {
|
|
@@ -1996,7 +1996,7 @@ function* iterator_default() {
|
|
|
1996
1996
|
}
|
|
1997
1997
|
}
|
|
1998
1998
|
|
|
1999
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js
|
|
1999
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js
|
|
2000
2000
|
var root = [null];
|
|
2001
2001
|
function Selection(groups, parents) {
|
|
2002
2002
|
this._groups = groups;
|
|
@@ -2048,19 +2048,19 @@ Selection.prototype = selection.prototype = {
|
|
|
2048
2048
|
};
|
|
2049
2049
|
var selection_default = selection;
|
|
2050
2050
|
|
|
2051
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js
|
|
2051
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js
|
|
2052
2052
|
function select_default2(selector) {
|
|
2053
2053
|
return typeof selector === "string" ? new Selection([[document.querySelector(selector)]], [document.documentElement]) : new Selection([[selector]], root);
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
2056
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/sourceEvent.js
|
|
2056
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/sourceEvent.js
|
|
2057
2057
|
function sourceEvent_default(event) {
|
|
2058
2058
|
let sourceEvent;
|
|
2059
2059
|
while (sourceEvent = event.sourceEvent) event = sourceEvent;
|
|
2060
2060
|
return event;
|
|
2061
2061
|
}
|
|
2062
2062
|
|
|
2063
|
-
// node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/pointer.js
|
|
2063
|
+
// ../../node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/pointer.js
|
|
2064
2064
|
function pointer_default(event, node) {
|
|
2065
2065
|
event = sourceEvent_default(event);
|
|
2066
2066
|
if (node === void 0) node = event.currentTarget;
|
|
@@ -2080,14 +2080,14 @@ function pointer_default(event, node) {
|
|
|
2080
2080
|
return [event.pageX, event.pageY];
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
|
-
// node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/noevent.js
|
|
2083
|
+
// ../../node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/noevent.js
|
|
2084
2084
|
var nonpassivecapture = { capture: true, passive: false };
|
|
2085
2085
|
function noevent_default(event) {
|
|
2086
2086
|
event.preventDefault();
|
|
2087
2087
|
event.stopImmediatePropagation();
|
|
2088
2088
|
}
|
|
2089
2089
|
|
|
2090
|
-
// node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/nodrag.js
|
|
2090
|
+
// ../../node_modules/.pnpm/d3-drag@3.0.0/node_modules/d3-drag/src/nodrag.js
|
|
2091
2091
|
function nodrag_default(view) {
|
|
2092
2092
|
var root2 = view.document.documentElement, selection2 = select_default2(view).on("dragstart.drag", noevent_default, nonpassivecapture);
|
|
2093
2093
|
if ("onselectstart" in root2) {
|
|
@@ -2113,7 +2113,7 @@ function yesdrag(view, noclick) {
|
|
|
2113
2113
|
}
|
|
2114
2114
|
}
|
|
2115
2115
|
|
|
2116
|
-
// node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js
|
|
2116
|
+
// ../../node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js
|
|
2117
2117
|
function define_default(constructor, factory, prototype) {
|
|
2118
2118
|
constructor.prototype = factory.prototype = prototype;
|
|
2119
2119
|
prototype.constructor = constructor;
|
|
@@ -2124,7 +2124,7 @@ function extend(parent, definition) {
|
|
|
2124
2124
|
return prototype;
|
|
2125
2125
|
}
|
|
2126
2126
|
|
|
2127
|
-
// node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js
|
|
2127
|
+
// ../../node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js
|
|
2128
2128
|
function Color() {
|
|
2129
2129
|
}
|
|
2130
2130
|
var darker = 0.7;
|
|
@@ -2461,10 +2461,10 @@ function hsl2rgb(h, m1, m2) {
|
|
|
2461
2461
|
return (h < 60 ? m1 + (m2 - m1) * h / 60 : h < 180 ? m2 : h < 240 ? m1 + (m2 - m1) * (240 - h) / 60 : m1) * 255;
|
|
2462
2462
|
}
|
|
2463
2463
|
|
|
2464
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js
|
|
2464
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js
|
|
2465
2465
|
var constant_default2 = (x2) => () => x2;
|
|
2466
2466
|
|
|
2467
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js
|
|
2467
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js
|
|
2468
2468
|
function linear(a, d) {
|
|
2469
2469
|
return function(t) {
|
|
2470
2470
|
return a + t * d;
|
|
@@ -2485,7 +2485,7 @@ function nogamma(a, b) {
|
|
|
2485
2485
|
return d ? linear(a, d) : constant_default2(isNaN(a) ? b : a);
|
|
2486
2486
|
}
|
|
2487
2487
|
|
|
2488
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js
|
|
2488
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js
|
|
2489
2489
|
var rgb_default = function rgbGamma(y2) {
|
|
2490
2490
|
var color2 = gamma(y2);
|
|
2491
2491
|
function rgb2(start2, end) {
|
|
@@ -2502,14 +2502,14 @@ var rgb_default = function rgbGamma(y2) {
|
|
|
2502
2502
|
return rgb2;
|
|
2503
2503
|
}(1);
|
|
2504
2504
|
|
|
2505
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js
|
|
2505
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js
|
|
2506
2506
|
function number_default(a, b) {
|
|
2507
2507
|
return a = +a, b = +b, function(t) {
|
|
2508
2508
|
return a * (1 - t) + b * t;
|
|
2509
2509
|
};
|
|
2510
2510
|
}
|
|
2511
2511
|
|
|
2512
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js
|
|
2512
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js
|
|
2513
2513
|
var reA = /[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g;
|
|
2514
2514
|
var reB = new RegExp(reA.source, "g");
|
|
2515
2515
|
function zero(b) {
|
|
@@ -2551,7 +2551,7 @@ function string_default(a, b) {
|
|
|
2551
2551
|
});
|
|
2552
2552
|
}
|
|
2553
2553
|
|
|
2554
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js
|
|
2554
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js
|
|
2555
2555
|
var degrees = 180 / Math.PI;
|
|
2556
2556
|
var identity = {
|
|
2557
2557
|
translateX: 0,
|
|
@@ -2577,7 +2577,7 @@ function decompose_default(a, b, c, d, e, f) {
|
|
|
2577
2577
|
};
|
|
2578
2578
|
}
|
|
2579
2579
|
|
|
2580
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js
|
|
2580
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js
|
|
2581
2581
|
var svgNode;
|
|
2582
2582
|
function parseCss(value) {
|
|
2583
2583
|
const m = new (typeof DOMMatrix === "function" ? DOMMatrix : WebKitCSSMatrix)(value + "");
|
|
@@ -2592,7 +2592,7 @@ function parseSvg(value) {
|
|
|
2592
2592
|
return decompose_default(value.a, value.b, value.c, value.d, value.e, value.f);
|
|
2593
2593
|
}
|
|
2594
2594
|
|
|
2595
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js
|
|
2595
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js
|
|
2596
2596
|
function interpolateTransform(parse, pxComma, pxParen, degParen) {
|
|
2597
2597
|
function pop(s) {
|
|
2598
2598
|
return s.length ? s.pop() + " " : "";
|
|
@@ -2647,7 +2647,7 @@ function interpolateTransform(parse, pxComma, pxParen, degParen) {
|
|
|
2647
2647
|
var interpolateTransformCss = interpolateTransform(parseCss, "px, ", "px)", "deg)");
|
|
2648
2648
|
var interpolateTransformSvg = interpolateTransform(parseSvg, ", ", ")", ")");
|
|
2649
2649
|
|
|
2650
|
-
// node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/zoom.js
|
|
2650
|
+
// ../../node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/zoom.js
|
|
2651
2651
|
var epsilon2 = 1e-12;
|
|
2652
2652
|
function cosh(x2) {
|
|
2653
2653
|
return ((x2 = Math.exp(x2)) + 1 / x2) / 2;
|
|
@@ -2692,7 +2692,7 @@ var zoom_default = function zoomRho(rho, rho2, rho4) {
|
|
|
2692
2692
|
return zoom;
|
|
2693
2693
|
}(Math.SQRT2, 2, 4);
|
|
2694
2694
|
|
|
2695
|
-
// node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js
|
|
2695
|
+
// ../../node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js
|
|
2696
2696
|
var frame = 0;
|
|
2697
2697
|
var timeout = 0;
|
|
2698
2698
|
var interval = 0;
|
|
@@ -2794,7 +2794,7 @@ function sleep(time) {
|
|
|
2794
2794
|
}
|
|
2795
2795
|
}
|
|
2796
2796
|
|
|
2797
|
-
// node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js
|
|
2797
|
+
// ../../node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js
|
|
2798
2798
|
function timeout_default(callback, delay, time) {
|
|
2799
2799
|
var t = new Timer();
|
|
2800
2800
|
delay = delay == null ? 0 : +delay;
|
|
@@ -2805,7 +2805,7 @@ function timeout_default(callback, delay, time) {
|
|
|
2805
2805
|
return t;
|
|
2806
2806
|
}
|
|
2807
2807
|
|
|
2808
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js
|
|
2808
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js
|
|
2809
2809
|
var emptyOn = dispatch_default("start", "end", "cancel", "interrupt");
|
|
2810
2810
|
var emptyTween = [];
|
|
2811
2811
|
var CREATED = 0;
|
|
@@ -2916,7 +2916,7 @@ function create(node, id2, self) {
|
|
|
2916
2916
|
}
|
|
2917
2917
|
}
|
|
2918
2918
|
|
|
2919
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js
|
|
2919
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js
|
|
2920
2920
|
function interrupt_default(node, name) {
|
|
2921
2921
|
var schedules = node.__transition, schedule, active, empty2 = true, i;
|
|
2922
2922
|
if (!schedules) return;
|
|
@@ -2935,14 +2935,14 @@ function interrupt_default(node, name) {
|
|
|
2935
2935
|
if (empty2) delete node.__transition;
|
|
2936
2936
|
}
|
|
2937
2937
|
|
|
2938
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js
|
|
2938
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js
|
|
2939
2939
|
function interrupt_default2(name) {
|
|
2940
2940
|
return this.each(function() {
|
|
2941
2941
|
interrupt_default(this, name);
|
|
2942
2942
|
});
|
|
2943
2943
|
}
|
|
2944
2944
|
|
|
2945
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js
|
|
2945
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js
|
|
2946
2946
|
function tweenRemove(id2, name) {
|
|
2947
2947
|
var tween0, tween1;
|
|
2948
2948
|
return function() {
|
|
@@ -3003,13 +3003,13 @@ function tweenValue(transition2, name, value) {
|
|
|
3003
3003
|
};
|
|
3004
3004
|
}
|
|
3005
3005
|
|
|
3006
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js
|
|
3006
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js
|
|
3007
3007
|
function interpolate_default(a, b) {
|
|
3008
3008
|
var c;
|
|
3009
3009
|
return (typeof b === "number" ? number_default : b instanceof color ? rgb_default : (c = color(b)) ? (b = c, rgb_default) : string_default)(a, b);
|
|
3010
3010
|
}
|
|
3011
3011
|
|
|
3012
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js
|
|
3012
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js
|
|
3013
3013
|
function attrRemove2(name) {
|
|
3014
3014
|
return function() {
|
|
3015
3015
|
this.removeAttribute(name);
|
|
@@ -3059,7 +3059,7 @@ function attr_default2(name, value) {
|
|
|
3059
3059
|
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));
|
|
3060
3060
|
}
|
|
3061
3061
|
|
|
3062
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js
|
|
3062
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js
|
|
3063
3063
|
function attrInterpolate(name, i) {
|
|
3064
3064
|
return function(t) {
|
|
3065
3065
|
this.setAttribute(name, i.call(this, t));
|
|
@@ -3099,7 +3099,7 @@ function attrTween_default(name, value) {
|
|
|
3099
3099
|
return this.tween(key, (fullname.local ? attrTweenNS : attrTween)(fullname, value));
|
|
3100
3100
|
}
|
|
3101
3101
|
|
|
3102
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js
|
|
3102
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js
|
|
3103
3103
|
function delayFunction(id2, value) {
|
|
3104
3104
|
return function() {
|
|
3105
3105
|
init(this, id2).delay = +value.apply(this, arguments);
|
|
@@ -3115,7 +3115,7 @@ function delay_default(value) {
|
|
|
3115
3115
|
return arguments.length ? this.each((typeof value === "function" ? delayFunction : delayConstant)(id2, value)) : get2(this.node(), id2).delay;
|
|
3116
3116
|
}
|
|
3117
3117
|
|
|
3118
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js
|
|
3118
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js
|
|
3119
3119
|
function durationFunction(id2, value) {
|
|
3120
3120
|
return function() {
|
|
3121
3121
|
set2(this, id2).duration = +value.apply(this, arguments);
|
|
@@ -3131,7 +3131,7 @@ function duration_default(value) {
|
|
|
3131
3131
|
return arguments.length ? this.each((typeof value === "function" ? durationFunction : durationConstant)(id2, value)) : get2(this.node(), id2).duration;
|
|
3132
3132
|
}
|
|
3133
3133
|
|
|
3134
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js
|
|
3134
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js
|
|
3135
3135
|
function easeConstant(id2, value) {
|
|
3136
3136
|
if (typeof value !== "function") throw new Error();
|
|
3137
3137
|
return function() {
|
|
@@ -3143,7 +3143,7 @@ function ease_default(value) {
|
|
|
3143
3143
|
return arguments.length ? this.each(easeConstant(id2, value)) : get2(this.node(), id2).ease;
|
|
3144
3144
|
}
|
|
3145
3145
|
|
|
3146
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js
|
|
3146
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js
|
|
3147
3147
|
function easeVarying(id2, value) {
|
|
3148
3148
|
return function() {
|
|
3149
3149
|
var v = value.apply(this, arguments);
|
|
@@ -3156,7 +3156,7 @@ function easeVarying_default(value) {
|
|
|
3156
3156
|
return this.each(easeVarying(this._id, value));
|
|
3157
3157
|
}
|
|
3158
3158
|
|
|
3159
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js
|
|
3159
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js
|
|
3160
3160
|
function filter_default2(match) {
|
|
3161
3161
|
if (typeof match !== "function") match = matcher_default(match);
|
|
3162
3162
|
for (var groups = this._groups, m = groups.length, subgroups = new Array(m), j = 0; j < m; ++j) {
|
|
@@ -3169,7 +3169,7 @@ function filter_default2(match) {
|
|
|
3169
3169
|
return new Transition(subgroups, this._parents, this._name, this._id);
|
|
3170
3170
|
}
|
|
3171
3171
|
|
|
3172
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js
|
|
3172
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js
|
|
3173
3173
|
function merge_default2(transition2) {
|
|
3174
3174
|
if (transition2._id !== this._id) throw new Error();
|
|
3175
3175
|
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) {
|
|
@@ -3185,7 +3185,7 @@ function merge_default2(transition2) {
|
|
|
3185
3185
|
return new Transition(merges, this._parents, this._name, this._id);
|
|
3186
3186
|
}
|
|
3187
3187
|
|
|
3188
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js
|
|
3188
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js
|
|
3189
3189
|
function start(name) {
|
|
3190
3190
|
return (name + "").trim().split(/^|\s+/).every(function(t) {
|
|
3191
3191
|
var i = t.indexOf(".");
|
|
@@ -3206,7 +3206,7 @@ function on_default2(name, listener) {
|
|
|
3206
3206
|
return arguments.length < 2 ? get2(this.node(), id2).on.on(name) : this.each(onFunction(id2, name, listener));
|
|
3207
3207
|
}
|
|
3208
3208
|
|
|
3209
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js
|
|
3209
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js
|
|
3210
3210
|
function removeFunction(id2) {
|
|
3211
3211
|
return function() {
|
|
3212
3212
|
var parent = this.parentNode;
|
|
@@ -3218,7 +3218,7 @@ function remove_default2() {
|
|
|
3218
3218
|
return this.on("end.remove", removeFunction(this._id));
|
|
3219
3219
|
}
|
|
3220
3220
|
|
|
3221
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js
|
|
3221
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js
|
|
3222
3222
|
function select_default3(select) {
|
|
3223
3223
|
var name = this._name, id2 = this._id;
|
|
3224
3224
|
if (typeof select !== "function") select = selector_default(select);
|
|
@@ -3234,7 +3234,7 @@ function select_default3(select) {
|
|
|
3234
3234
|
return new Transition(subgroups, this._parents, name, id2);
|
|
3235
3235
|
}
|
|
3236
3236
|
|
|
3237
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js
|
|
3237
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js
|
|
3238
3238
|
function selectAll_default2(select) {
|
|
3239
3239
|
var name = this._name, id2 = this._id;
|
|
3240
3240
|
if (typeof select !== "function") select = selectorAll_default(select);
|
|
@@ -3254,13 +3254,13 @@ function selectAll_default2(select) {
|
|
|
3254
3254
|
return new Transition(subgroups, parents, name, id2);
|
|
3255
3255
|
}
|
|
3256
3256
|
|
|
3257
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js
|
|
3257
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js
|
|
3258
3258
|
var Selection2 = selection_default.prototype.constructor;
|
|
3259
3259
|
function selection_default2() {
|
|
3260
3260
|
return new Selection2(this._groups, this._parents);
|
|
3261
3261
|
}
|
|
3262
3262
|
|
|
3263
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js
|
|
3263
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js
|
|
3264
3264
|
function styleNull(name, interpolate) {
|
|
3265
3265
|
var string00, string10, interpolate0;
|
|
3266
3266
|
return function() {
|
|
@@ -3301,7 +3301,7 @@ function style_default2(name, value, priority) {
|
|
|
3301
3301
|
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);
|
|
3302
3302
|
}
|
|
3303
3303
|
|
|
3304
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js
|
|
3304
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js
|
|
3305
3305
|
function styleInterpolate(name, i, priority) {
|
|
3306
3306
|
return function(t) {
|
|
3307
3307
|
this.style.setProperty(name, i.call(this, t), priority);
|
|
@@ -3325,7 +3325,7 @@ function styleTween_default(name, value, priority) {
|
|
|
3325
3325
|
return this.tween(key, styleTween(name, value, priority == null ? "" : priority));
|
|
3326
3326
|
}
|
|
3327
3327
|
|
|
3328
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js
|
|
3328
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js
|
|
3329
3329
|
function textConstant2(value) {
|
|
3330
3330
|
return function() {
|
|
3331
3331
|
this.textContent = value;
|
|
@@ -3341,7 +3341,7 @@ function text_default2(value) {
|
|
|
3341
3341
|
return this.tween("text", typeof value === "function" ? textFunction2(tweenValue(this, "text", value)) : textConstant2(value == null ? "" : value + ""));
|
|
3342
3342
|
}
|
|
3343
3343
|
|
|
3344
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js
|
|
3344
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js
|
|
3345
3345
|
function textInterpolate(i) {
|
|
3346
3346
|
return function(t) {
|
|
3347
3347
|
this.textContent = i.call(this, t);
|
|
@@ -3365,7 +3365,7 @@ function textTween_default(value) {
|
|
|
3365
3365
|
return this.tween(key, textTween(value));
|
|
3366
3366
|
}
|
|
3367
3367
|
|
|
3368
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js
|
|
3368
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js
|
|
3369
3369
|
function transition_default() {
|
|
3370
3370
|
var name = this._name, id0 = this._id, id1 = newId();
|
|
3371
3371
|
for (var groups = this._groups, m = groups.length, j = 0; j < m; ++j) {
|
|
@@ -3384,7 +3384,7 @@ function transition_default() {
|
|
|
3384
3384
|
return new Transition(groups, this._parents, name, id1);
|
|
3385
3385
|
}
|
|
3386
3386
|
|
|
3387
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js
|
|
3387
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js
|
|
3388
3388
|
function end_default() {
|
|
3389
3389
|
var on0, on1, that = this, id2 = that._id, size = that.size();
|
|
3390
3390
|
return new Promise(function(resolve, reject) {
|
|
@@ -3405,7 +3405,7 @@ function end_default() {
|
|
|
3405
3405
|
});
|
|
3406
3406
|
}
|
|
3407
3407
|
|
|
3408
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js
|
|
3408
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js
|
|
3409
3409
|
var id = 0;
|
|
3410
3410
|
function Transition(groups, parents, name, id2) {
|
|
3411
3411
|
this._groups = groups;
|
|
@@ -3450,12 +3450,12 @@ Transition.prototype = {
|
|
|
3450
3450
|
[Symbol.iterator]: selection_prototype[Symbol.iterator]
|
|
3451
3451
|
};
|
|
3452
3452
|
|
|
3453
|
-
// node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js
|
|
3453
|
+
// ../../node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js
|
|
3454
3454
|
function cubicInOut(t) {
|
|
3455
3455
|
return ((t *= 2) <= 1 ? t * t * t : (t -= 2) * t * t + 2) / 2;
|
|
3456
3456
|
}
|
|
3457
3457
|
|
|
3458
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js
|
|
3458
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js
|
|
3459
3459
|
var defaultTiming = {
|
|
3460
3460
|
time: null,
|
|
3461
3461
|
// Set on use.
|
|
@@ -3489,11 +3489,11 @@ function transition_default2(name) {
|
|
|
3489
3489
|
return new Transition(groups, this._parents, name, id2);
|
|
3490
3490
|
}
|
|
3491
3491
|
|
|
3492
|
-
// node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js
|
|
3492
|
+
// ../../node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js
|
|
3493
3493
|
selection_default.prototype.interrupt = interrupt_default2;
|
|
3494
3494
|
selection_default.prototype.transition = transition_default2;
|
|
3495
3495
|
|
|
3496
|
-
// node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js
|
|
3496
|
+
// ../../node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js
|
|
3497
3497
|
var pi = Math.PI;
|
|
3498
3498
|
var tau = 2 * pi;
|
|
3499
3499
|
var epsilon = 1e-6;
|
|
@@ -3583,7 +3583,7 @@ var Path = class {
|
|
|
3583
3583
|
}
|
|
3584
3584
|
};
|
|
3585
3585
|
|
|
3586
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js
|
|
3586
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js
|
|
3587
3587
|
function count(node) {
|
|
3588
3588
|
var sum = 0, children2 = node.children, i = children2 && children2.length;
|
|
3589
3589
|
if (!i) sum = 1;
|
|
@@ -3594,7 +3594,7 @@ function count_default() {
|
|
|
3594
3594
|
return this.eachAfter(count);
|
|
3595
3595
|
}
|
|
3596
3596
|
|
|
3597
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js
|
|
3597
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js
|
|
3598
3598
|
function each_default2(callback, that) {
|
|
3599
3599
|
let index = -1;
|
|
3600
3600
|
for (const node of this) {
|
|
@@ -3603,7 +3603,7 @@ function each_default2(callback, that) {
|
|
|
3603
3603
|
return this;
|
|
3604
3604
|
}
|
|
3605
3605
|
|
|
3606
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js
|
|
3606
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js
|
|
3607
3607
|
function eachBefore_default(callback, that) {
|
|
3608
3608
|
var node = this, nodes = [node], children2, i, index = -1;
|
|
3609
3609
|
while (node = nodes.pop()) {
|
|
@@ -3617,7 +3617,7 @@ function eachBefore_default(callback, that) {
|
|
|
3617
3617
|
return this;
|
|
3618
3618
|
}
|
|
3619
3619
|
|
|
3620
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js
|
|
3620
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js
|
|
3621
3621
|
function eachAfter_default(callback, that) {
|
|
3622
3622
|
var node = this, nodes = [node], next = [], children2, i, n, index = -1;
|
|
3623
3623
|
while (node = nodes.pop()) {
|
|
@@ -3634,7 +3634,7 @@ function eachAfter_default(callback, that) {
|
|
|
3634
3634
|
return this;
|
|
3635
3635
|
}
|
|
3636
3636
|
|
|
3637
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js
|
|
3637
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js
|
|
3638
3638
|
function find_default(callback, that) {
|
|
3639
3639
|
let index = -1;
|
|
3640
3640
|
for (const node of this) {
|
|
@@ -3644,7 +3644,7 @@ function find_default(callback, that) {
|
|
|
3644
3644
|
}
|
|
3645
3645
|
}
|
|
3646
3646
|
|
|
3647
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js
|
|
3647
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js
|
|
3648
3648
|
function sum_default(value) {
|
|
3649
3649
|
return this.eachAfter(function(node) {
|
|
3650
3650
|
var sum = +value(node.data) || 0, children2 = node.children, i = children2 && children2.length;
|
|
@@ -3653,7 +3653,7 @@ function sum_default(value) {
|
|
|
3653
3653
|
});
|
|
3654
3654
|
}
|
|
3655
3655
|
|
|
3656
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js
|
|
3656
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js
|
|
3657
3657
|
function sort_default2(compare) {
|
|
3658
3658
|
return this.eachBefore(function(node) {
|
|
3659
3659
|
if (node.children) {
|
|
@@ -3662,7 +3662,7 @@ function sort_default2(compare) {
|
|
|
3662
3662
|
});
|
|
3663
3663
|
}
|
|
3664
3664
|
|
|
3665
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js
|
|
3665
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js
|
|
3666
3666
|
function path_default(end) {
|
|
3667
3667
|
var start2 = this, ancestor = leastCommonAncestor(start2, end), nodes = [start2];
|
|
3668
3668
|
while (start2 !== ancestor) {
|
|
@@ -3689,7 +3689,7 @@ function leastCommonAncestor(a, b) {
|
|
|
3689
3689
|
return c;
|
|
3690
3690
|
}
|
|
3691
3691
|
|
|
3692
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js
|
|
3692
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js
|
|
3693
3693
|
function ancestors_default() {
|
|
3694
3694
|
var node = this, nodes = [node];
|
|
3695
3695
|
while (node = node.parent) {
|
|
@@ -3698,12 +3698,12 @@ function ancestors_default() {
|
|
|
3698
3698
|
return nodes;
|
|
3699
3699
|
}
|
|
3700
3700
|
|
|
3701
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js
|
|
3701
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js
|
|
3702
3702
|
function descendants_default() {
|
|
3703
3703
|
return Array.from(this);
|
|
3704
3704
|
}
|
|
3705
3705
|
|
|
3706
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js
|
|
3706
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js
|
|
3707
3707
|
function leaves_default() {
|
|
3708
3708
|
var leaves = [];
|
|
3709
3709
|
this.eachBefore(function(node) {
|
|
@@ -3714,7 +3714,7 @@ function leaves_default() {
|
|
|
3714
3714
|
return leaves;
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js
|
|
3717
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js
|
|
3718
3718
|
function links_default() {
|
|
3719
3719
|
var root2 = this, links = [];
|
|
3720
3720
|
root2.each(function(node) {
|
|
@@ -3725,7 +3725,7 @@ function links_default() {
|
|
|
3725
3725
|
return links;
|
|
3726
3726
|
}
|
|
3727
3727
|
|
|
3728
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js
|
|
3728
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js
|
|
3729
3729
|
function* iterator_default2() {
|
|
3730
3730
|
var node = this, current, next = [node], children2, i, n;
|
|
3731
3731
|
do {
|
|
@@ -3741,7 +3741,7 @@ function* iterator_default2() {
|
|
|
3741
3741
|
} while (next.length);
|
|
3742
3742
|
}
|
|
3743
3743
|
|
|
3744
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js
|
|
3744
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js
|
|
3745
3745
|
function hierarchy(data, children2) {
|
|
3746
3746
|
if (data instanceof Map) {
|
|
3747
3747
|
data = [void 0, data];
|
|
@@ -3804,7 +3804,7 @@ Node2.prototype = hierarchy.prototype = {
|
|
|
3804
3804
|
[Symbol.iterator]: iterator_default2
|
|
3805
3805
|
};
|
|
3806
3806
|
|
|
3807
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js
|
|
3807
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js
|
|
3808
3808
|
function optional(f) {
|
|
3809
3809
|
return f == null ? null : required(f);
|
|
3810
3810
|
}
|
|
@@ -3813,7 +3813,7 @@ function required(f) {
|
|
|
3813
3813
|
return f;
|
|
3814
3814
|
}
|
|
3815
3815
|
|
|
3816
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/stratify.js
|
|
3816
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/stratify.js
|
|
3817
3817
|
var preroot = { depth: -1 };
|
|
3818
3818
|
var ambiguous = {};
|
|
3819
3819
|
var imputed = {};
|
|
@@ -3918,7 +3918,7 @@ function slash(path2, i) {
|
|
|
3918
3918
|
return false;
|
|
3919
3919
|
}
|
|
3920
3920
|
|
|
3921
|
-
// node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/tree.js
|
|
3921
|
+
// ../../node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/tree.js
|
|
3922
3922
|
function defaultSeparation(a, b) {
|
|
3923
3923
|
return a.parent === b.parent ? 1 : 2;
|
|
3924
3924
|
}
|
|
@@ -4066,14 +4066,14 @@ function tree_default() {
|
|
|
4066
4066
|
return tree;
|
|
4067
4067
|
}
|
|
4068
4068
|
|
|
4069
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js
|
|
4069
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js
|
|
4070
4070
|
function constant_default4(x2) {
|
|
4071
4071
|
return function constant() {
|
|
4072
4072
|
return x2;
|
|
4073
4073
|
};
|
|
4074
4074
|
}
|
|
4075
4075
|
|
|
4076
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js
|
|
4076
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js
|
|
4077
4077
|
function withPath(shape) {
|
|
4078
4078
|
let digits = 3;
|
|
4079
4079
|
shape.digits = function(_) {
|
|
@@ -4090,10 +4090,10 @@ function withPath(shape) {
|
|
|
4090
4090
|
return () => new Path(digits);
|
|
4091
4091
|
}
|
|
4092
4092
|
|
|
4093
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js
|
|
4093
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js
|
|
4094
4094
|
var slice = Array.prototype.slice;
|
|
4095
4095
|
|
|
4096
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js
|
|
4096
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js
|
|
4097
4097
|
function x(p) {
|
|
4098
4098
|
return p[0];
|
|
4099
4099
|
}
|
|
@@ -4101,7 +4101,7 @@ function y(p) {
|
|
|
4101
4101
|
return p[1];
|
|
4102
4102
|
}
|
|
4103
4103
|
|
|
4104
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js
|
|
4104
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js
|
|
4105
4105
|
var Bump = class {
|
|
4106
4106
|
constructor(context, x2) {
|
|
4107
4107
|
this._context = context;
|
|
@@ -4145,7 +4145,7 @@ function bumpY(context) {
|
|
|
4145
4145
|
return new Bump(context, false);
|
|
4146
4146
|
}
|
|
4147
4147
|
|
|
4148
|
-
// node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/link.js
|
|
4148
|
+
// ../../node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/link.js
|
|
4149
4149
|
function linkSource(d) {
|
|
4150
4150
|
return d.source;
|
|
4151
4151
|
}
|
|
@@ -4187,10 +4187,10 @@ function linkVertical() {
|
|
|
4187
4187
|
return link(bumpY);
|
|
4188
4188
|
}
|
|
4189
4189
|
|
|
4190
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/constant.js
|
|
4190
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/constant.js
|
|
4191
4191
|
var constant_default5 = (x2) => () => x2;
|
|
4192
4192
|
|
|
4193
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/event.js
|
|
4193
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/event.js
|
|
4194
4194
|
function ZoomEvent(type2, {
|
|
4195
4195
|
sourceEvent,
|
|
4196
4196
|
target,
|
|
@@ -4206,7 +4206,7 @@ function ZoomEvent(type2, {
|
|
|
4206
4206
|
});
|
|
4207
4207
|
}
|
|
4208
4208
|
|
|
4209
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js
|
|
4209
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js
|
|
4210
4210
|
function Transform(k, x2, y2) {
|
|
4211
4211
|
this.k = k;
|
|
4212
4212
|
this.x = x2;
|
|
@@ -4251,7 +4251,7 @@ Transform.prototype = {
|
|
|
4251
4251
|
var identity2 = new Transform(1, 0, 0);
|
|
4252
4252
|
Transform.prototype;
|
|
4253
4253
|
|
|
4254
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/noevent.js
|
|
4254
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/noevent.js
|
|
4255
4255
|
function nopropagation2(event) {
|
|
4256
4256
|
event.stopImmediatePropagation();
|
|
4257
4257
|
}
|
|
@@ -4260,7 +4260,7 @@ function noevent_default3(event) {
|
|
|
4260
4260
|
event.stopImmediatePropagation();
|
|
4261
4261
|
}
|
|
4262
4262
|
|
|
4263
|
-
// node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/zoom.js
|
|
4263
|
+
// ../../node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/zoom.js
|
|
4264
4264
|
function defaultFilter(event) {
|
|
4265
4265
|
return (!event.ctrlKey || event.type === "wheel") && !event.button;
|
|
4266
4266
|
}
|