Comparing version
@@ -5,3 +5,3 @@ import { ComputedRef } from "ag-utilities/AgVueWrap"; | ||
export declare const AgTmPlayer: { | ||
create(api: WebProxy<TimeMachineApi>, server_time: ComputedRef<Date>): { | ||
create<T>(api: WebProxy<TimeMachineApi>, server_time: ComputedRef<Date>): { | ||
readonly frames: Date[]; | ||
@@ -87,3 +87,4 @@ readonly value: any; | ||
readonly lightOut: import("vue").Ref<boolean>; | ||
go<Type extends keyof T, Id extends keyof T[Type]>(type: Type, id: Id): void; | ||
}; | ||
}; |
@@ -181,2 +181,6 @@ "use strict"; | ||
get lightOut() { return lightOut; }, | ||
go: function (type, id) { | ||
index.type = type; | ||
index.id = id; | ||
} | ||
}; | ||
@@ -183,0 +187,0 @@ } |
{ | ||
"name": "ag-repo", | ||
"version": "1.0.186", | ||
"version": "1.0.187", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
164095
0.13%3677
0.14%