@almadar/std 3.2.1 → 3.2.2
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/behaviors/exports/atoms/std-async.orb +41 -24
- package/behaviors/exports/atoms/std-browse.orb +12 -5
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/behaviors/exports/atoms/std-collision.orb +278 -206
- package/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/behaviors/exports/atoms/std-combat.orb +6 -1
- package/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/behaviors/exports/atoms/std-display.orb +166 -21
- package/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- package/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/behaviors/exports/atoms/std-input.orb +142 -137
- package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-loading.orb +27 -76
- package/behaviors/exports/atoms/std-modal.orb +177 -93
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +46 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-quest.orb +309 -34
- package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +211 -11
- package/behaviors/exports/atoms/std-search.orb +28 -27
- package/behaviors/exports/atoms/std-selection.orb +160 -121
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +134 -24
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/behaviors/exports/molecules/std-cart.orb +6 -1
- package/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/behaviors/exports/molecules/std-detail.orb +12 -5
- package/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/behaviors/exports/molecules/std-list.orb +392 -5
- package/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/behaviors/exports/organisms/std-lms.orb +658 -362
- package/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/behaviors/exports/validation-report.json +252 -252
- package/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/exports/atoms/std-async.orb +41 -24
- package/dist/behaviors/exports/atoms/std-browse.orb +12 -5
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
- package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
- package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/behaviors/exports/atoms/std-display.orb +166 -21
- package/dist/behaviors/exports/atoms/std-drawer.orb +208 -104
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/dist/behaviors/exports/atoms/std-input.orb +142 -137
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-loading.orb +27 -76
- package/dist/behaviors/exports/atoms/std-modal.orb +177 -93
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +46 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +26 -89
- package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +211 -11
- package/dist/behaviors/exports/atoms/std-search.orb +28 -27
- package/dist/behaviors/exports/atoms/std-selection.orb +160 -121
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +134 -24
- package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-wizard.orb +31 -34
- package/dist/behaviors/exports/molecules/std-builder-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-cart.orb +6 -1
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-detail.orb +12 -5
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-geospatial.orb +28 -9
- package/dist/behaviors/exports/molecules/std-inventory.orb +28 -9
- package/dist/behaviors/exports/molecules/std-list.orb +392 -5
- package/dist/behaviors/exports/molecules/std-messaging.orb +12 -5
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/behaviors/exports/organisms/std-cms.orb +1713 -947
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/behaviors/exports/organisms/std-crm.orb +1669 -1153
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/behaviors/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/behaviors/exports/organisms/std-lms.orb +658 -362
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/behaviors/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/behaviors/exports/organisms/std-social-feed.orb +12 -8
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/behaviors/exports/validation-report.json +252 -252
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.js +715 -593
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +715 -593
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +12 -5
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/exports/atoms/std-collision.orb +278 -206
- package/dist/exports/atoms/std-combat-log.orb +6 -1
- package/dist/exports/atoms/std-combat.orb +6 -1
- package/dist/exports/atoms/std-confirmation.orb +212 -7
- package/dist/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/exports/atoms/std-display.orb +166 -21
- package/dist/exports/atoms/std-drawer.orb +208 -104
- package/dist/exports/atoms/std-filter.orb +211 -18
- package/dist/exports/atoms/std-game-audio.orb +6 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/exports/atoms/std-game-hud.orb +6 -1
- package/dist/exports/atoms/std-game-menu.orb +6 -1
- package/dist/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/exports/atoms/std-gameflow.orb +100 -5
- package/dist/exports/atoms/std-input.orb +142 -137
- package/dist/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/exports/atoms/std-loading.orb +27 -76
- package/dist/exports/atoms/std-modal.orb +177 -93
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +46 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +26 -89
- package/dist/exports/atoms/std-physics2d.orb +6 -1
- package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/exports/atoms/std-quest.orb +309 -34
- package/dist/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/exports/atoms/std-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +211 -11
- package/dist/exports/atoms/std-search.orb +28 -27
- package/dist/exports/atoms/std-selection.orb +160 -121
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +134 -24
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-wizard.orb +31 -34
- package/dist/exports/molecules/std-builder-game.orb +6 -1
- package/dist/exports/molecules/std-cart.orb +6 -1
- package/dist/exports/molecules/std-classifier-game.orb +6 -1
- package/dist/exports/molecules/std-debugger-game.orb +6 -1
- package/dist/exports/molecules/std-detail.orb +12 -5
- package/dist/exports/molecules/std-event-handler-game.orb +6 -1
- package/dist/exports/molecules/std-geospatial.orb +28 -9
- package/dist/exports/molecules/std-inventory.orb +28 -9
- package/dist/exports/molecules/std-list.orb +392 -5
- package/dist/exports/molecules/std-messaging.orb +12 -5
- package/dist/exports/molecules/std-negotiator-game.orb +6 -1
- package/dist/exports/molecules/std-platformer-game.orb +40 -1
- package/dist/exports/molecules/std-puzzle-game.orb +26 -1
- package/dist/exports/molecules/std-sequencer-game.orb +6 -1
- package/dist/exports/molecules/std-simulator-game.orb +6 -1
- package/dist/exports/molecules/std-turn-based-battle.orb +40 -1
- package/dist/exports/organisms/std-api-gateway.orb +1145 -403
- package/dist/exports/organisms/std-arcade-game.orb +94 -4
- package/dist/exports/organisms/std-booking-system.orb +2165 -1605
- package/dist/exports/organisms/std-cicd-pipeline.orb +581 -47
- package/dist/exports/organisms/std-cms.orb +1713 -947
- package/dist/exports/organisms/std-coding-academy.orb +180 -380
- package/dist/exports/organisms/std-crm.orb +1669 -1153
- package/dist/exports/organisms/std-devops-dashboard.orb +1430 -378
- package/dist/exports/organisms/std-ecommerce.orb +2361 -1601
- package/dist/exports/organisms/std-finance-tracker.orb +622 -438
- package/dist/exports/organisms/std-healthcare.orb +1687 -1125
- package/dist/exports/organisms/std-helpdesk.orb +626 -407
- package/dist/exports/organisms/std-hr-portal.orb +1309 -714
- package/dist/exports/organisms/std-iot-dashboard.orb +1247 -335
- package/dist/exports/organisms/std-lms.orb +658 -362
- package/dist/exports/organisms/std-platformer-app.orb +56 -8
- package/dist/exports/organisms/std-project-manager.orb +1697 -1183
- package/dist/exports/organisms/std-puzzle-app.orb +20 -0
- package/dist/exports/organisms/std-realtime-chat.orb +552 -28
- package/dist/exports/organisms/std-rpg-game.orb +397 -56
- package/dist/exports/organisms/std-social-feed.orb +12 -8
- package/dist/exports/organisms/std-stem-lab.orb +175 -290
- package/dist/exports/organisms/std-strategy-game.orb +252 -395
- package/dist/exports/organisms/std-trading-dashboard.orb +718 -524
- package/dist/exports/validation-report.json +252 -252
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.js +715 -593
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -226,6 +226,23 @@
|
|
|
226
226
|
"render-ui",
|
|
227
227
|
"modal",
|
|
228
228
|
null
|
|
229
|
+
],
|
|
230
|
+
[
|
|
231
|
+
"render-ui",
|
|
232
|
+
"main",
|
|
233
|
+
{
|
|
234
|
+
"type": "game-hud",
|
|
235
|
+
"stats": [
|
|
236
|
+
{
|
|
237
|
+
"label": "Turn",
|
|
238
|
+
"value": "@entity.turn"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"label": "Score",
|
|
242
|
+
"value": "@entity.score"
|
|
243
|
+
}
|
|
244
|
+
]
|
|
245
|
+
}
|
|
229
246
|
]
|
|
230
247
|
]
|
|
231
248
|
},
|
|
@@ -238,6 +255,23 @@
|
|
|
238
255
|
"render-ui",
|
|
239
256
|
"modal",
|
|
240
257
|
null
|
|
258
|
+
],
|
|
259
|
+
[
|
|
260
|
+
"render-ui",
|
|
261
|
+
"main",
|
|
262
|
+
{
|
|
263
|
+
"type": "game-hud",
|
|
264
|
+
"stats": [
|
|
265
|
+
{
|
|
266
|
+
"label": "Turn",
|
|
267
|
+
"value": "@entity.turn"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"label": "Score",
|
|
271
|
+
"value": "@entity.score"
|
|
272
|
+
}
|
|
273
|
+
]
|
|
274
|
+
}
|
|
241
275
|
]
|
|
242
276
|
]
|
|
243
277
|
},
|
|
@@ -570,7 +604,9 @@
|
|
|
570
604
|
]
|
|
571
605
|
},
|
|
572
606
|
{
|
|
573
|
-
"type": "
|
|
607
|
+
"type": "status-dot",
|
|
608
|
+
"status": "active",
|
|
609
|
+
"pulse": false,
|
|
574
610
|
"label": "Exploring"
|
|
575
611
|
}
|
|
576
612
|
]
|
|
@@ -578,6 +614,12 @@
|
|
|
578
614
|
{
|
|
579
615
|
"type": "divider"
|
|
580
616
|
},
|
|
617
|
+
{
|
|
618
|
+
"type": "map-view",
|
|
619
|
+
"markers": [],
|
|
620
|
+
"height": "200px",
|
|
621
|
+
"zoom": 10
|
|
622
|
+
},
|
|
581
623
|
{
|
|
582
624
|
"type": "data-grid",
|
|
583
625
|
"entity": "WorldZone",
|
|
@@ -590,7 +632,9 @@
|
|
|
590
632
|
"event": "TRAVEL"
|
|
591
633
|
}
|
|
592
634
|
],
|
|
593
|
-
"
|
|
635
|
+
"renderItem": [
|
|
636
|
+
"fn",
|
|
637
|
+
"item",
|
|
594
638
|
{
|
|
595
639
|
"type": "stack",
|
|
596
640
|
"direction": "vertical",
|
|
@@ -616,20 +660,20 @@
|
|
|
616
660
|
{
|
|
617
661
|
"type": "typography",
|
|
618
662
|
"variant": "h4",
|
|
619
|
-
"content": "@
|
|
663
|
+
"content": "@item.name"
|
|
620
664
|
}
|
|
621
665
|
]
|
|
622
666
|
},
|
|
623
667
|
{
|
|
624
668
|
"type": "badge",
|
|
625
|
-
"label": "@
|
|
669
|
+
"label": "@item.description"
|
|
626
670
|
}
|
|
627
671
|
]
|
|
628
672
|
},
|
|
629
673
|
{
|
|
630
674
|
"type": "typography",
|
|
631
675
|
"variant": "caption",
|
|
632
|
-
"content": "@
|
|
676
|
+
"content": "@item.level"
|
|
633
677
|
}
|
|
634
678
|
]
|
|
635
679
|
}
|
|
@@ -725,7 +769,8 @@
|
|
|
725
769
|
]
|
|
726
770
|
},
|
|
727
771
|
{
|
|
728
|
-
"type": "
|
|
772
|
+
"type": "status-dot",
|
|
773
|
+
"status": "success",
|
|
729
774
|
"label": "Entered"
|
|
730
775
|
}
|
|
731
776
|
]
|
|
@@ -739,7 +784,9 @@
|
|
|
739
784
|
"emptyIcon": "inbox",
|
|
740
785
|
"emptyTitle": "Nothing here",
|
|
741
786
|
"emptyDescription": "This zone is empty.",
|
|
742
|
-
"
|
|
787
|
+
"renderItem": [
|
|
788
|
+
"fn",
|
|
789
|
+
"item",
|
|
743
790
|
{
|
|
744
791
|
"type": "stack",
|
|
745
792
|
"direction": "vertical",
|
|
@@ -765,20 +812,20 @@
|
|
|
765
812
|
{
|
|
766
813
|
"type": "typography",
|
|
767
814
|
"variant": "h4",
|
|
768
|
-
"content": "@
|
|
815
|
+
"content": "@item.name"
|
|
769
816
|
}
|
|
770
817
|
]
|
|
771
818
|
},
|
|
772
819
|
{
|
|
773
820
|
"type": "badge",
|
|
774
|
-
"label": "@
|
|
821
|
+
"label": "@item.description"
|
|
775
822
|
}
|
|
776
823
|
]
|
|
777
824
|
},
|
|
778
825
|
{
|
|
779
826
|
"type": "typography",
|
|
780
827
|
"variant": "caption",
|
|
781
|
-
"content": "@
|
|
828
|
+
"content": "@item.level"
|
|
782
829
|
}
|
|
783
830
|
]
|
|
784
831
|
}
|
|
@@ -848,7 +895,9 @@
|
|
|
848
895
|
]
|
|
849
896
|
},
|
|
850
897
|
{
|
|
851
|
-
"type": "
|
|
898
|
+
"type": "status-dot",
|
|
899
|
+
"status": "active",
|
|
900
|
+
"pulse": false,
|
|
852
901
|
"label": "Exploring"
|
|
853
902
|
}
|
|
854
903
|
]
|
|
@@ -856,6 +905,12 @@
|
|
|
856
905
|
{
|
|
857
906
|
"type": "divider"
|
|
858
907
|
},
|
|
908
|
+
{
|
|
909
|
+
"type": "map-view",
|
|
910
|
+
"markers": [],
|
|
911
|
+
"height": "200px",
|
|
912
|
+
"zoom": 10
|
|
913
|
+
},
|
|
859
914
|
{
|
|
860
915
|
"type": "data-grid",
|
|
861
916
|
"entity": "WorldZone",
|
|
@@ -868,7 +923,9 @@
|
|
|
868
923
|
"event": "TRAVEL"
|
|
869
924
|
}
|
|
870
925
|
],
|
|
871
|
-
"
|
|
926
|
+
"renderItem": [
|
|
927
|
+
"fn",
|
|
928
|
+
"item",
|
|
872
929
|
{
|
|
873
930
|
"type": "stack",
|
|
874
931
|
"direction": "vertical",
|
|
@@ -894,20 +951,20 @@
|
|
|
894
951
|
{
|
|
895
952
|
"type": "typography",
|
|
896
953
|
"variant": "h4",
|
|
897
|
-
"content": "@
|
|
954
|
+
"content": "@item.name"
|
|
898
955
|
}
|
|
899
956
|
]
|
|
900
957
|
},
|
|
901
958
|
{
|
|
902
959
|
"type": "badge",
|
|
903
|
-
"label": "@
|
|
960
|
+
"label": "@item.description"
|
|
904
961
|
}
|
|
905
962
|
]
|
|
906
963
|
},
|
|
907
964
|
{
|
|
908
965
|
"type": "typography",
|
|
909
966
|
"variant": "caption",
|
|
910
|
-
"content": "@
|
|
967
|
+
"content": "@item.level"
|
|
911
968
|
}
|
|
912
969
|
]
|
|
913
970
|
}
|
|
@@ -1173,7 +1230,9 @@
|
|
|
1173
1230
|
}
|
|
1174
1231
|
],
|
|
1175
1232
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
1176
|
-
"
|
|
1233
|
+
"renderItem": [
|
|
1234
|
+
"fn",
|
|
1235
|
+
"item",
|
|
1177
1236
|
{
|
|
1178
1237
|
"type": "stack",
|
|
1179
1238
|
"direction": "vertical",
|
|
@@ -1199,13 +1258,13 @@
|
|
|
1199
1258
|
{
|
|
1200
1259
|
"type": "typography",
|
|
1201
1260
|
"variant": "h4",
|
|
1202
|
-
"content": "@
|
|
1261
|
+
"content": "@item.name"
|
|
1203
1262
|
}
|
|
1204
1263
|
]
|
|
1205
1264
|
},
|
|
1206
1265
|
{
|
|
1207
1266
|
"type": "badge",
|
|
1208
|
-
"label": "@
|
|
1267
|
+
"label": "@item.type"
|
|
1209
1268
|
}
|
|
1210
1269
|
]
|
|
1211
1270
|
},
|
|
@@ -1213,7 +1272,7 @@
|
|
|
1213
1272
|
"type": "typography",
|
|
1214
1273
|
"variant": "caption",
|
|
1215
1274
|
"color": "muted",
|
|
1216
|
-
"content": "@
|
|
1275
|
+
"content": "@item.quantity"
|
|
1217
1276
|
}
|
|
1218
1277
|
]
|
|
1219
1278
|
}
|
|
@@ -1694,7 +1753,7 @@
|
|
|
1694
1753
|
"children": [
|
|
1695
1754
|
{
|
|
1696
1755
|
"type": "icon",
|
|
1697
|
-
"name": "
|
|
1756
|
+
"name": "alert-triangle",
|
|
1698
1757
|
"size": "md"
|
|
1699
1758
|
},
|
|
1700
1759
|
{
|
|
@@ -1708,9 +1767,9 @@
|
|
|
1708
1767
|
"type": "divider"
|
|
1709
1768
|
},
|
|
1710
1769
|
{
|
|
1711
|
-
"type": "
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1770
|
+
"type": "alert",
|
|
1771
|
+
"variant": "danger",
|
|
1772
|
+
"message": "Are you sure you want to drop this rpgitem?"
|
|
1714
1773
|
},
|
|
1715
1774
|
{
|
|
1716
1775
|
"type": "stack",
|
|
@@ -1758,6 +1817,10 @@
|
|
|
1758
1817
|
"modal",
|
|
1759
1818
|
null
|
|
1760
1819
|
],
|
|
1820
|
+
[
|
|
1821
|
+
"fetch",
|
|
1822
|
+
"RpgItem"
|
|
1823
|
+
],
|
|
1761
1824
|
[
|
|
1762
1825
|
"emit",
|
|
1763
1826
|
"CONFIRM_DROP"
|
|
@@ -1777,6 +1840,10 @@
|
|
|
1777
1840
|
"render-ui",
|
|
1778
1841
|
"modal",
|
|
1779
1842
|
null
|
|
1843
|
+
],
|
|
1844
|
+
[
|
|
1845
|
+
"fetch",
|
|
1846
|
+
"RpgItem"
|
|
1780
1847
|
]
|
|
1781
1848
|
]
|
|
1782
1849
|
},
|
|
@@ -1789,6 +1856,10 @@
|
|
|
1789
1856
|
"render-ui",
|
|
1790
1857
|
"modal",
|
|
1791
1858
|
null
|
|
1859
|
+
],
|
|
1860
|
+
[
|
|
1861
|
+
"fetch",
|
|
1862
|
+
"RpgItem"
|
|
1792
1863
|
]
|
|
1793
1864
|
]
|
|
1794
1865
|
}
|
|
@@ -1971,8 +2042,9 @@
|
|
|
1971
2042
|
"type": "divider"
|
|
1972
2043
|
},
|
|
1973
2044
|
{
|
|
1974
|
-
"type": "data-
|
|
2045
|
+
"type": "data-list",
|
|
1975
2046
|
"entity": "Mission",
|
|
2047
|
+
"groupBy": "status",
|
|
1976
2048
|
"emptyIcon": "inbox",
|
|
1977
2049
|
"emptyTitle": "No missions available",
|
|
1978
2050
|
"emptyDescription": "Check back later for new missions.",
|
|
@@ -1982,7 +2054,9 @@
|
|
|
1982
2054
|
"event": "ACCEPT"
|
|
1983
2055
|
}
|
|
1984
2056
|
],
|
|
1985
|
-
"
|
|
2057
|
+
"renderItem": [
|
|
2058
|
+
"fn",
|
|
2059
|
+
"item",
|
|
1986
2060
|
{
|
|
1987
2061
|
"type": "stack",
|
|
1988
2062
|
"direction": "vertical",
|
|
@@ -2008,20 +2082,20 @@
|
|
|
2008
2082
|
{
|
|
2009
2083
|
"type": "typography",
|
|
2010
2084
|
"variant": "h4",
|
|
2011
|
-
"content": "@
|
|
2085
|
+
"content": "@item.title"
|
|
2012
2086
|
}
|
|
2013
2087
|
]
|
|
2014
2088
|
},
|
|
2015
2089
|
{
|
|
2016
2090
|
"type": "badge",
|
|
2017
|
-
"label": "@
|
|
2091
|
+
"label": "@item.description"
|
|
2018
2092
|
}
|
|
2019
2093
|
]
|
|
2020
2094
|
},
|
|
2021
2095
|
{
|
|
2022
2096
|
"type": "typography",
|
|
2023
2097
|
"variant": "caption",
|
|
2024
|
-
"content": "@
|
|
2098
|
+
"content": "@item.status"
|
|
2025
2099
|
}
|
|
2026
2100
|
]
|
|
2027
2101
|
}
|
|
@@ -2081,6 +2155,11 @@
|
|
|
2081
2155
|
{
|
|
2082
2156
|
"type": "divider"
|
|
2083
2157
|
},
|
|
2158
|
+
{
|
|
2159
|
+
"type": "progress-bar",
|
|
2160
|
+
"value": 50,
|
|
2161
|
+
"showPercentage": true
|
|
2162
|
+
},
|
|
2084
2163
|
{
|
|
2085
2164
|
"type": "data-grid",
|
|
2086
2165
|
"entity": "Mission",
|
|
@@ -2102,7 +2181,9 @@
|
|
|
2102
2181
|
"variant": "danger"
|
|
2103
2182
|
}
|
|
2104
2183
|
],
|
|
2105
|
-
"
|
|
2184
|
+
"renderItem": [
|
|
2185
|
+
"fn",
|
|
2186
|
+
"item",
|
|
2106
2187
|
{
|
|
2107
2188
|
"type": "stack",
|
|
2108
2189
|
"direction": "vertical",
|
|
@@ -2128,20 +2209,20 @@
|
|
|
2128
2209
|
{
|
|
2129
2210
|
"type": "typography",
|
|
2130
2211
|
"variant": "h4",
|
|
2131
|
-
"content": "@
|
|
2212
|
+
"content": "@item.title"
|
|
2132
2213
|
}
|
|
2133
2214
|
]
|
|
2134
2215
|
},
|
|
2135
2216
|
{
|
|
2136
2217
|
"type": "badge",
|
|
2137
|
-
"label": "@
|
|
2218
|
+
"label": "@item.description"
|
|
2138
2219
|
}
|
|
2139
2220
|
]
|
|
2140
2221
|
},
|
|
2141
2222
|
{
|
|
2142
2223
|
"type": "typography",
|
|
2143
2224
|
"variant": "caption",
|
|
2144
|
-
"content": "@
|
|
2225
|
+
"content": "@item.status"
|
|
2145
2226
|
}
|
|
2146
2227
|
]
|
|
2147
2228
|
}
|
|
@@ -2201,6 +2282,11 @@
|
|
|
2201
2282
|
{
|
|
2202
2283
|
"type": "divider"
|
|
2203
2284
|
},
|
|
2285
|
+
{
|
|
2286
|
+
"type": "progress-bar",
|
|
2287
|
+
"value": 50,
|
|
2288
|
+
"showPercentage": true
|
|
2289
|
+
},
|
|
2204
2290
|
{
|
|
2205
2291
|
"type": "data-grid",
|
|
2206
2292
|
"entity": "Mission",
|
|
@@ -2222,7 +2308,9 @@
|
|
|
2222
2308
|
"variant": "danger"
|
|
2223
2309
|
}
|
|
2224
2310
|
],
|
|
2225
|
-
"
|
|
2311
|
+
"renderItem": [
|
|
2312
|
+
"fn",
|
|
2313
|
+
"item",
|
|
2226
2314
|
{
|
|
2227
2315
|
"type": "stack",
|
|
2228
2316
|
"direction": "vertical",
|
|
@@ -2248,20 +2336,20 @@
|
|
|
2248
2336
|
{
|
|
2249
2337
|
"type": "typography",
|
|
2250
2338
|
"variant": "h4",
|
|
2251
|
-
"content": "@
|
|
2339
|
+
"content": "@item.title"
|
|
2252
2340
|
}
|
|
2253
2341
|
]
|
|
2254
2342
|
},
|
|
2255
2343
|
{
|
|
2256
2344
|
"type": "badge",
|
|
2257
|
-
"label": "@
|
|
2345
|
+
"label": "@item.description"
|
|
2258
2346
|
}
|
|
2259
2347
|
]
|
|
2260
2348
|
},
|
|
2261
2349
|
{
|
|
2262
2350
|
"type": "typography",
|
|
2263
2351
|
"variant": "caption",
|
|
2264
|
-
"content": "@
|
|
2352
|
+
"content": "@item.status"
|
|
2265
2353
|
}
|
|
2266
2354
|
]
|
|
2267
2355
|
}
|
|
@@ -2383,6 +2471,11 @@
|
|
|
2383
2471
|
{
|
|
2384
2472
|
"type": "divider"
|
|
2385
2473
|
},
|
|
2474
|
+
{
|
|
2475
|
+
"type": "progress-bar",
|
|
2476
|
+
"value": 50,
|
|
2477
|
+
"showPercentage": true
|
|
2478
|
+
},
|
|
2386
2479
|
{
|
|
2387
2480
|
"type": "data-grid",
|
|
2388
2481
|
"entity": "Mission",
|
|
@@ -2404,7 +2497,9 @@
|
|
|
2404
2497
|
"variant": "danger"
|
|
2405
2498
|
}
|
|
2406
2499
|
],
|
|
2407
|
-
"
|
|
2500
|
+
"renderItem": [
|
|
2501
|
+
"fn",
|
|
2502
|
+
"item",
|
|
2408
2503
|
{
|
|
2409
2504
|
"type": "stack",
|
|
2410
2505
|
"direction": "vertical",
|
|
@@ -2430,20 +2525,20 @@
|
|
|
2430
2525
|
{
|
|
2431
2526
|
"type": "typography",
|
|
2432
2527
|
"variant": "h4",
|
|
2433
|
-
"content": "@
|
|
2528
|
+
"content": "@item.title"
|
|
2434
2529
|
}
|
|
2435
2530
|
]
|
|
2436
2531
|
},
|
|
2437
2532
|
{
|
|
2438
2533
|
"type": "badge",
|
|
2439
|
-
"label": "@
|
|
2534
|
+
"label": "@item.description"
|
|
2440
2535
|
}
|
|
2441
2536
|
]
|
|
2442
2537
|
},
|
|
2443
2538
|
{
|
|
2444
2539
|
"type": "typography",
|
|
2445
2540
|
"variant": "caption",
|
|
2446
|
-
"content": "@
|
|
2541
|
+
"content": "@item.status"
|
|
2447
2542
|
}
|
|
2448
2543
|
]
|
|
2449
2544
|
}
|
|
@@ -2467,6 +2562,126 @@
|
|
|
2467
2562
|
"render-ui",
|
|
2468
2563
|
"modal",
|
|
2469
2564
|
null
|
|
2565
|
+
],
|
|
2566
|
+
[
|
|
2567
|
+
"fetch",
|
|
2568
|
+
"Mission"
|
|
2569
|
+
],
|
|
2570
|
+
[
|
|
2571
|
+
"render-ui",
|
|
2572
|
+
"main",
|
|
2573
|
+
{
|
|
2574
|
+
"type": "stack",
|
|
2575
|
+
"direction": "vertical",
|
|
2576
|
+
"gap": "lg",
|
|
2577
|
+
"children": [
|
|
2578
|
+
{
|
|
2579
|
+
"type": "stack",
|
|
2580
|
+
"direction": "horizontal",
|
|
2581
|
+
"gap": "md",
|
|
2582
|
+
"justify": "space-between",
|
|
2583
|
+
"children": [
|
|
2584
|
+
{
|
|
2585
|
+
"type": "stack",
|
|
2586
|
+
"direction": "horizontal",
|
|
2587
|
+
"gap": "md",
|
|
2588
|
+
"children": [
|
|
2589
|
+
{
|
|
2590
|
+
"type": "icon",
|
|
2591
|
+
"name": "flag",
|
|
2592
|
+
"size": "lg"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"type": "typography",
|
|
2596
|
+
"content": "Missions Board",
|
|
2597
|
+
"variant": "h2"
|
|
2598
|
+
}
|
|
2599
|
+
]
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
"type": "badge",
|
|
2603
|
+
"label": "Active"
|
|
2604
|
+
}
|
|
2605
|
+
]
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"type": "divider"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"type": "progress-bar",
|
|
2612
|
+
"value": 50,
|
|
2613
|
+
"showPercentage": true
|
|
2614
|
+
},
|
|
2615
|
+
{
|
|
2616
|
+
"type": "data-grid",
|
|
2617
|
+
"entity": "Mission",
|
|
2618
|
+
"emptyIcon": "inbox",
|
|
2619
|
+
"emptyTitle": "No active quests",
|
|
2620
|
+
"emptyDescription": "Accept a quest to begin.",
|
|
2621
|
+
"itemActions": [
|
|
2622
|
+
{
|
|
2623
|
+
"label": "Progress",
|
|
2624
|
+
"event": "PROGRESS"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"label": "Complete",
|
|
2628
|
+
"event": "COMPLETE"
|
|
2629
|
+
},
|
|
2630
|
+
{
|
|
2631
|
+
"label": "Fail",
|
|
2632
|
+
"event": "FAIL",
|
|
2633
|
+
"variant": "danger"
|
|
2634
|
+
}
|
|
2635
|
+
],
|
|
2636
|
+
"renderItem": [
|
|
2637
|
+
"fn",
|
|
2638
|
+
"item",
|
|
2639
|
+
{
|
|
2640
|
+
"type": "stack",
|
|
2641
|
+
"direction": "vertical",
|
|
2642
|
+
"gap": "sm",
|
|
2643
|
+
"children": [
|
|
2644
|
+
{
|
|
2645
|
+
"type": "stack",
|
|
2646
|
+
"direction": "horizontal",
|
|
2647
|
+
"justify": "space-between",
|
|
2648
|
+
"align": "center",
|
|
2649
|
+
"children": [
|
|
2650
|
+
{
|
|
2651
|
+
"type": "stack",
|
|
2652
|
+
"direction": "horizontal",
|
|
2653
|
+
"gap": "sm",
|
|
2654
|
+
"align": "center",
|
|
2655
|
+
"children": [
|
|
2656
|
+
{
|
|
2657
|
+
"type": "icon",
|
|
2658
|
+
"name": "flag",
|
|
2659
|
+
"size": "sm"
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"type": "typography",
|
|
2663
|
+
"variant": "h4",
|
|
2664
|
+
"content": "@item.title"
|
|
2665
|
+
}
|
|
2666
|
+
]
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"type": "badge",
|
|
2670
|
+
"label": "@item.description"
|
|
2671
|
+
}
|
|
2672
|
+
]
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"type": "typography",
|
|
2676
|
+
"variant": "caption",
|
|
2677
|
+
"content": "@item.status"
|
|
2678
|
+
}
|
|
2679
|
+
]
|
|
2680
|
+
}
|
|
2681
|
+
]
|
|
2682
|
+
}
|
|
2683
|
+
]
|
|
2684
|
+
}
|
|
2470
2685
|
]
|
|
2471
2686
|
]
|
|
2472
2687
|
},
|
|
@@ -2479,6 +2694,126 @@
|
|
|
2479
2694
|
"render-ui",
|
|
2480
2695
|
"modal",
|
|
2481
2696
|
null
|
|
2697
|
+
],
|
|
2698
|
+
[
|
|
2699
|
+
"fetch",
|
|
2700
|
+
"Mission"
|
|
2701
|
+
],
|
|
2702
|
+
[
|
|
2703
|
+
"render-ui",
|
|
2704
|
+
"main",
|
|
2705
|
+
{
|
|
2706
|
+
"type": "stack",
|
|
2707
|
+
"direction": "vertical",
|
|
2708
|
+
"gap": "lg",
|
|
2709
|
+
"children": [
|
|
2710
|
+
{
|
|
2711
|
+
"type": "stack",
|
|
2712
|
+
"direction": "horizontal",
|
|
2713
|
+
"gap": "md",
|
|
2714
|
+
"justify": "space-between",
|
|
2715
|
+
"children": [
|
|
2716
|
+
{
|
|
2717
|
+
"type": "stack",
|
|
2718
|
+
"direction": "horizontal",
|
|
2719
|
+
"gap": "md",
|
|
2720
|
+
"children": [
|
|
2721
|
+
{
|
|
2722
|
+
"type": "icon",
|
|
2723
|
+
"name": "flag",
|
|
2724
|
+
"size": "lg"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"type": "typography",
|
|
2728
|
+
"content": "Missions Board",
|
|
2729
|
+
"variant": "h2"
|
|
2730
|
+
}
|
|
2731
|
+
]
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"type": "badge",
|
|
2735
|
+
"label": "Active"
|
|
2736
|
+
}
|
|
2737
|
+
]
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"type": "divider"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"type": "progress-bar",
|
|
2744
|
+
"value": 50,
|
|
2745
|
+
"showPercentage": true
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"type": "data-grid",
|
|
2749
|
+
"entity": "Mission",
|
|
2750
|
+
"emptyIcon": "inbox",
|
|
2751
|
+
"emptyTitle": "No active quests",
|
|
2752
|
+
"emptyDescription": "Accept a quest to begin.",
|
|
2753
|
+
"itemActions": [
|
|
2754
|
+
{
|
|
2755
|
+
"label": "Progress",
|
|
2756
|
+
"event": "PROGRESS"
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"label": "Complete",
|
|
2760
|
+
"event": "COMPLETE"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"label": "Fail",
|
|
2764
|
+
"event": "FAIL",
|
|
2765
|
+
"variant": "danger"
|
|
2766
|
+
}
|
|
2767
|
+
],
|
|
2768
|
+
"renderItem": [
|
|
2769
|
+
"fn",
|
|
2770
|
+
"item",
|
|
2771
|
+
{
|
|
2772
|
+
"type": "stack",
|
|
2773
|
+
"direction": "vertical",
|
|
2774
|
+
"gap": "sm",
|
|
2775
|
+
"children": [
|
|
2776
|
+
{
|
|
2777
|
+
"type": "stack",
|
|
2778
|
+
"direction": "horizontal",
|
|
2779
|
+
"justify": "space-between",
|
|
2780
|
+
"align": "center",
|
|
2781
|
+
"children": [
|
|
2782
|
+
{
|
|
2783
|
+
"type": "stack",
|
|
2784
|
+
"direction": "horizontal",
|
|
2785
|
+
"gap": "sm",
|
|
2786
|
+
"align": "center",
|
|
2787
|
+
"children": [
|
|
2788
|
+
{
|
|
2789
|
+
"type": "icon",
|
|
2790
|
+
"name": "flag",
|
|
2791
|
+
"size": "sm"
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"type": "typography",
|
|
2795
|
+
"variant": "h4",
|
|
2796
|
+
"content": "@item.title"
|
|
2797
|
+
}
|
|
2798
|
+
]
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"type": "badge",
|
|
2802
|
+
"label": "@item.description"
|
|
2803
|
+
}
|
|
2804
|
+
]
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
"type": "typography",
|
|
2808
|
+
"variant": "caption",
|
|
2809
|
+
"content": "@item.status"
|
|
2810
|
+
}
|
|
2811
|
+
]
|
|
2812
|
+
}
|
|
2813
|
+
]
|
|
2814
|
+
}
|
|
2815
|
+
]
|
|
2816
|
+
}
|
|
2482
2817
|
]
|
|
2483
2818
|
]
|
|
2484
2819
|
},
|
|
@@ -2507,9 +2842,9 @@
|
|
|
2507
2842
|
"variant": "h2"
|
|
2508
2843
|
},
|
|
2509
2844
|
{
|
|
2510
|
-
"type": "
|
|
2511
|
-
"
|
|
2512
|
-
"
|
|
2845
|
+
"type": "alert",
|
|
2846
|
+
"variant": "success",
|
|
2847
|
+
"message": "Congratulations! The quest has been completed."
|
|
2513
2848
|
},
|
|
2514
2849
|
{
|
|
2515
2850
|
"type": "button",
|
|
@@ -2548,9 +2883,9 @@
|
|
|
2548
2883
|
"variant": "h2"
|
|
2549
2884
|
},
|
|
2550
2885
|
{
|
|
2551
|
-
"type": "
|
|
2552
|
-
"
|
|
2553
|
-
"
|
|
2886
|
+
"type": "alert",
|
|
2887
|
+
"variant": "danger",
|
|
2888
|
+
"message": "The quest was not completed. You can try again."
|
|
2554
2889
|
},
|
|
2555
2890
|
{
|
|
2556
2891
|
"type": "button",
|
|
@@ -2610,8 +2945,9 @@
|
|
|
2610
2945
|
"type": "divider"
|
|
2611
2946
|
},
|
|
2612
2947
|
{
|
|
2613
|
-
"type": "data-
|
|
2948
|
+
"type": "data-list",
|
|
2614
2949
|
"entity": "Mission",
|
|
2950
|
+
"groupBy": "status",
|
|
2615
2951
|
"emptyIcon": "inbox",
|
|
2616
2952
|
"emptyTitle": "No missions available",
|
|
2617
2953
|
"emptyDescription": "Check back later for new missions.",
|
|
@@ -2621,7 +2957,9 @@
|
|
|
2621
2957
|
"event": "ACCEPT"
|
|
2622
2958
|
}
|
|
2623
2959
|
],
|
|
2624
|
-
"
|
|
2960
|
+
"renderItem": [
|
|
2961
|
+
"fn",
|
|
2962
|
+
"item",
|
|
2625
2963
|
{
|
|
2626
2964
|
"type": "stack",
|
|
2627
2965
|
"direction": "vertical",
|
|
@@ -2647,20 +2985,20 @@
|
|
|
2647
2985
|
{
|
|
2648
2986
|
"type": "typography",
|
|
2649
2987
|
"variant": "h4",
|
|
2650
|
-
"content": "@
|
|
2988
|
+
"content": "@item.title"
|
|
2651
2989
|
}
|
|
2652
2990
|
]
|
|
2653
2991
|
},
|
|
2654
2992
|
{
|
|
2655
2993
|
"type": "badge",
|
|
2656
|
-
"label": "@
|
|
2994
|
+
"label": "@item.description"
|
|
2657
2995
|
}
|
|
2658
2996
|
]
|
|
2659
2997
|
},
|
|
2660
2998
|
{
|
|
2661
2999
|
"type": "typography",
|
|
2662
3000
|
"variant": "caption",
|
|
2663
|
-
"content": "@
|
|
3001
|
+
"content": "@item.status"
|
|
2664
3002
|
}
|
|
2665
3003
|
]
|
|
2666
3004
|
}
|
|
@@ -2717,8 +3055,9 @@
|
|
|
2717
3055
|
"type": "divider"
|
|
2718
3056
|
},
|
|
2719
3057
|
{
|
|
2720
|
-
"type": "data-
|
|
3058
|
+
"type": "data-list",
|
|
2721
3059
|
"entity": "Mission",
|
|
3060
|
+
"groupBy": "status",
|
|
2722
3061
|
"emptyIcon": "inbox",
|
|
2723
3062
|
"emptyTitle": "No missions available",
|
|
2724
3063
|
"emptyDescription": "Check back later for new missions.",
|
|
@@ -2728,7 +3067,9 @@
|
|
|
2728
3067
|
"event": "ACCEPT"
|
|
2729
3068
|
}
|
|
2730
3069
|
],
|
|
2731
|
-
"
|
|
3070
|
+
"renderItem": [
|
|
3071
|
+
"fn",
|
|
3072
|
+
"item",
|
|
2732
3073
|
{
|
|
2733
3074
|
"type": "stack",
|
|
2734
3075
|
"direction": "vertical",
|
|
@@ -2754,20 +3095,20 @@
|
|
|
2754
3095
|
{
|
|
2755
3096
|
"type": "typography",
|
|
2756
3097
|
"variant": "h4",
|
|
2757
|
-
"content": "@
|
|
3098
|
+
"content": "@item.title"
|
|
2758
3099
|
}
|
|
2759
3100
|
]
|
|
2760
3101
|
},
|
|
2761
3102
|
{
|
|
2762
3103
|
"type": "badge",
|
|
2763
|
-
"label": "@
|
|
3104
|
+
"label": "@item.description"
|
|
2764
3105
|
}
|
|
2765
3106
|
]
|
|
2766
3107
|
},
|
|
2767
3108
|
{
|
|
2768
3109
|
"type": "typography",
|
|
2769
3110
|
"variant": "caption",
|
|
2770
|
-
"content": "@
|
|
3111
|
+
"content": "@item.status"
|
|
2771
3112
|
}
|
|
2772
3113
|
]
|
|
2773
3114
|
}
|