@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/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-22T09:19:11.577Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -18,7 +18,12 @@
|
|
|
18
18
|
"object",
|
|
19
19
|
"array"
|
|
20
20
|
],
|
|
21
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
21
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
22
|
+
"items": {
|
|
23
|
+
"types": [
|
|
24
|
+
"object"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
22
27
|
},
|
|
23
28
|
"className": {
|
|
24
29
|
"types": [
|
|
@@ -3990,7 +3995,12 @@
|
|
|
3990
3995
|
"object",
|
|
3991
3996
|
"array"
|
|
3992
3997
|
],
|
|
3993
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
3998
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
3999
|
+
"items": {
|
|
4000
|
+
"types": [
|
|
4001
|
+
"object"
|
|
4002
|
+
]
|
|
4003
|
+
}
|
|
3994
4004
|
},
|
|
3995
4005
|
"className": {
|
|
3996
4006
|
"types": [
|
|
@@ -9005,7 +9015,12 @@
|
|
|
9005
9015
|
"object",
|
|
9006
9016
|
"array"
|
|
9007
9017
|
],
|
|
9008
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
9018
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
9019
|
+
"items": {
|
|
9020
|
+
"types": [
|
|
9021
|
+
"object"
|
|
9022
|
+
]
|
|
9023
|
+
}
|
|
9009
9024
|
},
|
|
9010
9025
|
"className": {
|
|
9011
9026
|
"types": [
|
|
@@ -10461,7 +10476,12 @@
|
|
|
10461
10476
|
"object",
|
|
10462
10477
|
"array"
|
|
10463
10478
|
],
|
|
10464
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
10479
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
10480
|
+
"items": {
|
|
10481
|
+
"types": [
|
|
10482
|
+
"object"
|
|
10483
|
+
]
|
|
10484
|
+
}
|
|
10465
10485
|
},
|
|
10466
10486
|
"className": {
|
|
10467
10487
|
"types": [
|
|
@@ -16457,7 +16477,56 @@
|
|
|
16457
16477
|
"object",
|
|
16458
16478
|
"array"
|
|
16459
16479
|
],
|
|
16460
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
16480
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
16481
|
+
"items": {
|
|
16482
|
+
"types": [
|
|
16483
|
+
"object"
|
|
16484
|
+
],
|
|
16485
|
+
"properties": {
|
|
16486
|
+
"id": {
|
|
16487
|
+
"types": [
|
|
16488
|
+
"string"
|
|
16489
|
+
]
|
|
16490
|
+
},
|
|
16491
|
+
"title": {
|
|
16492
|
+
"types": [
|
|
16493
|
+
"string"
|
|
16494
|
+
]
|
|
16495
|
+
},
|
|
16496
|
+
"description": {
|
|
16497
|
+
"types": [
|
|
16498
|
+
"string"
|
|
16499
|
+
]
|
|
16500
|
+
},
|
|
16501
|
+
"category": {
|
|
16502
|
+
"types": [
|
|
16503
|
+
"string"
|
|
16504
|
+
]
|
|
16505
|
+
},
|
|
16506
|
+
"categoryColor": {
|
|
16507
|
+
"types": [
|
|
16508
|
+
"string"
|
|
16509
|
+
]
|
|
16510
|
+
},
|
|
16511
|
+
"href": {
|
|
16512
|
+
"types": [
|
|
16513
|
+
"string"
|
|
16514
|
+
]
|
|
16515
|
+
},
|
|
16516
|
+
"linkLabel": {
|
|
16517
|
+
"types": [
|
|
16518
|
+
"string"
|
|
16519
|
+
]
|
|
16520
|
+
}
|
|
16521
|
+
},
|
|
16522
|
+
"required": [
|
|
16523
|
+
"id",
|
|
16524
|
+
"title",
|
|
16525
|
+
"description",
|
|
16526
|
+
"category",
|
|
16527
|
+
"href"
|
|
16528
|
+
]
|
|
16529
|
+
}
|
|
16461
16530
|
},
|
|
16462
16531
|
"className": {
|
|
16463
16532
|
"types": [
|
|
@@ -16557,7 +16626,49 @@
|
|
|
16557
16626
|
"object",
|
|
16558
16627
|
"array"
|
|
16559
16628
|
],
|
|
16560
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
16629
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
16630
|
+
"items": {
|
|
16631
|
+
"types": [
|
|
16632
|
+
"object"
|
|
16633
|
+
],
|
|
16634
|
+
"properties": {
|
|
16635
|
+
"id": {
|
|
16636
|
+
"types": [
|
|
16637
|
+
"string"
|
|
16638
|
+
]
|
|
16639
|
+
},
|
|
16640
|
+
"icon": {
|
|
16641
|
+
"types": [
|
|
16642
|
+
"string"
|
|
16643
|
+
]
|
|
16644
|
+
},
|
|
16645
|
+
"title": {
|
|
16646
|
+
"types": [
|
|
16647
|
+
"string"
|
|
16648
|
+
]
|
|
16649
|
+
},
|
|
16650
|
+
"description": {
|
|
16651
|
+
"types": [
|
|
16652
|
+
"string"
|
|
16653
|
+
]
|
|
16654
|
+
},
|
|
16655
|
+
"href": {
|
|
16656
|
+
"types": [
|
|
16657
|
+
"string"
|
|
16658
|
+
]
|
|
16659
|
+
},
|
|
16660
|
+
"linkLabel": {
|
|
16661
|
+
"types": [
|
|
16662
|
+
"string"
|
|
16663
|
+
]
|
|
16664
|
+
}
|
|
16665
|
+
},
|
|
16666
|
+
"required": [
|
|
16667
|
+
"id",
|
|
16668
|
+
"title",
|
|
16669
|
+
"description"
|
|
16670
|
+
]
|
|
16671
|
+
}
|
|
16561
16672
|
},
|
|
16562
16673
|
"className": {
|
|
16563
16674
|
"types": [
|
|
@@ -16663,7 +16774,152 @@
|
|
|
16663
16774
|
"object",
|
|
16664
16775
|
"array"
|
|
16665
16776
|
],
|
|
16666
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
16777
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
16778
|
+
"items": {
|
|
16779
|
+
"types": [
|
|
16780
|
+
"object"
|
|
16781
|
+
],
|
|
16782
|
+
"properties": {
|
|
16783
|
+
"id": {
|
|
16784
|
+
"types": [
|
|
16785
|
+
"string"
|
|
16786
|
+
]
|
|
16787
|
+
},
|
|
16788
|
+
"tag": {
|
|
16789
|
+
"types": [
|
|
16790
|
+
"string"
|
|
16791
|
+
]
|
|
16792
|
+
},
|
|
16793
|
+
"title": {
|
|
16794
|
+
"types": [
|
|
16795
|
+
"string"
|
|
16796
|
+
]
|
|
16797
|
+
},
|
|
16798
|
+
"titleAccent": {
|
|
16799
|
+
"types": [
|
|
16800
|
+
"string"
|
|
16801
|
+
]
|
|
16802
|
+
},
|
|
16803
|
+
"subtitle": {
|
|
16804
|
+
"types": [
|
|
16805
|
+
"string"
|
|
16806
|
+
]
|
|
16807
|
+
},
|
|
16808
|
+
"primaryAction": {
|
|
16809
|
+
"types": [
|
|
16810
|
+
"object"
|
|
16811
|
+
],
|
|
16812
|
+
"properties": {
|
|
16813
|
+
"label": {
|
|
16814
|
+
"types": [
|
|
16815
|
+
"string"
|
|
16816
|
+
]
|
|
16817
|
+
},
|
|
16818
|
+
"href": {
|
|
16819
|
+
"types": [
|
|
16820
|
+
"string"
|
|
16821
|
+
]
|
|
16822
|
+
},
|
|
16823
|
+
"variant": {
|
|
16824
|
+
"types": [
|
|
16825
|
+
"string"
|
|
16826
|
+
],
|
|
16827
|
+
"enumValues": [
|
|
16828
|
+
"primary",
|
|
16829
|
+
"secondary",
|
|
16830
|
+
"ghost"
|
|
16831
|
+
]
|
|
16832
|
+
}
|
|
16833
|
+
},
|
|
16834
|
+
"required": [
|
|
16835
|
+
"label",
|
|
16836
|
+
"href"
|
|
16837
|
+
]
|
|
16838
|
+
},
|
|
16839
|
+
"secondaryAction": {
|
|
16840
|
+
"types": [
|
|
16841
|
+
"object"
|
|
16842
|
+
],
|
|
16843
|
+
"properties": {
|
|
16844
|
+
"label": {
|
|
16845
|
+
"types": [
|
|
16846
|
+
"string"
|
|
16847
|
+
]
|
|
16848
|
+
},
|
|
16849
|
+
"href": {
|
|
16850
|
+
"types": [
|
|
16851
|
+
"string"
|
|
16852
|
+
]
|
|
16853
|
+
},
|
|
16854
|
+
"variant": {
|
|
16855
|
+
"types": [
|
|
16856
|
+
"string"
|
|
16857
|
+
],
|
|
16858
|
+
"enumValues": [
|
|
16859
|
+
"primary",
|
|
16860
|
+
"secondary",
|
|
16861
|
+
"ghost"
|
|
16862
|
+
]
|
|
16863
|
+
}
|
|
16864
|
+
},
|
|
16865
|
+
"required": [
|
|
16866
|
+
"label",
|
|
16867
|
+
"href"
|
|
16868
|
+
]
|
|
16869
|
+
},
|
|
16870
|
+
"installCommand": {
|
|
16871
|
+
"types": [
|
|
16872
|
+
"string"
|
|
16873
|
+
]
|
|
16874
|
+
},
|
|
16875
|
+
"image": {
|
|
16876
|
+
"types": [
|
|
16877
|
+
"object"
|
|
16878
|
+
],
|
|
16879
|
+
"properties": {
|
|
16880
|
+
"src": {
|
|
16881
|
+
"types": [
|
|
16882
|
+
"string"
|
|
16883
|
+
]
|
|
16884
|
+
},
|
|
16885
|
+
"alt": {
|
|
16886
|
+
"types": [
|
|
16887
|
+
"string"
|
|
16888
|
+
]
|
|
16889
|
+
}
|
|
16890
|
+
},
|
|
16891
|
+
"required": [
|
|
16892
|
+
"src",
|
|
16893
|
+
"alt"
|
|
16894
|
+
]
|
|
16895
|
+
},
|
|
16896
|
+
"imagePosition": {
|
|
16897
|
+
"types": [
|
|
16898
|
+
"string"
|
|
16899
|
+
],
|
|
16900
|
+
"enumValues": [
|
|
16901
|
+
"below",
|
|
16902
|
+
"right",
|
|
16903
|
+
"background"
|
|
16904
|
+
]
|
|
16905
|
+
},
|
|
16906
|
+
"background": {
|
|
16907
|
+
"types": [
|
|
16908
|
+
"string"
|
|
16909
|
+
],
|
|
16910
|
+
"enumValues": [
|
|
16911
|
+
"dark",
|
|
16912
|
+
"gradient",
|
|
16913
|
+
"subtle"
|
|
16914
|
+
]
|
|
16915
|
+
}
|
|
16916
|
+
},
|
|
16917
|
+
"required": [
|
|
16918
|
+
"id",
|
|
16919
|
+
"title",
|
|
16920
|
+
"subtitle"
|
|
16921
|
+
]
|
|
16922
|
+
}
|
|
16667
16923
|
},
|
|
16668
16924
|
"className": {
|
|
16669
16925
|
"types": [
|
|
@@ -16756,34 +17012,99 @@
|
|
|
16756
17012
|
"object",
|
|
16757
17013
|
"array"
|
|
16758
17014
|
],
|
|
16759
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
16760
|
-
|
|
16761
|
-
|
|
16762
|
-
|
|
16763
|
-
|
|
16764
|
-
|
|
16765
|
-
|
|
16766
|
-
|
|
16767
|
-
|
|
16768
|
-
|
|
16769
|
-
|
|
16770
|
-
|
|
16771
|
-
|
|
16772
|
-
|
|
16773
|
-
|
|
16774
|
-
|
|
16775
|
-
|
|
16776
|
-
|
|
16777
|
-
|
|
16778
|
-
|
|
16779
|
-
|
|
16780
|
-
|
|
16781
|
-
|
|
16782
|
-
|
|
16783
|
-
|
|
16784
|
-
|
|
16785
|
-
|
|
16786
|
-
|
|
17015
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17016
|
+
"items": {
|
|
17017
|
+
"types": [
|
|
17018
|
+
"object"
|
|
17019
|
+
],
|
|
17020
|
+
"properties": {
|
|
17021
|
+
"id": {
|
|
17022
|
+
"types": [
|
|
17023
|
+
"string"
|
|
17024
|
+
]
|
|
17025
|
+
},
|
|
17026
|
+
"name": {
|
|
17027
|
+
"types": [
|
|
17028
|
+
"string"
|
|
17029
|
+
]
|
|
17030
|
+
},
|
|
17031
|
+
"price": {
|
|
17032
|
+
"types": [
|
|
17033
|
+
"string"
|
|
17034
|
+
]
|
|
17035
|
+
},
|
|
17036
|
+
"description": {
|
|
17037
|
+
"types": [
|
|
17038
|
+
"string"
|
|
17039
|
+
]
|
|
17040
|
+
},
|
|
17041
|
+
"features": {
|
|
17042
|
+
"types": [
|
|
17043
|
+
"array"
|
|
17044
|
+
],
|
|
17045
|
+
"items": {
|
|
17046
|
+
"types": [
|
|
17047
|
+
"string"
|
|
17048
|
+
]
|
|
17049
|
+
}
|
|
17050
|
+
},
|
|
17051
|
+
"actionLabel": {
|
|
17052
|
+
"types": [
|
|
17053
|
+
"string"
|
|
17054
|
+
]
|
|
17055
|
+
},
|
|
17056
|
+
"actionHref": {
|
|
17057
|
+
"types": [
|
|
17058
|
+
"string"
|
|
17059
|
+
]
|
|
17060
|
+
},
|
|
17061
|
+
"highlighted": {
|
|
17062
|
+
"types": [
|
|
17063
|
+
"boolean"
|
|
17064
|
+
]
|
|
17065
|
+
},
|
|
17066
|
+
"badge": {
|
|
17067
|
+
"types": [
|
|
17068
|
+
"string"
|
|
17069
|
+
]
|
|
17070
|
+
}
|
|
17071
|
+
},
|
|
17072
|
+
"required": [
|
|
17073
|
+
"id",
|
|
17074
|
+
"name",
|
|
17075
|
+
"price",
|
|
17076
|
+
"features",
|
|
17077
|
+
"actionLabel",
|
|
17078
|
+
"actionHref"
|
|
17079
|
+
]
|
|
17080
|
+
}
|
|
17081
|
+
},
|
|
17082
|
+
"className": {
|
|
17083
|
+
"types": [
|
|
17084
|
+
"string"
|
|
17085
|
+
],
|
|
17086
|
+
"description": "Additional CSS classes"
|
|
17087
|
+
},
|
|
17088
|
+
"isLoading": {
|
|
17089
|
+
"types": [
|
|
17090
|
+
"boolean"
|
|
17091
|
+
],
|
|
17092
|
+
"description": "Loading state indicator",
|
|
17093
|
+
"default": false
|
|
17094
|
+
},
|
|
17095
|
+
"error": {
|
|
17096
|
+
"types": [
|
|
17097
|
+
"object"
|
|
17098
|
+
],
|
|
17099
|
+
"description": "Error state"
|
|
17100
|
+
},
|
|
17101
|
+
"sortBy": {
|
|
17102
|
+
"types": [
|
|
17103
|
+
"string"
|
|
17104
|
+
],
|
|
17105
|
+
"description": "Current sort field"
|
|
17106
|
+
},
|
|
17107
|
+
"sortDirection": {
|
|
16787
17108
|
"types": [
|
|
16788
17109
|
"string"
|
|
16789
17110
|
],
|
|
@@ -16855,7 +17176,70 @@
|
|
|
16855
17176
|
"object",
|
|
16856
17177
|
"array"
|
|
16857
17178
|
],
|
|
16858
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
17179
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17180
|
+
"items": {
|
|
17181
|
+
"types": [
|
|
17182
|
+
"object"
|
|
17183
|
+
],
|
|
17184
|
+
"properties": {
|
|
17185
|
+
"id": {
|
|
17186
|
+
"types": [
|
|
17187
|
+
"string"
|
|
17188
|
+
]
|
|
17189
|
+
},
|
|
17190
|
+
"title": {
|
|
17191
|
+
"types": [
|
|
17192
|
+
"string"
|
|
17193
|
+
]
|
|
17194
|
+
},
|
|
17195
|
+
"description": {
|
|
17196
|
+
"types": [
|
|
17197
|
+
"string"
|
|
17198
|
+
]
|
|
17199
|
+
},
|
|
17200
|
+
"image": {
|
|
17201
|
+
"types": [
|
|
17202
|
+
"object"
|
|
17203
|
+
],
|
|
17204
|
+
"properties": {
|
|
17205
|
+
"src": {
|
|
17206
|
+
"types": [
|
|
17207
|
+
"string"
|
|
17208
|
+
]
|
|
17209
|
+
},
|
|
17210
|
+
"alt": {
|
|
17211
|
+
"types": [
|
|
17212
|
+
"string"
|
|
17213
|
+
]
|
|
17214
|
+
}
|
|
17215
|
+
},
|
|
17216
|
+
"required": [
|
|
17217
|
+
"src",
|
|
17218
|
+
"alt"
|
|
17219
|
+
]
|
|
17220
|
+
},
|
|
17221
|
+
"href": {
|
|
17222
|
+
"types": [
|
|
17223
|
+
"string"
|
|
17224
|
+
]
|
|
17225
|
+
},
|
|
17226
|
+
"badge": {
|
|
17227
|
+
"types": [
|
|
17228
|
+
"string"
|
|
17229
|
+
]
|
|
17230
|
+
},
|
|
17231
|
+
"accentColor": {
|
|
17232
|
+
"types": [
|
|
17233
|
+
"string"
|
|
17234
|
+
]
|
|
17235
|
+
}
|
|
17236
|
+
},
|
|
17237
|
+
"required": [
|
|
17238
|
+
"id",
|
|
17239
|
+
"title",
|
|
17240
|
+
"image"
|
|
17241
|
+
]
|
|
17242
|
+
}
|
|
16859
17243
|
},
|
|
16860
17244
|
"className": {
|
|
16861
17245
|
"types": [
|
|
@@ -16961,7 +17345,34 @@
|
|
|
16961
17345
|
"object",
|
|
16962
17346
|
"array"
|
|
16963
17347
|
],
|
|
16964
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
17348
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17349
|
+
"items": {
|
|
17350
|
+
"types": [
|
|
17351
|
+
"object"
|
|
17352
|
+
],
|
|
17353
|
+
"properties": {
|
|
17354
|
+
"id": {
|
|
17355
|
+
"types": [
|
|
17356
|
+
"string"
|
|
17357
|
+
]
|
|
17358
|
+
},
|
|
17359
|
+
"value": {
|
|
17360
|
+
"types": [
|
|
17361
|
+
"string"
|
|
17362
|
+
]
|
|
17363
|
+
},
|
|
17364
|
+
"label": {
|
|
17365
|
+
"types": [
|
|
17366
|
+
"string"
|
|
17367
|
+
]
|
|
17368
|
+
}
|
|
17369
|
+
},
|
|
17370
|
+
"required": [
|
|
17371
|
+
"id",
|
|
17372
|
+
"value",
|
|
17373
|
+
"label"
|
|
17374
|
+
]
|
|
17375
|
+
}
|
|
16965
17376
|
},
|
|
16966
17377
|
"className": {
|
|
16967
17378
|
"types": [
|
|
@@ -17056,7 +17467,44 @@
|
|
|
17056
17467
|
"object",
|
|
17057
17468
|
"array"
|
|
17058
17469
|
],
|
|
17059
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
17470
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17471
|
+
"items": {
|
|
17472
|
+
"types": [
|
|
17473
|
+
"object"
|
|
17474
|
+
],
|
|
17475
|
+
"properties": {
|
|
17476
|
+
"id": {
|
|
17477
|
+
"types": [
|
|
17478
|
+
"string"
|
|
17479
|
+
]
|
|
17480
|
+
},
|
|
17481
|
+
"number": {
|
|
17482
|
+
"types": [
|
|
17483
|
+
"number"
|
|
17484
|
+
]
|
|
17485
|
+
},
|
|
17486
|
+
"title": {
|
|
17487
|
+
"types": [
|
|
17488
|
+
"string"
|
|
17489
|
+
]
|
|
17490
|
+
},
|
|
17491
|
+
"description": {
|
|
17492
|
+
"types": [
|
|
17493
|
+
"string"
|
|
17494
|
+
]
|
|
17495
|
+
},
|
|
17496
|
+
"icon": {
|
|
17497
|
+
"types": [
|
|
17498
|
+
"string"
|
|
17499
|
+
]
|
|
17500
|
+
}
|
|
17501
|
+
},
|
|
17502
|
+
"required": [
|
|
17503
|
+
"id",
|
|
17504
|
+
"title",
|
|
17505
|
+
"description"
|
|
17506
|
+
]
|
|
17507
|
+
}
|
|
17060
17508
|
},
|
|
17061
17509
|
"className": {
|
|
17062
17510
|
"types": [
|
|
@@ -17173,7 +17621,50 @@
|
|
|
17173
17621
|
"object",
|
|
17174
17622
|
"array"
|
|
17175
17623
|
],
|
|
17176
|
-
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit"
|
|
17624
|
+
"description": "Entity record or array of records — pre-resolved by the trait via render-ui after a fetch emit",
|
|
17625
|
+
"items": {
|
|
17626
|
+
"types": [
|
|
17627
|
+
"object"
|
|
17628
|
+
],
|
|
17629
|
+
"properties": {
|
|
17630
|
+
"id": {
|
|
17631
|
+
"types": [
|
|
17632
|
+
"string"
|
|
17633
|
+
]
|
|
17634
|
+
},
|
|
17635
|
+
"name": {
|
|
17636
|
+
"types": [
|
|
17637
|
+
"string"
|
|
17638
|
+
]
|
|
17639
|
+
},
|
|
17640
|
+
"nameAr": {
|
|
17641
|
+
"types": [
|
|
17642
|
+
"string"
|
|
17643
|
+
]
|
|
17644
|
+
},
|
|
17645
|
+
"role": {
|
|
17646
|
+
"types": [
|
|
17647
|
+
"string"
|
|
17648
|
+
]
|
|
17649
|
+
},
|
|
17650
|
+
"bio": {
|
|
17651
|
+
"types": [
|
|
17652
|
+
"string"
|
|
17653
|
+
]
|
|
17654
|
+
},
|
|
17655
|
+
"avatar": {
|
|
17656
|
+
"types": [
|
|
17657
|
+
"string"
|
|
17658
|
+
]
|
|
17659
|
+
}
|
|
17660
|
+
},
|
|
17661
|
+
"required": [
|
|
17662
|
+
"id",
|
|
17663
|
+
"name",
|
|
17664
|
+
"role",
|
|
17665
|
+
"bio"
|
|
17666
|
+
]
|
|
17667
|
+
}
|
|
17177
17668
|
},
|
|
17178
17669
|
"className": {
|
|
17179
17670
|
"types": [
|
|
@@ -21889,14 +22380,212 @@
|
|
|
21889
22380
|
"object"
|
|
21890
22381
|
],
|
|
21891
22382
|
"description": "data prop",
|
|
21892
|
-
"required": true
|
|
21893
|
-
|
|
21894
|
-
|
|
21895
|
-
|
|
21896
|
-
|
|
21897
|
-
|
|
21898
|
-
|
|
21899
|
-
|
|
22383
|
+
"required": true,
|
|
22384
|
+
"properties": {
|
|
22385
|
+
"orbitalName": {
|
|
22386
|
+
"types": [
|
|
22387
|
+
"string"
|
|
22388
|
+
]
|
|
22389
|
+
},
|
|
22390
|
+
"entityName": {
|
|
22391
|
+
"types": [
|
|
22392
|
+
"string"
|
|
22393
|
+
]
|
|
22394
|
+
},
|
|
22395
|
+
"persistence": {
|
|
22396
|
+
"types": [
|
|
22397
|
+
"string"
|
|
22398
|
+
]
|
|
22399
|
+
},
|
|
22400
|
+
"fields": {
|
|
22401
|
+
"types": [
|
|
22402
|
+
"array"
|
|
22403
|
+
],
|
|
22404
|
+
"items": {
|
|
22405
|
+
"types": [
|
|
22406
|
+
"object"
|
|
22407
|
+
],
|
|
22408
|
+
"properties": {
|
|
22409
|
+
"name": {
|
|
22410
|
+
"types": [
|
|
22411
|
+
"string"
|
|
22412
|
+
]
|
|
22413
|
+
},
|
|
22414
|
+
"type": {
|
|
22415
|
+
"types": [
|
|
22416
|
+
"string"
|
|
22417
|
+
]
|
|
22418
|
+
},
|
|
22419
|
+
"required": {
|
|
22420
|
+
"types": [
|
|
22421
|
+
"boolean"
|
|
22422
|
+
]
|
|
22423
|
+
},
|
|
22424
|
+
"hasDefault": {
|
|
22425
|
+
"types": [
|
|
22426
|
+
"boolean"
|
|
22427
|
+
]
|
|
22428
|
+
}
|
|
22429
|
+
},
|
|
22430
|
+
"required": [
|
|
22431
|
+
"name",
|
|
22432
|
+
"type",
|
|
22433
|
+
"required",
|
|
22434
|
+
"hasDefault"
|
|
22435
|
+
]
|
|
22436
|
+
}
|
|
22437
|
+
},
|
|
22438
|
+
"traits": {
|
|
22439
|
+
"types": [
|
|
22440
|
+
"array"
|
|
22441
|
+
],
|
|
22442
|
+
"items": {
|
|
22443
|
+
"types": [
|
|
22444
|
+
"object"
|
|
22445
|
+
],
|
|
22446
|
+
"properties": {
|
|
22447
|
+
"name": {
|
|
22448
|
+
"types": [
|
|
22449
|
+
"string"
|
|
22450
|
+
]
|
|
22451
|
+
},
|
|
22452
|
+
"stateCount": {
|
|
22453
|
+
"types": [
|
|
22454
|
+
"number"
|
|
22455
|
+
]
|
|
22456
|
+
},
|
|
22457
|
+
"eventCount": {
|
|
22458
|
+
"types": [
|
|
22459
|
+
"number"
|
|
22460
|
+
]
|
|
22461
|
+
},
|
|
22462
|
+
"transitionCount": {
|
|
22463
|
+
"types": [
|
|
22464
|
+
"number"
|
|
22465
|
+
]
|
|
22466
|
+
},
|
|
22467
|
+
"emits": {
|
|
22468
|
+
"types": [
|
|
22469
|
+
"array"
|
|
22470
|
+
],
|
|
22471
|
+
"items": {
|
|
22472
|
+
"types": [
|
|
22473
|
+
"string"
|
|
22474
|
+
]
|
|
22475
|
+
}
|
|
22476
|
+
},
|
|
22477
|
+
"listens": {
|
|
22478
|
+
"types": [
|
|
22479
|
+
"array"
|
|
22480
|
+
],
|
|
22481
|
+
"items": {
|
|
22482
|
+
"types": [
|
|
22483
|
+
"string"
|
|
22484
|
+
]
|
|
22485
|
+
}
|
|
22486
|
+
}
|
|
22487
|
+
},
|
|
22488
|
+
"required": [
|
|
22489
|
+
"name",
|
|
22490
|
+
"stateCount",
|
|
22491
|
+
"eventCount",
|
|
22492
|
+
"transitionCount",
|
|
22493
|
+
"emits",
|
|
22494
|
+
"listens"
|
|
22495
|
+
]
|
|
22496
|
+
}
|
|
22497
|
+
},
|
|
22498
|
+
"pages": {
|
|
22499
|
+
"types": [
|
|
22500
|
+
"array"
|
|
22501
|
+
],
|
|
22502
|
+
"items": {
|
|
22503
|
+
"types": [
|
|
22504
|
+
"object"
|
|
22505
|
+
],
|
|
22506
|
+
"properties": {
|
|
22507
|
+
"name": {
|
|
22508
|
+
"types": [
|
|
22509
|
+
"string"
|
|
22510
|
+
]
|
|
22511
|
+
},
|
|
22512
|
+
"route": {
|
|
22513
|
+
"types": [
|
|
22514
|
+
"string"
|
|
22515
|
+
]
|
|
22516
|
+
}
|
|
22517
|
+
},
|
|
22518
|
+
"required": [
|
|
22519
|
+
"name",
|
|
22520
|
+
"route"
|
|
22521
|
+
]
|
|
22522
|
+
}
|
|
22523
|
+
},
|
|
22524
|
+
"traitDetails": {
|
|
22525
|
+
"types": [
|
|
22526
|
+
"object"
|
|
22527
|
+
]
|
|
22528
|
+
},
|
|
22529
|
+
"externalLinks": {
|
|
22530
|
+
"types": [
|
|
22531
|
+
"array"
|
|
22532
|
+
],
|
|
22533
|
+
"items": {
|
|
22534
|
+
"types": [
|
|
22535
|
+
"object"
|
|
22536
|
+
],
|
|
22537
|
+
"properties": {
|
|
22538
|
+
"targetOrbital": {
|
|
22539
|
+
"types": [
|
|
22540
|
+
"string"
|
|
22541
|
+
]
|
|
22542
|
+
},
|
|
22543
|
+
"eventName": {
|
|
22544
|
+
"types": [
|
|
22545
|
+
"string"
|
|
22546
|
+
]
|
|
22547
|
+
},
|
|
22548
|
+
"direction": {
|
|
22549
|
+
"types": [
|
|
22550
|
+
"string"
|
|
22551
|
+
],
|
|
22552
|
+
"enumValues": [
|
|
22553
|
+
"out",
|
|
22554
|
+
"in"
|
|
22555
|
+
]
|
|
22556
|
+
},
|
|
22557
|
+
"traitName": {
|
|
22558
|
+
"types": [
|
|
22559
|
+
"string"
|
|
22560
|
+
]
|
|
22561
|
+
}
|
|
22562
|
+
},
|
|
22563
|
+
"required": [
|
|
22564
|
+
"targetOrbital",
|
|
22565
|
+
"eventName",
|
|
22566
|
+
"direction",
|
|
22567
|
+
"traitName"
|
|
22568
|
+
]
|
|
22569
|
+
}
|
|
22570
|
+
}
|
|
22571
|
+
},
|
|
22572
|
+
"propertyRequired": [
|
|
22573
|
+
"orbitalName",
|
|
22574
|
+
"entityName",
|
|
22575
|
+
"persistence",
|
|
22576
|
+
"fields",
|
|
22577
|
+
"traits",
|
|
22578
|
+
"pages",
|
|
22579
|
+
"traitDetails",
|
|
22580
|
+
"externalLinks"
|
|
22581
|
+
]
|
|
22582
|
+
}
|
|
22583
|
+
}
|
|
22584
|
+
},
|
|
22585
|
+
"module-card": {
|
|
22586
|
+
"type": "module-card",
|
|
22587
|
+
"category": "display",
|
|
22588
|
+
"description": "ModuleCard component",
|
|
21900
22589
|
"suggestedFor": [
|
|
21901
22590
|
"module",
|
|
21902
22591
|
"card",
|
|
@@ -21909,7 +22598,205 @@
|
|
|
21909
22598
|
"object"
|
|
21910
22599
|
],
|
|
21911
22600
|
"description": "data prop",
|
|
21912
|
-
"required": true
|
|
22601
|
+
"required": true,
|
|
22602
|
+
"properties": {
|
|
22603
|
+
"orbitalName": {
|
|
22604
|
+
"types": [
|
|
22605
|
+
"string"
|
|
22606
|
+
]
|
|
22607
|
+
},
|
|
22608
|
+
"entityName": {
|
|
22609
|
+
"types": [
|
|
22610
|
+
"string"
|
|
22611
|
+
]
|
|
22612
|
+
},
|
|
22613
|
+
"persistence": {
|
|
22614
|
+
"types": [
|
|
22615
|
+
"string"
|
|
22616
|
+
]
|
|
22617
|
+
},
|
|
22618
|
+
"fields": {
|
|
22619
|
+
"types": [
|
|
22620
|
+
"array"
|
|
22621
|
+
],
|
|
22622
|
+
"items": {
|
|
22623
|
+
"types": [
|
|
22624
|
+
"object"
|
|
22625
|
+
],
|
|
22626
|
+
"properties": {
|
|
22627
|
+
"name": {
|
|
22628
|
+
"types": [
|
|
22629
|
+
"string"
|
|
22630
|
+
]
|
|
22631
|
+
},
|
|
22632
|
+
"type": {
|
|
22633
|
+
"types": [
|
|
22634
|
+
"string"
|
|
22635
|
+
]
|
|
22636
|
+
},
|
|
22637
|
+
"required": {
|
|
22638
|
+
"types": [
|
|
22639
|
+
"boolean"
|
|
22640
|
+
]
|
|
22641
|
+
},
|
|
22642
|
+
"hasDefault": {
|
|
22643
|
+
"types": [
|
|
22644
|
+
"boolean"
|
|
22645
|
+
]
|
|
22646
|
+
}
|
|
22647
|
+
},
|
|
22648
|
+
"required": [
|
|
22649
|
+
"name",
|
|
22650
|
+
"type",
|
|
22651
|
+
"required",
|
|
22652
|
+
"hasDefault"
|
|
22653
|
+
]
|
|
22654
|
+
}
|
|
22655
|
+
},
|
|
22656
|
+
"traits": {
|
|
22657
|
+
"types": [
|
|
22658
|
+
"array"
|
|
22659
|
+
],
|
|
22660
|
+
"items": {
|
|
22661
|
+
"types": [
|
|
22662
|
+
"object"
|
|
22663
|
+
],
|
|
22664
|
+
"properties": {
|
|
22665
|
+
"name": {
|
|
22666
|
+
"types": [
|
|
22667
|
+
"string"
|
|
22668
|
+
]
|
|
22669
|
+
},
|
|
22670
|
+
"stateCount": {
|
|
22671
|
+
"types": [
|
|
22672
|
+
"number"
|
|
22673
|
+
]
|
|
22674
|
+
},
|
|
22675
|
+
"eventCount": {
|
|
22676
|
+
"types": [
|
|
22677
|
+
"number"
|
|
22678
|
+
]
|
|
22679
|
+
},
|
|
22680
|
+
"transitionCount": {
|
|
22681
|
+
"types": [
|
|
22682
|
+
"number"
|
|
22683
|
+
]
|
|
22684
|
+
},
|
|
22685
|
+
"emits": {
|
|
22686
|
+
"types": [
|
|
22687
|
+
"array"
|
|
22688
|
+
],
|
|
22689
|
+
"items": {
|
|
22690
|
+
"types": [
|
|
22691
|
+
"string"
|
|
22692
|
+
]
|
|
22693
|
+
}
|
|
22694
|
+
},
|
|
22695
|
+
"listens": {
|
|
22696
|
+
"types": [
|
|
22697
|
+
"array"
|
|
22698
|
+
],
|
|
22699
|
+
"items": {
|
|
22700
|
+
"types": [
|
|
22701
|
+
"string"
|
|
22702
|
+
]
|
|
22703
|
+
}
|
|
22704
|
+
}
|
|
22705
|
+
},
|
|
22706
|
+
"required": [
|
|
22707
|
+
"name",
|
|
22708
|
+
"stateCount",
|
|
22709
|
+
"eventCount",
|
|
22710
|
+
"transitionCount",
|
|
22711
|
+
"emits",
|
|
22712
|
+
"listens"
|
|
22713
|
+
]
|
|
22714
|
+
}
|
|
22715
|
+
},
|
|
22716
|
+
"pages": {
|
|
22717
|
+
"types": [
|
|
22718
|
+
"array"
|
|
22719
|
+
],
|
|
22720
|
+
"items": {
|
|
22721
|
+
"types": [
|
|
22722
|
+
"object"
|
|
22723
|
+
],
|
|
22724
|
+
"properties": {
|
|
22725
|
+
"name": {
|
|
22726
|
+
"types": [
|
|
22727
|
+
"string"
|
|
22728
|
+
]
|
|
22729
|
+
},
|
|
22730
|
+
"route": {
|
|
22731
|
+
"types": [
|
|
22732
|
+
"string"
|
|
22733
|
+
]
|
|
22734
|
+
}
|
|
22735
|
+
},
|
|
22736
|
+
"required": [
|
|
22737
|
+
"name",
|
|
22738
|
+
"route"
|
|
22739
|
+
]
|
|
22740
|
+
}
|
|
22741
|
+
},
|
|
22742
|
+
"traitDetails": {
|
|
22743
|
+
"types": [
|
|
22744
|
+
"object"
|
|
22745
|
+
]
|
|
22746
|
+
},
|
|
22747
|
+
"externalLinks": {
|
|
22748
|
+
"types": [
|
|
22749
|
+
"array"
|
|
22750
|
+
],
|
|
22751
|
+
"items": {
|
|
22752
|
+
"types": [
|
|
22753
|
+
"object"
|
|
22754
|
+
],
|
|
22755
|
+
"properties": {
|
|
22756
|
+
"targetOrbital": {
|
|
22757
|
+
"types": [
|
|
22758
|
+
"string"
|
|
22759
|
+
]
|
|
22760
|
+
},
|
|
22761
|
+
"eventName": {
|
|
22762
|
+
"types": [
|
|
22763
|
+
"string"
|
|
22764
|
+
]
|
|
22765
|
+
},
|
|
22766
|
+
"direction": {
|
|
22767
|
+
"types": [
|
|
22768
|
+
"string"
|
|
22769
|
+
],
|
|
22770
|
+
"enumValues": [
|
|
22771
|
+
"out",
|
|
22772
|
+
"in"
|
|
22773
|
+
]
|
|
22774
|
+
},
|
|
22775
|
+
"traitName": {
|
|
22776
|
+
"types": [
|
|
22777
|
+
"string"
|
|
22778
|
+
]
|
|
22779
|
+
}
|
|
22780
|
+
},
|
|
22781
|
+
"required": [
|
|
22782
|
+
"targetOrbital",
|
|
22783
|
+
"eventName",
|
|
22784
|
+
"direction",
|
|
22785
|
+
"traitName"
|
|
22786
|
+
]
|
|
22787
|
+
}
|
|
22788
|
+
}
|
|
22789
|
+
},
|
|
22790
|
+
"propertyRequired": [
|
|
22791
|
+
"orbitalName",
|
|
22792
|
+
"entityName",
|
|
22793
|
+
"persistence",
|
|
22794
|
+
"fields",
|
|
22795
|
+
"traits",
|
|
22796
|
+
"pages",
|
|
22797
|
+
"traitDetails",
|
|
22798
|
+
"externalLinks"
|
|
22799
|
+
]
|
|
21913
22800
|
}
|
|
21914
22801
|
}
|
|
21915
22802
|
},
|
|
@@ -23383,6 +24270,67 @@
|
|
|
23383
24270
|
"items": {
|
|
23384
24271
|
"types": [
|
|
23385
24272
|
"object"
|
|
24273
|
+
],
|
|
24274
|
+
"properties": {
|
|
24275
|
+
"id": {
|
|
24276
|
+
"types": [
|
|
24277
|
+
"string"
|
|
24278
|
+
]
|
|
24279
|
+
},
|
|
24280
|
+
"x": {
|
|
24281
|
+
"types": [
|
|
24282
|
+
"number"
|
|
24283
|
+
]
|
|
24284
|
+
},
|
|
24285
|
+
"y": {
|
|
24286
|
+
"types": [
|
|
24287
|
+
"number"
|
|
24288
|
+
]
|
|
24289
|
+
},
|
|
24290
|
+
"z": {
|
|
24291
|
+
"types": [
|
|
24292
|
+
"number"
|
|
24293
|
+
]
|
|
24294
|
+
},
|
|
24295
|
+
"terrain": {
|
|
24296
|
+
"types": [
|
|
24297
|
+
"string"
|
|
24298
|
+
]
|
|
24299
|
+
},
|
|
24300
|
+
"type": {
|
|
24301
|
+
"types": [
|
|
24302
|
+
"string"
|
|
24303
|
+
]
|
|
24304
|
+
},
|
|
24305
|
+
"terrainSprite": {
|
|
24306
|
+
"types": [
|
|
24307
|
+
"string"
|
|
24308
|
+
]
|
|
24309
|
+
},
|
|
24310
|
+
"passable": {
|
|
24311
|
+
"types": [
|
|
24312
|
+
"boolean"
|
|
24313
|
+
]
|
|
24314
|
+
},
|
|
24315
|
+
"movementCost": {
|
|
24316
|
+
"types": [
|
|
24317
|
+
"number"
|
|
24318
|
+
]
|
|
24319
|
+
},
|
|
24320
|
+
"tileType": {
|
|
24321
|
+
"types": [
|
|
24322
|
+
"string"
|
|
24323
|
+
]
|
|
24324
|
+
},
|
|
24325
|
+
"elevation": {
|
|
24326
|
+
"types": [
|
|
24327
|
+
"number"
|
|
24328
|
+
]
|
|
24329
|
+
}
|
|
24330
|
+
},
|
|
24331
|
+
"required": [
|
|
24332
|
+
"x",
|
|
24333
|
+
"y"
|
|
23386
24334
|
]
|
|
23387
24335
|
}
|
|
23388
24336
|
},
|
|
@@ -23394,6 +24342,106 @@
|
|
|
23394
24342
|
"items": {
|
|
23395
24343
|
"types": [
|
|
23396
24344
|
"object"
|
|
24345
|
+
],
|
|
24346
|
+
"properties": {
|
|
24347
|
+
"id": {
|
|
24348
|
+
"types": [
|
|
24349
|
+
"string"
|
|
24350
|
+
]
|
|
24351
|
+
},
|
|
24352
|
+
"position": {
|
|
24353
|
+
"types": [
|
|
24354
|
+
"object"
|
|
24355
|
+
]
|
|
24356
|
+
},
|
|
24357
|
+
"x": {
|
|
24358
|
+
"types": [
|
|
24359
|
+
"number"
|
|
24360
|
+
]
|
|
24361
|
+
},
|
|
24362
|
+
"y": {
|
|
24363
|
+
"types": [
|
|
24364
|
+
"number"
|
|
24365
|
+
]
|
|
24366
|
+
},
|
|
24367
|
+
"z": {
|
|
24368
|
+
"types": [
|
|
24369
|
+
"number"
|
|
24370
|
+
]
|
|
24371
|
+
},
|
|
24372
|
+
"sprite": {
|
|
24373
|
+
"types": [
|
|
24374
|
+
"string"
|
|
24375
|
+
]
|
|
24376
|
+
},
|
|
24377
|
+
"unitType": {
|
|
24378
|
+
"types": [
|
|
24379
|
+
"string"
|
|
24380
|
+
]
|
|
24381
|
+
},
|
|
24382
|
+
"heroId": {
|
|
24383
|
+
"types": [
|
|
24384
|
+
"string"
|
|
24385
|
+
]
|
|
24386
|
+
},
|
|
24387
|
+
"name": {
|
|
24388
|
+
"types": [
|
|
24389
|
+
"string"
|
|
24390
|
+
]
|
|
24391
|
+
},
|
|
24392
|
+
"team": {
|
|
24393
|
+
"types": [
|
|
24394
|
+
"string"
|
|
24395
|
+
],
|
|
24396
|
+
"enumValues": [
|
|
24397
|
+
"player",
|
|
24398
|
+
"enemy",
|
|
24399
|
+
"neutral"
|
|
24400
|
+
]
|
|
24401
|
+
},
|
|
24402
|
+
"faction": {
|
|
24403
|
+
"types": [
|
|
24404
|
+
"string"
|
|
24405
|
+
],
|
|
24406
|
+
"enumValues": [
|
|
24407
|
+
"player",
|
|
24408
|
+
"enemy",
|
|
24409
|
+
"neutral"
|
|
24410
|
+
]
|
|
24411
|
+
},
|
|
24412
|
+
"health": {
|
|
24413
|
+
"types": [
|
|
24414
|
+
"number"
|
|
24415
|
+
]
|
|
24416
|
+
},
|
|
24417
|
+
"maxHealth": {
|
|
24418
|
+
"types": [
|
|
24419
|
+
"number"
|
|
24420
|
+
]
|
|
24421
|
+
},
|
|
24422
|
+
"traits": {
|
|
24423
|
+
"types": [
|
|
24424
|
+
"array"
|
|
24425
|
+
],
|
|
24426
|
+
"items": {
|
|
24427
|
+
"types": [
|
|
24428
|
+
"object"
|
|
24429
|
+
]
|
|
24430
|
+
}
|
|
24431
|
+
},
|
|
24432
|
+
"previousPosition": {
|
|
24433
|
+
"types": [
|
|
24434
|
+
"object"
|
|
24435
|
+
]
|
|
24436
|
+
},
|
|
24437
|
+
"elevation": {
|
|
24438
|
+
"types": [
|
|
24439
|
+
"number"
|
|
24440
|
+
]
|
|
24441
|
+
}
|
|
24442
|
+
},
|
|
24443
|
+
"required": [
|
|
24444
|
+
"id"
|
|
23397
24445
|
]
|
|
23398
24446
|
}
|
|
23399
24447
|
},
|
|
@@ -23405,6 +24453,58 @@
|
|
|
23405
24453
|
"items": {
|
|
23406
24454
|
"types": [
|
|
23407
24455
|
"object"
|
|
24456
|
+
],
|
|
24457
|
+
"properties": {
|
|
24458
|
+
"id": {
|
|
24459
|
+
"types": [
|
|
24460
|
+
"string"
|
|
24461
|
+
]
|
|
24462
|
+
},
|
|
24463
|
+
"x": {
|
|
24464
|
+
"types": [
|
|
24465
|
+
"number"
|
|
24466
|
+
]
|
|
24467
|
+
},
|
|
24468
|
+
"y": {
|
|
24469
|
+
"types": [
|
|
24470
|
+
"number"
|
|
24471
|
+
]
|
|
24472
|
+
},
|
|
24473
|
+
"z": {
|
|
24474
|
+
"types": [
|
|
24475
|
+
"number"
|
|
24476
|
+
]
|
|
24477
|
+
},
|
|
24478
|
+
"type": {
|
|
24479
|
+
"types": [
|
|
24480
|
+
"string"
|
|
24481
|
+
]
|
|
24482
|
+
},
|
|
24483
|
+
"sprite": {
|
|
24484
|
+
"types": [
|
|
24485
|
+
"string"
|
|
24486
|
+
]
|
|
24487
|
+
},
|
|
24488
|
+
"assetUrl": {
|
|
24489
|
+
"types": [
|
|
24490
|
+
"string"
|
|
24491
|
+
]
|
|
24492
|
+
},
|
|
24493
|
+
"color": {
|
|
24494
|
+
"types": [
|
|
24495
|
+
"string"
|
|
24496
|
+
]
|
|
24497
|
+
},
|
|
24498
|
+
"elevation": {
|
|
24499
|
+
"types": [
|
|
24500
|
+
"number"
|
|
24501
|
+
]
|
|
24502
|
+
}
|
|
24503
|
+
},
|
|
24504
|
+
"required": [
|
|
24505
|
+
"x",
|
|
24506
|
+
"y",
|
|
24507
|
+
"type"
|
|
23408
24508
|
]
|
|
23409
24509
|
}
|
|
23410
24510
|
},
|
|
@@ -24469,7 +25569,34 @@
|
|
|
24469
25569
|
"object"
|
|
24470
25570
|
],
|
|
24471
25571
|
"description": "chapter prop",
|
|
24472
|
-
"required": true
|
|
25572
|
+
"required": true,
|
|
25573
|
+
"properties": {
|
|
25574
|
+
"id": {
|
|
25575
|
+
"types": [
|
|
25576
|
+
"string"
|
|
25577
|
+
]
|
|
25578
|
+
},
|
|
25579
|
+
"title": {
|
|
25580
|
+
"types": [
|
|
25581
|
+
"string"
|
|
25582
|
+
]
|
|
25583
|
+
},
|
|
25584
|
+
"content": {
|
|
25585
|
+
"types": [
|
|
25586
|
+
"string"
|
|
25587
|
+
]
|
|
25588
|
+
},
|
|
25589
|
+
"orbitalSchema": {
|
|
25590
|
+
"types": [
|
|
25591
|
+
"object"
|
|
25592
|
+
]
|
|
25593
|
+
}
|
|
25594
|
+
},
|
|
25595
|
+
"propertyRequired": [
|
|
25596
|
+
"id",
|
|
25597
|
+
"title",
|
|
25598
|
+
"content"
|
|
25599
|
+
]
|
|
24473
25600
|
},
|
|
24474
25601
|
"direction": {
|
|
24475
25602
|
"types": [
|
|
@@ -24615,6 +25742,54 @@
|
|
|
24615
25742
|
"items": {
|
|
24616
25743
|
"types": [
|
|
24617
25744
|
"object"
|
|
25745
|
+
],
|
|
25746
|
+
"properties": {
|
|
25747
|
+
"title": {
|
|
25748
|
+
"types": [
|
|
25749
|
+
"string"
|
|
25750
|
+
]
|
|
25751
|
+
},
|
|
25752
|
+
"chapters": {
|
|
25753
|
+
"types": [
|
|
25754
|
+
"array"
|
|
25755
|
+
],
|
|
25756
|
+
"items": {
|
|
25757
|
+
"types": [
|
|
25758
|
+
"object"
|
|
25759
|
+
],
|
|
25760
|
+
"properties": {
|
|
25761
|
+
"id": {
|
|
25762
|
+
"types": [
|
|
25763
|
+
"string"
|
|
25764
|
+
]
|
|
25765
|
+
},
|
|
25766
|
+
"title": {
|
|
25767
|
+
"types": [
|
|
25768
|
+
"string"
|
|
25769
|
+
]
|
|
25770
|
+
},
|
|
25771
|
+
"content": {
|
|
25772
|
+
"types": [
|
|
25773
|
+
"string"
|
|
25774
|
+
]
|
|
25775
|
+
},
|
|
25776
|
+
"orbitalSchema": {
|
|
25777
|
+
"types": [
|
|
25778
|
+
"object"
|
|
25779
|
+
]
|
|
25780
|
+
}
|
|
25781
|
+
},
|
|
25782
|
+
"required": [
|
|
25783
|
+
"id",
|
|
25784
|
+
"title",
|
|
25785
|
+
"content"
|
|
25786
|
+
]
|
|
25787
|
+
}
|
|
25788
|
+
}
|
|
25789
|
+
},
|
|
25790
|
+
"required": [
|
|
25791
|
+
"title",
|
|
25792
|
+
"chapters"
|
|
24618
25793
|
]
|
|
24619
25794
|
}
|
|
24620
25795
|
},
|
|
@@ -24766,6 +25941,67 @@
|
|
|
24766
25941
|
"items": {
|
|
24767
25942
|
"types": [
|
|
24768
25943
|
"object"
|
|
25944
|
+
],
|
|
25945
|
+
"properties": {
|
|
25946
|
+
"id": {
|
|
25947
|
+
"types": [
|
|
25948
|
+
"string"
|
|
25949
|
+
]
|
|
25950
|
+
},
|
|
25951
|
+
"x": {
|
|
25952
|
+
"types": [
|
|
25953
|
+
"number"
|
|
25954
|
+
]
|
|
25955
|
+
},
|
|
25956
|
+
"y": {
|
|
25957
|
+
"types": [
|
|
25958
|
+
"number"
|
|
25959
|
+
]
|
|
25960
|
+
},
|
|
25961
|
+
"z": {
|
|
25962
|
+
"types": [
|
|
25963
|
+
"number"
|
|
25964
|
+
]
|
|
25965
|
+
},
|
|
25966
|
+
"terrain": {
|
|
25967
|
+
"types": [
|
|
25968
|
+
"string"
|
|
25969
|
+
]
|
|
25970
|
+
},
|
|
25971
|
+
"type": {
|
|
25972
|
+
"types": [
|
|
25973
|
+
"string"
|
|
25974
|
+
]
|
|
25975
|
+
},
|
|
25976
|
+
"terrainSprite": {
|
|
25977
|
+
"types": [
|
|
25978
|
+
"string"
|
|
25979
|
+
]
|
|
25980
|
+
},
|
|
25981
|
+
"passable": {
|
|
25982
|
+
"types": [
|
|
25983
|
+
"boolean"
|
|
25984
|
+
]
|
|
25985
|
+
},
|
|
25986
|
+
"movementCost": {
|
|
25987
|
+
"types": [
|
|
25988
|
+
"number"
|
|
25989
|
+
]
|
|
25990
|
+
},
|
|
25991
|
+
"tileType": {
|
|
25992
|
+
"types": [
|
|
25993
|
+
"string"
|
|
25994
|
+
]
|
|
25995
|
+
},
|
|
25996
|
+
"elevation": {
|
|
25997
|
+
"types": [
|
|
25998
|
+
"number"
|
|
25999
|
+
]
|
|
26000
|
+
}
|
|
26001
|
+
},
|
|
26002
|
+
"required": [
|
|
26003
|
+
"x",
|
|
26004
|
+
"y"
|
|
24769
26005
|
]
|
|
24770
26006
|
}
|
|
24771
26007
|
},
|
|
@@ -24776,6 +26012,58 @@
|
|
|
24776
26012
|
"items": {
|
|
24777
26013
|
"types": [
|
|
24778
26014
|
"object"
|
|
26015
|
+
],
|
|
26016
|
+
"properties": {
|
|
26017
|
+
"id": {
|
|
26018
|
+
"types": [
|
|
26019
|
+
"string"
|
|
26020
|
+
]
|
|
26021
|
+
},
|
|
26022
|
+
"x": {
|
|
26023
|
+
"types": [
|
|
26024
|
+
"number"
|
|
26025
|
+
]
|
|
26026
|
+
},
|
|
26027
|
+
"y": {
|
|
26028
|
+
"types": [
|
|
26029
|
+
"number"
|
|
26030
|
+
]
|
|
26031
|
+
},
|
|
26032
|
+
"z": {
|
|
26033
|
+
"types": [
|
|
26034
|
+
"number"
|
|
26035
|
+
]
|
|
26036
|
+
},
|
|
26037
|
+
"type": {
|
|
26038
|
+
"types": [
|
|
26039
|
+
"string"
|
|
26040
|
+
]
|
|
26041
|
+
},
|
|
26042
|
+
"sprite": {
|
|
26043
|
+
"types": [
|
|
26044
|
+
"string"
|
|
26045
|
+
]
|
|
26046
|
+
},
|
|
26047
|
+
"assetUrl": {
|
|
26048
|
+
"types": [
|
|
26049
|
+
"string"
|
|
26050
|
+
]
|
|
26051
|
+
},
|
|
26052
|
+
"color": {
|
|
26053
|
+
"types": [
|
|
26054
|
+
"string"
|
|
26055
|
+
]
|
|
26056
|
+
},
|
|
26057
|
+
"elevation": {
|
|
26058
|
+
"types": [
|
|
26059
|
+
"number"
|
|
26060
|
+
]
|
|
26061
|
+
}
|
|
26062
|
+
},
|
|
26063
|
+
"required": [
|
|
26064
|
+
"x",
|
|
26065
|
+
"y",
|
|
26066
|
+
"type"
|
|
24779
26067
|
]
|
|
24780
26068
|
}
|
|
24781
26069
|
},
|
|
@@ -25256,10 +26544,24 @@
|
|
|
25256
26544
|
"propsSchema": {
|
|
25257
26545
|
"actionType": {
|
|
25258
26546
|
"types": [
|
|
25259
|
-
"
|
|
26547
|
+
"string"
|
|
25260
26548
|
],
|
|
25261
26549
|
"description": "The type of combat action to visualise",
|
|
25262
|
-
"required": true
|
|
26550
|
+
"required": true,
|
|
26551
|
+
"enumValues": [
|
|
26552
|
+
"melee",
|
|
26553
|
+
"ranged",
|
|
26554
|
+
"magic",
|
|
26555
|
+
"heal",
|
|
26556
|
+
"defend",
|
|
26557
|
+
"hit",
|
|
26558
|
+
"death",
|
|
26559
|
+
"buff",
|
|
26560
|
+
"debuff",
|
|
26561
|
+
"shield",
|
|
26562
|
+
"aoe",
|
|
26563
|
+
"critical"
|
|
26564
|
+
]
|
|
25263
26565
|
},
|
|
25264
26566
|
"x": {
|
|
25265
26567
|
"types": [
|
|
@@ -25339,7 +26641,27 @@
|
|
|
25339
26641
|
"types": [
|
|
25340
26642
|
"object"
|
|
25341
26643
|
],
|
|
25342
|
-
"description": "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system."
|
|
26644
|
+
"description": "Full effect asset manifest for the sprite particle engine. When provided, enables the canvas-based particle system.",
|
|
26645
|
+
"properties": {
|
|
26646
|
+
"baseUrl": {
|
|
26647
|
+
"types": [
|
|
26648
|
+
"string"
|
|
26649
|
+
]
|
|
26650
|
+
},
|
|
26651
|
+
"particles": {
|
|
26652
|
+
"types": [
|
|
26653
|
+
"object"
|
|
26654
|
+
]
|
|
26655
|
+
},
|
|
26656
|
+
"animations": {
|
|
26657
|
+
"types": [
|
|
26658
|
+
"object"
|
|
26659
|
+
]
|
|
26660
|
+
}
|
|
26661
|
+
},
|
|
26662
|
+
"propertyRequired": [
|
|
26663
|
+
"baseUrl"
|
|
26664
|
+
]
|
|
25343
26665
|
},
|
|
25344
26666
|
"width": {
|
|
25345
26667
|
"types": [
|
|
@@ -25387,6 +26709,67 @@
|
|
|
25387
26709
|
"items": {
|
|
25388
26710
|
"types": [
|
|
25389
26711
|
"object"
|
|
26712
|
+
],
|
|
26713
|
+
"properties": {
|
|
26714
|
+
"id": {
|
|
26715
|
+
"types": [
|
|
26716
|
+
"string"
|
|
26717
|
+
]
|
|
26718
|
+
},
|
|
26719
|
+
"x": {
|
|
26720
|
+
"types": [
|
|
26721
|
+
"number"
|
|
26722
|
+
]
|
|
26723
|
+
},
|
|
26724
|
+
"y": {
|
|
26725
|
+
"types": [
|
|
26726
|
+
"number"
|
|
26727
|
+
]
|
|
26728
|
+
},
|
|
26729
|
+
"z": {
|
|
26730
|
+
"types": [
|
|
26731
|
+
"number"
|
|
26732
|
+
]
|
|
26733
|
+
},
|
|
26734
|
+
"terrain": {
|
|
26735
|
+
"types": [
|
|
26736
|
+
"string"
|
|
26737
|
+
]
|
|
26738
|
+
},
|
|
26739
|
+
"type": {
|
|
26740
|
+
"types": [
|
|
26741
|
+
"string"
|
|
26742
|
+
]
|
|
26743
|
+
},
|
|
26744
|
+
"terrainSprite": {
|
|
26745
|
+
"types": [
|
|
26746
|
+
"string"
|
|
26747
|
+
]
|
|
26748
|
+
},
|
|
26749
|
+
"passable": {
|
|
26750
|
+
"types": [
|
|
26751
|
+
"boolean"
|
|
26752
|
+
]
|
|
26753
|
+
},
|
|
26754
|
+
"movementCost": {
|
|
26755
|
+
"types": [
|
|
26756
|
+
"number"
|
|
26757
|
+
]
|
|
26758
|
+
},
|
|
26759
|
+
"tileType": {
|
|
26760
|
+
"types": [
|
|
26761
|
+
"string"
|
|
26762
|
+
]
|
|
26763
|
+
},
|
|
26764
|
+
"elevation": {
|
|
26765
|
+
"types": [
|
|
26766
|
+
"number"
|
|
26767
|
+
]
|
|
26768
|
+
}
|
|
26769
|
+
},
|
|
26770
|
+
"required": [
|
|
26771
|
+
"x",
|
|
26772
|
+
"y"
|
|
25390
26773
|
]
|
|
25391
26774
|
}
|
|
25392
26775
|
},
|
|
@@ -25397,6 +26780,58 @@
|
|
|
25397
26780
|
"items": {
|
|
25398
26781
|
"types": [
|
|
25399
26782
|
"object"
|
|
26783
|
+
],
|
|
26784
|
+
"properties": {
|
|
26785
|
+
"id": {
|
|
26786
|
+
"types": [
|
|
26787
|
+
"string"
|
|
26788
|
+
]
|
|
26789
|
+
},
|
|
26790
|
+
"x": {
|
|
26791
|
+
"types": [
|
|
26792
|
+
"number"
|
|
26793
|
+
]
|
|
26794
|
+
},
|
|
26795
|
+
"y": {
|
|
26796
|
+
"types": [
|
|
26797
|
+
"number"
|
|
26798
|
+
]
|
|
26799
|
+
},
|
|
26800
|
+
"z": {
|
|
26801
|
+
"types": [
|
|
26802
|
+
"number"
|
|
26803
|
+
]
|
|
26804
|
+
},
|
|
26805
|
+
"type": {
|
|
26806
|
+
"types": [
|
|
26807
|
+
"string"
|
|
26808
|
+
]
|
|
26809
|
+
},
|
|
26810
|
+
"sprite": {
|
|
26811
|
+
"types": [
|
|
26812
|
+
"string"
|
|
26813
|
+
]
|
|
26814
|
+
},
|
|
26815
|
+
"assetUrl": {
|
|
26816
|
+
"types": [
|
|
26817
|
+
"string"
|
|
26818
|
+
]
|
|
26819
|
+
},
|
|
26820
|
+
"color": {
|
|
26821
|
+
"types": [
|
|
26822
|
+
"string"
|
|
26823
|
+
]
|
|
26824
|
+
},
|
|
26825
|
+
"elevation": {
|
|
26826
|
+
"types": [
|
|
26827
|
+
"number"
|
|
26828
|
+
]
|
|
26829
|
+
}
|
|
26830
|
+
},
|
|
26831
|
+
"required": [
|
|
26832
|
+
"x",
|
|
26833
|
+
"y",
|
|
26834
|
+
"type"
|
|
25400
26835
|
]
|
|
25401
26836
|
}
|
|
25402
26837
|
},
|
|
@@ -25407,6 +26842,106 @@
|
|
|
25407
26842
|
"items": {
|
|
25408
26843
|
"types": [
|
|
25409
26844
|
"object"
|
|
26845
|
+
],
|
|
26846
|
+
"properties": {
|
|
26847
|
+
"id": {
|
|
26848
|
+
"types": [
|
|
26849
|
+
"string"
|
|
26850
|
+
]
|
|
26851
|
+
},
|
|
26852
|
+
"position": {
|
|
26853
|
+
"types": [
|
|
26854
|
+
"object"
|
|
26855
|
+
]
|
|
26856
|
+
},
|
|
26857
|
+
"x": {
|
|
26858
|
+
"types": [
|
|
26859
|
+
"number"
|
|
26860
|
+
]
|
|
26861
|
+
},
|
|
26862
|
+
"y": {
|
|
26863
|
+
"types": [
|
|
26864
|
+
"number"
|
|
26865
|
+
]
|
|
26866
|
+
},
|
|
26867
|
+
"z": {
|
|
26868
|
+
"types": [
|
|
26869
|
+
"number"
|
|
26870
|
+
]
|
|
26871
|
+
},
|
|
26872
|
+
"sprite": {
|
|
26873
|
+
"types": [
|
|
26874
|
+
"string"
|
|
26875
|
+
]
|
|
26876
|
+
},
|
|
26877
|
+
"unitType": {
|
|
26878
|
+
"types": [
|
|
26879
|
+
"string"
|
|
26880
|
+
]
|
|
26881
|
+
},
|
|
26882
|
+
"heroId": {
|
|
26883
|
+
"types": [
|
|
26884
|
+
"string"
|
|
26885
|
+
]
|
|
26886
|
+
},
|
|
26887
|
+
"name": {
|
|
26888
|
+
"types": [
|
|
26889
|
+
"string"
|
|
26890
|
+
]
|
|
26891
|
+
},
|
|
26892
|
+
"team": {
|
|
26893
|
+
"types": [
|
|
26894
|
+
"string"
|
|
26895
|
+
],
|
|
26896
|
+
"enumValues": [
|
|
26897
|
+
"player",
|
|
26898
|
+
"enemy",
|
|
26899
|
+
"neutral"
|
|
26900
|
+
]
|
|
26901
|
+
},
|
|
26902
|
+
"faction": {
|
|
26903
|
+
"types": [
|
|
26904
|
+
"string"
|
|
26905
|
+
],
|
|
26906
|
+
"enumValues": [
|
|
26907
|
+
"player",
|
|
26908
|
+
"enemy",
|
|
26909
|
+
"neutral"
|
|
26910
|
+
]
|
|
26911
|
+
},
|
|
26912
|
+
"health": {
|
|
26913
|
+
"types": [
|
|
26914
|
+
"number"
|
|
26915
|
+
]
|
|
26916
|
+
},
|
|
26917
|
+
"maxHealth": {
|
|
26918
|
+
"types": [
|
|
26919
|
+
"number"
|
|
26920
|
+
]
|
|
26921
|
+
},
|
|
26922
|
+
"traits": {
|
|
26923
|
+
"types": [
|
|
26924
|
+
"array"
|
|
26925
|
+
],
|
|
26926
|
+
"items": {
|
|
26927
|
+
"types": [
|
|
26928
|
+
"object"
|
|
26929
|
+
]
|
|
26930
|
+
}
|
|
26931
|
+
},
|
|
26932
|
+
"previousPosition": {
|
|
26933
|
+
"types": [
|
|
26934
|
+
"object"
|
|
26935
|
+
]
|
|
26936
|
+
},
|
|
26937
|
+
"elevation": {
|
|
26938
|
+
"types": [
|
|
26939
|
+
"number"
|
|
26940
|
+
]
|
|
26941
|
+
}
|
|
26942
|
+
},
|
|
26943
|
+
"required": [
|
|
26944
|
+
"id"
|
|
25410
26945
|
]
|
|
25411
26946
|
}
|
|
25412
26947
|
},
|
|
@@ -29464,6 +30999,58 @@
|
|
|
29464
30999
|
"items": {
|
|
29465
31000
|
"types": [
|
|
29466
31001
|
"object"
|
|
31002
|
+
],
|
|
31003
|
+
"properties": {
|
|
31004
|
+
"id": {
|
|
31005
|
+
"types": [
|
|
31006
|
+
"string"
|
|
31007
|
+
]
|
|
31008
|
+
},
|
|
31009
|
+
"x": {
|
|
31010
|
+
"types": [
|
|
31011
|
+
"number"
|
|
31012
|
+
]
|
|
31013
|
+
},
|
|
31014
|
+
"y": {
|
|
31015
|
+
"types": [
|
|
31016
|
+
"number"
|
|
31017
|
+
]
|
|
31018
|
+
},
|
|
31019
|
+
"z": {
|
|
31020
|
+
"types": [
|
|
31021
|
+
"number"
|
|
31022
|
+
]
|
|
31023
|
+
},
|
|
31024
|
+
"type": {
|
|
31025
|
+
"types": [
|
|
31026
|
+
"string"
|
|
31027
|
+
]
|
|
31028
|
+
},
|
|
31029
|
+
"sprite": {
|
|
31030
|
+
"types": [
|
|
31031
|
+
"string"
|
|
31032
|
+
]
|
|
31033
|
+
},
|
|
31034
|
+
"assetUrl": {
|
|
31035
|
+
"types": [
|
|
31036
|
+
"string"
|
|
31037
|
+
]
|
|
31038
|
+
},
|
|
31039
|
+
"color": {
|
|
31040
|
+
"types": [
|
|
31041
|
+
"string"
|
|
31042
|
+
]
|
|
31043
|
+
},
|
|
31044
|
+
"elevation": {
|
|
31045
|
+
"types": [
|
|
31046
|
+
"number"
|
|
31047
|
+
]
|
|
31048
|
+
}
|
|
31049
|
+
},
|
|
31050
|
+
"required": [
|
|
31051
|
+
"x",
|
|
31052
|
+
"y",
|
|
31053
|
+
"type"
|
|
29467
31054
|
]
|
|
29468
31055
|
}
|
|
29469
31056
|
},
|