@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
@@ -59,42 +59,48 @@
59
59
  "scope": "internal",
60
60
  "payload": [
61
61
  {
62
- "name": "id",
63
- "type": "string"
64
- },
65
- {
66
- "name": "name",
67
- "type": "string"
68
- },
62
+ "name": "data",
63
+ "type": "[CacheEntry]"
64
+ }
65
+ ]
66
+ },
67
+ {
68
+ "event": "CacheEntryLoadFailed",
69
+ "description": "Fired when CacheEntry fails to load",
70
+ "scope": "internal",
71
+ "payload": [
69
72
  {
70
- "name": "description",
73
+ "name": "error",
71
74
  "type": "string"
72
75
  },
73
76
  {
74
- "name": "status",
77
+ "name": "code",
75
78
  "type": "string"
76
- },
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "event": "CacheEntryUpdated",
84
+ "description": "Fired when persist update succeeds",
85
+ "scope": "internal",
86
+ "payload": [
77
87
  {
78
- "name": "createdAt",
88
+ "name": "id",
79
89
  "type": "string"
80
- },
81
- {
82
- "name": "hitCount",
83
- "type": "number"
84
- },
85
- {
86
- "name": "cacheAge",
87
- "type": "number"
88
90
  }
89
91
  ]
90
92
  },
91
93
  {
92
- "event": "CacheEntryLoadFailed",
93
- "description": "Fired when CacheEntry fails to load",
94
+ "event": "CacheEntryUpdateFailed",
95
+ "description": "Fired when persist update fails",
94
96
  "scope": "internal",
95
97
  "payload": [
96
98
  {
97
- "name": "message",
99
+ "name": "error",
100
+ "type": "string"
101
+ },
102
+ {
103
+ "name": "code",
98
104
  "type": "string"
99
105
  }
100
106
  ]
@@ -146,41 +152,45 @@
146
152
  "name": "CacheEntry loaded",
147
153
  "payload": [
148
154
  {
149
- "name": "id",
150
- "type": "string"
151
- },
152
- {
153
- "name": "name",
154
- "type": "string"
155
- },
155
+ "name": "data",
156
+ "type": "[CacheEntry]"
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "key": "CacheEntryLoadFailed",
162
+ "name": "CacheEntry load failed",
163
+ "payload": [
156
164
  {
157
- "name": "description",
165
+ "name": "error",
158
166
  "type": "string"
159
167
  },
160
168
  {
161
- "name": "status",
169
+ "name": "code",
162
170
  "type": "string"
163
- },
171
+ }
172
+ ]
173
+ },
174
+ {
175
+ "key": "CacheEntryUpdated",
176
+ "name": "CacheEntry updated",
177
+ "payload": [
164
178
  {
165
- "name": "createdAt",
179
+ "name": "id",
166
180
  "type": "string"
167
- },
168
- {
169
- "name": "hitCount",
170
- "type": "number"
171
- },
172
- {
173
- "name": "cacheAge",
174
- "type": "number"
175
181
  }
176
182
  ]
177
183
  },
178
184
  {
179
- "key": "CacheEntryLoadFailed",
180
- "name": "CacheEntry load failed",
185
+ "key": "CacheEntryUpdateFailed",
186
+ "name": "CacheEntry update failed",
181
187
  "payload": [
182
188
  {
183
- "name": "message",
189
+ "name": "error",
190
+ "type": "string"
191
+ },
192
+ {
193
+ "name": "code",
184
194
  "type": "string"
185
195
  }
186
196
  ]
@@ -197,8 +207,8 @@
197
207
  "CacheEntry",
198
208
  {
199
209
  "emit": {
200
- "success": "CacheEntryLoaded",
201
- "failure": "CacheEntryLoadFailed"
210
+ "failure": "CacheEntryLoadFailed",
211
+ "success": "CacheEntryLoaded"
202
212
  }
203
213
  }
204
214
  ],
@@ -206,50 +216,49 @@
206
216
  "render-ui",
207
217
  "main",
208
218
  {
209
- "type": "stack",
210
219
  "children": [
211
220
  {
221
+ "justify": "between",
212
222
  "direction": "horizontal",
213
- "type": "stack",
214
223
  "gap": "md",
215
- "justify": "between",
224
+ "type": "stack",
216
225
  "children": [
217
226
  {
218
- "type": "stack",
219
227
  "gap": "md",
220
228
  "direction": "horizontal",
221
229
  "justify": "between",
222
230
  "children": [
223
231
  {
224
232
  "direction": "horizontal",
225
- "type": "stack",
226
- "gap": "md",
227
233
  "children": [
228
234
  {
229
- "type": "icon",
230
- "name": "database"
235
+ "name": "database",
236
+ "type": "icon"
231
237
  },
232
238
  {
233
- "content": "CacheEntrys Cache",
239
+ "variant": "h2",
234
240
  "type": "typography",
235
- "variant": "h2"
241
+ "content": "CacheEntrys Cache"
236
242
  }
237
- ]
243
+ ],
244
+ "gap": "md",
245
+ "type": "stack"
238
246
  },
239
247
  {
240
248
  "type": "button",
249
+ "action": "FETCH",
241
250
  "variant": "primary",
242
251
  "icon": "download",
243
- "action": "FETCH",
244
252
  "label": "Fetch"
245
253
  }
246
- ]
254
+ ],
255
+ "type": "stack"
247
256
  },
248
257
  {
249
- "label": "Empty",
250
258
  "type": "status-dot",
251
- "status": "offline",
252
- "pulse": false
259
+ "pulse": false,
260
+ "label": "Empty",
261
+ "status": "offline"
253
262
  }
254
263
  ]
255
264
  },
@@ -257,14 +266,15 @@
257
266
  "type": "divider"
258
267
  },
259
268
  {
269
+ "type": "empty-state",
260
270
  "title": "Cache is empty",
261
271
  "icon": "inbox",
262
- "type": "empty-state",
263
272
  "description": "Fetch data to populate the cache."
264
273
  }
265
274
  ],
266
- "gap": "lg",
267
- "direction": "vertical"
275
+ "type": "stack",
276
+ "direction": "vertical",
277
+ "gap": "lg"
268
278
  }
269
279
  ]
270
280
  ]
@@ -279,8 +289,8 @@
279
289
  "CacheEntry",
280
290
  {
281
291
  "emit": {
282
- "success": "CacheEntryLoaded",
283
- "failure": "CacheEntryLoadFailed"
292
+ "failure": "CacheEntryLoadFailed",
293
+ "success": "CacheEntryLoaded"
284
294
  }
285
295
  }
286
296
  ],
@@ -288,7 +298,8 @@
288
298
  "render-ui",
289
299
  "main",
290
300
  {
291
- "type": "stack",
301
+ "direction": "vertical",
302
+ "gap": "lg",
292
303
  "children": [
293
304
  {
294
305
  "children": [
@@ -296,54 +307,52 @@
296
307
  "type": "stack",
297
308
  "children": [
298
309
  {
299
- "name": "database",
300
- "type": "icon"
310
+ "type": "icon",
311
+ "name": "database"
301
312
  },
302
313
  {
303
- "content": "CacheEntrys Cache",
304
314
  "variant": "h2",
305
- "type": "typography"
315
+ "type": "typography",
316
+ "content": "CacheEntrys Cache"
306
317
  }
307
318
  ],
308
- "direction": "horizontal",
309
- "gap": "md"
319
+ "gap": "md",
320
+ "direction": "horizontal"
310
321
  },
311
322
  {
323
+ "type": "stack",
324
+ "align": "center",
312
325
  "children": [
313
326
  {
314
- "label": "Cached",
315
327
  "type": "status-dot",
316
- "status": "online",
317
- "pulse": false
328
+ "pulse": false,
329
+ "label": "Cached",
330
+ "status": "online"
318
331
  },
319
332
  {
320
333
  "type": "button",
321
334
  "action": "INVALIDATE",
322
- "label": "Invalidate",
323
335
  "variant": "ghost",
336
+ "label": "Invalidate",
324
337
  "icon": "trash"
325
338
  }
326
339
  ],
327
- "align": "center",
328
340
  "direction": "horizontal",
329
- "type": "stack",
330
341
  "gap": "sm"
331
342
  }
332
343
  ],
333
344
  "direction": "horizontal",
345
+ "type": "stack",
334
346
  "gap": "md",
335
- "justify": "between",
336
- "type": "stack"
347
+ "justify": "between"
337
348
  },
338
349
  {
339
350
  "type": "divider"
340
351
  },
341
352
  {
342
- "type": "simple-grid",
353
+ "cols": 2.0,
343
354
  "children": [
344
355
  {
345
- "type": "stat-display",
346
- "label": "Hit Count",
347
356
  "value": [
348
357
  "object/get",
349
358
  [
@@ -351,9 +360,12 @@
351
360
  "@entity"
352
361
  ],
353
362
  "hitCount"
354
- ]
363
+ ],
364
+ "type": "stat-display",
365
+ "label": "Hit Count"
355
366
  },
356
367
  {
368
+ "label": "Cache Age",
357
369
  "value": [
358
370
  "object/get",
359
371
  [
@@ -362,11 +374,10 @@
362
374
  ],
363
375
  "cacheAge"
364
376
  ],
365
- "label": "Cache Age",
366
377
  "type": "stat-display"
367
378
  }
368
379
  ],
369
- "cols": 2.0
380
+ "type": "simple-grid"
370
381
  },
371
382
  {
372
383
  "entity": "CacheEntry",
@@ -376,51 +387,50 @@
376
387
  {
377
388
  "type": "stack",
378
389
  "direction": "vertical",
390
+ "gap": "sm",
379
391
  "children": [
380
392
  {
381
- "align": "center",
393
+ "direction": "horizontal",
382
394
  "children": [
383
395
  {
396
+ "align": "center",
397
+ "gap": "sm",
384
398
  "type": "stack",
385
399
  "direction": "horizontal",
386
- "align": "center",
387
400
  "children": [
388
401
  {
389
- "type": "icon",
390
- "name": "database"
402
+ "name": "database",
403
+ "type": "icon"
391
404
  },
392
405
  {
393
- "type": "typography",
394
406
  "variant": "h4",
407
+ "type": "typography",
395
408
  "content": "@item.name"
396
409
  }
397
- ],
398
- "gap": "sm"
410
+ ]
399
411
  },
400
412
  {
401
- "type": "badge",
402
- "label": "@item.description"
413
+ "label": "@item.description",
414
+ "type": "badge"
403
415
  }
404
416
  ],
405
- "justify": "between",
406
- "direction": "horizontal",
407
- "type": "stack"
417
+ "type": "stack",
418
+ "align": "center",
419
+ "justify": "between"
408
420
  },
409
421
  {
410
422
  "variant": "caption",
411
- "content": "@item.status",
412
- "type": "typography"
423
+ "type": "typography",
424
+ "content": "@item.status"
413
425
  }
414
- ],
415
- "gap": "sm"
426
+ ]
416
427
  }
417
428
  ],
418
429
  "type": "data-grid",
419
430
  "fields": []
420
431
  }
421
432
  ],
422
- "gap": "lg",
423
- "direction": "vertical"
433
+ "type": "stack"
424
434
  }
425
435
  ]
426
436
  ]
@@ -435,8 +445,8 @@
435
445
  "CacheEntry",
436
446
  {
437
447
  "emit": {
438
- "success": "CacheEntryLoaded",
439
- "failure": "CacheEntryLoadFailed"
448
+ "failure": "CacheEntryLoadFailed",
449
+ "success": "CacheEntryLoaded"
440
450
  }
441
451
  }
442
452
  ],
@@ -444,65 +454,60 @@
444
454
  "render-ui",
445
455
  "main",
446
456
  {
447
- "gap": "lg",
448
- "type": "stack",
449
457
  "direction": "vertical",
450
458
  "children": [
451
459
  {
452
- "justify": "between",
453
- "direction": "horizontal",
454
- "type": "stack",
455
- "gap": "md",
456
460
  "children": [
457
461
  {
458
- "gap": "md",
459
462
  "children": [
460
463
  {
461
- "type": "icon",
462
- "name": "database"
464
+ "name": "database",
465
+ "type": "icon"
463
466
  },
464
467
  {
465
- "content": "CacheEntrys Cache",
466
468
  "type": "typography",
469
+ "content": "CacheEntrys Cache",
467
470
  "variant": "h2"
468
471
  }
469
472
  ],
470
473
  "direction": "horizontal",
471
- "type": "stack"
474
+ "type": "stack",
475
+ "gap": "md"
472
476
  },
473
477
  {
474
478
  "direction": "horizontal",
475
- "gap": "sm",
476
479
  "align": "center",
477
- "type": "stack",
478
480
  "children": [
479
481
  {
480
482
  "pulse": false,
481
- "status": "online",
482
483
  "label": "Cached",
483
- "type": "status-dot"
484
+ "type": "status-dot",
485
+ "status": "online"
484
486
  },
485
487
  {
488
+ "variant": "ghost",
489
+ "type": "button",
486
490
  "label": "Invalidate",
487
491
  "icon": "trash",
488
- "action": "INVALIDATE",
489
- "variant": "ghost",
490
- "type": "button"
492
+ "action": "INVALIDATE"
491
493
  }
492
- ]
494
+ ],
495
+ "type": "stack",
496
+ "gap": "sm"
493
497
  }
494
- ]
498
+ ],
499
+ "type": "stack",
500
+ "justify": "between",
501
+ "direction": "horizontal",
502
+ "gap": "md"
495
503
  },
496
504
  {
497
505
  "type": "divider"
498
506
  },
499
507
  {
500
- "type": "simple-grid",
501
- "cols": 2.0,
502
508
  "children": [
503
509
  {
504
510
  "label": "Hit Count",
505
- "type": "stat-display",
506
511
  "value": [
507
512
  "object/get",
508
513
  [
@@ -510,10 +515,10 @@
510
515
  "@entity"
511
516
  ],
512
517
  "hitCount"
513
- ]
518
+ ],
519
+ "type": "stat-display"
514
520
  },
515
521
  {
516
- "label": "Cache Age",
517
522
  "value": [
518
523
  "object/get",
519
524
  [
@@ -522,47 +527,49 @@
522
527
  ],
523
528
  "cacheAge"
524
529
  ],
525
- "type": "stat-display"
530
+ "type": "stat-display",
531
+ "label": "Cache Age"
526
532
  }
527
- ]
533
+ ],
534
+ "cols": 2.0,
535
+ "type": "simple-grid"
528
536
  },
529
537
  {
530
- "entity": "CacheEntry",
538
+ "fields": [],
531
539
  "renderItem": [
532
540
  "fn",
533
541
  "item",
534
542
  {
535
- "type": "stack",
536
543
  "direction": "vertical",
537
544
  "children": [
538
545
  {
539
- "direction": "horizontal",
540
546
  "justify": "between",
541
- "type": "stack",
547
+ "direction": "horizontal",
542
548
  "align": "center",
543
549
  "children": [
544
550
  {
545
- "type": "stack",
546
- "gap": "sm",
547
- "direction": "horizontal",
548
551
  "children": [
549
552
  {
550
553
  "type": "icon",
551
554
  "name": "database"
552
555
  },
553
556
  {
557
+ "content": "@item.name",
554
558
  "type": "typography",
555
- "variant": "h4",
556
- "content": "@item.name"
559
+ "variant": "h4"
557
560
  }
558
561
  ],
562
+ "type": "stack",
563
+ "gap": "sm",
564
+ "direction": "horizontal",
559
565
  "align": "center"
560
566
  },
561
567
  {
562
568
  "type": "badge",
563
569
  "label": "@item.description"
564
570
  }
565
- ]
571
+ ],
572
+ "type": "stack"
566
573
  },
567
574
  {
568
575
  "type": "typography",
@@ -570,13 +577,16 @@
570
577
  "content": "@item.status"
571
578
  }
572
579
  ],
580
+ "type": "stack",
573
581
  "gap": "sm"
574
582
  }
575
583
  ],
576
584
  "type": "data-grid",
577
- "fields": []
585
+ "entity": "CacheEntry"
578
586
  }
579
- ]
587
+ ],
588
+ "gap": "lg",
589
+ "type": "stack"
580
590
  }
581
591
  ]
582
592
  ]
@@ -590,7 +600,13 @@
590
600
  "persist",
591
601
  "update",
592
602
  "CacheEntry",
593
- "@payload.data"
603
+ "@payload.data",
604
+ {
605
+ "emit": {
606
+ "failure": "CacheEntryUpdateFailed",
607
+ "success": "CacheEntryUpdated"
608
+ }
609
+ }
594
610
  ],
595
611
  [
596
612
  "fetch",
@@ -606,51 +622,53 @@
606
622
  "render-ui",
607
623
  "main",
608
624
  {
625
+ "type": "stack",
609
626
  "direction": "vertical",
627
+ "gap": "lg",
610
628
  "children": [
611
629
  {
612
630
  "type": "stack",
613
- "gap": "md",
614
631
  "children": [
615
632
  {
616
- "type": "stack",
617
- "gap": "md",
618
633
  "direction": "horizontal",
634
+ "type": "stack",
619
635
  "children": [
620
636
  {
621
- "type": "icon",
622
- "name": "database"
637
+ "name": "database",
638
+ "type": "icon"
623
639
  },
624
640
  {
625
641
  "variant": "h2",
626
642
  "type": "typography",
627
643
  "content": "CacheEntrys Cache"
628
644
  }
629
- ]
645
+ ],
646
+ "gap": "md"
630
647
  },
631
648
  {
632
- "direction": "horizontal",
633
- "gap": "sm",
634
649
  "children": [
635
650
  {
636
- "pulse": false,
637
- "type": "status-dot",
638
651
  "label": "Cached",
639
- "status": "online"
652
+ "type": "status-dot",
653
+ "status": "online",
654
+ "pulse": false
640
655
  },
641
656
  {
642
657
  "variant": "ghost",
643
- "type": "button",
644
658
  "label": "Invalidate",
645
659
  "icon": "trash",
660
+ "type": "button",
646
661
  "action": "INVALIDATE"
647
662
  }
648
663
  ],
664
+ "direction": "horizontal",
649
665
  "type": "stack",
650
- "align": "center"
666
+ "align": "center",
667
+ "gap": "sm"
651
668
  }
652
669
  ],
653
670
  "justify": "between",
671
+ "gap": "md",
654
672
  "direction": "horizontal"
655
673
  },
656
674
  {
@@ -658,10 +676,8 @@
658
676
  },
659
677
  {
660
678
  "cols": 2.0,
661
- "type": "simple-grid",
662
679
  "children": [
663
680
  {
664
- "type": "stat-display",
665
681
  "label": "Hit Count",
666
682
  "value": [
667
683
  "object/get",
@@ -670,7 +686,8 @@
670
686
  "@entity"
671
687
  ],
672
688
  "hitCount"
673
- ]
689
+ ],
690
+ "type": "stat-display"
674
691
  },
675
692
  {
676
693
  "type": "stat-display",
@@ -684,29 +701,27 @@
684
701
  "cacheAge"
685
702
  ]
686
703
  }
687
- ]
704
+ ],
705
+ "type": "simple-grid"
688
706
  },
689
707
  {
708
+ "fields": [],
709
+ "entity": "CacheEntry",
690
710
  "renderItem": [
691
711
  "fn",
692
712
  "item",
693
713
  {
694
- "type": "stack",
695
- "direction": "vertical",
696
- "gap": "sm",
697
714
  "children": [
698
715
  {
699
- "justify": "between",
700
716
  "direction": "horizontal",
701
- "type": "stack",
702
717
  "align": "center",
703
718
  "children": [
704
719
  {
705
- "direction": "horizontal",
720
+ "align": "center",
706
721
  "children": [
707
722
  {
708
- "name": "database",
709
- "type": "icon"
723
+ "type": "icon",
724
+ "name": "database"
710
725
  },
711
726
  {
712
727
  "type": "typography",
@@ -714,31 +729,32 @@
714
729
  "content": "@item.name"
715
730
  }
716
731
  ],
717
- "type": "stack",
718
732
  "gap": "sm",
719
- "align": "center"
733
+ "direction": "horizontal",
734
+ "type": "stack"
720
735
  },
721
736
  {
722
- "label": "@item.description",
723
- "type": "badge"
737
+ "type": "badge",
738
+ "label": "@item.description"
724
739
  }
725
- ]
740
+ ],
741
+ "justify": "between",
742
+ "type": "stack"
726
743
  },
727
744
  {
728
745
  "type": "typography",
729
746
  "variant": "caption",
730
747
  "content": "@item.status"
731
748
  }
732
- ]
749
+ ],
750
+ "type": "stack",
751
+ "direction": "vertical",
752
+ "gap": "sm"
733
753
  }
734
754
  ],
735
- "type": "data-grid",
736
- "fields": [],
737
- "entity": "CacheEntry"
755
+ "type": "data-grid"
738
756
  }
739
- ],
740
- "type": "stack",
741
- "gap": "lg"
757
+ ]
742
758
  }
743
759
  ]
744
760
  ]
@@ -752,114 +768,114 @@
752
768
  "render-ui",
753
769
  "main",
754
770
  {
771
+ "type": "stack",
755
772
  "children": [
756
773
  {
757
- "justify": "between",
758
- "type": "stack",
759
774
  "direction": "horizontal",
760
775
  "gap": "md",
776
+ "justify": "between",
761
777
  "children": [
762
778
  {
763
779
  "direction": "horizontal",
764
- "gap": "md",
765
780
  "type": "stack",
781
+ "gap": "md",
766
782
  "children": [
767
783
  {
768
- "name": "database",
769
- "type": "icon"
784
+ "type": "icon",
785
+ "name": "database"
770
786
  },
771
787
  {
772
- "variant": "h2",
788
+ "type": "typography",
773
789
  "content": "CacheEntrys Cache",
774
- "type": "typography"
790
+ "variant": "h2"
775
791
  }
776
792
  ]
777
793
  },
778
794
  {
779
795
  "direction": "horizontal",
796
+ "gap": "sm",
797
+ "align": "center",
780
798
  "children": [
781
799
  {
782
- "pulse": true,
783
800
  "type": "status-dot",
784
- "label": "Stale",
785
- "status": "warning"
801
+ "pulse": true,
802
+ "status": "warning",
803
+ "label": "Stale"
786
804
  },
787
805
  {
788
- "type": "button",
789
806
  "action": "REFRESH",
790
- "variant": "primary",
791
807
  "icon": "refresh-cw",
792
- "label": "Refresh"
808
+ "variant": "primary",
809
+ "label": "Refresh",
810
+ "type": "button"
793
811
  }
794
812
  ],
795
- "type": "stack",
796
- "align": "center",
797
- "gap": "sm"
813
+ "type": "stack"
798
814
  }
799
- ]
815
+ ],
816
+ "type": "stack"
800
817
  },
801
818
  {
802
819
  "type": "divider"
803
820
  },
804
821
  {
805
- "message": "Cache data is stale. Refresh to get the latest data.",
806
822
  "type": "alert",
807
- "variant": "warning"
823
+ "variant": "warning",
824
+ "message": "Cache data is stale. Refresh to get the latest data."
808
825
  },
809
826
  {
810
- "type": "data-grid",
811
827
  "fields": [],
828
+ "type": "data-grid",
812
829
  "renderItem": [
813
830
  "fn",
814
831
  "item",
815
832
  {
816
- "type": "stack",
817
833
  "direction": "vertical",
834
+ "type": "stack",
835
+ "gap": "sm",
818
836
  "children": [
819
837
  {
820
- "direction": "horizontal",
821
- "type": "stack",
822
- "align": "center",
823
838
  "justify": "between",
839
+ "align": "center",
840
+ "type": "stack",
824
841
  "children": [
825
842
  {
826
- "align": "center",
827
843
  "gap": "sm",
828
- "direction": "horizontal",
829
844
  "children": [
830
845
  {
831
846
  "type": "icon",
832
847
  "name": "database"
833
848
  },
834
849
  {
835
- "variant": "h4",
836
850
  "content": "@item.name",
851
+ "variant": "h4",
837
852
  "type": "typography"
838
853
  }
839
854
  ],
840
- "type": "stack"
855
+ "type": "stack",
856
+ "direction": "horizontal",
857
+ "align": "center"
841
858
  },
842
859
  {
843
860
  "type": "badge",
844
861
  "label": "@item.description"
845
862
  }
846
- ]
863
+ ],
864
+ "direction": "horizontal"
847
865
  },
848
866
  {
849
867
  "content": "@item.status",
850
- "type": "typography",
851
- "variant": "caption"
868
+ "variant": "caption",
869
+ "type": "typography"
852
870
  }
853
- ],
854
- "gap": "sm"
871
+ ]
855
872
  }
856
873
  ],
857
874
  "entity": "CacheEntry"
858
875
  }
859
876
  ],
860
- "direction": "vertical",
861
877
  "gap": "lg",
862
- "type": "stack"
878
+ "direction": "vertical"
863
879
  }
864
880
  ]
865
881
  ]
@@ -885,49 +901,49 @@
885
901
  {
886
902
  "children": [
887
903
  {
904
+ "direction": "horizontal",
888
905
  "type": "stack",
906
+ "gap": "md",
907
+ "justify": "between",
889
908
  "children": [
890
909
  {
910
+ "direction": "horizontal",
891
911
  "type": "stack",
892
- "gap": "md",
893
912
  "children": [
894
913
  {
895
- "type": "icon",
896
- "name": "database"
914
+ "name": "database",
915
+ "type": "icon"
897
916
  },
898
917
  {
918
+ "content": "CacheEntrys Cache",
899
919
  "type": "typography",
900
- "variant": "h2",
901
- "content": "CacheEntrys Cache"
920
+ "variant": "h2"
902
921
  }
903
922
  ],
904
- "direction": "horizontal"
923
+ "gap": "md"
905
924
  },
906
925
  {
926
+ "align": "center",
927
+ "gap": "sm",
928
+ "type": "stack",
929
+ "direction": "horizontal",
907
930
  "children": [
908
931
  {
909
- "status": "online",
910
932
  "pulse": false,
933
+ "type": "status-dot",
911
934
  "label": "Cached",
912
- "type": "status-dot"
935
+ "status": "online"
913
936
  },
914
937
  {
915
- "action": "INVALIDATE",
916
- "variant": "ghost",
917
- "icon": "trash",
938
+ "label": "Invalidate",
918
939
  "type": "button",
919
- "label": "Invalidate"
940
+ "icon": "trash",
941
+ "action": "INVALIDATE",
942
+ "variant": "ghost"
920
943
  }
921
- ],
922
- "direction": "horizontal",
923
- "gap": "sm",
924
- "type": "stack",
925
- "align": "center"
944
+ ]
926
945
  }
927
- ],
928
- "direction": "horizontal",
929
- "justify": "between",
930
- "gap": "md"
946
+ ]
931
947
  },
932
948
  {
933
949
  "type": "divider"
@@ -935,6 +951,8 @@
935
951
  {
936
952
  "children": [
937
953
  {
954
+ "type": "stat-display",
955
+ "label": "Hit Count",
938
956
  "value": [
939
957
  "object/get",
940
958
  [
@@ -942,12 +960,9 @@
942
960
  "@entity"
943
961
  ],
944
962
  "hitCount"
945
- ],
946
- "type": "stat-display",
947
- "label": "Hit Count"
963
+ ]
948
964
  },
949
965
  {
950
- "label": "Cache Age",
951
966
  "value": [
952
967
  "object/get",
953
968
  [
@@ -956,61 +971,62 @@
956
971
  ],
957
972
  "cacheAge"
958
973
  ],
974
+ "label": "Cache Age",
959
975
  "type": "stat-display"
960
976
  }
961
977
  ],
962
- "type": "simple-grid",
963
- "cols": 2.0
978
+ "cols": 2.0,
979
+ "type": "simple-grid"
964
980
  },
965
981
  {
966
982
  "entity": "CacheEntry",
967
983
  "type": "data-grid",
968
- "fields": [],
969
984
  "renderItem": [
970
985
  "fn",
971
986
  "item",
972
987
  {
973
- "type": "stack",
974
988
  "children": [
975
989
  {
976
- "justify": "between",
977
990
  "type": "stack",
991
+ "justify": "between",
992
+ "align": "center",
978
993
  "children": [
979
994
  {
980
- "gap": "sm",
981
- "type": "stack",
982
- "align": "center",
983
- "direction": "horizontal",
984
995
  "children": [
985
996
  {
986
- "name": "database",
987
- "type": "icon"
997
+ "type": "icon",
998
+ "name": "database"
988
999
  },
989
1000
  {
990
- "content": "@item.name",
991
1001
  "variant": "h4",
1002
+ "content": "@item.name",
992
1003
  "type": "typography"
993
1004
  }
994
- ]
1005
+ ],
1006
+ "gap": "sm",
1007
+ "direction": "horizontal",
1008
+ "type": "stack",
1009
+ "align": "center"
995
1010
  },
996
1011
  {
997
1012
  "type": "badge",
998
1013
  "label": "@item.description"
999
1014
  }
1000
1015
  ],
1001
- "align": "center",
1002
1016
  "direction": "horizontal"
1003
1017
  },
1004
1018
  {
1019
+ "type": "typography",
1005
1020
  "variant": "caption",
1006
- "content": "@item.status",
1007
- "type": "typography"
1021
+ "content": "@item.status"
1008
1022
  }
1009
1023
  ],
1010
- "gap": "sm",
1011
- "direction": "vertical"
1024
+ "type": "stack",
1025
+ "direction": "vertical",
1026
+ "gap": "sm"
1012
1027
  }
1013
- ]
1028
+ ],
1029
+ "fields": []
1014
1030
  }
1015
1031
  ],
1016
1032
  "type": "stack",
@@ -1030,8 +1046,8 @@
1030
1046
  "CacheEntry",
1031
1047
  {
1032
1048
  "emit": {
1033
- "failure": "CacheEntryLoadFailed",
1034
- "success": "CacheEntryLoaded"
1049
+ "success": "CacheEntryLoaded",
1050
+ "failure": "CacheEntryLoadFailed"
1035
1051
  }
1036
1052
  }
1037
1053
  ],
@@ -1039,61 +1055,60 @@
1039
1055
  "render-ui",
1040
1056
  "main",
1041
1057
  {
1042
- "type": "stack",
1043
1058
  "children": [
1044
1059
  {
1045
- "direction": "horizontal",
1046
- "gap": "md",
1047
1060
  "children": [
1048
1061
  {
1049
- "gap": "md",
1050
1062
  "type": "stack",
1051
1063
  "direction": "horizontal",
1064
+ "gap": "md",
1052
1065
  "children": [
1053
1066
  {
1054
1067
  "type": "icon",
1055
1068
  "name": "database"
1056
1069
  },
1057
1070
  {
1071
+ "content": "CacheEntrys Cache",
1058
1072
  "variant": "h2",
1059
- "type": "typography",
1060
- "content": "CacheEntrys Cache"
1073
+ "type": "typography"
1061
1074
  }
1062
1075
  ]
1063
1076
  },
1064
1077
  {
1078
+ "direction": "horizontal",
1079
+ "align": "center",
1065
1080
  "children": [
1066
1081
  {
1067
1082
  "pulse": false,
1068
- "type": "status-dot",
1083
+ "label": "Cached",
1069
1084
  "status": "online",
1070
- "label": "Cached"
1085
+ "type": "status-dot"
1071
1086
  },
1072
1087
  {
1088
+ "label": "Invalidate",
1073
1089
  "type": "button",
1074
1090
  "action": "INVALIDATE",
1075
1091
  "variant": "ghost",
1076
- "icon": "trash",
1077
- "label": "Invalidate"
1092
+ "icon": "trash"
1078
1093
  }
1079
1094
  ],
1080
1095
  "gap": "sm",
1081
- "type": "stack",
1082
- "direction": "horizontal",
1083
- "align": "center"
1096
+ "type": "stack"
1084
1097
  }
1085
1098
  ],
1099
+ "justify": "between",
1100
+ "direction": "horizontal",
1086
1101
  "type": "stack",
1087
- "justify": "between"
1102
+ "gap": "md"
1088
1103
  },
1089
1104
  {
1090
1105
  "type": "divider"
1091
1106
  },
1092
1107
  {
1093
- "type": "simple-grid",
1094
1108
  "children": [
1095
1109
  {
1096
1110
  "label": "Hit Count",
1111
+ "type": "stat-display",
1097
1112
  "value": [
1098
1113
  "object/get",
1099
1114
  [
@@ -1101,8 +1116,7 @@
1101
1116
  "@entity"
1102
1117
  ],
1103
1118
  "hitCount"
1104
- ],
1105
- "type": "stat-display"
1119
+ ]
1106
1120
  },
1107
1121
  {
1108
1122
  "label": "Cache Age",
@@ -1117,61 +1131,63 @@
1117
1131
  ]
1118
1132
  }
1119
1133
  ],
1120
- "cols": 2.0
1134
+ "cols": 2.0,
1135
+ "type": "simple-grid"
1121
1136
  },
1122
1137
  {
1123
- "type": "data-grid",
1138
+ "fields": [],
1139
+ "entity": "CacheEntry",
1124
1140
  "renderItem": [
1125
1141
  "fn",
1126
1142
  "item",
1127
1143
  {
1128
- "type": "stack",
1129
- "gap": "sm",
1130
1144
  "direction": "vertical",
1145
+ "gap": "sm",
1131
1146
  "children": [
1132
1147
  {
1133
- "direction": "horizontal",
1134
- "align": "center",
1148
+ "justify": "between",
1135
1149
  "children": [
1136
1150
  {
1137
- "align": "center",
1151
+ "gap": "sm",
1152
+ "direction": "horizontal",
1138
1153
  "children": [
1139
1154
  {
1140
- "type": "icon",
1141
- "name": "database"
1155
+ "name": "database",
1156
+ "type": "icon"
1142
1157
  },
1143
1158
  {
1144
- "type": "typography",
1145
1159
  "variant": "h4",
1160
+ "type": "typography",
1146
1161
  "content": "@item.name"
1147
1162
  }
1148
1163
  ],
1149
- "type": "stack",
1150
- "direction": "horizontal",
1151
- "gap": "sm"
1164
+ "align": "center",
1165
+ "type": "stack"
1152
1166
  },
1153
1167
  {
1154
- "label": "@item.description",
1155
- "type": "badge"
1168
+ "type": "badge",
1169
+ "label": "@item.description"
1156
1170
  }
1157
1171
  ],
1158
1172
  "type": "stack",
1159
- "justify": "between"
1173
+ "align": "center",
1174
+ "direction": "horizontal"
1160
1175
  },
1161
1176
  {
1162
1177
  "content": "@item.status",
1163
- "type": "typography",
1164
- "variant": "caption"
1178
+ "variant": "caption",
1179
+ "type": "typography"
1165
1180
  }
1166
- ]
1181
+ ],
1182
+ "type": "stack"
1167
1183
  }
1168
1184
  ],
1169
- "entity": "CacheEntry",
1170
- "fields": []
1185
+ "type": "data-grid"
1171
1186
  }
1172
1187
  ],
1173
- "gap": "lg",
1174
- "direction": "vertical"
1188
+ "type": "stack",
1189
+ "direction": "vertical",
1190
+ "gap": "lg"
1175
1191
  }
1176
1192
  ]
1177
1193
  ]