@revisium/schema-toolkit 0.16.5 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-JHMO5NLL.js → chunk-6EAIJMZV.js} +212 -18
- package/dist/chunk-6EAIJMZV.js.map +1 -0
- package/dist/chunk-G6ZKEVVU.cjs +4 -0
- package/dist/chunk-G6ZKEVVU.cjs.map +1 -0
- package/dist/chunk-NY3H6C7K.js +3 -0
- package/dist/chunk-NY3H6C7K.js.map +1 -0
- package/dist/{chunk-YGTMLR3D.js → chunk-R4CFU33U.js} +2 -2
- package/dist/{chunk-YGTMLR3D.js.map → chunk-R4CFU33U.js.map} +1 -1
- package/dist/{chunk-7XIWS4W6.js → chunk-RTBMPBPC.js} +35 -2
- package/dist/chunk-RTBMPBPC.js.map +1 -0
- package/dist/{chunk-JJ2KGTZX.cjs → chunk-VGADCIBG.cjs} +2 -2
- package/dist/{chunk-JJ2KGTZX.cjs.map → chunk-VGADCIBG.cjs.map} +1 -1
- package/dist/{chunk-I6ZH7HZ7.cjs → chunk-YRKXZTRZ.cjs} +265 -64
- package/dist/chunk-YRKXZTRZ.cjs.map +1 -0
- package/dist/{chunk-HLGT7PCU.cjs → chunk-ZG7QX4I3.cjs} +35 -2
- package/dist/chunk-ZG7QX4I3.cjs.map +1 -0
- package/dist/core/index.cjs +57 -57
- package/dist/core/index.d.cts +2 -2
- package/dist/core/index.d.ts +2 -2
- package/dist/core/index.js +1 -1
- package/dist/index.cjs +189 -160
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -3
- package/dist/mocks/index.cjs +18 -17
- package/dist/mocks/index.js +2 -1
- package/dist/model/index.cjs +68 -39
- package/dist/model/index.d.cts +78 -4
- package/dist/model/index.d.ts +78 -4
- package/dist/model/index.js +3 -2
- package/dist/{types-bBnnfNxC.d.ts → types-6S07rMdY.d.ts} +1 -0
- package/dist/{types-BUiNI0oL.d.cts → types-DHlnrQKG.d.cts} +1 -0
- package/package.json +1 -1
- package/dist/chunk-7XIWS4W6.js.map +0 -1
- package/dist/chunk-HLGT7PCU.cjs.map +0 -1
- package/dist/chunk-I6ZH7HZ7.cjs.map +0 -1
- package/dist/chunk-JHMO5NLL.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('./chunk-MLNKM67U.cjs');
|
|
4
|
-
|
|
4
|
+
require('./chunk-G6ZKEVVU.cjs');
|
|
5
5
|
var chunkIPL2CGVA_cjs = require('./chunk-IPL2CGVA.cjs');
|
|
6
|
-
var
|
|
7
|
-
var
|
|
6
|
+
var chunkYRKXZTRZ_cjs = require('./chunk-YRKXZTRZ.cjs');
|
|
7
|
+
var chunkZG7QX4I3_cjs = require('./chunk-ZG7QX4I3.cjs');
|
|
8
8
|
require('./chunk-TBFTADML.cjs');
|
|
9
|
+
var chunkVGADCIBG_cjs = require('./chunk-VGADCIBG.cjs');
|
|
9
10
|
var chunkV6JTSET2_cjs = require('./chunk-V6JTSET2.cjs');
|
|
10
11
|
var chunkX2VRR7V7_cjs = require('./chunk-X2VRR7V7.cjs');
|
|
11
12
|
var chunkWSPFHUHU_cjs = require('./chunk-WSPFHUHU.cjs');
|
|
@@ -18,445 +19,473 @@ var chunk32FZHFIO_cjs = require('./chunk-32FZHFIO.cjs');
|
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|
|
|
21
|
-
Object.defineProperty(exports, "arr", {
|
|
22
|
-
enumerable: true,
|
|
23
|
-
get: function () { return chunkJJ2KGTZX_cjs.arr; }
|
|
24
|
-
});
|
|
25
|
-
Object.defineProperty(exports, "bool", {
|
|
26
|
-
enumerable: true,
|
|
27
|
-
get: function () { return chunkJJ2KGTZX_cjs.bool; }
|
|
28
|
-
});
|
|
29
|
-
Object.defineProperty(exports, "getAddPatch", {
|
|
30
|
-
enumerable: true,
|
|
31
|
-
get: function () { return chunkJJ2KGTZX_cjs.getAddPatch; }
|
|
32
|
-
});
|
|
33
|
-
Object.defineProperty(exports, "getArraySchema", {
|
|
34
|
-
enumerable: true,
|
|
35
|
-
get: function () { return chunkJJ2KGTZX_cjs.getArraySchema; }
|
|
36
|
-
});
|
|
37
|
-
Object.defineProperty(exports, "getBooleanSchema", {
|
|
38
|
-
enumerable: true,
|
|
39
|
-
get: function () { return chunkJJ2KGTZX_cjs.getBooleanSchema; }
|
|
40
|
-
});
|
|
41
|
-
Object.defineProperty(exports, "getMovePatch", {
|
|
42
|
-
enumerable: true,
|
|
43
|
-
get: function () { return chunkJJ2KGTZX_cjs.getMovePatch; }
|
|
44
|
-
});
|
|
45
|
-
Object.defineProperty(exports, "getNumberSchema", {
|
|
46
|
-
enumerable: true,
|
|
47
|
-
get: function () { return chunkJJ2KGTZX_cjs.getNumberSchema; }
|
|
48
|
-
});
|
|
49
|
-
Object.defineProperty(exports, "getObjectSchema", {
|
|
50
|
-
enumerable: true,
|
|
51
|
-
get: function () { return chunkJJ2KGTZX_cjs.getObjectSchema; }
|
|
52
|
-
});
|
|
53
|
-
Object.defineProperty(exports, "getRefSchema", {
|
|
54
|
-
enumerable: true,
|
|
55
|
-
get: function () { return chunkJJ2KGTZX_cjs.getRefSchema; }
|
|
56
|
-
});
|
|
57
|
-
Object.defineProperty(exports, "getRemovePatch", {
|
|
58
|
-
enumerable: true,
|
|
59
|
-
get: function () { return chunkJJ2KGTZX_cjs.getRemovePatch; }
|
|
60
|
-
});
|
|
61
|
-
Object.defineProperty(exports, "getReplacePatch", {
|
|
62
|
-
enumerable: true,
|
|
63
|
-
get: function () { return chunkJJ2KGTZX_cjs.getReplacePatch; }
|
|
64
|
-
});
|
|
65
|
-
Object.defineProperty(exports, "getStringSchema", {
|
|
66
|
-
enumerable: true,
|
|
67
|
-
get: function () { return chunkJJ2KGTZX_cjs.getStringSchema; }
|
|
68
|
-
});
|
|
69
|
-
Object.defineProperty(exports, "num", {
|
|
70
|
-
enumerable: true,
|
|
71
|
-
get: function () { return chunkJJ2KGTZX_cjs.num; }
|
|
72
|
-
});
|
|
73
|
-
Object.defineProperty(exports, "obj", {
|
|
74
|
-
enumerable: true,
|
|
75
|
-
get: function () { return chunkJJ2KGTZX_cjs.obj; }
|
|
76
|
-
});
|
|
77
|
-
Object.defineProperty(exports, "ref", {
|
|
78
|
-
enumerable: true,
|
|
79
|
-
get: function () { return chunkJJ2KGTZX_cjs.ref; }
|
|
80
|
-
});
|
|
81
|
-
Object.defineProperty(exports, "str", {
|
|
82
|
-
enumerable: true,
|
|
83
|
-
get: function () { return chunkJJ2KGTZX_cjs.str; }
|
|
84
|
-
});
|
|
85
22
|
Object.defineProperty(exports, "CustomSchemeKeywords", {
|
|
86
23
|
enumerable: true,
|
|
87
24
|
get: function () { return chunkIPL2CGVA_cjs.CustomSchemeKeywords; }
|
|
88
25
|
});
|
|
26
|
+
Object.defineProperty(exports, "ArrayToItemsTypeTransformer", {
|
|
27
|
+
enumerable: true,
|
|
28
|
+
get: function () { return chunkYRKXZTRZ_cjs.ArrayToItemsTypeTransformer; }
|
|
29
|
+
});
|
|
89
30
|
Object.defineProperty(exports, "ArrayValueNode", {
|
|
90
31
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkYRKXZTRZ_cjs.ArrayValueNode; }
|
|
92
33
|
});
|
|
93
34
|
Object.defineProperty(exports, "BasePrimitiveValueNode", {
|
|
94
35
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkYRKXZTRZ_cjs.BasePrimitiveValueNode; }
|
|
96
37
|
});
|
|
97
38
|
Object.defineProperty(exports, "BaseValueNode", {
|
|
98
39
|
enumerable: true,
|
|
99
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkYRKXZTRZ_cjs.BaseValueNode; }
|
|
100
41
|
});
|
|
101
42
|
Object.defineProperty(exports, "BooleanValueNode", {
|
|
102
43
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkYRKXZTRZ_cjs.BooleanValueNode; }
|
|
104
45
|
});
|
|
105
46
|
Object.defineProperty(exports, "DataModelImpl", {
|
|
106
47
|
enumerable: true,
|
|
107
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkYRKXZTRZ_cjs.DataModelImpl; }
|
|
49
|
+
});
|
|
50
|
+
Object.defineProperty(exports, "DefaultTransformer", {
|
|
51
|
+
enumerable: true,
|
|
52
|
+
get: function () { return chunkYRKXZTRZ_cjs.DefaultTransformer; }
|
|
108
53
|
});
|
|
109
54
|
Object.defineProperty(exports, "ForeignKeyNotFoundError", {
|
|
110
55
|
enumerable: true,
|
|
111
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkYRKXZTRZ_cjs.ForeignKeyNotFoundError; }
|
|
112
57
|
});
|
|
113
58
|
Object.defineProperty(exports, "ForeignKeyResolverImpl", {
|
|
114
59
|
enumerable: true,
|
|
115
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkYRKXZTRZ_cjs.ForeignKeyResolverImpl; }
|
|
116
61
|
});
|
|
117
62
|
Object.defineProperty(exports, "ForeignKeyResolverNotConfiguredError", {
|
|
118
63
|
enumerable: true,
|
|
119
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkYRKXZTRZ_cjs.ForeignKeyResolverNotConfiguredError; }
|
|
120
65
|
});
|
|
121
66
|
Object.defineProperty(exports, "ForeignKeyValueNodeImpl", {
|
|
122
67
|
enumerable: true,
|
|
123
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkYRKXZTRZ_cjs.ForeignKeyValueNodeImpl; }
|
|
124
69
|
});
|
|
125
70
|
Object.defineProperty(exports, "NodeFactory", {
|
|
126
71
|
enumerable: true,
|
|
127
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkYRKXZTRZ_cjs.NodeFactory; }
|
|
128
73
|
});
|
|
129
74
|
Object.defineProperty(exports, "NodeFactoryRegistry", {
|
|
130
75
|
enumerable: true,
|
|
131
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkYRKXZTRZ_cjs.NodeFactoryRegistry; }
|
|
132
77
|
});
|
|
133
78
|
Object.defineProperty(exports, "NumberValueNode", {
|
|
134
79
|
enumerable: true,
|
|
135
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkYRKXZTRZ_cjs.NumberValueNode; }
|
|
81
|
+
});
|
|
82
|
+
Object.defineProperty(exports, "ObjectToArrayTransformer", {
|
|
83
|
+
enumerable: true,
|
|
84
|
+
get: function () { return chunkYRKXZTRZ_cjs.ObjectToArrayTransformer; }
|
|
136
85
|
});
|
|
137
86
|
Object.defineProperty(exports, "ObjectValueNode", {
|
|
138
87
|
enumerable: true,
|
|
139
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkYRKXZTRZ_cjs.ObjectValueNode; }
|
|
89
|
+
});
|
|
90
|
+
Object.defineProperty(exports, "PrimitiveToArrayTransformer", {
|
|
91
|
+
enumerable: true,
|
|
92
|
+
get: function () { return chunkYRKXZTRZ_cjs.PrimitiveToArrayTransformer; }
|
|
93
|
+
});
|
|
94
|
+
Object.defineProperty(exports, "RefTransformer", {
|
|
95
|
+
enumerable: true,
|
|
96
|
+
get: function () { return chunkYRKXZTRZ_cjs.RefTransformer; }
|
|
140
97
|
});
|
|
141
98
|
Object.defineProperty(exports, "RowModelImpl", {
|
|
142
99
|
enumerable: true,
|
|
143
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkYRKXZTRZ_cjs.RowModelImpl; }
|
|
144
101
|
});
|
|
145
102
|
Object.defineProperty(exports, "SchemaParser", {
|
|
146
103
|
enumerable: true,
|
|
147
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkYRKXZTRZ_cjs.SchemaParser; }
|
|
148
105
|
});
|
|
149
106
|
Object.defineProperty(exports, "StringValueNode", {
|
|
150
107
|
enumerable: true,
|
|
151
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkYRKXZTRZ_cjs.StringValueNode; }
|
|
152
109
|
});
|
|
153
110
|
Object.defineProperty(exports, "TableModelImpl", {
|
|
154
111
|
enumerable: true,
|
|
155
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkYRKXZTRZ_cjs.TableModelImpl; }
|
|
113
|
+
});
|
|
114
|
+
Object.defineProperty(exports, "TypeTransformChain", {
|
|
115
|
+
enumerable: true,
|
|
116
|
+
get: function () { return chunkYRKXZTRZ_cjs.TypeTransformChain; }
|
|
156
117
|
});
|
|
157
118
|
Object.defineProperty(exports, "ValueNodeFactory", {
|
|
158
119
|
enumerable: true,
|
|
159
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkYRKXZTRZ_cjs.NodeFactory2; }
|
|
160
121
|
});
|
|
161
122
|
Object.defineProperty(exports, "ValueType", {
|
|
162
123
|
enumerable: true,
|
|
163
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkYRKXZTRZ_cjs.ValueType; }
|
|
164
125
|
});
|
|
165
126
|
Object.defineProperty(exports, "createDataModel", {
|
|
166
127
|
enumerable: true,
|
|
167
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkYRKXZTRZ_cjs.createDataModel; }
|
|
168
129
|
});
|
|
169
130
|
Object.defineProperty(exports, "createDefaultRegistry", {
|
|
170
131
|
enumerable: true,
|
|
171
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkYRKXZTRZ_cjs.createDefaultRegistry; }
|
|
172
133
|
});
|
|
173
134
|
Object.defineProperty(exports, "createForeignKeyResolver", {
|
|
174
135
|
enumerable: true,
|
|
175
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkYRKXZTRZ_cjs.createForeignKeyResolver; }
|
|
176
137
|
});
|
|
177
138
|
Object.defineProperty(exports, "createNodeFactory", {
|
|
178
139
|
enumerable: true,
|
|
179
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkYRKXZTRZ_cjs.createNodeFactory; }
|
|
180
141
|
});
|
|
181
142
|
Object.defineProperty(exports, "createSchemaModel", {
|
|
182
143
|
enumerable: true,
|
|
183
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunkYRKXZTRZ_cjs.createSchemaModel; }
|
|
184
145
|
});
|
|
185
146
|
Object.defineProperty(exports, "createTableModel", {
|
|
186
147
|
enumerable: true,
|
|
187
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunkYRKXZTRZ_cjs.createTableModel; }
|
|
149
|
+
});
|
|
150
|
+
Object.defineProperty(exports, "createTypeTransformChain", {
|
|
151
|
+
enumerable: true,
|
|
152
|
+
get: function () { return chunkYRKXZTRZ_cjs.createTypeTransformChain; }
|
|
188
153
|
});
|
|
189
154
|
Object.defineProperty(exports, "extractFormulaDefinition", {
|
|
190
155
|
enumerable: true,
|
|
191
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunkYRKXZTRZ_cjs.extractFormulaDefinition; }
|
|
192
157
|
});
|
|
193
158
|
Object.defineProperty(exports, "generateDefaultValue", {
|
|
194
159
|
enumerable: true,
|
|
195
|
-
get: function () { return
|
|
160
|
+
get: function () { return chunkYRKXZTRZ_cjs.generateDefaultValue; }
|
|
196
161
|
});
|
|
197
162
|
Object.defineProperty(exports, "generateNodeId", {
|
|
198
163
|
enumerable: true,
|
|
199
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunkYRKXZTRZ_cjs.generateNodeId; }
|
|
200
165
|
});
|
|
201
166
|
Object.defineProperty(exports, "isForeignKeyValueNode", {
|
|
202
167
|
enumerable: true,
|
|
203
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkYRKXZTRZ_cjs.isForeignKeyValueNode; }
|
|
204
169
|
});
|
|
205
170
|
Object.defineProperty(exports, "resetNodeIdCounter", {
|
|
206
171
|
enumerable: true,
|
|
207
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunkYRKXZTRZ_cjs.resetNodeIdCounter; }
|
|
208
173
|
});
|
|
209
174
|
Object.defineProperty(exports, "ChangeCoalescer", {
|
|
210
175
|
enumerable: true,
|
|
211
|
-
get: function () { return
|
|
176
|
+
get: function () { return chunkZG7QX4I3_cjs.ChangeCoalescer; }
|
|
212
177
|
});
|
|
213
178
|
Object.defineProperty(exports, "ChangeCollector", {
|
|
214
179
|
enumerable: true,
|
|
215
|
-
get: function () { return
|
|
180
|
+
get: function () { return chunkZG7QX4I3_cjs.ChangeCollector; }
|
|
216
181
|
});
|
|
217
182
|
Object.defineProperty(exports, "CompositeRule", {
|
|
218
183
|
enumerable: true,
|
|
219
|
-
get: function () { return
|
|
184
|
+
get: function () { return chunkZG7QX4I3_cjs.CompositeRule; }
|
|
220
185
|
});
|
|
221
186
|
Object.defineProperty(exports, "EMPTY_METADATA", {
|
|
222
187
|
enumerable: true,
|
|
223
|
-
get: function () { return
|
|
188
|
+
get: function () { return chunkZG7QX4I3_cjs.EMPTY_METADATA; }
|
|
224
189
|
});
|
|
225
190
|
Object.defineProperty(exports, "EMPTY_PATH", {
|
|
226
191
|
enumerable: true,
|
|
227
|
-
get: function () { return
|
|
192
|
+
get: function () { return chunkZG7QX4I3_cjs.EMPTY_PATH; }
|
|
228
193
|
});
|
|
229
194
|
Object.defineProperty(exports, "EnumValidator", {
|
|
230
195
|
enumerable: true,
|
|
231
|
-
get: function () { return
|
|
196
|
+
get: function () { return chunkZG7QX4I3_cjs.EnumValidator; }
|
|
232
197
|
});
|
|
233
198
|
Object.defineProperty(exports, "FIELD_NAME_ERROR_MESSAGE", {
|
|
234
199
|
enumerable: true,
|
|
235
|
-
get: function () { return
|
|
200
|
+
get: function () { return chunkZG7QX4I3_cjs.FIELD_NAME_ERROR_MESSAGE; }
|
|
236
201
|
});
|
|
237
202
|
Object.defineProperty(exports, "ForeignKeyValidator", {
|
|
238
203
|
enumerable: true,
|
|
239
|
-
get: function () { return
|
|
204
|
+
get: function () { return chunkZG7QX4I3_cjs.ForeignKeyValidator; }
|
|
240
205
|
});
|
|
241
206
|
Object.defineProperty(exports, "FormulaChangeDetector", {
|
|
242
207
|
enumerable: true,
|
|
243
|
-
get: function () { return
|
|
208
|
+
get: function () { return chunkZG7QX4I3_cjs.FormulaChangeDetector; }
|
|
244
209
|
});
|
|
245
210
|
Object.defineProperty(exports, "FormulaDependencyIndex", {
|
|
246
211
|
enumerable: true,
|
|
247
|
-
get: function () { return
|
|
212
|
+
get: function () { return chunkZG7QX4I3_cjs.FormulaDependencyIndex; }
|
|
248
213
|
});
|
|
249
214
|
Object.defineProperty(exports, "FormulaPath", {
|
|
250
215
|
enumerable: true,
|
|
251
|
-
get: function () { return
|
|
216
|
+
get: function () { return chunkZG7QX4I3_cjs.FormulaPath; }
|
|
252
217
|
});
|
|
253
218
|
Object.defineProperty(exports, "FormulaPathBuilder", {
|
|
254
219
|
enumerable: true,
|
|
255
|
-
get: function () { return
|
|
220
|
+
get: function () { return chunkZG7QX4I3_cjs.FormulaPathBuilder; }
|
|
256
221
|
});
|
|
257
222
|
Object.defineProperty(exports, "FormulaSerializer", {
|
|
258
223
|
enumerable: true,
|
|
259
|
-
get: function () { return
|
|
224
|
+
get: function () { return chunkZG7QX4I3_cjs.FormulaSerializer; }
|
|
260
225
|
});
|
|
261
226
|
Object.defineProperty(exports, "ItemsSegment", {
|
|
262
227
|
enumerable: true,
|
|
263
|
-
get: function () { return
|
|
228
|
+
get: function () { return chunkZG7QX4I3_cjs.ItemsSegment; }
|
|
264
229
|
});
|
|
265
230
|
Object.defineProperty(exports, "MaxLengthValidator", {
|
|
266
231
|
enumerable: true,
|
|
267
|
-
get: function () { return
|
|
232
|
+
get: function () { return chunkZG7QX4I3_cjs.MaxLengthValidator; }
|
|
268
233
|
});
|
|
269
234
|
Object.defineProperty(exports, "MaximumValidator", {
|
|
270
235
|
enumerable: true,
|
|
271
|
-
get: function () { return
|
|
236
|
+
get: function () { return chunkZG7QX4I3_cjs.MaximumValidator; }
|
|
272
237
|
});
|
|
273
238
|
Object.defineProperty(exports, "MinLengthValidator", {
|
|
274
239
|
enumerable: true,
|
|
275
|
-
get: function () { return
|
|
240
|
+
get: function () { return chunkZG7QX4I3_cjs.MinLengthValidator; }
|
|
276
241
|
});
|
|
277
242
|
Object.defineProperty(exports, "MinimumValidator", {
|
|
278
243
|
enumerable: true,
|
|
279
|
-
get: function () { return
|
|
244
|
+
get: function () { return chunkZG7QX4I3_cjs.MinimumValidator; }
|
|
280
245
|
});
|
|
281
246
|
Object.defineProperty(exports, "NULL_NODE", {
|
|
282
247
|
enumerable: true,
|
|
283
|
-
get: function () { return
|
|
248
|
+
get: function () { return chunkZG7QX4I3_cjs.NULL_NODE; }
|
|
284
249
|
});
|
|
285
250
|
Object.defineProperty(exports, "NodePathIndex", {
|
|
286
251
|
enumerable: true,
|
|
287
|
-
get: function () { return
|
|
252
|
+
get: function () { return chunkZG7QX4I3_cjs.NodePathIndex; }
|
|
288
253
|
});
|
|
289
254
|
Object.defineProperty(exports, "ParsedFormula", {
|
|
290
255
|
enumerable: true,
|
|
291
|
-
get: function () { return
|
|
256
|
+
get: function () { return chunkZG7QX4I3_cjs.ParsedFormula; }
|
|
292
257
|
});
|
|
293
258
|
Object.defineProperty(exports, "PatchBuilder", {
|
|
294
259
|
enumerable: true,
|
|
295
|
-
get: function () { return
|
|
260
|
+
get: function () { return chunkZG7QX4I3_cjs.PatchBuilder; }
|
|
296
261
|
});
|
|
297
262
|
Object.defineProperty(exports, "PatchEnricher", {
|
|
298
263
|
enumerable: true,
|
|
299
|
-
get: function () { return
|
|
264
|
+
get: function () { return chunkZG7QX4I3_cjs.PatchEnricher; }
|
|
300
265
|
});
|
|
301
266
|
Object.defineProperty(exports, "PatchGenerator", {
|
|
302
267
|
enumerable: true,
|
|
303
|
-
get: function () { return
|
|
268
|
+
get: function () { return chunkZG7QX4I3_cjs.PatchGenerator; }
|
|
304
269
|
});
|
|
305
270
|
Object.defineProperty(exports, "PatternValidator", {
|
|
306
271
|
enumerable: true,
|
|
307
|
-
get: function () { return
|
|
272
|
+
get: function () { return chunkZG7QX4I3_cjs.PatternValidator; }
|
|
308
273
|
});
|
|
309
274
|
Object.defineProperty(exports, "PropertySegment", {
|
|
310
275
|
enumerable: true,
|
|
311
|
-
get: function () { return
|
|
276
|
+
get: function () { return chunkZG7QX4I3_cjs.PropertySegment; }
|
|
312
277
|
});
|
|
313
278
|
Object.defineProperty(exports, "RequiredValidator", {
|
|
314
279
|
enumerable: true,
|
|
315
|
-
get: function () { return
|
|
280
|
+
get: function () { return chunkZG7QX4I3_cjs.RequiredValidator; }
|
|
316
281
|
});
|
|
317
282
|
Object.defineProperty(exports, "ResolvedDependency", {
|
|
318
283
|
enumerable: true,
|
|
319
|
-
get: function () { return
|
|
284
|
+
get: function () { return chunkZG7QX4I3_cjs.ResolvedDependency; }
|
|
320
285
|
});
|
|
321
286
|
Object.defineProperty(exports, "SchemaDiff", {
|
|
322
287
|
enumerable: true,
|
|
323
|
-
get: function () { return
|
|
288
|
+
get: function () { return chunkZG7QX4I3_cjs.SchemaDiff; }
|
|
324
289
|
});
|
|
325
290
|
Object.defineProperty(exports, "SchemaPropertyRule", {
|
|
326
291
|
enumerable: true,
|
|
327
|
-
get: function () { return
|
|
292
|
+
get: function () { return chunkZG7QX4I3_cjs.SchemaPropertyRule; }
|
|
328
293
|
});
|
|
329
294
|
Object.defineProperty(exports, "SchemaSerializer", {
|
|
330
295
|
enumerable: true,
|
|
331
|
-
get: function () { return
|
|
296
|
+
get: function () { return chunkZG7QX4I3_cjs.SchemaSerializer; }
|
|
332
297
|
});
|
|
333
298
|
Object.defineProperty(exports, "SchemaTruthyRule", {
|
|
334
299
|
enumerable: true,
|
|
335
|
-
get: function () { return
|
|
300
|
+
get: function () { return chunkZG7QX4I3_cjs.SchemaTruthyRule; }
|
|
336
301
|
});
|
|
337
302
|
Object.defineProperty(exports, "ValidationEngine", {
|
|
338
303
|
enumerable: true,
|
|
339
|
-
get: function () { return
|
|
304
|
+
get: function () { return chunkZG7QX4I3_cjs.ValidationEngine; }
|
|
340
305
|
});
|
|
341
306
|
Object.defineProperty(exports, "ValidatorRegistry", {
|
|
342
307
|
enumerable: true,
|
|
343
|
-
get: function () { return
|
|
308
|
+
get: function () { return chunkZG7QX4I3_cjs.ValidatorRegistry; }
|
|
344
309
|
});
|
|
345
310
|
Object.defineProperty(exports, "ValidatorResolver", {
|
|
346
311
|
enumerable: true,
|
|
347
|
-
get: function () { return
|
|
312
|
+
get: function () { return chunkZG7QX4I3_cjs.ValidatorResolver; }
|
|
348
313
|
});
|
|
349
314
|
Object.defineProperty(exports, "areNodesContentEqual", {
|
|
350
315
|
enumerable: true,
|
|
351
|
-
get: function () { return
|
|
316
|
+
get: function () { return chunkZG7QX4I3_cjs.areNodesContentEqual; }
|
|
352
317
|
});
|
|
353
318
|
Object.defineProperty(exports, "areNodesEqual", {
|
|
354
319
|
enumerable: true,
|
|
355
|
-
get: function () { return
|
|
320
|
+
get: function () { return chunkZG7QX4I3_cjs.areNodesEqual; }
|
|
356
321
|
});
|
|
357
322
|
Object.defineProperty(exports, "coalesceChanges", {
|
|
358
323
|
enumerable: true,
|
|
359
|
-
get: function () { return
|
|
324
|
+
get: function () { return chunkZG7QX4I3_cjs.coalesceChanges; }
|
|
360
325
|
});
|
|
361
326
|
Object.defineProperty(exports, "collectChanges", {
|
|
362
327
|
enumerable: true,
|
|
363
|
-
get: function () { return
|
|
328
|
+
get: function () { return chunkZG7QX4I3_cjs.collectChanges; }
|
|
364
329
|
});
|
|
365
330
|
Object.defineProperty(exports, "createArrayNode", {
|
|
366
331
|
enumerable: true,
|
|
367
|
-
get: function () { return
|
|
332
|
+
get: function () { return chunkZG7QX4I3_cjs.createArrayNode; }
|
|
368
333
|
});
|
|
369
334
|
Object.defineProperty(exports, "createBooleanNode", {
|
|
370
335
|
enumerable: true,
|
|
371
|
-
get: function () { return
|
|
336
|
+
get: function () { return chunkZG7QX4I3_cjs.createBooleanNode; }
|
|
372
337
|
});
|
|
373
338
|
Object.defineProperty(exports, "createDefaultValidatorRegistry", {
|
|
374
339
|
enumerable: true,
|
|
375
|
-
get: function () { return
|
|
340
|
+
get: function () { return chunkZG7QX4I3_cjs.createDefaultValidatorRegistry; }
|
|
376
341
|
});
|
|
377
342
|
Object.defineProperty(exports, "createMobxProvider", {
|
|
378
343
|
enumerable: true,
|
|
379
|
-
get: function () { return
|
|
344
|
+
get: function () { return chunkZG7QX4I3_cjs.createMobxProvider; }
|
|
380
345
|
});
|
|
381
346
|
Object.defineProperty(exports, "createNumberNode", {
|
|
382
347
|
enumerable: true,
|
|
383
|
-
get: function () { return
|
|
348
|
+
get: function () { return chunkZG7QX4I3_cjs.createNumberNode; }
|
|
384
349
|
});
|
|
385
350
|
Object.defineProperty(exports, "createObjectNode", {
|
|
386
351
|
enumerable: true,
|
|
387
|
-
get: function () { return
|
|
352
|
+
get: function () { return chunkZG7QX4I3_cjs.createObjectNode; }
|
|
388
353
|
});
|
|
389
354
|
Object.defineProperty(exports, "createPath", {
|
|
390
355
|
enumerable: true,
|
|
391
|
-
get: function () { return
|
|
356
|
+
get: function () { return chunkZG7QX4I3_cjs.createPath; }
|
|
392
357
|
});
|
|
393
358
|
Object.defineProperty(exports, "createRefNode", {
|
|
394
359
|
enumerable: true,
|
|
395
|
-
get: function () { return
|
|
360
|
+
get: function () { return chunkZG7QX4I3_cjs.createRefNode; }
|
|
396
361
|
});
|
|
397
362
|
Object.defineProperty(exports, "createSchemaTree", {
|
|
398
363
|
enumerable: true,
|
|
399
|
-
get: function () { return
|
|
364
|
+
get: function () { return chunkZG7QX4I3_cjs.createSchemaTree; }
|
|
400
365
|
});
|
|
401
366
|
Object.defineProperty(exports, "createStringNode", {
|
|
402
367
|
enumerable: true,
|
|
403
|
-
get: function () { return
|
|
368
|
+
get: function () { return chunkZG7QX4I3_cjs.createStringNode; }
|
|
404
369
|
});
|
|
405
370
|
Object.defineProperty(exports, "createValidationEngine", {
|
|
406
371
|
enumerable: true,
|
|
407
|
-
get: function () { return
|
|
372
|
+
get: function () { return chunkZG7QX4I3_cjs.createValidationEngine; }
|
|
408
373
|
});
|
|
409
374
|
Object.defineProperty(exports, "isValidFieldName", {
|
|
410
375
|
enumerable: true,
|
|
411
|
-
get: function () { return
|
|
376
|
+
get: function () { return chunkZG7QX4I3_cjs.isValidFieldName; }
|
|
412
377
|
});
|
|
413
378
|
Object.defineProperty(exports, "jsonPointerToPath", {
|
|
414
379
|
enumerable: true,
|
|
415
|
-
get: function () { return
|
|
380
|
+
get: function () { return chunkZG7QX4I3_cjs.jsonPointerToPath; }
|
|
416
381
|
});
|
|
417
382
|
Object.defineProperty(exports, "jsonPointerToSegments", {
|
|
418
383
|
enumerable: true,
|
|
419
|
-
get: function () { return
|
|
384
|
+
get: function () { return chunkZG7QX4I3_cjs.jsonPointerToSegments; }
|
|
420
385
|
});
|
|
421
386
|
Object.defineProperty(exports, "jsonPointerToSimplePath", {
|
|
422
387
|
enumerable: true,
|
|
423
|
-
get: function () { return
|
|
388
|
+
get: function () { return chunkZG7QX4I3_cjs.jsonPointerToSimplePath; }
|
|
424
389
|
});
|
|
425
390
|
Object.defineProperty(exports, "makeAutoObservable", {
|
|
426
391
|
enumerable: true,
|
|
427
|
-
get: function () { return
|
|
392
|
+
get: function () { return chunkZG7QX4I3_cjs.makeAutoObservable; }
|
|
428
393
|
});
|
|
429
394
|
Object.defineProperty(exports, "makeObservable", {
|
|
430
395
|
enumerable: true,
|
|
431
|
-
get: function () { return
|
|
396
|
+
get: function () { return chunkZG7QX4I3_cjs.makeObservable; }
|
|
432
397
|
});
|
|
433
398
|
Object.defineProperty(exports, "observable", {
|
|
434
399
|
enumerable: true,
|
|
435
|
-
get: function () { return
|
|
400
|
+
get: function () { return chunkZG7QX4I3_cjs.observable; }
|
|
436
401
|
});
|
|
437
402
|
Object.defineProperty(exports, "reaction", {
|
|
438
403
|
enumerable: true,
|
|
439
|
-
get: function () { return
|
|
404
|
+
get: function () { return chunkZG7QX4I3_cjs.reaction; }
|
|
440
405
|
});
|
|
441
406
|
Object.defineProperty(exports, "resetReactivityProvider", {
|
|
442
407
|
enumerable: true,
|
|
443
|
-
get: function () { return
|
|
408
|
+
get: function () { return chunkZG7QX4I3_cjs.resetReactivityProvider; }
|
|
444
409
|
});
|
|
445
410
|
Object.defineProperty(exports, "runInAction", {
|
|
446
411
|
enumerable: true,
|
|
447
|
-
get: function () { return
|
|
412
|
+
get: function () { return chunkZG7QX4I3_cjs.runInAction; }
|
|
448
413
|
});
|
|
449
414
|
Object.defineProperty(exports, "setReactivityProvider", {
|
|
450
415
|
enumerable: true,
|
|
451
|
-
get: function () { return
|
|
416
|
+
get: function () { return chunkZG7QX4I3_cjs.setReactivityProvider; }
|
|
452
417
|
});
|
|
453
418
|
Object.defineProperty(exports, "validateFormulas", {
|
|
454
419
|
enumerable: true,
|
|
455
|
-
get: function () { return
|
|
420
|
+
get: function () { return chunkZG7QX4I3_cjs.validateFormulas; }
|
|
456
421
|
});
|
|
457
422
|
Object.defineProperty(exports, "validateSchema", {
|
|
458
423
|
enumerable: true,
|
|
459
|
-
get: function () { return
|
|
424
|
+
get: function () { return chunkZG7QX4I3_cjs.validateSchema; }
|
|
425
|
+
});
|
|
426
|
+
Object.defineProperty(exports, "arr", {
|
|
427
|
+
enumerable: true,
|
|
428
|
+
get: function () { return chunkVGADCIBG_cjs.arr; }
|
|
429
|
+
});
|
|
430
|
+
Object.defineProperty(exports, "bool", {
|
|
431
|
+
enumerable: true,
|
|
432
|
+
get: function () { return chunkVGADCIBG_cjs.bool; }
|
|
433
|
+
});
|
|
434
|
+
Object.defineProperty(exports, "getAddPatch", {
|
|
435
|
+
enumerable: true,
|
|
436
|
+
get: function () { return chunkVGADCIBG_cjs.getAddPatch; }
|
|
437
|
+
});
|
|
438
|
+
Object.defineProperty(exports, "getArraySchema", {
|
|
439
|
+
enumerable: true,
|
|
440
|
+
get: function () { return chunkVGADCIBG_cjs.getArraySchema; }
|
|
441
|
+
});
|
|
442
|
+
Object.defineProperty(exports, "getBooleanSchema", {
|
|
443
|
+
enumerable: true,
|
|
444
|
+
get: function () { return chunkVGADCIBG_cjs.getBooleanSchema; }
|
|
445
|
+
});
|
|
446
|
+
Object.defineProperty(exports, "getMovePatch", {
|
|
447
|
+
enumerable: true,
|
|
448
|
+
get: function () { return chunkVGADCIBG_cjs.getMovePatch; }
|
|
449
|
+
});
|
|
450
|
+
Object.defineProperty(exports, "getNumberSchema", {
|
|
451
|
+
enumerable: true,
|
|
452
|
+
get: function () { return chunkVGADCIBG_cjs.getNumberSchema; }
|
|
453
|
+
});
|
|
454
|
+
Object.defineProperty(exports, "getObjectSchema", {
|
|
455
|
+
enumerable: true,
|
|
456
|
+
get: function () { return chunkVGADCIBG_cjs.getObjectSchema; }
|
|
457
|
+
});
|
|
458
|
+
Object.defineProperty(exports, "getRefSchema", {
|
|
459
|
+
enumerable: true,
|
|
460
|
+
get: function () { return chunkVGADCIBG_cjs.getRefSchema; }
|
|
461
|
+
});
|
|
462
|
+
Object.defineProperty(exports, "getRemovePatch", {
|
|
463
|
+
enumerable: true,
|
|
464
|
+
get: function () { return chunkVGADCIBG_cjs.getRemovePatch; }
|
|
465
|
+
});
|
|
466
|
+
Object.defineProperty(exports, "getReplacePatch", {
|
|
467
|
+
enumerable: true,
|
|
468
|
+
get: function () { return chunkVGADCIBG_cjs.getReplacePatch; }
|
|
469
|
+
});
|
|
470
|
+
Object.defineProperty(exports, "getStringSchema", {
|
|
471
|
+
enumerable: true,
|
|
472
|
+
get: function () { return chunkVGADCIBG_cjs.getStringSchema; }
|
|
473
|
+
});
|
|
474
|
+
Object.defineProperty(exports, "num", {
|
|
475
|
+
enumerable: true,
|
|
476
|
+
get: function () { return chunkVGADCIBG_cjs.num; }
|
|
477
|
+
});
|
|
478
|
+
Object.defineProperty(exports, "obj", {
|
|
479
|
+
enumerable: true,
|
|
480
|
+
get: function () { return chunkVGADCIBG_cjs.obj; }
|
|
481
|
+
});
|
|
482
|
+
Object.defineProperty(exports, "ref", {
|
|
483
|
+
enumerable: true,
|
|
484
|
+
get: function () { return chunkVGADCIBG_cjs.ref; }
|
|
485
|
+
});
|
|
486
|
+
Object.defineProperty(exports, "str", {
|
|
487
|
+
enumerable: true,
|
|
488
|
+
get: function () { return chunkVGADCIBG_cjs.str; }
|
|
460
489
|
});
|
|
461
490
|
Object.defineProperty(exports, "SchemaTable", {
|
|
462
491
|
enumerable: true,
|
package/dist/index.d.cts
CHANGED
|
@@ -8,8 +8,8 @@ export { ajvFileSchema, ajvRowCreatedAtSchema, ajvRowCreatedIdSchema, ajvRowHash
|
|
|
8
8
|
export { ArraySchemaOptions, BooleanSchemaOptions, NumberSchemaOptions, ObjectSchemaOptions, RefSchemaOptions, StringSchemaOptions, arr, bool, getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema, num, obj, ref, str } from './mocks/index.cjs';
|
|
9
9
|
export { CustomSchemeKeywords } from './consts/index.cjs';
|
|
10
10
|
export { A as AddedPropertyEvent, C as ChangeNameEvent, f as JsonArrayStore, m as JsonArrayValueStore, b as JsonBooleanStore, k as JsonBooleanValueStore, a as JsonNumberStore, j as JsonNumberValueStore, c as JsonObjectStore, l as JsonObjectValueStore, h as JsonSchemaStore, g as JsonSchemaStorePrimitives, J as JsonStringStore, i as JsonStringValueStore, p as JsonValueStore, o as JsonValueStoreParent, n as JsonValueStorePrimitives, d as MigrateItemsEvent, M as MigratePropertyEvent, R as RemovedPropertyEvent, e as ReplaceItemsEvent } from './json-string.store-DOZn38CI.cjs';
|
|
11
|
-
export { ArrayNodeOptions, ArrayValueNode, ArrayValueNodeInterface, BasePrimitiveValueNode, BaseValueNode, BooleanValueNode, DataModel, DataModelImpl, DataModelOptions, DirtyTrackable, FieldType, ForeignKeyLoader, ForeignKeyLoaderResult, ForeignKeyNotFoundError, ForeignKeyResolver, ForeignKeyResolverImpl, ForeignKeyResolverNotConfiguredError, ForeignKeyResolverOptions, ForeignKeyRowLoaderResult, ForeignKeyValueNode, ForeignKeyValueNodeImpl, FormulaChangeDetector, FormulaDefinition, FormulaDependencyIndex, FormulaPath, FormulaPathBuilder, FormulaSerializer, FormulaWarning, GenerateDefaultValueOptions, IndirectFormulaChange, NodeFactory, NodeFactoryFn, NodeFactoryOptions, NodeFactoryRegistry, NumberValueNode, ObjectNodeOptions, ObjectValueNode, ObjectValueNodeInterface, ParsedFormula, PrimitiveNodeOptions, PrimitiveValueNode, RefSchemas, ReplaceResult, RowData, RowModel, RowModelImpl, SchemaModel, SchemaModelOptions, SchemaParser, StringValueNode, TableModel, TableModelImpl, TableModelLike, TableModelOptions, ValueNode, ValueNodeFactory, ValueNodeOptions, ValueTreeLike, ValueType, createDataModel, createDefaultRegistry, createForeignKeyResolver, createNodeFactory, createSchemaModel, createTableModel, equal, extractFormulaDefinition, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, generateDefaultValue, generateNodeId, getTransformation, isForeignKeyValueNode, resetNodeIdCounter, toArrayTransformation } from './model/index.cjs';
|
|
12
|
-
export { m as DefaultValueType, D as Diagnostic, b as DiagnosticSeverity, E as EMPTY_METADATA, i as Formula, F as FormulaDependency, M as MetadataChangeType, h as NodeMetadata, N as NodeType, P as Path, a as PathSegment, R as ResolvedDependency, S as SchemaLike, j as SchemaNode, l as SchemaPatch, k as SchemaTree, f as SchemaValidationError, g as SchemaValidationErrorType, T as TreeFormulaValidationError, V as ValidationContext, c as Validator, e as ValidatorFactoryFn, d as ValidatorRule } from './types-
|
|
11
|
+
export { ArrayNodeOptions, ArrayToItemsTypeTransformer, ArrayValueNode, ArrayValueNodeInterface, BasePrimitiveValueNode, BaseValueNode, BooleanValueNode, CompositeTypeName, DataModel, DataModelImpl, DataModelOptions, DefaultTransformer, DirtyTrackable, FieldSchemaSpec, FieldType, FieldTypeSpec, ForeignKeyLoader, ForeignKeyLoaderResult, ForeignKeyNotFoundError, ForeignKeyResolver, ForeignKeyResolverImpl, ForeignKeyResolverNotConfiguredError, ForeignKeyResolverOptions, ForeignKeyRowLoaderResult, ForeignKeyValueNode, ForeignKeyValueNodeImpl, FormulaChangeDetector, FormulaDefinition, FormulaDependencyIndex, FormulaPath, FormulaPathBuilder, FormulaSerializer, FormulaWarning, GenerateDefaultValueOptions, IndirectFormulaChange, NodeFactory, NodeFactoryFn, NodeFactoryOptions, NodeFactoryRegistry, NumberValueNode, ObjectNodeOptions, ObjectToArrayTransformer, ObjectValueNode, ObjectValueNodeInterface, ParsedFormula, PrimitiveNodeOptions, PrimitiveToArrayTransformer, PrimitiveTypeName, PrimitiveValueNode, RefSchemas, RefTransformer, ReplaceResult, RowData, RowModel, RowModelImpl, SchemaModel, SchemaModelOptions, SchemaParser, SimpleFieldType, StringValueNode, TableModel, TableModelImpl, TableModelLike, TableModelOptions, TransformContext, TransformResult, TypeTransformChain, TypeTransformChainOptions, TypeTransformer, ValueNode, ValueNodeFactory, ValueNodeOptions, ValueTreeLike, ValueType, createDataModel, createDefaultRegistry, createForeignKeyResolver, createNodeFactory, createSchemaModel, createTableModel, createTypeTransformChain, equal, extractFormulaDefinition, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, generateDefaultValue, generateNodeId, getTransformation, isForeignKeyValueNode, resetNodeIdCounter, toArrayTransformation } from './model/index.cjs';
|
|
12
|
+
export { m as DefaultValueType, D as Diagnostic, b as DiagnosticSeverity, E as EMPTY_METADATA, i as Formula, F as FormulaDependency, M as MetadataChangeType, h as NodeMetadata, N as NodeType, P as Path, a as PathSegment, R as ResolvedDependency, S as SchemaLike, j as SchemaNode, l as SchemaPatch, k as SchemaTree, f as SchemaValidationError, g as SchemaValidationErrorType, T as TreeFormulaValidationError, V as ValidationContext, c as Validator, e as ValidatorFactoryFn, d as ValidatorRule } from './types-DHlnrQKG.cjs';
|
|
13
13
|
export { GetForeignKeysFromValueType, RefsType, ReplaceForeignKeyValueOptions, SchemaTable, VALIDATE_JSON_FIELD_NAME_ERROR_MESSAGE, addSharedFieldsFromState, applyAddPatch, applyMovePatch, applyRemovePatch, applyReplacePatch, convertJsonPathToSchemaPath, convertSchemaPathToJsonPath, createJsonArrayValueStore, createJsonObjectSchemaStore, createJsonObjectValueStore, createJsonSchemaStore, createJsonValueStore, createPrimitiveStoreBySchema, createPrimitiveValueStore, deepEqual, getDBJsonPathByJsonSchemaStore, getForeignKeyPatchesFromSchema, getForeignKeysFromSchema, getForeignKeysFromValue, getInvalidFieldNamesInSchema, getJsonSchemaStoreByPath, getJsonValueStoreByPath, getParentForPath, getPathByStore, getValueByPath, hasPath, parsePath, pluginRefs, replaceForeignKeyValue, resolveRefs, saveSharedFields, setValueByPath, traverseStore, traverseValue, validateJsonFieldName } from './lib/index.cjs';
|
|
14
14
|
export { c as computeValueDiff } from './computeValueDiff-CNT84rwK.cjs';
|
|
15
15
|
export { EvaluateFormulasOptions, EvaluateFormulasResult, ExtractedFormula, FormulaError, FormulaNode, FormulaValidationError, SchemaValidationResult, collectFormulaNodes, evaluateFormulas, extractSchemaFormulas, validateFormulaAgainstSchema, validateSchemaFormulas } from './formula/index.cjs';
|