@@ -2,18 +2,18 @@ import { InMemoryEntityConstructor } from "../in_memory";
2
2
export declare function DefaultableMixin < T extends InMemoryEntityConstructor > ( superclass : T ) : {
3
3
new ( ...args : any [ ] ) : {
4
4
readonly isDefault : boolean ;
5
- _json : import ( "../in_memory " ) . AnyObject ;
5
+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
6
6
prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
7
7
prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
8
8
setProp ( name : string , value : unknown ) : void ;
9
9
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 ;
14
14
clone ( extraContext ?: object | undefined ) : any ;
15
15
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 ;
17
17
isValid ( ) : boolean ;
18
18
id : string ;
19
19
readonly cls : string ;
@@ -30,18 +30,18 @@ export declare function TaggableMixin<T extends InMemoryEntityConstructor>(super
30
30
new ( ...args : any [ ] ) : {
31
31
tags : string [ ] ;
32
32
setTags ( array : string [ ] ) : void ;
33
- _json : import ( "../in_memory " ) . AnyObject ;
33
+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
34
34
prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
35
35
prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
36
36
setProp ( name : string , value : unknown ) : void ;
37
37
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 ;
42
42
clone ( extraContext ?: object | undefined ) : any ;
43
43
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 ;
45
45
isValid ( ) : boolean ;
46
46
id : string ;
47
47
readonly cls : string ;
@@ -55,18 +55,18 @@ export declare function TaggableMixin<T extends InMemoryEntityConstructor>(super
55
55
export declare function HasScopeTrackMixin < T extends InMemoryEntityConstructor > ( superclass : T ) : {
56
56
new ( ...args : any [ ] ) : {
57
57
scopeTrack : unknown [ ] ;
58
- _json : import ( "../in_memory " ) . AnyObject ;
58
+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
59
59
prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
60
60
prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
61
61
setProp ( name : string , value : unknown ) : void ;
62
62
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 ;
67
67
clone ( extraContext ?: object | undefined ) : any ;
68
68
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 ;
70
70
isValid ( ) : boolean ;
71
71
id : string ;
72
72
readonly cls : string ;
@@ -81,18 +81,18 @@ export declare function HasMetadataMixin<T extends InMemoryEntityConstructor>(su
81
81
new ( ...args : any [ ] ) : {
82
82
metadata : object ;
83
83
updateMetadata ( object : object ) : void ;
84
- _json : import ( "../in_memory " ) . AnyObject ;
84
+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
85
85
prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
86
86
prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
87
87
setProp ( name : string , value : unknown ) : void ;
88
88
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 ;
93
93
clone ( extraContext ?: object | undefined ) : any ;
94
94
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 ;
96
96
isValid ( ) : boolean ;
97
97
id : string ;
98
98
readonly cls : string ;
@@ -107,18 +107,18 @@ export declare function HasDescriptionMixin<T extends InMemoryEntityConstructor>
107
107
new ( ...args : any [ ] ) : {
108
108
description : string ;
109
109
descriptionObject : { } | undefined ;
110
- _json : import ( "../in_memory " ) . AnyObject ;
110
+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
111
111
prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
112
112
prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
113
113
setProp ( name : string , value : unknown ) : void ;
114
114
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 ;
119
119
clone ( extraContext ?: object | undefined ) : any ;
120
120
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 ;
122
122
isValid ( ) : boolean ;
123
123
id : string ;
124
124
readonly cls : string ;
@@ -133,18 +133,18 @@ export declare function NamedEntityMixin<T extends InMemoryEntityConstructor>(su
133
133
new ( ...args : any [ ] ) : {
134
134
name : string ;
135
135
setName ( name : string ) : void ;
136
- _json : import ( "../in_memory " ) . AnyObject ;
136
+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
137
137
prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
138
138
prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
139
139
setProp ( name : string , value : unknown ) : void ;
140
140
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 ;
145
145
clone ( extraContext ?: object | undefined ) : any ;
146
146
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 ;
148
148
isValid ( ) : boolean ;
149
149
id : string ;
150
150
readonly cls : string ;
@@ -159,18 +159,18 @@ export declare function HasConsistencyChecksMixin<T extends InMemoryEntityConstr
159
159
new ( ...args : any [ ] ) : {
160
160
consistencyChecks : object [ ] ;
161
161
addConsistencyChecks ( array : object [ ] ) : void ;
162
- _json : import ( "../in_memory " ) . AnyObject ;
162
+ _json : import ( "@mat3ra/esse/dist/js/esse/types " ) . AnyObject ;
163
163
prop < T_1 = undefined > ( name : string , defaultValue : T_1 ) : T_1 ;
164
164
prop < T_2 = undefined > ( name : string ) : T_2 | undefined ;
165
165
setProp ( name : string , value : unknown ) : void ;
166
166
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 ;
171
171
clone ( extraContext ?: object | undefined ) : any ;
172
172
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 ;
174
174
isValid ( ) : boolean ;
175
175
id : string ;
176
176
readonly cls : string ;
0 commit comments