mobx-state-tree
Advanced tools
Comparing version 3.12.0 to 3.12.1
@@ -51,2 +51,6 @@ import { IValidationContext, IValidationResult, IStateTreeNode, ModelPrimitive } from "../../internal"; | ||
name: string; | ||
/** | ||
* Name of the dentifier attribute or null if none. | ||
*/ | ||
readonly identifierAttribute?: string; | ||
create(...args: CreateParams<C>): STNValue<T, this>; | ||
@@ -82,3 +86,3 @@ /** | ||
*/ | ||
Type: STNValue<T, this>; | ||
readonly Type: STNValue<T, this>; | ||
/** | ||
@@ -88,3 +92,3 @@ * @deprecated use `SnapshotOut<typeof MyType>` instead. | ||
*/ | ||
SnapshotType: S; | ||
readonly SnapshotType: S; | ||
/** | ||
@@ -94,3 +98,3 @@ * @deprecated use `SnapshotIn<typeof MyType>` instead. | ||
*/ | ||
CreationType: C; | ||
readonly CreationType: C; | ||
} | ||
@@ -97,0 +101,0 @@ /** |
@@ -0,0 +0,0 @@ import { IMiddlewareEvent, IMiddlewareHandler } from "../internal"; |
import { IInterceptor, IKeyValueMap, IMapDidChange, IMapWillChange, Lambda } from "mobx"; | ||
import { IAnyType, IType, ExtractC, ExtractS, ExtractTWithSTN, ExtractCSTWithSTN } from "../../internal"; | ||
import { ExtractTWithoutSTN } from "../../core/type/type"; | ||
import { IAnyType, IType, ExtractC, ExtractS, ExtractTWithSTN, ExtractCSTWithSTN, ExtractTWithoutSTN } from "../../internal"; | ||
/** @hidden */ | ||
@@ -5,0 +4,0 @@ export interface IMapType<IT extends IAnyType> extends IType<IKeyValueMap<ExtractC<IT>> | undefined, IKeyValueMap<ExtractS<IT>>, IMSTMap<IT>> { |
{ | ||
"name": "mobx-state-tree", | ||
"version": "3.12.0", | ||
"version": "3.12.1", | ||
"description": "Opinionated, transactional, MobX powered state container", | ||
@@ -5,0 +5,0 @@ "main": "dist/mobx-state-tree.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
735337
14245
1700