@almadar/std 16.46.0 → 16.47.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.
Files changed (22) hide show
  1. package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +16 -2
  2. package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +18 -0
  3. package/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +18 -0
  4. package/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +18 -0
  5. package/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +18 -0
  6. package/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +28 -0
  7. package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +6 -1
  8. package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +16 -2
  9. package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +18 -0
  10. package/dist/behaviors/registry/ui/game/organisms/ui-classifier-board.orb +18 -0
  11. package/dist/behaviors/registry/ui/game/organisms/ui-debugger-board.orb +18 -0
  12. package/dist/behaviors/registry/ui/game/organisms/ui-negotiator-board.orb +18 -0
  13. package/dist/behaviors/registry/ui/game/organisms/ui-simulator-board.orb +28 -0
  14. package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +6 -1
  15. package/dist/registry/ui/game/organisms/ui-battle-board.orb +16 -2
  16. package/dist/registry/ui/game/organisms/ui-builder-board.orb +18 -0
  17. package/dist/registry/ui/game/organisms/ui-classifier-board.orb +18 -0
  18. package/dist/registry/ui/game/organisms/ui-debugger-board.orb +18 -0
  19. package/dist/registry/ui/game/organisms/ui-negotiator-board.orb +18 -0
  20. package/dist/registry/ui/game/organisms/ui-simulator-board.orb +28 -0
  21. package/dist/registry/ui/game/organisms/ui-world-map-board.orb +6 -1
  22. package/package.json +1 -1
@@ -389,6 +389,7 @@
389
389
  "main",
390
390
  {
391
391
  "activeFilters": "@config.activeFilters",
392
+ "checkEvent": "CHECK",
392
393
  "className": "@config.className",
393
394
  "completeEvent": "COMPLETE",
394
395
  "entity": "@entity",
@@ -396,8 +397,11 @@
396
397
  "isLoading": "@config.isLoading",
397
398
  "page": "@config.pageProp",
398
399
  "pageSize": "@config.pageSize",
400
+ "playAgainEvent": "PLAY_AGAIN",
399
401
  "searchValue": "@config.searchValue",
400
402
  "selectedIds": "@config.selectedIds",
403
+ "setAEvent": "SET_A",
404
+ "setBEvent": "SET_B",
401
405
  "sortBy": "@config.sortBy",
402
406
  "sortDirection": "@config.sortDirection",
403
407
  "totalCount": "@config.totalCount",
@@ -435,8 +439,12 @@
435
439
  "render-ui",
436
440
  "main",
437
441
  {
442
+ "checkEvent": "CHECK",
438
443
  "completeEvent": "COMPLETE",
439
444
  "entity": "@entity",
445
+ "playAgainEvent": "PLAY_AGAIN",
446
+ "setAEvent": "SET_A",
447
+ "setBEvent": "SET_B",
440
448
  "type": "simulator-board"
441
449
  }
442
450
  ]
@@ -456,8 +464,12 @@
456
464
  "render-ui",
457
465
  "main",
458
466
  {
467
+ "checkEvent": "CHECK",
459
468
  "completeEvent": "COMPLETE",
460
469
  "entity": "@entity",
470
+ "playAgainEvent": "PLAY_AGAIN",
471
+ "setAEvent": "SET_A",
472
+ "setBEvent": "SET_B",
461
473
  "type": "simulator-board"
462
474
  }
463
475
  ]
@@ -482,8 +494,12 @@
482
494
  "render-ui",
483
495
  "main",
484
496
  {
497
+ "checkEvent": "CHECK",
485
498
  "completeEvent": "COMPLETE",
486
499
  "entity": "@entity",
500
+ "playAgainEvent": "PLAY_AGAIN",
501
+ "setAEvent": "SET_A",
502
+ "setBEvent": "SET_B",
487
503
  "type": "simulator-board"
488
504
  }
489
505
  ]
@@ -517,8 +533,12 @@
517
533
  "render-ui",
518
534
  "main",
519
535
  {
536
+ "checkEvent": "CHECK",
520
537
  "completeEvent": "COMPLETE",
521
538
  "entity": "@entity",
539
+ "playAgainEvent": "PLAY_AGAIN",
540
+ "setAEvent": "SET_A",
541
+ "setBEvent": "SET_B",
522
542
  "type": "simulator-board"
523
543
  }
524
544
  ]
@@ -554,8 +574,12 @@
554
574
  "render-ui",
555
575
  "main",
556
576
  {
577
+ "checkEvent": "CHECK",
557
578
  "completeEvent": "COMPLETE",
558
579
  "entity": "@entity",
580
+ "playAgainEvent": "PLAY_AGAIN",
581
+ "setAEvent": "SET_A",
582
+ "setBEvent": "SET_B",
559
583
  "type": "simulator-board"
560
584
  }
561
585
  ]
@@ -602,8 +626,12 @@
602
626
  "render-ui",
603
627
  "main",
604
628
  {
629
+ "checkEvent": "CHECK",
605
630
  "completeEvent": "COMPLETE",
606
631
  "entity": "@entity",
632
+ "playAgainEvent": "PLAY_AGAIN",
633
+ "setAEvent": "SET_A",
634
+ "setBEvent": "SET_B",
607
635
  "type": "simulator-board"
608
636
  }
609
637
  ]
@@ -109,7 +109,12 @@
109
109
  "type": "number"
110
110
  },
111
111
  "effectSpriteUrls": {
112
- "default": [],
112
+ "default": [
113
+ "https://almadar-kflow-assets.web.app/shared/effects/particles/slash_03.png",
114
+ "https://almadar-kflow-assets.web.app/shared/effects/particles/magic_02.png",
115
+ "https://almadar-kflow-assets.web.app/shared/effects/particles/spark_06.png",
116
+ "https://almadar-kflow-assets.web.app/shared/effects/explosions/pixel/pixelExplosion07.png"
117
+ ],
113
118
  "description": "effectSpriteUrls prop",
114
119
  "items": {
115
120
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/std",
3
- "version": "16.46.0",
3
+ "version": "16.47.0",
4
4
  "description": "Standard library operators for Almadar (math, string, array, etc.)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",