@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.
Files changed (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. 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": "id",
53
- "type": "string"
54
- },
55
- {
56
- "name": "name",
57
- "type": "string"
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": "description",
64
+ "name": "error",
61
65
  "type": "string"
62
66
  },
63
67
  {
64
- "name": "status",
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": "createdAt",
79
+ "name": "id",
69
80
  "type": "string"
70
81
  }
71
82
  ]
72
83
  },
73
84
  {
74
- "event": "AsyncTaskLoadFailed",
75
- "description": "Fired when AsyncTask fails to load",
85
+ "event": "AsyncTaskSaveFailed",
86
+ "description": "Fired when persist create fails",
76
87
  "scope": "internal",
77
88
  "payload": [
78
89
  {
79
- "name": "message",
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": "id",
146
- "type": "string"
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": "message",
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
- "success": "AsyncTaskLoaded",
189
- "failure": "AsyncTaskLoadFailed"
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
- "name": "loader",
202
- "type": "icon"
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
- "align": "center"
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
- "gap": "lg",
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": "success",
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
- "name": "check-circle",
286
- "type": "icon"
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
- "type": "alert",
290
- "message": "Operation completed successfully.",
291
- "variant": "success"
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
- "variant": "ghost",
363
+ "icon": "rotate-ccw",
302
364
  "action": "RESET",
303
365
  "type": "button",
304
- "icon": "rotate-ccw"
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
- "gap": "lg"
374
+ "type": "stack",
375
+ "gap": "lg",
376
+ "align": "center"
313
377
  }
314
378
  ]
315
379
  ]
316
380
  },
317
381
  {
318
- "from": "loading",
319
- "to": "error",
320
- "event": "FAILED",
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
- "onRetry": "RETRY",
331
- "title": "Operation Failed",
332
- "type": "error-state",
333
- "message": "An error occurred. Please try again."
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
- "variant": "ghost",
349
- "label": "Reset"
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
- "justify": "center"
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
- "gap": "md",
471
+ "direction": "horizontal",
376
472
  "align": "center",
377
473
  "children": [
378
474
  {
379
- "type": "icon",
380
- "name": "loader"
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
- "direction": "horizontal"
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
- "type": "typography",
398
- "variant": "body"
492
+ "variant": "body",
493
+ "content": "Ready to start asynctask operation.",
494
+ "type": "typography"
399
495
  },
400
496
  {
401
- "type": "button",
402
- "variant": "primary",
403
- "action": "START",
497
+ "icon": "play",
404
498
  "label": "Start",
405
- "icon": "play"
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
- "type": "stack",
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
- "name": "loader",
436
- "type": "icon"
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
- "variant": "body",
543
+ "content": "Ready to start asynctask operation.",
452
544
  "color": "muted",
453
- "type": "typography",
454
- "content": "Ready to start asynctask operation."
545
+ "variant": "body",
546
+ "type": "typography"
455
547
  },
456
548
  {
457
- "label": "Start",
458
- "action": "START",
549
+ "icon": "play",
459
550
  "type": "button",
551
+ "label": "Start",
460
552
  "variant": "primary",
461
- "icon": "play"
553
+ "action": "START"
462
554
  }
463
555
  ]
464
556
  }
@@ -474,20 +566,20 @@
474
566
  "render-ui",
475
567
  "main",
476
568
  {
477
- "type": "stack",
569
+ "align": "center",
478
570
  "children": [
479
571
  {
480
572
  "type": "loading-state",
481
- "message": "Processing asynctask...",
482
- "title": "Loading..."
573
+ "title": "Loading...",
574
+ "message": "Processing asynctask..."
483
575
  },
484
576
  {
485
- "variant": "text",
486
- "type": "skeleton"
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
  ]