@almadar/core 10.57.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-D-_fm4No.d.ts → effect-CK9fn56C.d.ts} +40 -14
- package/dist/{entityAccess-kTNoti84.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 +925 -67
- 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 +1860 -80
- package/dist/patterns/index.js +913 -64
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +42 -0
- package/dist/patterns/patterns-registry.json +869 -62
- package/dist/patterns/registry.json +869 -62
- package/dist/patterns/services-registry.json +141 -253
- package/dist/{schema-CrUFqWXN.d.ts → schema-CVTOy4at.d.ts} +506 -506
- package/dist/{trait-A4_OlY_l.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-AHD31Gn-.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: [
|
|
@@ -3573,7 +3637,9 @@ var patterns_registry_default = {
|
|
|
3573
3637
|
"checkbox",
|
|
3574
3638
|
"date",
|
|
3575
3639
|
"daterange",
|
|
3576
|
-
"date-range"
|
|
3640
|
+
"date-range",
|
|
3641
|
+
"numberrange",
|
|
3642
|
+
"number-range"
|
|
3577
3643
|
]
|
|
3578
3644
|
},
|
|
3579
3645
|
type: {
|
|
@@ -3587,7 +3653,9 @@ var patterns_registry_default = {
|
|
|
3587
3653
|
"checkbox",
|
|
3588
3654
|
"date",
|
|
3589
3655
|
"daterange",
|
|
3590
|
-
"date-range"
|
|
3656
|
+
"date-range",
|
|
3657
|
+
"numberrange",
|
|
3658
|
+
"number-range"
|
|
3591
3659
|
]
|
|
3592
3660
|
},
|
|
3593
3661
|
options: {
|
|
@@ -3599,6 +3667,21 @@ var patterns_registry_default = {
|
|
|
3599
3667
|
"string"
|
|
3600
3668
|
]
|
|
3601
3669
|
}
|
|
3670
|
+
},
|
|
3671
|
+
min: {
|
|
3672
|
+
types: [
|
|
3673
|
+
"number"
|
|
3674
|
+
]
|
|
3675
|
+
},
|
|
3676
|
+
max: {
|
|
3677
|
+
types: [
|
|
3678
|
+
"number"
|
|
3679
|
+
]
|
|
3680
|
+
},
|
|
3681
|
+
step: {
|
|
3682
|
+
types: [
|
|
3683
|
+
"number"
|
|
3684
|
+
]
|
|
3602
3685
|
}
|
|
3603
3686
|
},
|
|
3604
3687
|
required: [
|
|
@@ -6091,7 +6174,12 @@ var patterns_registry_default = {
|
|
|
6091
6174
|
types: [
|
|
6092
6175
|
"object"
|
|
6093
6176
|
],
|
|
6094
|
-
description: "Active filters"
|
|
6177
|
+
description: "Active filters",
|
|
6178
|
+
mapValue: {
|
|
6179
|
+
types: [
|
|
6180
|
+
"string"
|
|
6181
|
+
]
|
|
6182
|
+
}
|
|
6095
6183
|
},
|
|
6096
6184
|
selectedIds: {
|
|
6097
6185
|
types: [
|
|
@@ -6589,7 +6677,12 @@ var patterns_registry_default = {
|
|
|
6589
6677
|
types: [
|
|
6590
6678
|
"object"
|
|
6591
6679
|
],
|
|
6592
|
-
description: "Inline styles"
|
|
6680
|
+
description: "Inline styles",
|
|
6681
|
+
mapValue: {
|
|
6682
|
+
types: [
|
|
6683
|
+
"string"
|
|
6684
|
+
]
|
|
6685
|
+
}
|
|
6593
6686
|
},
|
|
6594
6687
|
children: {
|
|
6595
6688
|
types: [
|
|
@@ -6672,7 +6765,12 @@ var patterns_registry_default = {
|
|
|
6672
6765
|
types: [
|
|
6673
6766
|
"object"
|
|
6674
6767
|
],
|
|
6675
|
-
description: "Inline styles"
|
|
6768
|
+
description: "Inline styles",
|
|
6769
|
+
mapValue: {
|
|
6770
|
+
types: [
|
|
6771
|
+
"string"
|
|
6772
|
+
]
|
|
6773
|
+
}
|
|
6676
6774
|
},
|
|
6677
6775
|
children: {
|
|
6678
6776
|
types: [
|
|
@@ -7433,7 +7531,12 @@ var patterns_registry_default = {
|
|
|
7433
7531
|
types: [
|
|
7434
7532
|
"object"
|
|
7435
7533
|
],
|
|
7436
|
-
description: "Inline style"
|
|
7534
|
+
description: "Inline style",
|
|
7535
|
+
mapValue: {
|
|
7536
|
+
types: [
|
|
7537
|
+
"string"
|
|
7538
|
+
]
|
|
7539
|
+
}
|
|
7437
7540
|
}
|
|
7438
7541
|
}
|
|
7439
7542
|
},
|
|
@@ -9509,7 +9612,12 @@ var patterns_registry_default = {
|
|
|
9509
9612
|
types: [
|
|
9510
9613
|
"object"
|
|
9511
9614
|
],
|
|
9512
|
-
description: "Inline styles"
|
|
9615
|
+
description: "Inline styles",
|
|
9616
|
+
mapValue: {
|
|
9617
|
+
types: [
|
|
9618
|
+
"string"
|
|
9619
|
+
]
|
|
9620
|
+
}
|
|
9513
9621
|
},
|
|
9514
9622
|
children: {
|
|
9515
9623
|
types: [
|
|
@@ -9864,7 +9972,12 @@ var patterns_registry_default = {
|
|
|
9864
9972
|
types: [
|
|
9865
9973
|
"object"
|
|
9866
9974
|
],
|
|
9867
|
-
description: "Inline style"
|
|
9975
|
+
description: "Inline style",
|
|
9976
|
+
mapValue: {
|
|
9977
|
+
types: [
|
|
9978
|
+
"string"
|
|
9979
|
+
]
|
|
9980
|
+
}
|
|
9868
9981
|
},
|
|
9869
9982
|
format: {
|
|
9870
9983
|
types: [
|
|
@@ -10057,7 +10170,9 @@ var patterns_registry_default = {
|
|
|
10057
10170
|
"checkbox",
|
|
10058
10171
|
"date",
|
|
10059
10172
|
"daterange",
|
|
10060
|
-
"date-range"
|
|
10173
|
+
"date-range",
|
|
10174
|
+
"numberrange",
|
|
10175
|
+
"number-range"
|
|
10061
10176
|
]
|
|
10062
10177
|
},
|
|
10063
10178
|
type: {
|
|
@@ -10071,7 +10186,9 @@ var patterns_registry_default = {
|
|
|
10071
10186
|
"checkbox",
|
|
10072
10187
|
"date",
|
|
10073
10188
|
"daterange",
|
|
10074
|
-
"date-range"
|
|
10189
|
+
"date-range",
|
|
10190
|
+
"numberrange",
|
|
10191
|
+
"number-range"
|
|
10075
10192
|
]
|
|
10076
10193
|
},
|
|
10077
10194
|
options: {
|
|
@@ -10083,6 +10200,21 @@ var patterns_registry_default = {
|
|
|
10083
10200
|
"string"
|
|
10084
10201
|
]
|
|
10085
10202
|
}
|
|
10203
|
+
},
|
|
10204
|
+
min: {
|
|
10205
|
+
types: [
|
|
10206
|
+
"number"
|
|
10207
|
+
]
|
|
10208
|
+
},
|
|
10209
|
+
max: {
|
|
10210
|
+
types: [
|
|
10211
|
+
"number"
|
|
10212
|
+
]
|
|
10213
|
+
},
|
|
10214
|
+
step: {
|
|
10215
|
+
types: [
|
|
10216
|
+
"number"
|
|
10217
|
+
]
|
|
10086
10218
|
}
|
|
10087
10219
|
},
|
|
10088
10220
|
required: [
|
|
@@ -14089,7 +14221,12 @@ var patterns_registry_default = {
|
|
|
14089
14221
|
types: [
|
|
14090
14222
|
"object"
|
|
14091
14223
|
],
|
|
14092
|
-
description: "Active filters"
|
|
14224
|
+
description: "Active filters",
|
|
14225
|
+
mapValue: {
|
|
14226
|
+
types: [
|
|
14227
|
+
"string"
|
|
14228
|
+
]
|
|
14229
|
+
}
|
|
14093
14230
|
},
|
|
14094
14231
|
selectedIds: {
|
|
14095
14232
|
types: [
|
|
@@ -16017,7 +16154,12 @@ var patterns_registry_default = {
|
|
|
16017
16154
|
types: [
|
|
16018
16155
|
"object"
|
|
16019
16156
|
],
|
|
16020
|
-
description: "Active filters"
|
|
16157
|
+
description: "Active filters",
|
|
16158
|
+
mapValue: {
|
|
16159
|
+
types: [
|
|
16160
|
+
"string"
|
|
16161
|
+
]
|
|
16162
|
+
}
|
|
16021
16163
|
},
|
|
16022
16164
|
selectedIds: {
|
|
16023
16165
|
types: [
|
|
@@ -21552,7 +21694,12 @@ var patterns_registry_default = {
|
|
|
21552
21694
|
types: [
|
|
21553
21695
|
"object"
|
|
21554
21696
|
],
|
|
21555
|
-
description: "Active filters"
|
|
21697
|
+
description: "Active filters",
|
|
21698
|
+
mapValue: {
|
|
21699
|
+
types: [
|
|
21700
|
+
"string"
|
|
21701
|
+
]
|
|
21702
|
+
}
|
|
21556
21703
|
},
|
|
21557
21704
|
selectedIds: {
|
|
21558
21705
|
types: [
|
|
@@ -21726,7 +21873,12 @@ var patterns_registry_default = {
|
|
|
21726
21873
|
types: [
|
|
21727
21874
|
"object"
|
|
21728
21875
|
],
|
|
21729
|
-
description: "Active filters"
|
|
21876
|
+
description: "Active filters",
|
|
21877
|
+
mapValue: {
|
|
21878
|
+
types: [
|
|
21879
|
+
"string"
|
|
21880
|
+
]
|
|
21881
|
+
}
|
|
21730
21882
|
},
|
|
21731
21883
|
selectedIds: {
|
|
21732
21884
|
types: [
|
|
@@ -21907,7 +22059,12 @@ var patterns_registry_default = {
|
|
|
21907
22059
|
types: [
|
|
21908
22060
|
"object"
|
|
21909
22061
|
],
|
|
21910
|
-
description: "Active filters"
|
|
22062
|
+
description: "Active filters",
|
|
22063
|
+
mapValue: {
|
|
22064
|
+
types: [
|
|
22065
|
+
"string"
|
|
22066
|
+
]
|
|
22067
|
+
}
|
|
21911
22068
|
},
|
|
21912
22069
|
selectedIds: {
|
|
21913
22070
|
types: [
|
|
@@ -22139,7 +22296,12 @@ var patterns_registry_default = {
|
|
|
22139
22296
|
types: [
|
|
22140
22297
|
"object"
|
|
22141
22298
|
],
|
|
22142
|
-
description: "Active filters"
|
|
22299
|
+
description: "Active filters",
|
|
22300
|
+
mapValue: {
|
|
22301
|
+
types: [
|
|
22302
|
+
"string"
|
|
22303
|
+
]
|
|
22304
|
+
}
|
|
22143
22305
|
},
|
|
22144
22306
|
selectedIds: {
|
|
22145
22307
|
types: [
|
|
@@ -22328,7 +22490,12 @@ var patterns_registry_default = {
|
|
|
22328
22490
|
types: [
|
|
22329
22491
|
"object"
|
|
22330
22492
|
],
|
|
22331
|
-
description: "Active filters"
|
|
22493
|
+
description: "Active filters",
|
|
22494
|
+
mapValue: {
|
|
22495
|
+
types: [
|
|
22496
|
+
"string"
|
|
22497
|
+
]
|
|
22498
|
+
}
|
|
22332
22499
|
},
|
|
22333
22500
|
selectedIds: {
|
|
22334
22501
|
types: [
|
|
@@ -22525,7 +22692,12 @@ var patterns_registry_default = {
|
|
|
22525
22692
|
types: [
|
|
22526
22693
|
"object"
|
|
22527
22694
|
],
|
|
22528
|
-
description: "Active filters"
|
|
22695
|
+
description: "Active filters",
|
|
22696
|
+
mapValue: {
|
|
22697
|
+
types: [
|
|
22698
|
+
"string"
|
|
22699
|
+
]
|
|
22700
|
+
}
|
|
22529
22701
|
},
|
|
22530
22702
|
selectedIds: {
|
|
22531
22703
|
types: [
|
|
@@ -22681,7 +22853,12 @@ var patterns_registry_default = {
|
|
|
22681
22853
|
types: [
|
|
22682
22854
|
"object"
|
|
22683
22855
|
],
|
|
22684
|
-
description: "Active filters"
|
|
22856
|
+
description: "Active filters",
|
|
22857
|
+
mapValue: {
|
|
22858
|
+
types: [
|
|
22859
|
+
"string"
|
|
22860
|
+
]
|
|
22861
|
+
}
|
|
22685
22862
|
},
|
|
22686
22863
|
selectedIds: {
|
|
22687
22864
|
types: [
|
|
@@ -22862,7 +23039,12 @@ var patterns_registry_default = {
|
|
|
22862
23039
|
types: [
|
|
22863
23040
|
"object"
|
|
22864
23041
|
],
|
|
22865
|
-
description: "Active filters"
|
|
23042
|
+
description: "Active filters",
|
|
23043
|
+
mapValue: {
|
|
23044
|
+
types: [
|
|
23045
|
+
"string"
|
|
23046
|
+
]
|
|
23047
|
+
}
|
|
22866
23048
|
},
|
|
22867
23049
|
selectedIds: {
|
|
22868
23050
|
types: [
|
|
@@ -30335,7 +30517,12 @@ var patterns_registry_default = {
|
|
|
30335
30517
|
types: [
|
|
30336
30518
|
"object"
|
|
30337
30519
|
],
|
|
30338
|
-
description: "Active filters"
|
|
30520
|
+
description: "Active filters",
|
|
30521
|
+
mapValue: {
|
|
30522
|
+
types: [
|
|
30523
|
+
"string"
|
|
30524
|
+
]
|
|
30525
|
+
}
|
|
30339
30526
|
},
|
|
30340
30527
|
selectedIds: {
|
|
30341
30528
|
types: [
|
|
@@ -31780,7 +31967,12 @@ var patterns_registry_default = {
|
|
|
31780
31967
|
types: [
|
|
31781
31968
|
"object"
|
|
31782
31969
|
],
|
|
31783
|
-
description: "Active filters"
|
|
31970
|
+
description: "Active filters",
|
|
31971
|
+
mapValue: {
|
|
31972
|
+
types: [
|
|
31973
|
+
"string"
|
|
31974
|
+
]
|
|
31975
|
+
}
|
|
31784
31976
|
},
|
|
31785
31977
|
selectedIds: {
|
|
31786
31978
|
types: [
|
|
@@ -32518,7 +32710,12 @@ var patterns_registry_default = {
|
|
|
32518
32710
|
types: [
|
|
32519
32711
|
"object"
|
|
32520
32712
|
],
|
|
32521
|
-
description: "Active filters"
|
|
32713
|
+
description: "Active filters",
|
|
32714
|
+
mapValue: {
|
|
32715
|
+
types: [
|
|
32716
|
+
"string"
|
|
32717
|
+
]
|
|
32718
|
+
}
|
|
32522
32719
|
},
|
|
32523
32720
|
selectedIds: {
|
|
32524
32721
|
types: [
|
|
@@ -33990,7 +34187,12 @@ var patterns_registry_default = {
|
|
|
33990
34187
|
types: [
|
|
33991
34188
|
"object"
|
|
33992
34189
|
],
|
|
33993
|
-
description: "Active filters"
|
|
34190
|
+
description: "Active filters",
|
|
34191
|
+
mapValue: {
|
|
34192
|
+
types: [
|
|
34193
|
+
"string"
|
|
34194
|
+
]
|
|
34195
|
+
}
|
|
33994
34196
|
},
|
|
33995
34197
|
selectedIds: {
|
|
33996
34198
|
types: [
|
|
@@ -34492,7 +34694,34 @@ var patterns_registry_default = {
|
|
|
34492
34694
|
types: [
|
|
34493
34695
|
"object"
|
|
34494
34696
|
],
|
|
34495
|
-
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
|
+
}
|
|
34496
34725
|
},
|
|
34497
34726
|
onRunCodeSimulation: {
|
|
34498
34727
|
types: [
|
|
@@ -34636,7 +34865,12 @@ var patterns_registry_default = {
|
|
|
34636
34865
|
types: [
|
|
34637
34866
|
"object"
|
|
34638
34867
|
],
|
|
34639
|
-
description: "Active filters"
|
|
34868
|
+
description: "Active filters",
|
|
34869
|
+
mapValue: {
|
|
34870
|
+
types: [
|
|
34871
|
+
"string"
|
|
34872
|
+
]
|
|
34873
|
+
}
|
|
34640
34874
|
},
|
|
34641
34875
|
selectedIds: {
|
|
34642
34876
|
types: [
|
|
@@ -34791,7 +35025,12 @@ var patterns_registry_default = {
|
|
|
34791
35025
|
types: [
|
|
34792
35026
|
"object"
|
|
34793
35027
|
],
|
|
34794
|
-
description: "Active filters"
|
|
35028
|
+
description: "Active filters",
|
|
35029
|
+
mapValue: {
|
|
35030
|
+
types: [
|
|
35031
|
+
"string"
|
|
35032
|
+
]
|
|
35033
|
+
}
|
|
34795
35034
|
},
|
|
34796
35035
|
selectedIds: {
|
|
34797
35036
|
types: [
|
|
@@ -35891,7 +36130,12 @@ var patterns_registry_default = {
|
|
|
35891
36130
|
types: [
|
|
35892
36131
|
"object"
|
|
35893
36132
|
],
|
|
35894
|
-
description: "Inline styles"
|
|
36133
|
+
description: "Inline styles",
|
|
36134
|
+
mapValue: {
|
|
36135
|
+
types: [
|
|
36136
|
+
"string"
|
|
36137
|
+
]
|
|
36138
|
+
}
|
|
35895
36139
|
},
|
|
35896
36140
|
children: {
|
|
35897
36141
|
types: [
|
|
@@ -36056,7 +36300,12 @@ var patterns_registry_default = {
|
|
|
36056
36300
|
types: [
|
|
36057
36301
|
"object"
|
|
36058
36302
|
],
|
|
36059
|
-
description: "Inline styles"
|
|
36303
|
+
description: "Inline styles",
|
|
36304
|
+
mapValue: {
|
|
36305
|
+
types: [
|
|
36306
|
+
"string"
|
|
36307
|
+
]
|
|
36308
|
+
}
|
|
36060
36309
|
},
|
|
36061
36310
|
children: {
|
|
36062
36311
|
types: [
|
|
@@ -36233,7 +36482,12 @@ var patterns_registry_default = {
|
|
|
36233
36482
|
types: [
|
|
36234
36483
|
"object"
|
|
36235
36484
|
],
|
|
36236
|
-
description: "Active filters"
|
|
36485
|
+
description: "Active filters",
|
|
36486
|
+
mapValue: {
|
|
36487
|
+
types: [
|
|
36488
|
+
"string"
|
|
36489
|
+
]
|
|
36490
|
+
}
|
|
36237
36491
|
},
|
|
36238
36492
|
selectedIds: {
|
|
36239
36493
|
types: [
|
|
@@ -36659,6 +36913,36 @@ var patterns_registry_default = {
|
|
|
36659
36913
|
],
|
|
36660
36914
|
description: "backgroundColor prop"
|
|
36661
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
|
+
},
|
|
36662
36946
|
nodes: {
|
|
36663
36947
|
types: [
|
|
36664
36948
|
"array"
|
|
@@ -36684,6 +36968,11 @@ var patterns_registry_default = {
|
|
|
36684
36968
|
"number"
|
|
36685
36969
|
]
|
|
36686
36970
|
},
|
|
36971
|
+
z: {
|
|
36972
|
+
types: [
|
|
36973
|
+
"number"
|
|
36974
|
+
]
|
|
36975
|
+
},
|
|
36687
36976
|
radius: {
|
|
36688
36977
|
types: [
|
|
36689
36978
|
"number"
|
|
@@ -36709,6 +36998,27 @@ var patterns_registry_default = {
|
|
|
36709
36998
|
"molecule",
|
|
36710
36999
|
"organism"
|
|
36711
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
|
+
]
|
|
36712
37022
|
}
|
|
36713
37023
|
},
|
|
36714
37024
|
required: [
|
|
@@ -36760,7 +37070,7 @@ var patterns_registry_default = {
|
|
|
36760
37070
|
types: [
|
|
36761
37071
|
"array"
|
|
36762
37072
|
],
|
|
36763
|
-
description: "Extra declarative shapes in canvas pixel coordinates.",
|
|
37073
|
+
description: "Extra declarative shapes in canvas pixel coordinates (2D mode only \u2014 ignored in 3D).",
|
|
36764
37074
|
items: {
|
|
36765
37075
|
types: [
|
|
36766
37076
|
"object"
|
|
@@ -36939,18 +37249,29 @@ var patterns_registry_default = {
|
|
|
36939
37249
|
},
|
|
36940
37250
|
default: []
|
|
36941
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
|
+
},
|
|
36942
37264
|
interactive: {
|
|
36943
37265
|
types: [
|
|
36944
37266
|
"boolean"
|
|
36945
37267
|
],
|
|
36946
|
-
description: "
|
|
36947
|
-
default: false
|
|
37268
|
+
description: "2D: pointer interaction (click/hover). 3D: orbit camera controls."
|
|
36948
37269
|
},
|
|
36949
37270
|
animate: {
|
|
36950
37271
|
types: [
|
|
36951
37272
|
"boolean"
|
|
36952
37273
|
],
|
|
36953
|
-
description: "
|
|
37274
|
+
description: "2D only: continuous redraw loop. 3D motion is entity-state driven.",
|
|
36954
37275
|
default: false
|
|
36955
37276
|
},
|
|
36956
37277
|
onShapeClick: {
|
|
@@ -37075,6 +37396,36 @@ var patterns_registry_default = {
|
|
|
37075
37396
|
],
|
|
37076
37397
|
description: "backgroundColor prop"
|
|
37077
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
|
+
},
|
|
37078
37429
|
atoms: {
|
|
37079
37430
|
types: [
|
|
37080
37431
|
"array"
|
|
@@ -37100,6 +37451,11 @@ var patterns_registry_default = {
|
|
|
37100
37451
|
"number"
|
|
37101
37452
|
]
|
|
37102
37453
|
},
|
|
37454
|
+
z: {
|
|
37455
|
+
types: [
|
|
37456
|
+
"number"
|
|
37457
|
+
]
|
|
37458
|
+
},
|
|
37103
37459
|
element: {
|
|
37104
37460
|
types: [
|
|
37105
37461
|
"string"
|
|
@@ -37218,7 +37574,7 @@ var patterns_registry_default = {
|
|
|
37218
37574
|
types: [
|
|
37219
37575
|
"array"
|
|
37220
37576
|
],
|
|
37221
|
-
description: "Extra declarative shapes in canvas pixel coordinates.",
|
|
37577
|
+
description: "Extra declarative shapes in canvas pixel coordinates (2D mode only \u2014 ignored in 3D).",
|
|
37222
37578
|
items: {
|
|
37223
37579
|
types: [
|
|
37224
37580
|
"object"
|
|
@@ -37397,18 +37753,29 @@ var patterns_registry_default = {
|
|
|
37397
37753
|
},
|
|
37398
37754
|
default: []
|
|
37399
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
|
+
},
|
|
37400
37768
|
interactive: {
|
|
37401
37769
|
types: [
|
|
37402
37770
|
"boolean"
|
|
37403
37771
|
],
|
|
37404
|
-
description: "
|
|
37405
|
-
default: false
|
|
37772
|
+
description: "2D: pointer interaction (click/hover). 3D: orbit camera controls."
|
|
37406
37773
|
},
|
|
37407
37774
|
animate: {
|
|
37408
37775
|
types: [
|
|
37409
37776
|
"boolean"
|
|
37410
37777
|
],
|
|
37411
|
-
description: "
|
|
37778
|
+
description: "2D only: continuous redraw loop. 3D motion is entity-state driven.",
|
|
37412
37779
|
default: false
|
|
37413
37780
|
},
|
|
37414
37781
|
onShapeClick: {
|
|
@@ -38041,6 +38408,36 @@ var patterns_registry_default = {
|
|
|
38041
38408
|
],
|
|
38042
38409
|
description: "backgroundColor prop"
|
|
38043
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
|
+
},
|
|
38044
38441
|
bodies: {
|
|
38045
38442
|
types: [
|
|
38046
38443
|
"array"
|
|
@@ -38066,6 +38463,11 @@ var patterns_registry_default = {
|
|
|
38066
38463
|
"number"
|
|
38067
38464
|
]
|
|
38068
38465
|
},
|
|
38466
|
+
z: {
|
|
38467
|
+
types: [
|
|
38468
|
+
"number"
|
|
38469
|
+
]
|
|
38470
|
+
},
|
|
38069
38471
|
radius: {
|
|
38070
38472
|
types: [
|
|
38071
38473
|
"number"
|
|
@@ -38091,6 +38493,11 @@ var patterns_registry_default = {
|
|
|
38091
38493
|
"number"
|
|
38092
38494
|
]
|
|
38093
38495
|
},
|
|
38496
|
+
vz: {
|
|
38497
|
+
types: [
|
|
38498
|
+
"number"
|
|
38499
|
+
]
|
|
38500
|
+
},
|
|
38094
38501
|
fx: {
|
|
38095
38502
|
types: [
|
|
38096
38503
|
"number"
|
|
@@ -38100,6 +38507,11 @@ var patterns_registry_default = {
|
|
|
38100
38507
|
types: [
|
|
38101
38508
|
"number"
|
|
38102
38509
|
]
|
|
38510
|
+
},
|
|
38511
|
+
fz: {
|
|
38512
|
+
types: [
|
|
38513
|
+
"number"
|
|
38514
|
+
]
|
|
38103
38515
|
}
|
|
38104
38516
|
},
|
|
38105
38517
|
required: [
|
|
@@ -38174,7 +38586,7 @@ var patterns_registry_default = {
|
|
|
38174
38586
|
types: [
|
|
38175
38587
|
"array"
|
|
38176
38588
|
],
|
|
38177
|
-
description: "Extra declarative shapes in canvas pixel coordinates.",
|
|
38589
|
+
description: "Extra declarative shapes in canvas pixel coordinates (2D mode only \u2014 ignored in 3D).",
|
|
38178
38590
|
items: {
|
|
38179
38591
|
types: [
|
|
38180
38592
|
"object"
|
|
@@ -38353,18 +38765,29 @@ var patterns_registry_default = {
|
|
|
38353
38765
|
},
|
|
38354
38766
|
default: []
|
|
38355
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
|
+
},
|
|
38356
38780
|
interactive: {
|
|
38357
38781
|
types: [
|
|
38358
38782
|
"boolean"
|
|
38359
38783
|
],
|
|
38360
|
-
description: "
|
|
38361
|
-
default: false
|
|
38784
|
+
description: "2D: pointer interaction (click/hover). 3D: orbit camera controls."
|
|
38362
38785
|
},
|
|
38363
38786
|
animate: {
|
|
38364
38787
|
types: [
|
|
38365
38788
|
"boolean"
|
|
38366
38789
|
],
|
|
38367
|
-
description: "
|
|
38790
|
+
description: "2D only: continuous redraw loop. 3D motion is entity-state driven.",
|
|
38368
38791
|
default: false
|
|
38369
38792
|
},
|
|
38370
38793
|
onShapeClick: {
|
|
@@ -39215,7 +39638,12 @@ var patterns_registry_default = {
|
|
|
39215
39638
|
types: [
|
|
39216
39639
|
"object"
|
|
39217
39640
|
],
|
|
39218
|
-
description: "style prop"
|
|
39641
|
+
description: "style prop",
|
|
39642
|
+
mapValue: {
|
|
39643
|
+
types: [
|
|
39644
|
+
"string"
|
|
39645
|
+
]
|
|
39646
|
+
}
|
|
39219
39647
|
},
|
|
39220
39648
|
"aria-hidden": {
|
|
39221
39649
|
types: [
|
|
@@ -39291,7 +39719,12 @@ var patterns_registry_default = {
|
|
|
39291
39719
|
types: [
|
|
39292
39720
|
"object"
|
|
39293
39721
|
],
|
|
39294
|
-
description: "style prop"
|
|
39722
|
+
description: "style prop",
|
|
39723
|
+
mapValue: {
|
|
39724
|
+
types: [
|
|
39725
|
+
"string"
|
|
39726
|
+
]
|
|
39727
|
+
}
|
|
39295
39728
|
},
|
|
39296
39729
|
children: {
|
|
39297
39730
|
types: [
|
|
@@ -39426,6 +39859,22 @@ var patterns_registry_default = {
|
|
|
39426
39859
|
items: {
|
|
39427
39860
|
types: [
|
|
39428
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"
|
|
39429
39878
|
]
|
|
39430
39879
|
}
|
|
39431
39880
|
},
|
|
@@ -39460,16 +39909,64 @@ var patterns_registry_default = {
|
|
|
39460
39909
|
from: {
|
|
39461
39910
|
types: [
|
|
39462
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"
|
|
39463
39928
|
]
|
|
39464
39929
|
},
|
|
39465
39930
|
to: {
|
|
39466
39931
|
types: [
|
|
39467
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"
|
|
39468
39949
|
]
|
|
39469
39950
|
},
|
|
39470
39951
|
center: {
|
|
39471
39952
|
types: [
|
|
39472
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"
|
|
39473
39970
|
]
|
|
39474
39971
|
},
|
|
39475
39972
|
radius: {
|
|
@@ -39569,16 +40066,64 @@ var patterns_registry_default = {
|
|
|
39569
40066
|
from: {
|
|
39570
40067
|
types: [
|
|
39571
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"
|
|
39572
40085
|
]
|
|
39573
40086
|
},
|
|
39574
40087
|
to: {
|
|
39575
40088
|
types: [
|
|
39576
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"
|
|
39577
40106
|
]
|
|
39578
40107
|
},
|
|
39579
40108
|
center: {
|
|
39580
40109
|
types: [
|
|
39581
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"
|
|
39582
40127
|
]
|
|
39583
40128
|
},
|
|
39584
40129
|
radius: {
|
|
@@ -39669,7 +40214,23 @@ var patterns_registry_default = {
|
|
|
39669
40214
|
types: [
|
|
39670
40215
|
"object"
|
|
39671
40216
|
],
|
|
39672
|
-
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
|
+
]
|
|
39673
40234
|
},
|
|
39674
40235
|
shadow: {
|
|
39675
40236
|
types: [
|
|
@@ -40003,7 +40564,35 @@ var patterns_registry_default = {
|
|
|
40003
40564
|
types: [
|
|
40004
40565
|
"object"
|
|
40005
40566
|
],
|
|
40006
|
-
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
|
+
]
|
|
40007
40596
|
},
|
|
40008
40597
|
animation: {
|
|
40009
40598
|
types: [
|
|
@@ -40039,7 +40628,23 @@ var patterns_registry_default = {
|
|
|
40039
40628
|
types: [
|
|
40040
40629
|
"object"
|
|
40041
40630
|
],
|
|
40042
|
-
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
|
+
]
|
|
40043
40648
|
}
|
|
40044
40649
|
},
|
|
40045
40650
|
drawable: true
|
|
@@ -40139,15 +40744,30 @@ var patterns_registry_default = {
|
|
|
40139
40744
|
},
|
|
40140
40745
|
align: {
|
|
40141
40746
|
types: [
|
|
40142
|
-
"
|
|
40747
|
+
"string"
|
|
40143
40748
|
],
|
|
40144
|
-
description: "align prop"
|
|
40749
|
+
description: "align prop",
|
|
40750
|
+
enumValues: [
|
|
40751
|
+
"center",
|
|
40752
|
+
"end",
|
|
40753
|
+
"left",
|
|
40754
|
+
"right",
|
|
40755
|
+
"start"
|
|
40756
|
+
]
|
|
40145
40757
|
},
|
|
40146
40758
|
baseline: {
|
|
40147
40759
|
types: [
|
|
40148
|
-
"
|
|
40760
|
+
"string"
|
|
40149
40761
|
],
|
|
40150
|
-
description: "baseline prop"
|
|
40762
|
+
description: "baseline prop",
|
|
40763
|
+
enumValues: [
|
|
40764
|
+
"alphabetic",
|
|
40765
|
+
"bottom",
|
|
40766
|
+
"hanging",
|
|
40767
|
+
"ideographic",
|
|
40768
|
+
"middle",
|
|
40769
|
+
"top"
|
|
40770
|
+
]
|
|
40151
40771
|
},
|
|
40152
40772
|
opacity: {
|
|
40153
40773
|
types: [
|
|
@@ -40282,6 +40902,22 @@ var patterns_registry_default = {
|
|
|
40282
40902
|
items: {
|
|
40283
40903
|
types: [
|
|
40284
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"
|
|
40285
40921
|
]
|
|
40286
40922
|
}
|
|
40287
40923
|
},
|
|
@@ -40313,16 +40949,64 @@ var patterns_registry_default = {
|
|
|
40313
40949
|
from: {
|
|
40314
40950
|
types: [
|
|
40315
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"
|
|
40316
40968
|
]
|
|
40317
40969
|
},
|
|
40318
40970
|
to: {
|
|
40319
40971
|
types: [
|
|
40320
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"
|
|
40321
40989
|
]
|
|
40322
40990
|
},
|
|
40323
40991
|
center: {
|
|
40324
40992
|
types: [
|
|
40325
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"
|
|
40326
41010
|
]
|
|
40327
41011
|
},
|
|
40328
41012
|
radius: {
|
|
@@ -40418,16 +41102,64 @@ var patterns_registry_default = {
|
|
|
40418
41102
|
from: {
|
|
40419
41103
|
types: [
|
|
40420
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"
|
|
40421
41121
|
]
|
|
40422
41122
|
},
|
|
40423
41123
|
to: {
|
|
40424
41124
|
types: [
|
|
40425
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"
|
|
40426
41142
|
]
|
|
40427
41143
|
},
|
|
40428
41144
|
center: {
|
|
40429
41145
|
types: [
|
|
40430
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"
|
|
40431
41163
|
]
|
|
40432
41164
|
},
|
|
40433
41165
|
radius: {
|
|
@@ -40512,6 +41244,22 @@ var patterns_registry_default = {
|
|
|
40512
41244
|
pivot: {
|
|
40513
41245
|
types: [
|
|
40514
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"
|
|
40515
41263
|
]
|
|
40516
41264
|
},
|
|
40517
41265
|
shadow: {
|
|
@@ -40860,6 +41608,34 @@ var patterns_registry_default = {
|
|
|
40860
41608
|
frame: {
|
|
40861
41609
|
types: [
|
|
40862
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"
|
|
40863
41639
|
]
|
|
40864
41640
|
},
|
|
40865
41641
|
animation: {
|
|
@@ -40890,6 +41666,22 @@ var patterns_registry_default = {
|
|
|
40890
41666
|
shadow: {
|
|
40891
41667
|
types: [
|
|
40892
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"
|
|
40893
41685
|
]
|
|
40894
41686
|
}
|
|
40895
41687
|
},
|
|
@@ -41005,12 +41797,27 @@ var patterns_registry_default = {
|
|
|
41005
41797
|
},
|
|
41006
41798
|
align: {
|
|
41007
41799
|
types: [
|
|
41008
|
-
"
|
|
41800
|
+
"string"
|
|
41801
|
+
],
|
|
41802
|
+
enumValues: [
|
|
41803
|
+
"center",
|
|
41804
|
+
"end",
|
|
41805
|
+
"left",
|
|
41806
|
+
"right",
|
|
41807
|
+
"start"
|
|
41009
41808
|
]
|
|
41010
41809
|
},
|
|
41011
41810
|
baseline: {
|
|
41012
41811
|
types: [
|
|
41013
|
-
"
|
|
41812
|
+
"string"
|
|
41813
|
+
],
|
|
41814
|
+
enumValues: [
|
|
41815
|
+
"alphabetic",
|
|
41816
|
+
"bottom",
|
|
41817
|
+
"hanging",
|
|
41818
|
+
"ideographic",
|
|
41819
|
+
"middle",
|
|
41820
|
+
"top"
|
|
41014
41821
|
]
|
|
41015
41822
|
},
|
|
41016
41823
|
opacity: {
|
|
@@ -43499,6 +44306,48 @@ var integrators_registry_default = {
|
|
|
43499
44306
|
}
|
|
43500
44307
|
}
|
|
43501
44308
|
]
|
|
44309
|
+
},
|
|
44310
|
+
webhook: {
|
|
44311
|
+
name: "webhook",
|
|
44312
|
+
description: "Outbound webhook - signed HTTP POST notifications to external endpoints",
|
|
44313
|
+
category: "messaging",
|
|
44314
|
+
actions: [
|
|
44315
|
+
{
|
|
44316
|
+
name: "send",
|
|
44317
|
+
description: "POST a JSON event envelope to an external URL, HMAC-SHA256 signed when a secret is configured",
|
|
44318
|
+
params: [
|
|
44319
|
+
{
|
|
44320
|
+
name: "url",
|
|
44321
|
+
type: "string",
|
|
44322
|
+
required: true,
|
|
44323
|
+
description: "Target endpoint URL"
|
|
44324
|
+
},
|
|
44325
|
+
{
|
|
44326
|
+
name: "event",
|
|
44327
|
+
type: "string",
|
|
44328
|
+
required: true,
|
|
44329
|
+
description: "Event name carried in the envelope and X-Almadar-Event header"
|
|
44330
|
+
},
|
|
44331
|
+
{
|
|
44332
|
+
name: "payload",
|
|
44333
|
+
type: "object",
|
|
44334
|
+
required: false,
|
|
44335
|
+
description: "Event payload fields (string map)"
|
|
44336
|
+
},
|
|
44337
|
+
{
|
|
44338
|
+
name: "secret",
|
|
44339
|
+
type: "string",
|
|
44340
|
+
required: false,
|
|
44341
|
+
description: "Per-call HMAC signing secret (overrides WEBHOOK_SIGNING_SECRET)"
|
|
44342
|
+
}
|
|
44343
|
+
],
|
|
44344
|
+
responseShape: {
|
|
44345
|
+
status: "number",
|
|
44346
|
+
ok: "boolean",
|
|
44347
|
+
durationMs: "number"
|
|
44348
|
+
}
|
|
44349
|
+
}
|
|
44350
|
+
]
|
|
43502
44351
|
}
|
|
43503
44352
|
},
|
|
43504
44353
|
categories: [
|
|
@@ -43514,7 +44363,7 @@ var integrators_registry_default = {
|
|
|
43514
44363
|
// src/patterns/component-mapping.json
|
|
43515
44364
|
var component_mapping_default = {
|
|
43516
44365
|
version: "1.0.0",
|
|
43517
|
-
exportedAt: "2026-08-
|
|
44366
|
+
exportedAt: "2026-08-17T13:06:21.152Z",
|
|
43518
44367
|
mappings: {
|
|
43519
44368
|
"page-header": {
|
|
43520
44369
|
component: "PageHeader",
|
|
@@ -44909,7 +45758,7 @@ var component_mapping_default = {
|
|
|
44909
45758
|
// src/patterns/event-contracts.json
|
|
44910
45759
|
var event_contracts_default = {
|
|
44911
45760
|
version: "1.0.0",
|
|
44912
|
-
exportedAt: "2026-08-
|
|
45761
|
+
exportedAt: "2026-08-17T13:06:21.152Z",
|
|
44913
45762
|
contracts: {
|
|
44914
45763
|
form: {
|
|
44915
45764
|
emits: [
|