@prefecthq/graphs 0.1.9 → 0.1.10

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.
@@ -16,5 +16,5 @@ export declare class TimelineNode extends Container {
16
16
  private drawLabel;
17
17
  private updatePosition;
18
18
  private updateLabelPosition;
19
- update(): void;
19
+ update(newNodeData?: TimelineNodeData): void;
20
20
  }
@@ -10,9 +10,10 @@ export declare function secondsToApproximateString(input: number, showOnes?: boo
10
10
  export declare function getDateBounds(datesArray: {
11
11
  start: Date;
12
12
  end: Date | null;
13
- }[]): {
13
+ }[], minimumTimeSpan?: number): {
14
14
  min: Date;
15
15
  max: Date;
16
+ span: number;
16
17
  };
17
18
  export declare function roundDownToNearestDay(date: Date): Date;
18
19
  export declare function roundDownToNearestEvenNumberedHour(date: Date): Date;
@@ -1,4 +1,4 @@
1
- import { P as c, R as b, T as C, C as P } from "./index-70b46f90.mjs";
1
+ import { P as c, R as b, T as C, C as P } from "./index-6ad35b53.mjs";
2
2
  import "vue";
3
3
  class u {
4
4
  constructor(t) {
@@ -1530,4 +1530,4 @@ export {
1530
1530
  O as Viewport,
1531
1531
  $ as Wheel
1532
1532
  };
1533
- //# sourceMappingURL=viewport.es-3b936b09.mjs.map
1533
+ //# sourceMappingURL=viewport.es-975b1df9.mjs.map