@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,74 +1,85 @@
1
1
  'use strict';
2
2
 
3
- require('../chunk-G6ZKEVVU.cjs');
4
- var chunkVGADCIBG_cjs = require('../chunk-VGADCIBG.cjs');
5
- require('../chunk-J6SCHJKG.cjs');
3
+ require('../chunk-BZWL424W.cjs');
4
+ var chunkSBO2UMI3_cjs = require('../chunk-SBO2UMI3.cjs');
6
5
 
7
6
 
8
7
 
9
8
  Object.defineProperty(exports, "arr", {
10
9
  enumerable: true,
11
- get: function () { return chunkVGADCIBG_cjs.arr; }
10
+ get: function () { return chunkSBO2UMI3_cjs.arr; }
12
11
  });
13
12
  Object.defineProperty(exports, "bool", {
14
13
  enumerable: true,
15
- get: function () { return chunkVGADCIBG_cjs.bool; }
14
+ get: function () { return chunkSBO2UMI3_cjs.bool; }
15
+ });
16
+ Object.defineProperty(exports, "boolFormula", {
17
+ enumerable: true,
18
+ get: function () { return chunkSBO2UMI3_cjs.boolFormula; }
16
19
  });
17
20
  Object.defineProperty(exports, "getAddPatch", {
18
21
  enumerable: true,
19
- get: function () { return chunkVGADCIBG_cjs.getAddPatch; }
22
+ get: function () { return chunkSBO2UMI3_cjs.getAddPatch; }
20
23
  });
21
24
  Object.defineProperty(exports, "getArraySchema", {
22
25
  enumerable: true,
23
- get: function () { return chunkVGADCIBG_cjs.getArraySchema; }
26
+ get: function () { return chunkSBO2UMI3_cjs.getArraySchema; }
24
27
  });
25
28
  Object.defineProperty(exports, "getBooleanSchema", {
26
29
  enumerable: true,
27
- get: function () { return chunkVGADCIBG_cjs.getBooleanSchema; }
30
+ get: function () { return chunkSBO2UMI3_cjs.getBooleanSchema; }
28
31
  });
29
32
  Object.defineProperty(exports, "getMovePatch", {
30
33
  enumerable: true,
31
- get: function () { return chunkVGADCIBG_cjs.getMovePatch; }
34
+ get: function () { return chunkSBO2UMI3_cjs.getMovePatch; }
32
35
  });
33
36
  Object.defineProperty(exports, "getNumberSchema", {
34
37
  enumerable: true,
35
- get: function () { return chunkVGADCIBG_cjs.getNumberSchema; }
38
+ get: function () { return chunkSBO2UMI3_cjs.getNumberSchema; }
36
39
  });
37
40
  Object.defineProperty(exports, "getObjectSchema", {
38
41
  enumerable: true,
39
- get: function () { return chunkVGADCIBG_cjs.getObjectSchema; }
42
+ get: function () { return chunkSBO2UMI3_cjs.getObjectSchema; }
40
43
  });
41
44
  Object.defineProperty(exports, "getRefSchema", {
42
45
  enumerable: true,
43
- get: function () { return chunkVGADCIBG_cjs.getRefSchema; }
46
+ get: function () { return chunkSBO2UMI3_cjs.getRefSchema; }
44
47
  });
45
48
  Object.defineProperty(exports, "getRemovePatch", {
46
49
  enumerable: true,
47
- get: function () { return chunkVGADCIBG_cjs.getRemovePatch; }
50
+ get: function () { return chunkSBO2UMI3_cjs.getRemovePatch; }
48
51
  });
49
52
  Object.defineProperty(exports, "getReplacePatch", {
50
53
  enumerable: true,
51
- get: function () { return chunkVGADCIBG_cjs.getReplacePatch; }
54
+ get: function () { return chunkSBO2UMI3_cjs.getReplacePatch; }
52
55
  });
53
56
  Object.defineProperty(exports, "getStringSchema", {
54
57
  enumerable: true,
55
- get: function () { return chunkVGADCIBG_cjs.getStringSchema; }
58
+ get: function () { return chunkSBO2UMI3_cjs.getStringSchema; }
56
59
  });
57
60
  Object.defineProperty(exports, "num", {
58
61
  enumerable: true,
59
- get: function () { return chunkVGADCIBG_cjs.num; }
62
+ get: function () { return chunkSBO2UMI3_cjs.num; }
63
+ });
64
+ Object.defineProperty(exports, "numFormula", {
65
+ enumerable: true,
66
+ get: function () { return chunkSBO2UMI3_cjs.numFormula; }
60
67
  });
61
68
  Object.defineProperty(exports, "obj", {
62
69
  enumerable: true,
63
- get: function () { return chunkVGADCIBG_cjs.obj; }
70
+ get: function () { return chunkSBO2UMI3_cjs.obj; }
64
71
  });
65
72
  Object.defineProperty(exports, "ref", {
66
73
  enumerable: true,
67
- get: function () { return chunkVGADCIBG_cjs.ref; }
74
+ get: function () { return chunkSBO2UMI3_cjs.ref; }
68
75
  });
69
76
  Object.defineProperty(exports, "str", {
70
77
  enumerable: true,
71
- get: function () { return chunkVGADCIBG_cjs.str; }
78
+ get: function () { return chunkSBO2UMI3_cjs.str; }
79
+ });
80
+ Object.defineProperty(exports, "strFormula", {
81
+ enumerable: true,
82
+ get: function () { return chunkSBO2UMI3_cjs.strFormula; }
72
83
  });
73
84
  //# sourceMappingURL=index.cjs.map
74
85
  //# sourceMappingURL=index.cjs.map
@@ -1,6 +1,6 @@
1
- import { b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, f as JsonObjectSchema, g as JsonArraySchema, h as JsonRefSchema, i as JsonSchema } from '../schema.types-B5OgKLpV.cjs';
2
- export { C as ContentMediaType } from '../schema.types-B5OgKLpV.cjs';
3
- import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove } from '../json-patch.types-Cu0Medki.cjs';
1
+ import { j as JsonSchema, c as JsonStringSchema, d as JsonNumberSchema, e as JsonBooleanSchema, g as JsonObjectSchema, h as JsonArraySchema, i as JsonRefSchema } from '../schema.types-On_VGw2m.cjs';
2
+ export { C as ContentMediaType } from '../schema.types-On_VGw2m.cjs';
3
+ import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove } from '../json-patch.types-eM6pYC2P.cjs';
4
4
 
5
5
  declare const getReplacePatch: ({ path, value, }: {
6
6
  path: string;
@@ -32,14 +32,28 @@ type RefSchemaOptions = Partial<Omit<JsonRefSchema, '$ref'>>;
32
32
  declare const getStringSchema: (params?: StringSchemaOptions) => JsonStringSchema;
33
33
  declare const getNumberSchema: (params?: NumberSchemaOptions) => JsonNumberSchema;
34
34
  declare const getBooleanSchema: (params?: BooleanSchemaOptions) => JsonBooleanSchema;
35
- declare const getObjectSchema: (properties: Record<string, JsonSchema>, options?: ObjectSchemaOptions) => JsonObjectSchema;
36
- declare const getArraySchema: (items: JsonSchema, options?: ArraySchemaOptions) => JsonArraySchema;
35
+ declare const getObjectSchema: <P extends Record<string, JsonSchema>>(properties: P, options?: ObjectSchemaOptions) => JsonObjectSchema & {
36
+ readonly properties: { readonly [K in keyof P]: P[K]; };
37
+ };
38
+ declare const getArraySchema: <I extends JsonSchema>(items: I, options?: ArraySchemaOptions) => JsonArraySchema & {
39
+ readonly items: I;
40
+ };
37
41
  declare const getRefSchema: ($ref: string, options?: RefSchemaOptions) => JsonRefSchema;
38
42
  declare const str: (params?: StringSchemaOptions) => JsonStringSchema;
39
43
  declare const num: (params?: NumberSchemaOptions) => JsonNumberSchema;
40
44
  declare const bool: (params?: BooleanSchemaOptions) => JsonBooleanSchema;
41
- declare const obj: (properties: Record<string, JsonSchema>, options?: ObjectSchemaOptions) => JsonObjectSchema;
42
- declare const arr: (items: JsonSchema, options?: ArraySchemaOptions) => JsonArraySchema;
45
+ type StringFormulaOptions = Omit<StringSchemaOptions, 'formula' | 'readOnly'>;
46
+ type NumberFormulaOptions = Omit<NumberSchemaOptions, 'formula' | 'readOnly'>;
47
+ type BooleanFormulaOptions = Omit<BooleanSchemaOptions, 'formula' | 'readOnly'>;
48
+ declare const strFormula: (formula: string, params?: StringFormulaOptions) => JsonStringSchema;
49
+ declare const numFormula: (formula: string, params?: NumberFormulaOptions) => JsonNumberSchema;
50
+ declare const boolFormula: (formula: string, params?: BooleanFormulaOptions) => JsonBooleanSchema;
51
+ declare const obj: <P extends Record<string, JsonSchema>>(properties: P, options?: ObjectSchemaOptions) => JsonObjectSchema & {
52
+ readonly properties: { readonly [K in keyof P]: P[K]; };
53
+ };
54
+ declare const arr: <I extends JsonSchema>(items: I, options?: ArraySchemaOptions) => JsonArraySchema & {
55
+ readonly items: I;
56
+ };
43
57
  declare const ref: ($ref: string, options?: RefSchemaOptions) => JsonRefSchema;
44
58
 
45
- export { type ArraySchemaOptions, type BooleanSchemaOptions, type NumberSchemaOptions, type ObjectSchemaOptions, type RefSchemaOptions, type StringSchemaOptions, arr, bool, getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema, num, obj, ref, str };
59
+ export { type ArraySchemaOptions, type BooleanFormulaOptions, type BooleanSchemaOptions, type NumberFormulaOptions, type NumberSchemaOptions, type ObjectSchemaOptions, type RefSchemaOptions, type StringFormulaOptions, type StringSchemaOptions, arr, bool, boolFormula, getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema, num, numFormula, obj, ref, str, strFormula };
@@ -1,6 +1,6 @@
1
- import { b as JsonStringSchema, c as JsonNumberSchema, d as JsonBooleanSchema, f as JsonObjectSchema, g as JsonArraySchema, h as JsonRefSchema, i as JsonSchema } from '../schema.types-B5OgKLpV.js';
2
- export { C as ContentMediaType } from '../schema.types-B5OgKLpV.js';
3
- import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove } from '../json-patch.types-DY7k9hxy.js';
1
+ import { j as JsonSchema, c as JsonStringSchema, d as JsonNumberSchema, e as JsonBooleanSchema, g as JsonObjectSchema, h as JsonArraySchema, i as JsonRefSchema } from '../schema.types-On_VGw2m.js';
2
+ export { C as ContentMediaType } from '../schema.types-On_VGw2m.js';
3
+ import { e as JsonPatchReplace, f as JsonPatchRemove, g as JsonPatchAdd, d as JsonPatchMove } from '../json-patch.types-BpVnp08Z.js';
4
4
 
5
5
  declare const getReplacePatch: ({ path, value, }: {
6
6
  path: string;
@@ -32,14 +32,28 @@ type RefSchemaOptions = Partial<Omit<JsonRefSchema, '$ref'>>;
32
32
  declare const getStringSchema: (params?: StringSchemaOptions) => JsonStringSchema;
33
33
  declare const getNumberSchema: (params?: NumberSchemaOptions) => JsonNumberSchema;
34
34
  declare const getBooleanSchema: (params?: BooleanSchemaOptions) => JsonBooleanSchema;
35
- declare const getObjectSchema: (properties: Record<string, JsonSchema>, options?: ObjectSchemaOptions) => JsonObjectSchema;
36
- declare const getArraySchema: (items: JsonSchema, options?: ArraySchemaOptions) => JsonArraySchema;
35
+ declare const getObjectSchema: <P extends Record<string, JsonSchema>>(properties: P, options?: ObjectSchemaOptions) => JsonObjectSchema & {
36
+ readonly properties: { readonly [K in keyof P]: P[K]; };
37
+ };
38
+ declare const getArraySchema: <I extends JsonSchema>(items: I, options?: ArraySchemaOptions) => JsonArraySchema & {
39
+ readonly items: I;
40
+ };
37
41
  declare const getRefSchema: ($ref: string, options?: RefSchemaOptions) => JsonRefSchema;
38
42
  declare const str: (params?: StringSchemaOptions) => JsonStringSchema;
39
43
  declare const num: (params?: NumberSchemaOptions) => JsonNumberSchema;
40
44
  declare const bool: (params?: BooleanSchemaOptions) => JsonBooleanSchema;
41
- declare const obj: (properties: Record<string, JsonSchema>, options?: ObjectSchemaOptions) => JsonObjectSchema;
42
- declare const arr: (items: JsonSchema, options?: ArraySchemaOptions) => JsonArraySchema;
45
+ type StringFormulaOptions = Omit<StringSchemaOptions, 'formula' | 'readOnly'>;
46
+ type NumberFormulaOptions = Omit<NumberSchemaOptions, 'formula' | 'readOnly'>;
47
+ type BooleanFormulaOptions = Omit<BooleanSchemaOptions, 'formula' | 'readOnly'>;
48
+ declare const strFormula: (formula: string, params?: StringFormulaOptions) => JsonStringSchema;
49
+ declare const numFormula: (formula: string, params?: NumberFormulaOptions) => JsonNumberSchema;
50
+ declare const boolFormula: (formula: string, params?: BooleanFormulaOptions) => JsonBooleanSchema;
51
+ declare const obj: <P extends Record<string, JsonSchema>>(properties: P, options?: ObjectSchemaOptions) => JsonObjectSchema & {
52
+ readonly properties: { readonly [K in keyof P]: P[K]; };
53
+ };
54
+ declare const arr: <I extends JsonSchema>(items: I, options?: ArraySchemaOptions) => JsonArraySchema & {
55
+ readonly items: I;
56
+ };
43
57
  declare const ref: ($ref: string, options?: RefSchemaOptions) => JsonRefSchema;
44
58
 
45
- export { type ArraySchemaOptions, type BooleanSchemaOptions, type NumberSchemaOptions, type ObjectSchemaOptions, type RefSchemaOptions, type StringSchemaOptions, arr, bool, getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema, num, obj, ref, str };
59
+ export { type ArraySchemaOptions, type BooleanFormulaOptions, type BooleanSchemaOptions, type NumberFormulaOptions, type NumberSchemaOptions, type ObjectSchemaOptions, type RefSchemaOptions, type StringFormulaOptions, type StringSchemaOptions, arr, bool, boolFormula, getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema, num, numFormula, obj, ref, str, strFormula };
@@ -1,5 +1,4 @@
1
- import '../chunk-NY3H6C7K.js';
2
- export { arr, bool, getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema, num, obj, ref, str } from '../chunk-R4CFU33U.js';
3
- import '../chunk-MPF6VCB5.js';
1
+ import '../chunk-2NARA22J.js';
2
+ export { arr, bool, boolFormula, getAddPatch, getArraySchema, getBooleanSchema, getMovePatch, getNumberSchema, getObjectSchema, getRefSchema, getRemovePatch, getReplacePatch, getStringSchema, num, numFormula, obj, ref, str, strFormula } from '../chunk-BIBFHULN.js';
4
3
  //# sourceMappingURL=index.js.map
5
4
  //# sourceMappingURL=index.js.map
@@ -1,290 +1,299 @@
1
1
  'use strict';
2
2
 
3
- var chunkFZ2MS4Q5_cjs = require('../chunk-FZ2MS4Q5.cjs');
4
- var chunk46ME2TAU_cjs = require('../chunk-46ME2TAU.cjs');
5
- require('../chunk-TBFTADML.cjs');
6
- require('../chunk-VGADCIBG.cjs');
7
- var chunkB3T6YB2D_cjs = require('../chunk-B3T6YB2D.cjs');
8
- require('../chunk-ZRNFSUOV.cjs');
9
- require('../chunk-J6SCHJKG.cjs');
3
+ var chunkF4POD7AE_cjs = require('../chunk-F4POD7AE.cjs');
4
+ var chunkJWYYVKRT_cjs = require('../chunk-JWYYVKRT.cjs');
5
+ require('../chunk-SBO2UMI3.cjs');
6
+ var chunkHH2LDPVV_cjs = require('../chunk-HH2LDPVV.cjs');
10
7
 
11
8
 
12
9
 
13
10
  Object.defineProperty(exports, "ArrayToItemsTypeTransformer", {
14
11
  enumerable: true,
15
- get: function () { return chunkFZ2MS4Q5_cjs.ArrayToItemsTypeTransformer; }
12
+ get: function () { return chunkF4POD7AE_cjs.ArrayToItemsTypeTransformer; }
16
13
  });
17
14
  Object.defineProperty(exports, "ArrayValueNode", {
18
15
  enumerable: true,
19
- get: function () { return chunkFZ2MS4Q5_cjs.ArrayValueNode; }
16
+ get: function () { return chunkF4POD7AE_cjs.ArrayValueNode; }
20
17
  });
21
18
  Object.defineProperty(exports, "BasePrimitiveValueNode", {
22
19
  enumerable: true,
23
- get: function () { return chunkFZ2MS4Q5_cjs.BasePrimitiveValueNode; }
20
+ get: function () { return chunkF4POD7AE_cjs.BasePrimitiveValueNode; }
24
21
  });
25
22
  Object.defineProperty(exports, "BaseValueNode", {
26
23
  enumerable: true,
27
- get: function () { return chunkFZ2MS4Q5_cjs.BaseValueNode; }
24
+ get: function () { return chunkF4POD7AE_cjs.BaseValueNode; }
28
25
  });
29
26
  Object.defineProperty(exports, "BooleanValueNode", {
30
27
  enumerable: true,
31
- get: function () { return chunkFZ2MS4Q5_cjs.BooleanValueNode; }
28
+ get: function () { return chunkF4POD7AE_cjs.BooleanValueNode; }
32
29
  });
33
30
  Object.defineProperty(exports, "DataModelImpl", {
34
31
  enumerable: true,
35
- get: function () { return chunkFZ2MS4Q5_cjs.DataModelImpl; }
32
+ get: function () { return chunkF4POD7AE_cjs.DataModelImpl; }
36
33
  });
37
34
  Object.defineProperty(exports, "DefaultTransformer", {
38
35
  enumerable: true,
39
- get: function () { return chunkFZ2MS4Q5_cjs.DefaultTransformer; }
36
+ get: function () { return chunkF4POD7AE_cjs.DefaultTransformer; }
40
37
  });
41
38
  Object.defineProperty(exports, "ForeignKeyNotFoundError", {
42
39
  enumerable: true,
43
- get: function () { return chunkFZ2MS4Q5_cjs.ForeignKeyNotFoundError; }
40
+ get: function () { return chunkF4POD7AE_cjs.ForeignKeyNotFoundError; }
44
41
  });
45
42
  Object.defineProperty(exports, "ForeignKeyResolverImpl", {
46
43
  enumerable: true,
47
- get: function () { return chunkFZ2MS4Q5_cjs.ForeignKeyResolverImpl; }
44
+ get: function () { return chunkF4POD7AE_cjs.ForeignKeyResolverImpl; }
48
45
  });
49
46
  Object.defineProperty(exports, "ForeignKeyResolverNotConfiguredError", {
50
47
  enumerable: true,
51
- get: function () { return chunkFZ2MS4Q5_cjs.ForeignKeyResolverNotConfiguredError; }
48
+ get: function () { return chunkF4POD7AE_cjs.ForeignKeyResolverNotConfiguredError; }
52
49
  });
53
50
  Object.defineProperty(exports, "ForeignKeyValueNodeImpl", {
54
51
  enumerable: true,
55
- get: function () { return chunkFZ2MS4Q5_cjs.ForeignKeyValueNodeImpl; }
52
+ get: function () { return chunkF4POD7AE_cjs.ForeignKeyValueNodeImpl; }
56
53
  });
57
54
  Object.defineProperty(exports, "FormulaChangeDetector", {
58
55
  enumerable: true,
59
- get: function () { return chunkFZ2MS4Q5_cjs.FormulaChangeDetector; }
56
+ get: function () { return chunkF4POD7AE_cjs.FormulaChangeDetector; }
60
57
  });
61
58
  Object.defineProperty(exports, "FormulaDependencyIndex", {
62
59
  enumerable: true,
63
- get: function () { return chunkFZ2MS4Q5_cjs.FormulaDependencyIndex; }
60
+ get: function () { return chunkF4POD7AE_cjs.FormulaDependencyIndex; }
64
61
  });
65
62
  Object.defineProperty(exports, "FormulaPath", {
66
63
  enumerable: true,
67
- get: function () { return chunkFZ2MS4Q5_cjs.FormulaPath; }
64
+ get: function () { return chunkF4POD7AE_cjs.FormulaPath; }
68
65
  });
69
66
  Object.defineProperty(exports, "NodeFactory", {
70
67
  enumerable: true,
71
- get: function () { return chunkFZ2MS4Q5_cjs.NodeFactory; }
68
+ get: function () { return chunkF4POD7AE_cjs.NodeFactory; }
72
69
  });
73
70
  Object.defineProperty(exports, "NodeFactoryRegistry", {
74
71
  enumerable: true,
75
- get: function () { return chunkFZ2MS4Q5_cjs.NodeFactoryRegistry; }
72
+ get: function () { return chunkF4POD7AE_cjs.NodeFactoryRegistry; }
76
73
  });
77
74
  Object.defineProperty(exports, "NumberValueNode", {
78
75
  enumerable: true,
79
- get: function () { return chunkFZ2MS4Q5_cjs.NumberValueNode; }
76
+ get: function () { return chunkF4POD7AE_cjs.NumberValueNode; }
80
77
  });
81
78
  Object.defineProperty(exports, "ObjectToArrayTransformer", {
82
79
  enumerable: true,
83
- get: function () { return chunkFZ2MS4Q5_cjs.ObjectToArrayTransformer; }
80
+ get: function () { return chunkF4POD7AE_cjs.ObjectToArrayTransformer; }
84
81
  });
85
82
  Object.defineProperty(exports, "ObjectValueNode", {
86
83
  enumerable: true,
87
- get: function () { return chunkFZ2MS4Q5_cjs.ObjectValueNode; }
84
+ get: function () { return chunkF4POD7AE_cjs.ObjectValueNode; }
88
85
  });
89
86
  Object.defineProperty(exports, "ParsedFormula", {
90
87
  enumerable: true,
91
- get: function () { return chunkFZ2MS4Q5_cjs.ParsedFormula; }
88
+ get: function () { return chunkF4POD7AE_cjs.ParsedFormula; }
92
89
  });
93
90
  Object.defineProperty(exports, "PrimitiveToArrayTransformer", {
94
91
  enumerable: true,
95
- get: function () { return chunkFZ2MS4Q5_cjs.PrimitiveToArrayTransformer; }
92
+ get: function () { return chunkF4POD7AE_cjs.PrimitiveToArrayTransformer; }
96
93
  });
97
94
  Object.defineProperty(exports, "RefTransformer", {
98
95
  enumerable: true,
99
- get: function () { return chunkFZ2MS4Q5_cjs.RefTransformer; }
96
+ get: function () { return chunkF4POD7AE_cjs.RefTransformer; }
100
97
  });
101
98
  Object.defineProperty(exports, "RowModelImpl", {
102
99
  enumerable: true,
103
- get: function () { return chunkFZ2MS4Q5_cjs.RowModelImpl; }
100
+ get: function () { return chunkF4POD7AE_cjs.RowModelImpl; }
104
101
  });
105
102
  Object.defineProperty(exports, "SchemaParser", {
106
103
  enumerable: true,
107
- get: function () { return chunkFZ2MS4Q5_cjs.SchemaParser; }
104
+ get: function () { return chunkF4POD7AE_cjs.SchemaParser; }
108
105
  });
109
106
  Object.defineProperty(exports, "StringValueNode", {
110
107
  enumerable: true,
111
- get: function () { return chunkFZ2MS4Q5_cjs.StringValueNode; }
108
+ get: function () { return chunkF4POD7AE_cjs.StringValueNode; }
112
109
  });
113
110
  Object.defineProperty(exports, "TableModelImpl", {
114
111
  enumerable: true,
115
- get: function () { return chunkFZ2MS4Q5_cjs.TableModelImpl; }
112
+ get: function () { return chunkF4POD7AE_cjs.TableModelImpl; }
116
113
  });
117
114
  Object.defineProperty(exports, "TypeTransformChain", {
118
115
  enumerable: true,
119
- get: function () { return chunkFZ2MS4Q5_cjs.TypeTransformChain; }
116
+ get: function () { return chunkF4POD7AE_cjs.TypeTransformChain; }
120
117
  });
121
118
  Object.defineProperty(exports, "ValueNodeFactory", {
122
119
  enumerable: true,
123
- get: function () { return chunkFZ2MS4Q5_cjs.NodeFactory2; }
120
+ get: function () { return chunkF4POD7AE_cjs.NodeFactory2; }
121
+ });
122
+ Object.defineProperty(exports, "ValueTree", {
123
+ enumerable: true,
124
+ get: function () { return chunkF4POD7AE_cjs.ValueTree; }
124
125
  });
125
126
  Object.defineProperty(exports, "ValueType", {
126
127
  enumerable: true,
127
- get: function () { return chunkFZ2MS4Q5_cjs.ValueType; }
128
+ get: function () { return chunkF4POD7AE_cjs.ValueType; }
128
129
  });
129
130
  Object.defineProperty(exports, "createDataModel", {
130
131
  enumerable: true,
131
- get: function () { return chunkFZ2MS4Q5_cjs.createDataModel; }
132
+ get: function () { return chunkF4POD7AE_cjs.createDataModel; }
132
133
  });
133
134
  Object.defineProperty(exports, "createDefaultRegistry", {
134
135
  enumerable: true,
135
- get: function () { return chunkFZ2MS4Q5_cjs.createDefaultRegistry; }
136
+ get: function () { return chunkF4POD7AE_cjs.createDefaultRegistry; }
136
137
  });
137
138
  Object.defineProperty(exports, "createForeignKeyResolver", {
138
139
  enumerable: true,
139
- get: function () { return chunkFZ2MS4Q5_cjs.createForeignKeyResolver; }
140
+ get: function () { return chunkF4POD7AE_cjs.createForeignKeyResolver; }
140
141
  });
141
142
  Object.defineProperty(exports, "createNodeFactory", {
142
143
  enumerable: true,
143
- get: function () { return chunkFZ2MS4Q5_cjs.createNodeFactory; }
144
+ get: function () { return chunkF4POD7AE_cjs.createNodeFactory; }
144
145
  });
145
146
  Object.defineProperty(exports, "createRowModel", {
146
147
  enumerable: true,
147
- get: function () { return chunkFZ2MS4Q5_cjs.createRowModel; }
148
+ get: function () { return chunkF4POD7AE_cjs.createRowModel; }
148
149
  });
149
150
  Object.defineProperty(exports, "createSchemaModel", {
150
151
  enumerable: true,
151
- get: function () { return chunkFZ2MS4Q5_cjs.createSchemaModel; }
152
+ get: function () { return chunkF4POD7AE_cjs.createSchemaModel; }
152
153
  });
153
154
  Object.defineProperty(exports, "createTableModel", {
154
155
  enumerable: true,
155
- get: function () { return chunkFZ2MS4Q5_cjs.createTableModel; }
156
+ get: function () { return chunkF4POD7AE_cjs.createTableModel; }
156
157
  });
157
158
  Object.defineProperty(exports, "createTypeTransformChain", {
158
159
  enumerable: true,
159
- get: function () { return chunkFZ2MS4Q5_cjs.createTypeTransformChain; }
160
+ get: function () { return chunkF4POD7AE_cjs.createTypeTransformChain; }
161
+ });
162
+ Object.defineProperty(exports, "createTypedTree", {
163
+ enumerable: true,
164
+ get: function () { return chunkF4POD7AE_cjs.createTypedTree; }
160
165
  });
161
166
  Object.defineProperty(exports, "extractFormulaDefinition", {
162
167
  enumerable: true,
163
- get: function () { return chunkFZ2MS4Q5_cjs.extractFormulaDefinition; }
168
+ get: function () { return chunkF4POD7AE_cjs.extractFormulaDefinition; }
164
169
  });
165
170
  Object.defineProperty(exports, "generateDefaultValue", {
166
171
  enumerable: true,
167
- get: function () { return chunkFZ2MS4Q5_cjs.generateDefaultValue; }
172
+ get: function () { return chunkF4POD7AE_cjs.generateDefaultValue; }
168
173
  });
169
174
  Object.defineProperty(exports, "generateNodeId", {
170
175
  enumerable: true,
171
- get: function () { return chunkFZ2MS4Q5_cjs.generateNodeId; }
176
+ get: function () { return chunkF4POD7AE_cjs.generateNodeId; }
172
177
  });
173
178
  Object.defineProperty(exports, "isForeignKeyValueNode", {
174
179
  enumerable: true,
175
- get: function () { return chunkFZ2MS4Q5_cjs.isForeignKeyValueNode; }
180
+ get: function () { return chunkF4POD7AE_cjs.isForeignKeyValueNode; }
176
181
  });
177
182
  Object.defineProperty(exports, "resetNodeIdCounter", {
178
183
  enumerable: true,
179
- get: function () { return chunkFZ2MS4Q5_cjs.resetNodeIdCounter; }
184
+ get: function () { return chunkF4POD7AE_cjs.resetNodeIdCounter; }
185
+ });
186
+ Object.defineProperty(exports, "typedNode", {
187
+ enumerable: true,
188
+ get: function () { return chunkF4POD7AE_cjs.typedNode; }
180
189
  });
181
190
  Object.defineProperty(exports, "FormulaPathBuilder", {
182
191
  enumerable: true,
183
- get: function () { return chunk46ME2TAU_cjs.FormulaPathBuilder; }
192
+ get: function () { return chunkJWYYVKRT_cjs.FormulaPathBuilder; }
184
193
  });
185
194
  Object.defineProperty(exports, "FormulaSerializer", {
186
195
  enumerable: true,
187
- get: function () { return chunk46ME2TAU_cjs.FormulaSerializer; }
196
+ get: function () { return chunkJWYYVKRT_cjs.FormulaSerializer; }
188
197
  });
189
198
  Object.defineProperty(exports, "ResolvedDependency", {
190
199
  enumerable: true,
191
- get: function () { return chunk46ME2TAU_cjs.ResolvedDependency; }
200
+ get: function () { return chunkJWYYVKRT_cjs.ResolvedDependency; }
192
201
  });
193
202
  Object.defineProperty(exports, "JsonArrayStore", {
194
203
  enumerable: true,
195
- get: function () { return chunkB3T6YB2D_cjs.JsonArrayStore; }
204
+ get: function () { return chunkHH2LDPVV_cjs.JsonArrayStore; }
196
205
  });
197
206
  Object.defineProperty(exports, "JsonArrayValueStore", {
198
207
  enumerable: true,
199
- get: function () { return chunkB3T6YB2D_cjs.JsonArrayValueStore; }
208
+ get: function () { return chunkHH2LDPVV_cjs.JsonArrayValueStore; }
200
209
  });
201
210
  Object.defineProperty(exports, "JsonBooleanStore", {
202
211
  enumerable: true,
203
- get: function () { return chunkB3T6YB2D_cjs.JsonBooleanStore; }
212
+ get: function () { return chunkHH2LDPVV_cjs.JsonBooleanStore; }
204
213
  });
205
214
  Object.defineProperty(exports, "JsonBooleanValueStore", {
206
215
  enumerable: true,
207
- get: function () { return chunkB3T6YB2D_cjs.JsonBooleanValueStore; }
216
+ get: function () { return chunkHH2LDPVV_cjs.JsonBooleanValueStore; }
208
217
  });
209
218
  Object.defineProperty(exports, "JsonNumberStore", {
210
219
  enumerable: true,
211
- get: function () { return chunkB3T6YB2D_cjs.JsonNumberStore; }
220
+ get: function () { return chunkHH2LDPVV_cjs.JsonNumberStore; }
212
221
  });
213
222
  Object.defineProperty(exports, "JsonNumberValueStore", {
214
223
  enumerable: true,
215
- get: function () { return chunkB3T6YB2D_cjs.JsonNumberValueStore; }
224
+ get: function () { return chunkHH2LDPVV_cjs.JsonNumberValueStore; }
216
225
  });
217
226
  Object.defineProperty(exports, "JsonObjectStore", {
218
227
  enumerable: true,
219
- get: function () { return chunkB3T6YB2D_cjs.JsonObjectStore; }
228
+ get: function () { return chunkHH2LDPVV_cjs.JsonObjectStore; }
220
229
  });
221
230
  Object.defineProperty(exports, "JsonObjectValueStore", {
222
231
  enumerable: true,
223
- get: function () { return chunkB3T6YB2D_cjs.JsonObjectValueStore; }
232
+ get: function () { return chunkHH2LDPVV_cjs.JsonObjectValueStore; }
224
233
  });
225
234
  Object.defineProperty(exports, "JsonStringStore", {
226
235
  enumerable: true,
227
- get: function () { return chunkB3T6YB2D_cjs.JsonStringStore; }
236
+ get: function () { return chunkHH2LDPVV_cjs.JsonStringStore; }
228
237
  });
229
238
  Object.defineProperty(exports, "JsonStringValueStore", {
230
239
  enumerable: true,
231
- get: function () { return chunkB3T6YB2D_cjs.JsonStringValueStore; }
240
+ get: function () { return chunkHH2LDPVV_cjs.JsonStringValueStore; }
232
241
  });
233
242
  Object.defineProperty(exports, "equal", {
234
243
  enumerable: true,
235
- get: function () { return chunkB3T6YB2D_cjs.equal; }
244
+ get: function () { return chunkHH2LDPVV_cjs.equal; }
236
245
  });
237
246
  Object.defineProperty(exports, "fromArrayToObject", {
238
247
  enumerable: true,
239
- get: function () { return chunkB3T6YB2D_cjs.fromArrayToObject; }
248
+ get: function () { return chunkHH2LDPVV_cjs.fromArrayToObject; }
240
249
  });
241
250
  Object.defineProperty(exports, "fromArrayTransformation", {
242
251
  enumerable: true,
243
- get: function () { return chunkB3T6YB2D_cjs.fromArrayTransformation; }
252
+ get: function () { return chunkHH2LDPVV_cjs.fromArrayTransformation; }
244
253
  });
245
254
  Object.defineProperty(exports, "fromBooleanToNumber", {
246
255
  enumerable: true,
247
- get: function () { return chunkB3T6YB2D_cjs.fromBooleanToNumber; }
256
+ get: function () { return chunkHH2LDPVV_cjs.fromBooleanToNumber; }
248
257
  });
249
258
  Object.defineProperty(exports, "fromBooleanToString", {
250
259
  enumerable: true,
251
- get: function () { return chunkB3T6YB2D_cjs.fromBooleanToString; }
260
+ get: function () { return chunkHH2LDPVV_cjs.fromBooleanToString; }
252
261
  });
253
262
  Object.defineProperty(exports, "fromNumberToBoolean", {
254
263
  enumerable: true,
255
- get: function () { return chunkB3T6YB2D_cjs.fromNumberToBoolean; }
264
+ get: function () { return chunkHH2LDPVV_cjs.fromNumberToBoolean; }
256
265
  });
257
266
  Object.defineProperty(exports, "fromNumberToString", {
258
267
  enumerable: true,
259
- get: function () { return chunkB3T6YB2D_cjs.fromNumberToString; }
268
+ get: function () { return chunkHH2LDPVV_cjs.fromNumberToString; }
260
269
  });
261
270
  Object.defineProperty(exports, "fromObjectToArray", {
262
271
  enumerable: true,
263
- get: function () { return chunkB3T6YB2D_cjs.fromObjectToArray; }
272
+ get: function () { return chunkHH2LDPVV_cjs.fromObjectToArray; }
264
273
  });
265
274
  Object.defineProperty(exports, "fromObjectToPrimitive", {
266
275
  enumerable: true,
267
- get: function () { return chunkB3T6YB2D_cjs.fromObjectToPrimitive; }
276
+ get: function () { return chunkHH2LDPVV_cjs.fromObjectToPrimitive; }
268
277
  });
269
278
  Object.defineProperty(exports, "fromPrimitiveToObject", {
270
279
  enumerable: true,
271
- get: function () { return chunkB3T6YB2D_cjs.fromPrimitiveToObject; }
280
+ get: function () { return chunkHH2LDPVV_cjs.fromPrimitiveToObject; }
272
281
  });
273
282
  Object.defineProperty(exports, "fromStringToBoolean", {
274
283
  enumerable: true,
275
- get: function () { return chunkB3T6YB2D_cjs.fromStringToBoolean; }
284
+ get: function () { return chunkHH2LDPVV_cjs.fromStringToBoolean; }
276
285
  });
277
286
  Object.defineProperty(exports, "fromStringToNumber", {
278
287
  enumerable: true,
279
- get: function () { return chunkB3T6YB2D_cjs.fromStringToNumber; }
288
+ get: function () { return chunkHH2LDPVV_cjs.fromStringToNumber; }
280
289
  });
281
290
  Object.defineProperty(exports, "getTransformation", {
282
291
  enumerable: true,
283
- get: function () { return chunkB3T6YB2D_cjs.getTransformation; }
292
+ get: function () { return chunkHH2LDPVV_cjs.getTransformation; }
284
293
  });
285
294
  Object.defineProperty(exports, "toArrayTransformation", {
286
295
  enumerable: true,
287
- get: function () { return chunkB3T6YB2D_cjs.toArrayTransformation; }
296
+ get: function () { return chunkHH2LDPVV_cjs.toArrayTransformation; }
288
297
  });
289
298
  //# sourceMappingURL=index.cjs.map
290
299
  //# sourceMappingURL=index.cjs.map