@@ -2,18 +2,18 @@ import { InMemoryEntityConstructor } from "../in_memory";
22export declare function DefaultableMixin < T extends InMemoryEntityConstructor > ( superclass : T ) : {
33 new ( ...args : any [ ] ) : {
44 readonly isDefault : boolean ;
5- _json : import ( "../in_memory " ) . AnyObject ;
5+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
66 prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
77 prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
88 setProp ( name : string , value : unknown ) : void ;
99 unsetProp ( name : string ) : void ;
10- setProps ( json ?: import ( "../in_memory " ) . AnyObject ) : any ;
11- toJSON ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
12- toJSONSafe ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
13- toJSONQuick ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
10+ setProps ( json ?: import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : any ;
11+ toJSON ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
12+ toJSONSafe ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
13+ toJSONQuick ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
1414 clone ( extraContext ?: object | undefined ) : any ;
1515 validate ( ) : void ;
16- clean ( config : import ( "../in_memory " ) . AnyObject ) : import ( "../in_memory " ) . AnyObject ;
16+ clean ( config : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
1717 isValid ( ) : boolean ;
1818 id : string ;
1919 readonly cls : string ;
@@ -30,18 +30,18 @@ export declare function TaggableMixin<T extends InMemoryEntityConstructor>(super
3030 new ( ...args : any [ ] ) : {
3131 tags : string [ ] ;
3232 setTags ( array : string [ ] ) : void ;
33- _json : import ( "../in_memory " ) . AnyObject ;
33+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
3434 prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
3535 prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
3636 setProp ( name : string , value : unknown ) : void ;
3737 unsetProp ( name : string ) : void ;
38- setProps ( json ?: import ( "../in_memory " ) . AnyObject ) : any ;
39- toJSON ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
40- toJSONSafe ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
41- toJSONQuick ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
38+ setProps ( json ?: import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : any ;
39+ toJSON ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
40+ toJSONSafe ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
41+ toJSONQuick ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
4242 clone ( extraContext ?: object | undefined ) : any ;
4343 validate ( ) : void ;
44- clean ( config : import ( "../in_memory " ) . AnyObject ) : import ( "../in_memory " ) . AnyObject ;
44+ clean ( config : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
4545 isValid ( ) : boolean ;
4646 id : string ;
4747 readonly cls : string ;
@@ -55,18 +55,18 @@ export declare function TaggableMixin<T extends InMemoryEntityConstructor>(super
5555export declare function HasScopeTrackMixin < T extends InMemoryEntityConstructor > ( superclass : T ) : {
5656 new ( ...args : any [ ] ) : {
5757 scopeTrack : unknown [ ] ;
58- _json : import ( "../in_memory " ) . AnyObject ;
58+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
5959 prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
6060 prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
6161 setProp ( name : string , value : unknown ) : void ;
6262 unsetProp ( name : string ) : void ;
63- setProps ( json ?: import ( "../in_memory " ) . AnyObject ) : any ;
64- toJSON ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
65- toJSONSafe ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
66- toJSONQuick ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
63+ setProps ( json ?: import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : any ;
64+ toJSON ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
65+ toJSONSafe ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
66+ toJSONQuick ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
6767 clone ( extraContext ?: object | undefined ) : any ;
6868 validate ( ) : void ;
69- clean ( config : import ( "../in_memory " ) . AnyObject ) : import ( "../in_memory " ) . AnyObject ;
69+ clean ( config : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
7070 isValid ( ) : boolean ;
7171 id : string ;
7272 readonly cls : string ;
@@ -81,18 +81,18 @@ export declare function HasMetadataMixin<T extends InMemoryEntityConstructor>(su
8181 new ( ...args : any [ ] ) : {
8282 metadata : object ;
8383 updateMetadata ( object : object ) : void ;
84- _json : import ( "../in_memory " ) . AnyObject ;
84+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
8585 prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
8686 prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
8787 setProp ( name : string , value : unknown ) : void ;
8888 unsetProp ( name : string ) : void ;
89- setProps ( json ?: import ( "../in_memory " ) . AnyObject ) : any ;
90- toJSON ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
91- toJSONSafe ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
92- toJSONQuick ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
89+ setProps ( json ?: import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : any ;
90+ toJSON ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
91+ toJSONSafe ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
92+ toJSONQuick ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
9393 clone ( extraContext ?: object | undefined ) : any ;
9494 validate ( ) : void ;
95- clean ( config : import ( "../in_memory " ) . AnyObject ) : import ( "../in_memory " ) . AnyObject ;
95+ clean ( config : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
9696 isValid ( ) : boolean ;
9797 id : string ;
9898 readonly cls : string ;
@@ -107,18 +107,18 @@ export declare function HasDescriptionMixin<T extends InMemoryEntityConstructor>
107107 new ( ...args : any [ ] ) : {
108108 description : string ;
109109 descriptionObject : { } | undefined ;
110- _json : import ( "../in_memory " ) . AnyObject ;
110+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
111111 prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
112112 prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
113113 setProp ( name : string , value : unknown ) : void ;
114114 unsetProp ( name : string ) : void ;
115- setProps ( json ?: import ( "../in_memory " ) . AnyObject ) : any ;
116- toJSON ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
117- toJSONSafe ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
118- toJSONQuick ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
115+ setProps ( json ?: import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : any ;
116+ toJSON ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
117+ toJSONSafe ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
118+ toJSONQuick ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
119119 clone ( extraContext ?: object | undefined ) : any ;
120120 validate ( ) : void ;
121- clean ( config : import ( "../in_memory " ) . AnyObject ) : import ( "../in_memory " ) . AnyObject ;
121+ clean ( config : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
122122 isValid ( ) : boolean ;
123123 id : string ;
124124 readonly cls : string ;
@@ -133,18 +133,18 @@ export declare function NamedEntityMixin<T extends InMemoryEntityConstructor>(su
133133 new ( ...args : any [ ] ) : {
134134 name : string ;
135135 setName ( name : string ) : void ;
136- _json : import ( "../in_memory " ) . AnyObject ;
136+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
137137 prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
138138 prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
139139 setProp ( name : string , value : unknown ) : void ;
140140 unsetProp ( name : string ) : void ;
141- setProps ( json ?: import ( "../in_memory " ) . AnyObject ) : any ;
142- toJSON ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
143- toJSONSafe ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
144- toJSONQuick ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
141+ setProps ( json ?: import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : any ;
142+ toJSON ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
143+ toJSONSafe ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
144+ toJSONQuick ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
145145 clone ( extraContext ?: object | undefined ) : any ;
146146 validate ( ) : void ;
147- clean ( config : import ( "../in_memory " ) . AnyObject ) : import ( "../in_memory " ) . AnyObject ;
147+ clean ( config : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
148148 isValid ( ) : boolean ;
149149 id : string ;
150150 readonly cls : string ;
@@ -159,18 +159,18 @@ export declare function HasConsistencyChecksMixin<T extends InMemoryEntityConstr
159159 new ( ...args : any [ ] ) : {
160160 consistencyChecks : object [ ] ;
161161 addConsistencyChecks ( array : object [ ] ) : void ;
162- _json : import ( "../in_memory " ) . AnyObject ;
162+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
163163 prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
164164 prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
165165 setProp ( name : string , value : unknown ) : void ;
166166 unsetProp ( name : string ) : void ;
167- setProps ( json ?: import ( "../in_memory " ) . AnyObject ) : any ;
168- toJSON ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
169- toJSONSafe ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
170- toJSONQuick ( exclude ?: string [ ] ) : import ( "../in_memory " ) . AnyObject ;
167+ setProps ( json ?: import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : any ;
168+ toJSON ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
169+ toJSONSafe ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
170+ toJSONQuick ( exclude ?: string [ ] ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
171171 clone ( extraContext ?: object | undefined ) : any ;
172172 validate ( ) : void ;
173- clean ( config : import ( "../in_memory " ) . AnyObject ) : import ( "../in_memory " ) . AnyObject ;
173+ clean ( config : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ) : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
174174 isValid ( ) : boolean ;
175175 id : string ;
176176 readonly cls : string ;
0 commit comments