pareto 0.63.0 → 0.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/auto.dist/data/boekhouding.data.js +115 -115
- package/auto.dist/public/modules/pareto__2__fountain__pen/auto.provided_interface_glossary.d.ts +4 -4
- package/auto.pareto/auto.dependencies/index.ts +1 -1
- package/auto.pareto/auto.dependencies/pareto-pure/$.data.ts +6 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.cosmos_type_system.data.ts +439 -88
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.pareto.data.ts +3 -3
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.semantic_versioning.data.ts +111 -0
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril.data.ts +70 -70
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/auto.tendril_resolved.data.ts +56 -56
- package/auto.pareto/auto.dependencies/pareto-pure/glossaries/text.data.ts +29 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/api.data.ts +17 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/semantic_versioning_from_text/glossary.data.ts +51 -0
- package/auto.pareto/auto.dependencies/pareto-pure/modules/tendril_2_cosmos_type_system/glossary.data.ts +2 -2
- package/package.json +3 -3
|
@@ -530,8 +530,8 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
530
530
|
}]]],
|
|
531
531
|
},
|
|
532
532
|
})],
|
|
533
|
+
"integer": <g_cosmos.D.Data__Type>['null', null],
|
|
533
534
|
"null": <g_cosmos.D.Data__Type>['null', null],
|
|
534
|
-
"number": <g_cosmos.D.Data__Type>['null', null],
|
|
535
535
|
"optional": <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
536
536
|
'context': ['local', null],
|
|
537
537
|
'typeXX': "Type",
|
|
@@ -1329,11 +1329,11 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
1329
1329
|
},
|
|
1330
1330
|
}),
|
|
1331
1331
|
},
|
|
1332
|
-
"
|
|
1332
|
+
"integer": {
|
|
1333
1333
|
'data types': d({}),
|
|
1334
1334
|
'namespaces': d({}),
|
|
1335
1335
|
},
|
|
1336
|
-
"
|
|
1336
|
+
"null": {
|
|
1337
1337
|
'data types': d({}),
|
|
1338
1338
|
'namespaces': d({}),
|
|
1339
1339
|
},
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import * as pd from 'pareto-core-data'
|
|
2
|
+
|
|
3
|
+
import * as g_cosmos from "pareto-pure/auto.dist/public/auto.glossaries/auto.cosmos__type__system"
|
|
4
|
+
|
|
5
|
+
const d = pd.d
|
|
6
|
+
const a = pd.a
|
|
7
|
+
|
|
8
|
+
export const $: g_cosmos.D.Glossary = {
|
|
9
|
+
'data glossary': {
|
|
10
|
+
'imports': d({}),
|
|
11
|
+
'glossary parameters': d({}),
|
|
12
|
+
'root': {
|
|
13
|
+
'data types': d({
|
|
14
|
+
"Number or Text": {
|
|
15
|
+
'parameters': d({}),
|
|
16
|
+
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
17
|
+
"alphanumeric": <g_cosmos.D.Data__Type>['string', null],
|
|
18
|
+
"numeric": <g_cosmos.D.Data__Type>['number', null],
|
|
19
|
+
})]
|
|
20
|
+
},
|
|
21
|
+
"Semantic Version": {
|
|
22
|
+
'parameters': d({}),
|
|
23
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
24
|
+
"build identifiers": {
|
|
25
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['string', null]],
|
|
26
|
+
},
|
|
27
|
+
"major": {
|
|
28
|
+
'type': <g_cosmos.D.Data__Type>['number', null],
|
|
29
|
+
},
|
|
30
|
+
"minor": {
|
|
31
|
+
'type': <g_cosmos.D.Data__Type>['number', null],
|
|
32
|
+
},
|
|
33
|
+
"patch": {
|
|
34
|
+
'type': <g_cosmos.D.Data__Type>['number', null],
|
|
35
|
+
},
|
|
36
|
+
"pre-release identifiers": {
|
|
37
|
+
'type': <g_cosmos.D.Data__Type>['array', <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
38
|
+
'context': ['local', null],
|
|
39
|
+
'typeXX': "Number or Text",
|
|
40
|
+
'tailXX': a([]),
|
|
41
|
+
'type arguments': d({}),
|
|
42
|
+
}]]],
|
|
43
|
+
},
|
|
44
|
+
})]
|
|
45
|
+
},
|
|
46
|
+
}),
|
|
47
|
+
'namespaces': d({
|
|
48
|
+
"Number or Text": {
|
|
49
|
+
'data types': d({}),
|
|
50
|
+
'namespaces': d({
|
|
51
|
+
"TU": {
|
|
52
|
+
'data types': d({}),
|
|
53
|
+
'namespaces': d({
|
|
54
|
+
"alphanumeric": {
|
|
55
|
+
'data types': d({}),
|
|
56
|
+
'namespaces': d({}),
|
|
57
|
+
},
|
|
58
|
+
"numeric": {
|
|
59
|
+
'data types': d({}),
|
|
60
|
+
'namespaces': d({}),
|
|
61
|
+
},
|
|
62
|
+
}),
|
|
63
|
+
},
|
|
64
|
+
}),
|
|
65
|
+
},
|
|
66
|
+
"Semantic Version": {
|
|
67
|
+
'data types': d({}),
|
|
68
|
+
'namespaces': d({
|
|
69
|
+
"G": {
|
|
70
|
+
'data types': d({}),
|
|
71
|
+
'namespaces': d({
|
|
72
|
+
"build identifiers": {
|
|
73
|
+
'data types': d({}),
|
|
74
|
+
'namespaces': d({
|
|
75
|
+
"A": {
|
|
76
|
+
'data types': d({}),
|
|
77
|
+
'namespaces': d({}),
|
|
78
|
+
},
|
|
79
|
+
}),
|
|
80
|
+
},
|
|
81
|
+
"major": {
|
|
82
|
+
'data types': d({}),
|
|
83
|
+
'namespaces': d({}),
|
|
84
|
+
},
|
|
85
|
+
"minor": {
|
|
86
|
+
'data types': d({}),
|
|
87
|
+
'namespaces': d({}),
|
|
88
|
+
},
|
|
89
|
+
"patch": {
|
|
90
|
+
'data types': d({}),
|
|
91
|
+
'namespaces': d({}),
|
|
92
|
+
},
|
|
93
|
+
"pre-release identifiers": {
|
|
94
|
+
'data types': d({}),
|
|
95
|
+
'namespaces': d({
|
|
96
|
+
"A": {
|
|
97
|
+
'data types': d({}),
|
|
98
|
+
'namespaces': d({}),
|
|
99
|
+
},
|
|
100
|
+
}),
|
|
101
|
+
},
|
|
102
|
+
}),
|
|
103
|
+
},
|
|
104
|
+
}),
|
|
105
|
+
},
|
|
106
|
+
}),
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
'interface types': d({}),
|
|
110
|
+
'algorithm types': d({}),
|
|
111
|
+
}
|
|
@@ -114,36 +114,36 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
114
114
|
},
|
|
115
115
|
})]
|
|
116
116
|
},
|
|
117
|
-
"
|
|
117
|
+
"Properties": {
|
|
118
118
|
'parameters': d({}),
|
|
119
119
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
120
|
-
"option": {
|
|
121
|
-
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
122
|
-
"annotation": {
|
|
123
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
|
|
124
|
-
},
|
|
125
|
-
"key": {
|
|
126
|
-
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
127
|
-
},
|
|
128
|
-
})],
|
|
129
|
-
},
|
|
130
120
|
"type": {
|
|
131
121
|
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
132
122
|
'context': ['local', null],
|
|
133
|
-
'typeXX': "Type
|
|
123
|
+
'typeXX': "Type",
|
|
134
124
|
'tailXX': a([]),
|
|
135
125
|
'type arguments': d({}),
|
|
136
126
|
}]],
|
|
137
127
|
},
|
|
138
128
|
})]]
|
|
139
129
|
},
|
|
140
|
-
"
|
|
130
|
+
"State Constraints": {
|
|
141
131
|
'parameters': d({}),
|
|
142
132
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
133
|
+
"state": {
|
|
134
|
+
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
135
|
+
"annotation": {
|
|
136
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
|
|
137
|
+
},
|
|
138
|
+
"key": {
|
|
139
|
+
'type': <g_cosmos.D.Data__Type>['string', null],
|
|
140
|
+
},
|
|
141
|
+
})],
|
|
142
|
+
},
|
|
143
143
|
"type": {
|
|
144
144
|
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
145
145
|
'context': ['local', null],
|
|
146
|
-
'typeXX': "Type",
|
|
146
|
+
'typeXX': "Type Selection",
|
|
147
147
|
'tailXX': a([]),
|
|
148
148
|
'type arguments': d({}),
|
|
149
149
|
}]],
|
|
@@ -155,16 +155,6 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
155
155
|
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
156
156
|
"type": {
|
|
157
157
|
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
158
|
-
"array": <g_cosmos.D.Data__Type>['group', d({
|
|
159
|
-
"type": {
|
|
160
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
161
|
-
'context': ['local', null],
|
|
162
|
-
'typeXX': "Type",
|
|
163
|
-
'tailXX': a([]),
|
|
164
|
-
'type arguments': d({}),
|
|
165
|
-
}]],
|
|
166
|
-
},
|
|
167
|
-
})],
|
|
168
158
|
"component": <g_cosmos.D.Data__Type>['group', d({
|
|
169
159
|
"context": {
|
|
170
160
|
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
@@ -253,6 +243,16 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
253
243
|
}]],
|
|
254
244
|
},
|
|
255
245
|
})],
|
|
246
|
+
"list": <g_cosmos.D.Data__Type>['group', d({
|
|
247
|
+
"type": {
|
|
248
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
249
|
+
'context': ['local', null],
|
|
250
|
+
'typeXX': "Type",
|
|
251
|
+
'tailXX': a([]),
|
|
252
|
+
'type arguments': d({}),
|
|
253
|
+
}]],
|
|
254
|
+
},
|
|
255
|
+
})],
|
|
256
256
|
"nothing": <g_cosmos.D.Data__Type>['group', d({})],
|
|
257
257
|
"optional": <g_cosmos.D.Data__Type>['group', d({
|
|
258
258
|
"type": {
|
|
@@ -264,13 +264,13 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
264
264
|
}]],
|
|
265
265
|
},
|
|
266
266
|
})],
|
|
267
|
-
"
|
|
268
|
-
"
|
|
267
|
+
"state group": <g_cosmos.D.Data__Type>['group', d({
|
|
268
|
+
"states": {
|
|
269
269
|
'type': <g_cosmos.D.Data__Type>['dictionary', <g_cosmos.D.Data__Type>['group', d({
|
|
270
270
|
"constraints": {
|
|
271
271
|
'type': <g_cosmos.D.Data__Type>['reference', ['type', {
|
|
272
272
|
'context': ['local', null],
|
|
273
|
-
'typeXX': "
|
|
273
|
+
'typeXX': "State Constraints",
|
|
274
274
|
'tailXX': a([]),
|
|
275
275
|
'type arguments': d({}),
|
|
276
276
|
}]],
|
|
@@ -367,14 +367,6 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
367
367
|
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
368
368
|
"step type": {
|
|
369
369
|
'type': <g_cosmos.D.Data__Type>['taggedUnion', d({
|
|
370
|
-
"array": <g_cosmos.D.Data__Type>['group', d({
|
|
371
|
-
"annotation": {
|
|
372
|
-
'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
|
|
373
|
-
},
|
|
374
|
-
"content": {
|
|
375
|
-
'type': <g_cosmos.D.Data__Type>['group', d({})],
|
|
376
|
-
},
|
|
377
|
-
})],
|
|
378
370
|
"dictionary": <g_cosmos.D.Data__Type>['group', d({
|
|
379
371
|
"annotation": {
|
|
380
372
|
'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
|
|
@@ -402,6 +394,14 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
402
394
|
})],
|
|
403
395
|
},
|
|
404
396
|
})],
|
|
397
|
+
"list": <g_cosmos.D.Data__Type>['group', d({
|
|
398
|
+
"annotation": {
|
|
399
|
+
'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
|
|
400
|
+
},
|
|
401
|
+
"content": {
|
|
402
|
+
'type': <g_cosmos.D.Data__Type>['group', d({})],
|
|
403
|
+
},
|
|
404
|
+
})],
|
|
405
405
|
"optional": <g_cosmos.D.Data__Type>['group', d({
|
|
406
406
|
"annotation": {
|
|
407
407
|
'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
|
|
@@ -410,13 +410,13 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
410
410
|
'type': <g_cosmos.D.Data__Type>['group', d({})],
|
|
411
411
|
},
|
|
412
412
|
})],
|
|
413
|
-
"
|
|
413
|
+
"state group": <g_cosmos.D.Data__Type>['group', d({
|
|
414
414
|
"annotation": {
|
|
415
415
|
'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
|
|
416
416
|
},
|
|
417
417
|
"content": {
|
|
418
418
|
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
419
|
-
"
|
|
419
|
+
"state": {
|
|
420
420
|
'type': <g_cosmos.D.Data__Type>['group', d({
|
|
421
421
|
"annotation": {
|
|
422
422
|
'type': <g_cosmos.D.Data__Type>['reference', ['glossary parameterXX', "Annotation"]],
|
|
@@ -569,7 +569,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
569
569
|
},
|
|
570
570
|
}),
|
|
571
571
|
},
|
|
572
|
-
"
|
|
572
|
+
"Properties": {
|
|
573
573
|
'data types': d({}),
|
|
574
574
|
'namespaces': d({
|
|
575
575
|
"DX": {
|
|
@@ -578,10 +578,6 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
578
578
|
"G": {
|
|
579
579
|
'data types': d({}),
|
|
580
580
|
'namespaces': d({
|
|
581
|
-
"option": {
|
|
582
|
-
'data types': d({}),
|
|
583
|
-
'namespaces': d({}),
|
|
584
|
-
},
|
|
585
581
|
"type": {
|
|
586
582
|
'data types': d({}),
|
|
587
583
|
'namespaces': d({}),
|
|
@@ -592,7 +588,7 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
592
588
|
},
|
|
593
589
|
}),
|
|
594
590
|
},
|
|
595
|
-
"
|
|
591
|
+
"State Constraints": {
|
|
596
592
|
'data types': d({}),
|
|
597
593
|
'namespaces': d({
|
|
598
594
|
"DX": {
|
|
@@ -601,6 +597,10 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
601
597
|
"G": {
|
|
602
598
|
'data types': d({}),
|
|
603
599
|
'namespaces': d({
|
|
600
|
+
"state": {
|
|
601
|
+
'data types': d({}),
|
|
602
|
+
'namespaces': d({}),
|
|
603
|
+
},
|
|
604
604
|
"type": {
|
|
605
605
|
'data types': d({}),
|
|
606
606
|
'namespaces': d({}),
|
|
@@ -623,20 +623,6 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
623
623
|
"TU": {
|
|
624
624
|
'data types': d({}),
|
|
625
625
|
'namespaces': d({
|
|
626
|
-
"array": {
|
|
627
|
-
'data types': d({}),
|
|
628
|
-
'namespaces': d({
|
|
629
|
-
"G": {
|
|
630
|
-
'data types': d({}),
|
|
631
|
-
'namespaces': d({
|
|
632
|
-
"type": {
|
|
633
|
-
'data types': d({}),
|
|
634
|
-
'namespaces': d({}),
|
|
635
|
-
},
|
|
636
|
-
}),
|
|
637
|
-
},
|
|
638
|
-
}),
|
|
639
|
-
},
|
|
640
626
|
"component": {
|
|
641
627
|
'data types': d({}),
|
|
642
628
|
'namespaces': d({
|
|
@@ -739,6 +725,20 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
739
725
|
},
|
|
740
726
|
}),
|
|
741
727
|
},
|
|
728
|
+
"list": {
|
|
729
|
+
'data types': d({}),
|
|
730
|
+
'namespaces': d({
|
|
731
|
+
"G": {
|
|
732
|
+
'data types': d({}),
|
|
733
|
+
'namespaces': d({
|
|
734
|
+
"type": {
|
|
735
|
+
'data types': d({}),
|
|
736
|
+
'namespaces': d({}),
|
|
737
|
+
},
|
|
738
|
+
}),
|
|
739
|
+
},
|
|
740
|
+
}),
|
|
741
|
+
},
|
|
742
742
|
"nothing": {
|
|
743
743
|
'data types': d({}),
|
|
744
744
|
'namespaces': d({
|
|
@@ -762,13 +762,13 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
762
762
|
},
|
|
763
763
|
}),
|
|
764
764
|
},
|
|
765
|
-
"
|
|
765
|
+
"state group": {
|
|
766
766
|
'data types': d({}),
|
|
767
767
|
'namespaces': d({
|
|
768
768
|
"G": {
|
|
769
769
|
'data types': d({}),
|
|
770
770
|
'namespaces': d({
|
|
771
|
-
"
|
|
771
|
+
"states": {
|
|
772
772
|
'data types': d({}),
|
|
773
773
|
'namespaces': d({
|
|
774
774
|
"DX": {
|
|
@@ -898,15 +898,6 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
898
898
|
"TU": {
|
|
899
899
|
'data types': d({}),
|
|
900
900
|
'namespaces': d({
|
|
901
|
-
"array": {
|
|
902
|
-
'data types': d({}),
|
|
903
|
-
'namespaces': d({
|
|
904
|
-
"G": {
|
|
905
|
-
'data types': d({}),
|
|
906
|
-
'namespaces': d({}),
|
|
907
|
-
},
|
|
908
|
-
}),
|
|
909
|
-
},
|
|
910
901
|
"dictionary": {
|
|
911
902
|
'data types': d({}),
|
|
912
903
|
'namespaces': d({
|
|
@@ -930,6 +921,15 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
930
921
|
},
|
|
931
922
|
}),
|
|
932
923
|
},
|
|
924
|
+
"list": {
|
|
925
|
+
'data types': d({}),
|
|
926
|
+
'namespaces': d({
|
|
927
|
+
"G": {
|
|
928
|
+
'data types': d({}),
|
|
929
|
+
'namespaces': d({}),
|
|
930
|
+
},
|
|
931
|
+
}),
|
|
932
|
+
},
|
|
933
933
|
"optional": {
|
|
934
934
|
'data types': d({}),
|
|
935
935
|
'namespaces': d({
|
|
@@ -939,13 +939,13 @@ export const $: g_cosmos.D.Glossary = {
|
|
|
939
939
|
},
|
|
940
940
|
}),
|
|
941
941
|
},
|
|
942
|
-
"
|
|
942
|
+
"state group": {
|
|
943
943
|
'data types': d({}),
|
|
944
944
|
'namespaces': d({
|
|
945
945
|
"G": {
|
|
946
946
|
'data types': d({}),
|
|
947
947
|
'namespaces': d({
|
|
948
|
-
"
|
|
948
|
+
"state": {
|
|
949
949
|
'data types': d({}),
|
|
950
950
|
'namespaces': d({}),
|
|
951
951
|
},
|