@revisium/schema-toolkit 0.19.2 → 0.19.4
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/{FormulaPathBuilder-8gmUFlgu.d.cts → FormulaPathBuilder--okalwdl.d.cts} +1 -0
- package/dist/{FormulaPathBuilder-B6RyUFN7.d.ts → FormulaPathBuilder-rW6PJd-r.d.ts} +1 -0
- package/dist/{chunk-XL4R6PSM.js → chunk-3JZKQWQH.js} +18 -4
- package/dist/chunk-3JZKQWQH.js.map +1 -0
- package/dist/{chunk-HDZCCAWA.cjs → chunk-46ME2TAU.cjs} +18 -4
- package/dist/chunk-46ME2TAU.cjs.map +1 -0
- package/dist/{chunk-3V7AYFDS.js → chunk-5BBFBSGI.js} +5 -4
- package/dist/chunk-5BBFBSGI.js.map +1 -0
- package/dist/{chunk-OMSE2HGD.cjs → chunk-O4QRUV7I.cjs} +67 -66
- package/dist/chunk-O4QRUV7I.cjs.map +1 -0
- package/dist/core/index.cjs +60 -60
- 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 +102 -102
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/model/index.cjs +46 -46
- package/dist/model/index.d.cts +2 -2
- package/dist/model/index.d.ts +2 -2
- package/dist/model/index.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-3V7AYFDS.js.map +0 -1
- package/dist/chunk-HDZCCAWA.cjs.map +0 -1
- package/dist/chunk-OMSE2HGD.cjs.map +0 -1
- package/dist/chunk-XL4R6PSM.js.map +0 -1
package/dist/model/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkO4QRUV7I_cjs = require('../chunk-O4QRUV7I.cjs');
|
|
4
|
+
var chunk46ME2TAU_cjs = require('../chunk-46ME2TAU.cjs');
|
|
5
5
|
require('../chunk-TBFTADML.cjs');
|
|
6
6
|
require('../chunk-VGADCIBG.cjs');
|
|
7
7
|
var chunkB3T6YB2D_cjs = require('../chunk-B3T6YB2D.cjs');
|
|
@@ -12,179 +12,179 @@ require('../chunk-J6SCHJKG.cjs');
|
|
|
12
12
|
|
|
13
13
|
Object.defineProperty(exports, "ArrayToItemsTypeTransformer", {
|
|
14
14
|
enumerable: true,
|
|
15
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunkO4QRUV7I_cjs.ArrayToItemsTypeTransformer; }
|
|
16
16
|
});
|
|
17
17
|
Object.defineProperty(exports, "ArrayValueNode", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkO4QRUV7I_cjs.ArrayValueNode; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "BasePrimitiveValueNode", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkO4QRUV7I_cjs.BasePrimitiveValueNode; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "BaseValueNode", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkO4QRUV7I_cjs.BaseValueNode; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "BooleanValueNode", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkO4QRUV7I_cjs.BooleanValueNode; }
|
|
32
32
|
});
|
|
33
33
|
Object.defineProperty(exports, "DataModelImpl", {
|
|
34
34
|
enumerable: true,
|
|
35
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunkO4QRUV7I_cjs.DataModelImpl; }
|
|
36
36
|
});
|
|
37
37
|
Object.defineProperty(exports, "DefaultTransformer", {
|
|
38
38
|
enumerable: true,
|
|
39
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunkO4QRUV7I_cjs.DefaultTransformer; }
|
|
40
40
|
});
|
|
41
41
|
Object.defineProperty(exports, "ForeignKeyNotFoundError", {
|
|
42
42
|
enumerable: true,
|
|
43
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunkO4QRUV7I_cjs.ForeignKeyNotFoundError; }
|
|
44
44
|
});
|
|
45
45
|
Object.defineProperty(exports, "ForeignKeyResolverImpl", {
|
|
46
46
|
enumerable: true,
|
|
47
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunkO4QRUV7I_cjs.ForeignKeyResolverImpl; }
|
|
48
48
|
});
|
|
49
49
|
Object.defineProperty(exports, "ForeignKeyResolverNotConfiguredError", {
|
|
50
50
|
enumerable: true,
|
|
51
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunkO4QRUV7I_cjs.ForeignKeyResolverNotConfiguredError; }
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(exports, "ForeignKeyValueNodeImpl", {
|
|
54
54
|
enumerable: true,
|
|
55
|
-
get: function () { return
|
|
55
|
+
get: function () { return chunkO4QRUV7I_cjs.ForeignKeyValueNodeImpl; }
|
|
56
56
|
});
|
|
57
57
|
Object.defineProperty(exports, "FormulaChangeDetector", {
|
|
58
58
|
enumerable: true,
|
|
59
|
-
get: function () { return
|
|
59
|
+
get: function () { return chunkO4QRUV7I_cjs.FormulaChangeDetector; }
|
|
60
60
|
});
|
|
61
61
|
Object.defineProperty(exports, "FormulaDependencyIndex", {
|
|
62
62
|
enumerable: true,
|
|
63
|
-
get: function () { return
|
|
63
|
+
get: function () { return chunkO4QRUV7I_cjs.FormulaDependencyIndex; }
|
|
64
64
|
});
|
|
65
65
|
Object.defineProperty(exports, "FormulaPath", {
|
|
66
66
|
enumerable: true,
|
|
67
|
-
get: function () { return
|
|
67
|
+
get: function () { return chunkO4QRUV7I_cjs.FormulaPath; }
|
|
68
68
|
});
|
|
69
69
|
Object.defineProperty(exports, "NodeFactory", {
|
|
70
70
|
enumerable: true,
|
|
71
|
-
get: function () { return
|
|
71
|
+
get: function () { return chunkO4QRUV7I_cjs.NodeFactory; }
|
|
72
72
|
});
|
|
73
73
|
Object.defineProperty(exports, "NodeFactoryRegistry", {
|
|
74
74
|
enumerable: true,
|
|
75
|
-
get: function () { return
|
|
75
|
+
get: function () { return chunkO4QRUV7I_cjs.NodeFactoryRegistry; }
|
|
76
76
|
});
|
|
77
77
|
Object.defineProperty(exports, "NumberValueNode", {
|
|
78
78
|
enumerable: true,
|
|
79
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkO4QRUV7I_cjs.NumberValueNode; }
|
|
80
80
|
});
|
|
81
81
|
Object.defineProperty(exports, "ObjectToArrayTransformer", {
|
|
82
82
|
enumerable: true,
|
|
83
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkO4QRUV7I_cjs.ObjectToArrayTransformer; }
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(exports, "ObjectValueNode", {
|
|
86
86
|
enumerable: true,
|
|
87
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkO4QRUV7I_cjs.ObjectValueNode; }
|
|
88
88
|
});
|
|
89
89
|
Object.defineProperty(exports, "ParsedFormula", {
|
|
90
90
|
enumerable: true,
|
|
91
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkO4QRUV7I_cjs.ParsedFormula; }
|
|
92
92
|
});
|
|
93
93
|
Object.defineProperty(exports, "PrimitiveToArrayTransformer", {
|
|
94
94
|
enumerable: true,
|
|
95
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkO4QRUV7I_cjs.PrimitiveToArrayTransformer; }
|
|
96
96
|
});
|
|
97
97
|
Object.defineProperty(exports, "RefTransformer", {
|
|
98
98
|
enumerable: true,
|
|
99
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkO4QRUV7I_cjs.RefTransformer; }
|
|
100
100
|
});
|
|
101
101
|
Object.defineProperty(exports, "RowModelImpl", {
|
|
102
102
|
enumerable: true,
|
|
103
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkO4QRUV7I_cjs.RowModelImpl; }
|
|
104
104
|
});
|
|
105
105
|
Object.defineProperty(exports, "SchemaParser", {
|
|
106
106
|
enumerable: true,
|
|
107
|
-
get: function () { return
|
|
107
|
+
get: function () { return chunkO4QRUV7I_cjs.SchemaParser; }
|
|
108
108
|
});
|
|
109
109
|
Object.defineProperty(exports, "StringValueNode", {
|
|
110
110
|
enumerable: true,
|
|
111
|
-
get: function () { return
|
|
111
|
+
get: function () { return chunkO4QRUV7I_cjs.StringValueNode; }
|
|
112
112
|
});
|
|
113
113
|
Object.defineProperty(exports, "TableModelImpl", {
|
|
114
114
|
enumerable: true,
|
|
115
|
-
get: function () { return
|
|
115
|
+
get: function () { return chunkO4QRUV7I_cjs.TableModelImpl; }
|
|
116
116
|
});
|
|
117
117
|
Object.defineProperty(exports, "TypeTransformChain", {
|
|
118
118
|
enumerable: true,
|
|
119
|
-
get: function () { return
|
|
119
|
+
get: function () { return chunkO4QRUV7I_cjs.TypeTransformChain; }
|
|
120
120
|
});
|
|
121
121
|
Object.defineProperty(exports, "ValueNodeFactory", {
|
|
122
122
|
enumerable: true,
|
|
123
|
-
get: function () { return
|
|
123
|
+
get: function () { return chunkO4QRUV7I_cjs.NodeFactory2; }
|
|
124
124
|
});
|
|
125
125
|
Object.defineProperty(exports, "ValueType", {
|
|
126
126
|
enumerable: true,
|
|
127
|
-
get: function () { return
|
|
127
|
+
get: function () { return chunkO4QRUV7I_cjs.ValueType; }
|
|
128
128
|
});
|
|
129
129
|
Object.defineProperty(exports, "createDataModel", {
|
|
130
130
|
enumerable: true,
|
|
131
|
-
get: function () { return
|
|
131
|
+
get: function () { return chunkO4QRUV7I_cjs.createDataModel; }
|
|
132
132
|
});
|
|
133
133
|
Object.defineProperty(exports, "createDefaultRegistry", {
|
|
134
134
|
enumerable: true,
|
|
135
|
-
get: function () { return
|
|
135
|
+
get: function () { return chunkO4QRUV7I_cjs.createDefaultRegistry; }
|
|
136
136
|
});
|
|
137
137
|
Object.defineProperty(exports, "createForeignKeyResolver", {
|
|
138
138
|
enumerable: true,
|
|
139
|
-
get: function () { return
|
|
139
|
+
get: function () { return chunkO4QRUV7I_cjs.createForeignKeyResolver; }
|
|
140
140
|
});
|
|
141
141
|
Object.defineProperty(exports, "createNodeFactory", {
|
|
142
142
|
enumerable: true,
|
|
143
|
-
get: function () { return
|
|
143
|
+
get: function () { return chunkO4QRUV7I_cjs.createNodeFactory; }
|
|
144
144
|
});
|
|
145
145
|
Object.defineProperty(exports, "createSchemaModel", {
|
|
146
146
|
enumerable: true,
|
|
147
|
-
get: function () { return
|
|
147
|
+
get: function () { return chunkO4QRUV7I_cjs.createSchemaModel; }
|
|
148
148
|
});
|
|
149
149
|
Object.defineProperty(exports, "createTableModel", {
|
|
150
150
|
enumerable: true,
|
|
151
|
-
get: function () { return
|
|
151
|
+
get: function () { return chunkO4QRUV7I_cjs.createTableModel; }
|
|
152
152
|
});
|
|
153
153
|
Object.defineProperty(exports, "createTypeTransformChain", {
|
|
154
154
|
enumerable: true,
|
|
155
|
-
get: function () { return
|
|
155
|
+
get: function () { return chunkO4QRUV7I_cjs.createTypeTransformChain; }
|
|
156
156
|
});
|
|
157
157
|
Object.defineProperty(exports, "extractFormulaDefinition", {
|
|
158
158
|
enumerable: true,
|
|
159
|
-
get: function () { return
|
|
159
|
+
get: function () { return chunkO4QRUV7I_cjs.extractFormulaDefinition; }
|
|
160
160
|
});
|
|
161
161
|
Object.defineProperty(exports, "generateDefaultValue", {
|
|
162
162
|
enumerable: true,
|
|
163
|
-
get: function () { return
|
|
163
|
+
get: function () { return chunkO4QRUV7I_cjs.generateDefaultValue; }
|
|
164
164
|
});
|
|
165
165
|
Object.defineProperty(exports, "generateNodeId", {
|
|
166
166
|
enumerable: true,
|
|
167
|
-
get: function () { return
|
|
167
|
+
get: function () { return chunkO4QRUV7I_cjs.generateNodeId; }
|
|
168
168
|
});
|
|
169
169
|
Object.defineProperty(exports, "isForeignKeyValueNode", {
|
|
170
170
|
enumerable: true,
|
|
171
|
-
get: function () { return
|
|
171
|
+
get: function () { return chunkO4QRUV7I_cjs.isForeignKeyValueNode; }
|
|
172
172
|
});
|
|
173
173
|
Object.defineProperty(exports, "resetNodeIdCounter", {
|
|
174
174
|
enumerable: true,
|
|
175
|
-
get: function () { return
|
|
175
|
+
get: function () { return chunkO4QRUV7I_cjs.resetNodeIdCounter; }
|
|
176
176
|
});
|
|
177
177
|
Object.defineProperty(exports, "FormulaPathBuilder", {
|
|
178
178
|
enumerable: true,
|
|
179
|
-
get: function () { return
|
|
179
|
+
get: function () { return chunk46ME2TAU_cjs.FormulaPathBuilder; }
|
|
180
180
|
});
|
|
181
181
|
Object.defineProperty(exports, "FormulaSerializer", {
|
|
182
182
|
enumerable: true,
|
|
183
|
-
get: function () { return
|
|
183
|
+
get: function () { return chunk46ME2TAU_cjs.FormulaSerializer; }
|
|
184
184
|
});
|
|
185
185
|
Object.defineProperty(exports, "ResolvedDependency", {
|
|
186
186
|
enumerable: true,
|
|
187
|
-
get: function () { return
|
|
187
|
+
get: function () { return chunk46ME2TAU_cjs.ResolvedDependency; }
|
|
188
188
|
});
|
|
189
189
|
Object.defineProperty(exports, "JsonArrayStore", {
|
|
190
190
|
enumerable: true,
|
package/dist/model/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h as JsonSchemaStore } from '../json-string.store-DOZn38CI.cjs';
|
|
2
2
|
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, 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';
|
|
3
|
-
import { l as SchemaNode, P as Path, j as NodeMetadata, h as SchemaValidationError, T as TreeFormulaValidationError, n as SchemaPatch, m as SchemaTree, D as Diagnostic, r as Formula, F as FormulaDependency } from '../FormulaPathBuilder
|
|
4
|
-
export { b as FormulaPathBuilder, a as FormulaSerializer, R as ResolvedDependency } from '../FormulaPathBuilder
|
|
3
|
+
import { l as SchemaNode, P as Path, j as NodeMetadata, h as SchemaValidationError, T as TreeFormulaValidationError, n as SchemaPatch, m as SchemaTree, D as Diagnostic, r as Formula, F as FormulaDependency } from '../FormulaPathBuilder--okalwdl.cjs';
|
|
4
|
+
export { b as FormulaPathBuilder, a as FormulaSerializer, R as ResolvedDependency } from '../FormulaPathBuilder--okalwdl.cjs';
|
|
5
5
|
import { h as JsonPatch } from '../json-patch.types-Cu0Medki.cjs';
|
|
6
6
|
import { f as JsonObjectSchema, i as JsonSchema } from '../schema.types-B5OgKLpV.cjs';
|
|
7
7
|
import { d as JsonValuePatch } from '../json-value-patch.types-CjBpq5VF.cjs';
|
package/dist/model/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h as JsonSchemaStore } from '../json-string.store-DRmQFKrp.js';
|
|
2
2
|
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, 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-DRmQFKrp.js';
|
|
3
|
-
import { l as SchemaNode, P as Path, j as NodeMetadata, h as SchemaValidationError, T as TreeFormulaValidationError, n as SchemaPatch, m as SchemaTree, D as Diagnostic, r as Formula, F as FormulaDependency } from '../FormulaPathBuilder-
|
|
4
|
-
export { b as FormulaPathBuilder, a as FormulaSerializer, R as ResolvedDependency } from '../FormulaPathBuilder-
|
|
3
|
+
import { l as SchemaNode, P as Path, j as NodeMetadata, h as SchemaValidationError, T as TreeFormulaValidationError, n as SchemaPatch, m as SchemaTree, D as Diagnostic, r as Formula, F as FormulaDependency } from '../FormulaPathBuilder-rW6PJd-r.js';
|
|
4
|
+
export { b as FormulaPathBuilder, a as FormulaSerializer, R as ResolvedDependency } from '../FormulaPathBuilder-rW6PJd-r.js';
|
|
5
5
|
import { h as JsonPatch } from '../json-patch.types-DY7k9hxy.js';
|
|
6
6
|
import { f as JsonObjectSchema, i as JsonSchema } from '../schema.types-B5OgKLpV.js';
|
|
7
7
|
import { d as JsonValuePatch } from '../json-value-patch.types-U2y_ugm1.js';
|
package/dist/model/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { ArrayToItemsTypeTransformer, ArrayValueNode, BasePrimitiveValueNode, BaseValueNode, BooleanValueNode, DataModelImpl, DefaultTransformer, ForeignKeyNotFoundError, ForeignKeyResolverImpl, ForeignKeyResolverNotConfiguredError, ForeignKeyValueNodeImpl, FormulaChangeDetector, FormulaDependencyIndex, FormulaPath, NodeFactory, NodeFactoryRegistry, NumberValueNode, ObjectToArrayTransformer, ObjectValueNode, ParsedFormula, PrimitiveToArrayTransformer, RefTransformer, RowModelImpl, SchemaParser, StringValueNode, TableModelImpl, TypeTransformChain, NodeFactory2 as ValueNodeFactory, ValueType, createDataModel, createDefaultRegistry, createForeignKeyResolver, createNodeFactory, createSchemaModel, createTableModel, createTypeTransformChain, extractFormulaDefinition, generateDefaultValue, generateNodeId, isForeignKeyValueNode, resetNodeIdCounter } from '../chunk-
|
|
2
|
-
export { FormulaPathBuilder, FormulaSerializer, ResolvedDependency } from '../chunk-
|
|
1
|
+
export { ArrayToItemsTypeTransformer, ArrayValueNode, BasePrimitiveValueNode, BaseValueNode, BooleanValueNode, DataModelImpl, DefaultTransformer, ForeignKeyNotFoundError, ForeignKeyResolverImpl, ForeignKeyResolverNotConfiguredError, ForeignKeyValueNodeImpl, FormulaChangeDetector, FormulaDependencyIndex, FormulaPath, NodeFactory, NodeFactoryRegistry, NumberValueNode, ObjectToArrayTransformer, ObjectValueNode, ParsedFormula, PrimitiveToArrayTransformer, RefTransformer, RowModelImpl, SchemaParser, StringValueNode, TableModelImpl, TypeTransformChain, NodeFactory2 as ValueNodeFactory, ValueType, createDataModel, createDefaultRegistry, createForeignKeyResolver, createNodeFactory, createSchemaModel, createTableModel, createTypeTransformChain, extractFormulaDefinition, generateDefaultValue, generateNodeId, isForeignKeyValueNode, resetNodeIdCounter } from '../chunk-5BBFBSGI.js';
|
|
2
|
+
export { FormulaPathBuilder, FormulaSerializer, ResolvedDependency } from '../chunk-3JZKQWQH.js';
|
|
3
3
|
import '../chunk-3IKI64T2.js';
|
|
4
4
|
import '../chunk-R4CFU33U.js';
|
|
5
5
|
export { JsonArrayStore, JsonArrayValueStore, JsonBooleanStore, JsonBooleanValueStore, JsonNumberStore, JsonNumberValueStore, JsonObjectStore, JsonObjectValueStore, JsonStringStore, JsonStringValueStore, equal, fromArrayToObject, fromArrayTransformation, fromBooleanToNumber, fromBooleanToString, fromNumberToBoolean, fromNumberToString, fromObjectToArray, fromObjectToPrimitive, fromPrimitiveToObject, fromStringToBoolean, fromStringToNumber, getTransformation, toArrayTransformation } from '../chunk-55AMH44G.js';
|