@almadar/patterns 2.43.1 → 2.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -306,12 +306,6 @@ export declare const registry: {
306
306
  suggestedFor: string[];
307
307
  typicalSize: string;
308
308
  propsSchema: {
309
- entity: {
310
- types: string[];
311
- description: string;
312
- kind: string;
313
- cardinality: string;
314
- };
315
309
  className: {
316
310
  types: string[];
317
311
  description: string;
@@ -377,6 +371,12 @@ export declare const registry: {
377
371
  };
378
372
  default: never[];
379
373
  };
374
+ entity: {
375
+ types: string[];
376
+ description: string;
377
+ kind: string;
378
+ cardinality: string;
379
+ };
380
380
  entityType: {
381
381
  types: string[];
382
382
  description: string;
@@ -751,12 +751,6 @@ export declare const registry: {
751
751
  suggestedFor: string[];
752
752
  typicalSize: string;
753
753
  propsSchema: {
754
- entity: {
755
- types: string[];
756
- description: string;
757
- kind: string;
758
- cardinality: string;
759
- };
760
754
  className: {
761
755
  types: string[];
762
756
  description: string;
@@ -821,6 +815,12 @@ export declare const registry: {
821
815
  types: string[];
822
816
  };
823
817
  };
818
+ entity: {
819
+ types: string[];
820
+ description: string;
821
+ kind: string;
822
+ cardinality: string;
823
+ };
824
824
  title: {
825
825
  types: string[];
826
826
  description: string;
@@ -4295,6 +4295,11 @@ export declare const registry: {
4295
4295
  types: string[];
4296
4296
  description: string;
4297
4297
  };
4298
+ action: {
4299
+ types: string[];
4300
+ description: string;
4301
+ kind: string;
4302
+ };
4298
4303
  };
4299
4304
  };
4300
4305
  "progress-bar": {
@@ -4443,8 +4448,6 @@ export declare const registry: {
4443
4448
  onClear: {
4444
4449
  types: string[];
4445
4450
  description: string;
4446
- kind: string;
4447
- callbackArgs: never[];
4448
4451
  };
4449
4452
  options: {
4450
4453
  types: string[];
@@ -4470,8 +4473,6 @@ export declare const registry: {
4470
4473
  onChange: {
4471
4474
  types: string[];
4472
4475
  description: string;
4473
- kind: string;
4474
- callbackArgs: never[];
4475
4476
  };
4476
4477
  };
4477
4478
  };
@@ -4505,6 +4506,10 @@ export declare const registry: {
4505
4506
  types: string[];
4506
4507
  description: string;
4507
4508
  };
4509
+ onChange: {
4510
+ types: string[];
4511
+ description: string;
4512
+ };
4508
4513
  };
4509
4514
  };
4510
4515
  select: {
@@ -4554,6 +4559,10 @@ export declare const registry: {
4554
4559
  types: string[];
4555
4560
  description: string;
4556
4561
  };
4562
+ onChange: {
4563
+ types: string[];
4564
+ description: string;
4565
+ };
4557
4566
  };
4558
4567
  };
4559
4568
  checkbox: {
@@ -4581,6 +4590,10 @@ export declare const registry: {
4581
4590
  types: string[];
4582
4591
  description: string;
4583
4592
  };
4593
+ onChange: {
4594
+ types: string[];
4595
+ description: string;
4596
+ };
4584
4597
  };
4585
4598
  };
4586
4599
  radio: {
@@ -8667,6 +8680,189 @@ export declare const registry: {
8667
8680
  description: string;
8668
8681
  default: number;
8669
8682
  };
8683
+ tiles: {
8684
+ types: string[];
8685
+ description: string;
8686
+ items: {
8687
+ types: string[];
8688
+ properties: {
8689
+ id: {
8690
+ types: string[];
8691
+ };
8692
+ x: {
8693
+ types: string[];
8694
+ };
8695
+ y: {
8696
+ types: string[];
8697
+ };
8698
+ z: {
8699
+ types: string[];
8700
+ };
8701
+ terrain: {
8702
+ types: string[];
8703
+ };
8704
+ type: {
8705
+ types: string[];
8706
+ };
8707
+ terrainSprite: {
8708
+ types: string[];
8709
+ };
8710
+ passable: {
8711
+ types: string[];
8712
+ };
8713
+ movementCost: {
8714
+ types: string[];
8715
+ };
8716
+ tileType: {
8717
+ types: string[];
8718
+ };
8719
+ elevation: {
8720
+ types: string[];
8721
+ };
8722
+ };
8723
+ required: string[];
8724
+ };
8725
+ };
8726
+ units: {
8727
+ types: string[];
8728
+ description: string;
8729
+ items: {
8730
+ types: string[];
8731
+ properties: {
8732
+ id: {
8733
+ types: string[];
8734
+ };
8735
+ position: {
8736
+ types: string[];
8737
+ properties: {
8738
+ x: {
8739
+ types: string[];
8740
+ };
8741
+ y: {
8742
+ types: string[];
8743
+ };
8744
+ };
8745
+ required: string[];
8746
+ };
8747
+ x: {
8748
+ types: string[];
8749
+ };
8750
+ y: {
8751
+ types: string[];
8752
+ };
8753
+ z: {
8754
+ types: string[];
8755
+ };
8756
+ sprite: {
8757
+ types: string[];
8758
+ };
8759
+ unitType: {
8760
+ types: string[];
8761
+ };
8762
+ heroId: {
8763
+ types: string[];
8764
+ };
8765
+ name: {
8766
+ types: string[];
8767
+ };
8768
+ team: {
8769
+ types: string[];
8770
+ enumValues: string[];
8771
+ };
8772
+ faction: {
8773
+ types: string[];
8774
+ enumValues: string[];
8775
+ };
8776
+ health: {
8777
+ types: string[];
8778
+ };
8779
+ maxHealth: {
8780
+ types: string[];
8781
+ };
8782
+ traits: {
8783
+ types: string[];
8784
+ items: {
8785
+ types: string[];
8786
+ properties: {
8787
+ name: {
8788
+ types: string[];
8789
+ };
8790
+ currentState: {
8791
+ types: string[];
8792
+ };
8793
+ states: {
8794
+ types: string[];
8795
+ items: {
8796
+ types: string[];
8797
+ };
8798
+ };
8799
+ cooldown: {
8800
+ types: string[];
8801
+ };
8802
+ };
8803
+ required: string[];
8804
+ };
8805
+ };
8806
+ previousPosition: {
8807
+ types: string[];
8808
+ properties: {
8809
+ x: {
8810
+ types: string[];
8811
+ };
8812
+ y: {
8813
+ types: string[];
8814
+ };
8815
+ };
8816
+ required: string[];
8817
+ };
8818
+ elevation: {
8819
+ types: string[];
8820
+ };
8821
+ };
8822
+ required: string[];
8823
+ };
8824
+ };
8825
+ features: {
8826
+ types: string[];
8827
+ description: string;
8828
+ items: {
8829
+ types: string[];
8830
+ properties: {
8831
+ id: {
8832
+ types: string[];
8833
+ };
8834
+ x: {
8835
+ types: string[];
8836
+ };
8837
+ y: {
8838
+ types: string[];
8839
+ };
8840
+ z: {
8841
+ types: string[];
8842
+ };
8843
+ type: {
8844
+ types: string[];
8845
+ };
8846
+ sprite: {
8847
+ types: string[];
8848
+ };
8849
+ assetUrl: {
8850
+ types: string[];
8851
+ };
8852
+ color: {
8853
+ types: string[];
8854
+ };
8855
+ elevation: {
8856
+ types: string[];
8857
+ };
8858
+ };
8859
+ required: string[];
8860
+ };
8861
+ };
8862
+ assetManifest: {
8863
+ types: string[];
8864
+ description: string;
8865
+ };
8670
8866
  };
8671
8867
  };
8672
8868
  "world-map-template": {
@@ -8706,6 +8902,189 @@ export declare const registry: {
8706
8902
  description: string;
8707
8903
  default: boolean;
8708
8904
  };
8905
+ tiles: {
8906
+ types: string[];
8907
+ description: string;
8908
+ items: {
8909
+ types: string[];
8910
+ properties: {
8911
+ id: {
8912
+ types: string[];
8913
+ };
8914
+ x: {
8915
+ types: string[];
8916
+ };
8917
+ y: {
8918
+ types: string[];
8919
+ };
8920
+ z: {
8921
+ types: string[];
8922
+ };
8923
+ terrain: {
8924
+ types: string[];
8925
+ };
8926
+ type: {
8927
+ types: string[];
8928
+ };
8929
+ terrainSprite: {
8930
+ types: string[];
8931
+ };
8932
+ passable: {
8933
+ types: string[];
8934
+ };
8935
+ movementCost: {
8936
+ types: string[];
8937
+ };
8938
+ tileType: {
8939
+ types: string[];
8940
+ };
8941
+ elevation: {
8942
+ types: string[];
8943
+ };
8944
+ };
8945
+ required: string[];
8946
+ };
8947
+ };
8948
+ units: {
8949
+ types: string[];
8950
+ description: string;
8951
+ items: {
8952
+ types: string[];
8953
+ properties: {
8954
+ id: {
8955
+ types: string[];
8956
+ };
8957
+ position: {
8958
+ types: string[];
8959
+ properties: {
8960
+ x: {
8961
+ types: string[];
8962
+ };
8963
+ y: {
8964
+ types: string[];
8965
+ };
8966
+ };
8967
+ required: string[];
8968
+ };
8969
+ x: {
8970
+ types: string[];
8971
+ };
8972
+ y: {
8973
+ types: string[];
8974
+ };
8975
+ z: {
8976
+ types: string[];
8977
+ };
8978
+ sprite: {
8979
+ types: string[];
8980
+ };
8981
+ unitType: {
8982
+ types: string[];
8983
+ };
8984
+ heroId: {
8985
+ types: string[];
8986
+ };
8987
+ name: {
8988
+ types: string[];
8989
+ };
8990
+ team: {
8991
+ types: string[];
8992
+ enumValues: string[];
8993
+ };
8994
+ faction: {
8995
+ types: string[];
8996
+ enumValues: string[];
8997
+ };
8998
+ health: {
8999
+ types: string[];
9000
+ };
9001
+ maxHealth: {
9002
+ types: string[];
9003
+ };
9004
+ traits: {
9005
+ types: string[];
9006
+ items: {
9007
+ types: string[];
9008
+ properties: {
9009
+ name: {
9010
+ types: string[];
9011
+ };
9012
+ currentState: {
9013
+ types: string[];
9014
+ };
9015
+ states: {
9016
+ types: string[];
9017
+ items: {
9018
+ types: string[];
9019
+ };
9020
+ };
9021
+ cooldown: {
9022
+ types: string[];
9023
+ };
9024
+ };
9025
+ required: string[];
9026
+ };
9027
+ };
9028
+ previousPosition: {
9029
+ types: string[];
9030
+ properties: {
9031
+ x: {
9032
+ types: string[];
9033
+ };
9034
+ y: {
9035
+ types: string[];
9036
+ };
9037
+ };
9038
+ required: string[];
9039
+ };
9040
+ elevation: {
9041
+ types: string[];
9042
+ };
9043
+ };
9044
+ required: string[];
9045
+ };
9046
+ };
9047
+ features: {
9048
+ types: string[];
9049
+ description: string;
9050
+ items: {
9051
+ types: string[];
9052
+ properties: {
9053
+ id: {
9054
+ types: string[];
9055
+ };
9056
+ x: {
9057
+ types: string[];
9058
+ };
9059
+ y: {
9060
+ types: string[];
9061
+ };
9062
+ z: {
9063
+ types: string[];
9064
+ };
9065
+ type: {
9066
+ types: string[];
9067
+ };
9068
+ sprite: {
9069
+ types: string[];
9070
+ };
9071
+ assetUrl: {
9072
+ types: string[];
9073
+ };
9074
+ color: {
9075
+ types: string[];
9076
+ };
9077
+ elevation: {
9078
+ types: string[];
9079
+ };
9080
+ };
9081
+ required: string[];
9082
+ };
9083
+ };
9084
+ assetManifest: {
9085
+ types: string[];
9086
+ description: string;
9087
+ };
8709
9088
  };
8710
9089
  };
8711
9090
  "error-boundary": {
@@ -17532,6 +17911,7 @@ export declare const registry: {
17532
17911
  backgroundImage: {
17533
17912
  types: string[];
17534
17913
  description: string;
17914
+ default: string;
17535
17915
  };
17536
17916
  assetBaseUrl: {
17537
17917
  types: string[];
@@ -18598,6 +18978,7 @@ export declare const registry: {
18598
18978
  backgroundImage: {
18599
18979
  types: string[];
18600
18980
  description: string;
18981
+ default: string;
18601
18982
  };
18602
18983
  showMinimap: {
18603
18984
  types: string[];
@@ -18787,6 +19168,7 @@ export declare const registry: {
18787
19168
  assetBaseUrl: {
18788
19169
  types: string[];
18789
19170
  description: string;
19171
+ default: string;
18790
19172
  };
18791
19173
  assetManifest: {
18792
19174
  types: string[];
@@ -18919,6 +19301,7 @@ export declare const registry: {
18919
19301
  playerSprite: {
18920
19302
  types: string[];
18921
19303
  description: string;
19304
+ default: string;
18922
19305
  };
18923
19306
  tileSprites: {
18924
19307
  types: string[];
@@ -18930,6 +19313,7 @@ export declare const registry: {
18930
19313
  backgroundImage: {
18931
19314
  types: string[];
18932
19315
  description: string;
19316
+ default: string;
18933
19317
  };
18934
19318
  assetBaseUrl: {
18935
19319
  types: string[];
@@ -19647,83 +20031,295 @@ export declare const registry: {
19647
20031
  kind: string;
19648
20032
  cardinality: string;
19649
20033
  };
19650
- scale: {
19651
- types: string[];
19652
- description: string;
19653
- default: number;
19654
- };
19655
- unitScale: {
20034
+ tiles: {
19656
20035
  types: string[];
19657
20036
  description: string;
19658
- default: number;
20037
+ items: {
20038
+ types: string[];
20039
+ properties: {
20040
+ id: {
20041
+ types: string[];
20042
+ };
20043
+ x: {
20044
+ types: string[];
20045
+ };
20046
+ y: {
20047
+ types: string[];
20048
+ };
20049
+ z: {
20050
+ types: string[];
20051
+ };
20052
+ terrain: {
20053
+ types: string[];
20054
+ };
20055
+ type: {
20056
+ types: string[];
20057
+ };
20058
+ terrainSprite: {
20059
+ types: string[];
20060
+ };
20061
+ passable: {
20062
+ types: string[];
20063
+ };
20064
+ movementCost: {
20065
+ types: string[];
20066
+ };
20067
+ tileType: {
20068
+ types: string[];
20069
+ };
20070
+ elevation: {
20071
+ types: string[];
20072
+ };
20073
+ };
20074
+ required: string[];
20075
+ };
19659
20076
  };
19660
- header: {
20077
+ units: {
19661
20078
  types: string[];
19662
20079
  description: string;
19663
- kind: string;
19664
- callbackArgs: {
19665
- name: string;
19666
- type: string;
19667
- schema: {
19668
- types: string[];
19669
- properties: {
19670
- phase: {
19671
- types: string[];
19672
- enumValues: string[];
19673
- };
19674
- turn: {
19675
- types: string[];
19676
- };
19677
- selectedUnit: {
19678
- types: string[];
19679
- };
19680
- hoveredUnit: {
19681
- types: string[];
19682
- };
19683
- playerUnits: {
19684
- types: string[];
19685
- };
19686
- enemyUnits: {
19687
- types: string[];
19688
- };
19689
- gameResult: {
19690
- types: string[];
19691
- enumValues: string[];
19692
- };
19693
- onEndTurn: {
19694
- types: string[];
19695
- };
19696
- onCancel: {
19697
- types: string[];
19698
- };
19699
- onReset: {
19700
- types: string[];
20080
+ items: {
20081
+ types: string[];
20082
+ properties: {
20083
+ id: {
20084
+ types: string[];
20085
+ };
20086
+ position: {
20087
+ types: string[];
20088
+ properties: {
20089
+ x: {
20090
+ types: string[];
20091
+ };
20092
+ y: {
20093
+ types: string[];
20094
+ };
19701
20095
  };
19702
- attackTargets: {
20096
+ required: string[];
20097
+ };
20098
+ x: {
20099
+ types: string[];
20100
+ };
20101
+ y: {
20102
+ types: string[];
20103
+ };
20104
+ z: {
20105
+ types: string[];
20106
+ };
20107
+ sprite: {
20108
+ types: string[];
20109
+ };
20110
+ unitType: {
20111
+ types: string[];
20112
+ };
20113
+ heroId: {
20114
+ types: string[];
20115
+ };
20116
+ name: {
20117
+ types: string[];
20118
+ };
20119
+ team: {
20120
+ types: string[];
20121
+ enumValues: string[];
20122
+ };
20123
+ faction: {
20124
+ types: string[];
20125
+ enumValues: string[];
20126
+ };
20127
+ health: {
20128
+ types: string[];
20129
+ };
20130
+ maxHealth: {
20131
+ types: string[];
20132
+ };
20133
+ traits: {
20134
+ types: string[];
20135
+ items: {
19703
20136
  types: string[];
19704
- items: {
19705
- types: string[];
19706
- properties: {
19707
- x: {
19708
- types: string[];
19709
- };
19710
- y: {
20137
+ properties: {
20138
+ name: {
20139
+ types: string[];
20140
+ };
20141
+ currentState: {
20142
+ types: string[];
20143
+ };
20144
+ states: {
20145
+ types: string[];
20146
+ items: {
19711
20147
  types: string[];
19712
20148
  };
19713
20149
  };
19714
- required: string[];
20150
+ cooldown: {
20151
+ types: string[];
20152
+ };
19715
20153
  };
20154
+ required: string[];
19716
20155
  };
19717
- tileToScreen: {
19718
- types: string[];
20156
+ };
20157
+ previousPosition: {
20158
+ types: string[];
20159
+ properties: {
20160
+ x: {
20161
+ types: string[];
20162
+ };
20163
+ y: {
20164
+ types: string[];
20165
+ };
19719
20166
  };
20167
+ required: string[];
20168
+ };
20169
+ elevation: {
20170
+ types: string[];
19720
20171
  };
19721
- required: string[];
19722
20172
  };
19723
- }[];
19724
- renderCallback: boolean;
20173
+ required: string[];
20174
+ };
19725
20175
  };
19726
- sidebar: {
20176
+ features: {
20177
+ types: string[];
20178
+ description: string;
20179
+ items: {
20180
+ types: string[];
20181
+ properties: {
20182
+ id: {
20183
+ types: string[];
20184
+ };
20185
+ x: {
20186
+ types: string[];
20187
+ };
20188
+ y: {
20189
+ types: string[];
20190
+ };
20191
+ z: {
20192
+ types: string[];
20193
+ };
20194
+ type: {
20195
+ types: string[];
20196
+ };
20197
+ sprite: {
20198
+ types: string[];
20199
+ };
20200
+ assetUrl: {
20201
+ types: string[];
20202
+ };
20203
+ color: {
20204
+ types: string[];
20205
+ };
20206
+ elevation: {
20207
+ types: string[];
20208
+ };
20209
+ };
20210
+ required: string[];
20211
+ };
20212
+ };
20213
+ assetManifest: {
20214
+ types: string[];
20215
+ description: string;
20216
+ properties: {
20217
+ baseUrl: {
20218
+ types: string[];
20219
+ };
20220
+ terrains: {
20221
+ types: string[];
20222
+ mapValue: {
20223
+ types: string[];
20224
+ };
20225
+ };
20226
+ units: {
20227
+ types: string[];
20228
+ mapValue: {
20229
+ types: string[];
20230
+ };
20231
+ };
20232
+ features: {
20233
+ types: string[];
20234
+ mapValue: {
20235
+ types: string[];
20236
+ };
20237
+ };
20238
+ effects: {
20239
+ types: string[];
20240
+ mapValue: {
20241
+ types: string[];
20242
+ };
20243
+ };
20244
+ };
20245
+ };
20246
+ scale: {
20247
+ types: string[];
20248
+ description: string;
20249
+ default: number;
20250
+ };
20251
+ unitScale: {
20252
+ types: string[];
20253
+ description: string;
20254
+ default: number;
20255
+ };
20256
+ header: {
20257
+ types: string[];
20258
+ description: string;
20259
+ kind: string;
20260
+ callbackArgs: {
20261
+ name: string;
20262
+ type: string;
20263
+ schema: {
20264
+ types: string[];
20265
+ properties: {
20266
+ phase: {
20267
+ types: string[];
20268
+ enumValues: string[];
20269
+ };
20270
+ turn: {
20271
+ types: string[];
20272
+ };
20273
+ selectedUnit: {
20274
+ types: string[];
20275
+ };
20276
+ hoveredUnit: {
20277
+ types: string[];
20278
+ };
20279
+ playerUnits: {
20280
+ types: string[];
20281
+ };
20282
+ enemyUnits: {
20283
+ types: string[];
20284
+ };
20285
+ gameResult: {
20286
+ types: string[];
20287
+ enumValues: string[];
20288
+ };
20289
+ onEndTurn: {
20290
+ types: string[];
20291
+ };
20292
+ onCancel: {
20293
+ types: string[];
20294
+ };
20295
+ onReset: {
20296
+ types: string[];
20297
+ };
20298
+ attackTargets: {
20299
+ types: string[];
20300
+ items: {
20301
+ types: string[];
20302
+ properties: {
20303
+ x: {
20304
+ types: string[];
20305
+ };
20306
+ y: {
20307
+ types: string[];
20308
+ };
20309
+ };
20310
+ required: string[];
20311
+ };
20312
+ };
20313
+ tileToScreen: {
20314
+ types: string[];
20315
+ };
20316
+ };
20317
+ required: string[];
20318
+ };
20319
+ }[];
20320
+ renderCallback: boolean;
20321
+ };
20322
+ sidebar: {
19727
20323
  types: string[];
19728
20324
  description: string;
19729
20325
  kind: string;
@@ -20210,10 +20806,12 @@ export declare const registry: {
20210
20806
  effectSpriteUrl: {
20211
20807
  types: string[];
20212
20808
  description: string;
20809
+ default: string;
20213
20810
  };
20214
20811
  assetBaseUrl: {
20215
20812
  types: string[];
20216
20813
  description: string;
20814
+ default: string;
20217
20815
  };
20218
20816
  assetManifest: {
20219
20817
  types: string[];
@@ -20397,6 +20995,212 @@ export declare const registry: {
20397
20995
  kind: string;
20398
20996
  cardinality: string;
20399
20997
  };
20998
+ tiles: {
20999
+ types: string[];
21000
+ description: string;
21001
+ items: {
21002
+ types: string[];
21003
+ properties: {
21004
+ id: {
21005
+ types: string[];
21006
+ };
21007
+ x: {
21008
+ types: string[];
21009
+ };
21010
+ y: {
21011
+ types: string[];
21012
+ };
21013
+ z: {
21014
+ types: string[];
21015
+ };
21016
+ terrain: {
21017
+ types: string[];
21018
+ };
21019
+ type: {
21020
+ types: string[];
21021
+ };
21022
+ terrainSprite: {
21023
+ types: string[];
21024
+ };
21025
+ passable: {
21026
+ types: string[];
21027
+ };
21028
+ movementCost: {
21029
+ types: string[];
21030
+ };
21031
+ tileType: {
21032
+ types: string[];
21033
+ };
21034
+ elevation: {
21035
+ types: string[];
21036
+ };
21037
+ };
21038
+ required: string[];
21039
+ };
21040
+ };
21041
+ units: {
21042
+ types: string[];
21043
+ description: string;
21044
+ items: {
21045
+ types: string[];
21046
+ properties: {
21047
+ id: {
21048
+ types: string[];
21049
+ };
21050
+ position: {
21051
+ types: string[];
21052
+ properties: {
21053
+ x: {
21054
+ types: string[];
21055
+ };
21056
+ y: {
21057
+ types: string[];
21058
+ };
21059
+ };
21060
+ required: string[];
21061
+ };
21062
+ x: {
21063
+ types: string[];
21064
+ };
21065
+ y: {
21066
+ types: string[];
21067
+ };
21068
+ z: {
21069
+ types: string[];
21070
+ };
21071
+ sprite: {
21072
+ types: string[];
21073
+ };
21074
+ unitType: {
21075
+ types: string[];
21076
+ };
21077
+ heroId: {
21078
+ types: string[];
21079
+ };
21080
+ name: {
21081
+ types: string[];
21082
+ };
21083
+ team: {
21084
+ types: string[];
21085
+ enumValues: string[];
21086
+ };
21087
+ faction: {
21088
+ types: string[];
21089
+ enumValues: string[];
21090
+ };
21091
+ health: {
21092
+ types: string[];
21093
+ };
21094
+ maxHealth: {
21095
+ types: string[];
21096
+ };
21097
+ traits: {
21098
+ types: string[];
21099
+ items: {
21100
+ types: string[];
21101
+ properties: {
21102
+ name: {
21103
+ types: string[];
21104
+ };
21105
+ currentState: {
21106
+ types: string[];
21107
+ };
21108
+ states: {
21109
+ types: string[];
21110
+ items: {
21111
+ types: string[];
21112
+ };
21113
+ };
21114
+ cooldown: {
21115
+ types: string[];
21116
+ };
21117
+ };
21118
+ required: string[];
21119
+ };
21120
+ };
21121
+ previousPosition: {
21122
+ types: string[];
21123
+ properties: {
21124
+ x: {
21125
+ types: string[];
21126
+ };
21127
+ y: {
21128
+ types: string[];
21129
+ };
21130
+ };
21131
+ required: string[];
21132
+ };
21133
+ elevation: {
21134
+ types: string[];
21135
+ };
21136
+ };
21137
+ required: string[];
21138
+ };
21139
+ };
21140
+ features: {
21141
+ types: string[];
21142
+ description: string;
21143
+ items: {
21144
+ types: string[];
21145
+ properties: {
21146
+ id: {
21147
+ types: string[];
21148
+ };
21149
+ x: {
21150
+ types: string[];
21151
+ };
21152
+ y: {
21153
+ types: string[];
21154
+ };
21155
+ z: {
21156
+ types: string[];
21157
+ };
21158
+ type: {
21159
+ types: string[];
21160
+ };
21161
+ sprite: {
21162
+ types: string[];
21163
+ };
21164
+ assetUrl: {
21165
+ types: string[];
21166
+ };
21167
+ color: {
21168
+ types: string[];
21169
+ };
21170
+ elevation: {
21171
+ types: string[];
21172
+ };
21173
+ };
21174
+ required: string[];
21175
+ };
21176
+ };
21177
+ assetManifest: {
21178
+ types: string[];
21179
+ description: string;
21180
+ properties: {
21181
+ baseUrl: {
21182
+ types: string[];
21183
+ };
21184
+ terrains: {
21185
+ types: string[];
21186
+ mapValue: {
21187
+ types: string[];
21188
+ };
21189
+ };
21190
+ units: {
21191
+ types: string[];
21192
+ mapValue: {
21193
+ types: string[];
21194
+ };
21195
+ };
21196
+ features: {
21197
+ types: string[];
21198
+ mapValue: {
21199
+ types: string[];
21200
+ };
21201
+ };
21202
+ };
21203
+ };
20400
21204
  scale: {
20401
21205
  types: string[];
20402
21206
  description: string;
@@ -22063,6 +22867,212 @@ export declare const registry: {
22063
22867
  kind: string;
22064
22868
  cardinality: string;
22065
22869
  };
22870
+ tiles: {
22871
+ types: string[];
22872
+ description: string;
22873
+ items: {
22874
+ types: string[];
22875
+ properties: {
22876
+ id: {
22877
+ types: string[];
22878
+ };
22879
+ x: {
22880
+ types: string[];
22881
+ };
22882
+ y: {
22883
+ types: string[];
22884
+ };
22885
+ z: {
22886
+ types: string[];
22887
+ };
22888
+ terrain: {
22889
+ types: string[];
22890
+ };
22891
+ type: {
22892
+ types: string[];
22893
+ };
22894
+ terrainSprite: {
22895
+ types: string[];
22896
+ };
22897
+ passable: {
22898
+ types: string[];
22899
+ };
22900
+ movementCost: {
22901
+ types: string[];
22902
+ };
22903
+ tileType: {
22904
+ types: string[];
22905
+ };
22906
+ elevation: {
22907
+ types: string[];
22908
+ };
22909
+ };
22910
+ required: string[];
22911
+ };
22912
+ };
22913
+ units: {
22914
+ types: string[];
22915
+ description: string;
22916
+ items: {
22917
+ types: string[];
22918
+ properties: {
22919
+ id: {
22920
+ types: string[];
22921
+ };
22922
+ position: {
22923
+ types: string[];
22924
+ properties: {
22925
+ x: {
22926
+ types: string[];
22927
+ };
22928
+ y: {
22929
+ types: string[];
22930
+ };
22931
+ };
22932
+ required: string[];
22933
+ };
22934
+ x: {
22935
+ types: string[];
22936
+ };
22937
+ y: {
22938
+ types: string[];
22939
+ };
22940
+ z: {
22941
+ types: string[];
22942
+ };
22943
+ sprite: {
22944
+ types: string[];
22945
+ };
22946
+ unitType: {
22947
+ types: string[];
22948
+ };
22949
+ heroId: {
22950
+ types: string[];
22951
+ };
22952
+ name: {
22953
+ types: string[];
22954
+ };
22955
+ team: {
22956
+ types: string[];
22957
+ enumValues: string[];
22958
+ };
22959
+ faction: {
22960
+ types: string[];
22961
+ enumValues: string[];
22962
+ };
22963
+ health: {
22964
+ types: string[];
22965
+ };
22966
+ maxHealth: {
22967
+ types: string[];
22968
+ };
22969
+ traits: {
22970
+ types: string[];
22971
+ items: {
22972
+ types: string[];
22973
+ properties: {
22974
+ name: {
22975
+ types: string[];
22976
+ };
22977
+ currentState: {
22978
+ types: string[];
22979
+ };
22980
+ states: {
22981
+ types: string[];
22982
+ items: {
22983
+ types: string[];
22984
+ };
22985
+ };
22986
+ cooldown: {
22987
+ types: string[];
22988
+ };
22989
+ };
22990
+ required: string[];
22991
+ };
22992
+ };
22993
+ previousPosition: {
22994
+ types: string[];
22995
+ properties: {
22996
+ x: {
22997
+ types: string[];
22998
+ };
22999
+ y: {
23000
+ types: string[];
23001
+ };
23002
+ };
23003
+ required: string[];
23004
+ };
23005
+ elevation: {
23006
+ types: string[];
23007
+ };
23008
+ };
23009
+ required: string[];
23010
+ };
23011
+ };
23012
+ features: {
23013
+ types: string[];
23014
+ description: string;
23015
+ items: {
23016
+ types: string[];
23017
+ properties: {
23018
+ id: {
23019
+ types: string[];
23020
+ };
23021
+ x: {
23022
+ types: string[];
23023
+ };
23024
+ y: {
23025
+ types: string[];
23026
+ };
23027
+ z: {
23028
+ types: string[];
23029
+ };
23030
+ type: {
23031
+ types: string[];
23032
+ };
23033
+ sprite: {
23034
+ types: string[];
23035
+ };
23036
+ assetUrl: {
23037
+ types: string[];
23038
+ };
23039
+ color: {
23040
+ types: string[];
23041
+ };
23042
+ elevation: {
23043
+ types: string[];
23044
+ };
23045
+ };
23046
+ required: string[];
23047
+ };
23048
+ };
23049
+ assetManifest: {
23050
+ types: string[];
23051
+ description: string;
23052
+ properties: {
23053
+ baseUrl: {
23054
+ types: string[];
23055
+ };
23056
+ terrains: {
23057
+ types: string[];
23058
+ mapValue: {
23059
+ types: string[];
23060
+ };
23061
+ };
23062
+ units: {
23063
+ types: string[];
23064
+ mapValue: {
23065
+ types: string[];
23066
+ };
23067
+ };
23068
+ features: {
23069
+ types: string[];
23070
+ mapValue: {
23071
+ types: string[];
23072
+ };
23073
+ };
23074
+ };
23075
+ };
22066
23076
  scale: {
22067
23077
  types: string[];
22068
23078
  description: string;
@@ -25800,12 +26810,6 @@ export declare const PATTERN_REGISTRY: {
25800
26810
  suggestedFor: string[];
25801
26811
  typicalSize: string;
25802
26812
  propsSchema: {
25803
- entity: {
25804
- types: string[];
25805
- description: string;
25806
- kind: string;
25807
- cardinality: string;
25808
- };
25809
26813
  className: {
25810
26814
  types: string[];
25811
26815
  description: string;
@@ -25871,6 +26875,12 @@ export declare const PATTERN_REGISTRY: {
25871
26875
  };
25872
26876
  default: never[];
25873
26877
  };
26878
+ entity: {
26879
+ types: string[];
26880
+ description: string;
26881
+ kind: string;
26882
+ cardinality: string;
26883
+ };
25874
26884
  entityType: {
25875
26885
  types: string[];
25876
26886
  description: string;
@@ -26245,12 +27255,6 @@ export declare const PATTERN_REGISTRY: {
26245
27255
  suggestedFor: string[];
26246
27256
  typicalSize: string;
26247
27257
  propsSchema: {
26248
- entity: {
26249
- types: string[];
26250
- description: string;
26251
- kind: string;
26252
- cardinality: string;
26253
- };
26254
27258
  className: {
26255
27259
  types: string[];
26256
27260
  description: string;
@@ -26315,6 +27319,12 @@ export declare const PATTERN_REGISTRY: {
26315
27319
  types: string[];
26316
27320
  };
26317
27321
  };
27322
+ entity: {
27323
+ types: string[];
27324
+ description: string;
27325
+ kind: string;
27326
+ cardinality: string;
27327
+ };
26318
27328
  title: {
26319
27329
  types: string[];
26320
27330
  description: string;
@@ -29789,6 +30799,11 @@ export declare const PATTERN_REGISTRY: {
29789
30799
  types: string[];
29790
30800
  description: string;
29791
30801
  };
30802
+ action: {
30803
+ types: string[];
30804
+ description: string;
30805
+ kind: string;
30806
+ };
29792
30807
  };
29793
30808
  };
29794
30809
  "progress-bar": {
@@ -29937,8 +30952,6 @@ export declare const PATTERN_REGISTRY: {
29937
30952
  onClear: {
29938
30953
  types: string[];
29939
30954
  description: string;
29940
- kind: string;
29941
- callbackArgs: never[];
29942
30955
  };
29943
30956
  options: {
29944
30957
  types: string[];
@@ -29964,8 +30977,6 @@ export declare const PATTERN_REGISTRY: {
29964
30977
  onChange: {
29965
30978
  types: string[];
29966
30979
  description: string;
29967
- kind: string;
29968
- callbackArgs: never[];
29969
30980
  };
29970
30981
  };
29971
30982
  };
@@ -29999,6 +31010,10 @@ export declare const PATTERN_REGISTRY: {
29999
31010
  types: string[];
30000
31011
  description: string;
30001
31012
  };
31013
+ onChange: {
31014
+ types: string[];
31015
+ description: string;
31016
+ };
30002
31017
  };
30003
31018
  };
30004
31019
  select: {
@@ -30048,6 +31063,10 @@ export declare const PATTERN_REGISTRY: {
30048
31063
  types: string[];
30049
31064
  description: string;
30050
31065
  };
31066
+ onChange: {
31067
+ types: string[];
31068
+ description: string;
31069
+ };
30051
31070
  };
30052
31071
  };
30053
31072
  checkbox: {
@@ -30075,6 +31094,10 @@ export declare const PATTERN_REGISTRY: {
30075
31094
  types: string[];
30076
31095
  description: string;
30077
31096
  };
31097
+ onChange: {
31098
+ types: string[];
31099
+ description: string;
31100
+ };
30078
31101
  };
30079
31102
  };
30080
31103
  radio: {
@@ -34161,6 +35184,189 @@ export declare const PATTERN_REGISTRY: {
34161
35184
  description: string;
34162
35185
  default: number;
34163
35186
  };
35187
+ tiles: {
35188
+ types: string[];
35189
+ description: string;
35190
+ items: {
35191
+ types: string[];
35192
+ properties: {
35193
+ id: {
35194
+ types: string[];
35195
+ };
35196
+ x: {
35197
+ types: string[];
35198
+ };
35199
+ y: {
35200
+ types: string[];
35201
+ };
35202
+ z: {
35203
+ types: string[];
35204
+ };
35205
+ terrain: {
35206
+ types: string[];
35207
+ };
35208
+ type: {
35209
+ types: string[];
35210
+ };
35211
+ terrainSprite: {
35212
+ types: string[];
35213
+ };
35214
+ passable: {
35215
+ types: string[];
35216
+ };
35217
+ movementCost: {
35218
+ types: string[];
35219
+ };
35220
+ tileType: {
35221
+ types: string[];
35222
+ };
35223
+ elevation: {
35224
+ types: string[];
35225
+ };
35226
+ };
35227
+ required: string[];
35228
+ };
35229
+ };
35230
+ units: {
35231
+ types: string[];
35232
+ description: string;
35233
+ items: {
35234
+ types: string[];
35235
+ properties: {
35236
+ id: {
35237
+ types: string[];
35238
+ };
35239
+ position: {
35240
+ types: string[];
35241
+ properties: {
35242
+ x: {
35243
+ types: string[];
35244
+ };
35245
+ y: {
35246
+ types: string[];
35247
+ };
35248
+ };
35249
+ required: string[];
35250
+ };
35251
+ x: {
35252
+ types: string[];
35253
+ };
35254
+ y: {
35255
+ types: string[];
35256
+ };
35257
+ z: {
35258
+ types: string[];
35259
+ };
35260
+ sprite: {
35261
+ types: string[];
35262
+ };
35263
+ unitType: {
35264
+ types: string[];
35265
+ };
35266
+ heroId: {
35267
+ types: string[];
35268
+ };
35269
+ name: {
35270
+ types: string[];
35271
+ };
35272
+ team: {
35273
+ types: string[];
35274
+ enumValues: string[];
35275
+ };
35276
+ faction: {
35277
+ types: string[];
35278
+ enumValues: string[];
35279
+ };
35280
+ health: {
35281
+ types: string[];
35282
+ };
35283
+ maxHealth: {
35284
+ types: string[];
35285
+ };
35286
+ traits: {
35287
+ types: string[];
35288
+ items: {
35289
+ types: string[];
35290
+ properties: {
35291
+ name: {
35292
+ types: string[];
35293
+ };
35294
+ currentState: {
35295
+ types: string[];
35296
+ };
35297
+ states: {
35298
+ types: string[];
35299
+ items: {
35300
+ types: string[];
35301
+ };
35302
+ };
35303
+ cooldown: {
35304
+ types: string[];
35305
+ };
35306
+ };
35307
+ required: string[];
35308
+ };
35309
+ };
35310
+ previousPosition: {
35311
+ types: string[];
35312
+ properties: {
35313
+ x: {
35314
+ types: string[];
35315
+ };
35316
+ y: {
35317
+ types: string[];
35318
+ };
35319
+ };
35320
+ required: string[];
35321
+ };
35322
+ elevation: {
35323
+ types: string[];
35324
+ };
35325
+ };
35326
+ required: string[];
35327
+ };
35328
+ };
35329
+ features: {
35330
+ types: string[];
35331
+ description: string;
35332
+ items: {
35333
+ types: string[];
35334
+ properties: {
35335
+ id: {
35336
+ types: string[];
35337
+ };
35338
+ x: {
35339
+ types: string[];
35340
+ };
35341
+ y: {
35342
+ types: string[];
35343
+ };
35344
+ z: {
35345
+ types: string[];
35346
+ };
35347
+ type: {
35348
+ types: string[];
35349
+ };
35350
+ sprite: {
35351
+ types: string[];
35352
+ };
35353
+ assetUrl: {
35354
+ types: string[];
35355
+ };
35356
+ color: {
35357
+ types: string[];
35358
+ };
35359
+ elevation: {
35360
+ types: string[];
35361
+ };
35362
+ };
35363
+ required: string[];
35364
+ };
35365
+ };
35366
+ assetManifest: {
35367
+ types: string[];
35368
+ description: string;
35369
+ };
34164
35370
  };
34165
35371
  };
34166
35372
  "world-map-template": {
@@ -34200,6 +35406,189 @@ export declare const PATTERN_REGISTRY: {
34200
35406
  description: string;
34201
35407
  default: boolean;
34202
35408
  };
35409
+ tiles: {
35410
+ types: string[];
35411
+ description: string;
35412
+ items: {
35413
+ types: string[];
35414
+ properties: {
35415
+ id: {
35416
+ types: string[];
35417
+ };
35418
+ x: {
35419
+ types: string[];
35420
+ };
35421
+ y: {
35422
+ types: string[];
35423
+ };
35424
+ z: {
35425
+ types: string[];
35426
+ };
35427
+ terrain: {
35428
+ types: string[];
35429
+ };
35430
+ type: {
35431
+ types: string[];
35432
+ };
35433
+ terrainSprite: {
35434
+ types: string[];
35435
+ };
35436
+ passable: {
35437
+ types: string[];
35438
+ };
35439
+ movementCost: {
35440
+ types: string[];
35441
+ };
35442
+ tileType: {
35443
+ types: string[];
35444
+ };
35445
+ elevation: {
35446
+ types: string[];
35447
+ };
35448
+ };
35449
+ required: string[];
35450
+ };
35451
+ };
35452
+ units: {
35453
+ types: string[];
35454
+ description: string;
35455
+ items: {
35456
+ types: string[];
35457
+ properties: {
35458
+ id: {
35459
+ types: string[];
35460
+ };
35461
+ position: {
35462
+ types: string[];
35463
+ properties: {
35464
+ x: {
35465
+ types: string[];
35466
+ };
35467
+ y: {
35468
+ types: string[];
35469
+ };
35470
+ };
35471
+ required: string[];
35472
+ };
35473
+ x: {
35474
+ types: string[];
35475
+ };
35476
+ y: {
35477
+ types: string[];
35478
+ };
35479
+ z: {
35480
+ types: string[];
35481
+ };
35482
+ sprite: {
35483
+ types: string[];
35484
+ };
35485
+ unitType: {
35486
+ types: string[];
35487
+ };
35488
+ heroId: {
35489
+ types: string[];
35490
+ };
35491
+ name: {
35492
+ types: string[];
35493
+ };
35494
+ team: {
35495
+ types: string[];
35496
+ enumValues: string[];
35497
+ };
35498
+ faction: {
35499
+ types: string[];
35500
+ enumValues: string[];
35501
+ };
35502
+ health: {
35503
+ types: string[];
35504
+ };
35505
+ maxHealth: {
35506
+ types: string[];
35507
+ };
35508
+ traits: {
35509
+ types: string[];
35510
+ items: {
35511
+ types: string[];
35512
+ properties: {
35513
+ name: {
35514
+ types: string[];
35515
+ };
35516
+ currentState: {
35517
+ types: string[];
35518
+ };
35519
+ states: {
35520
+ types: string[];
35521
+ items: {
35522
+ types: string[];
35523
+ };
35524
+ };
35525
+ cooldown: {
35526
+ types: string[];
35527
+ };
35528
+ };
35529
+ required: string[];
35530
+ };
35531
+ };
35532
+ previousPosition: {
35533
+ types: string[];
35534
+ properties: {
35535
+ x: {
35536
+ types: string[];
35537
+ };
35538
+ y: {
35539
+ types: string[];
35540
+ };
35541
+ };
35542
+ required: string[];
35543
+ };
35544
+ elevation: {
35545
+ types: string[];
35546
+ };
35547
+ };
35548
+ required: string[];
35549
+ };
35550
+ };
35551
+ features: {
35552
+ types: string[];
35553
+ description: string;
35554
+ items: {
35555
+ types: string[];
35556
+ properties: {
35557
+ id: {
35558
+ types: string[];
35559
+ };
35560
+ x: {
35561
+ types: string[];
35562
+ };
35563
+ y: {
35564
+ types: string[];
35565
+ };
35566
+ z: {
35567
+ types: string[];
35568
+ };
35569
+ type: {
35570
+ types: string[];
35571
+ };
35572
+ sprite: {
35573
+ types: string[];
35574
+ };
35575
+ assetUrl: {
35576
+ types: string[];
35577
+ };
35578
+ color: {
35579
+ types: string[];
35580
+ };
35581
+ elevation: {
35582
+ types: string[];
35583
+ };
35584
+ };
35585
+ required: string[];
35586
+ };
35587
+ };
35588
+ assetManifest: {
35589
+ types: string[];
35590
+ description: string;
35591
+ };
34203
35592
  };
34204
35593
  };
34205
35594
  "error-boundary": {
@@ -43026,6 +44415,7 @@ export declare const PATTERN_REGISTRY: {
43026
44415
  backgroundImage: {
43027
44416
  types: string[];
43028
44417
  description: string;
44418
+ default: string;
43029
44419
  };
43030
44420
  assetBaseUrl: {
43031
44421
  types: string[];
@@ -44092,6 +45482,7 @@ export declare const PATTERN_REGISTRY: {
44092
45482
  backgroundImage: {
44093
45483
  types: string[];
44094
45484
  description: string;
45485
+ default: string;
44095
45486
  };
44096
45487
  showMinimap: {
44097
45488
  types: string[];
@@ -44281,6 +45672,7 @@ export declare const PATTERN_REGISTRY: {
44281
45672
  assetBaseUrl: {
44282
45673
  types: string[];
44283
45674
  description: string;
45675
+ default: string;
44284
45676
  };
44285
45677
  assetManifest: {
44286
45678
  types: string[];
@@ -44413,6 +45805,7 @@ export declare const PATTERN_REGISTRY: {
44413
45805
  playerSprite: {
44414
45806
  types: string[];
44415
45807
  description: string;
45808
+ default: string;
44416
45809
  };
44417
45810
  tileSprites: {
44418
45811
  types: string[];
@@ -44424,6 +45817,7 @@ export declare const PATTERN_REGISTRY: {
44424
45817
  backgroundImage: {
44425
45818
  types: string[];
44426
45819
  description: string;
45820
+ default: string;
44427
45821
  };
44428
45822
  assetBaseUrl: {
44429
45823
  types: string[];
@@ -45013,134 +46407,346 @@ export declare const PATTERN_REGISTRY: {
45013
46407
  kind: string;
45014
46408
  cardinality: string;
45015
46409
  };
45016
- initialPage: {
45017
- types: string[];
45018
- description: string;
45019
- default: number;
45020
- };
45021
- fieldMap: {
46410
+ initialPage: {
46411
+ types: string[];
46412
+ description: string;
46413
+ default: number;
46414
+ };
46415
+ fieldMap: {
46416
+ types: string[];
46417
+ description: string;
46418
+ properties: {
46419
+ title: {
46420
+ types: string[];
46421
+ };
46422
+ subtitle: {
46423
+ types: string[];
46424
+ };
46425
+ author: {
46426
+ types: string[];
46427
+ };
46428
+ coverImageUrl: {
46429
+ types: string[];
46430
+ };
46431
+ direction: {
46432
+ types: string[];
46433
+ };
46434
+ parts: {
46435
+ types: string[];
46436
+ };
46437
+ partTitle: {
46438
+ types: string[];
46439
+ };
46440
+ chapters: {
46441
+ types: string[];
46442
+ };
46443
+ chapterId: {
46444
+ types: string[];
46445
+ };
46446
+ chapterTitle: {
46447
+ types: string[];
46448
+ };
46449
+ chapterContent: {
46450
+ types: string[];
46451
+ };
46452
+ chapterOrbitalSchema: {
46453
+ types: string[];
46454
+ };
46455
+ };
46456
+ propertyRequired: string[];
46457
+ };
46458
+ };
46459
+ };
46460
+ "battle-board": {
46461
+ type: string;
46462
+ category: string;
46463
+ tier: string;
46464
+ family: string;
46465
+ description: string;
46466
+ suggestedFor: string[];
46467
+ typicalSize: string;
46468
+ propsSchema: {
46469
+ className: {
46470
+ types: string[];
46471
+ description: string;
46472
+ };
46473
+ isLoading: {
46474
+ types: string[];
46475
+ description: string;
46476
+ };
46477
+ error: {
46478
+ types: string[];
46479
+ description: string;
46480
+ properties: {
46481
+ message: {
46482
+ types: string[];
46483
+ };
46484
+ name: {
46485
+ types: string[];
46486
+ };
46487
+ code: {
46488
+ types: string[];
46489
+ };
46490
+ stack: {
46491
+ types: string[];
46492
+ };
46493
+ };
46494
+ propertyRequired: string[];
46495
+ };
46496
+ sortBy: {
46497
+ types: string[];
46498
+ description: string;
46499
+ };
46500
+ sortDirection: {
46501
+ types: string[];
46502
+ description: string;
46503
+ enumValues: string[];
46504
+ };
46505
+ searchValue: {
46506
+ types: string[];
46507
+ description: string;
46508
+ };
46509
+ page: {
46510
+ types: string[];
46511
+ description: string;
46512
+ };
46513
+ pageSize: {
46514
+ types: string[];
46515
+ description: string;
46516
+ };
46517
+ totalCount: {
46518
+ types: string[];
46519
+ description: string;
46520
+ };
46521
+ activeFilters: {
46522
+ types: string[];
46523
+ description: string;
46524
+ };
46525
+ selectedIds: {
46526
+ types: string[];
46527
+ description: string;
46528
+ items: {
46529
+ types: string[];
46530
+ };
46531
+ };
46532
+ entity: {
46533
+ types: string[];
46534
+ description: string;
46535
+ kind: string;
46536
+ cardinality: string;
46537
+ };
46538
+ tiles: {
45022
46539
  types: string[];
45023
46540
  description: string;
45024
- properties: {
45025
- title: {
45026
- types: string[];
45027
- };
45028
- subtitle: {
45029
- types: string[];
45030
- };
45031
- author: {
45032
- types: string[];
45033
- };
45034
- coverImageUrl: {
45035
- types: string[];
45036
- };
45037
- direction: {
45038
- types: string[];
45039
- };
45040
- parts: {
45041
- types: string[];
45042
- };
45043
- partTitle: {
45044
- types: string[];
45045
- };
45046
- chapters: {
45047
- types: string[];
45048
- };
45049
- chapterId: {
45050
- types: string[];
45051
- };
45052
- chapterTitle: {
45053
- types: string[];
45054
- };
45055
- chapterContent: {
45056
- types: string[];
45057
- };
45058
- chapterOrbitalSchema: {
45059
- types: string[];
46541
+ items: {
46542
+ types: string[];
46543
+ properties: {
46544
+ id: {
46545
+ types: string[];
46546
+ };
46547
+ x: {
46548
+ types: string[];
46549
+ };
46550
+ y: {
46551
+ types: string[];
46552
+ };
46553
+ z: {
46554
+ types: string[];
46555
+ };
46556
+ terrain: {
46557
+ types: string[];
46558
+ };
46559
+ type: {
46560
+ types: string[];
46561
+ };
46562
+ terrainSprite: {
46563
+ types: string[];
46564
+ };
46565
+ passable: {
46566
+ types: string[];
46567
+ };
46568
+ movementCost: {
46569
+ types: string[];
46570
+ };
46571
+ tileType: {
46572
+ types: string[];
46573
+ };
46574
+ elevation: {
46575
+ types: string[];
46576
+ };
45060
46577
  };
46578
+ required: string[];
45061
46579
  };
45062
- propertyRequired: string[];
45063
46580
  };
45064
- };
45065
- };
45066
- "battle-board": {
45067
- type: string;
45068
- category: string;
45069
- tier: string;
45070
- family: string;
45071
- description: string;
45072
- suggestedFor: string[];
45073
- typicalSize: string;
45074
- propsSchema: {
45075
- className: {
46581
+ units: {
45076
46582
  types: string[];
45077
46583
  description: string;
46584
+ items: {
46585
+ types: string[];
46586
+ properties: {
46587
+ id: {
46588
+ types: string[];
46589
+ };
46590
+ position: {
46591
+ types: string[];
46592
+ properties: {
46593
+ x: {
46594
+ types: string[];
46595
+ };
46596
+ y: {
46597
+ types: string[];
46598
+ };
46599
+ };
46600
+ required: string[];
46601
+ };
46602
+ x: {
46603
+ types: string[];
46604
+ };
46605
+ y: {
46606
+ types: string[];
46607
+ };
46608
+ z: {
46609
+ types: string[];
46610
+ };
46611
+ sprite: {
46612
+ types: string[];
46613
+ };
46614
+ unitType: {
46615
+ types: string[];
46616
+ };
46617
+ heroId: {
46618
+ types: string[];
46619
+ };
46620
+ name: {
46621
+ types: string[];
46622
+ };
46623
+ team: {
46624
+ types: string[];
46625
+ enumValues: string[];
46626
+ };
46627
+ faction: {
46628
+ types: string[];
46629
+ enumValues: string[];
46630
+ };
46631
+ health: {
46632
+ types: string[];
46633
+ };
46634
+ maxHealth: {
46635
+ types: string[];
46636
+ };
46637
+ traits: {
46638
+ types: string[];
46639
+ items: {
46640
+ types: string[];
46641
+ properties: {
46642
+ name: {
46643
+ types: string[];
46644
+ };
46645
+ currentState: {
46646
+ types: string[];
46647
+ };
46648
+ states: {
46649
+ types: string[];
46650
+ items: {
46651
+ types: string[];
46652
+ };
46653
+ };
46654
+ cooldown: {
46655
+ types: string[];
46656
+ };
46657
+ };
46658
+ required: string[];
46659
+ };
46660
+ };
46661
+ previousPosition: {
46662
+ types: string[];
46663
+ properties: {
46664
+ x: {
46665
+ types: string[];
46666
+ };
46667
+ y: {
46668
+ types: string[];
46669
+ };
46670
+ };
46671
+ required: string[];
46672
+ };
46673
+ elevation: {
46674
+ types: string[];
46675
+ };
46676
+ };
46677
+ required: string[];
46678
+ };
45078
46679
  };
45079
- isLoading: {
46680
+ features: {
45080
46681
  types: string[];
45081
46682
  description: string;
46683
+ items: {
46684
+ types: string[];
46685
+ properties: {
46686
+ id: {
46687
+ types: string[];
46688
+ };
46689
+ x: {
46690
+ types: string[];
46691
+ };
46692
+ y: {
46693
+ types: string[];
46694
+ };
46695
+ z: {
46696
+ types: string[];
46697
+ };
46698
+ type: {
46699
+ types: string[];
46700
+ };
46701
+ sprite: {
46702
+ types: string[];
46703
+ };
46704
+ assetUrl: {
46705
+ types: string[];
46706
+ };
46707
+ color: {
46708
+ types: string[];
46709
+ };
46710
+ elevation: {
46711
+ types: string[];
46712
+ };
46713
+ };
46714
+ required: string[];
46715
+ };
45082
46716
  };
45083
- error: {
46717
+ assetManifest: {
45084
46718
  types: string[];
45085
46719
  description: string;
45086
46720
  properties: {
45087
- message: {
46721
+ baseUrl: {
45088
46722
  types: string[];
45089
46723
  };
45090
- name: {
46724
+ terrains: {
45091
46725
  types: string[];
46726
+ mapValue: {
46727
+ types: string[];
46728
+ };
45092
46729
  };
45093
- code: {
46730
+ units: {
45094
46731
  types: string[];
46732
+ mapValue: {
46733
+ types: string[];
46734
+ };
45095
46735
  };
45096
- stack: {
46736
+ features: {
45097
46737
  types: string[];
46738
+ mapValue: {
46739
+ types: string[];
46740
+ };
46741
+ };
46742
+ effects: {
46743
+ types: string[];
46744
+ mapValue: {
46745
+ types: string[];
46746
+ };
45098
46747
  };
45099
- };
45100
- propertyRequired: string[];
45101
- };
45102
- sortBy: {
45103
- types: string[];
45104
- description: string;
45105
- };
45106
- sortDirection: {
45107
- types: string[];
45108
- description: string;
45109
- enumValues: string[];
45110
- };
45111
- searchValue: {
45112
- types: string[];
45113
- description: string;
45114
- };
45115
- page: {
45116
- types: string[];
45117
- description: string;
45118
- };
45119
- pageSize: {
45120
- types: string[];
45121
- description: string;
45122
- };
45123
- totalCount: {
45124
- types: string[];
45125
- description: string;
45126
- };
45127
- activeFilters: {
45128
- types: string[];
45129
- description: string;
45130
- };
45131
- selectedIds: {
45132
- types: string[];
45133
- description: string;
45134
- items: {
45135
- types: string[];
45136
46748
  };
45137
46749
  };
45138
- entity: {
45139
- types: string[];
45140
- description: string;
45141
- kind: string;
45142
- cardinality: string;
45143
- };
45144
46750
  scale: {
45145
46751
  types: string[];
45146
46752
  description: string;
@@ -45704,10 +47310,12 @@ export declare const PATTERN_REGISTRY: {
45704
47310
  effectSpriteUrl: {
45705
47311
  types: string[];
45706
47312
  description: string;
47313
+ default: string;
45707
47314
  };
45708
47315
  assetBaseUrl: {
45709
47316
  types: string[];
45710
47317
  description: string;
47318
+ default: string;
45711
47319
  };
45712
47320
  assetManifest: {
45713
47321
  types: string[];
@@ -45891,6 +47499,212 @@ export declare const PATTERN_REGISTRY: {
45891
47499
  kind: string;
45892
47500
  cardinality: string;
45893
47501
  };
47502
+ tiles: {
47503
+ types: string[];
47504
+ description: string;
47505
+ items: {
47506
+ types: string[];
47507
+ properties: {
47508
+ id: {
47509
+ types: string[];
47510
+ };
47511
+ x: {
47512
+ types: string[];
47513
+ };
47514
+ y: {
47515
+ types: string[];
47516
+ };
47517
+ z: {
47518
+ types: string[];
47519
+ };
47520
+ terrain: {
47521
+ types: string[];
47522
+ };
47523
+ type: {
47524
+ types: string[];
47525
+ };
47526
+ terrainSprite: {
47527
+ types: string[];
47528
+ };
47529
+ passable: {
47530
+ types: string[];
47531
+ };
47532
+ movementCost: {
47533
+ types: string[];
47534
+ };
47535
+ tileType: {
47536
+ types: string[];
47537
+ };
47538
+ elevation: {
47539
+ types: string[];
47540
+ };
47541
+ };
47542
+ required: string[];
47543
+ };
47544
+ };
47545
+ units: {
47546
+ types: string[];
47547
+ description: string;
47548
+ items: {
47549
+ types: string[];
47550
+ properties: {
47551
+ id: {
47552
+ types: string[];
47553
+ };
47554
+ position: {
47555
+ types: string[];
47556
+ properties: {
47557
+ x: {
47558
+ types: string[];
47559
+ };
47560
+ y: {
47561
+ types: string[];
47562
+ };
47563
+ };
47564
+ required: string[];
47565
+ };
47566
+ x: {
47567
+ types: string[];
47568
+ };
47569
+ y: {
47570
+ types: string[];
47571
+ };
47572
+ z: {
47573
+ types: string[];
47574
+ };
47575
+ sprite: {
47576
+ types: string[];
47577
+ };
47578
+ unitType: {
47579
+ types: string[];
47580
+ };
47581
+ heroId: {
47582
+ types: string[];
47583
+ };
47584
+ name: {
47585
+ types: string[];
47586
+ };
47587
+ team: {
47588
+ types: string[];
47589
+ enumValues: string[];
47590
+ };
47591
+ faction: {
47592
+ types: string[];
47593
+ enumValues: string[];
47594
+ };
47595
+ health: {
47596
+ types: string[];
47597
+ };
47598
+ maxHealth: {
47599
+ types: string[];
47600
+ };
47601
+ traits: {
47602
+ types: string[];
47603
+ items: {
47604
+ types: string[];
47605
+ properties: {
47606
+ name: {
47607
+ types: string[];
47608
+ };
47609
+ currentState: {
47610
+ types: string[];
47611
+ };
47612
+ states: {
47613
+ types: string[];
47614
+ items: {
47615
+ types: string[];
47616
+ };
47617
+ };
47618
+ cooldown: {
47619
+ types: string[];
47620
+ };
47621
+ };
47622
+ required: string[];
47623
+ };
47624
+ };
47625
+ previousPosition: {
47626
+ types: string[];
47627
+ properties: {
47628
+ x: {
47629
+ types: string[];
47630
+ };
47631
+ y: {
47632
+ types: string[];
47633
+ };
47634
+ };
47635
+ required: string[];
47636
+ };
47637
+ elevation: {
47638
+ types: string[];
47639
+ };
47640
+ };
47641
+ required: string[];
47642
+ };
47643
+ };
47644
+ features: {
47645
+ types: string[];
47646
+ description: string;
47647
+ items: {
47648
+ types: string[];
47649
+ properties: {
47650
+ id: {
47651
+ types: string[];
47652
+ };
47653
+ x: {
47654
+ types: string[];
47655
+ };
47656
+ y: {
47657
+ types: string[];
47658
+ };
47659
+ z: {
47660
+ types: string[];
47661
+ };
47662
+ type: {
47663
+ types: string[];
47664
+ };
47665
+ sprite: {
47666
+ types: string[];
47667
+ };
47668
+ assetUrl: {
47669
+ types: string[];
47670
+ };
47671
+ color: {
47672
+ types: string[];
47673
+ };
47674
+ elevation: {
47675
+ types: string[];
47676
+ };
47677
+ };
47678
+ required: string[];
47679
+ };
47680
+ };
47681
+ assetManifest: {
47682
+ types: string[];
47683
+ description: string;
47684
+ properties: {
47685
+ baseUrl: {
47686
+ types: string[];
47687
+ };
47688
+ terrains: {
47689
+ types: string[];
47690
+ mapValue: {
47691
+ types: string[];
47692
+ };
47693
+ };
47694
+ units: {
47695
+ types: string[];
47696
+ mapValue: {
47697
+ types: string[];
47698
+ };
47699
+ };
47700
+ features: {
47701
+ types: string[];
47702
+ mapValue: {
47703
+ types: string[];
47704
+ };
47705
+ };
47706
+ };
47707
+ };
45894
47708
  scale: {
45895
47709
  types: string[];
45896
47710
  description: string;
@@ -47557,6 +49371,212 @@ export declare const PATTERN_REGISTRY: {
47557
49371
  kind: string;
47558
49372
  cardinality: string;
47559
49373
  };
49374
+ tiles: {
49375
+ types: string[];
49376
+ description: string;
49377
+ items: {
49378
+ types: string[];
49379
+ properties: {
49380
+ id: {
49381
+ types: string[];
49382
+ };
49383
+ x: {
49384
+ types: string[];
49385
+ };
49386
+ y: {
49387
+ types: string[];
49388
+ };
49389
+ z: {
49390
+ types: string[];
49391
+ };
49392
+ terrain: {
49393
+ types: string[];
49394
+ };
49395
+ type: {
49396
+ types: string[];
49397
+ };
49398
+ terrainSprite: {
49399
+ types: string[];
49400
+ };
49401
+ passable: {
49402
+ types: string[];
49403
+ };
49404
+ movementCost: {
49405
+ types: string[];
49406
+ };
49407
+ tileType: {
49408
+ types: string[];
49409
+ };
49410
+ elevation: {
49411
+ types: string[];
49412
+ };
49413
+ };
49414
+ required: string[];
49415
+ };
49416
+ };
49417
+ units: {
49418
+ types: string[];
49419
+ description: string;
49420
+ items: {
49421
+ types: string[];
49422
+ properties: {
49423
+ id: {
49424
+ types: string[];
49425
+ };
49426
+ position: {
49427
+ types: string[];
49428
+ properties: {
49429
+ x: {
49430
+ types: string[];
49431
+ };
49432
+ y: {
49433
+ types: string[];
49434
+ };
49435
+ };
49436
+ required: string[];
49437
+ };
49438
+ x: {
49439
+ types: string[];
49440
+ };
49441
+ y: {
49442
+ types: string[];
49443
+ };
49444
+ z: {
49445
+ types: string[];
49446
+ };
49447
+ sprite: {
49448
+ types: string[];
49449
+ };
49450
+ unitType: {
49451
+ types: string[];
49452
+ };
49453
+ heroId: {
49454
+ types: string[];
49455
+ };
49456
+ name: {
49457
+ types: string[];
49458
+ };
49459
+ team: {
49460
+ types: string[];
49461
+ enumValues: string[];
49462
+ };
49463
+ faction: {
49464
+ types: string[];
49465
+ enumValues: string[];
49466
+ };
49467
+ health: {
49468
+ types: string[];
49469
+ };
49470
+ maxHealth: {
49471
+ types: string[];
49472
+ };
49473
+ traits: {
49474
+ types: string[];
49475
+ items: {
49476
+ types: string[];
49477
+ properties: {
49478
+ name: {
49479
+ types: string[];
49480
+ };
49481
+ currentState: {
49482
+ types: string[];
49483
+ };
49484
+ states: {
49485
+ types: string[];
49486
+ items: {
49487
+ types: string[];
49488
+ };
49489
+ };
49490
+ cooldown: {
49491
+ types: string[];
49492
+ };
49493
+ };
49494
+ required: string[];
49495
+ };
49496
+ };
49497
+ previousPosition: {
49498
+ types: string[];
49499
+ properties: {
49500
+ x: {
49501
+ types: string[];
49502
+ };
49503
+ y: {
49504
+ types: string[];
49505
+ };
49506
+ };
49507
+ required: string[];
49508
+ };
49509
+ elevation: {
49510
+ types: string[];
49511
+ };
49512
+ };
49513
+ required: string[];
49514
+ };
49515
+ };
49516
+ features: {
49517
+ types: string[];
49518
+ description: string;
49519
+ items: {
49520
+ types: string[];
49521
+ properties: {
49522
+ id: {
49523
+ types: string[];
49524
+ };
49525
+ x: {
49526
+ types: string[];
49527
+ };
49528
+ y: {
49529
+ types: string[];
49530
+ };
49531
+ z: {
49532
+ types: string[];
49533
+ };
49534
+ type: {
49535
+ types: string[];
49536
+ };
49537
+ sprite: {
49538
+ types: string[];
49539
+ };
49540
+ assetUrl: {
49541
+ types: string[];
49542
+ };
49543
+ color: {
49544
+ types: string[];
49545
+ };
49546
+ elevation: {
49547
+ types: string[];
49548
+ };
49549
+ };
49550
+ required: string[];
49551
+ };
49552
+ };
49553
+ assetManifest: {
49554
+ types: string[];
49555
+ description: string;
49556
+ properties: {
49557
+ baseUrl: {
49558
+ types: string[];
49559
+ };
49560
+ terrains: {
49561
+ types: string[];
49562
+ mapValue: {
49563
+ types: string[];
49564
+ };
49565
+ };
49566
+ units: {
49567
+ types: string[];
49568
+ mapValue: {
49569
+ types: string[];
49570
+ };
49571
+ };
49572
+ features: {
49573
+ types: string[];
49574
+ mapValue: {
49575
+ types: string[];
49576
+ };
49577
+ };
49578
+ };
49579
+ };
47560
49580
  scale: {
47561
49581
  types: string[];
47562
49582
  description: string;