@evercam/ui 0.0.55-beta.10 → 0.0.55-beta.12
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/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -23216,7 +23216,7 @@ const Ih = _h.exports, G = {
|
|
|
23216
23216
|
yPosition: m,
|
|
23217
23217
|
height: y
|
|
23218
23218
|
}), t || i) {
|
|
23219
|
-
const T = i ?
|
|
23219
|
+
const T = i ? 1 : 2, x = m + y / 2;
|
|
23220
23220
|
v.append("line").classed(je.milestoneLine, !0).attr("x1", 0).attr("x2", this.timeline.offsetWidth).attr("y1", x).attr("y2", x).style("stroke", a).style("stroke-width", T);
|
|
23221
23221
|
}
|
|
23222
23222
|
this.drawBars({
|
|
@@ -23371,7 +23371,7 @@ const Ih = _h.exports, G = {
|
|
|
23371
23371
|
n && (d = a), e.selectAll(G.eventRect).data(s).enter().append("rect").attr(
|
|
23372
23372
|
"class",
|
|
23373
23373
|
(f) => G.eventRect + (n ? ` ${G.eventRect}--dot` : "") + (f.className ? ` ${f.className}` : "")
|
|
23374
|
-
).attr("x", this.getEventRectX).attr("y", u + h).attr("ry", n ? a : l).attr("rx", n ? a : l).attr("width", n ? a : this.getEventRectWidth).attr("height", d).attr("stroke-width", 5).attr("cursor", "pointer").attr("stroke", "#0000").style("fill", (f) => f.color || i).on("mouseover", function(f, m) {
|
|
23374
|
+
).attr("x", this.getEventRectX).attr("y", u + h).attr("ry", n ? a : l).attr("rx", n ? a : l).attr("width", n ? a : this.getEventRectWidth).attr("height", d).attr("stroke-width", n ? a / 10 : 5).attr("cursor", "pointer").attr("stroke", (f) => n ? I.color(f.color || i).brighter(1).toString() : "#0000").style("fill", (f) => f.color || i).on("mouseover", function(f, m) {
|
|
23375
23375
|
I.select(this).classed(G.eventRectHovered, !0), c.handleBarMouseOver(f, m, r);
|
|
23376
23376
|
}).on("mouseout", function() {
|
|
23377
23377
|
I.select(this).classed(G.eventRectHovered, !1), c.handleBarMouseOut();
|