@almadar/core 10.58.0 → 10.59.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/dist/builders.d.ts +3 -3
- package/dist/builders.js +5 -2
- package/dist/builders.js.map +1 -1
- package/dist/{effect-BH2k4oK6.d.ts → effect-CK9fn56C.d.ts} +30 -7
- package/dist/{entityAccess-QAurFO7l.d.ts → entityAccess-pgfWacod.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +2 -0
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +5 -2
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/index-DMUBu17o.d.ts +3178 -0
- package/dist/index.d.ts +11 -98
- package/dist/index.js +841 -63
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/mock/index.js +8 -2
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +1720 -76
- package/dist/patterns/index.js +829 -60
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +827 -58
- package/dist/patterns/registry.json +827 -58
- package/dist/{schema-Sk_irLOY.d.ts → schema-CVTOy4at.d.ts} +506 -506
- package/dist/{trait-Bw4nWHu1.d.ts → trait-BjPraUgs.d.ts} +2 -2
- package/dist/types/index.d.ts +8 -3095
- package/dist/types/index.js +10 -3
- package/dist/types/index.js.map +1 -1
- package/dist/{types-D71hY_4A.d.ts → types-Dopw3s2O.d.ts} +3 -3
- package/package.json +1 -1
package/dist/patterns/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import { z } from 'zod';
|
|
|
3
3
|
// src/patterns/patterns-registry.json
|
|
4
4
|
var patterns_registry_default = {
|
|
5
5
|
version: "1.0.0",
|
|
6
|
-
exportedAt: "2026-08-
|
|
6
|
+
exportedAt: "2026-08-17T13:06:21.152Z",
|
|
7
7
|
patterns: {
|
|
8
8
|
"entity-table": {
|
|
9
9
|
type: "entity-table",
|
|
@@ -108,7 +108,12 @@ var patterns_registry_default = {
|
|
|
108
108
|
types: [
|
|
109
109
|
"object"
|
|
110
110
|
],
|
|
111
|
-
description: "Active filters"
|
|
111
|
+
description: "Active filters",
|
|
112
|
+
mapValue: {
|
|
113
|
+
types: [
|
|
114
|
+
"string"
|
|
115
|
+
]
|
|
116
|
+
}
|
|
112
117
|
},
|
|
113
118
|
selectedIds: {
|
|
114
119
|
types: [
|
|
@@ -583,7 +588,12 @@ var patterns_registry_default = {
|
|
|
583
588
|
types: [
|
|
584
589
|
"object"
|
|
585
590
|
],
|
|
586
|
-
description: "Active filters"
|
|
591
|
+
description: "Active filters",
|
|
592
|
+
mapValue: {
|
|
593
|
+
types: [
|
|
594
|
+
"string"
|
|
595
|
+
]
|
|
596
|
+
}
|
|
587
597
|
},
|
|
588
598
|
selectedIds: {
|
|
589
599
|
types: [
|
|
@@ -970,7 +980,12 @@ var patterns_registry_default = {
|
|
|
970
980
|
types: [
|
|
971
981
|
"object"
|
|
972
982
|
],
|
|
973
|
-
description: "Active filters"
|
|
983
|
+
description: "Active filters",
|
|
984
|
+
mapValue: {
|
|
985
|
+
types: [
|
|
986
|
+
"string"
|
|
987
|
+
]
|
|
988
|
+
}
|
|
974
989
|
},
|
|
975
990
|
selectedIds: {
|
|
976
991
|
types: [
|
|
@@ -1319,7 +1334,12 @@ var patterns_registry_default = {
|
|
|
1319
1334
|
types: [
|
|
1320
1335
|
"object"
|
|
1321
1336
|
],
|
|
1322
|
-
description: "Active filters"
|
|
1337
|
+
description: "Active filters",
|
|
1338
|
+
mapValue: {
|
|
1339
|
+
types: [
|
|
1340
|
+
"string"
|
|
1341
|
+
]
|
|
1342
|
+
}
|
|
1323
1343
|
},
|
|
1324
1344
|
selectedIds: {
|
|
1325
1345
|
types: [
|
|
@@ -2079,7 +2099,18 @@ var patterns_registry_default = {
|
|
|
2079
2099
|
types: [
|
|
2080
2100
|
"object"
|
|
2081
2101
|
],
|
|
2082
|
-
|
|
2102
|
+
properties: {
|
|
2103
|
+
enum: {
|
|
2104
|
+
types: [
|
|
2105
|
+
"array"
|
|
2106
|
+
],
|
|
2107
|
+
items: {
|
|
2108
|
+
types: [
|
|
2109
|
+
"string"
|
|
2110
|
+
]
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2083
2114
|
},
|
|
2084
2115
|
readonly: {
|
|
2085
2116
|
types: [
|
|
@@ -2562,7 +2593,18 @@ var patterns_registry_default = {
|
|
|
2562
2593
|
types: [
|
|
2563
2594
|
"object"
|
|
2564
2595
|
],
|
|
2565
|
-
|
|
2596
|
+
properties: {
|
|
2597
|
+
enum: {
|
|
2598
|
+
types: [
|
|
2599
|
+
"array"
|
|
2600
|
+
],
|
|
2601
|
+
items: {
|
|
2602
|
+
types: [
|
|
2603
|
+
"string"
|
|
2604
|
+
]
|
|
2605
|
+
}
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2566
2608
|
},
|
|
2567
2609
|
readonly: {
|
|
2568
2610
|
types: [
|
|
@@ -2866,7 +2908,18 @@ var patterns_registry_default = {
|
|
|
2866
2908
|
types: [
|
|
2867
2909
|
"object"
|
|
2868
2910
|
],
|
|
2869
|
-
|
|
2911
|
+
properties: {
|
|
2912
|
+
enum: {
|
|
2913
|
+
types: [
|
|
2914
|
+
"array"
|
|
2915
|
+
],
|
|
2916
|
+
items: {
|
|
2917
|
+
types: [
|
|
2918
|
+
"string"
|
|
2919
|
+
]
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
}
|
|
2870
2923
|
},
|
|
2871
2924
|
readonly: {
|
|
2872
2925
|
types: [
|
|
@@ -3349,7 +3402,18 @@ var patterns_registry_default = {
|
|
|
3349
3402
|
types: [
|
|
3350
3403
|
"object"
|
|
3351
3404
|
],
|
|
3352
|
-
|
|
3405
|
+
properties: {
|
|
3406
|
+
enum: {
|
|
3407
|
+
types: [
|
|
3408
|
+
"array"
|
|
3409
|
+
],
|
|
3410
|
+
items: {
|
|
3411
|
+
types: [
|
|
3412
|
+
"string"
|
|
3413
|
+
]
|
|
3414
|
+
}
|
|
3415
|
+
}
|
|
3416
|
+
}
|
|
3353
3417
|
},
|
|
3354
3418
|
readonly: {
|
|
3355
3419
|
types: [
|
|
@@ -6110,7 +6174,12 @@ var patterns_registry_default = {
|
|
|
6110
6174
|
types: [
|
|
6111
6175
|
"object"
|
|
6112
6176
|
],
|
|
6113
|
-
description: "Active filters"
|
|
6177
|
+
description: "Active filters",
|
|
6178
|
+
mapValue: {
|
|
6179
|
+
types: [
|
|
6180
|
+
"string"
|
|
6181
|
+
]
|
|
6182
|
+
}
|
|
6114
6183
|
},
|
|
6115
6184
|
selectedIds: {
|
|
6116
6185
|
types: [
|
|
@@ -6608,7 +6677,12 @@ var patterns_registry_default = {
|
|
|
6608
6677
|
types: [
|
|
6609
6678
|
"object"
|
|
6610
6679
|
],
|
|
6611
|
-
description: "Inline styles"
|
|
6680
|
+
description: "Inline styles",
|
|
6681
|
+
mapValue: {
|
|
6682
|
+
types: [
|
|
6683
|
+
"string"
|
|
6684
|
+
]
|
|
6685
|
+
}
|
|
6612
6686
|
},
|
|
6613
6687
|
children: {
|
|
6614
6688
|
types: [
|
|
@@ -6691,7 +6765,12 @@ var patterns_registry_default = {
|
|
|
6691
6765
|
types: [
|
|
6692
6766
|
"object"
|
|
6693
6767
|
],
|
|
6694
|
-
description: "Inline styles"
|
|
6768
|
+
description: "Inline styles",
|
|
6769
|
+
mapValue: {
|
|
6770
|
+
types: [
|
|
6771
|
+
"string"
|
|
6772
|
+
]
|
|
6773
|
+
}
|
|
6695
6774
|
},
|
|
6696
6775
|
children: {
|
|
6697
6776
|
types: [
|
|
@@ -7452,7 +7531,12 @@ var patterns_registry_default = {
|
|
|
7452
7531
|
types: [
|
|
7453
7532
|
"object"
|
|
7454
7533
|
],
|
|
7455
|
-
description: "Inline style"
|
|
7534
|
+
description: "Inline style",
|
|
7535
|
+
mapValue: {
|
|
7536
|
+
types: [
|
|
7537
|
+
"string"
|
|
7538
|
+
]
|
|
7539
|
+
}
|
|
7456
7540
|
}
|
|
7457
7541
|
}
|
|
7458
7542
|
},
|
|
@@ -9528,7 +9612,12 @@ var patterns_registry_default = {
|
|
|
9528
9612
|
types: [
|
|
9529
9613
|
"object"
|
|
9530
9614
|
],
|
|
9531
|
-
description: "Inline styles"
|
|
9615
|
+
description: "Inline styles",
|
|
9616
|
+
mapValue: {
|
|
9617
|
+
types: [
|
|
9618
|
+
"string"
|
|
9619
|
+
]
|
|
9620
|
+
}
|
|
9532
9621
|
},
|
|
9533
9622
|
children: {
|
|
9534
9623
|
types: [
|
|
@@ -9883,7 +9972,12 @@ var patterns_registry_default = {
|
|
|
9883
9972
|
types: [
|
|
9884
9973
|
"object"
|
|
9885
9974
|
],
|
|
9886
|
-
description: "Inline style"
|
|
9975
|
+
description: "Inline style",
|
|
9976
|
+
mapValue: {
|
|
9977
|
+
types: [
|
|
9978
|
+
"string"
|
|
9979
|
+
]
|
|
9980
|
+
}
|
|
9887
9981
|
},
|
|
9888
9982
|
format: {
|
|
9889
9983
|
types: [
|
|
@@ -14127,7 +14221,12 @@ var patterns_registry_default = {
|
|
|
14127
14221
|
types: [
|
|
14128
14222
|
"object"
|
|
14129
14223
|
],
|
|
14130
|
-
description: "Active filters"
|
|
14224
|
+
description: "Active filters",
|
|
14225
|
+
mapValue: {
|
|
14226
|
+
types: [
|
|
14227
|
+
"string"
|
|
14228
|
+
]
|
|
14229
|
+
}
|
|
14131
14230
|
},
|
|
14132
14231
|
selectedIds: {
|
|
14133
14232
|
types: [
|
|
@@ -16055,7 +16154,12 @@ var patterns_registry_default = {
|
|
|
16055
16154
|
types: [
|
|
16056
16155
|
"object"
|
|
16057
16156
|
],
|
|
16058
|
-
description: "Active filters"
|
|
16157
|
+
description: "Active filters",
|
|
16158
|
+
mapValue: {
|
|
16159
|
+
types: [
|
|
16160
|
+
"string"
|
|
16161
|
+
]
|
|
16162
|
+
}
|
|
16059
16163
|
},
|
|
16060
16164
|
selectedIds: {
|
|
16061
16165
|
types: [
|
|
@@ -21590,7 +21694,12 @@ var patterns_registry_default = {
|
|
|
21590
21694
|
types: [
|
|
21591
21695
|
"object"
|
|
21592
21696
|
],
|
|
21593
|
-
description: "Active filters"
|
|
21697
|
+
description: "Active filters",
|
|
21698
|
+
mapValue: {
|
|
21699
|
+
types: [
|
|
21700
|
+
"string"
|
|
21701
|
+
]
|
|
21702
|
+
}
|
|
21594
21703
|
},
|
|
21595
21704
|
selectedIds: {
|
|
21596
21705
|
types: [
|
|
@@ -21764,7 +21873,12 @@ var patterns_registry_default = {
|
|
|
21764
21873
|
types: [
|
|
21765
21874
|
"object"
|
|
21766
21875
|
],
|
|
21767
|
-
description: "Active filters"
|
|
21876
|
+
description: "Active filters",
|
|
21877
|
+
mapValue: {
|
|
21878
|
+
types: [
|
|
21879
|
+
"string"
|
|
21880
|
+
]
|
|
21881
|
+
}
|
|
21768
21882
|
},
|
|
21769
21883
|
selectedIds: {
|
|
21770
21884
|
types: [
|
|
@@ -21945,7 +22059,12 @@ var patterns_registry_default = {
|
|
|
21945
22059
|
types: [
|
|
21946
22060
|
"object"
|
|
21947
22061
|
],
|
|
21948
|
-
description: "Active filters"
|
|
22062
|
+
description: "Active filters",
|
|
22063
|
+
mapValue: {
|
|
22064
|
+
types: [
|
|
22065
|
+
"string"
|
|
22066
|
+
]
|
|
22067
|
+
}
|
|
21949
22068
|
},
|
|
21950
22069
|
selectedIds: {
|
|
21951
22070
|
types: [
|
|
@@ -22177,7 +22296,12 @@ var patterns_registry_default = {
|
|
|
22177
22296
|
types: [
|
|
22178
22297
|
"object"
|
|
22179
22298
|
],
|
|
22180
|
-
description: "Active filters"
|
|
22299
|
+
description: "Active filters",
|
|
22300
|
+
mapValue: {
|
|
22301
|
+
types: [
|
|
22302
|
+
"string"
|
|
22303
|
+
]
|
|
22304
|
+
}
|
|
22181
22305
|
},
|
|
22182
22306
|
selectedIds: {
|
|
22183
22307
|
types: [
|
|
@@ -22366,7 +22490,12 @@ var patterns_registry_default = {
|
|
|
22366
22490
|
types: [
|
|
22367
22491
|
"object"
|
|
22368
22492
|
],
|
|
22369
|
-
description: "Active filters"
|
|
22493
|
+
description: "Active filters",
|
|
22494
|
+
mapValue: {
|
|
22495
|
+
types: [
|
|
22496
|
+
"string"
|
|
22497
|
+
]
|
|
22498
|
+
}
|
|
22370
22499
|
},
|
|
22371
22500
|
selectedIds: {
|
|
22372
22501
|
types: [
|
|
@@ -22563,7 +22692,12 @@ var patterns_registry_default = {
|
|
|
22563
22692
|
types: [
|
|
22564
22693
|
"object"
|
|
22565
22694
|
],
|
|
22566
|
-
description: "Active filters"
|
|
22695
|
+
description: "Active filters",
|
|
22696
|
+
mapValue: {
|
|
22697
|
+
types: [
|
|
22698
|
+
"string"
|
|
22699
|
+
]
|
|
22700
|
+
}
|
|
22567
22701
|
},
|
|
22568
22702
|
selectedIds: {
|
|
22569
22703
|
types: [
|
|
@@ -22719,7 +22853,12 @@ var patterns_registry_default = {
|
|
|
22719
22853
|
types: [
|
|
22720
22854
|
"object"
|
|
22721
22855
|
],
|
|
22722
|
-
description: "Active filters"
|
|
22856
|
+
description: "Active filters",
|
|
22857
|
+
mapValue: {
|
|
22858
|
+
types: [
|
|
22859
|
+
"string"
|
|
22860
|
+
]
|
|
22861
|
+
}
|
|
22723
22862
|
},
|
|
22724
22863
|
selectedIds: {
|
|
22725
22864
|
types: [
|
|
@@ -22900,7 +23039,12 @@ var patterns_registry_default = {
|
|
|
22900
23039
|
types: [
|
|
22901
23040
|
"object"
|
|
22902
23041
|
],
|
|
22903
|
-
description: "Active filters"
|
|
23042
|
+
description: "Active filters",
|
|
23043
|
+
mapValue: {
|
|
23044
|
+
types: [
|
|
23045
|
+
"string"
|
|
23046
|
+
]
|
|
23047
|
+
}
|
|
22904
23048
|
},
|
|
22905
23049
|
selectedIds: {
|
|
22906
23050
|
types: [
|
|
@@ -30373,7 +30517,12 @@ var patterns_registry_default = {
|
|
|
30373
30517
|
types: [
|
|
30374
30518
|
"object"
|
|
30375
30519
|
],
|
|
30376
|
-
description: "Active filters"
|
|
30520
|
+
description: "Active filters",
|
|
30521
|
+
mapValue: {
|
|
30522
|
+
types: [
|
|
30523
|
+
"string"
|
|
30524
|
+
]
|
|
30525
|
+
}
|
|
30377
30526
|
},
|
|
30378
30527
|
selectedIds: {
|
|
30379
30528
|
types: [
|
|
@@ -31818,7 +31967,12 @@ var patterns_registry_default = {
|
|
|
31818
31967
|
types: [
|
|
31819
31968
|
"object"
|
|
31820
31969
|
],
|
|
31821
|
-
description: "Active filters"
|
|
31970
|
+
description: "Active filters",
|
|
31971
|
+
mapValue: {
|
|
31972
|
+
types: [
|
|
31973
|
+
"string"
|
|
31974
|
+
]
|
|
31975
|
+
}
|
|
31822
31976
|
},
|
|
31823
31977
|
selectedIds: {
|
|
31824
31978
|
types: [
|
|
@@ -32556,7 +32710,12 @@ var patterns_registry_default = {
|
|
|
32556
32710
|
types: [
|
|
32557
32711
|
"object"
|
|
32558
32712
|
],
|
|
32559
|
-
description: "Active filters"
|
|
32713
|
+
description: "Active filters",
|
|
32714
|
+
mapValue: {
|
|
32715
|
+
types: [
|
|
32716
|
+
"string"
|
|
32717
|
+
]
|
|
32718
|
+
}
|
|
32560
32719
|
},
|
|
32561
32720
|
selectedIds: {
|
|
32562
32721
|
types: [
|
|
@@ -34028,7 +34187,12 @@ var patterns_registry_default = {
|
|
|
34028
34187
|
types: [
|
|
34029
34188
|
"object"
|
|
34030
34189
|
],
|
|
34031
|
-
description: "Active filters"
|
|
34190
|
+
description: "Active filters",
|
|
34191
|
+
mapValue: {
|
|
34192
|
+
types: [
|
|
34193
|
+
"string"
|
|
34194
|
+
]
|
|
34195
|
+
}
|
|
34032
34196
|
},
|
|
34033
34197
|
selectedIds: {
|
|
34034
34198
|
types: [
|
|
@@ -34530,7 +34694,34 @@ var patterns_registry_default = {
|
|
|
34530
34694
|
types: [
|
|
34531
34695
|
"object"
|
|
34532
34696
|
],
|
|
34533
|
-
description: "User progress for restoring activation/reflection state"
|
|
34697
|
+
description: "User progress for restoring activation/reflection state",
|
|
34698
|
+
properties: {
|
|
34699
|
+
activationResponse: {
|
|
34700
|
+
types: [
|
|
34701
|
+
"string"
|
|
34702
|
+
]
|
|
34703
|
+
},
|
|
34704
|
+
reflectionNotes: {
|
|
34705
|
+
types: [
|
|
34706
|
+
"array"
|
|
34707
|
+
],
|
|
34708
|
+
items: {
|
|
34709
|
+
types: [
|
|
34710
|
+
"string"
|
|
34711
|
+
]
|
|
34712
|
+
}
|
|
34713
|
+
},
|
|
34714
|
+
bloomAnswered: {
|
|
34715
|
+
types: [
|
|
34716
|
+
"object"
|
|
34717
|
+
],
|
|
34718
|
+
mapValue: {
|
|
34719
|
+
types: [
|
|
34720
|
+
"boolean"
|
|
34721
|
+
]
|
|
34722
|
+
}
|
|
34723
|
+
}
|
|
34724
|
+
}
|
|
34534
34725
|
},
|
|
34535
34726
|
onRunCodeSimulation: {
|
|
34536
34727
|
types: [
|
|
@@ -34674,7 +34865,12 @@ var patterns_registry_default = {
|
|
|
34674
34865
|
types: [
|
|
34675
34866
|
"object"
|
|
34676
34867
|
],
|
|
34677
|
-
description: "Active filters"
|
|
34868
|
+
description: "Active filters",
|
|
34869
|
+
mapValue: {
|
|
34870
|
+
types: [
|
|
34871
|
+
"string"
|
|
34872
|
+
]
|
|
34873
|
+
}
|
|
34678
34874
|
},
|
|
34679
34875
|
selectedIds: {
|
|
34680
34876
|
types: [
|
|
@@ -34829,7 +35025,12 @@ var patterns_registry_default = {
|
|
|
34829
35025
|
types: [
|
|
34830
35026
|
"object"
|
|
34831
35027
|
],
|
|
34832
|
-
description: "Active filters"
|
|
35028
|
+
description: "Active filters",
|
|
35029
|
+
mapValue: {
|
|
35030
|
+
types: [
|
|
35031
|
+
"string"
|
|
35032
|
+
]
|
|
35033
|
+
}
|
|
34833
35034
|
},
|
|
34834
35035
|
selectedIds: {
|
|
34835
35036
|
types: [
|
|
@@ -35929,7 +36130,12 @@ var patterns_registry_default = {
|
|
|
35929
36130
|
types: [
|
|
35930
36131
|
"object"
|
|
35931
36132
|
],
|
|
35932
|
-
description: "Inline styles"
|
|
36133
|
+
description: "Inline styles",
|
|
36134
|
+
mapValue: {
|
|
36135
|
+
types: [
|
|
36136
|
+
"string"
|
|
36137
|
+
]
|
|
36138
|
+
}
|
|
35933
36139
|
},
|
|
35934
36140
|
children: {
|
|
35935
36141
|
types: [
|
|
@@ -36094,7 +36300,12 @@ var patterns_registry_default = {
|
|
|
36094
36300
|
types: [
|
|
36095
36301
|
"object"
|
|
36096
36302
|
],
|
|
36097
|
-
description: "Inline styles"
|
|
36303
|
+
description: "Inline styles",
|
|
36304
|
+
mapValue: {
|
|
36305
|
+
types: [
|
|
36306
|
+
"string"
|
|
36307
|
+
]
|
|
36308
|
+
}
|
|
36098
36309
|
},
|
|
36099
36310
|
children: {
|
|
36100
36311
|
types: [
|
|
@@ -36271,7 +36482,12 @@ var patterns_registry_default = {
|
|
|
36271
36482
|
types: [
|
|
36272
36483
|
"object"
|
|
36273
36484
|
],
|
|
36274
|
-
description: "Active filters"
|
|
36485
|
+
description: "Active filters",
|
|
36486
|
+
mapValue: {
|
|
36487
|
+
types: [
|
|
36488
|
+
"string"
|
|
36489
|
+
]
|
|
36490
|
+
}
|
|
36275
36491
|
},
|
|
36276
36492
|
selectedIds: {
|
|
36277
36493
|
types: [
|
|
@@ -36697,6 +36913,36 @@ var patterns_registry_default = {
|
|
|
36697
36913
|
],
|
|
36698
36914
|
description: "backgroundColor prop"
|
|
36699
36915
|
},
|
|
36916
|
+
mode: {
|
|
36917
|
+
types: [
|
|
36918
|
+
"string"
|
|
36919
|
+
],
|
|
36920
|
+
description: "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
|
|
36921
|
+
enumValues: [
|
|
36922
|
+
"2d",
|
|
36923
|
+
"3d"
|
|
36924
|
+
],
|
|
36925
|
+
default: "2d"
|
|
36926
|
+
},
|
|
36927
|
+
camera: {
|
|
36928
|
+
types: [
|
|
36929
|
+
"object"
|
|
36930
|
+
],
|
|
36931
|
+
description: "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
|
|
36932
|
+
freeform: true
|
|
36933
|
+
},
|
|
36934
|
+
lighting: {
|
|
36935
|
+
types: [
|
|
36936
|
+
"object"
|
|
36937
|
+
],
|
|
36938
|
+
description: "3D only: scene light rig as data."
|
|
36939
|
+
},
|
|
36940
|
+
post: {
|
|
36941
|
+
types: [
|
|
36942
|
+
"object"
|
|
36943
|
+
],
|
|
36944
|
+
description: "3D only: post-processing stack (bloom/vignette)."
|
|
36945
|
+
},
|
|
36700
36946
|
nodes: {
|
|
36701
36947
|
types: [
|
|
36702
36948
|
"array"
|
|
@@ -36722,6 +36968,11 @@ var patterns_registry_default = {
|
|
|
36722
36968
|
"number"
|
|
36723
36969
|
]
|
|
36724
36970
|
},
|
|
36971
|
+
z: {
|
|
36972
|
+
types: [
|
|
36973
|
+
"number"
|
|
36974
|
+
]
|
|
36975
|
+
},
|
|
36725
36976
|
radius: {
|
|
36726
36977
|
types: [
|
|
36727
36978
|
"number"
|
|
@@ -36747,6 +36998,27 @@ var patterns_registry_default = {
|
|
|
36747
36998
|
"molecule",
|
|
36748
36999
|
"organism"
|
|
36749
37000
|
]
|
|
37001
|
+
},
|
|
37002
|
+
shape: {
|
|
37003
|
+
types: [
|
|
37004
|
+
"string"
|
|
37005
|
+
],
|
|
37006
|
+
enumValues: [
|
|
37007
|
+
"box",
|
|
37008
|
+
"sphere",
|
|
37009
|
+
"capsule",
|
|
37010
|
+
"cylinder",
|
|
37011
|
+
"cone",
|
|
37012
|
+
"torus",
|
|
37013
|
+
"plane",
|
|
37014
|
+
"circle",
|
|
37015
|
+
"polyhedron"
|
|
37016
|
+
]
|
|
37017
|
+
},
|
|
37018
|
+
opacity: {
|
|
37019
|
+
types: [
|
|
37020
|
+
"number"
|
|
37021
|
+
]
|
|
36750
37022
|
}
|
|
36751
37023
|
},
|
|
36752
37024
|
required: [
|
|
@@ -36798,7 +37070,7 @@ var patterns_registry_default = {
|
|
|
36798
37070
|
types: [
|
|
36799
37071
|
"array"
|
|
36800
37072
|
],
|
|
36801
|
-
description: "Extra declarative shapes in canvas pixel coordinates.",
|
|
37073
|
+
description: "Extra declarative shapes in canvas pixel coordinates (2D mode only \u2014 ignored in 3D).",
|
|
36802
37074
|
items: {
|
|
36803
37075
|
types: [
|
|
36804
37076
|
"object"
|
|
@@ -36977,18 +37249,29 @@ var patterns_registry_default = {
|
|
|
36977
37249
|
},
|
|
36978
37250
|
default: []
|
|
36979
37251
|
},
|
|
37252
|
+
showGrid: {
|
|
37253
|
+
types: [
|
|
37254
|
+
"boolean"
|
|
37255
|
+
],
|
|
37256
|
+
description: "3D only: show the ground grid (default off)."
|
|
37257
|
+
},
|
|
37258
|
+
shadows: {
|
|
37259
|
+
types: [
|
|
37260
|
+
"boolean"
|
|
37261
|
+
],
|
|
37262
|
+
description: "3D only: enable shadows. Omitted \u2192 the host default."
|
|
37263
|
+
},
|
|
36980
37264
|
interactive: {
|
|
36981
37265
|
types: [
|
|
36982
37266
|
"boolean"
|
|
36983
37267
|
],
|
|
36984
|
-
description: "
|
|
36985
|
-
default: false
|
|
37268
|
+
description: "2D: pointer interaction (click/hover). 3D: orbit camera controls."
|
|
36986
37269
|
},
|
|
36987
37270
|
animate: {
|
|
36988
37271
|
types: [
|
|
36989
37272
|
"boolean"
|
|
36990
37273
|
],
|
|
36991
|
-
description: "
|
|
37274
|
+
description: "2D only: continuous redraw loop. 3D motion is entity-state driven.",
|
|
36992
37275
|
default: false
|
|
36993
37276
|
},
|
|
36994
37277
|
onShapeClick: {
|
|
@@ -37113,6 +37396,36 @@ var patterns_registry_default = {
|
|
|
37113
37396
|
],
|
|
37114
37397
|
description: "backgroundColor prop"
|
|
37115
37398
|
},
|
|
37399
|
+
mode: {
|
|
37400
|
+
types: [
|
|
37401
|
+
"string"
|
|
37402
|
+
],
|
|
37403
|
+
description: "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
|
|
37404
|
+
enumValues: [
|
|
37405
|
+
"2d",
|
|
37406
|
+
"3d"
|
|
37407
|
+
],
|
|
37408
|
+
default: "2d"
|
|
37409
|
+
},
|
|
37410
|
+
camera: {
|
|
37411
|
+
types: [
|
|
37412
|
+
"object"
|
|
37413
|
+
],
|
|
37414
|
+
description: "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
|
|
37415
|
+
freeform: true
|
|
37416
|
+
},
|
|
37417
|
+
lighting: {
|
|
37418
|
+
types: [
|
|
37419
|
+
"object"
|
|
37420
|
+
],
|
|
37421
|
+
description: "3D only: scene light rig as data."
|
|
37422
|
+
},
|
|
37423
|
+
post: {
|
|
37424
|
+
types: [
|
|
37425
|
+
"object"
|
|
37426
|
+
],
|
|
37427
|
+
description: "3D only: post-processing stack (bloom/vignette)."
|
|
37428
|
+
},
|
|
37116
37429
|
atoms: {
|
|
37117
37430
|
types: [
|
|
37118
37431
|
"array"
|
|
@@ -37138,6 +37451,11 @@ var patterns_registry_default = {
|
|
|
37138
37451
|
"number"
|
|
37139
37452
|
]
|
|
37140
37453
|
},
|
|
37454
|
+
z: {
|
|
37455
|
+
types: [
|
|
37456
|
+
"number"
|
|
37457
|
+
]
|
|
37458
|
+
},
|
|
37141
37459
|
element: {
|
|
37142
37460
|
types: [
|
|
37143
37461
|
"string"
|
|
@@ -37256,7 +37574,7 @@ var patterns_registry_default = {
|
|
|
37256
37574
|
types: [
|
|
37257
37575
|
"array"
|
|
37258
37576
|
],
|
|
37259
|
-
description: "Extra declarative shapes in canvas pixel coordinates.",
|
|
37577
|
+
description: "Extra declarative shapes in canvas pixel coordinates (2D mode only \u2014 ignored in 3D).",
|
|
37260
37578
|
items: {
|
|
37261
37579
|
types: [
|
|
37262
37580
|
"object"
|
|
@@ -37435,18 +37753,29 @@ var patterns_registry_default = {
|
|
|
37435
37753
|
},
|
|
37436
37754
|
default: []
|
|
37437
37755
|
},
|
|
37756
|
+
showGrid: {
|
|
37757
|
+
types: [
|
|
37758
|
+
"boolean"
|
|
37759
|
+
],
|
|
37760
|
+
description: "3D only: show the ground grid (default off)."
|
|
37761
|
+
},
|
|
37762
|
+
shadows: {
|
|
37763
|
+
types: [
|
|
37764
|
+
"boolean"
|
|
37765
|
+
],
|
|
37766
|
+
description: "3D only: enable shadows. Omitted \u2192 the host default."
|
|
37767
|
+
},
|
|
37438
37768
|
interactive: {
|
|
37439
37769
|
types: [
|
|
37440
37770
|
"boolean"
|
|
37441
37771
|
],
|
|
37442
|
-
description: "
|
|
37443
|
-
default: false
|
|
37772
|
+
description: "2D: pointer interaction (click/hover). 3D: orbit camera controls."
|
|
37444
37773
|
},
|
|
37445
37774
|
animate: {
|
|
37446
37775
|
types: [
|
|
37447
37776
|
"boolean"
|
|
37448
37777
|
],
|
|
37449
|
-
description: "
|
|
37778
|
+
description: "2D only: continuous redraw loop. 3D motion is entity-state driven.",
|
|
37450
37779
|
default: false
|
|
37451
37780
|
},
|
|
37452
37781
|
onShapeClick: {
|
|
@@ -38079,6 +38408,36 @@ var patterns_registry_default = {
|
|
|
38079
38408
|
],
|
|
38080
38409
|
description: "backgroundColor prop"
|
|
38081
38410
|
},
|
|
38411
|
+
mode: {
|
|
38412
|
+
types: [
|
|
38413
|
+
"string"
|
|
38414
|
+
],
|
|
38415
|
+
description: "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
|
|
38416
|
+
enumValues: [
|
|
38417
|
+
"2d",
|
|
38418
|
+
"3d"
|
|
38419
|
+
],
|
|
38420
|
+
default: "2d"
|
|
38421
|
+
},
|
|
38422
|
+
camera: {
|
|
38423
|
+
types: [
|
|
38424
|
+
"object"
|
|
38425
|
+
],
|
|
38426
|
+
description: "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
|
|
38427
|
+
freeform: true
|
|
38428
|
+
},
|
|
38429
|
+
lighting: {
|
|
38430
|
+
types: [
|
|
38431
|
+
"object"
|
|
38432
|
+
],
|
|
38433
|
+
description: "3D only: scene light rig as data."
|
|
38434
|
+
},
|
|
38435
|
+
post: {
|
|
38436
|
+
types: [
|
|
38437
|
+
"object"
|
|
38438
|
+
],
|
|
38439
|
+
description: "3D only: post-processing stack (bloom/vignette)."
|
|
38440
|
+
},
|
|
38082
38441
|
bodies: {
|
|
38083
38442
|
types: [
|
|
38084
38443
|
"array"
|
|
@@ -38104,6 +38463,11 @@ var patterns_registry_default = {
|
|
|
38104
38463
|
"number"
|
|
38105
38464
|
]
|
|
38106
38465
|
},
|
|
38466
|
+
z: {
|
|
38467
|
+
types: [
|
|
38468
|
+
"number"
|
|
38469
|
+
]
|
|
38470
|
+
},
|
|
38107
38471
|
radius: {
|
|
38108
38472
|
types: [
|
|
38109
38473
|
"number"
|
|
@@ -38129,6 +38493,11 @@ var patterns_registry_default = {
|
|
|
38129
38493
|
"number"
|
|
38130
38494
|
]
|
|
38131
38495
|
},
|
|
38496
|
+
vz: {
|
|
38497
|
+
types: [
|
|
38498
|
+
"number"
|
|
38499
|
+
]
|
|
38500
|
+
},
|
|
38132
38501
|
fx: {
|
|
38133
38502
|
types: [
|
|
38134
38503
|
"number"
|
|
@@ -38138,6 +38507,11 @@ var patterns_registry_default = {
|
|
|
38138
38507
|
types: [
|
|
38139
38508
|
"number"
|
|
38140
38509
|
]
|
|
38510
|
+
},
|
|
38511
|
+
fz: {
|
|
38512
|
+
types: [
|
|
38513
|
+
"number"
|
|
38514
|
+
]
|
|
38141
38515
|
}
|
|
38142
38516
|
},
|
|
38143
38517
|
required: [
|
|
@@ -38212,7 +38586,7 @@ var patterns_registry_default = {
|
|
|
38212
38586
|
types: [
|
|
38213
38587
|
"array"
|
|
38214
38588
|
],
|
|
38215
|
-
description: "Extra declarative shapes in canvas pixel coordinates.",
|
|
38589
|
+
description: "Extra declarative shapes in canvas pixel coordinates (2D mode only \u2014 ignored in 3D).",
|
|
38216
38590
|
items: {
|
|
38217
38591
|
types: [
|
|
38218
38592
|
"object"
|
|
@@ -38391,18 +38765,29 @@ var patterns_registry_default = {
|
|
|
38391
38765
|
},
|
|
38392
38766
|
default: []
|
|
38393
38767
|
},
|
|
38768
|
+
showGrid: {
|
|
38769
|
+
types: [
|
|
38770
|
+
"boolean"
|
|
38771
|
+
],
|
|
38772
|
+
description: "3D only: show the ground grid (default off)."
|
|
38773
|
+
},
|
|
38774
|
+
shadows: {
|
|
38775
|
+
types: [
|
|
38776
|
+
"boolean"
|
|
38777
|
+
],
|
|
38778
|
+
description: "3D only: enable shadows. Omitted \u2192 the host default."
|
|
38779
|
+
},
|
|
38394
38780
|
interactive: {
|
|
38395
38781
|
types: [
|
|
38396
38782
|
"boolean"
|
|
38397
38783
|
],
|
|
38398
|
-
description: "
|
|
38399
|
-
default: false
|
|
38784
|
+
description: "2D: pointer interaction (click/hover). 3D: orbit camera controls."
|
|
38400
38785
|
},
|
|
38401
38786
|
animate: {
|
|
38402
38787
|
types: [
|
|
38403
38788
|
"boolean"
|
|
38404
38789
|
],
|
|
38405
|
-
description: "
|
|
38790
|
+
description: "2D only: continuous redraw loop. 3D motion is entity-state driven.",
|
|
38406
38791
|
default: false
|
|
38407
38792
|
},
|
|
38408
38793
|
onShapeClick: {
|
|
@@ -39253,7 +39638,12 @@ var patterns_registry_default = {
|
|
|
39253
39638
|
types: [
|
|
39254
39639
|
"object"
|
|
39255
39640
|
],
|
|
39256
|
-
description: "style prop"
|
|
39641
|
+
description: "style prop",
|
|
39642
|
+
mapValue: {
|
|
39643
|
+
types: [
|
|
39644
|
+
"string"
|
|
39645
|
+
]
|
|
39646
|
+
}
|
|
39257
39647
|
},
|
|
39258
39648
|
"aria-hidden": {
|
|
39259
39649
|
types: [
|
|
@@ -39329,7 +39719,12 @@ var patterns_registry_default = {
|
|
|
39329
39719
|
types: [
|
|
39330
39720
|
"object"
|
|
39331
39721
|
],
|
|
39332
|
-
description: "style prop"
|
|
39722
|
+
description: "style prop",
|
|
39723
|
+
mapValue: {
|
|
39724
|
+
types: [
|
|
39725
|
+
"string"
|
|
39726
|
+
]
|
|
39727
|
+
}
|
|
39333
39728
|
},
|
|
39334
39729
|
children: {
|
|
39335
39730
|
types: [
|
|
@@ -39464,6 +39859,22 @@ var patterns_registry_default = {
|
|
|
39464
39859
|
items: {
|
|
39465
39860
|
types: [
|
|
39466
39861
|
"object"
|
|
39862
|
+
],
|
|
39863
|
+
properties: {
|
|
39864
|
+
x: {
|
|
39865
|
+
types: [
|
|
39866
|
+
"number"
|
|
39867
|
+
]
|
|
39868
|
+
},
|
|
39869
|
+
y: {
|
|
39870
|
+
types: [
|
|
39871
|
+
"number"
|
|
39872
|
+
]
|
|
39873
|
+
}
|
|
39874
|
+
},
|
|
39875
|
+
required: [
|
|
39876
|
+
"x",
|
|
39877
|
+
"y"
|
|
39467
39878
|
]
|
|
39468
39879
|
}
|
|
39469
39880
|
},
|
|
@@ -39498,16 +39909,64 @@ var patterns_registry_default = {
|
|
|
39498
39909
|
from: {
|
|
39499
39910
|
types: [
|
|
39500
39911
|
"object"
|
|
39912
|
+
],
|
|
39913
|
+
properties: {
|
|
39914
|
+
x: {
|
|
39915
|
+
types: [
|
|
39916
|
+
"number"
|
|
39917
|
+
]
|
|
39918
|
+
},
|
|
39919
|
+
y: {
|
|
39920
|
+
types: [
|
|
39921
|
+
"number"
|
|
39922
|
+
]
|
|
39923
|
+
}
|
|
39924
|
+
},
|
|
39925
|
+
required: [
|
|
39926
|
+
"x",
|
|
39927
|
+
"y"
|
|
39501
39928
|
]
|
|
39502
39929
|
},
|
|
39503
39930
|
to: {
|
|
39504
39931
|
types: [
|
|
39505
39932
|
"object"
|
|
39933
|
+
],
|
|
39934
|
+
properties: {
|
|
39935
|
+
x: {
|
|
39936
|
+
types: [
|
|
39937
|
+
"number"
|
|
39938
|
+
]
|
|
39939
|
+
},
|
|
39940
|
+
y: {
|
|
39941
|
+
types: [
|
|
39942
|
+
"number"
|
|
39943
|
+
]
|
|
39944
|
+
}
|
|
39945
|
+
},
|
|
39946
|
+
required: [
|
|
39947
|
+
"x",
|
|
39948
|
+
"y"
|
|
39506
39949
|
]
|
|
39507
39950
|
},
|
|
39508
39951
|
center: {
|
|
39509
39952
|
types: [
|
|
39510
39953
|
"object"
|
|
39954
|
+
],
|
|
39955
|
+
properties: {
|
|
39956
|
+
x: {
|
|
39957
|
+
types: [
|
|
39958
|
+
"number"
|
|
39959
|
+
]
|
|
39960
|
+
},
|
|
39961
|
+
y: {
|
|
39962
|
+
types: [
|
|
39963
|
+
"number"
|
|
39964
|
+
]
|
|
39965
|
+
}
|
|
39966
|
+
},
|
|
39967
|
+
required: [
|
|
39968
|
+
"x",
|
|
39969
|
+
"y"
|
|
39511
39970
|
]
|
|
39512
39971
|
},
|
|
39513
39972
|
radius: {
|
|
@@ -39607,16 +40066,64 @@ var patterns_registry_default = {
|
|
|
39607
40066
|
from: {
|
|
39608
40067
|
types: [
|
|
39609
40068
|
"object"
|
|
40069
|
+
],
|
|
40070
|
+
properties: {
|
|
40071
|
+
x: {
|
|
40072
|
+
types: [
|
|
40073
|
+
"number"
|
|
40074
|
+
]
|
|
40075
|
+
},
|
|
40076
|
+
y: {
|
|
40077
|
+
types: [
|
|
40078
|
+
"number"
|
|
40079
|
+
]
|
|
40080
|
+
}
|
|
40081
|
+
},
|
|
40082
|
+
required: [
|
|
40083
|
+
"x",
|
|
40084
|
+
"y"
|
|
39610
40085
|
]
|
|
39611
40086
|
},
|
|
39612
40087
|
to: {
|
|
39613
40088
|
types: [
|
|
39614
40089
|
"object"
|
|
40090
|
+
],
|
|
40091
|
+
properties: {
|
|
40092
|
+
x: {
|
|
40093
|
+
types: [
|
|
40094
|
+
"number"
|
|
40095
|
+
]
|
|
40096
|
+
},
|
|
40097
|
+
y: {
|
|
40098
|
+
types: [
|
|
40099
|
+
"number"
|
|
40100
|
+
]
|
|
40101
|
+
}
|
|
40102
|
+
},
|
|
40103
|
+
required: [
|
|
40104
|
+
"x",
|
|
40105
|
+
"y"
|
|
39615
40106
|
]
|
|
39616
40107
|
},
|
|
39617
40108
|
center: {
|
|
39618
40109
|
types: [
|
|
39619
40110
|
"object"
|
|
40111
|
+
],
|
|
40112
|
+
properties: {
|
|
40113
|
+
x: {
|
|
40114
|
+
types: [
|
|
40115
|
+
"number"
|
|
40116
|
+
]
|
|
40117
|
+
},
|
|
40118
|
+
y: {
|
|
40119
|
+
types: [
|
|
40120
|
+
"number"
|
|
40121
|
+
]
|
|
40122
|
+
}
|
|
40123
|
+
},
|
|
40124
|
+
required: [
|
|
40125
|
+
"x",
|
|
40126
|
+
"y"
|
|
39620
40127
|
]
|
|
39621
40128
|
},
|
|
39622
40129
|
radius: {
|
|
@@ -39707,7 +40214,23 @@ var patterns_registry_default = {
|
|
|
39707
40214
|
types: [
|
|
39708
40215
|
"object"
|
|
39709
40216
|
],
|
|
39710
|
-
description: "Rotation pivot in world units relative to the cell's projected top-left; default `{x:0.5, y:0.5}` (cell center)."
|
|
40217
|
+
description: "Rotation pivot in world units relative to the cell's projected top-left; default `{x:0.5, y:0.5}` (cell center).",
|
|
40218
|
+
properties: {
|
|
40219
|
+
x: {
|
|
40220
|
+
types: [
|
|
40221
|
+
"number"
|
|
40222
|
+
]
|
|
40223
|
+
},
|
|
40224
|
+
y: {
|
|
40225
|
+
types: [
|
|
40226
|
+
"number"
|
|
40227
|
+
]
|
|
40228
|
+
}
|
|
40229
|
+
},
|
|
40230
|
+
propertyRequired: [
|
|
40231
|
+
"x",
|
|
40232
|
+
"y"
|
|
40233
|
+
]
|
|
39711
40234
|
},
|
|
39712
40235
|
shadow: {
|
|
39713
40236
|
types: [
|
|
@@ -40041,7 +40564,35 @@ var patterns_registry_default = {
|
|
|
40041
40564
|
types: [
|
|
40042
40565
|
"object"
|
|
40043
40566
|
],
|
|
40044
|
-
description: "Explicit atlas sub-rect override (px); omitted \u2192 resolved from `asset.atlas`/`asset.sprite`."
|
|
40567
|
+
description: "Explicit atlas sub-rect override (px); omitted \u2192 resolved from `asset.atlas`/`asset.sprite`.",
|
|
40568
|
+
properties: {
|
|
40569
|
+
x: {
|
|
40570
|
+
types: [
|
|
40571
|
+
"number"
|
|
40572
|
+
]
|
|
40573
|
+
},
|
|
40574
|
+
y: {
|
|
40575
|
+
types: [
|
|
40576
|
+
"number"
|
|
40577
|
+
]
|
|
40578
|
+
},
|
|
40579
|
+
w: {
|
|
40580
|
+
types: [
|
|
40581
|
+
"number"
|
|
40582
|
+
]
|
|
40583
|
+
},
|
|
40584
|
+
h: {
|
|
40585
|
+
types: [
|
|
40586
|
+
"number"
|
|
40587
|
+
]
|
|
40588
|
+
}
|
|
40589
|
+
},
|
|
40590
|
+
propertyRequired: [
|
|
40591
|
+
"x",
|
|
40592
|
+
"y",
|
|
40593
|
+
"w",
|
|
40594
|
+
"h"
|
|
40595
|
+
]
|
|
40045
40596
|
},
|
|
40046
40597
|
animation: {
|
|
40047
40598
|
types: [
|
|
@@ -40077,7 +40628,23 @@ var patterns_registry_default = {
|
|
|
40077
40628
|
types: [
|
|
40078
40629
|
"object"
|
|
40079
40630
|
],
|
|
40080
|
-
description: "Drop shadow (e.g. a team-colored glow)."
|
|
40631
|
+
description: "Drop shadow (e.g. a team-colored glow).",
|
|
40632
|
+
properties: {
|
|
40633
|
+
color: {
|
|
40634
|
+
types: [
|
|
40635
|
+
"string"
|
|
40636
|
+
]
|
|
40637
|
+
},
|
|
40638
|
+
blur: {
|
|
40639
|
+
types: [
|
|
40640
|
+
"number"
|
|
40641
|
+
]
|
|
40642
|
+
}
|
|
40643
|
+
},
|
|
40644
|
+
propertyRequired: [
|
|
40645
|
+
"color",
|
|
40646
|
+
"blur"
|
|
40647
|
+
]
|
|
40081
40648
|
}
|
|
40082
40649
|
},
|
|
40083
40650
|
drawable: true
|
|
@@ -40177,15 +40744,30 @@ var patterns_registry_default = {
|
|
|
40177
40744
|
},
|
|
40178
40745
|
align: {
|
|
40179
40746
|
types: [
|
|
40180
|
-
"
|
|
40747
|
+
"string"
|
|
40181
40748
|
],
|
|
40182
|
-
description: "align prop"
|
|
40749
|
+
description: "align prop",
|
|
40750
|
+
enumValues: [
|
|
40751
|
+
"center",
|
|
40752
|
+
"end",
|
|
40753
|
+
"left",
|
|
40754
|
+
"right",
|
|
40755
|
+
"start"
|
|
40756
|
+
]
|
|
40183
40757
|
},
|
|
40184
40758
|
baseline: {
|
|
40185
40759
|
types: [
|
|
40186
|
-
"
|
|
40760
|
+
"string"
|
|
40187
40761
|
],
|
|
40188
|
-
description: "baseline prop"
|
|
40762
|
+
description: "baseline prop",
|
|
40763
|
+
enumValues: [
|
|
40764
|
+
"alphabetic",
|
|
40765
|
+
"bottom",
|
|
40766
|
+
"hanging",
|
|
40767
|
+
"ideographic",
|
|
40768
|
+
"middle",
|
|
40769
|
+
"top"
|
|
40770
|
+
]
|
|
40189
40771
|
},
|
|
40190
40772
|
opacity: {
|
|
40191
40773
|
types: [
|
|
@@ -40320,6 +40902,22 @@ var patterns_registry_default = {
|
|
|
40320
40902
|
items: {
|
|
40321
40903
|
types: [
|
|
40322
40904
|
"object"
|
|
40905
|
+
],
|
|
40906
|
+
properties: {
|
|
40907
|
+
x: {
|
|
40908
|
+
types: [
|
|
40909
|
+
"number"
|
|
40910
|
+
]
|
|
40911
|
+
},
|
|
40912
|
+
y: {
|
|
40913
|
+
types: [
|
|
40914
|
+
"number"
|
|
40915
|
+
]
|
|
40916
|
+
}
|
|
40917
|
+
},
|
|
40918
|
+
required: [
|
|
40919
|
+
"x",
|
|
40920
|
+
"y"
|
|
40323
40921
|
]
|
|
40324
40922
|
}
|
|
40325
40923
|
},
|
|
@@ -40351,16 +40949,64 @@ var patterns_registry_default = {
|
|
|
40351
40949
|
from: {
|
|
40352
40950
|
types: [
|
|
40353
40951
|
"object"
|
|
40952
|
+
],
|
|
40953
|
+
properties: {
|
|
40954
|
+
x: {
|
|
40955
|
+
types: [
|
|
40956
|
+
"number"
|
|
40957
|
+
]
|
|
40958
|
+
},
|
|
40959
|
+
y: {
|
|
40960
|
+
types: [
|
|
40961
|
+
"number"
|
|
40962
|
+
]
|
|
40963
|
+
}
|
|
40964
|
+
},
|
|
40965
|
+
required: [
|
|
40966
|
+
"x",
|
|
40967
|
+
"y"
|
|
40354
40968
|
]
|
|
40355
40969
|
},
|
|
40356
40970
|
to: {
|
|
40357
40971
|
types: [
|
|
40358
40972
|
"object"
|
|
40973
|
+
],
|
|
40974
|
+
properties: {
|
|
40975
|
+
x: {
|
|
40976
|
+
types: [
|
|
40977
|
+
"number"
|
|
40978
|
+
]
|
|
40979
|
+
},
|
|
40980
|
+
y: {
|
|
40981
|
+
types: [
|
|
40982
|
+
"number"
|
|
40983
|
+
]
|
|
40984
|
+
}
|
|
40985
|
+
},
|
|
40986
|
+
required: [
|
|
40987
|
+
"x",
|
|
40988
|
+
"y"
|
|
40359
40989
|
]
|
|
40360
40990
|
},
|
|
40361
40991
|
center: {
|
|
40362
40992
|
types: [
|
|
40363
40993
|
"object"
|
|
40994
|
+
],
|
|
40995
|
+
properties: {
|
|
40996
|
+
x: {
|
|
40997
|
+
types: [
|
|
40998
|
+
"number"
|
|
40999
|
+
]
|
|
41000
|
+
},
|
|
41001
|
+
y: {
|
|
41002
|
+
types: [
|
|
41003
|
+
"number"
|
|
41004
|
+
]
|
|
41005
|
+
}
|
|
41006
|
+
},
|
|
41007
|
+
required: [
|
|
41008
|
+
"x",
|
|
41009
|
+
"y"
|
|
40364
41010
|
]
|
|
40365
41011
|
},
|
|
40366
41012
|
radius: {
|
|
@@ -40456,16 +41102,64 @@ var patterns_registry_default = {
|
|
|
40456
41102
|
from: {
|
|
40457
41103
|
types: [
|
|
40458
41104
|
"object"
|
|
41105
|
+
],
|
|
41106
|
+
properties: {
|
|
41107
|
+
x: {
|
|
41108
|
+
types: [
|
|
41109
|
+
"number"
|
|
41110
|
+
]
|
|
41111
|
+
},
|
|
41112
|
+
y: {
|
|
41113
|
+
types: [
|
|
41114
|
+
"number"
|
|
41115
|
+
]
|
|
41116
|
+
}
|
|
41117
|
+
},
|
|
41118
|
+
required: [
|
|
41119
|
+
"x",
|
|
41120
|
+
"y"
|
|
40459
41121
|
]
|
|
40460
41122
|
},
|
|
40461
41123
|
to: {
|
|
40462
41124
|
types: [
|
|
40463
41125
|
"object"
|
|
41126
|
+
],
|
|
41127
|
+
properties: {
|
|
41128
|
+
x: {
|
|
41129
|
+
types: [
|
|
41130
|
+
"number"
|
|
41131
|
+
]
|
|
41132
|
+
},
|
|
41133
|
+
y: {
|
|
41134
|
+
types: [
|
|
41135
|
+
"number"
|
|
41136
|
+
]
|
|
41137
|
+
}
|
|
41138
|
+
},
|
|
41139
|
+
required: [
|
|
41140
|
+
"x",
|
|
41141
|
+
"y"
|
|
40464
41142
|
]
|
|
40465
41143
|
},
|
|
40466
41144
|
center: {
|
|
40467
41145
|
types: [
|
|
40468
41146
|
"object"
|
|
41147
|
+
],
|
|
41148
|
+
properties: {
|
|
41149
|
+
x: {
|
|
41150
|
+
types: [
|
|
41151
|
+
"number"
|
|
41152
|
+
]
|
|
41153
|
+
},
|
|
41154
|
+
y: {
|
|
41155
|
+
types: [
|
|
41156
|
+
"number"
|
|
41157
|
+
]
|
|
41158
|
+
}
|
|
41159
|
+
},
|
|
41160
|
+
required: [
|
|
41161
|
+
"x",
|
|
41162
|
+
"y"
|
|
40469
41163
|
]
|
|
40470
41164
|
},
|
|
40471
41165
|
radius: {
|
|
@@ -40550,6 +41244,22 @@ var patterns_registry_default = {
|
|
|
40550
41244
|
pivot: {
|
|
40551
41245
|
types: [
|
|
40552
41246
|
"object"
|
|
41247
|
+
],
|
|
41248
|
+
properties: {
|
|
41249
|
+
x: {
|
|
41250
|
+
types: [
|
|
41251
|
+
"number"
|
|
41252
|
+
]
|
|
41253
|
+
},
|
|
41254
|
+
y: {
|
|
41255
|
+
types: [
|
|
41256
|
+
"number"
|
|
41257
|
+
]
|
|
41258
|
+
}
|
|
41259
|
+
},
|
|
41260
|
+
required: [
|
|
41261
|
+
"x",
|
|
41262
|
+
"y"
|
|
40553
41263
|
]
|
|
40554
41264
|
},
|
|
40555
41265
|
shadow: {
|
|
@@ -40898,6 +41608,34 @@ var patterns_registry_default = {
|
|
|
40898
41608
|
frame: {
|
|
40899
41609
|
types: [
|
|
40900
41610
|
"object"
|
|
41611
|
+
],
|
|
41612
|
+
properties: {
|
|
41613
|
+
x: {
|
|
41614
|
+
types: [
|
|
41615
|
+
"number"
|
|
41616
|
+
]
|
|
41617
|
+
},
|
|
41618
|
+
y: {
|
|
41619
|
+
types: [
|
|
41620
|
+
"number"
|
|
41621
|
+
]
|
|
41622
|
+
},
|
|
41623
|
+
w: {
|
|
41624
|
+
types: [
|
|
41625
|
+
"number"
|
|
41626
|
+
]
|
|
41627
|
+
},
|
|
41628
|
+
h: {
|
|
41629
|
+
types: [
|
|
41630
|
+
"number"
|
|
41631
|
+
]
|
|
41632
|
+
}
|
|
41633
|
+
},
|
|
41634
|
+
required: [
|
|
41635
|
+
"x",
|
|
41636
|
+
"y",
|
|
41637
|
+
"w",
|
|
41638
|
+
"h"
|
|
40901
41639
|
]
|
|
40902
41640
|
},
|
|
40903
41641
|
animation: {
|
|
@@ -40928,6 +41666,22 @@ var patterns_registry_default = {
|
|
|
40928
41666
|
shadow: {
|
|
40929
41667
|
types: [
|
|
40930
41668
|
"object"
|
|
41669
|
+
],
|
|
41670
|
+
properties: {
|
|
41671
|
+
color: {
|
|
41672
|
+
types: [
|
|
41673
|
+
"string"
|
|
41674
|
+
]
|
|
41675
|
+
},
|
|
41676
|
+
blur: {
|
|
41677
|
+
types: [
|
|
41678
|
+
"number"
|
|
41679
|
+
]
|
|
41680
|
+
}
|
|
41681
|
+
},
|
|
41682
|
+
required: [
|
|
41683
|
+
"color",
|
|
41684
|
+
"blur"
|
|
40931
41685
|
]
|
|
40932
41686
|
}
|
|
40933
41687
|
},
|
|
@@ -41043,12 +41797,27 @@ var patterns_registry_default = {
|
|
|
41043
41797
|
},
|
|
41044
41798
|
align: {
|
|
41045
41799
|
types: [
|
|
41046
|
-
"
|
|
41800
|
+
"string"
|
|
41801
|
+
],
|
|
41802
|
+
enumValues: [
|
|
41803
|
+
"center",
|
|
41804
|
+
"end",
|
|
41805
|
+
"left",
|
|
41806
|
+
"right",
|
|
41807
|
+
"start"
|
|
41047
41808
|
]
|
|
41048
41809
|
},
|
|
41049
41810
|
baseline: {
|
|
41050
41811
|
types: [
|
|
41051
|
-
"
|
|
41812
|
+
"string"
|
|
41813
|
+
],
|
|
41814
|
+
enumValues: [
|
|
41815
|
+
"alphabetic",
|
|
41816
|
+
"bottom",
|
|
41817
|
+
"hanging",
|
|
41818
|
+
"ideographic",
|
|
41819
|
+
"middle",
|
|
41820
|
+
"top"
|
|
41052
41821
|
]
|
|
41053
41822
|
},
|
|
41054
41823
|
opacity: {
|
|
@@ -43594,7 +44363,7 @@ var integrators_registry_default = {
|
|
|
43594
44363
|
// src/patterns/component-mapping.json
|
|
43595
44364
|
var component_mapping_default = {
|
|
43596
44365
|
version: "1.0.0",
|
|
43597
|
-
exportedAt: "2026-08-
|
|
44366
|
+
exportedAt: "2026-08-17T13:06:21.152Z",
|
|
43598
44367
|
mappings: {
|
|
43599
44368
|
"page-header": {
|
|
43600
44369
|
component: "PageHeader",
|
|
@@ -44989,7 +45758,7 @@ var component_mapping_default = {
|
|
|
44989
45758
|
// src/patterns/event-contracts.json
|
|
44990
45759
|
var event_contracts_default = {
|
|
44991
45760
|
version: "1.0.0",
|
|
44992
|
-
exportedAt: "2026-08-
|
|
45761
|
+
exportedAt: "2026-08-17T13:06:21.152Z",
|
|
44993
45762
|
contracts: {
|
|
44994
45763
|
form: {
|
|
44995
45764
|
emits: [
|