Comparing version 2.6.24 to 2.6.25
@@ -66,3 +66,3 @@ /// <reference lib="dom" /> | ||
export declare function autorun(fn: (context: GetterContext) => any, scheduleRerun?: DirtyCallback): () => void; | ||
export declare function autorun(fn: (context: GetterContext) => any, scheduleRerun?: DirtyCallback | true): () => void; | ||
@@ -189,2 +189,3 @@ export declare function autoUnit(num: number | string): string; | ||
dataType: ComputedDataType; | ||
preventEffectSession: boolean; | ||
data: ComputedData; | ||
@@ -214,3 +215,3 @@ trackClassInstance: boolean; | ||
isGeneratorPatch: boolean; | ||
constructor(getter?: GetterType | undefined, applyPatch?: ApplyPatchType | undefined, scheduleRecompute?: DirtyCallback | true, callbacks?: CallbacksType | undefined, skipIndicator?: SkipIndicator | undefined, dataType?: ComputedDataType); | ||
constructor(getter?: GetterType | undefined, applyPatch?: ApplyPatchType | undefined, scheduleRecompute?: DirtyCallback | true, callbacks?: CallbacksType | undefined, skipIndicator?: SkipIndicator | undefined, dataType?: ComputedDataType, preventEffectSession?: boolean); | ||
cleanPromise?: Promise<any>; | ||
@@ -722,3 +723,3 @@ runEffect(): any; | ||
export declare function once(fn: () => any, scheduleRerun?: DirtyCallback): () => any; | ||
export declare function once(fn: () => any, scheduleRerun?: DirtyCallback | true): () => any; | ||
@@ -725,0 +726,0 @@ export declare const onDownKey: (handle: (e: KeyboardEvent) => any) => (e: KeyboardEvent) => any; |
{ | ||
"name": "axii", | ||
"version": "2.6.24", | ||
"version": "2.6.25", | ||
"description": "", | ||
@@ -36,4 +36,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"data0": "^1.7.17" | ||
"data0": "^1.7.18" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2218796
12911