@dpuse/dpuse-tool-d3 0.0.9 → 0.0.11
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/README.md +272 -232
- package/dist/axis-DbjL_93j.js +1621 -0
- package/dist/axis-DbjL_93j.js.map +1 -0
- package/dist/bump-znhpCF6A.js +75 -0
- package/dist/bump-znhpCF6A.js.map +1 -0
- package/dist/dpuse-tool-d3.es.js +6607 -20818
- package/dist/dpuse-tool-d3.es.js.map +1 -1
- package/dist/drag-B46QGUMq.js +173 -0
- package/dist/drag-B46QGUMq.js.map +1 -0
- package/dist/erdDiagram-b-qDkEhY.js +1934 -0
- package/dist/erdDiagram-b-qDkEhY.js.map +1 -0
- package/dist/linear-J4iYa1Bf.js +34 -0
- package/dist/linear-J4iYa1Bf.js.map +1 -0
- package/dist/link-Dti9fi9g.js +33 -0
- package/dist/link-Dti9fi9g.js.map +1 -0
- package/dist/networkDiagram-QWVy8iRy.js +493 -0
- package/dist/networkDiagram-QWVy8iRy.js.map +1 -0
- package/dist/observablePlot-CNlbR_T4.js +7008 -0
- package/dist/observablePlot-CNlbR_T4.js.map +1 -0
- package/dist/path-Bt1sPr2f.js +65 -0
- package/dist/path-Bt1sPr2f.js.map +1 -0
- package/dist/sankeyDiagram-Dgf87Zt4.js +360 -0
- package/dist/sankeyDiagram-Dgf87Zt4.js.map +1 -0
- package/dist/select-BIuoFcZG.js +649 -0
- package/dist/select-BIuoFcZG.js.map +1 -0
- package/dist/src-B7SGbtRQ.js +332 -0
- package/dist/src-B7SGbtRQ.js.map +1 -0
- package/dist/src-DnMaAyIP.js +1194 -0
- package/dist/src-DnMaAyIP.js.map +1 -0
- package/dist/sum-BAZU479z.js +36 -0
- package/dist/sum-BAZU479z.js.map +1 -0
- package/dist/treeDiagram-BJ_QF4os.js +277 -0
- package/dist/treeDiagram-BJ_QF4os.js.map +1 -0
- package/dist/types/src/index.d.ts +7 -5
- package/dist/types/src/observablePlot.d.ts +8 -0
- package/package.json +1 -1
- package/dist/types/src/plotBarChart.d.ts +0 -7
- /package/dist/types/tests/{plotBarChart.test.d.ts → observablePlot.test.d.ts} +0 -0
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { t as e } from "./select-BIuoFcZG.js";
|
|
2
|
+
import { C as t, D as n, E as r, O as i, S as a, T as o, w as s, x as c } from "./src-DnMaAyIP.js";
|
|
3
|
+
//#region node_modules/d3-drag/src/constant.js
|
|
4
|
+
var l = (e) => () => e;
|
|
5
|
+
//#endregion
|
|
6
|
+
//#region node_modules/d3-drag/src/event.js
|
|
7
|
+
function u(e, { sourceEvent: t, subject: n, target: r, identifier: i, active: a, x: o, y: s, dx: c, dy: l, dispatch: u }) {
|
|
8
|
+
Object.defineProperties(this, {
|
|
9
|
+
type: {
|
|
10
|
+
value: e,
|
|
11
|
+
enumerable: !0,
|
|
12
|
+
configurable: !0
|
|
13
|
+
},
|
|
14
|
+
sourceEvent: {
|
|
15
|
+
value: t,
|
|
16
|
+
enumerable: !0,
|
|
17
|
+
configurable: !0
|
|
18
|
+
},
|
|
19
|
+
subject: {
|
|
20
|
+
value: n,
|
|
21
|
+
enumerable: !0,
|
|
22
|
+
configurable: !0
|
|
23
|
+
},
|
|
24
|
+
target: {
|
|
25
|
+
value: r,
|
|
26
|
+
enumerable: !0,
|
|
27
|
+
configurable: !0
|
|
28
|
+
},
|
|
29
|
+
identifier: {
|
|
30
|
+
value: i,
|
|
31
|
+
enumerable: !0,
|
|
32
|
+
configurable: !0
|
|
33
|
+
},
|
|
34
|
+
active: {
|
|
35
|
+
value: a,
|
|
36
|
+
enumerable: !0,
|
|
37
|
+
configurable: !0
|
|
38
|
+
},
|
|
39
|
+
x: {
|
|
40
|
+
value: o,
|
|
41
|
+
enumerable: !0,
|
|
42
|
+
configurable: !0
|
|
43
|
+
},
|
|
44
|
+
y: {
|
|
45
|
+
value: s,
|
|
46
|
+
enumerable: !0,
|
|
47
|
+
configurable: !0
|
|
48
|
+
},
|
|
49
|
+
dx: {
|
|
50
|
+
value: c,
|
|
51
|
+
enumerable: !0,
|
|
52
|
+
configurable: !0
|
|
53
|
+
},
|
|
54
|
+
dy: {
|
|
55
|
+
value: l,
|
|
56
|
+
enumerable: !0,
|
|
57
|
+
configurable: !0
|
|
58
|
+
},
|
|
59
|
+
_: { value: u }
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
u.prototype.on = function() {
|
|
63
|
+
var e = this._.on.apply(this._, arguments);
|
|
64
|
+
return e === this._ ? this : e;
|
|
65
|
+
};
|
|
66
|
+
//#endregion
|
|
67
|
+
//#region node_modules/d3-drag/src/drag.js
|
|
68
|
+
function d(e) {
|
|
69
|
+
return !e.ctrlKey && !e.button;
|
|
70
|
+
}
|
|
71
|
+
function f() {
|
|
72
|
+
return this.parentNode;
|
|
73
|
+
}
|
|
74
|
+
function p(e, t) {
|
|
75
|
+
return t ?? {
|
|
76
|
+
x: e.x,
|
|
77
|
+
y: e.y
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
function m() {
|
|
81
|
+
return navigator.maxTouchPoints || "ontouchstart" in this;
|
|
82
|
+
}
|
|
83
|
+
function h() {
|
|
84
|
+
var h = d, g = f, _ = p, v = m, y = {}, b = n("start", "drag", "end"), x = 0, S, C, w, T, E = 0;
|
|
85
|
+
function D(e) {
|
|
86
|
+
e.on("mousedown.drag", O).filter(v).on("touchstart.drag", j).on("touchmove.drag", M, s).on("touchend.drag touchcancel.drag", N).style("touch-action", "none").style("-webkit-tap-highlight-color", "rgba(0,0,0,0)");
|
|
87
|
+
}
|
|
88
|
+
function O(t, n) {
|
|
89
|
+
if (!(T || !h.call(this, t, n))) {
|
|
90
|
+
var i = P(this, g.call(this, t, n), t, n, "mouse");
|
|
91
|
+
i && (e(t.view).on("mousemove.drag", k, o).on("mouseup.drag", A, o), c(t.view), r(t), w = !1, S = t.clientX, C = t.clientY, i("start", t));
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
function k(e) {
|
|
95
|
+
if (t(e), !w) {
|
|
96
|
+
var n = e.clientX - S, r = e.clientY - C;
|
|
97
|
+
w = n * n + r * r > E;
|
|
98
|
+
}
|
|
99
|
+
y.mouse("drag", e);
|
|
100
|
+
}
|
|
101
|
+
function A(n) {
|
|
102
|
+
e(n.view).on("mousemove.drag mouseup.drag", null), a(n.view, w), t(n), y.mouse("end", n);
|
|
103
|
+
}
|
|
104
|
+
function j(e, t) {
|
|
105
|
+
if (h.call(this, e, t)) {
|
|
106
|
+
var n = e.changedTouches, i = g.call(this, e, t), a = n.length, o, s;
|
|
107
|
+
for (o = 0; o < a; ++o) (s = P(this, i, e, t, n[o].identifier, n[o])) && (r(e), s("start", e, n[o]));
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
function M(e) {
|
|
111
|
+
var n = e.changedTouches, r = n.length, i, a;
|
|
112
|
+
for (i = 0; i < r; ++i) (a = y[n[i].identifier]) && (t(e), a("drag", e, n[i]));
|
|
113
|
+
}
|
|
114
|
+
function N(e) {
|
|
115
|
+
var t = e.changedTouches, n = t.length, i, a;
|
|
116
|
+
for (T && clearTimeout(T), T = setTimeout(function() {
|
|
117
|
+
T = null;
|
|
118
|
+
}, 500), i = 0; i < n; ++i) (a = y[t[i].identifier]) && (r(e), a("end", e, t[i]));
|
|
119
|
+
}
|
|
120
|
+
function P(e, t, n, r, a, o) {
|
|
121
|
+
var s = b.copy(), c = i(o || n, t), l, d, f;
|
|
122
|
+
if ((f = _.call(e, new u("beforestart", {
|
|
123
|
+
sourceEvent: n,
|
|
124
|
+
target: D,
|
|
125
|
+
identifier: a,
|
|
126
|
+
active: x,
|
|
127
|
+
x: c[0],
|
|
128
|
+
y: c[1],
|
|
129
|
+
dx: 0,
|
|
130
|
+
dy: 0,
|
|
131
|
+
dispatch: s
|
|
132
|
+
}), r)) != null) return l = f.x - c[0] || 0, d = f.y - c[1] || 0, function n(o, p, m) {
|
|
133
|
+
var h = c, g;
|
|
134
|
+
switch (o) {
|
|
135
|
+
case "start":
|
|
136
|
+
y[a] = n, g = x++;
|
|
137
|
+
break;
|
|
138
|
+
case "end": delete y[a], --x;
|
|
139
|
+
case "drag": c = i(m || p, t), g = x;
|
|
140
|
+
}
|
|
141
|
+
s.call(o, e, new u(o, {
|
|
142
|
+
sourceEvent: p,
|
|
143
|
+
subject: f,
|
|
144
|
+
target: D,
|
|
145
|
+
identifier: a,
|
|
146
|
+
active: g,
|
|
147
|
+
x: c[0] + l,
|
|
148
|
+
y: c[1] + d,
|
|
149
|
+
dx: c[0] - h[0],
|
|
150
|
+
dy: c[1] - h[1],
|
|
151
|
+
dispatch: s
|
|
152
|
+
}), r);
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
return D.filter = function(e) {
|
|
156
|
+
return arguments.length ? (h = typeof e == "function" ? e : l(!!e), D) : h;
|
|
157
|
+
}, D.container = function(e) {
|
|
158
|
+
return arguments.length ? (g = typeof e == "function" ? e : l(e), D) : g;
|
|
159
|
+
}, D.subject = function(e) {
|
|
160
|
+
return arguments.length ? (_ = typeof e == "function" ? e : l(e), D) : _;
|
|
161
|
+
}, D.touchable = function(e) {
|
|
162
|
+
return arguments.length ? (v = typeof e == "function" ? e : l(!!e), D) : v;
|
|
163
|
+
}, D.on = function() {
|
|
164
|
+
var e = b.on.apply(b, arguments);
|
|
165
|
+
return e === b ? D : e;
|
|
166
|
+
}, D.clickDistance = function(e) {
|
|
167
|
+
return arguments.length ? (E = (e = +e) * e, D) : Math.sqrt(E);
|
|
168
|
+
}, D;
|
|
169
|
+
}
|
|
170
|
+
//#endregion
|
|
171
|
+
export { h as t };
|
|
172
|
+
|
|
173
|
+
//# sourceMappingURL=drag-B46QGUMq.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drag-B46QGUMq.js","names":["pointer","constant"],"sources":["../node_modules/d3-drag/src/constant.js","../node_modules/d3-drag/src/event.js","../node_modules/d3-drag/src/drag.js"],"sourcesContent":["export default x => () => x;\n","export default function DragEvent(type, {\n sourceEvent,\n subject,\n target,\n identifier,\n active,\n x, y, dx, dy,\n dispatch\n}) {\n Object.defineProperties(this, {\n type: {value: type, enumerable: true, configurable: true},\n sourceEvent: {value: sourceEvent, enumerable: true, configurable: true},\n subject: {value: subject, enumerable: true, configurable: true},\n target: {value: target, enumerable: true, configurable: true},\n identifier: {value: identifier, enumerable: true, configurable: true},\n active: {value: active, enumerable: true, configurable: true},\n x: {value: x, enumerable: true, configurable: true},\n y: {value: y, enumerable: true, configurable: true},\n dx: {value: dx, enumerable: true, configurable: true},\n dy: {value: dy, enumerable: true, configurable: true},\n _: {value: dispatch}\n });\n}\n\nDragEvent.prototype.on = function() {\n var value = this._.on.apply(this._, arguments);\n return value === this._ ? this : value;\n};\n","import {dispatch} from \"d3-dispatch\";\nimport {select, pointer} from \"d3-selection\";\nimport nodrag, {yesdrag} from \"./nodrag.js\";\nimport noevent, {nonpassive, nonpassivecapture, nopropagation} from \"./noevent.js\";\nimport constant from \"./constant.js\";\nimport DragEvent from \"./event.js\";\n\n// Ignore right-click, since that should open the context menu.\nfunction defaultFilter(event) {\n return !event.ctrlKey && !event.button;\n}\n\nfunction defaultContainer() {\n return this.parentNode;\n}\n\nfunction defaultSubject(event, d) {\n return d == null ? {x: event.x, y: event.y} : d;\n}\n\nfunction defaultTouchable() {\n return navigator.maxTouchPoints || (\"ontouchstart\" in this);\n}\n\nexport default function() {\n var filter = defaultFilter,\n container = defaultContainer,\n subject = defaultSubject,\n touchable = defaultTouchable,\n gestures = {},\n listeners = dispatch(\"start\", \"drag\", \"end\"),\n active = 0,\n mousedownx,\n mousedowny,\n mousemoving,\n touchending,\n clickDistance2 = 0;\n\n function drag(selection) {\n selection\n .on(\"mousedown.drag\", mousedowned)\n .filter(touchable)\n .on(\"touchstart.drag\", touchstarted)\n .on(\"touchmove.drag\", touchmoved, nonpassive)\n .on(\"touchend.drag touchcancel.drag\", touchended)\n .style(\"touch-action\", \"none\")\n .style(\"-webkit-tap-highlight-color\", \"rgba(0,0,0,0)\");\n }\n\n function mousedowned(event, d) {\n if (touchending || !filter.call(this, event, d)) return;\n var gesture = beforestart(this, container.call(this, event, d), event, d, \"mouse\");\n if (!gesture) return;\n select(event.view)\n .on(\"mousemove.drag\", mousemoved, nonpassivecapture)\n .on(\"mouseup.drag\", mouseupped, nonpassivecapture);\n nodrag(event.view);\n nopropagation(event);\n mousemoving = false;\n mousedownx = event.clientX;\n mousedowny = event.clientY;\n gesture(\"start\", event);\n }\n\n function mousemoved(event) {\n noevent(event);\n if (!mousemoving) {\n var dx = event.clientX - mousedownx, dy = event.clientY - mousedowny;\n mousemoving = dx * dx + dy * dy > clickDistance2;\n }\n gestures.mouse(\"drag\", event);\n }\n\n function mouseupped(event) {\n select(event.view).on(\"mousemove.drag mouseup.drag\", null);\n yesdrag(event.view, mousemoving);\n noevent(event);\n gestures.mouse(\"end\", event);\n }\n\n function touchstarted(event, d) {\n if (!filter.call(this, event, d)) return;\n var touches = event.changedTouches,\n c = container.call(this, event, d),\n n = touches.length, i, gesture;\n\n for (i = 0; i < n; ++i) {\n if (gesture = beforestart(this, c, event, d, touches[i].identifier, touches[i])) {\n nopropagation(event);\n gesture(\"start\", event, touches[i]);\n }\n }\n }\n\n function touchmoved(event) {\n var touches = event.changedTouches,\n n = touches.length, i, gesture;\n\n for (i = 0; i < n; ++i) {\n if (gesture = gestures[touches[i].identifier]) {\n noevent(event);\n gesture(\"drag\", event, touches[i]);\n }\n }\n }\n\n function touchended(event) {\n var touches = event.changedTouches,\n n = touches.length, i, gesture;\n\n if (touchending) clearTimeout(touchending);\n touchending = setTimeout(function() { touchending = null; }, 500); // Ghost clicks are delayed!\n for (i = 0; i < n; ++i) {\n if (gesture = gestures[touches[i].identifier]) {\n nopropagation(event);\n gesture(\"end\", event, touches[i]);\n }\n }\n }\n\n function beforestart(that, container, event, d, identifier, touch) {\n var dispatch = listeners.copy(),\n p = pointer(touch || event, container), dx, dy,\n s;\n\n if ((s = subject.call(that, new DragEvent(\"beforestart\", {\n sourceEvent: event,\n target: drag,\n identifier,\n active,\n x: p[0],\n y: p[1],\n dx: 0,\n dy: 0,\n dispatch\n }), d)) == null) return;\n\n dx = s.x - p[0] || 0;\n dy = s.y - p[1] || 0;\n\n return function gesture(type, event, touch) {\n var p0 = p, n;\n switch (type) {\n case \"start\": gestures[identifier] = gesture, n = active++; break;\n case \"end\": delete gestures[identifier], --active; // falls through\n case \"drag\": p = pointer(touch || event, container), n = active; break;\n }\n dispatch.call(\n type,\n that,\n new DragEvent(type, {\n sourceEvent: event,\n subject: s,\n target: drag,\n identifier,\n active: n,\n x: p[0] + dx,\n y: p[1] + dy,\n dx: p[0] - p0[0],\n dy: p[1] - p0[1],\n dispatch\n }),\n d\n );\n };\n }\n\n drag.filter = function(_) {\n return arguments.length ? (filter = typeof _ === \"function\" ? _ : constant(!!_), drag) : filter;\n };\n\n drag.container = function(_) {\n return arguments.length ? (container = typeof _ === \"function\" ? _ : constant(_), drag) : container;\n };\n\n drag.subject = function(_) {\n return arguments.length ? (subject = typeof _ === \"function\" ? _ : constant(_), drag) : subject;\n };\n\n drag.touchable = function(_) {\n return arguments.length ? (touchable = typeof _ === \"function\" ? _ : constant(!!_), drag) : touchable;\n };\n\n drag.on = function() {\n var value = listeners.on.apply(listeners, arguments);\n return value === listeners ? drag : value;\n };\n\n drag.clickDistance = function(_) {\n return arguments.length ? (clickDistance2 = (_ = +_) * _, drag) : Math.sqrt(clickDistance2);\n };\n\n return drag;\n}\n"],"x_google_ignoreList":[0,1,2],"mappings":"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"}
|