@prefecthq/graphs 0.1.10 → 0.1.13
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-eac186e1.js.map +1 -0
- package/dist/graphs.mjs +4 -2
- package/dist/graphs.umd.js +119 -115
- package/dist/graphs.umd.js.map +1 -1
- package/dist/index-2abc99ba.mjs +16258 -0
- package/dist/index-2abc99ba.mjs.map +1 -0
- package/dist/style.css +1 -1
- package/dist/types/demo/utilities/timescaleData.d.ts +2 -1
- package/dist/types/src/FlowRunTimeline.vue.d.ts +34 -18
- package/dist/types/src/models/FlowRunTimeline.d.ts +123 -4
- package/dist/types/src/pixiFunctions/bitmapFonts.d.ts +4 -5
- package/dist/types/src/pixiFunctions/deselectLayer.d.ts +12 -0
- package/dist/types/src/pixiFunctions/index.d.ts +4 -1
- package/dist/types/src/pixiFunctions/timelineEdge.d.ts +29 -0
- package/dist/types/src/pixiFunctions/timelineGuide.d.ts +12 -3
- package/dist/types/src/pixiFunctions/timelineGuides.d.ts +8 -12
- package/dist/types/src/pixiFunctions/timelineNode.d.ts +25 -7
- package/dist/types/src/pixiFunctions/timelineNodes.d.ts +45 -0
- package/dist/types/src/pixiFunctions/timelinePlayhead.d.ts +11 -3
- package/dist/types/src/pixiFunctions/timelineScale.d.ts +7 -0
- package/dist/types/src/utilities/index.d.ts +2 -0
- package/dist/types/src/utilities/map.d.ts +1 -0
- package/dist/types/src/utilities/math.d.ts +1 -1
- package/dist/types/src/utilities/style.d.ts +4 -0
- package/dist/types/src/utilities/time.d.ts +3 -0
- package/dist/types/src/workers/nodeLayout.worker.d.ts +1 -0
- package/dist/{viewport.es-975b1df9.mjs → viewport.es-0176c6aa.mjs} +2 -2
- package/dist/{viewport.es-975b1df9.mjs.map → viewport.es-0176c6aa.mjs.map} +1 -1
- package/package.json +3 -2
- package/dist/index-6ad35b53.mjs +0 -13750
- package/dist/index-6ad35b53.mjs.map +0 -1
- package/dist/types/demo/components/PContextAccordionItem.vue.d.ts +0 -75
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { Icon } from '@prefecthq/prefect-design';
|
|
2
|
-
import { ContextAccordionChildItem } from './contextAccordionChildItem';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
new (...args: any[]): {
|
|
5
|
-
$: import("vue").ComponentInternalInstance;
|
|
6
|
-
$data: {};
|
|
7
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
8
|
-
title?: string | undefined;
|
|
9
|
-
icon?: Icon | undefined;
|
|
10
|
-
children?: ContextAccordionChildItem[] | undefined;
|
|
11
|
-
}>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
12
|
-
$attrs: {
|
|
13
|
-
[x: string]: unknown;
|
|
14
|
-
};
|
|
15
|
-
$refs: {
|
|
16
|
-
[x: string]: unknown;
|
|
17
|
-
};
|
|
18
|
-
$slots: Readonly<{
|
|
19
|
-
[name: string]: import("vue").Slot | undefined;
|
|
20
|
-
}>;
|
|
21
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
22
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
23
|
-
$emit: (event: string, ...args: any[]) => void;
|
|
24
|
-
$el: any;
|
|
25
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
26
|
-
title?: string | undefined;
|
|
27
|
-
icon?: Icon | undefined;
|
|
28
|
-
children?: ContextAccordionChildItem[] | undefined;
|
|
29
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
30
|
-
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
31
|
-
created?: ((() => void) | (() => void)[]) | undefined;
|
|
32
|
-
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
33
|
-
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
34
|
-
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
35
|
-
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
36
|
-
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
37
|
-
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
38
|
-
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
39
|
-
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
40
|
-
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
41
|
-
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
42
|
-
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
43
|
-
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
44
|
-
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
|
|
45
|
-
};
|
|
46
|
-
$forceUpdate: () => void;
|
|
47
|
-
$nextTick: typeof import("vue").nextTick;
|
|
48
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
49
|
-
} & Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
50
|
-
title?: string | undefined;
|
|
51
|
-
icon?: Icon | undefined;
|
|
52
|
-
children?: ContextAccordionChildItem[] | undefined;
|
|
53
|
-
}>>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
54
|
-
__isFragment?: undefined;
|
|
55
|
-
__isTeleport?: undefined;
|
|
56
|
-
__isSuspense?: undefined;
|
|
57
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
58
|
-
title?: string | undefined;
|
|
59
|
-
icon?: Icon | undefined;
|
|
60
|
-
children?: ContextAccordionChildItem[] | undefined;
|
|
61
|
-
}>>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
62
|
-
$slots: {
|
|
63
|
-
default: (_: {}) => any;
|
|
64
|
-
};
|
|
65
|
-
});
|
|
66
|
-
export default _default;
|
|
67
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
68
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
69
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
70
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
71
|
-
} : {
|
|
72
|
-
type: import('vue').PropType<T[K]>;
|
|
73
|
-
required: true;
|
|
74
|
-
};
|
|
75
|
-
};
|