@revisium/schema-toolkit 0.20.2 → 0.21.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.
Files changed (96) hide show
  1. package/README.md +216 -0
  2. package/dist/FormulaPathBuilder-BUJRR0Am.d.cts +48 -0
  3. package/dist/FormulaPathBuilder-QR0htn-e.d.ts +48 -0
  4. package/dist/chunk-2NARA22J.js +3 -0
  5. package/dist/{chunk-NY3H6C7K.js.map → chunk-2NARA22J.js.map} +1 -1
  6. package/dist/{chunk-EGC32GPY.cjs → chunk-3DDUT57J.cjs} +21 -21
  7. package/dist/chunk-3DDUT57J.cjs.map +1 -0
  8. package/dist/{chunk-LLHQWDAR.js → chunk-62A5JJJ3.js} +21 -21
  9. package/dist/chunk-62A5JJJ3.js.map +1 -0
  10. package/dist/{chunk-R4CFU33U.js → chunk-BIBFHULN.js} +12 -9
  11. package/dist/chunk-BIBFHULN.js.map +1 -0
  12. package/dist/chunk-BZWL424W.cjs +4 -0
  13. package/dist/{chunk-G6ZKEVVU.cjs.map → chunk-BZWL424W.cjs.map} +1 -1
  14. package/dist/{chunk-J6SCHJKG.cjs → chunk-CGVYS7EK.cjs} +2 -2
  15. package/dist/chunk-CGVYS7EK.cjs.map +1 -0
  16. package/dist/{chunk-MPF6VCB5.js → chunk-DRPNJ4YP.js} +2 -2
  17. package/dist/chunk-DRPNJ4YP.js.map +1 -0
  18. package/dist/{chunk-FZ2MS4Q5.cjs → chunk-F4POD7AE.cjs} +149 -90
  19. package/dist/chunk-F4POD7AE.cjs.map +1 -0
  20. package/dist/{chunk-B3T6YB2D.cjs → chunk-HH2LDPVV.cjs} +30 -30
  21. package/dist/chunk-HH2LDPVV.cjs.map +1 -0
  22. package/dist/{chunk-46ME2TAU.cjs → chunk-JWYYVKRT.cjs} +7 -7
  23. package/dist/{chunk-46ME2TAU.cjs.map → chunk-JWYYVKRT.cjs.map} +1 -1
  24. package/dist/{chunk-U5YDA3LA.js → chunk-MK3IKVZO.js} +80 -24
  25. package/dist/chunk-MK3IKVZO.js.map +1 -0
  26. package/dist/{chunk-VGADCIBG.cjs → chunk-SBO2UMI3.cjs} +14 -8
  27. package/dist/chunk-SBO2UMI3.cjs.map +1 -0
  28. package/dist/{chunk-55AMH44G.js → chunk-TKMR6CQW.js} +30 -30
  29. package/dist/chunk-TKMR6CQW.js.map +1 -0
  30. package/dist/{chunk-3JZKQWQH.js → chunk-TMCRV6V5.js} +7 -7
  31. package/dist/{chunk-3JZKQWQH.js.map → chunk-TMCRV6V5.js.map} +1 -1
  32. package/dist/{chunk-QEV4Q4TR.js → chunk-UTSL45Q4.js} +32 -32
  33. package/dist/chunk-UTSL45Q4.js.map +1 -0
  34. package/dist/{chunk-V6JTSET2.cjs → chunk-Z7M4ZGC6.cjs} +51 -51
  35. package/dist/chunk-Z7M4ZGC6.cjs.map +1 -0
  36. package/dist/core/index.cjs +60 -62
  37. package/dist/core/index.d.cts +6 -4
  38. package/dist/core/index.d.ts +6 -4
  39. package/dist/core/index.js +1 -3
  40. package/dist/formula/index.d.cts +1 -1
  41. package/dist/formula/index.d.ts +1 -1
  42. package/dist/index.cjs +237 -214
  43. package/dist/index.d.cts +8 -7
  44. package/dist/index.d.ts +8 -7
  45. package/dist/index.js +9 -10
  46. package/dist/{json-patch.types-DY7k9hxy.d.ts → json-patch.types-BpVnp08Z.d.ts} +1 -1
  47. package/dist/{json-patch.types-Cu0Medki.d.cts → json-patch.types-eM6pYC2P.d.cts} +1 -1
  48. package/dist/{json-string.store-C58zbl31.d.ts → json-string.store-DfdLcgnM.d.ts} +11 -11
  49. package/dist/{json-string.store-DuI--IL2.d.cts → json-string.store-cAOADo23.d.cts} +11 -11
  50. package/dist/lib/index.cjs +41 -42
  51. package/dist/lib/index.d.cts +3 -3
  52. package/dist/lib/index.d.ts +3 -3
  53. package/dist/lib/index.js +4 -5
  54. package/dist/mocks/index.cjs +30 -19
  55. package/dist/mocks/index.d.cts +22 -8
  56. package/dist/mocks/index.d.ts +22 -8
  57. package/dist/mocks/index.js +2 -3
  58. package/dist/model/index.cjs +85 -76
  59. package/dist/model/index.d.cts +158 -346
  60. package/dist/model/index.d.ts +158 -346
  61. package/dist/model/index.js +4 -7
  62. package/dist/plugins/index.cjs +19 -20
  63. package/dist/plugins/index.d.cts +10 -10
  64. package/dist/plugins/index.d.ts +10 -10
  65. package/dist/plugins/index.js +1 -2
  66. package/dist/{schema.types-B5OgKLpV.d.cts → schema.types-On_VGw2m.d.cts} +7 -6
  67. package/dist/{schema.types-B5OgKLpV.d.ts → schema.types-On_VGw2m.d.ts} +7 -6
  68. package/dist/typed-BinPIf3R.d.ts +455 -0
  69. package/dist/typed-LSaUJayS.d.cts +455 -0
  70. package/dist/types/index.cjs +5 -6
  71. package/dist/types/index.d.cts +7 -5
  72. package/dist/types/index.d.ts +7 -5
  73. package/dist/types/index.js +1 -2
  74. package/dist/{FormulaPathBuilder-DwlKOvVB.d.ts → types-BIvIURgy.d.cts} +37 -82
  75. package/dist/{FormulaPathBuilder-D9LkBcSv.d.cts → types-C_pTFtSY.d.ts} +37 -82
  76. package/package.json +1 -1
  77. package/dist/chunk-3IKI64T2.js +0 -3
  78. package/dist/chunk-3IKI64T2.js.map +0 -1
  79. package/dist/chunk-55AMH44G.js.map +0 -1
  80. package/dist/chunk-B3T6YB2D.cjs.map +0 -1
  81. package/dist/chunk-EGC32GPY.cjs.map +0 -1
  82. package/dist/chunk-FZ2MS4Q5.cjs.map +0 -1
  83. package/dist/chunk-G6ZKEVVU.cjs +0 -4
  84. package/dist/chunk-J6SCHJKG.cjs.map +0 -1
  85. package/dist/chunk-LLHQWDAR.js.map +0 -1
  86. package/dist/chunk-MPF6VCB5.js.map +0 -1
  87. package/dist/chunk-NY3H6C7K.js +0 -3
  88. package/dist/chunk-QEV4Q4TR.js.map +0 -1
  89. package/dist/chunk-R4CFU33U.js.map +0 -1
  90. package/dist/chunk-TBFTADML.cjs +0 -4
  91. package/dist/chunk-TBFTADML.cjs.map +0 -1
  92. package/dist/chunk-U5YDA3LA.js.map +0 -1
  93. package/dist/chunk-V6JTSET2.cjs.map +0 -1
  94. package/dist/chunk-VGADCIBG.cjs.map +0 -1
  95. package/dist/json-value-patch.types-CgiEpchp.d.ts +0 -24
  96. package/dist/json-value-patch.types-LEJxcIWR.d.cts +0 -24
@@ -1,249 +1,247 @@
1
1
  'use strict';
2
2
 
3
3
  require('../chunk-L6HE7QPU.cjs');
4
- var chunk46ME2TAU_cjs = require('../chunk-46ME2TAU.cjs');
5
- require('../chunk-TBFTADML.cjs');
4
+ var chunkJWYYVKRT_cjs = require('../chunk-JWYYVKRT.cjs');
6
5
  var chunkWSPFHUHU_cjs = require('../chunk-WSPFHUHU.cjs');
7
6
  var chunkZRNFSUOV_cjs = require('../chunk-ZRNFSUOV.cjs');
8
- require('../chunk-J6SCHJKG.cjs');
9
7
 
10
8
 
11
9
 
12
10
  Object.defineProperty(exports, "ChangeCoalescer", {
13
11
  enumerable: true,
14
- get: function () { return chunk46ME2TAU_cjs.ChangeCoalescer; }
12
+ get: function () { return chunkJWYYVKRT_cjs.ChangeCoalescer; }
15
13
  });
16
14
  Object.defineProperty(exports, "ChangeCollector", {
17
15
  enumerable: true,
18
- get: function () { return chunk46ME2TAU_cjs.ChangeCollector; }
16
+ get: function () { return chunkJWYYVKRT_cjs.ChangeCollector; }
19
17
  });
20
18
  Object.defineProperty(exports, "CompositeRule", {
21
19
  enumerable: true,
22
- get: function () { return chunk46ME2TAU_cjs.CompositeRule; }
20
+ get: function () { return chunkJWYYVKRT_cjs.CompositeRule; }
23
21
  });
24
22
  Object.defineProperty(exports, "EMPTY_METADATA", {
25
23
  enumerable: true,
26
- get: function () { return chunk46ME2TAU_cjs.EMPTY_METADATA; }
24
+ get: function () { return chunkJWYYVKRT_cjs.EMPTY_METADATA; }
27
25
  });
28
26
  Object.defineProperty(exports, "EMPTY_PATH", {
29
27
  enumerable: true,
30
- get: function () { return chunk46ME2TAU_cjs.EMPTY_PATH; }
28
+ get: function () { return chunkJWYYVKRT_cjs.EMPTY_PATH; }
31
29
  });
32
30
  Object.defineProperty(exports, "EnumValidator", {
33
31
  enumerable: true,
34
- get: function () { return chunk46ME2TAU_cjs.EnumValidator; }
32
+ get: function () { return chunkJWYYVKRT_cjs.EnumValidator; }
35
33
  });
36
34
  Object.defineProperty(exports, "FIELD_NAME_ERROR_MESSAGE", {
37
35
  enumerable: true,
38
- get: function () { return chunk46ME2TAU_cjs.FIELD_NAME_ERROR_MESSAGE; }
36
+ get: function () { return chunkJWYYVKRT_cjs.FIELD_NAME_ERROR_MESSAGE; }
39
37
  });
40
38
  Object.defineProperty(exports, "ForeignKeyValidator", {
41
39
  enumerable: true,
42
- get: function () { return chunk46ME2TAU_cjs.ForeignKeyValidator; }
40
+ get: function () { return chunkJWYYVKRT_cjs.ForeignKeyValidator; }
43
41
  });
44
42
  Object.defineProperty(exports, "FormulaPathBuilder", {
45
43
  enumerable: true,
46
- get: function () { return chunk46ME2TAU_cjs.FormulaPathBuilder; }
44
+ get: function () { return chunkJWYYVKRT_cjs.FormulaPathBuilder; }
47
45
  });
48
46
  Object.defineProperty(exports, "FormulaSerializer", {
49
47
  enumerable: true,
50
- get: function () { return chunk46ME2TAU_cjs.FormulaSerializer; }
48
+ get: function () { return chunkJWYYVKRT_cjs.FormulaSerializer; }
51
49
  });
52
50
  Object.defineProperty(exports, "ItemsSegment", {
53
51
  enumerable: true,
54
- get: function () { return chunk46ME2TAU_cjs.ItemsSegment; }
52
+ get: function () { return chunkJWYYVKRT_cjs.ItemsSegment; }
55
53
  });
56
54
  Object.defineProperty(exports, "MaxLengthValidator", {
57
55
  enumerable: true,
58
- get: function () { return chunk46ME2TAU_cjs.MaxLengthValidator; }
56
+ get: function () { return chunkJWYYVKRT_cjs.MaxLengthValidator; }
59
57
  });
60
58
  Object.defineProperty(exports, "MaximumValidator", {
61
59
  enumerable: true,
62
- get: function () { return chunk46ME2TAU_cjs.MaximumValidator; }
60
+ get: function () { return chunkJWYYVKRT_cjs.MaximumValidator; }
63
61
  });
64
62
  Object.defineProperty(exports, "MinLengthValidator", {
65
63
  enumerable: true,
66
- get: function () { return chunk46ME2TAU_cjs.MinLengthValidator; }
64
+ get: function () { return chunkJWYYVKRT_cjs.MinLengthValidator; }
67
65
  });
68
66
  Object.defineProperty(exports, "MinimumValidator", {
69
67
  enumerable: true,
70
- get: function () { return chunk46ME2TAU_cjs.MinimumValidator; }
68
+ get: function () { return chunkJWYYVKRT_cjs.MinimumValidator; }
71
69
  });
72
70
  Object.defineProperty(exports, "NULL_NODE", {
73
71
  enumerable: true,
74
- get: function () { return chunk46ME2TAU_cjs.NULL_NODE; }
72
+ get: function () { return chunkJWYYVKRT_cjs.NULL_NODE; }
75
73
  });
76
74
  Object.defineProperty(exports, "NodePathIndex", {
77
75
  enumerable: true,
78
- get: function () { return chunk46ME2TAU_cjs.NodePathIndex; }
76
+ get: function () { return chunkJWYYVKRT_cjs.NodePathIndex; }
79
77
  });
80
78
  Object.defineProperty(exports, "PatchBuilder", {
81
79
  enumerable: true,
82
- get: function () { return chunk46ME2TAU_cjs.PatchBuilder; }
80
+ get: function () { return chunkJWYYVKRT_cjs.PatchBuilder; }
83
81
  });
84
82
  Object.defineProperty(exports, "PatchEnricher", {
85
83
  enumerable: true,
86
- get: function () { return chunk46ME2TAU_cjs.PatchEnricher; }
84
+ get: function () { return chunkJWYYVKRT_cjs.PatchEnricher; }
87
85
  });
88
86
  Object.defineProperty(exports, "PatchGenerator", {
89
87
  enumerable: true,
90
- get: function () { return chunk46ME2TAU_cjs.PatchGenerator; }
88
+ get: function () { return chunkJWYYVKRT_cjs.PatchGenerator; }
91
89
  });
92
90
  Object.defineProperty(exports, "PatternValidator", {
93
91
  enumerable: true,
94
- get: function () { return chunk46ME2TAU_cjs.PatternValidator; }
92
+ get: function () { return chunkJWYYVKRT_cjs.PatternValidator; }
95
93
  });
96
94
  Object.defineProperty(exports, "PropertySegment", {
97
95
  enumerable: true,
98
- get: function () { return chunk46ME2TAU_cjs.PropertySegment; }
96
+ get: function () { return chunkJWYYVKRT_cjs.PropertySegment; }
99
97
  });
100
98
  Object.defineProperty(exports, "RequiredValidator", {
101
99
  enumerable: true,
102
- get: function () { return chunk46ME2TAU_cjs.RequiredValidator; }
100
+ get: function () { return chunkJWYYVKRT_cjs.RequiredValidator; }
103
101
  });
104
102
  Object.defineProperty(exports, "ResolvedDependency", {
105
103
  enumerable: true,
106
- get: function () { return chunk46ME2TAU_cjs.ResolvedDependency; }
104
+ get: function () { return chunkJWYYVKRT_cjs.ResolvedDependency; }
107
105
  });
108
106
  Object.defineProperty(exports, "SchemaDiff", {
109
107
  enumerable: true,
110
- get: function () { return chunk46ME2TAU_cjs.SchemaDiff; }
108
+ get: function () { return chunkJWYYVKRT_cjs.SchemaDiff; }
111
109
  });
112
110
  Object.defineProperty(exports, "SchemaPropertyRule", {
113
111
  enumerable: true,
114
- get: function () { return chunk46ME2TAU_cjs.SchemaPropertyRule; }
112
+ get: function () { return chunkJWYYVKRT_cjs.SchemaPropertyRule; }
115
113
  });
116
114
  Object.defineProperty(exports, "SchemaSerializer", {
117
115
  enumerable: true,
118
- get: function () { return chunk46ME2TAU_cjs.SchemaSerializer; }
116
+ get: function () { return chunkJWYYVKRT_cjs.SchemaSerializer; }
119
117
  });
120
118
  Object.defineProperty(exports, "SchemaTruthyRule", {
121
119
  enumerable: true,
122
- get: function () { return chunk46ME2TAU_cjs.SchemaTruthyRule; }
120
+ get: function () { return chunkJWYYVKRT_cjs.SchemaTruthyRule; }
123
121
  });
124
122
  Object.defineProperty(exports, "ValidationEngine", {
125
123
  enumerable: true,
126
- get: function () { return chunk46ME2TAU_cjs.ValidationEngine; }
124
+ get: function () { return chunkJWYYVKRT_cjs.ValidationEngine; }
127
125
  });
128
126
  Object.defineProperty(exports, "ValidatorRegistry", {
129
127
  enumerable: true,
130
- get: function () { return chunk46ME2TAU_cjs.ValidatorRegistry; }
128
+ get: function () { return chunkJWYYVKRT_cjs.ValidatorRegistry; }
131
129
  });
132
130
  Object.defineProperty(exports, "ValidatorResolver", {
133
131
  enumerable: true,
134
- get: function () { return chunk46ME2TAU_cjs.ValidatorResolver; }
132
+ get: function () { return chunkJWYYVKRT_cjs.ValidatorResolver; }
135
133
  });
136
134
  Object.defineProperty(exports, "areNodesContentEqual", {
137
135
  enumerable: true,
138
- get: function () { return chunk46ME2TAU_cjs.areNodesContentEqual; }
136
+ get: function () { return chunkJWYYVKRT_cjs.areNodesContentEqual; }
139
137
  });
140
138
  Object.defineProperty(exports, "areNodesEqual", {
141
139
  enumerable: true,
142
- get: function () { return chunk46ME2TAU_cjs.areNodesEqual; }
140
+ get: function () { return chunkJWYYVKRT_cjs.areNodesEqual; }
143
141
  });
144
142
  Object.defineProperty(exports, "coalesceChanges", {
145
143
  enumerable: true,
146
- get: function () { return chunk46ME2TAU_cjs.coalesceChanges; }
144
+ get: function () { return chunkJWYYVKRT_cjs.coalesceChanges; }
147
145
  });
148
146
  Object.defineProperty(exports, "collectChanges", {
149
147
  enumerable: true,
150
- get: function () { return chunk46ME2TAU_cjs.collectChanges; }
148
+ get: function () { return chunkJWYYVKRT_cjs.collectChanges; }
151
149
  });
152
150
  Object.defineProperty(exports, "createArrayNode", {
153
151
  enumerable: true,
154
- get: function () { return chunk46ME2TAU_cjs.createArrayNode; }
152
+ get: function () { return chunkJWYYVKRT_cjs.createArrayNode; }
155
153
  });
156
154
  Object.defineProperty(exports, "createBooleanNode", {
157
155
  enumerable: true,
158
- get: function () { return chunk46ME2TAU_cjs.createBooleanNode; }
156
+ get: function () { return chunkJWYYVKRT_cjs.createBooleanNode; }
159
157
  });
160
158
  Object.defineProperty(exports, "createDefaultValidatorRegistry", {
161
159
  enumerable: true,
162
- get: function () { return chunk46ME2TAU_cjs.createDefaultValidatorRegistry; }
160
+ get: function () { return chunkJWYYVKRT_cjs.createDefaultValidatorRegistry; }
163
161
  });
164
162
  Object.defineProperty(exports, "createMobxProvider", {
165
163
  enumerable: true,
166
- get: function () { return chunk46ME2TAU_cjs.createMobxProvider; }
164
+ get: function () { return chunkJWYYVKRT_cjs.createMobxProvider; }
167
165
  });
168
166
  Object.defineProperty(exports, "createNumberNode", {
169
167
  enumerable: true,
170
- get: function () { return chunk46ME2TAU_cjs.createNumberNode; }
168
+ get: function () { return chunkJWYYVKRT_cjs.createNumberNode; }
171
169
  });
172
170
  Object.defineProperty(exports, "createObjectNode", {
173
171
  enumerable: true,
174
- get: function () { return chunk46ME2TAU_cjs.createObjectNode; }
172
+ get: function () { return chunkJWYYVKRT_cjs.createObjectNode; }
175
173
  });
176
174
  Object.defineProperty(exports, "createPath", {
177
175
  enumerable: true,
178
- get: function () { return chunk46ME2TAU_cjs.createPath; }
176
+ get: function () { return chunkJWYYVKRT_cjs.createPath; }
179
177
  });
180
178
  Object.defineProperty(exports, "createRefNode", {
181
179
  enumerable: true,
182
- get: function () { return chunk46ME2TAU_cjs.createRefNode; }
180
+ get: function () { return chunkJWYYVKRT_cjs.createRefNode; }
183
181
  });
184
182
  Object.defineProperty(exports, "createSchemaTree", {
185
183
  enumerable: true,
186
- get: function () { return chunk46ME2TAU_cjs.createSchemaTree; }
184
+ get: function () { return chunkJWYYVKRT_cjs.createSchemaTree; }
187
185
  });
188
186
  Object.defineProperty(exports, "createStringNode", {
189
187
  enumerable: true,
190
- get: function () { return chunk46ME2TAU_cjs.createStringNode; }
188
+ get: function () { return chunkJWYYVKRT_cjs.createStringNode; }
191
189
  });
192
190
  Object.defineProperty(exports, "createValidationEngine", {
193
191
  enumerable: true,
194
- get: function () { return chunk46ME2TAU_cjs.createValidationEngine; }
192
+ get: function () { return chunkJWYYVKRT_cjs.createValidationEngine; }
195
193
  });
196
194
  Object.defineProperty(exports, "isValidFieldName", {
197
195
  enumerable: true,
198
- get: function () { return chunk46ME2TAU_cjs.isValidFieldName; }
196
+ get: function () { return chunkJWYYVKRT_cjs.isValidFieldName; }
199
197
  });
200
198
  Object.defineProperty(exports, "jsonPointerToPath", {
201
199
  enumerable: true,
202
- get: function () { return chunk46ME2TAU_cjs.jsonPointerToPath; }
200
+ get: function () { return chunkJWYYVKRT_cjs.jsonPointerToPath; }
203
201
  });
204
202
  Object.defineProperty(exports, "jsonPointerToSegments", {
205
203
  enumerable: true,
206
- get: function () { return chunk46ME2TAU_cjs.jsonPointerToSegments; }
204
+ get: function () { return chunkJWYYVKRT_cjs.jsonPointerToSegments; }
207
205
  });
208
206
  Object.defineProperty(exports, "jsonPointerToSimplePath", {
209
207
  enumerable: true,
210
- get: function () { return chunk46ME2TAU_cjs.jsonPointerToSimplePath; }
208
+ get: function () { return chunkJWYYVKRT_cjs.jsonPointerToSimplePath; }
211
209
  });
212
210
  Object.defineProperty(exports, "makeAutoObservable", {
213
211
  enumerable: true,
214
- get: function () { return chunk46ME2TAU_cjs.makeAutoObservable; }
212
+ get: function () { return chunkJWYYVKRT_cjs.makeAutoObservable; }
215
213
  });
216
214
  Object.defineProperty(exports, "makeObservable", {
217
215
  enumerable: true,
218
- get: function () { return chunk46ME2TAU_cjs.makeObservable; }
216
+ get: function () { return chunkJWYYVKRT_cjs.makeObservable; }
219
217
  });
220
218
  Object.defineProperty(exports, "observable", {
221
219
  enumerable: true,
222
- get: function () { return chunk46ME2TAU_cjs.observable; }
220
+ get: function () { return chunkJWYYVKRT_cjs.observable; }
223
221
  });
224
222
  Object.defineProperty(exports, "reaction", {
225
223
  enumerable: true,
226
- get: function () { return chunk46ME2TAU_cjs.reaction; }
224
+ get: function () { return chunkJWYYVKRT_cjs.reaction; }
227
225
  });
228
226
  Object.defineProperty(exports, "resetReactivityProvider", {
229
227
  enumerable: true,
230
- get: function () { return chunk46ME2TAU_cjs.resetReactivityProvider; }
228
+ get: function () { return chunkJWYYVKRT_cjs.resetReactivityProvider; }
231
229
  });
232
230
  Object.defineProperty(exports, "runInAction", {
233
231
  enumerable: true,
234
- get: function () { return chunk46ME2TAU_cjs.runInAction; }
232
+ get: function () { return chunkJWYYVKRT_cjs.runInAction; }
235
233
  });
236
234
  Object.defineProperty(exports, "setReactivityProvider", {
237
235
  enumerable: true,
238
- get: function () { return chunk46ME2TAU_cjs.setReactivityProvider; }
236
+ get: function () { return chunkJWYYVKRT_cjs.setReactivityProvider; }
239
237
  });
240
238
  Object.defineProperty(exports, "validateFormulas", {
241
239
  enumerable: true,
242
- get: function () { return chunk46ME2TAU_cjs.validateFormulas; }
240
+ get: function () { return chunkJWYYVKRT_cjs.validateFormulas; }
243
241
  });
244
242
  Object.defineProperty(exports, "validateSchema", {
245
243
  enumerable: true,
246
- get: function () { return chunk46ME2TAU_cjs.validateSchema; }
244
+ get: function () { return chunkJWYYVKRT_cjs.validateSchema; }
247
245
  });
248
246
  Object.defineProperty(exports, "computeValueDiff", {
249
247
  enumerable: true,
@@ -1,9 +1,11 @@
1
- import { l as SchemaNode, j as NodeMetadata, k as Formula, P as Path, c as PathSegment, m as SchemaTree, n as SchemaPatch, g as ValidatorFactoryFn, f as ValidatorRule, e as Validator, V as ValidationContext, D as Diagnostic, S as SchemaLike, h as SchemaValidationError, T as TreeFormulaValidationError } from '../FormulaPathBuilder-D9LkBcSv.cjs';
2
- export { o as DefaultValueType, d as DiagnosticSeverity, E as EMPTY_METADATA, F as FormulaDependency, b as FormulaPathBuilder, a as FormulaSerializer, N as NodeType, p as PropertyChange, q as PropertyName, R as ResolvedDependency, i as SchemaValidationErrorType } from '../FormulaPathBuilder-D9LkBcSv.cjs';
3
- import { C as ContentMediaType, i as JsonSchema, f as JsonObjectSchema } from '../schema.types-B5OgKLpV.cjs';
1
+ import { j as SchemaNode, h as NodeMetadata, i as Formula, P as Path, a as PathSegment, k as SchemaPatch, e as ValidatorFactoryFn, d as ValidatorRule, c as Validator, V as ValidationContext, D as Diagnostic, S as SchemaLike, f as SchemaValidationError, T as TreeFormulaValidationError } from '../types-BIvIURgy.cjs';
2
+ export { l as DefaultValueType, b as DiagnosticSeverity, E as EMPTY_METADATA, F as FormulaDependency, N as NodeType, m as PropertyChange, n as PropertyName, R as ResolvedDependency, g as SchemaValidationErrorType } from '../types-BIvIURgy.cjs';
3
+ import { S as SchemaTree } from '../FormulaPathBuilder-BUJRR0Am.cjs';
4
+ export { a as FormulaPathBuilder, F as FormulaSerializer } from '../FormulaPathBuilder-BUJRR0Am.cjs';
5
+ import { C as ContentMediaType, j as JsonSchema, g as JsonObjectSchema } from '../schema.types-On_VGw2m.cjs';
4
6
  export { a as FieldChange, F as FieldChangeType } from '../types-C_GxaUve.cjs';
5
7
  export { c as computeValueDiff } from '../computeValueDiff-CNT84rwK.cjs';
6
- import { h as JsonPatch } from '../json-patch.types-Cu0Medki.cjs';
8
+ import { h as JsonPatch } from '../json-patch.types-eM6pYC2P.cjs';
7
9
  import '@revisium/formula';
8
10
 
9
11
  declare const NULL_NODE: SchemaNode;
@@ -1,9 +1,11 @@
1
- import { l as SchemaNode, j as NodeMetadata, k as Formula, P as Path, c as PathSegment, m as SchemaTree, n as SchemaPatch, g as ValidatorFactoryFn, f as ValidatorRule, e as Validator, V as ValidationContext, D as Diagnostic, S as SchemaLike, h as SchemaValidationError, T as TreeFormulaValidationError } from '../FormulaPathBuilder-DwlKOvVB.js';
2
- export { o as DefaultValueType, d as DiagnosticSeverity, E as EMPTY_METADATA, F as FormulaDependency, b as FormulaPathBuilder, a as FormulaSerializer, N as NodeType, p as PropertyChange, q as PropertyName, R as ResolvedDependency, i as SchemaValidationErrorType } from '../FormulaPathBuilder-DwlKOvVB.js';
3
- import { C as ContentMediaType, i as JsonSchema, f as JsonObjectSchema } from '../schema.types-B5OgKLpV.js';
1
+ import { j as SchemaNode, h as NodeMetadata, i as Formula, P as Path, a as PathSegment, k as SchemaPatch, e as ValidatorFactoryFn, d as ValidatorRule, c as Validator, V as ValidationContext, D as Diagnostic, S as SchemaLike, f as SchemaValidationError, T as TreeFormulaValidationError } from '../types-C_pTFtSY.js';
2
+ export { l as DefaultValueType, b as DiagnosticSeverity, E as EMPTY_METADATA, F as FormulaDependency, N as NodeType, m as PropertyChange, n as PropertyName, R as ResolvedDependency, g as SchemaValidationErrorType } from '../types-C_pTFtSY.js';
3
+ import { S as SchemaTree } from '../FormulaPathBuilder-QR0htn-e.js';
4
+ export { a as FormulaPathBuilder, F as FormulaSerializer } from '../FormulaPathBuilder-QR0htn-e.js';
5
+ import { C as ContentMediaType, j as JsonSchema, g as JsonObjectSchema } from '../schema.types-On_VGw2m.js';
4
6
  export { a as FieldChange, F as FieldChangeType } from '../types-C_GxaUve.js';
5
7
  export { c as computeValueDiff } from '../computeValueDiff-CDwbNw8F.js';
6
- import { h as JsonPatch } from '../json-patch.types-DY7k9hxy.js';
8
+ import { h as JsonPatch } from '../json-patch.types-BpVnp08Z.js';
7
9
  import '@revisium/formula';
8
10
 
9
11
  declare const NULL_NODE: SchemaNode;
@@ -1,8 +1,6 @@
1
1
  import '../chunk-3FJZMVWA.js';
2
- export { ChangeCoalescer, ChangeCollector, CompositeRule, EMPTY_METADATA, EMPTY_PATH, EnumValidator, FIELD_NAME_ERROR_MESSAGE, ForeignKeyValidator, FormulaPathBuilder, FormulaSerializer, ItemsSegment, MaxLengthValidator, MaximumValidator, MinLengthValidator, MinimumValidator, NULL_NODE, NodePathIndex, PatchBuilder, PatchEnricher, PatchGenerator, PatternValidator, PropertySegment, RequiredValidator, ResolvedDependency, SchemaDiff, SchemaPropertyRule, SchemaSerializer, SchemaTruthyRule, ValidationEngine, ValidatorRegistry, ValidatorResolver, areNodesContentEqual, areNodesEqual, coalesceChanges, collectChanges, createArrayNode, createBooleanNode, createDefaultValidatorRegistry, createMobxProvider, createNumberNode, createObjectNode, createPath, createRefNode, createSchemaTree, createStringNode, createValidationEngine, isValidFieldName, jsonPointerToPath, jsonPointerToSegments, jsonPointerToSimplePath, makeAutoObservable, makeObservable, observable, reaction, resetReactivityProvider, runInAction, setReactivityProvider, validateFormulas, validateSchema } from '../chunk-3JZKQWQH.js';
3
- import '../chunk-3IKI64T2.js';
2
+ export { ChangeCoalescer, ChangeCollector, CompositeRule, EMPTY_METADATA, EMPTY_PATH, EnumValidator, FIELD_NAME_ERROR_MESSAGE, ForeignKeyValidator, FormulaPathBuilder, FormulaSerializer, ItemsSegment, MaxLengthValidator, MaximumValidator, MinLengthValidator, MinimumValidator, NULL_NODE, NodePathIndex, PatchBuilder, PatchEnricher, PatchGenerator, PatternValidator, PropertySegment, RequiredValidator, ResolvedDependency, SchemaDiff, SchemaPropertyRule, SchemaSerializer, SchemaTruthyRule, ValidationEngine, ValidatorRegistry, ValidatorResolver, areNodesContentEqual, areNodesEqual, coalesceChanges, collectChanges, createArrayNode, createBooleanNode, createDefaultValidatorRegistry, createMobxProvider, createNumberNode, createObjectNode, createPath, createRefNode, createSchemaTree, createStringNode, createValidationEngine, isValidFieldName, jsonPointerToPath, jsonPointerToSegments, jsonPointerToSimplePath, makeAutoObservable, makeObservable, observable, reaction, resetReactivityProvider, runInAction, setReactivityProvider, validateFormulas, validateSchema } from '../chunk-TMCRV6V5.js';
4
3
  export { computeValueDiff } from '../chunk-YFWOURZL.js';
5
4
  export { FieldChangeType } from '../chunk-ZBPUTF3Q.js';
6
- import '../chunk-MPF6VCB5.js';
7
5
  //# sourceMappingURL=index.js.map
8
6
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,4 @@
1
- import { i as JsonSchema } from '../schema.types-B5OgKLpV.cjs';
1
+ import { j as JsonSchema } from '../schema.types-On_VGw2m.cjs';
2
2
  export { formulaSpec } from '@revisium/formula/spec';
3
3
 
4
4
  interface XFormulaInput {
@@ -1,4 +1,4 @@
1
- import { i as JsonSchema } from '../schema.types-B5OgKLpV.js';
1
+ import { j as JsonSchema } from '../schema.types-On_VGw2m.js';
2
2
  export { formulaSpec } from '@revisium/formula/spec';
3
3
 
4
4
  interface XFormulaInput {