@almadar/std 7.4.7 → 7.4.8
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/registry/atoms/std-agent-activity-log.orb +45 -45
- package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/behaviors/registry/atoms/std-async.orb +224 -132
- package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/behaviors/registry/atoms/std-browse.orb +59 -59
- package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/atoms/std-collision.orb +133 -133
- package/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/behaviors/registry/atoms/std-combat.orb +63 -63
- package/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/behaviors/registry/atoms/std-display.orb +366 -366
- package/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/behaviors/registry/atoms/std-filter.orb +94 -94
- package/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/behaviors/registry/atoms/std-input.orb +107 -107
- package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/behaviors/registry/atoms/std-loading.orb +82 -82
- package/behaviors/registry/atoms/std-modal.orb +11 -11
- package/behaviors/registry/atoms/std-movement.orb +285 -285
- package/behaviors/registry/atoms/std-notification.orb +60 -60
- package/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/behaviors/registry/atoms/std-push.orb +44 -44
- package/behaviors/registry/atoms/std-quest.orb +314 -314
- package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/behaviors/registry/atoms/std-rating.orb +45 -45
- package/behaviors/registry/atoms/std-related.orb +38 -38
- package/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/behaviors/registry/atoms/std-score.orb +125 -125
- package/behaviors/registry/atoms/std-search.orb +77 -77
- package/behaviors/registry/atoms/std-selection.orb +184 -184
- package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/behaviors/registry/atoms/std-sort.orb +198 -198
- package/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/behaviors/registry/atoms/std-theme.orb +114 -114
- package/behaviors/registry/atoms/std-timer.orb +298 -298
- package/behaviors/registry/atoms/std-undo.orb +186 -186
- package/behaviors/registry/atoms/std-upload.orb +88 -88
- package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/behaviors/registry/molecules/std-cart.orb +47 -47
- package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/behaviors/registry/molecules/std-detail.orb +78 -78
- package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/behaviors/registry/molecules/std-list.orb +57 -57
- package/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/behaviors/registry/organisms/std-cms.orb +393 -393
- package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/behaviors/registry/organisms/std-crm.orb +751 -751
- package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/behaviors/registry/organisms/std-lms.orb +834 -834
- package/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
- package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
- package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
- package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
- package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
- package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
- package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
- package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
- package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
- package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
- package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
- package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
- package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
- package/dist/behaviors/registry/atoms/std-async.orb +224 -132
- package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
- package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
- package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
- package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
- package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
- package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
- package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
- package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
- package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
- package/dist/behaviors/registry/atoms/std-display.orb +366 -366
- package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
- package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
- package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
- package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
- package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
- package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
- package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
- package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
- package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
- package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
- package/dist/behaviors/registry/atoms/std-input.orb +107 -107
- package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
- package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
- package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
- package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
- package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
- package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
- package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
- package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
- package/dist/behaviors/registry/atoms/std-push.orb +44 -44
- package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
- package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
- package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
- package/dist/behaviors/registry/atoms/std-related.orb +38 -38
- package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
- package/dist/behaviors/registry/atoms/std-score.orb +125 -125
- package/dist/behaviors/registry/atoms/std-search.orb +77 -77
- package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
- package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
- package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
- package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
- package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
- package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
- package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
- package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
- package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
- package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
- package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
- package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
- package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
- package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
- package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
- package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
- package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
- package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
- package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
- package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
- package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
- package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
- package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
- package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
- package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
- package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
- package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
- package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
- package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
- package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
- package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
- package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
- package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
- package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
- package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
- package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
- package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
- package/dist/behaviors/registry/molecules/std-list.orb +57 -57
- package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
- package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
- package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
- package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
- package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
- package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
- package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
- package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
- package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
- package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
- package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
- package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
- package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
- package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
- package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
- package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
- package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
- package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
- package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
- package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
- package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
- package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
- package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
- package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
- package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
- package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
- package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
- package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
- package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
- package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
- package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
- package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
- package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
- package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
- package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
- package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
- package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
- package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
- package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
- package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
- package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
- package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
- package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
- package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
- package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
- package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
- package/package.json +1 -1
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"fields": [
|
|
12
12
|
{
|
|
13
13
|
"name": "id",
|
|
14
|
-
"type": "string"
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
15
16
|
},
|
|
16
17
|
{
|
|
17
18
|
"name": "name",
|
|
@@ -45,38 +46,52 @@
|
|
|
45
46
|
"emits": [
|
|
46
47
|
{
|
|
47
48
|
"event": "AsyncTaskLoaded",
|
|
48
|
-
"description": "Fired when AsyncTask finishes loading",
|
|
49
|
+
"description": "Fired when AsyncTask collection finishes loading",
|
|
49
50
|
"scope": "internal",
|
|
50
51
|
"payload": [
|
|
51
52
|
{
|
|
52
|
-
"name": "
|
|
53
|
-
"type": "
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
53
|
+
"name": "data",
|
|
54
|
+
"type": "[AsyncTask]"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"event": "AsyncTaskLoadFailed",
|
|
60
|
+
"description": "Fired when AsyncTask load fails",
|
|
61
|
+
"scope": "internal",
|
|
62
|
+
"payload": [
|
|
59
63
|
{
|
|
60
|
-
"name": "
|
|
64
|
+
"name": "error",
|
|
61
65
|
"type": "string"
|
|
62
66
|
},
|
|
63
67
|
{
|
|
64
|
-
"name": "
|
|
68
|
+
"name": "code",
|
|
65
69
|
"type": "string"
|
|
66
|
-
}
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"event": "AsyncTaskSaved",
|
|
75
|
+
"description": "Fired when persist create succeeds",
|
|
76
|
+
"scope": "internal",
|
|
77
|
+
"payload": [
|
|
67
78
|
{
|
|
68
|
-
"name": "
|
|
79
|
+
"name": "id",
|
|
69
80
|
"type": "string"
|
|
70
81
|
}
|
|
71
82
|
]
|
|
72
83
|
},
|
|
73
84
|
{
|
|
74
|
-
"event": "
|
|
75
|
-
"description": "Fired when
|
|
85
|
+
"event": "AsyncTaskSaveFailed",
|
|
86
|
+
"description": "Fired when persist create fails",
|
|
76
87
|
"scope": "internal",
|
|
77
88
|
"payload": [
|
|
78
89
|
{
|
|
79
|
-
"name": "
|
|
90
|
+
"name": "error",
|
|
91
|
+
"type": "string"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "code",
|
|
80
95
|
"type": "string"
|
|
81
96
|
}
|
|
82
97
|
]
|
|
@@ -91,6 +106,9 @@
|
|
|
91
106
|
{
|
|
92
107
|
"name": "loading"
|
|
93
108
|
},
|
|
109
|
+
{
|
|
110
|
+
"name": "persisting"
|
|
111
|
+
},
|
|
94
112
|
{
|
|
95
113
|
"name": "success"
|
|
96
114
|
},
|
|
@@ -129,6 +147,30 @@
|
|
|
129
147
|
}
|
|
130
148
|
]
|
|
131
149
|
},
|
|
150
|
+
{
|
|
151
|
+
"key": "AsyncTaskSaved",
|
|
152
|
+
"name": "AsyncTask saved",
|
|
153
|
+
"payload": [
|
|
154
|
+
{
|
|
155
|
+
"name": "id",
|
|
156
|
+
"type": "string"
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"key": "AsyncTaskSaveFailed",
|
|
162
|
+
"name": "AsyncTask save failed",
|
|
163
|
+
"payload": [
|
|
164
|
+
{
|
|
165
|
+
"name": "error",
|
|
166
|
+
"type": "string"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "code",
|
|
170
|
+
"type": "string"
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
},
|
|
132
174
|
{
|
|
133
175
|
"key": "RESET",
|
|
134
176
|
"name": "Reset"
|
|
@@ -142,24 +184,8 @@
|
|
|
142
184
|
"name": "AsyncTask loaded",
|
|
143
185
|
"payload": [
|
|
144
186
|
{
|
|
145
|
-
"name": "
|
|
146
|
-
"type": "
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "name",
|
|
150
|
-
"type": "string"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "description",
|
|
154
|
-
"type": "string"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "status",
|
|
158
|
-
"type": "string"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "createdAt",
|
|
162
|
-
"type": "string"
|
|
187
|
+
"name": "data",
|
|
188
|
+
"type": "[AsyncTask]"
|
|
163
189
|
}
|
|
164
190
|
]
|
|
165
191
|
},
|
|
@@ -168,7 +194,11 @@
|
|
|
168
194
|
"name": "AsyncTask load failed",
|
|
169
195
|
"payload": [
|
|
170
196
|
{
|
|
171
|
-
"name": "
|
|
197
|
+
"name": "error",
|
|
198
|
+
"type": "string"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"name": "code",
|
|
172
202
|
"type": "string"
|
|
173
203
|
}
|
|
174
204
|
]
|
|
@@ -185,8 +215,8 @@
|
|
|
185
215
|
"AsyncTask",
|
|
186
216
|
{
|
|
187
217
|
"emit": {
|
|
188
|
-
"
|
|
189
|
-
"
|
|
218
|
+
"failure": "AsyncTaskLoadFailed",
|
|
219
|
+
"success": "AsyncTaskLoaded"
|
|
190
220
|
}
|
|
191
221
|
}
|
|
192
222
|
],
|
|
@@ -194,45 +224,45 @@
|
|
|
194
224
|
"render-ui",
|
|
195
225
|
"main",
|
|
196
226
|
{
|
|
227
|
+
"align": "center",
|
|
197
228
|
"children": [
|
|
198
229
|
{
|
|
230
|
+
"direction": "horizontal",
|
|
231
|
+
"align": "center",
|
|
199
232
|
"children": [
|
|
200
233
|
{
|
|
201
|
-
"
|
|
202
|
-
"
|
|
234
|
+
"type": "icon",
|
|
235
|
+
"name": "loader"
|
|
203
236
|
},
|
|
204
237
|
{
|
|
238
|
+
"content": "AsyncTask",
|
|
205
239
|
"type": "typography",
|
|
206
|
-
"variant": "h2"
|
|
207
|
-
"content": "AsyncTask"
|
|
240
|
+
"variant": "h2"
|
|
208
241
|
}
|
|
209
242
|
],
|
|
210
243
|
"type": "stack",
|
|
211
|
-
"direction": "horizontal",
|
|
212
|
-
"align": "center",
|
|
213
244
|
"gap": "md"
|
|
214
245
|
},
|
|
215
246
|
{
|
|
216
247
|
"type": "divider"
|
|
217
248
|
},
|
|
218
249
|
{
|
|
219
|
-
"color": "muted",
|
|
220
|
-
"variant": "body",
|
|
221
250
|
"type": "typography",
|
|
222
|
-
"content": "Ready to start asynctask operation."
|
|
251
|
+
"content": "Ready to start asynctask operation.",
|
|
252
|
+
"variant": "body",
|
|
253
|
+
"color": "muted"
|
|
223
254
|
},
|
|
224
255
|
{
|
|
225
256
|
"type": "button",
|
|
226
|
-
"label": "Start",
|
|
227
257
|
"action": "START",
|
|
228
258
|
"variant": "primary",
|
|
229
|
-
"icon": "play"
|
|
259
|
+
"icon": "play",
|
|
260
|
+
"label": "Start"
|
|
230
261
|
}
|
|
231
262
|
],
|
|
232
|
-
"direction": "vertical",
|
|
233
|
-
"type": "stack",
|
|
234
263
|
"gap": "lg",
|
|
235
|
-
"
|
|
264
|
+
"direction": "vertical",
|
|
265
|
+
"type": "stack"
|
|
236
266
|
}
|
|
237
267
|
]
|
|
238
268
|
]
|
|
@@ -246,121 +276,183 @@
|
|
|
246
276
|
"render-ui",
|
|
247
277
|
"main",
|
|
248
278
|
{
|
|
249
|
-
"type": "stack",
|
|
250
|
-
"direction": "vertical",
|
|
251
279
|
"align": "center",
|
|
252
|
-
"
|
|
280
|
+
"direction": "vertical",
|
|
253
281
|
"children": [
|
|
254
282
|
{
|
|
283
|
+
"title": "Loading...",
|
|
255
284
|
"message": "Processing asynctask...",
|
|
256
|
-
"type": "loading-state"
|
|
257
|
-
"title": "Loading..."
|
|
285
|
+
"type": "loading-state"
|
|
258
286
|
},
|
|
259
287
|
{
|
|
260
288
|
"variant": "text",
|
|
261
289
|
"type": "skeleton"
|
|
262
290
|
}
|
|
263
|
-
]
|
|
291
|
+
],
|
|
292
|
+
"type": "stack",
|
|
293
|
+
"gap": "lg"
|
|
264
294
|
}
|
|
265
295
|
]
|
|
266
296
|
]
|
|
267
297
|
},
|
|
268
298
|
{
|
|
269
299
|
"from": "loading",
|
|
270
|
-
"to": "
|
|
300
|
+
"to": "persisting",
|
|
271
301
|
"event": "LOADED",
|
|
272
302
|
"effects": [
|
|
273
303
|
[
|
|
274
304
|
"persist",
|
|
275
305
|
"create",
|
|
276
306
|
"AsyncTask",
|
|
277
|
-
"@payload.data"
|
|
307
|
+
"@payload.data",
|
|
308
|
+
{
|
|
309
|
+
"emit": {
|
|
310
|
+
"success": "AsyncTaskSaved",
|
|
311
|
+
"failure": "AsyncTaskSaveFailed"
|
|
312
|
+
}
|
|
313
|
+
}
|
|
278
314
|
],
|
|
279
315
|
[
|
|
280
316
|
"render-ui",
|
|
281
317
|
"main",
|
|
282
318
|
{
|
|
319
|
+
"type": "stack",
|
|
320
|
+
"direction": "vertical",
|
|
321
|
+
"gap": "lg",
|
|
322
|
+
"align": "center",
|
|
283
323
|
"children": [
|
|
284
324
|
{
|
|
285
|
-
"
|
|
286
|
-
"
|
|
287
|
-
|
|
325
|
+
"type": "loading-state",
|
|
326
|
+
"title": "Saving...",
|
|
327
|
+
"message": "Persisting asynctask..."
|
|
328
|
+
}
|
|
329
|
+
]
|
|
330
|
+
}
|
|
331
|
+
]
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"from": "loading",
|
|
336
|
+
"to": "error",
|
|
337
|
+
"event": "FAILED",
|
|
338
|
+
"effects": [
|
|
339
|
+
[
|
|
340
|
+
"render-ui",
|
|
341
|
+
"main",
|
|
342
|
+
{
|
|
343
|
+
"children": [
|
|
288
344
|
{
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
"
|
|
345
|
+
"title": "Operation Failed",
|
|
346
|
+
"onRetry": "RETRY",
|
|
347
|
+
"type": "error-state",
|
|
348
|
+
"message": "An error occurred. Please try again."
|
|
292
349
|
},
|
|
293
350
|
{
|
|
294
351
|
"gap": "sm",
|
|
295
352
|
"direction": "horizontal",
|
|
296
|
-
"justify": "center",
|
|
297
|
-
"type": "stack",
|
|
298
353
|
"children": [
|
|
354
|
+
{
|
|
355
|
+
"label": "Retry",
|
|
356
|
+
"variant": "primary",
|
|
357
|
+
"icon": "refresh-cw",
|
|
358
|
+
"type": "button",
|
|
359
|
+
"action": "RETRY"
|
|
360
|
+
},
|
|
299
361
|
{
|
|
300
362
|
"label": "Reset",
|
|
301
|
-
"
|
|
363
|
+
"icon": "rotate-ccw",
|
|
302
364
|
"action": "RESET",
|
|
303
365
|
"type": "button",
|
|
304
|
-
"
|
|
366
|
+
"variant": "ghost"
|
|
305
367
|
}
|
|
306
|
-
]
|
|
368
|
+
],
|
|
369
|
+
"type": "stack",
|
|
370
|
+
"justify": "center"
|
|
307
371
|
}
|
|
308
372
|
],
|
|
309
|
-
"align": "center",
|
|
310
|
-
"type": "stack",
|
|
311
373
|
"direction": "vertical",
|
|
312
|
-
"
|
|
374
|
+
"type": "stack",
|
|
375
|
+
"gap": "lg",
|
|
376
|
+
"align": "center"
|
|
313
377
|
}
|
|
314
378
|
]
|
|
315
379
|
]
|
|
316
380
|
},
|
|
317
381
|
{
|
|
318
|
-
"from": "
|
|
319
|
-
"to": "
|
|
320
|
-
"event": "
|
|
382
|
+
"from": "persisting",
|
|
383
|
+
"to": "success",
|
|
384
|
+
"event": "AsyncTaskSaved",
|
|
321
385
|
"effects": [
|
|
322
386
|
[
|
|
323
387
|
"render-ui",
|
|
324
388
|
"main",
|
|
325
389
|
{
|
|
326
|
-
"align": "center",
|
|
327
390
|
"direction": "vertical",
|
|
391
|
+
"gap": "lg",
|
|
392
|
+
"align": "center",
|
|
328
393
|
"children": [
|
|
329
394
|
{
|
|
330
|
-
"
|
|
331
|
-
"
|
|
332
|
-
|
|
333
|
-
|
|
395
|
+
"type": "icon",
|
|
396
|
+
"name": "check-circle"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"type": "alert",
|
|
400
|
+
"message": "Operation completed successfully.",
|
|
401
|
+
"variant": "success"
|
|
334
402
|
},
|
|
335
403
|
{
|
|
404
|
+
"justify": "center",
|
|
336
405
|
"children": [
|
|
337
406
|
{
|
|
338
|
-
"action": "RETRY",
|
|
339
|
-
"icon": "refresh-cw",
|
|
340
|
-
"label": "Retry",
|
|
341
|
-
"variant": "primary",
|
|
342
|
-
"type": "button"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
"action": "RESET",
|
|
346
|
-
"icon": "rotate-ccw",
|
|
347
407
|
"type": "button",
|
|
348
|
-
"
|
|
349
|
-
"
|
|
408
|
+
"icon": "rotate-ccw",
|
|
409
|
+
"action": "RESET",
|
|
410
|
+
"label": "Reset",
|
|
411
|
+
"variant": "ghost"
|
|
350
412
|
}
|
|
351
413
|
],
|
|
352
|
-
"type": "stack",
|
|
353
|
-
"direction": "horizontal",
|
|
354
414
|
"gap": "sm",
|
|
355
|
-
"
|
|
415
|
+
"type": "stack",
|
|
416
|
+
"direction": "horizontal"
|
|
356
417
|
}
|
|
357
418
|
],
|
|
358
|
-
"gap": "lg",
|
|
359
419
|
"type": "stack"
|
|
360
420
|
}
|
|
361
421
|
]
|
|
362
422
|
]
|
|
363
423
|
},
|
|
424
|
+
{
|
|
425
|
+
"from": "persisting",
|
|
426
|
+
"to": "error",
|
|
427
|
+
"event": "AsyncTaskSaveFailed",
|
|
428
|
+
"effects": [
|
|
429
|
+
[
|
|
430
|
+
"render-ui",
|
|
431
|
+
"main",
|
|
432
|
+
{
|
|
433
|
+
"gap": "lg",
|
|
434
|
+
"type": "stack",
|
|
435
|
+
"align": "center",
|
|
436
|
+
"children": [
|
|
437
|
+
{
|
|
438
|
+
"message": "Could not persist asynctask.",
|
|
439
|
+
"type": "error-state",
|
|
440
|
+
"title": "Save Failed",
|
|
441
|
+
"onRetry": "RETRY"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"action": "RETRY",
|
|
445
|
+
"type": "button",
|
|
446
|
+
"variant": "primary",
|
|
447
|
+
"icon": "refresh-cw",
|
|
448
|
+
"label": "Retry"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"direction": "vertical"
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
]
|
|
455
|
+
},
|
|
364
456
|
{
|
|
365
457
|
"from": "success",
|
|
366
458
|
"to": "idle",
|
|
@@ -370,45 +462,45 @@
|
|
|
370
462
|
"render-ui",
|
|
371
463
|
"main",
|
|
372
464
|
{
|
|
465
|
+
"type": "stack",
|
|
466
|
+
"align": "center",
|
|
467
|
+
"direction": "vertical",
|
|
468
|
+
"gap": "lg",
|
|
373
469
|
"children": [
|
|
374
470
|
{
|
|
375
|
-
"
|
|
471
|
+
"direction": "horizontal",
|
|
376
472
|
"align": "center",
|
|
377
473
|
"children": [
|
|
378
474
|
{
|
|
379
|
-
"
|
|
380
|
-
"
|
|
475
|
+
"name": "loader",
|
|
476
|
+
"type": "icon"
|
|
381
477
|
},
|
|
382
478
|
{
|
|
383
|
-
"type": "typography",
|
|
384
479
|
"content": "AsyncTask",
|
|
480
|
+
"type": "typography",
|
|
385
481
|
"variant": "h2"
|
|
386
482
|
}
|
|
387
483
|
],
|
|
388
484
|
"type": "stack",
|
|
389
|
-
"
|
|
485
|
+
"gap": "md"
|
|
390
486
|
},
|
|
391
487
|
{
|
|
392
488
|
"type": "divider"
|
|
393
489
|
},
|
|
394
490
|
{
|
|
395
|
-
"content": "Ready to start asynctask operation.",
|
|
396
491
|
"color": "muted",
|
|
397
|
-
"
|
|
398
|
-
"
|
|
492
|
+
"variant": "body",
|
|
493
|
+
"content": "Ready to start asynctask operation.",
|
|
494
|
+
"type": "typography"
|
|
399
495
|
},
|
|
400
496
|
{
|
|
401
|
-
"
|
|
402
|
-
"variant": "primary",
|
|
403
|
-
"action": "START",
|
|
497
|
+
"icon": "play",
|
|
404
498
|
"label": "Start",
|
|
405
|
-
"
|
|
499
|
+
"action": "START",
|
|
500
|
+
"variant": "primary",
|
|
501
|
+
"type": "button"
|
|
406
502
|
}
|
|
407
|
-
]
|
|
408
|
-
"gap": "lg",
|
|
409
|
-
"type": "stack",
|
|
410
|
-
"direction": "vertical",
|
|
411
|
-
"align": "center"
|
|
503
|
+
]
|
|
412
504
|
}
|
|
413
505
|
]
|
|
414
506
|
]
|
|
@@ -422,43 +514,43 @@
|
|
|
422
514
|
"render-ui",
|
|
423
515
|
"main",
|
|
424
516
|
{
|
|
425
|
-
"
|
|
517
|
+
"direction": "vertical",
|
|
426
518
|
"gap": "lg",
|
|
519
|
+
"type": "stack",
|
|
427
520
|
"align": "center",
|
|
428
|
-
"direction": "vertical",
|
|
429
521
|
"children": [
|
|
430
522
|
{
|
|
431
523
|
"gap": "md",
|
|
524
|
+
"align": "center",
|
|
432
525
|
"type": "stack",
|
|
433
526
|
"children": [
|
|
434
527
|
{
|
|
435
|
-
"
|
|
436
|
-
"
|
|
528
|
+
"type": "icon",
|
|
529
|
+
"name": "loader"
|
|
437
530
|
},
|
|
438
531
|
{
|
|
532
|
+
"variant": "h2",
|
|
439
533
|
"content": "AsyncTask",
|
|
440
|
-
"type": "typography"
|
|
441
|
-
"variant": "h2"
|
|
534
|
+
"type": "typography"
|
|
442
535
|
}
|
|
443
536
|
],
|
|
444
|
-
"align": "center",
|
|
445
537
|
"direction": "horizontal"
|
|
446
538
|
},
|
|
447
539
|
{
|
|
448
540
|
"type": "divider"
|
|
449
541
|
},
|
|
450
542
|
{
|
|
451
|
-
"
|
|
543
|
+
"content": "Ready to start asynctask operation.",
|
|
452
544
|
"color": "muted",
|
|
453
|
-
"
|
|
454
|
-
"
|
|
545
|
+
"variant": "body",
|
|
546
|
+
"type": "typography"
|
|
455
547
|
},
|
|
456
548
|
{
|
|
457
|
-
"
|
|
458
|
-
"action": "START",
|
|
549
|
+
"icon": "play",
|
|
459
550
|
"type": "button",
|
|
551
|
+
"label": "Start",
|
|
460
552
|
"variant": "primary",
|
|
461
|
-
"
|
|
553
|
+
"action": "START"
|
|
462
554
|
}
|
|
463
555
|
]
|
|
464
556
|
}
|
|
@@ -474,20 +566,20 @@
|
|
|
474
566
|
"render-ui",
|
|
475
567
|
"main",
|
|
476
568
|
{
|
|
477
|
-
"
|
|
569
|
+
"align": "center",
|
|
478
570
|
"children": [
|
|
479
571
|
{
|
|
480
572
|
"type": "loading-state",
|
|
481
|
-
"
|
|
482
|
-
"
|
|
573
|
+
"title": "Loading...",
|
|
574
|
+
"message": "Processing asynctask..."
|
|
483
575
|
},
|
|
484
576
|
{
|
|
485
|
-
"
|
|
486
|
-
"
|
|
577
|
+
"type": "skeleton",
|
|
578
|
+
"variant": "text"
|
|
487
579
|
}
|
|
488
580
|
],
|
|
581
|
+
"type": "stack",
|
|
489
582
|
"gap": "lg",
|
|
490
|
-
"align": "center",
|
|
491
583
|
"direction": "vertical"
|
|
492
584
|
}
|
|
493
585
|
]
|