@prefecthq/graphs 0.1.13 → 0.1.14
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/assets/nodeLayout.worker-af166304.js.map +1 -0
- package/dist/graphs.mjs +1 -1
- package/dist/graphs.umd.js +116 -116
- package/dist/graphs.umd.js.map +1 -1
- package/dist/index-00ae5c0c.mjs +16260 -0
- package/dist/index-00ae5c0c.mjs.map +1 -0
- package/dist/types/src/models/FlowRunTimeline.d.ts +1 -1
- package/dist/{viewport.es-0176c6aa.mjs → viewport.es-5037f525.mjs} +2 -2
- package/dist/{viewport.es-0176c6aa.mjs.map → viewport.es-5037f525.mjs.map} +1 -1
- package/package.json +1 -1
- package/dist/assets/nodeLayout.worker-eac186e1.js.map +0 -1
- package/dist/index-2abc99ba.mjs +0 -16258
- package/dist/index-2abc99ba.mjs.map +0 -1
|
@@ -18,7 +18,7 @@ export type NodeLayoutWorkerProps = {
|
|
|
18
18
|
data: {
|
|
19
19
|
layoutSetting?: TimelineNodesLayoutOptions;
|
|
20
20
|
graphData: string;
|
|
21
|
-
|
|
21
|
+
textMWidth?: number;
|
|
22
22
|
spacingMinimumNodeEdgeGap?: number;
|
|
23
23
|
timeScaleProps?: InitTimelineScaleProps;
|
|
24
24
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { P as c, R as b, T as C, C as P } from "./index-
|
|
1
|
+
import { P as c, R as b, T as C, C as P } from "./index-00ae5c0c.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-
|
|
1533
|
+
//# sourceMappingURL=viewport.es-5037f525.mjs.map
|