Comparing version 1.0.30 to 1.0.31
import { TmFrequence, TmDelta } from "./AgDataTypes"; | ||
import { Db } from "mongodb"; | ||
import { Delta } from "ag-utilities/AgDiff"; | ||
export declare class AgTmObject<T> { | ||
@@ -8,3 +7,3 @@ get_his_deltas(from: Date, to: Date): Promise<TmDelta[]>; | ||
private _current; | ||
current_value(): import("vue").UnwrapRef<T>; | ||
current(): import("vue").UnwrapRef<T>; | ||
recent_datas(): { | ||
@@ -141,3 +140,3 @@ [key: string]: TmDelta; | ||
}]; | ||
onpatch(delta: Delta): void; | ||
private onpatch; | ||
bind(dataSource: () => any): void; | ||
@@ -144,0 +143,0 @@ unbind(): void; |
@@ -77,3 +77,3 @@ "use strict"; | ||
}; | ||
AgTmObject.prototype.current_value = function () { | ||
AgTmObject.prototype.current = function () { | ||
return this._current.value; | ||
@@ -80,0 +80,0 @@ }; |
{ | ||
"name": "ag-repo", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
106193
2276