@nightingale-elements/nightingale-linegraph-track
Advanced tools
Comparing version 4.2.2-alpha.0 to 4.3.0-4.4.0-alpha.0.0
import NightingaleLineGraphTrack from "./nightingale-linegraph-track"; | ||
export type { LineData, LineValue } from "./nightingale-linegraph-track"; | ||
export default NightingaleLineGraphTrack; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,7 +6,7 @@ import { ScaleLinear, CurveFactory, Area, Line } from "d3"; | ||
}; | ||
export type LineValue = { | ||
type LineValue = { | ||
position: number; | ||
value: number; | ||
}; | ||
export type LineData = { | ||
type LineData = { | ||
name: string; | ||
@@ -39,7 +39,2 @@ range: number[]; | ||
export default NightingaleLinegraphTrack; | ||
declare global { | ||
interface HTMLElementTagNameMap { | ||
"nightingale-linegraph-track": NightingaleLinegraphTrack; | ||
} | ||
} | ||
//# sourceMappingURL=nightingale-linegraph-track.d.ts.map |
{ | ||
"name": "@nightingale-elements/nightingale-linegraph-track", | ||
"description": "Nightingale Line Graph", | ||
"version": "4.2.2-alpha.0", | ||
"version": "4.3.0-4.4.0-alpha.0.0", | ||
"files": [ | ||
@@ -35,6 +35,6 @@ "dist", | ||
"dependencies": { | ||
"@nightingale-elements/nightingale-new-core": "^4.2.2-alpha.0", | ||
"d3": "7.8.3" | ||
"@nightingale-elements/nightingale-new-core": "^4.3.0-4.4.0-alpha.0.0", | ||
"d3": "7.8.5" | ||
}, | ||
"gitHead": "e4511f5ac19c04d89db334172e541bc69f222501" | ||
"gitHead": "cf26b5f2042eedb559f1ea7136e095414c1f4eca" | ||
} |
import NightingaleLineGraphTrack from "./nightingale-linegraph-track"; | ||
export type { LineData, LineValue } from "./nightingale-linegraph-track"; | ||
export default NightingaleLineGraphTrack; |
@@ -52,7 +52,7 @@ import { customElement, property } from "lit/decorators.js"; | ||
export type LineValue = { | ||
type LineValue = { | ||
position: number; | ||
value: number; | ||
}; | ||
export type LineData = { | ||
type LineData = { | ||
name: string; | ||
@@ -71,6 +71,6 @@ range: number[]; | ||
withMargin( | ||
withPosition(withDimensions(withHighlight(NightingaleElement))) | ||
) | ||
) | ||
) | ||
withPosition(withDimensions(withHighlight(NightingaleElement))), | ||
), | ||
), | ||
), | ||
) { | ||
@@ -236,3 +236,3 @@ @property({ type: String }) | ||
const seqPosition = Math.floor( | ||
this.xScale?.invert(mouse[0] - this["margin-left"]) || 0 | ||
this.xScale?.invert(mouse[0] - this["margin-left"]) || 0, | ||
); | ||
@@ -299,3 +299,3 @@ | ||
cancelable: true, | ||
}) | ||
}), | ||
); | ||
@@ -395,6 +395,1 @@ } | ||
export default NightingaleLinegraphTrack; | ||
declare global { | ||
interface HTMLElementTagNameMap { | ||
"nightingale-linegraph-track": NightingaleLinegraphTrack; | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
434119
745
- Removedd3@7.8.3(transitive)
Updated@nightingale-elements/nightingale-new-core@^4.3.0-4.4.0-alpha.0.0
Updatedd3@7.8.5