@almadar/patterns 2.30.8 → 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 +1815 -203
- package/dist/index.js +1632 -135
- package/dist/index.js.map +1 -1
- package/dist/patterns-registry.json +1928 -431
- package/dist/registry.json +1928 -431
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -18,10 +18,9 @@ export declare const registry: {
|
|
|
18
18
|
entity: {
|
|
19
19
|
types: string[];
|
|
20
20
|
description: string;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
description: string;
|
|
21
|
+
items: {
|
|
22
|
+
types: string[];
|
|
23
|
+
};
|
|
25
24
|
};
|
|
26
25
|
className: {
|
|
27
26
|
types: string[];
|
|
@@ -175,10 +174,6 @@ export declare const registry: {
|
|
|
175
174
|
types: string[];
|
|
176
175
|
description: string;
|
|
177
176
|
};
|
|
178
|
-
data: {
|
|
179
|
-
types: string[];
|
|
180
|
-
description: string;
|
|
181
|
-
};
|
|
182
177
|
className: {
|
|
183
178
|
types: string[];
|
|
184
179
|
description: string;
|
|
@@ -292,10 +287,6 @@ export declare const registry: {
|
|
|
292
287
|
types: string[];
|
|
293
288
|
description: string;
|
|
294
289
|
};
|
|
295
|
-
data: {
|
|
296
|
-
types: string[];
|
|
297
|
-
description: string;
|
|
298
|
-
};
|
|
299
290
|
className: {
|
|
300
291
|
types: string[];
|
|
301
292
|
description: string;
|
|
@@ -452,10 +443,6 @@ export declare const registry: {
|
|
|
452
443
|
types: string[];
|
|
453
444
|
description: string;
|
|
454
445
|
};
|
|
455
|
-
data: {
|
|
456
|
-
types: string[];
|
|
457
|
-
description: string;
|
|
458
|
-
};
|
|
459
446
|
className: {
|
|
460
447
|
types: string[];
|
|
461
448
|
description: string;
|
|
@@ -2568,10 +2555,9 @@ export declare const registry: {
|
|
|
2568
2555
|
entity: {
|
|
2569
2556
|
types: string[];
|
|
2570
2557
|
description: string;
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
description: string;
|
|
2558
|
+
items: {
|
|
2559
|
+
types: string[];
|
|
2560
|
+
};
|
|
2575
2561
|
};
|
|
2576
2562
|
className: {
|
|
2577
2563
|
types: string[];
|
|
@@ -5620,10 +5606,9 @@ export declare const registry: {
|
|
|
5620
5606
|
entity: {
|
|
5621
5607
|
types: string[];
|
|
5622
5608
|
description: string;
|
|
5623
|
-
|
|
5624
|
-
|
|
5625
|
-
|
|
5626
|
-
description: string;
|
|
5609
|
+
items: {
|
|
5610
|
+
types: string[];
|
|
5611
|
+
};
|
|
5627
5612
|
};
|
|
5628
5613
|
className: {
|
|
5629
5614
|
types: string[];
|
|
@@ -6543,10 +6528,9 @@ export declare const registry: {
|
|
|
6543
6528
|
entity: {
|
|
6544
6529
|
types: string[];
|
|
6545
6530
|
description: string;
|
|
6546
|
-
|
|
6547
|
-
|
|
6548
|
-
|
|
6549
|
-
description: string;
|
|
6531
|
+
items: {
|
|
6532
|
+
types: string[];
|
|
6533
|
+
};
|
|
6550
6534
|
};
|
|
6551
6535
|
className: {
|
|
6552
6536
|
types: string[];
|
|
@@ -7380,10 +7364,6 @@ export declare const registry: {
|
|
|
7380
7364
|
types: string[];
|
|
7381
7365
|
description: string;
|
|
7382
7366
|
};
|
|
7383
|
-
data: {
|
|
7384
|
-
types: string[];
|
|
7385
|
-
description: string;
|
|
7386
|
-
};
|
|
7387
7367
|
className: {
|
|
7388
7368
|
types: string[];
|
|
7389
7369
|
description: string;
|
|
@@ -10369,10 +10349,33 @@ export declare const registry: {
|
|
|
10369
10349
|
entity: {
|
|
10370
10350
|
types: string[];
|
|
10371
10351
|
description: string;
|
|
10372
|
-
|
|
10373
|
-
|
|
10374
|
-
|
|
10375
|
-
|
|
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
|
+
};
|
|
10376
10379
|
};
|
|
10377
10380
|
className: {
|
|
10378
10381
|
types: string[];
|
|
@@ -10439,10 +10442,30 @@ export declare const registry: {
|
|
|
10439
10442
|
entity: {
|
|
10440
10443
|
types: string[];
|
|
10441
10444
|
description: string;
|
|
10442
|
-
|
|
10443
|
-
|
|
10444
|
-
|
|
10445
|
-
|
|
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
|
+
};
|
|
10446
10469
|
};
|
|
10447
10470
|
className: {
|
|
10448
10471
|
types: string[];
|
|
@@ -10514,76 +10537,180 @@ export declare const registry: {
|
|
|
10514
10537
|
entity: {
|
|
10515
10538
|
types: string[];
|
|
10516
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
|
+
};
|
|
10517
10616
|
};
|
|
10518
|
-
|
|
10519
|
-
types: string[];
|
|
10520
|
-
description: string;
|
|
10521
|
-
};
|
|
10522
|
-
|
|
10523
|
-
types: string[];
|
|
10524
|
-
description: string;
|
|
10525
|
-
|
|
10526
|
-
|
|
10527
|
-
|
|
10528
|
-
|
|
10529
|
-
|
|
10530
|
-
};
|
|
10531
|
-
|
|
10532
|
-
types: string[];
|
|
10533
|
-
description: string;
|
|
10534
|
-
};
|
|
10535
|
-
|
|
10536
|
-
types: string[];
|
|
10537
|
-
description: string;
|
|
10538
|
-
};
|
|
10539
|
-
|
|
10540
|
-
types: string[];
|
|
10541
|
-
description: string;
|
|
10542
|
-
};
|
|
10543
|
-
|
|
10544
|
-
types: string[];
|
|
10545
|
-
description: string;
|
|
10546
|
-
};
|
|
10547
|
-
|
|
10548
|
-
types: string[];
|
|
10549
|
-
description: string;
|
|
10550
|
-
};
|
|
10551
|
-
|
|
10552
|
-
types: string[];
|
|
10553
|
-
description: string;
|
|
10554
|
-
};
|
|
10555
|
-
|
|
10556
|
-
types: string[];
|
|
10557
|
-
description: string;
|
|
10558
|
-
};
|
|
10559
|
-
|
|
10560
|
-
types: string[];
|
|
10561
|
-
description: string;
|
|
10562
|
-
};
|
|
10563
|
-
|
|
10564
|
-
types: string[];
|
|
10565
|
-
description: string;
|
|
10566
|
-
};
|
|
10567
|
-
|
|
10568
|
-
|
|
10569
|
-
|
|
10570
|
-
|
|
10571
|
-
|
|
10572
|
-
|
|
10573
|
-
|
|
10574
|
-
|
|
10575
|
-
|
|
10576
|
-
|
|
10577
|
-
suggestedFor: string[];
|
|
10578
|
-
typicalSize: string;
|
|
10579
|
-
propsSchema: {
|
|
10580
|
-
entity: {
|
|
10581
|
-
types: string[];
|
|
10582
|
-
description: string;
|
|
10583
|
-
};
|
|
10584
|
-
data: {
|
|
10617
|
+
className: {
|
|
10618
|
+
types: string[];
|
|
10619
|
+
description: string;
|
|
10620
|
+
};
|
|
10621
|
+
isLoading: {
|
|
10622
|
+
types: string[];
|
|
10623
|
+
description: string;
|
|
10624
|
+
default: boolean;
|
|
10625
|
+
};
|
|
10626
|
+
error: {
|
|
10627
|
+
types: string[];
|
|
10628
|
+
description: string;
|
|
10629
|
+
};
|
|
10630
|
+
sortBy: {
|
|
10631
|
+
types: string[];
|
|
10632
|
+
description: string;
|
|
10633
|
+
};
|
|
10634
|
+
sortDirection: {
|
|
10635
|
+
types: string[];
|
|
10636
|
+
description: string;
|
|
10637
|
+
};
|
|
10638
|
+
searchValue: {
|
|
10639
|
+
types: string[];
|
|
10640
|
+
description: string;
|
|
10641
|
+
};
|
|
10642
|
+
page: {
|
|
10643
|
+
types: string[];
|
|
10644
|
+
description: string;
|
|
10645
|
+
};
|
|
10646
|
+
pageSize: {
|
|
10647
|
+
types: string[];
|
|
10648
|
+
description: string;
|
|
10649
|
+
};
|
|
10650
|
+
totalCount: {
|
|
10651
|
+
types: string[];
|
|
10652
|
+
description: string;
|
|
10653
|
+
};
|
|
10654
|
+
activeFilters: {
|
|
10655
|
+
types: string[];
|
|
10656
|
+
description: string;
|
|
10657
|
+
};
|
|
10658
|
+
selectedIds: {
|
|
10659
|
+
types: string[];
|
|
10660
|
+
description: string;
|
|
10661
|
+
};
|
|
10662
|
+
children: {
|
|
10663
|
+
types: string[];
|
|
10664
|
+
description: string;
|
|
10665
|
+
};
|
|
10666
|
+
};
|
|
10667
|
+
};
|
|
10668
|
+
"pricing-organism": {
|
|
10669
|
+
type: string;
|
|
10670
|
+
category: string;
|
|
10671
|
+
description: string;
|
|
10672
|
+
suggestedFor: string[];
|
|
10673
|
+
typicalSize: string;
|
|
10674
|
+
propsSchema: {
|
|
10675
|
+
entity: {
|
|
10585
10676
|
types: string[];
|
|
10586
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
|
+
};
|
|
10587
10714
|
};
|
|
10588
10715
|
className: {
|
|
10589
10716
|
types: string[];
|
|
@@ -10650,10 +10777,42 @@ export declare const registry: {
|
|
|
10650
10777
|
entity: {
|
|
10651
10778
|
types: string[];
|
|
10652
10779
|
description: string;
|
|
10653
|
-
|
|
10654
|
-
|
|
10655
|
-
|
|
10656
|
-
|
|
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
|
+
};
|
|
10657
10816
|
};
|
|
10658
10817
|
className: {
|
|
10659
10818
|
types: string[];
|
|
@@ -10725,10 +10884,21 @@ export declare const registry: {
|
|
|
10725
10884
|
entity: {
|
|
10726
10885
|
types: string[];
|
|
10727
10886
|
description: string;
|
|
10728
|
-
|
|
10729
|
-
|
|
10730
|
-
|
|
10731
|
-
|
|
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
|
+
};
|
|
10732
10902
|
};
|
|
10733
10903
|
className: {
|
|
10734
10904
|
types: string[];
|
|
@@ -10792,10 +10962,27 @@ export declare const registry: {
|
|
|
10792
10962
|
entity: {
|
|
10793
10963
|
types: string[];
|
|
10794
10964
|
description: string;
|
|
10795
|
-
|
|
10796
|
-
|
|
10797
|
-
|
|
10798
|
-
|
|
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
|
+
};
|
|
10799
10986
|
};
|
|
10800
10987
|
className: {
|
|
10801
10988
|
types: string[];
|
|
@@ -10873,10 +11060,30 @@ export declare const registry: {
|
|
|
10873
11060
|
entity: {
|
|
10874
11061
|
types: string[];
|
|
10875
11062
|
description: string;
|
|
10876
|
-
|
|
10877
|
-
|
|
10878
|
-
|
|
10879
|
-
|
|
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
|
+
};
|
|
10880
11087
|
};
|
|
10881
11088
|
className: {
|
|
10882
11089
|
types: string[];
|
|
@@ -13935,6 +14142,112 @@ export declare const registry: {
|
|
|
13935
14142
|
types: string[];
|
|
13936
14143
|
description: string;
|
|
13937
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[];
|
|
13938
14251
|
};
|
|
13939
14252
|
};
|
|
13940
14253
|
};
|
|
@@ -13949,6 +14262,112 @@ export declare const registry: {
|
|
|
13949
14262
|
types: string[];
|
|
13950
14263
|
description: string;
|
|
13951
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[];
|
|
13952
14371
|
};
|
|
13953
14372
|
};
|
|
13954
14373
|
};
|
|
@@ -14888,6 +15307,42 @@ export declare const registry: {
|
|
|
14888
15307
|
description: string;
|
|
14889
15308
|
items: {
|
|
14890
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[];
|
|
14891
15346
|
};
|
|
14892
15347
|
};
|
|
14893
15348
|
units: {
|
|
@@ -14895,6 +15350,62 @@ export declare const registry: {
|
|
|
14895
15350
|
description: string;
|
|
14896
15351
|
items: {
|
|
14897
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[];
|
|
14898
15409
|
};
|
|
14899
15410
|
};
|
|
14900
15411
|
features: {
|
|
@@ -14902,6 +15413,36 @@ export declare const registry: {
|
|
|
14902
15413
|
description: string;
|
|
14903
15414
|
items: {
|
|
14904
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[];
|
|
14905
15446
|
};
|
|
14906
15447
|
};
|
|
14907
15448
|
selectedUnitId: {
|
|
@@ -15588,6 +16129,21 @@ export declare const registry: {
|
|
|
15588
16129
|
types: string[];
|
|
15589
16130
|
description: string;
|
|
15590
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[];
|
|
15591
16147
|
};
|
|
15592
16148
|
direction: {
|
|
15593
16149
|
types: string[];
|
|
@@ -15680,6 +16236,33 @@ export declare const registry: {
|
|
|
15680
16236
|
required: boolean;
|
|
15681
16237
|
items: {
|
|
15682
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[];
|
|
15683
16266
|
};
|
|
15684
16267
|
};
|
|
15685
16268
|
currentChapterId: {
|
|
@@ -15704,10 +16287,6 @@ export declare const registry: {
|
|
|
15704
16287
|
types: string[];
|
|
15705
16288
|
description: string;
|
|
15706
16289
|
};
|
|
15707
|
-
data: {
|
|
15708
|
-
types: string[];
|
|
15709
|
-
description: string;
|
|
15710
|
-
};
|
|
15711
16290
|
className: {
|
|
15712
16291
|
types: string[];
|
|
15713
16292
|
description: string;
|
|
@@ -15782,12 +16361,78 @@ export declare const registry: {
|
|
|
15782
16361
|
types: string[];
|
|
15783
16362
|
items: {
|
|
15784
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[];
|
|
15785
16400
|
};
|
|
15786
16401
|
};
|
|
15787
16402
|
features: {
|
|
15788
16403
|
types: string[];
|
|
15789
16404
|
items: {
|
|
15790
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[];
|
|
15791
16436
|
};
|
|
15792
16437
|
};
|
|
15793
16438
|
boardWidth: {
|
|
@@ -16071,6 +16716,7 @@ export declare const registry: {
|
|
|
16071
16716
|
types: string[];
|
|
16072
16717
|
description: string;
|
|
16073
16718
|
required: boolean;
|
|
16719
|
+
enumValues: string[];
|
|
16074
16720
|
};
|
|
16075
16721
|
x: {
|
|
16076
16722
|
types: string[];
|
|
@@ -16127,6 +16773,18 @@ export declare const registry: {
|
|
|
16127
16773
|
assetManifest: {
|
|
16128
16774
|
types: string[];
|
|
16129
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[];
|
|
16130
16788
|
};
|
|
16131
16789
|
width: {
|
|
16132
16790
|
types: string[];
|
|
@@ -16159,18 +16817,140 @@ export declare const registry: {
|
|
|
16159
16817
|
types: string[];
|
|
16160
16818
|
items: {
|
|
16161
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[];
|
|
16162
16856
|
};
|
|
16163
16857
|
};
|
|
16164
16858
|
features: {
|
|
16165
16859
|
types: string[];
|
|
16166
16860
|
items: {
|
|
16167
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[];
|
|
16168
16892
|
};
|
|
16169
16893
|
};
|
|
16170
16894
|
units: {
|
|
16171
16895
|
types: string[];
|
|
16172
16896
|
items: {
|
|
16173
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[];
|
|
16174
16954
|
};
|
|
16175
16955
|
};
|
|
16176
16956
|
assetManifest: {
|
|
@@ -18623,6 +19403,36 @@ export declare const registry: {
|
|
|
18623
19403
|
required: boolean;
|
|
18624
19404
|
items: {
|
|
18625
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[];
|
|
18626
19436
|
};
|
|
18627
19437
|
};
|
|
18628
19438
|
cellSize: {
|
|
@@ -18683,10 +19493,6 @@ export declare const registry: {
|
|
|
18683
19493
|
types: string[];
|
|
18684
19494
|
description: string;
|
|
18685
19495
|
};
|
|
18686
|
-
data: {
|
|
18687
|
-
types: string[];
|
|
18688
|
-
description: string;
|
|
18689
|
-
};
|
|
18690
19496
|
className: {
|
|
18691
19497
|
types: string[];
|
|
18692
19498
|
description: string;
|
|
@@ -19358,10 +20164,9 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19358
20164
|
entity: {
|
|
19359
20165
|
types: string[];
|
|
19360
20166
|
description: string;
|
|
19361
|
-
|
|
19362
|
-
|
|
19363
|
-
|
|
19364
|
-
description: string;
|
|
20167
|
+
items: {
|
|
20168
|
+
types: string[];
|
|
20169
|
+
};
|
|
19365
20170
|
};
|
|
19366
20171
|
className: {
|
|
19367
20172
|
types: string[];
|
|
@@ -19515,10 +20320,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19515
20320
|
types: string[];
|
|
19516
20321
|
description: string;
|
|
19517
20322
|
};
|
|
19518
|
-
data: {
|
|
19519
|
-
types: string[];
|
|
19520
|
-
description: string;
|
|
19521
|
-
};
|
|
19522
20323
|
className: {
|
|
19523
20324
|
types: string[];
|
|
19524
20325
|
description: string;
|
|
@@ -19632,10 +20433,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19632
20433
|
types: string[];
|
|
19633
20434
|
description: string;
|
|
19634
20435
|
};
|
|
19635
|
-
data: {
|
|
19636
|
-
types: string[];
|
|
19637
|
-
description: string;
|
|
19638
|
-
};
|
|
19639
20436
|
className: {
|
|
19640
20437
|
types: string[];
|
|
19641
20438
|
description: string;
|
|
@@ -19792,10 +20589,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
19792
20589
|
types: string[];
|
|
19793
20590
|
description: string;
|
|
19794
20591
|
};
|
|
19795
|
-
data: {
|
|
19796
|
-
types: string[];
|
|
19797
|
-
description: string;
|
|
19798
|
-
};
|
|
19799
20592
|
className: {
|
|
19800
20593
|
types: string[];
|
|
19801
20594
|
description: string;
|
|
@@ -21908,10 +22701,9 @@ export declare const PATTERN_REGISTRY: {
|
|
|
21908
22701
|
entity: {
|
|
21909
22702
|
types: string[];
|
|
21910
22703
|
description: string;
|
|
21911
|
-
|
|
21912
|
-
|
|
21913
|
-
|
|
21914
|
-
description: string;
|
|
22704
|
+
items: {
|
|
22705
|
+
types: string[];
|
|
22706
|
+
};
|
|
21915
22707
|
};
|
|
21916
22708
|
className: {
|
|
21917
22709
|
types: string[];
|
|
@@ -24960,10 +25752,9 @@ export declare const PATTERN_REGISTRY: {
|
|
|
24960
25752
|
entity: {
|
|
24961
25753
|
types: string[];
|
|
24962
25754
|
description: string;
|
|
24963
|
-
|
|
24964
|
-
|
|
24965
|
-
|
|
24966
|
-
description: string;
|
|
25755
|
+
items: {
|
|
25756
|
+
types: string[];
|
|
25757
|
+
};
|
|
24967
25758
|
};
|
|
24968
25759
|
className: {
|
|
24969
25760
|
types: string[];
|
|
@@ -25883,10 +26674,9 @@ export declare const PATTERN_REGISTRY: {
|
|
|
25883
26674
|
entity: {
|
|
25884
26675
|
types: string[];
|
|
25885
26676
|
description: string;
|
|
25886
|
-
|
|
25887
|
-
|
|
25888
|
-
|
|
25889
|
-
description: string;
|
|
26677
|
+
items: {
|
|
26678
|
+
types: string[];
|
|
26679
|
+
};
|
|
25890
26680
|
};
|
|
25891
26681
|
className: {
|
|
25892
26682
|
types: string[];
|
|
@@ -26720,10 +27510,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
26720
27510
|
types: string[];
|
|
26721
27511
|
description: string;
|
|
26722
27512
|
};
|
|
26723
|
-
data: {
|
|
26724
|
-
types: string[];
|
|
26725
|
-
description: string;
|
|
26726
|
-
};
|
|
26727
27513
|
className: {
|
|
26728
27514
|
types: string[];
|
|
26729
27515
|
description: string;
|
|
@@ -29709,10 +30495,33 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29709
30495
|
entity: {
|
|
29710
30496
|
types: string[];
|
|
29711
30497
|
description: string;
|
|
29712
|
-
|
|
29713
|
-
|
|
29714
|
-
|
|
29715
|
-
|
|
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
|
+
};
|
|
29716
30525
|
};
|
|
29717
30526
|
className: {
|
|
29718
30527
|
types: string[];
|
|
@@ -29779,10 +30588,30 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29779
30588
|
entity: {
|
|
29780
30589
|
types: string[];
|
|
29781
30590
|
description: string;
|
|
29782
|
-
|
|
29783
|
-
|
|
29784
|
-
|
|
29785
|
-
|
|
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
|
+
};
|
|
29786
30615
|
};
|
|
29787
30616
|
className: {
|
|
29788
30617
|
types: string[];
|
|
@@ -29854,10 +30683,82 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29854
30683
|
entity: {
|
|
29855
30684
|
types: string[];
|
|
29856
30685
|
description: string;
|
|
29857
|
-
|
|
29858
|
-
|
|
29859
|
-
|
|
29860
|
-
|
|
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
|
+
};
|
|
29861
30762
|
};
|
|
29862
30763
|
className: {
|
|
29863
30764
|
types: string[];
|
|
@@ -29920,10 +30821,42 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29920
30821
|
entity: {
|
|
29921
30822
|
types: string[];
|
|
29922
30823
|
description: string;
|
|
29923
|
-
|
|
29924
|
-
|
|
29925
|
-
|
|
29926
|
-
|
|
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
|
+
};
|
|
29927
30860
|
};
|
|
29928
30861
|
className: {
|
|
29929
30862
|
types: string[];
|
|
@@ -29990,10 +30923,42 @@ export declare const PATTERN_REGISTRY: {
|
|
|
29990
30923
|
entity: {
|
|
29991
30924
|
types: string[];
|
|
29992
30925
|
description: string;
|
|
29993
|
-
|
|
29994
|
-
|
|
29995
|
-
|
|
29996
|
-
|
|
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
|
+
};
|
|
29997
30962
|
};
|
|
29998
30963
|
className: {
|
|
29999
30964
|
types: string[];
|
|
@@ -30065,10 +31030,21 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30065
31030
|
entity: {
|
|
30066
31031
|
types: string[];
|
|
30067
31032
|
description: string;
|
|
30068
|
-
|
|
30069
|
-
|
|
30070
|
-
|
|
30071
|
-
|
|
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
|
+
};
|
|
30072
31048
|
};
|
|
30073
31049
|
className: {
|
|
30074
31050
|
types: string[];
|
|
@@ -30132,10 +31108,27 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30132
31108
|
entity: {
|
|
30133
31109
|
types: string[];
|
|
30134
31110
|
description: string;
|
|
30135
|
-
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
|
|
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
|
+
};
|
|
30139
31132
|
};
|
|
30140
31133
|
className: {
|
|
30141
31134
|
types: string[];
|
|
@@ -30213,10 +31206,30 @@ export declare const PATTERN_REGISTRY: {
|
|
|
30213
31206
|
entity: {
|
|
30214
31207
|
types: string[];
|
|
30215
31208
|
description: string;
|
|
30216
|
-
|
|
30217
|
-
|
|
30218
|
-
|
|
30219
|
-
|
|
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
|
+
};
|
|
30220
31233
|
};
|
|
30221
31234
|
className: {
|
|
30222
31235
|
types: string[];
|
|
@@ -33275,6 +34288,112 @@ export declare const PATTERN_REGISTRY: {
|
|
|
33275
34288
|
types: string[];
|
|
33276
34289
|
description: string;
|
|
33277
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[];
|
|
33278
34397
|
};
|
|
33279
34398
|
};
|
|
33280
34399
|
};
|
|
@@ -33289,6 +34408,112 @@ export declare const PATTERN_REGISTRY: {
|
|
|
33289
34408
|
types: string[];
|
|
33290
34409
|
description: string;
|
|
33291
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[];
|
|
33292
34517
|
};
|
|
33293
34518
|
};
|
|
33294
34519
|
};
|
|
@@ -34228,6 +35453,42 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34228
35453
|
description: string;
|
|
34229
35454
|
items: {
|
|
34230
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[];
|
|
34231
35492
|
};
|
|
34232
35493
|
};
|
|
34233
35494
|
units: {
|
|
@@ -34235,6 +35496,62 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34235
35496
|
description: string;
|
|
34236
35497
|
items: {
|
|
34237
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[];
|
|
34238
35555
|
};
|
|
34239
35556
|
};
|
|
34240
35557
|
features: {
|
|
@@ -34242,6 +35559,36 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34242
35559
|
description: string;
|
|
34243
35560
|
items: {
|
|
34244
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[];
|
|
34245
35592
|
};
|
|
34246
35593
|
};
|
|
34247
35594
|
selectedUnitId: {
|
|
@@ -34928,6 +36275,21 @@ export declare const PATTERN_REGISTRY: {
|
|
|
34928
36275
|
types: string[];
|
|
34929
36276
|
description: string;
|
|
34930
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[];
|
|
34931
36293
|
};
|
|
34932
36294
|
direction: {
|
|
34933
36295
|
types: string[];
|
|
@@ -35020,6 +36382,33 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35020
36382
|
required: boolean;
|
|
35021
36383
|
items: {
|
|
35022
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[];
|
|
35023
36412
|
};
|
|
35024
36413
|
};
|
|
35025
36414
|
currentChapterId: {
|
|
@@ -35044,10 +36433,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35044
36433
|
types: string[];
|
|
35045
36434
|
description: string;
|
|
35046
36435
|
};
|
|
35047
|
-
data: {
|
|
35048
|
-
types: string[];
|
|
35049
|
-
description: string;
|
|
35050
|
-
};
|
|
35051
36436
|
className: {
|
|
35052
36437
|
types: string[];
|
|
35053
36438
|
description: string;
|
|
@@ -35122,12 +36507,78 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35122
36507
|
types: string[];
|
|
35123
36508
|
items: {
|
|
35124
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[];
|
|
35125
36546
|
};
|
|
35126
36547
|
};
|
|
35127
36548
|
features: {
|
|
35128
36549
|
types: string[];
|
|
35129
36550
|
items: {
|
|
35130
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[];
|
|
35131
36582
|
};
|
|
35132
36583
|
};
|
|
35133
36584
|
boardWidth: {
|
|
@@ -35411,6 +36862,7 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35411
36862
|
types: string[];
|
|
35412
36863
|
description: string;
|
|
35413
36864
|
required: boolean;
|
|
36865
|
+
enumValues: string[];
|
|
35414
36866
|
};
|
|
35415
36867
|
x: {
|
|
35416
36868
|
types: string[];
|
|
@@ -35467,6 +36919,18 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35467
36919
|
assetManifest: {
|
|
35468
36920
|
types: string[];
|
|
35469
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[];
|
|
35470
36934
|
};
|
|
35471
36935
|
width: {
|
|
35472
36936
|
types: string[];
|
|
@@ -35499,18 +36963,140 @@ export declare const PATTERN_REGISTRY: {
|
|
|
35499
36963
|
types: string[];
|
|
35500
36964
|
items: {
|
|
35501
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[];
|
|
35502
37002
|
};
|
|
35503
37003
|
};
|
|
35504
37004
|
features: {
|
|
35505
37005
|
types: string[];
|
|
35506
37006
|
items: {
|
|
35507
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[];
|
|
35508
37038
|
};
|
|
35509
37039
|
};
|
|
35510
37040
|
units: {
|
|
35511
37041
|
types: string[];
|
|
35512
37042
|
items: {
|
|
35513
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[];
|
|
35514
37100
|
};
|
|
35515
37101
|
};
|
|
35516
37102
|
assetManifest: {
|
|
@@ -37963,6 +39549,36 @@ export declare const PATTERN_REGISTRY: {
|
|
|
37963
39549
|
required: boolean;
|
|
37964
39550
|
items: {
|
|
37965
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[];
|
|
37966
39582
|
};
|
|
37967
39583
|
};
|
|
37968
39584
|
cellSize: {
|
|
@@ -38023,10 +39639,6 @@ export declare const PATTERN_REGISTRY: {
|
|
|
38023
39639
|
types: string[];
|
|
38024
39640
|
description: string;
|
|
38025
39641
|
};
|
|
38026
|
-
data: {
|
|
38027
|
-
types: string[];
|
|
38028
|
-
description: string;
|
|
38029
|
-
};
|
|
38030
39642
|
className: {
|
|
38031
39643
|
types: string[];
|
|
38032
39644
|
description: string;
|