@almadar/patterns 2.30.9 → 2.30.10
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/component-mapping.json +1 -1
- package/dist/event-contracts.json +1 -1
- package/dist/index.d.ts +1756 -0
- package/dist/index.js +1608 -21
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +1640 -53
- package/dist/registry.json +1640 -53
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -18,6 +18,9 @@ export declare const registry: {
|
|
|
18
18
|
entity: {
|
|
19
19
|
types: string[];
|
|
20
20
|
description: string;
|
|
21
|
+
items: {
|
|
22
|
+
types: string[];
|
|
23
|
+
};
|
|
21
24
|
};
|
|
22
25
|
className: {
|
|
23
26
|
types: string[];
|
|
@@ -2552,6 +2555,9 @@ export declare const registry: {
|
|
|
2552
2555
|
entity: {
|
|
2553
2556
|
types: string[];
|
|
2554
2557
|
description: string;
|
|
2558
|
+
items: {
|
|
2559
|
+
types: string[];
|
|
2560
|
+
};
|
|
2555
2561
|
};
|
|
2556
2562
|
className: {
|
|
2557
2563
|
types: string[];
|
|
@@ -5600,6 +5606,9 @@ export declare const registry: {
|
|
|
5600
5606
|
entity: {
|
|
5601
5607
|
types: string[];
|
|
5602
5608
|
description: string;
|
|
5609
|
+
items: {
|
|
5610
|
+
types: string[];
|
|
5611
|
+
};
|
|
5603
5612
|
};
|
|
5604
5613
|
className: {
|
|
5605
5614
|
types: string[];
|
|
@@ -6519,6 +6528,9 @@ export declare const registry: {
|
|
|
6519
6528
|
entity: {
|
|
6520
6529
|
types: string[];
|
|
6521
6530
|
description: string;
|
|
6531
|
+
items: {
|
|
6532
|
+
types: string[];
|
|
6533
|
+
};
|
|
6522
6534
|
};
|
|
6523
6535
|
className: {
|
|
6524
6536
|
types: string[];
|
|
@@ -10337,6 +10349,33 @@ export declare const registry: {
|
|
|
10337
10349
|
entity: {
|
|
10338
10350
|
types: string[];
|
|
10339
10351
|
description: string;
|
|
10352
|
+
items: {
|
|
10353
|
+
types: string[];
|
|
10354
|
+
properties: {
|
|
10355
|
+
id: {
|
|
10356
|
+
types: string[];
|
|
10357
|
+
};
|
|
10358
|
+
title: {
|
|
10359
|
+
types: string[];
|
|
10360
|
+
};
|
|
10361
|
+
description: {
|
|
10362
|
+
types: string[];
|
|
10363
|
+
};
|
|
10364
|
+
category: {
|
|
10365
|
+
types: string[];
|
|
10366
|
+
};
|
|
10367
|
+
categoryColor: {
|
|
10368
|
+
types: string[];
|
|
10369
|
+
};
|
|
10370
|
+
href: {
|
|
10371
|
+
types: string[];
|
|
10372
|
+
};
|
|
10373
|
+
linkLabel: {
|
|
10374
|
+
types: string[];
|
|
10375
|
+
};
|
|
10376
|
+
};
|
|
10377
|
+
required: string[];
|
|
10378
|
+
};
|
|
10340
10379
|
};
|
|
10341
10380
|
className: {
|
|
10342
10381
|
types: string[];
|
|
@@ -10403,6 +10442,30 @@ export declare const registry: {
|
|
|
10403
10442
|
entity: {
|
|
10404
10443
|
types: string[];
|
|
10405
10444
|
description: string;
|
|
10445
|
+
items: {
|
|
10446
|
+
types: string[];
|
|
10447
|
+
properties: {
|
|
10448
|
+
id: {
|
|
10449
|
+
types: string[];
|
|
10450
|
+
};
|
|
10451
|
+
icon: {
|
|
10452
|
+
types: string[];
|
|
10453
|
+
};
|
|
10454
|
+
title: {
|
|
10455
|
+
types: string[];
|
|
10456
|
+
};
|
|
10457
|
+
description: {
|
|
10458
|
+
types: string[];
|
|
10459
|
+
};
|
|
10460
|
+
href: {
|
|
10461
|
+
types: string[];
|
|
10462
|
+
};
|
|
10463
|
+
linkLabel: {
|
|
10464
|
+
types: string[];
|
|
10465
|
+
};
|
|
10466
|
+
};
|
|
10467
|
+
required: string[];
|
|
10468
|
+
};
|
|
10406
10469
|
};
|
|
10407
10470
|
className: {
|
|
10408
10471
|
types: string[];
|
|
@@ -10474,6 +10537,82 @@ export declare const registry: {
|
|
|
10474
10537
|
entity: {
|
|
10475
10538
|
types: string[];
|
|
10476
10539
|
description: string;
|
|
10540
|
+
items: {
|
|
10541
|
+
types: string[];
|
|
10542
|
+
properties: {
|
|
10543
|
+
id: {
|
|
10544
|
+
types: string[];
|
|
10545
|
+
};
|
|
10546
|
+
tag: {
|
|
10547
|
+
types: string[];
|
|
10548
|
+
};
|
|
10549
|
+
title: {
|
|
10550
|
+
types: string[];
|
|
10551
|
+
};
|
|
10552
|
+
titleAccent: {
|
|
10553
|
+
types: string[];
|
|
10554
|
+
};
|
|
10555
|
+
subtitle: {
|
|
10556
|
+
types: string[];
|
|
10557
|
+
};
|
|
10558
|
+
primaryAction: {
|
|
10559
|
+
types: string[];
|
|
10560
|
+
properties: {
|
|
10561
|
+
label: {
|
|
10562
|
+
types: string[];
|
|
10563
|
+
};
|
|
10564
|
+
href: {
|
|
10565
|
+
types: string[];
|
|
10566
|
+
};
|
|
10567
|
+
variant: {
|
|
10568
|
+
types: string[];
|
|
10569
|
+
enumValues: string[];
|
|
10570
|
+
};
|
|
10571
|
+
};
|
|
10572
|
+
required: string[];
|
|
10573
|
+
};
|
|
10574
|
+
secondaryAction: {
|
|
10575
|
+
types: string[];
|
|
10576
|
+
properties: {
|
|
10577
|
+
label: {
|
|
10578
|
+
types: string[];
|
|
10579
|
+
};
|
|
10580
|
+
href: {
|
|
10581
|
+
types: string[];
|
|
10582
|
+
};
|
|
10583
|
+
variant: {
|
|
10584
|
+
types: string[];
|
|
10585
|
+
enumValues: string[];
|
|
10586
|
+
};
|
|
10587
|
+
};
|
|
10588
|
+
required: string[];
|
|
10589
|
+
};
|
|
10590
|
+
installCommand: {
|
|
10591
|
+
types: string[];
|
|
10592
|
+
};
|
|
10593
|
+
image: {
|
|
10594
|
+
types: string[];
|
|
10595
|
+
properties: {
|
|
10596
|
+
src: {
|
|
10597
|
+
types: string[];
|
|
10598
|
+
};
|
|
10599
|
+
alt: {
|
|
10600
|
+
types: string[];
|
|
10601
|
+
};
|
|
10602
|
+
};
|
|
10603
|
+
required: string[];
|
|
10604
|
+
};
|
|
10605
|
+
imagePosition: {
|
|
10606
|
+
types: string[];
|
|
10607
|
+
enumValues: string[];
|
|
10608
|
+
};
|
|
10609
|
+
background: {
|
|
10610
|
+
types: string[];
|
|
10611
|
+
enumValues: string[];
|
|
10612
|
+
};
|
|
10613
|
+
};
|
|
10614
|
+
required: string[];
|
|
10615
|
+
};
|
|
10477
10616
|
};
|
|
10478
10617
|
className: {
|
|
10479
10618
|
types: string[];
|
|
@@ -10536,6 +10675,42 @@ export declare const registry: {
|
|
|
10536
10675
|
entity: {
|
|
10537
10676
|
types: string[];
|
|
10538
10677
|
description: string;
|
|
10678
|
+
items: {
|
|
10679
|
+
types: string[];
|
|
10680
|
+
properties: {
|
|
10681
|
+
id: {
|
|
10682
|
+
types: string[];
|
|
10683
|
+
};
|
|
10684
|
+
name: {
|
|
10685
|
+
types: string[];
|
|
10686
|
+
};
|
|
10687
|
+
price: {
|
|
10688
|
+
types: string[];
|
|
10689
|
+
};
|
|
10690
|
+
description: {
|
|
10691
|
+
types: string[];
|
|
10692
|
+
};
|
|
10693
|
+
features: {
|
|
10694
|
+
types: string[];
|
|
10695
|
+
items: {
|
|
10696
|
+
types: string[];
|
|
10697
|
+
};
|
|
10698
|
+
};
|
|
10699
|
+
actionLabel: {
|
|
10700
|
+
types: string[];
|
|
10701
|
+
};
|
|
10702
|
+
actionHref: {
|
|
10703
|
+
types: string[];
|
|
10704
|
+
};
|
|
10705
|
+
highlighted: {
|
|
10706
|
+
types: string[];
|
|
10707
|
+
};
|
|
10708
|
+
badge: {
|
|
10709
|
+
types: string[];
|
|
10710
|
+
};
|
|
10711
|
+
};
|
|
10712
|
+
required: string[];
|
|
10713
|
+
};
|
|
10539
10714
|
};
|
|
10540
10715
|
className: {
|
|
10541
10716
|
types: string[];
|
|
@@ -10602,6 +10777,42 @@ export declare const registry: {
|
|
|
10602
10777
|
entity: {
|
|
10603
10778
|
types: string[];
|
|
10604
10779
|
description: string;
|
|
10780
|
+
items: {
|
|
10781
|
+
types: string[];
|
|
10782
|
+
properties: {
|
|
10783
|
+
id: {
|
|
10784
|
+
types: string[];
|
|
10785
|
+
};
|
|
10786
|
+
title: {
|
|
10787
|
+
types: string[];
|
|
10788
|
+
};
|
|
10789
|
+
description: {
|
|
10790
|
+
types: string[];
|
|
10791
|
+
};
|
|
10792
|
+
image: {
|
|
10793
|
+
types: string[];
|
|
10794
|
+
properties: {
|
|
10795
|
+
src: {
|
|
10796
|
+
types: string[];
|
|
10797
|
+
};
|
|
10798
|
+
alt: {
|
|
10799
|
+
types: string[];
|
|
10800
|
+
};
|
|
10801
|
+
};
|
|
10802
|
+
required: string[];
|
|
10803
|
+
};
|
|
10804
|
+
href: {
|
|
10805
|
+
types: string[];
|
|
10806
|
+
};
|
|
10807
|
+
badge: {
|
|
10808
|
+
types: string[];
|
|
10809
|
+
};
|
|
10810
|
+
accentColor: {
|
|
10811
|
+
types: string[];
|
|
10812
|
+
};
|
|
10813
|
+
};
|
|
10814
|
+
required: string[];
|
|
10815
|
+
};
|
|
10605
10816
|
};
|
|
10606
10817
|
className: {
|
|
10607
10818
|
types: string[];
|
|
@@ -10673,6 +10884,21 @@ export declare const registry: {
|
|
|
10673
10884
|
entity: {
|
|
10674
10885
|
types: string[];
|
|
10675
10886
|
description: string;
|
|
10887
|
+
items: {
|
|
10888
|
+
types: string[];
|
|
10889
|
+
properties: {
|
|
10890
|
+
id: {
|
|
10891
|
+
types: string[];
|
|
10892
|
+
};
|
|
10893
|
+
value: {
|
|
10894
|
+
types: string[];
|
|
10895
|
+
};
|
|
10896
|
+
label: {
|
|
10897
|
+
types: string[];
|
|
10898
|
+
};
|
|
10899
|
+
};
|
|
10900
|
+
required: string[];
|
|
10901
|
+
};
|
|
10676
10902
|
};
|
|
10677
10903
|
className: {
|
|
10678
10904
|
types: string[];
|
|
@@ -10736,6 +10962,27 @@ export declare const registry: {
|
|
|
10736
10962
|
entity: {
|
|
10737
10963
|
types: string[];
|
|
10738
10964
|
description: string;
|
|
10965
|
+
items: {
|
|
10966
|
+
types: string[];
|
|
10967
|
+
properties: {
|
|
10968
|
+
id: {
|
|
10969
|
+
types: string[];
|
|
10970
|
+
};
|
|
10971
|
+
number: {
|
|
10972
|
+
types: string[];
|
|
10973
|
+
};
|
|
10974
|
+
title: {
|
|
10975
|
+
types: string[];
|
|
10976
|
+
};
|
|
10977
|
+
description: {
|
|
10978
|
+
types: string[];
|
|
10979
|
+
};
|
|
10980
|
+
icon: {
|
|
10981
|
+
types: string[];
|
|
10982
|
+
};
|
|
10983
|
+
};
|
|
10984
|
+
required: string[];
|
|
10985
|
+
};
|
|
10739
10986
|
};
|
|
10740
10987
|
className: {
|
|
10741
10988
|
types: string[];
|
|
@@ -10813,6 +11060,30 @@ export declare const registry: {
|
|
|
10813
11060
|
entity: {
|
|
10814
11061
|
types: string[];
|
|
10815
11062
|
description: string;
|
|
11063
|
+
items: {
|
|
11064
|
+
types: string[];
|
|
11065
|
+
properties: {
|
|
11066
|
+
id: {
|
|
11067
|
+
types: string[];
|
|
11068
|
+
};
|
|
11069
|
+
name: {
|
|
11070
|
+
types: string[];
|
|
11071
|
+
};
|
|
11072
|
+
nameAr: {
|
|
11073
|
+
types: string[];
|
|
11074
|
+
};
|
|
11075
|
+
role: {
|
|
11076
|
+
types: string[];
|
|
11077
|
+
};
|
|
11078
|
+
bio: {
|
|
11079
|
+
types: string[];
|
|
11080
|
+
};
|
|
11081
|
+
avatar: {
|
|
11082
|
+
types: string[];
|
|
11083
|
+
};
|
|
11084
|
+
};
|
|
11085
|
+
required: string[];
|
|
11086
|
+
};
|
|
10816
11087
|
};
|
|
10817
11088
|
className: {
|
|
10818
11089
|
types: string[];
|
|
@@ -13871,6 +14142,112 @@ export declare const registry: {
|
|
|
13871
14142
|
types: string[];
|
|
13872
14143
|
description: string;
|
|
13873
14144
|
required: boolean;
|
|
14145
|
+
properties: {
|
|
14146
|
+
orbitalName: {
|
|
14147
|
+
types: string[];
|
|
14148
|
+
};
|
|
14149
|
+
entityName: {
|
|
14150
|
+
types: string[];
|
|
14151
|
+
};
|
|
14152
|
+
persistence: {
|
|
14153
|
+
types: string[];
|
|
14154
|
+
};
|
|
14155
|
+
fields: {
|
|
14156
|
+
types: string[];
|
|
14157
|
+
items: {
|
|
14158
|
+
types: string[];
|
|
14159
|
+
properties: {
|
|
14160
|
+
name: {
|
|
14161
|
+
types: string[];
|
|
14162
|
+
};
|
|
14163
|
+
type: {
|
|
14164
|
+
types: string[];
|
|
14165
|
+
};
|
|
14166
|
+
required: {
|
|
14167
|
+
types: string[];
|
|
14168
|
+
};
|
|
14169
|
+
hasDefault: {
|
|
14170
|
+
types: string[];
|
|
14171
|
+
};
|
|
14172
|
+
};
|
|
14173
|
+
required: string[];
|
|
14174
|
+
};
|
|
14175
|
+
};
|
|
14176
|
+
traits: {
|
|
14177
|
+
types: string[];
|
|
14178
|
+
items: {
|
|
14179
|
+
types: string[];
|
|
14180
|
+
properties: {
|
|
14181
|
+
name: {
|
|
14182
|
+
types: string[];
|
|
14183
|
+
};
|
|
14184
|
+
stateCount: {
|
|
14185
|
+
types: string[];
|
|
14186
|
+
};
|
|
14187
|
+
eventCount: {
|
|
14188
|
+
types: string[];
|
|
14189
|
+
};
|
|
14190
|
+
transitionCount: {
|
|
14191
|
+
types: string[];
|
|
14192
|
+
};
|
|
14193
|
+
emits: {
|
|
14194
|
+
types: string[];
|
|
14195
|
+
items: {
|
|
14196
|
+
types: string[];
|
|
14197
|
+
};
|
|
14198
|
+
};
|
|
14199
|
+
listens: {
|
|
14200
|
+
types: string[];
|
|
14201
|
+
items: {
|
|
14202
|
+
types: string[];
|
|
14203
|
+
};
|
|
14204
|
+
};
|
|
14205
|
+
};
|
|
14206
|
+
required: string[];
|
|
14207
|
+
};
|
|
14208
|
+
};
|
|
14209
|
+
pages: {
|
|
14210
|
+
types: string[];
|
|
14211
|
+
items: {
|
|
14212
|
+
types: string[];
|
|
14213
|
+
properties: {
|
|
14214
|
+
name: {
|
|
14215
|
+
types: string[];
|
|
14216
|
+
};
|
|
14217
|
+
route: {
|
|
14218
|
+
types: string[];
|
|
14219
|
+
};
|
|
14220
|
+
};
|
|
14221
|
+
required: string[];
|
|
14222
|
+
};
|
|
14223
|
+
};
|
|
14224
|
+
traitDetails: {
|
|
14225
|
+
types: string[];
|
|
14226
|
+
};
|
|
14227
|
+
externalLinks: {
|
|
14228
|
+
types: string[];
|
|
14229
|
+
items: {
|
|
14230
|
+
types: string[];
|
|
14231
|
+
properties: {
|
|
14232
|
+
targetOrbital: {
|
|
14233
|
+
types: string[];
|
|
14234
|
+
};
|
|
14235
|
+
eventName: {
|
|
14236
|
+
types: string[];
|
|
14237
|
+
};
|
|
14238
|
+
direction: {
|
|
14239
|
+
types: string[];
|
|
14240
|
+
enumValues: string[];
|
|
14241
|
+
};
|
|
14242
|
+
traitName: {
|
|
14243
|
+
types: string[];
|
|
14244
|
+
};
|
|
14245
|
+
};
|
|
14246
|
+
required: string[];
|
|
14247
|
+
};
|
|
14248
|
+
};
|
|
14249
|
+
};
|
|
14250
|
+
propertyRequired: string[];
|
|
13874
14251
|
};
|
|
13875
14252
|
};
|
|
13876
14253
|
};
|
|
@@ -13885,6 +14262,112 @@ export declare const registry: {
|
|
|
13885
14262
|
types: string[];
|
|
13886
14263
|
description: string;
|
|
13887
14264
|
required: boolean;
|
|
14265
|
+
properties: {
|
|
14266
|
+
orbitalName: {
|
|
14267
|
+
types: string[];
|
|
14268
|
+
};
|
|
14269
|
+
entityName: {
|
|
14270
|
+
types: string[];
|
|
14271
|
+
};
|
|
14272
|
+
persistence: {
|
|
14273
|
+
types: string[];
|
|
14274
|
+
};
|
|
14275
|
+
fields: {
|
|
14276
|
+
types: string[];
|
|
14277
|
+
items: {
|
|
14278
|
+
types: string[];
|
|
14279
|
+
properties: {
|
|
14280
|
+
name: {
|
|
14281
|
+
types: string[];
|
|
14282
|
+
};
|
|
14283
|
+
type: {
|
|
14284
|
+
types: string[];
|
|
14285
|
+
};
|
|
14286
|
+
required: {
|
|
14287
|
+
types: string[];
|
|
14288
|
+
};
|
|
14289
|
+
hasDefault: {
|
|
14290
|
+
types: string[];
|
|
14291
|
+
};
|
|
14292
|
+
};
|
|
14293
|
+
required: string[];
|
|
14294
|
+
};
|
|
14295
|
+
};
|
|
14296
|
+
traits: {
|
|
14297
|
+
types: string[];
|
|
14298
|
+
items: {
|
|
14299
|
+
types: string[];
|
|
14300
|
+
properties: {
|
|
14301
|
+
name: {
|
|
14302
|
+
types: string[];
|
|
14303
|
+
};
|
|
14304
|
+
stateCount: {
|
|
14305
|
+
types: string[];
|
|
14306
|
+
};
|
|
14307
|
+
eventCount: {
|
|
14308
|
+
types: string[];
|
|
14309
|
+
};
|
|
14310
|
+
transitionCount: {
|
|
14311
|
+
types: string[];
|
|
14312
|
+
};
|
|
14313
|
+
emits: {
|
|
14314
|
+
types: string[];
|
|
14315
|
+
items: {
|
|
14316
|
+
types: string[];
|
|
14317
|
+
};
|
|
14318
|
+
};
|
|
14319
|
+
listens: {
|
|
14320
|
+
types: string[];
|
|
14321
|
+
items: {
|
|
14322
|
+
types: string[];
|
|
14323
|
+
};
|
|
14324
|
+
};
|
|
14325
|
+
};
|
|
14326
|
+
required: string[];
|
|
14327
|
+
};
|
|
14328
|
+
};
|
|
14329
|
+
pages: {
|
|
14330
|
+
types: string[];
|
|
14331
|
+
items: {
|
|
14332
|
+
types: string[];
|
|
14333
|
+
properties: {
|
|
14334
|
+
name: {
|
|
14335
|
+
types: string[];
|
|
14336
|
+
};
|
|
14337
|
+
route: {
|
|
14338
|
+
types: string[];
|
|
14339
|
+
};
|
|
14340
|
+
};
|
|
14341
|
+
required: string[];
|
|
14342
|
+
};
|
|
14343
|
+
};
|
|
14344
|
+
traitDetails: {
|
|
14345
|
+
types: string[];
|
|
14346
|
+
};
|
|
14347
|
+
externalLinks: {
|
|
14348
|
+
types: string[];
|
|
14349
|
+
items: {
|
|
14350
|
+
types: string[];
|
|
14351
|
+
properties: {
|
|
14352
|
+
targetOrbital: {
|
|
14353
|
+
types: string[];
|
|
14354
|
+
};
|
|
14355
|
+
eventName: {
|
|
14356
|
+
types: string[];
|
|
14357
|
+
};
|
|
14358
|
+
direction: {
|
|
14359
|
+
types: string[];
|
|
14360
|
+
enumValues: string[];
|
|
14361
|
+
};
|
|
14362
|
+
traitName: {
|
|
14363
|
+
types: string[];
|
|
14364
|
+
};
|
|
14365
|
+
};
|
|
14366
|
+
required: string[];
|
|
14367
|
+
};
|
|
14368
|
+
};
|
|
14369
|
+
};
|
|
14370
|
+
propertyRequired: string[];
|
|
13888
14371
|
};
|
|
13889
14372
|
};
|
|
13890
14373
|
};
|
|
@@ -14824,6 +15307,42 @@ export declare const registry: {
|
|
|
14824
15307
|
description: string;
|
|
14825
15308
|
items: {
|
|
14826
15309
|
types: string[];
|
|
15310
|
+
properties: {
|
|
15311
|
+
id: {
|
|
15312
|
+
types: string[];
|
|
15313
|
+
};
|
|
15314
|
+
x: {
|
|
15315
|
+
types: string[];
|
|
15316
|
+
};
|
|
15317
|
+
y: {
|
|
15318
|
+
types: string[];
|
|
15319
|
+
};
|
|
15320
|
+
z: {
|
|
15321
|
+
types: string[];
|
|
15322
|
+
};
|
|
15323
|
+
terrain: {
|
|
15324
|
+
types: string[];
|
|
15325
|
+
};
|
|
15326
|
+
type: {
|
|
15327
|
+
types: string[];
|
|
15328
|
+
};
|
|
15329
|
+
terrainSprite: {
|
|
15330
|
+
types: string[];
|
|
15331
|
+
};
|
|
15332
|
+
passable: {
|
|
15333
|
+
types: string[];
|
|
15334
|
+
};
|
|
15335
|
+
movementCost: {
|
|
15336
|
+
types: string[];
|
|
15337
|
+
};
|
|
15338
|
+
tileType: {
|
|
15339
|
+
types: string[];
|
|
15340
|
+
};
|
|
15341
|
+
elevation: {
|
|
15342
|
+
types: string[];
|
|
15343
|
+
};
|
|
15344
|
+
};
|
|
15345
|
+
required: string[];
|
|
14827
15346
|
};
|
|
14828
15347
|
};
|
|
14829
15348
|
units: {
|
|
@@ -14831,6 +15350,62 @@ export declare const registry: {
|
|
|
14831
15350
|
description: string;
|
|
14832
15351
|
items: {
|
|
14833
15352
|
types: string[];
|
|
15353
|
+
properties: {
|
|
15354
|
+
id: {
|
|
15355
|
+
types: string[];
|
|
15356
|
+
};
|
|
15357
|
+
position: {
|
|
15358
|
+
types: string[];
|
|
15359
|
+
};
|
|
15360
|
+
x: {
|
|
15361
|
+
types: string[];
|
|
15362
|
+
};
|
|
15363
|
+
y: {
|
|
15364
|
+
types: string[];
|
|
15365
|
+
};
|
|
15366
|
+
z: {
|
|
15367
|
+
types: string[];
|
|
15368
|
+
};
|
|
15369
|
+
sprite: {
|
|
15370
|
+
types: string[];
|
|
15371
|
+
};
|
|
15372
|
+
unitType: {
|
|
15373
|
+
types: string[];
|
|
15374
|
+
};
|
|
15375
|
+
heroId: {
|
|
15376
|
+
types: string[];
|
|
15377
|
+
};
|
|
15378
|
+
name: {
|
|
15379
|
+
types: string[];
|
|
15380
|
+
};
|
|
15381
|
+
team: {
|
|
15382
|
+
types: string[];
|
|
15383
|
+
enumValues: string[];
|
|
15384
|
+
};
|
|
15385
|
+
faction: {
|
|
15386
|
+
types: string[];
|
|
15387
|
+
enumValues: string[];
|
|
15388
|
+
};
|
|
15389
|
+
health: {
|
|
15390
|
+
types: string[];
|
|
15391
|
+
};
|
|
15392
|
+
maxHealth: {
|
|
15393
|
+
types: string[];
|
|
15394
|
+
};
|
|
15395
|
+
traits: {
|
|
15396
|
+
types: string[];
|
|
15397
|
+
items: {
|
|
15398
|
+
types: string[];
|
|
15399
|
+
};
|
|
15400
|
+
};
|
|
15401
|
+
previousPosition: {
|
|
15402
|
+
types: string[];
|
|
15403
|
+
};
|
|
15404
|
+
elevation: {
|
|
15405
|
+
types: string[];
|
|
15406
|
+
};
|
|
15407
|
+
};
|
|
15408
|
+
required: string[];
|
|
14834
15409
|
};
|
|
14835
15410
|
};
|
|
14836
15411
|
features: {
|
|
@@ -14838,6 +15413,36 @@ export declare const registry: {
|
|
|
14838
15413
|
description: string;
|
|
14839
15414
|
items: {
|
|
14840
15415
|
types: string[];
|
|
15416
|
+
properties: {
|
|
15417
|
+
id: {
|
|
15418
|
+
types: string[];
|
|
15419
|
+
};
|
|
15420
|
+
x: {
|
|
15421
|
+
types: string[];
|
|
15422
|
+
};
|
|
15423
|
+
y: {
|
|
15424
|
+
types: string[];
|
|
15425
|
+
};
|
|
15426
|
+
z: {
|
|
15427
|
+
types: string[];
|
|
15428
|
+
};
|
|
15429
|
+
type: {
|
|
15430
|
+
types: string[];
|
|
15431
|
+
};
|
|
15432
|
+
sprite: {
|
|
15433
|
+
types: string[];
|
|
15434
|
+
};
|
|
15435
|
+
assetUrl: {
|
|
15436
|
+
types: string[];
|
|
15437
|
+
};
|
|
15438
|
+
color: {
|
|
15439
|
+
types: string[];
|
|
15440
|
+
};
|
|
15441
|
+
elevation: {
|
|
15442
|
+
types: string[];
|
|
15443
|
+
};
|
|
15444
|
+
};
|
|
15445
|
+
required: string[];
|
|
14841
15446
|
};
|
|
14842
15447
|
};
|
|
14843
15448
|
selectedUnitId: {
|
|
@@ -15524,6 +16129,21 @@ export declare const registry: {
|
|
|
15524
16129
|
types: string[];
|
|
15525
16130
|
description: string;
|
|
15526
16131
|
required: boolean;
|
|
16132
|
+
properties: {
|
|
16133
|
+
id: {
|
|
16134
|
+
types: string[];
|
|
16135
|
+
};
|
|
16136
|
+
title: {
|
|
16137
|
+
types: string[];
|
|
16138
|
+
};
|
|
16139
|
+
content: {
|
|
16140
|
+
types: string[];
|
|
16141
|
+
};
|
|
16142
|
+
orbitalSchema: {
|
|
16143
|
+
types: string[];
|
|
16144
|
+
};
|
|
16145
|
+
};
|
|
16146
|
+
propertyRequired: string[];
|
|
15527
16147
|
};
|
|
15528
16148
|
direction: {
|
|
15529
16149
|
types: string[];
|
|
@@ -15616,6 +16236,33 @@ export declare const registry: {
|
|
|
15616
16236
|
required: boolean;
|
|
15617
16237
|
items: {
|
|
15618
16238
|
types: string[];
|
|
16239
|
+
properties: {
|
|
16240
|
+
title: {
|
|
16241
|
+
types: string[];
|
|
16242
|
+
};
|
|
16243
|
+
chapters: {
|
|
16244
|
+
types: string[];
|
|
16245
|
+
items: {
|
|
16246
|
+
types: string[];
|
|
16247
|
+
properties: {
|
|
16248
|
+
id: {
|
|
16249
|
+
types: string[];
|
|
16250
|
+
};
|
|
16251
|
+
title: {
|
|
16252
|
+
types: string[];
|
|
16253
|
+
};
|
|
16254
|
+
content: {
|
|
16255
|
+
types: string[];
|
|
16256
|
+
};
|
|
16257
|
+
orbitalSchema: {
|
|
16258
|
+
types: string[];
|
|
16259
|
+
};
|
|
16260
|
+
};
|
|
16261
|
+
required: string[];
|
|
16262
|
+
};
|
|
16263
|
+
};
|
|
16264
|
+
};
|
|
16265
|
+
required: string[];
|
|
15619
16266
|
};
|
|
15620
16267
|
};
|
|
15621
16268
|
currentChapterId: {
|
|
@@ -15714,12 +16361,78 @@ export declare const registry: {
|
|
|
15714
16361
|
types: string[];
|
|
15715
16362
|
items: {
|
|
15716
16363
|
types: string[];
|
|
16364
|
+
properties: {
|
|
16365
|
+
id: {
|
|
16366
|
+
types: string[];
|
|
16367
|
+
};
|
|
16368
|
+
x: {
|
|
16369
|
+
types: string[];
|
|
16370
|
+
};
|
|
16371
|
+
y: {
|
|
16372
|
+
types: string[];
|
|
16373
|
+
};
|
|
16374
|
+
z: {
|
|
16375
|
+
types: string[];
|
|
16376
|
+
};
|
|
16377
|
+
terrain: {
|
|
16378
|
+
types: string[];
|
|
16379
|
+
};
|
|
16380
|
+
type: {
|
|
16381
|
+
types: string[];
|
|
16382
|
+
};
|
|
16383
|
+
terrainSprite: {
|
|
16384
|
+
types: string[];
|
|
16385
|
+
};
|
|
16386
|
+
passable: {
|
|
16387
|
+
types: string[];
|
|
16388
|
+
};
|
|
16389
|
+
movementCost: {
|
|
16390
|
+
types: string[];
|
|
16391
|
+
};
|
|
16392
|
+
tileType: {
|
|
16393
|
+
types: string[];
|
|
16394
|
+
};
|
|
16395
|
+
elevation: {
|
|
16396
|
+
types: string[];
|
|
16397
|
+
};
|
|
16398
|
+
};
|
|
16399
|
+
required: string[];
|
|
15717
16400
|
};
|
|
15718
16401
|
};
|
|
15719
16402
|
features: {
|
|
15720
16403
|
types: string[];
|
|
15721
16404
|
items: {
|
|
15722
16405
|
types: string[];
|
|
16406
|
+
properties: {
|
|
16407
|
+
id: {
|
|
16408
|
+
types: string[];
|
|
16409
|
+
};
|
|
16410
|
+
x: {
|
|
16411
|
+
types: string[];
|
|
16412
|
+
};
|
|
16413
|
+
y: {
|
|
16414
|
+
types: string[];
|
|
16415
|
+
};
|
|
16416
|
+
z: {
|
|
16417
|
+
types: string[];
|
|
16418
|
+
};
|
|
16419
|
+
type: {
|
|
16420
|
+
types: string[];
|
|
16421
|
+
};
|
|
16422
|
+
sprite: {
|
|
16423
|
+
types: string[];
|
|
16424
|
+
};
|
|
16425
|
+
assetUrl: {
|
|
16426
|
+
types: string[];
|
|
16427
|
+
};
|
|
16428
|
+
color: {
|
|
16429
|
+
types: string[];
|
|
16430
|
+
};
|
|
16431
|
+
elevation: {
|
|
16432
|
+
types: string[];
|
|
16433
|
+
};
|
|
16434
|
+
};
|
|
16435
|
+
required: string[];
|
|
15723
16436
|
};
|
|
15724
16437
|
};
|
|
15725
16438
|
boardWidth: {
|
|
@@ -16003,6 +16716,7 @@ export declare const registry: {
|
|
|
16003
16716
|
types: string[];
|
|
16004
16717
|
description: string;
|
|
16005
16718
|
required: boolean;
|
|
16719
|
+
enumValues: string[];
|
|
16006
16720
|
};
|
|
16007
16721
|
x: {
|
|
16008
16722
|
types: string[];
|
|
@@ -16059,6 +16773,18 @@ export declare const registry: {
|
|
|
16059
16773
|
assetManifest: {
|
|
16060
16774
|
types: string[];
|
|
16061
16775
|
description: string;
|
|
16776
|
+
properties: {
|
|
16777
|
+
baseUrl: {
|
|
16778
|
+
types: string[];
|
|
16779
|
+
};
|
|
16780
|
+
particles: {
|
|
16781
|
+
types: string[];
|
|
16782
|
+
};
|
|
16783
|
+
animations: {
|
|
16784
|
+
types: string[];
|
|
16785
|
+
};
|
|
16786
|
+
};
|
|
16787
|
+
propertyRequired: string[];
|
|
16062
16788
|
};
|
|
16063
16789
|
width: {
|
|
16064
16790
|
types: string[];
|
|
@@ -16091,18 +16817,140 @@ export declare const registry: {
|
|
|
16091
16817
|
types: string[];
|
|
16092
16818
|
items: {
|
|
16093
16819
|
types: string[];
|
|
16820
|
+
properties: {
|
|
16821
|
+
id: {
|
|
16822
|
+
types: string[];
|
|
16823
|
+
};
|
|
16824
|
+
x: {
|
|
16825
|
+
types: string[];
|
|
16826
|
+
};
|
|
16827
|
+
y: {
|
|
16828
|
+
types: string[];
|
|
16829
|
+
};
|
|
16830
|
+
z: {
|
|
16831
|
+
types: string[];
|
|
16832
|
+
};
|
|
16833
|
+
terrain: {
|
|
16834
|
+
types: string[];
|
|
16835
|
+
};
|
|
16836
|
+
type: {
|
|
16837
|
+
types: string[];
|
|
16838
|
+
};
|
|
16839
|
+
terrainSprite: {
|
|
16840
|
+
types: string[];
|
|
16841
|
+
};
|
|
16842
|
+
passable: {
|
|
16843
|
+
types: string[];
|
|
16844
|
+
};
|
|
16845
|
+
movementCost: {
|
|
16846
|
+
types: string[];
|
|
16847
|
+
};
|
|
16848
|
+
tileType: {
|
|
16849
|
+
types: string[];
|
|
16850
|
+
};
|
|
16851
|
+
elevation: {
|
|
16852
|
+
types: string[];
|
|
16853
|
+
};
|
|
16854
|
+
};
|
|
16855
|
+
required: string[];
|
|
16094
16856
|
};
|
|
16095
16857
|
};
|
|
16096
16858
|
features: {
|
|
16097
16859
|
types: string[];
|
|
16098
16860
|
items: {
|
|
16099
16861
|
types: string[];
|
|
16862
|
+
properties: {
|
|
16863
|
+
id: {
|
|
16864
|
+
types: string[];
|
|
16865
|
+
};
|
|
16866
|
+
x: {
|
|
16867
|
+
types: string[];
|
|
16868
|
+
};
|
|
16869
|
+
y: {
|
|
16870
|
+
types: string[];
|
|
16871
|
+
};
|
|
16872
|
+
z: {
|
|
16873
|
+
types: string[];
|
|
16874
|
+
};
|
|
16875
|
+
type: {
|
|
16876
|
+
types: string[];
|
|
16877
|
+
};
|
|
16878
|
+
sprite: {
|
|
16879
|
+
types: string[];
|
|
16880
|
+
};
|
|
16881
|
+
assetUrl: {
|
|
16882
|
+
types: string[];
|
|
16883
|
+
};
|
|
16884
|
+
color: {
|
|
16885
|
+
types: string[];
|
|
16886
|
+
};
|
|
16887
|
+
elevation: {
|
|
16888
|
+
types: string[];
|
|
16889
|
+
};
|
|
16890
|
+
};
|
|
16891
|
+
required: string[];
|
|
16100
16892
|
};
|
|
16101
16893
|
};
|
|
16102
16894
|
units: {
|
|
16103
16895
|
types: string[];
|
|
16104
16896
|
items: {
|
|
16105
16897
|
types: string[];
|
|
16898
|
+
properties: {
|
|
16899
|
+
id: {
|
|
16900
|
+
types: string[];
|
|
16901
|
+
};
|
|
16902
|
+
position: {
|
|
16903
|
+
types: string[];
|
|
16904
|
+
};
|
|
16905
|
+
x: {
|
|
16906
|
+
types: string[];
|
|
16907
|
+
};
|
|
16908
|
+
y: {
|
|
16909
|
+
types: string[];
|
|
16910
|
+
};
|
|
16911
|
+
z: {
|
|
16912
|
+
types: string[];
|
|
16913
|
+
};
|
|
16914
|
+
sprite: {
|
|
16915
|
+
types: string[];
|
|
16916
|
+
};
|
|
16917
|
+
unitType: {
|
|
16918
|
+
types: string[];
|
|
16919
|
+
};
|
|
16920
|
+
heroId: {
|
|
16921
|
+
types: string[];
|
|
16922
|
+
};
|
|
16923
|
+
name: {
|
|
16924
|
+
types: string[];
|
|
16925
|
+
};
|
|
16926
|
+
team: {
|
|
16927
|
+
types: string[];
|
|
16928
|
+
enumValues: string[];
|
|
16929
|
+
};
|
|
16930
|
+
faction: {
|
|
16931
|
+
types: string[];
|
|
16932
|
+
enumValues: string[];
|
|
16933
|
+
};
|
|
16934
|
+
health: {
|
|
16935
|
+
types: string[];
|
|
16936
|
+
};
|
|
16937
|
+
maxHealth: {
|
|
16938
|
+
types: string[];
|
|
16939
|
+
};
|
|
16940
|
+
traits: {
|
|
16941
|
+
types: string[];
|
|
16942
|
+
items: {
|
|
16943
|
+
types: string[];
|
|
16944
|
+
};
|
|
16945
|
+
};
|
|
16946
|
+
previousPosition: {
|
|
16947
|
+
types: string[];
|
|
16948
|
+
};
|
|
16949
|
+
elevation: {
|
|
16950
|
+
types: string[];
|
|
16951
|
+
};
|
|
16952
|
+
};
|
|
16953
|
+
required: string[];
|
|
16106
16954
|
};
|
|
16107
16955
|
};
|
|
16108
16956
|
assetManifest: {
|
|
@@ -18555,6 +19403,36 @@ export declare const registry: {
|
|
|
18555
19403
|
required: boolean;
|
|
18556
19404
|
items: {
|
|
18557
19405
|
types: string[];
|
|
19406
|
+
properties: {
|
|
19407
|
+
id: {
|
|
19408
|
+
types: string[];
|
|
19409
|
+
};
|
|
19410
|
+
x: {
|
|
19411
|
+
types: string[];
|
|
19412
|
+
};
|
|
19413
|
+
y: {
|
|
19414
|
+
types: string[];
|
|
19415
|
+
};
|
|
19416
|
+
z: {
|
|
19417
|
+
types: string[];
|
|
19418
|
+
};
|
|
19419
|
+
type: {
|
|
19420
|
+
types: string[];
|
|
19421
|
+
};
|
|
19422
|
+
sprite: {
|
|
19423
|
+
types: string[];
|
|
19424
|
+
};
|
|
19425
|
+
assetUrl: {
|
|
19426
|
+
types: string[];
|
|
19427
|
+
};
|
|
19428
|
+
color: {
|
|
19429
|
+
types: string[];
|
|
19430
|
+
};
|
|
19431
|
+
elevation: {
|
|
19432
|
+
types: string[];
|
|
19433
|
+
};
|
|
19434
|
+
};
|
|
19435
|
+
required: string[];
|
|
18558
19436
|
};
|
|
18559
19437
|
};
|
|
18560
19438
|
cellSize: {
|
|
@@ -19286,6 +20164,9 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19286
20164
|
entity: {
|
|
19287
20165
|
types: string[];
|
|
19288
20166
|
description: string;
|
|
20167
|
+
items: {
|
|
20168
|
+
types: string[];
|
|
20169
|
+
};
|
|
19289
20170
|
};
|
|
19290
20171
|
className: {
|
|
19291
20172
|
types: string[];
|
|
@@ -21820,6 +22701,9 @@ export declare const PATTERN_REGISTRY: {
|
|
|
21820
22701
|
entity: {
|
|
21821
22702
|
types: string[];
|
|
21822
22703
|
description: string;
|
|
22704
|
+
items: {
|
|
22705
|
+
types: string[];
|
|
22706
|
+
};
|
|
21823
22707
|
};
|
|
21824
22708
|
className: {
|
|
21825
22709
|
types: string[];
|
|
@@ -24868,6 +25752,9 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24868
25752
|
entity: {
|
|
24869
25753
|
types: string[];
|
|
24870
25754
|
description: string;
|
|
25755
|
+
items: {
|
|
25756
|
+
types: string[];
|
|
25757
|
+
};
|
|
24871
25758
|
};
|
|
24872
25759
|
className: {
|
|
24873
25760
|
types: string[];
|
|
@@ -25787,6 +26674,9 @@ export declare const PATTERN_REGISTRY: {
|
|
|
25787
26674
|
entity: {
|
|
25788
26675
|
types: string[];
|
|
25789
26676
|
description: string;
|
|
26677
|
+
items: {
|
|
26678
|
+
types: string[];
|
|
26679
|
+
};
|
|
25790
26680
|
};
|
|
25791
26681
|
className: {
|
|
25792
26682
|
types: string[];
|
|
@@ -29605,6 +30495,33 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29605
30495
|
entity: {
|
|
29606
30496
|
types: string[];
|
|
29607
30497
|
description: string;
|
|
30498
|
+
items: {
|
|
30499
|
+
types: string[];
|
|
30500
|
+
properties: {
|
|
30501
|
+
id: {
|
|
30502
|
+
types: string[];
|
|
30503
|
+
};
|
|
30504
|
+
title: {
|
|
30505
|
+
types: string[];
|
|
30506
|
+
};
|
|
30507
|
+
description: {
|
|
30508
|
+
types: string[];
|
|
30509
|
+
};
|
|
30510
|
+
category: {
|
|
30511
|
+
types: string[];
|
|
30512
|
+
};
|
|
30513
|
+
categoryColor: {
|
|
30514
|
+
types: string[];
|
|
30515
|
+
};
|
|
30516
|
+
href: {
|
|
30517
|
+
types: string[];
|
|
30518
|
+
};
|
|
30519
|
+
linkLabel: {
|
|
30520
|
+
types: string[];
|
|
30521
|
+
};
|
|
30522
|
+
};
|
|
30523
|
+
required: string[];
|
|
30524
|
+
};
|
|
29608
30525
|
};
|
|
29609
30526
|
className: {
|
|
29610
30527
|
types: string[];
|
|
@@ -29671,6 +30588,30 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29671
30588
|
entity: {
|
|
29672
30589
|
types: string[];
|
|
29673
30590
|
description: string;
|
|
30591
|
+
items: {
|
|
30592
|
+
types: string[];
|
|
30593
|
+
properties: {
|
|
30594
|
+
id: {
|
|
30595
|
+
types: string[];
|
|
30596
|
+
};
|
|
30597
|
+
icon: {
|
|
30598
|
+
types: string[];
|
|
30599
|
+
};
|
|
30600
|
+
title: {
|
|
30601
|
+
types: string[];
|
|
30602
|
+
};
|
|
30603
|
+
description: {
|
|
30604
|
+
types: string[];
|
|
30605
|
+
};
|
|
30606
|
+
href: {
|
|
30607
|
+
types: string[];
|
|
30608
|
+
};
|
|
30609
|
+
linkLabel: {
|
|
30610
|
+
types: string[];
|
|
30611
|
+
};
|
|
30612
|
+
};
|
|
30613
|
+
required: string[];
|
|
30614
|
+
};
|
|
29674
30615
|
};
|
|
29675
30616
|
className: {
|
|
29676
30617
|
types: string[];
|
|
@@ -29742,6 +30683,82 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29742
30683
|
entity: {
|
|
29743
30684
|
types: string[];
|
|
29744
30685
|
description: string;
|
|
30686
|
+
items: {
|
|
30687
|
+
types: string[];
|
|
30688
|
+
properties: {
|
|
30689
|
+
id: {
|
|
30690
|
+
types: string[];
|
|
30691
|
+
};
|
|
30692
|
+
tag: {
|
|
30693
|
+
types: string[];
|
|
30694
|
+
};
|
|
30695
|
+
title: {
|
|
30696
|
+
types: string[];
|
|
30697
|
+
};
|
|
30698
|
+
titleAccent: {
|
|
30699
|
+
types: string[];
|
|
30700
|
+
};
|
|
30701
|
+
subtitle: {
|
|
30702
|
+
types: string[];
|
|
30703
|
+
};
|
|
30704
|
+
primaryAction: {
|
|
30705
|
+
types: string[];
|
|
30706
|
+
properties: {
|
|
30707
|
+
label: {
|
|
30708
|
+
types: string[];
|
|
30709
|
+
};
|
|
30710
|
+
href: {
|
|
30711
|
+
types: string[];
|
|
30712
|
+
};
|
|
30713
|
+
variant: {
|
|
30714
|
+
types: string[];
|
|
30715
|
+
enumValues: string[];
|
|
30716
|
+
};
|
|
30717
|
+
};
|
|
30718
|
+
required: string[];
|
|
30719
|
+
};
|
|
30720
|
+
secondaryAction: {
|
|
30721
|
+
types: string[];
|
|
30722
|
+
properties: {
|
|
30723
|
+
label: {
|
|
30724
|
+
types: string[];
|
|
30725
|
+
};
|
|
30726
|
+
href: {
|
|
30727
|
+
types: string[];
|
|
30728
|
+
};
|
|
30729
|
+
variant: {
|
|
30730
|
+
types: string[];
|
|
30731
|
+
enumValues: string[];
|
|
30732
|
+
};
|
|
30733
|
+
};
|
|
30734
|
+
required: string[];
|
|
30735
|
+
};
|
|
30736
|
+
installCommand: {
|
|
30737
|
+
types: string[];
|
|
30738
|
+
};
|
|
30739
|
+
image: {
|
|
30740
|
+
types: string[];
|
|
30741
|
+
properties: {
|
|
30742
|
+
src: {
|
|
30743
|
+
types: string[];
|
|
30744
|
+
};
|
|
30745
|
+
alt: {
|
|
30746
|
+
types: string[];
|
|
30747
|
+
};
|
|
30748
|
+
};
|
|
30749
|
+
required: string[];
|
|
30750
|
+
};
|
|
30751
|
+
imagePosition: {
|
|
30752
|
+
types: string[];
|
|
30753
|
+
enumValues: string[];
|
|
30754
|
+
};
|
|
30755
|
+
background: {
|
|
30756
|
+
types: string[];
|
|
30757
|
+
enumValues: string[];
|
|
30758
|
+
};
|
|
30759
|
+
};
|
|
30760
|
+
required: string[];
|
|
30761
|
+
};
|
|
29745
30762
|
};
|
|
29746
30763
|
className: {
|
|
29747
30764
|
types: string[];
|
|
@@ -29804,6 +30821,42 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29804
30821
|
entity: {
|
|
29805
30822
|
types: string[];
|
|
29806
30823
|
description: string;
|
|
30824
|
+
items: {
|
|
30825
|
+
types: string[];
|
|
30826
|
+
properties: {
|
|
30827
|
+
id: {
|
|
30828
|
+
types: string[];
|
|
30829
|
+
};
|
|
30830
|
+
name: {
|
|
30831
|
+
types: string[];
|
|
30832
|
+
};
|
|
30833
|
+
price: {
|
|
30834
|
+
types: string[];
|
|
30835
|
+
};
|
|
30836
|
+
description: {
|
|
30837
|
+
types: string[];
|
|
30838
|
+
};
|
|
30839
|
+
features: {
|
|
30840
|
+
types: string[];
|
|
30841
|
+
items: {
|
|
30842
|
+
types: string[];
|
|
30843
|
+
};
|
|
30844
|
+
};
|
|
30845
|
+
actionLabel: {
|
|
30846
|
+
types: string[];
|
|
30847
|
+
};
|
|
30848
|
+
actionHref: {
|
|
30849
|
+
types: string[];
|
|
30850
|
+
};
|
|
30851
|
+
highlighted: {
|
|
30852
|
+
types: string[];
|
|
30853
|
+
};
|
|
30854
|
+
badge: {
|
|
30855
|
+
types: string[];
|
|
30856
|
+
};
|
|
30857
|
+
};
|
|
30858
|
+
required: string[];
|
|
30859
|
+
};
|
|
29807
30860
|
};
|
|
29808
30861
|
className: {
|
|
29809
30862
|
types: string[];
|
|
@@ -29870,6 +30923,42 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29870
30923
|
entity: {
|
|
29871
30924
|
types: string[];
|
|
29872
30925
|
description: string;
|
|
30926
|
+
items: {
|
|
30927
|
+
types: string[];
|
|
30928
|
+
properties: {
|
|
30929
|
+
id: {
|
|
30930
|
+
types: string[];
|
|
30931
|
+
};
|
|
30932
|
+
title: {
|
|
30933
|
+
types: string[];
|
|
30934
|
+
};
|
|
30935
|
+
description: {
|
|
30936
|
+
types: string[];
|
|
30937
|
+
};
|
|
30938
|
+
image: {
|
|
30939
|
+
types: string[];
|
|
30940
|
+
properties: {
|
|
30941
|
+
src: {
|
|
30942
|
+
types: string[];
|
|
30943
|
+
};
|
|
30944
|
+
alt: {
|
|
30945
|
+
types: string[];
|
|
30946
|
+
};
|
|
30947
|
+
};
|
|
30948
|
+
required: string[];
|
|
30949
|
+
};
|
|
30950
|
+
href: {
|
|
30951
|
+
types: string[];
|
|
30952
|
+
};
|
|
30953
|
+
badge: {
|
|
30954
|
+
types: string[];
|
|
30955
|
+
};
|
|
30956
|
+
accentColor: {
|
|
30957
|
+
types: string[];
|
|
30958
|
+
};
|
|
30959
|
+
};
|
|
30960
|
+
required: string[];
|
|
30961
|
+
};
|
|
29873
30962
|
};
|
|
29874
30963
|
className: {
|
|
29875
30964
|
types: string[];
|
|
@@ -29941,6 +31030,21 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29941
31030
|
entity: {
|
|
29942
31031
|
types: string[];
|
|
29943
31032
|
description: string;
|
|
31033
|
+
items: {
|
|
31034
|
+
types: string[];
|
|
31035
|
+
properties: {
|
|
31036
|
+
id: {
|
|
31037
|
+
types: string[];
|
|
31038
|
+
};
|
|
31039
|
+
value: {
|
|
31040
|
+
types: string[];
|
|
31041
|
+
};
|
|
31042
|
+
label: {
|
|
31043
|
+
types: string[];
|
|
31044
|
+
};
|
|
31045
|
+
};
|
|
31046
|
+
required: string[];
|
|
31047
|
+
};
|
|
29944
31048
|
};
|
|
29945
31049
|
className: {
|
|
29946
31050
|
types: string[];
|
|
@@ -30004,6 +31108,27 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30004
31108
|
entity: {
|
|
30005
31109
|
types: string[];
|
|
30006
31110
|
description: string;
|
|
31111
|
+
items: {
|
|
31112
|
+
types: string[];
|
|
31113
|
+
properties: {
|
|
31114
|
+
id: {
|
|
31115
|
+
types: string[];
|
|
31116
|
+
};
|
|
31117
|
+
number: {
|
|
31118
|
+
types: string[];
|
|
31119
|
+
};
|
|
31120
|
+
title: {
|
|
31121
|
+
types: string[];
|
|
31122
|
+
};
|
|
31123
|
+
description: {
|
|
31124
|
+
types: string[];
|
|
31125
|
+
};
|
|
31126
|
+
icon: {
|
|
31127
|
+
types: string[];
|
|
31128
|
+
};
|
|
31129
|
+
};
|
|
31130
|
+
required: string[];
|
|
31131
|
+
};
|
|
30007
31132
|
};
|
|
30008
31133
|
className: {
|
|
30009
31134
|
types: string[];
|
|
@@ -30081,6 +31206,30 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30081
31206
|
entity: {
|
|
30082
31207
|
types: string[];
|
|
30083
31208
|
description: string;
|
|
31209
|
+
items: {
|
|
31210
|
+
types: string[];
|
|
31211
|
+
properties: {
|
|
31212
|
+
id: {
|
|
31213
|
+
types: string[];
|
|
31214
|
+
};
|
|
31215
|
+
name: {
|
|
31216
|
+
types: string[];
|
|
31217
|
+
};
|
|
31218
|
+
nameAr: {
|
|
31219
|
+
types: string[];
|
|
31220
|
+
};
|
|
31221
|
+
role: {
|
|
31222
|
+
types: string[];
|
|
31223
|
+
};
|
|
31224
|
+
bio: {
|
|
31225
|
+
types: string[];
|
|
31226
|
+
};
|
|
31227
|
+
avatar: {
|
|
31228
|
+
types: string[];
|
|
31229
|
+
};
|
|
31230
|
+
};
|
|
31231
|
+
required: string[];
|
|
31232
|
+
};
|
|
30084
31233
|
};
|
|
30085
31234
|
className: {
|
|
30086
31235
|
types: string[];
|
|
@@ -33139,6 +34288,112 @@ export declare const PATTERN_REGISTRY: {
|
|
|
33139
34288
|
types: string[];
|
|
33140
34289
|
description: string;
|
|
33141
34290
|
required: boolean;
|
|
34291
|
+
properties: {
|
|
34292
|
+
orbitalName: {
|
|
34293
|
+
types: string[];
|
|
34294
|
+
};
|
|
34295
|
+
entityName: {
|
|
34296
|
+
types: string[];
|
|
34297
|
+
};
|
|
34298
|
+
persistence: {
|
|
34299
|
+
types: string[];
|
|
34300
|
+
};
|
|
34301
|
+
fields: {
|
|
34302
|
+
types: string[];
|
|
34303
|
+
items: {
|
|
34304
|
+
types: string[];
|
|
34305
|
+
properties: {
|
|
34306
|
+
name: {
|
|
34307
|
+
types: string[];
|
|
34308
|
+
};
|
|
34309
|
+
type: {
|
|
34310
|
+
types: string[];
|
|
34311
|
+
};
|
|
34312
|
+
required: {
|
|
34313
|
+
types: string[];
|
|
34314
|
+
};
|
|
34315
|
+
hasDefault: {
|
|
34316
|
+
types: string[];
|
|
34317
|
+
};
|
|
34318
|
+
};
|
|
34319
|
+
required: string[];
|
|
34320
|
+
};
|
|
34321
|
+
};
|
|
34322
|
+
traits: {
|
|
34323
|
+
types: string[];
|
|
34324
|
+
items: {
|
|
34325
|
+
types: string[];
|
|
34326
|
+
properties: {
|
|
34327
|
+
name: {
|
|
34328
|
+
types: string[];
|
|
34329
|
+
};
|
|
34330
|
+
stateCount: {
|
|
34331
|
+
types: string[];
|
|
34332
|
+
};
|
|
34333
|
+
eventCount: {
|
|
34334
|
+
types: string[];
|
|
34335
|
+
};
|
|
34336
|
+
transitionCount: {
|
|
34337
|
+
types: string[];
|
|
34338
|
+
};
|
|
34339
|
+
emits: {
|
|
34340
|
+
types: string[];
|
|
34341
|
+
items: {
|
|
34342
|
+
types: string[];
|
|
34343
|
+
};
|
|
34344
|
+
};
|
|
34345
|
+
listens: {
|
|
34346
|
+
types: string[];
|
|
34347
|
+
items: {
|
|
34348
|
+
types: string[];
|
|
34349
|
+
};
|
|
34350
|
+
};
|
|
34351
|
+
};
|
|
34352
|
+
required: string[];
|
|
34353
|
+
};
|
|
34354
|
+
};
|
|
34355
|
+
pages: {
|
|
34356
|
+
types: string[];
|
|
34357
|
+
items: {
|
|
34358
|
+
types: string[];
|
|
34359
|
+
properties: {
|
|
34360
|
+
name: {
|
|
34361
|
+
types: string[];
|
|
34362
|
+
};
|
|
34363
|
+
route: {
|
|
34364
|
+
types: string[];
|
|
34365
|
+
};
|
|
34366
|
+
};
|
|
34367
|
+
required: string[];
|
|
34368
|
+
};
|
|
34369
|
+
};
|
|
34370
|
+
traitDetails: {
|
|
34371
|
+
types: string[];
|
|
34372
|
+
};
|
|
34373
|
+
externalLinks: {
|
|
34374
|
+
types: string[];
|
|
34375
|
+
items: {
|
|
34376
|
+
types: string[];
|
|
34377
|
+
properties: {
|
|
34378
|
+
targetOrbital: {
|
|
34379
|
+
types: string[];
|
|
34380
|
+
};
|
|
34381
|
+
eventName: {
|
|
34382
|
+
types: string[];
|
|
34383
|
+
};
|
|
34384
|
+
direction: {
|
|
34385
|
+
types: string[];
|
|
34386
|
+
enumValues: string[];
|
|
34387
|
+
};
|
|
34388
|
+
traitName: {
|
|
34389
|
+
types: string[];
|
|
34390
|
+
};
|
|
34391
|
+
};
|
|
34392
|
+
required: string[];
|
|
34393
|
+
};
|
|
34394
|
+
};
|
|
34395
|
+
};
|
|
34396
|
+
propertyRequired: string[];
|
|
33142
34397
|
};
|
|
33143
34398
|
};
|
|
33144
34399
|
};
|
|
@@ -33153,6 +34408,112 @@ export declare const PATTERN_REGISTRY: {
|
|
|
33153
34408
|
types: string[];
|
|
33154
34409
|
description: string;
|
|
33155
34410
|
required: boolean;
|
|
34411
|
+
properties: {
|
|
34412
|
+
orbitalName: {
|
|
34413
|
+
types: string[];
|
|
34414
|
+
};
|
|
34415
|
+
entityName: {
|
|
34416
|
+
types: string[];
|
|
34417
|
+
};
|
|
34418
|
+
persistence: {
|
|
34419
|
+
types: string[];
|
|
34420
|
+
};
|
|
34421
|
+
fields: {
|
|
34422
|
+
types: string[];
|
|
34423
|
+
items: {
|
|
34424
|
+
types: string[];
|
|
34425
|
+
properties: {
|
|
34426
|
+
name: {
|
|
34427
|
+
types: string[];
|
|
34428
|
+
};
|
|
34429
|
+
type: {
|
|
34430
|
+
types: string[];
|
|
34431
|
+
};
|
|
34432
|
+
required: {
|
|
34433
|
+
types: string[];
|
|
34434
|
+
};
|
|
34435
|
+
hasDefault: {
|
|
34436
|
+
types: string[];
|
|
34437
|
+
};
|
|
34438
|
+
};
|
|
34439
|
+
required: string[];
|
|
34440
|
+
};
|
|
34441
|
+
};
|
|
34442
|
+
traits: {
|
|
34443
|
+
types: string[];
|
|
34444
|
+
items: {
|
|
34445
|
+
types: string[];
|
|
34446
|
+
properties: {
|
|
34447
|
+
name: {
|
|
34448
|
+
types: string[];
|
|
34449
|
+
};
|
|
34450
|
+
stateCount: {
|
|
34451
|
+
types: string[];
|
|
34452
|
+
};
|
|
34453
|
+
eventCount: {
|
|
34454
|
+
types: string[];
|
|
34455
|
+
};
|
|
34456
|
+
transitionCount: {
|
|
34457
|
+
types: string[];
|
|
34458
|
+
};
|
|
34459
|
+
emits: {
|
|
34460
|
+
types: string[];
|
|
34461
|
+
items: {
|
|
34462
|
+
types: string[];
|
|
34463
|
+
};
|
|
34464
|
+
};
|
|
34465
|
+
listens: {
|
|
34466
|
+
types: string[];
|
|
34467
|
+
items: {
|
|
34468
|
+
types: string[];
|
|
34469
|
+
};
|
|
34470
|
+
};
|
|
34471
|
+
};
|
|
34472
|
+
required: string[];
|
|
34473
|
+
};
|
|
34474
|
+
};
|
|
34475
|
+
pages: {
|
|
34476
|
+
types: string[];
|
|
34477
|
+
items: {
|
|
34478
|
+
types: string[];
|
|
34479
|
+
properties: {
|
|
34480
|
+
name: {
|
|
34481
|
+
types: string[];
|
|
34482
|
+
};
|
|
34483
|
+
route: {
|
|
34484
|
+
types: string[];
|
|
34485
|
+
};
|
|
34486
|
+
};
|
|
34487
|
+
required: string[];
|
|
34488
|
+
};
|
|
34489
|
+
};
|
|
34490
|
+
traitDetails: {
|
|
34491
|
+
types: string[];
|
|
34492
|
+
};
|
|
34493
|
+
externalLinks: {
|
|
34494
|
+
types: string[];
|
|
34495
|
+
items: {
|
|
34496
|
+
types: string[];
|
|
34497
|
+
properties: {
|
|
34498
|
+
targetOrbital: {
|
|
34499
|
+
types: string[];
|
|
34500
|
+
};
|
|
34501
|
+
eventName: {
|
|
34502
|
+
types: string[];
|
|
34503
|
+
};
|
|
34504
|
+
direction: {
|
|
34505
|
+
types: string[];
|
|
34506
|
+
enumValues: string[];
|
|
34507
|
+
};
|
|
34508
|
+
traitName: {
|
|
34509
|
+
types: string[];
|
|
34510
|
+
};
|
|
34511
|
+
};
|
|
34512
|
+
required: string[];
|
|
34513
|
+
};
|
|
34514
|
+
};
|
|
34515
|
+
};
|
|
34516
|
+
propertyRequired: string[];
|
|
33156
34517
|
};
|
|
33157
34518
|
};
|
|
33158
34519
|
};
|
|
@@ -34092,6 +35453,42 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34092
35453
|
description: string;
|
|
34093
35454
|
items: {
|
|
34094
35455
|
types: string[];
|
|
35456
|
+
properties: {
|
|
35457
|
+
id: {
|
|
35458
|
+
types: string[];
|
|
35459
|
+
};
|
|
35460
|
+
x: {
|
|
35461
|
+
types: string[];
|
|
35462
|
+
};
|
|
35463
|
+
y: {
|
|
35464
|
+
types: string[];
|
|
35465
|
+
};
|
|
35466
|
+
z: {
|
|
35467
|
+
types: string[];
|
|
35468
|
+
};
|
|
35469
|
+
terrain: {
|
|
35470
|
+
types: string[];
|
|
35471
|
+
};
|
|
35472
|
+
type: {
|
|
35473
|
+
types: string[];
|
|
35474
|
+
};
|
|
35475
|
+
terrainSprite: {
|
|
35476
|
+
types: string[];
|
|
35477
|
+
};
|
|
35478
|
+
passable: {
|
|
35479
|
+
types: string[];
|
|
35480
|
+
};
|
|
35481
|
+
movementCost: {
|
|
35482
|
+
types: string[];
|
|
35483
|
+
};
|
|
35484
|
+
tileType: {
|
|
35485
|
+
types: string[];
|
|
35486
|
+
};
|
|
35487
|
+
elevation: {
|
|
35488
|
+
types: string[];
|
|
35489
|
+
};
|
|
35490
|
+
};
|
|
35491
|
+
required: string[];
|
|
34095
35492
|
};
|
|
34096
35493
|
};
|
|
34097
35494
|
units: {
|
|
@@ -34099,6 +35496,62 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34099
35496
|
description: string;
|
|
34100
35497
|
items: {
|
|
34101
35498
|
types: string[];
|
|
35499
|
+
properties: {
|
|
35500
|
+
id: {
|
|
35501
|
+
types: string[];
|
|
35502
|
+
};
|
|
35503
|
+
position: {
|
|
35504
|
+
types: string[];
|
|
35505
|
+
};
|
|
35506
|
+
x: {
|
|
35507
|
+
types: string[];
|
|
35508
|
+
};
|
|
35509
|
+
y: {
|
|
35510
|
+
types: string[];
|
|
35511
|
+
};
|
|
35512
|
+
z: {
|
|
35513
|
+
types: string[];
|
|
35514
|
+
};
|
|
35515
|
+
sprite: {
|
|
35516
|
+
types: string[];
|
|
35517
|
+
};
|
|
35518
|
+
unitType: {
|
|
35519
|
+
types: string[];
|
|
35520
|
+
};
|
|
35521
|
+
heroId: {
|
|
35522
|
+
types: string[];
|
|
35523
|
+
};
|
|
35524
|
+
name: {
|
|
35525
|
+
types: string[];
|
|
35526
|
+
};
|
|
35527
|
+
team: {
|
|
35528
|
+
types: string[];
|
|
35529
|
+
enumValues: string[];
|
|
35530
|
+
};
|
|
35531
|
+
faction: {
|
|
35532
|
+
types: string[];
|
|
35533
|
+
enumValues: string[];
|
|
35534
|
+
};
|
|
35535
|
+
health: {
|
|
35536
|
+
types: string[];
|
|
35537
|
+
};
|
|
35538
|
+
maxHealth: {
|
|
35539
|
+
types: string[];
|
|
35540
|
+
};
|
|
35541
|
+
traits: {
|
|
35542
|
+
types: string[];
|
|
35543
|
+
items: {
|
|
35544
|
+
types: string[];
|
|
35545
|
+
};
|
|
35546
|
+
};
|
|
35547
|
+
previousPosition: {
|
|
35548
|
+
types: string[];
|
|
35549
|
+
};
|
|
35550
|
+
elevation: {
|
|
35551
|
+
types: string[];
|
|
35552
|
+
};
|
|
35553
|
+
};
|
|
35554
|
+
required: string[];
|
|
34102
35555
|
};
|
|
34103
35556
|
};
|
|
34104
35557
|
features: {
|
|
@@ -34106,6 +35559,36 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34106
35559
|
description: string;
|
|
34107
35560
|
items: {
|
|
34108
35561
|
types: string[];
|
|
35562
|
+
properties: {
|
|
35563
|
+
id: {
|
|
35564
|
+
types: string[];
|
|
35565
|
+
};
|
|
35566
|
+
x: {
|
|
35567
|
+
types: string[];
|
|
35568
|
+
};
|
|
35569
|
+
y: {
|
|
35570
|
+
types: string[];
|
|
35571
|
+
};
|
|
35572
|
+
z: {
|
|
35573
|
+
types: string[];
|
|
35574
|
+
};
|
|
35575
|
+
type: {
|
|
35576
|
+
types: string[];
|
|
35577
|
+
};
|
|
35578
|
+
sprite: {
|
|
35579
|
+
types: string[];
|
|
35580
|
+
};
|
|
35581
|
+
assetUrl: {
|
|
35582
|
+
types: string[];
|
|
35583
|
+
};
|
|
35584
|
+
color: {
|
|
35585
|
+
types: string[];
|
|
35586
|
+
};
|
|
35587
|
+
elevation: {
|
|
35588
|
+
types: string[];
|
|
35589
|
+
};
|
|
35590
|
+
};
|
|
35591
|
+
required: string[];
|
|
34109
35592
|
};
|
|
34110
35593
|
};
|
|
34111
35594
|
selectedUnitId: {
|
|
@@ -34792,6 +36275,21 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34792
36275
|
types: string[];
|
|
34793
36276
|
description: string;
|
|
34794
36277
|
required: boolean;
|
|
36278
|
+
properties: {
|
|
36279
|
+
id: {
|
|
36280
|
+
types: string[];
|
|
36281
|
+
};
|
|
36282
|
+
title: {
|
|
36283
|
+
types: string[];
|
|
36284
|
+
};
|
|
36285
|
+
content: {
|
|
36286
|
+
types: string[];
|
|
36287
|
+
};
|
|
36288
|
+
orbitalSchema: {
|
|
36289
|
+
types: string[];
|
|
36290
|
+
};
|
|
36291
|
+
};
|
|
36292
|
+
propertyRequired: string[];
|
|
34795
36293
|
};
|
|
34796
36294
|
direction: {
|
|
34797
36295
|
types: string[];
|
|
@@ -34884,6 +36382,33 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34884
36382
|
required: boolean;
|
|
34885
36383
|
items: {
|
|
34886
36384
|
types: string[];
|
|
36385
|
+
properties: {
|
|
36386
|
+
title: {
|
|
36387
|
+
types: string[];
|
|
36388
|
+
};
|
|
36389
|
+
chapters: {
|
|
36390
|
+
types: string[];
|
|
36391
|
+
items: {
|
|
36392
|
+
types: string[];
|
|
36393
|
+
properties: {
|
|
36394
|
+
id: {
|
|
36395
|
+
types: string[];
|
|
36396
|
+
};
|
|
36397
|
+
title: {
|
|
36398
|
+
types: string[];
|
|
36399
|
+
};
|
|
36400
|
+
content: {
|
|
36401
|
+
types: string[];
|
|
36402
|
+
};
|
|
36403
|
+
orbitalSchema: {
|
|
36404
|
+
types: string[];
|
|
36405
|
+
};
|
|
36406
|
+
};
|
|
36407
|
+
required: string[];
|
|
36408
|
+
};
|
|
36409
|
+
};
|
|
36410
|
+
};
|
|
36411
|
+
required: string[];
|
|
34887
36412
|
};
|
|
34888
36413
|
};
|
|
34889
36414
|
currentChapterId: {
|
|
@@ -34982,12 +36507,78 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34982
36507
|
types: string[];
|
|
34983
36508
|
items: {
|
|
34984
36509
|
types: string[];
|
|
36510
|
+
properties: {
|
|
36511
|
+
id: {
|
|
36512
|
+
types: string[];
|
|
36513
|
+
};
|
|
36514
|
+
x: {
|
|
36515
|
+
types: string[];
|
|
36516
|
+
};
|
|
36517
|
+
y: {
|
|
36518
|
+
types: string[];
|
|
36519
|
+
};
|
|
36520
|
+
z: {
|
|
36521
|
+
types: string[];
|
|
36522
|
+
};
|
|
36523
|
+
terrain: {
|
|
36524
|
+
types: string[];
|
|
36525
|
+
};
|
|
36526
|
+
type: {
|
|
36527
|
+
types: string[];
|
|
36528
|
+
};
|
|
36529
|
+
terrainSprite: {
|
|
36530
|
+
types: string[];
|
|
36531
|
+
};
|
|
36532
|
+
passable: {
|
|
36533
|
+
types: string[];
|
|
36534
|
+
};
|
|
36535
|
+
movementCost: {
|
|
36536
|
+
types: string[];
|
|
36537
|
+
};
|
|
36538
|
+
tileType: {
|
|
36539
|
+
types: string[];
|
|
36540
|
+
};
|
|
36541
|
+
elevation: {
|
|
36542
|
+
types: string[];
|
|
36543
|
+
};
|
|
36544
|
+
};
|
|
36545
|
+
required: string[];
|
|
34985
36546
|
};
|
|
34986
36547
|
};
|
|
34987
36548
|
features: {
|
|
34988
36549
|
types: string[];
|
|
34989
36550
|
items: {
|
|
34990
36551
|
types: string[];
|
|
36552
|
+
properties: {
|
|
36553
|
+
id: {
|
|
36554
|
+
types: string[];
|
|
36555
|
+
};
|
|
36556
|
+
x: {
|
|
36557
|
+
types: string[];
|
|
36558
|
+
};
|
|
36559
|
+
y: {
|
|
36560
|
+
types: string[];
|
|
36561
|
+
};
|
|
36562
|
+
z: {
|
|
36563
|
+
types: string[];
|
|
36564
|
+
};
|
|
36565
|
+
type: {
|
|
36566
|
+
types: string[];
|
|
36567
|
+
};
|
|
36568
|
+
sprite: {
|
|
36569
|
+
types: string[];
|
|
36570
|
+
};
|
|
36571
|
+
assetUrl: {
|
|
36572
|
+
types: string[];
|
|
36573
|
+
};
|
|
36574
|
+
color: {
|
|
36575
|
+
types: string[];
|
|
36576
|
+
};
|
|
36577
|
+
elevation: {
|
|
36578
|
+
types: string[];
|
|
36579
|
+
};
|
|
36580
|
+
};
|
|
36581
|
+
required: string[];
|
|
34991
36582
|
};
|
|
34992
36583
|
};
|
|
34993
36584
|
boardWidth: {
|
|
@@ -35271,6 +36862,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35271
36862
|
types: string[];
|
|
35272
36863
|
description: string;
|
|
35273
36864
|
required: boolean;
|
|
36865
|
+
enumValues: string[];
|
|
35274
36866
|
};
|
|
35275
36867
|
x: {
|
|
35276
36868
|
types: string[];
|
|
@@ -35327,6 +36919,18 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35327
36919
|
assetManifest: {
|
|
35328
36920
|
types: string[];
|
|
35329
36921
|
description: string;
|
|
36922
|
+
properties: {
|
|
36923
|
+
baseUrl: {
|
|
36924
|
+
types: string[];
|
|
36925
|
+
};
|
|
36926
|
+
particles: {
|
|
36927
|
+
types: string[];
|
|
36928
|
+
};
|
|
36929
|
+
animations: {
|
|
36930
|
+
types: string[];
|
|
36931
|
+
};
|
|
36932
|
+
};
|
|
36933
|
+
propertyRequired: string[];
|
|
35330
36934
|
};
|
|
35331
36935
|
width: {
|
|
35332
36936
|
types: string[];
|
|
@@ -35359,18 +36963,140 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35359
36963
|
types: string[];
|
|
35360
36964
|
items: {
|
|
35361
36965
|
types: string[];
|
|
36966
|
+
properties: {
|
|
36967
|
+
id: {
|
|
36968
|
+
types: string[];
|
|
36969
|
+
};
|
|
36970
|
+
x: {
|
|
36971
|
+
types: string[];
|
|
36972
|
+
};
|
|
36973
|
+
y: {
|
|
36974
|
+
types: string[];
|
|
36975
|
+
};
|
|
36976
|
+
z: {
|
|
36977
|
+
types: string[];
|
|
36978
|
+
};
|
|
36979
|
+
terrain: {
|
|
36980
|
+
types: string[];
|
|
36981
|
+
};
|
|
36982
|
+
type: {
|
|
36983
|
+
types: string[];
|
|
36984
|
+
};
|
|
36985
|
+
terrainSprite: {
|
|
36986
|
+
types: string[];
|
|
36987
|
+
};
|
|
36988
|
+
passable: {
|
|
36989
|
+
types: string[];
|
|
36990
|
+
};
|
|
36991
|
+
movementCost: {
|
|
36992
|
+
types: string[];
|
|
36993
|
+
};
|
|
36994
|
+
tileType: {
|
|
36995
|
+
types: string[];
|
|
36996
|
+
};
|
|
36997
|
+
elevation: {
|
|
36998
|
+
types: string[];
|
|
36999
|
+
};
|
|
37000
|
+
};
|
|
37001
|
+
required: string[];
|
|
35362
37002
|
};
|
|
35363
37003
|
};
|
|
35364
37004
|
features: {
|
|
35365
37005
|
types: string[];
|
|
35366
37006
|
items: {
|
|
35367
37007
|
types: string[];
|
|
37008
|
+
properties: {
|
|
37009
|
+
id: {
|
|
37010
|
+
types: string[];
|
|
37011
|
+
};
|
|
37012
|
+
x: {
|
|
37013
|
+
types: string[];
|
|
37014
|
+
};
|
|
37015
|
+
y: {
|
|
37016
|
+
types: string[];
|
|
37017
|
+
};
|
|
37018
|
+
z: {
|
|
37019
|
+
types: string[];
|
|
37020
|
+
};
|
|
37021
|
+
type: {
|
|
37022
|
+
types: string[];
|
|
37023
|
+
};
|
|
37024
|
+
sprite: {
|
|
37025
|
+
types: string[];
|
|
37026
|
+
};
|
|
37027
|
+
assetUrl: {
|
|
37028
|
+
types: string[];
|
|
37029
|
+
};
|
|
37030
|
+
color: {
|
|
37031
|
+
types: string[];
|
|
37032
|
+
};
|
|
37033
|
+
elevation: {
|
|
37034
|
+
types: string[];
|
|
37035
|
+
};
|
|
37036
|
+
};
|
|
37037
|
+
required: string[];
|
|
35368
37038
|
};
|
|
35369
37039
|
};
|
|
35370
37040
|
units: {
|
|
35371
37041
|
types: string[];
|
|
35372
37042
|
items: {
|
|
35373
37043
|
types: string[];
|
|
37044
|
+
properties: {
|
|
37045
|
+
id: {
|
|
37046
|
+
types: string[];
|
|
37047
|
+
};
|
|
37048
|
+
position: {
|
|
37049
|
+
types: string[];
|
|
37050
|
+
};
|
|
37051
|
+
x: {
|
|
37052
|
+
types: string[];
|
|
37053
|
+
};
|
|
37054
|
+
y: {
|
|
37055
|
+
types: string[];
|
|
37056
|
+
};
|
|
37057
|
+
z: {
|
|
37058
|
+
types: string[];
|
|
37059
|
+
};
|
|
37060
|
+
sprite: {
|
|
37061
|
+
types: string[];
|
|
37062
|
+
};
|
|
37063
|
+
unitType: {
|
|
37064
|
+
types: string[];
|
|
37065
|
+
};
|
|
37066
|
+
heroId: {
|
|
37067
|
+
types: string[];
|
|
37068
|
+
};
|
|
37069
|
+
name: {
|
|
37070
|
+
types: string[];
|
|
37071
|
+
};
|
|
37072
|
+
team: {
|
|
37073
|
+
types: string[];
|
|
37074
|
+
enumValues: string[];
|
|
37075
|
+
};
|
|
37076
|
+
faction: {
|
|
37077
|
+
types: string[];
|
|
37078
|
+
enumValues: string[];
|
|
37079
|
+
};
|
|
37080
|
+
health: {
|
|
37081
|
+
types: string[];
|
|
37082
|
+
};
|
|
37083
|
+
maxHealth: {
|
|
37084
|
+
types: string[];
|
|
37085
|
+
};
|
|
37086
|
+
traits: {
|
|
37087
|
+
types: string[];
|
|
37088
|
+
items: {
|
|
37089
|
+
types: string[];
|
|
37090
|
+
};
|
|
37091
|
+
};
|
|
37092
|
+
previousPosition: {
|
|
37093
|
+
types: string[];
|
|
37094
|
+
};
|
|
37095
|
+
elevation: {
|
|
37096
|
+
types: string[];
|
|
37097
|
+
};
|
|
37098
|
+
};
|
|
37099
|
+
required: string[];
|
|
35374
37100
|
};
|
|
35375
37101
|
};
|
|
35376
37102
|
assetManifest: {
|
|
@@ -37823,6 +39549,36 @@ export declare const PATTERN_REGISTRY: {
|
|
|
37823
39549
|
required: boolean;
|
|
37824
39550
|
items: {
|
|
37825
39551
|
types: string[];
|
|
39552
|
+
properties: {
|
|
39553
|
+
id: {
|
|
39554
|
+
types: string[];
|
|
39555
|
+
};
|
|
39556
|
+
x: {
|
|
39557
|
+
types: string[];
|
|
39558
|
+
};
|
|
39559
|
+
y: {
|
|
39560
|
+
types: string[];
|
|
39561
|
+
};
|
|
39562
|
+
z: {
|
|
39563
|
+
types: string[];
|
|
39564
|
+
};
|
|
39565
|
+
type: {
|
|
39566
|
+
types: string[];
|
|
39567
|
+
};
|
|
39568
|
+
sprite: {
|
|
39569
|
+
types: string[];
|
|
39570
|
+
};
|
|
39571
|
+
assetUrl: {
|
|
39572
|
+
types: string[];
|
|
39573
|
+
};
|
|
39574
|
+
color: {
|
|
39575
|
+
types: string[];
|
|
39576
|
+
};
|
|
39577
|
+
elevation: {
|
|
39578
|
+
types: string[];
|
|
39579
|
+
};
|
|
39580
|
+
};
|
|
39581
|
+
required: string[];
|
|
37826
39582
|
};
|
|
37827
39583
|
};
|
|
37828
39584
|
cellSize: {
|