pareto 0.76.60 → 0.76.61

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 (71) hide show
  1. package/dist/generated/implementation/schemas/astn_schema/marshall.d.ts +12 -0
  2. package/dist/generated/implementation/schemas/astn_schema/marshall.js +232 -0
  3. package/dist/generated/implementation/schemas/astn_schema/resolve.d.ts +12 -0
  4. package/dist/generated/implementation/schemas/astn_schema/resolve.js +446 -0
  5. package/dist/generated/implementation/schemas/astn_schema/unmarshall.d.ts +12 -0
  6. package/dist/generated/implementation/schemas/astn_schema/unmarshall.js +206 -0
  7. package/dist/generated/implementation/schemas/schema/marshall.js +1 -28
  8. package/dist/generated/implementation/schemas/schema/resolve.js +1 -45
  9. package/dist/generated/implementation/schemas/schema/unmarshall.js +1 -10
  10. package/dist/generated/implementation/schemas/unmarshall_errors/marshall.js +5 -1
  11. package/dist/generated/implementation/schemas/unmarshall_errors/unmarshall.js +2 -1
  12. package/dist/generated/interface/schemas/astn_schema/data_types/resolve.d.ts +1125 -0
  13. package/dist/generated/interface/schemas/astn_schema/data_types/resolve.js +3 -0
  14. package/dist/generated/interface/schemas/astn_schema/data_types/source.d.ts +487 -0
  15. package/dist/generated/interface/schemas/astn_schema/data_types/source.js +3 -0
  16. package/dist/generated/interface/schemas/astn_schema/data_types/target.d.ts +487 -0
  17. package/dist/generated/interface/schemas/astn_schema/data_types/target.js +3 -0
  18. package/dist/generated/interface/schemas/astn_schema/marshall.d.ts +333 -0
  19. package/dist/generated/interface/schemas/astn_schema/marshall.js +3 -0
  20. package/dist/generated/interface/schemas/astn_schema/migrate_boilerplate.d.ts +266 -0
  21. package/dist/generated/interface/schemas/astn_schema/migrate_boilerplate.js +3 -0
  22. package/dist/generated/interface/schemas/astn_schema/unmarshall.d.ts +399 -0
  23. package/dist/generated/interface/schemas/astn_schema/unmarshall.js +3 -0
  24. package/dist/generated/interface/schemas/astn_schema/value_deserializers.d.ts +44 -0
  25. package/dist/generated/interface/schemas/astn_schema/value_deserializers.js +3 -0
  26. package/dist/generated/interface/schemas/astn_schema/value_serializers.d.ts +44 -0
  27. package/dist/generated/interface/schemas/astn_schema/value_serializers.js +3 -0
  28. package/dist/generated/interface/schemas/schema/data_types/source.d.ts +19 -47
  29. package/dist/generated/interface/schemas/schema/data_types/target.d.ts +19 -47
  30. package/dist/generated/interface/schemas/unmarshall_errors/data_types/source.d.ts +17 -15
  31. package/dist/generated/interface/schemas/unmarshall_errors/data_types/target.d.ts +17 -15
  32. package/dist/queries/load_pareto_document.js +1 -1
  33. package/dist/resolvers/schema.js +17 -47
  34. package/dist/shorthands/schema.d.ts +0 -2
  35. package/dist/shorthands/schema.js +4 -7
  36. package/dist/temp/temp_unmashall_result_types.d.ts +1 -4
  37. package/dist/temp/temporary_schemas/accounting_ruwe_data/operations.astn.js +207 -68
  38. package/dist/temp/temporary_schemas/astn/schemas/authoring_target/$.types.astn.js +32 -23
  39. package/dist/temp/temporary_schemas/exupery/operations.astn.js +207 -68
  40. package/dist/temp/temporary_schemas/exupery/schemas/interface/$.resolvers.astn.js +1 -2
  41. package/dist/temp/temporary_schemas/exupery/schemas/interface/$.types.astn.js +1 -2
  42. package/dist/temp/temporary_schemas/pareto/operations.astn.js +207 -68
  43. package/dist/temp/temporary_schemas/pareto/schema_tree.astn.js +7 -5
  44. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.globals.astn.d.ts +3 -0
  45. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.globals.astn.js +6 -0
  46. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.module.astn.d.ts +3 -0
  47. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.module.astn.js +10 -0
  48. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.resolvers.astn.d.ts +3 -0
  49. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.resolvers.astn.js +116 -0
  50. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.signatures.astn.d.ts +3 -0
  51. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.signatures.astn.js +49 -0
  52. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.types.astn.d.ts +3 -0
  53. package/dist/temp/temporary_schemas/pareto/schemas/astn_schema/$.types.astn.js +74 -0
  54. package/dist/temp/temporary_schemas/pareto/schemas/schema/$.resolvers.astn.js +3 -17
  55. package/dist/temp/temporary_schemas/pareto/schemas/schema/$.types.astn.js +3 -6
  56. package/dist/temp/temporary_schemas/pareto-boekhouding/operations.astn.js +207 -68
  57. package/dist/temp/temporary_schemas/pareto-vscode-backend/schemas/server/$.types.astn.js +4 -1
  58. package/dist/transformations/schema/astn_schema.d.ts +10 -0
  59. package/dist/transformations/schema/astn_schema.js +140 -0
  60. package/dist/transformations/schema/exupery_implementation/marshall.js +2 -4
  61. package/dist/transformations/schema/exupery_implementation/migrate_boilerplate.js +2 -4
  62. package/dist/transformations/schema/exupery_implementation/resolve.js +2 -4
  63. package/dist/transformations/schema/exupery_implementation/unmarshall.js +7 -3
  64. package/dist/transformations/schema/exupery_interface/resolve.js +1 -3
  65. package/dist/transformations/schema/exupery_interface/types.js +2 -5
  66. package/dist/transformations/unmarshall_astn_ast.js +2 -3
  67. package/dist/transformations/unmarshall_errors/fountain_pen.js +2 -1
  68. package/dist/transformations/unmarshall_result/astn_authoring_target.d.ts +3 -0
  69. package/dist/transformations/unmarshall_result/astn_authoring_target.js +60 -0
  70. package/dist/transformations/unmarshall_result/unmarshall_errors.js +1 -2
  71. package/package.json +2 -2
@@ -0,0 +1,487 @@
1
+ import * as _i_core from "../../../core/unresolved";
2
+ export type _T_Dictionary<M_Source> = {
3
+ readonly 'node': _T_Type_Node<M_Source>;
4
+ readonly 'ordered': boolean;
5
+ };
6
+ export type _T_Globals<M_Source> = {
7
+ readonly 'text types': _i_core._T_Dictionary<M_Source, _T_Text_Type<M_Source>>;
8
+ };
9
+ export type _T_Group<M_Source> = _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>;
10
+ export type _T_Imports<M_Source> = _i_core._T_Dictionary<M_Source, {
11
+ readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
12
+ readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
13
+ }>;
14
+ export type _T_Schema<M_Source> = {
15
+ readonly 'globals': _T_Globals<M_Source>;
16
+ readonly 'imports': _T_Imports<M_Source>;
17
+ readonly 'types': _T_Types<M_Source>;
18
+ };
19
+ export type _T_Schema_Tree<M_Source> = _i_core._T_State_Group<M_Source, readonly ['schema', _T_Schema<M_Source>] | readonly ['set', _T_Schemas<M_Source>]>;
20
+ export type _T_Schemas<M_Source> = _i_core._T_Ordered_Dictionary<M_Source, _T_Schema_Tree<M_Source>>;
21
+ export type _T_Text_Type<M_Source> = {
22
+ readonly 'type': _i_core._T_State_Group<M_Source, readonly ['multi line', null] | readonly ['single line', null]>;
23
+ };
24
+ export type _T_Type<M_Source> = {
25
+ readonly 'node': _T_Type_Node<M_Source>;
26
+ };
27
+ export type _T_Type_Node<M_Source> = _i_core._T_State_Group<M_Source, readonly [
28
+ 'component',
29
+ _i_core._T_State_Group<M_Source, readonly [
30
+ 'external',
31
+ {
32
+ readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
33
+ readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
34
+ }
35
+ ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>
36
+ ] | readonly ['dictionary', _T_Dictionary<M_Source>] | readonly ['group', _T_Group<M_Source>] | readonly [
37
+ 'list',
38
+ {
39
+ readonly 'node': _T_Type_Node<M_Source>;
40
+ }
41
+ ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly [
42
+ 'reference',
43
+ {
44
+ readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
45
+ }
46
+ ] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
47
+ 'text',
48
+ _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>
49
+ ]>;
50
+ export type _T_Types<M_Source> = _i_core._T_Ordered_Dictionary<M_Source, _T_Type<M_Source>>;
51
+ export type Dictionary<M_Source> = _T_Dictionary<M_Source>;
52
+ export type Globals<M_Source> = _T_Globals<M_Source>;
53
+ export type Group<M_Source> = _T_Group<M_Source>;
54
+ export type Imports<M_Source> = _T_Imports<M_Source>;
55
+ export type Schema<M_Source> = _T_Schema<M_Source>;
56
+ export type Schema_Tree<M_Source> = _T_Schema_Tree<M_Source>;
57
+ export type Schemas<M_Source> = _T_Schemas<M_Source>;
58
+ export type Text_Type<M_Source> = _T_Text_Type<M_Source>;
59
+ export type Type<M_Source> = _T_Type<M_Source>;
60
+ export type Type_Node<M_Source> = _T_Type_Node<M_Source>;
61
+ export type Types<M_Source> = _T_Types<M_Source>;
62
+ export declare namespace _T_Dictionary {
63
+ namespace node {
64
+ }
65
+ type node<M_Source> = _T_Type_Node<M_Source>;
66
+ type ordered<M_Source> = boolean;
67
+ }
68
+ export declare namespace _T_Globals {
69
+ namespace text_types {
70
+ namespace D {
71
+ }
72
+ type D<M_Source> = _T_Text_Type<M_Source>;
73
+ }
74
+ type text_types<M_Source> = _i_core._T_Dictionary<M_Source, _T_Text_Type<M_Source>>;
75
+ }
76
+ export declare namespace _T_Group {
77
+ namespace D {
78
+ }
79
+ type D<M_Source> = _T_Type_Node<M_Source>;
80
+ }
81
+ export declare namespace _T_Imports {
82
+ namespace D {
83
+ namespace schema {
84
+ namespace Type {
85
+ }
86
+ type Type<M_Source> = _T_Schema<M_Source>;
87
+ }
88
+ type schema<M_Source> = _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
89
+ namespace schema_set_child {
90
+ namespace Dictionary_Entry {
91
+ }
92
+ type Dictionary_Entry<M_Source> = _T_Schemas.D<M_Source>;
93
+ }
94
+ type schema_set_child<M_Source> = _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
95
+ }
96
+ type D<M_Source> = {
97
+ readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
98
+ readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
99
+ };
100
+ }
101
+ export declare namespace _T_Schema {
102
+ namespace globals {
103
+ }
104
+ type globals<M_Source> = _T_Globals<M_Source>;
105
+ namespace imports {
106
+ }
107
+ type imports<M_Source> = _T_Imports<M_Source>;
108
+ namespace types {
109
+ }
110
+ type types<M_Source> = _T_Types<M_Source>;
111
+ }
112
+ export declare namespace _T_Schema_Tree {
113
+ namespace SG {
114
+ namespace schema {
115
+ }
116
+ type schema<M_Source> = _T_Schema<M_Source>;
117
+ namespace _set {
118
+ }
119
+ type _set<M_Source> = _T_Schemas<M_Source>;
120
+ }
121
+ type SG<M_Source> = readonly ['schema', _T_Schema<M_Source>] | readonly ['set', _T_Schemas<M_Source>];
122
+ }
123
+ export declare namespace _T_Schemas {
124
+ namespace D {
125
+ }
126
+ type D<M_Source> = _T_Schema_Tree<M_Source>;
127
+ }
128
+ export declare namespace _T_Text_Type {
129
+ namespace _type {
130
+ namespace SG {
131
+ type multi_line<M_Source> = null;
132
+ type single_line<M_Source> = null;
133
+ }
134
+ type SG<M_Source> = readonly ['multi line', null] | readonly ['single line', null];
135
+ }
136
+ type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['multi line', null] | readonly ['single line', null]>;
137
+ }
138
+ export declare namespace _T_Type {
139
+ namespace node {
140
+ }
141
+ type node<M_Source> = _T_Type_Node<M_Source>;
142
+ }
143
+ export declare namespace _T_Type_Node {
144
+ namespace SG {
145
+ namespace component {
146
+ namespace SG {
147
+ namespace external {
148
+ namespace _import {
149
+ namespace Dictionary_Entry {
150
+ }
151
+ type Dictionary_Entry<M_Source> = _T_Imports.D<M_Source>;
152
+ }
153
+ type _import<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
154
+ namespace _type {
155
+ namespace Dictionary_Entry {
156
+ }
157
+ type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
158
+ }
159
+ type _type<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
160
+ }
161
+ type external<M_Source> = {
162
+ readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
163
+ readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
164
+ };
165
+ namespace internal {
166
+ namespace Dictionary_Entry {
167
+ }
168
+ type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
169
+ }
170
+ type internal<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
171
+ namespace internal_cyclic {
172
+ namespace Dictionary_Entry {
173
+ }
174
+ type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
175
+ }
176
+ type internal_cyclic<M_Source> = _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>;
177
+ }
178
+ type SG<M_Source> = readonly [
179
+ 'external',
180
+ {
181
+ readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
182
+ readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
183
+ }
184
+ ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>];
185
+ }
186
+ type component<M_Source> = _i_core._T_State_Group<M_Source, readonly [
187
+ 'external',
188
+ {
189
+ readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
190
+ readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
191
+ }
192
+ ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>;
193
+ namespace dictionary {
194
+ }
195
+ type dictionary<M_Source> = _T_Dictionary<M_Source>;
196
+ namespace group {
197
+ }
198
+ type group<M_Source> = _T_Group<M_Source>;
199
+ namespace list {
200
+ namespace node {
201
+ }
202
+ type node<M_Source> = _T_Type_Node<M_Source>;
203
+ }
204
+ type list<M_Source> = {
205
+ readonly 'node': _T_Type_Node<M_Source>;
206
+ };
207
+ type nothing<M_Source> = null;
208
+ namespace optional {
209
+ }
210
+ type optional<M_Source> = _T_Type_Node<M_Source>;
211
+ namespace reference {
212
+ namespace _type {
213
+ namespace SG {
214
+ type derived<M_Source> = null;
215
+ type selected<M_Source> = null;
216
+ }
217
+ type SG<M_Source> = readonly ['derived', null] | readonly ['selected', null];
218
+ }
219
+ type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
220
+ }
221
+ type reference<M_Source> = {
222
+ readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
223
+ };
224
+ namespace state_group {
225
+ namespace D {
226
+ }
227
+ type D<M_Source> = _T_Type_Node<M_Source>;
228
+ }
229
+ type state_group<M_Source> = _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>;
230
+ namespace text {
231
+ namespace SG {
232
+ namespace global {
233
+ namespace Dictionary_Entry {
234
+ }
235
+ type Dictionary_Entry<M_Source> = _T_Globals.text_types.D<M_Source>;
236
+ }
237
+ type global<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>;
238
+ namespace local {
239
+ }
240
+ type local<M_Source> = _T_Text_Type<M_Source>;
241
+ }
242
+ type SG<M_Source> = readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>];
243
+ }
244
+ type text<M_Source> = _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>;
245
+ }
246
+ type SG<M_Source> = readonly [
247
+ 'component',
248
+ _i_core._T_State_Group<M_Source, readonly [
249
+ 'external',
250
+ {
251
+ readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
252
+ readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
253
+ }
254
+ ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>
255
+ ] | readonly ['dictionary', _T_Dictionary<M_Source>] | readonly ['group', _T_Group<M_Source>] | readonly [
256
+ 'list',
257
+ {
258
+ readonly 'node': _T_Type_Node<M_Source>;
259
+ }
260
+ ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly [
261
+ 'reference',
262
+ {
263
+ readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
264
+ }
265
+ ] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
266
+ 'text',
267
+ _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>
268
+ ];
269
+ }
270
+ export declare namespace _T_Types {
271
+ namespace D {
272
+ }
273
+ type D<M_Source> = _T_Type<M_Source>;
274
+ }
275
+ export declare namespace Dictionary {
276
+ namespace node {
277
+ }
278
+ type node<M_Source> = _T_Type_Node<M_Source>;
279
+ type ordered<M_Source> = boolean;
280
+ }
281
+ export declare namespace Globals {
282
+ namespace text_types {
283
+ namespace D {
284
+ }
285
+ type D<M_Source> = _T_Text_Type<M_Source>;
286
+ }
287
+ type text_types<M_Source> = _i_core._T_Dictionary<M_Source, _T_Text_Type<M_Source>>;
288
+ }
289
+ export declare namespace Group {
290
+ namespace D {
291
+ }
292
+ type D<M_Source> = _T_Type_Node<M_Source>;
293
+ }
294
+ export declare namespace Imports {
295
+ namespace D {
296
+ namespace schema {
297
+ namespace Type {
298
+ }
299
+ type Type<M_Source> = _T_Schema<M_Source>;
300
+ }
301
+ type schema<M_Source> = _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
302
+ namespace schema_set_child {
303
+ namespace Dictionary_Entry {
304
+ }
305
+ type Dictionary_Entry<M_Source> = _T_Schemas.D<M_Source>;
306
+ }
307
+ type schema_set_child<M_Source> = _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
308
+ }
309
+ type D<M_Source> = {
310
+ readonly 'schema': _i_core._T_Derived_Reference<M_Source, _T_Schema<M_Source>>;
311
+ readonly 'schema set child': _i_core._T_Reference_To_Stacked_Dictionary_Entry<M_Source, _T_Schemas.D<M_Source>>;
312
+ };
313
+ }
314
+ export declare namespace Schema {
315
+ namespace globals {
316
+ }
317
+ type globals<M_Source> = _T_Globals<M_Source>;
318
+ namespace imports {
319
+ }
320
+ type imports<M_Source> = _T_Imports<M_Source>;
321
+ namespace types {
322
+ }
323
+ type types<M_Source> = _T_Types<M_Source>;
324
+ }
325
+ export declare namespace Schema_Tree {
326
+ namespace SG {
327
+ namespace schema {
328
+ }
329
+ type schema<M_Source> = _T_Schema<M_Source>;
330
+ namespace _set {
331
+ }
332
+ type _set<M_Source> = _T_Schemas<M_Source>;
333
+ }
334
+ type SG<M_Source> = readonly ['schema', _T_Schema<M_Source>] | readonly ['set', _T_Schemas<M_Source>];
335
+ }
336
+ export declare namespace Schemas {
337
+ namespace D {
338
+ }
339
+ type D<M_Source> = _T_Schema_Tree<M_Source>;
340
+ }
341
+ export declare namespace Text_Type {
342
+ namespace _type {
343
+ namespace SG {
344
+ type multi_line<M_Source> = null;
345
+ type single_line<M_Source> = null;
346
+ }
347
+ type SG<M_Source> = readonly ['multi line', null] | readonly ['single line', null];
348
+ }
349
+ type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['multi line', null] | readonly ['single line', null]>;
350
+ }
351
+ export declare namespace Type {
352
+ namespace node {
353
+ }
354
+ type node<M_Source> = _T_Type_Node<M_Source>;
355
+ }
356
+ export declare namespace Type_Node {
357
+ namespace SG {
358
+ namespace component {
359
+ namespace SG {
360
+ namespace external {
361
+ namespace _import {
362
+ namespace Dictionary_Entry {
363
+ }
364
+ type Dictionary_Entry<M_Source> = _T_Imports.D<M_Source>;
365
+ }
366
+ type _import<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
367
+ namespace _type {
368
+ namespace Dictionary_Entry {
369
+ }
370
+ type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
371
+ }
372
+ type _type<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
373
+ }
374
+ type external<M_Source> = {
375
+ readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
376
+ readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
377
+ };
378
+ namespace internal {
379
+ namespace Dictionary_Entry {
380
+ }
381
+ type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
382
+ }
383
+ type internal<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
384
+ namespace internal_cyclic {
385
+ namespace Dictionary_Entry {
386
+ }
387
+ type Dictionary_Entry<M_Source> = _T_Types.D<M_Source>;
388
+ }
389
+ type internal_cyclic<M_Source> = _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>;
390
+ }
391
+ type SG<M_Source> = readonly [
392
+ 'external',
393
+ {
394
+ readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
395
+ readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
396
+ }
397
+ ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>];
398
+ }
399
+ type component<M_Source> = _i_core._T_State_Group<M_Source, readonly [
400
+ 'external',
401
+ {
402
+ readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
403
+ readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
404
+ }
405
+ ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>;
406
+ namespace dictionary {
407
+ }
408
+ type dictionary<M_Source> = _T_Dictionary<M_Source>;
409
+ namespace group {
410
+ }
411
+ type group<M_Source> = _T_Group<M_Source>;
412
+ namespace list {
413
+ namespace node {
414
+ }
415
+ type node<M_Source> = _T_Type_Node<M_Source>;
416
+ }
417
+ type list<M_Source> = {
418
+ readonly 'node': _T_Type_Node<M_Source>;
419
+ };
420
+ type nothing<M_Source> = null;
421
+ namespace optional {
422
+ }
423
+ type optional<M_Source> = _T_Type_Node<M_Source>;
424
+ namespace reference {
425
+ namespace _type {
426
+ namespace SG {
427
+ type derived<M_Source> = null;
428
+ type selected<M_Source> = null;
429
+ }
430
+ type SG<M_Source> = readonly ['derived', null] | readonly ['selected', null];
431
+ }
432
+ type _type<M_Source> = _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
433
+ }
434
+ type reference<M_Source> = {
435
+ readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
436
+ };
437
+ namespace state_group {
438
+ namespace D {
439
+ }
440
+ type D<M_Source> = _T_Type_Node<M_Source>;
441
+ }
442
+ type state_group<M_Source> = _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>;
443
+ namespace text {
444
+ namespace SG {
445
+ namespace global {
446
+ namespace Dictionary_Entry {
447
+ }
448
+ type Dictionary_Entry<M_Source> = _T_Globals.text_types.D<M_Source>;
449
+ }
450
+ type global<M_Source> = _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>;
451
+ namespace local {
452
+ }
453
+ type local<M_Source> = _T_Text_Type<M_Source>;
454
+ }
455
+ type SG<M_Source> = readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>];
456
+ }
457
+ type text<M_Source> = _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>;
458
+ }
459
+ type SG<M_Source> = readonly [
460
+ 'component',
461
+ _i_core._T_State_Group<M_Source, readonly [
462
+ 'external',
463
+ {
464
+ readonly 'import': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Imports.D<M_Source>>;
465
+ readonly 'type': _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>;
466
+ }
467
+ ] | readonly ['internal', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Types.D<M_Source>>] | readonly ['internal cyclic', _i_core._T_Reference_To_Circular_Dependent_Sibling<M_Source, _T_Types.D<M_Source>>]>
468
+ ] | readonly ['dictionary', _T_Dictionary<M_Source>] | readonly ['group', _T_Group<M_Source>] | readonly [
469
+ 'list',
470
+ {
471
+ readonly 'node': _T_Type_Node<M_Source>;
472
+ }
473
+ ] | readonly ['nothing', null] | readonly ['optional', _T_Type_Node<M_Source>] | readonly [
474
+ 'reference',
475
+ {
476
+ readonly 'type': _i_core._T_State_Group<M_Source, readonly ['derived', null] | readonly ['selected', null]>;
477
+ }
478
+ ] | readonly ['state group', _i_core._T_Dictionary<M_Source, _T_Type_Node<M_Source>>] | readonly [
479
+ 'text',
480
+ _i_core._T_State_Group<M_Source, readonly ['global', _i_core._T_Reference_To_Normal_Dictionary_Entry<M_Source, _T_Globals.text_types.D<M_Source>>] | readonly ['local', _T_Text_Type<M_Source>]>
481
+ ];
482
+ }
483
+ export declare namespace Types {
484
+ namespace D {
485
+ }
486
+ type D<M_Source> = _T_Type<M_Source>;
487
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFyZ2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2dlbmVyYXRlZC9pbnRlcmZhY2Uvc2NoZW1hcy9hc3RuX3NjaGVtYS9kYXRhX3R5cGVzL3RhcmdldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=