@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
@@ -233,123 +233,123 @@
233
233
  "render-ui",
234
234
  "main",
235
235
  {
236
+ "appName": "Finance Tracker",
236
237
  "children": [
237
238
  {
238
- "gap": "lg",
239
239
  "className": "max-w-5xl mx-auto w-full",
240
240
  "type": "stack",
241
241
  "direction": "vertical",
242
242
  "children": [
243
243
  {
244
+ "gap": "md",
245
+ "justify": "between",
244
246
  "align": "center",
247
+ "type": "stack",
248
+ "direction": "horizontal",
245
249
  "children": [
246
250
  {
247
- "direction": "horizontal",
248
251
  "gap": "sm",
249
252
  "align": "center",
250
- "type": "stack",
251
253
  "children": [
252
254
  {
253
- "type": "icon",
254
- "name": "credit-card"
255
+ "name": "credit-card",
256
+ "type": "icon"
255
257
  },
256
258
  {
257
259
  "type": "typography",
258
260
  "content": "Transactions",
259
261
  "variant": "h2"
260
262
  }
261
- ]
263
+ ],
264
+ "type": "stack",
265
+ "direction": "horizontal"
262
266
  },
263
267
  {
264
- "gap": "sm",
265
- "direction": "horizontal",
266
268
  "type": "stack",
267
269
  "children": [
268
270
  {
269
271
  "variant": "primary",
270
- "type": "button",
271
- "action": "CREATE",
272
+ "label": "Create Transaction",
272
273
  "icon": "plus",
273
- "label": "Create Transaction"
274
+ "action": "CREATE",
275
+ "type": "button"
274
276
  }
275
- ]
277
+ ],
278
+ "direction": "horizontal",
279
+ "gap": "sm"
276
280
  }
277
- ],
278
- "type": "stack",
279
- "direction": "horizontal",
280
- "gap": "md",
281
- "justify": "between"
281
+ ]
282
282
  },
283
283
  {
284
284
  "type": "divider"
285
285
  },
286
286
  {
287
- "variant": "card",
288
287
  "gap": "sm",
288
+ "fields": [],
289
289
  "itemActions": [
290
290
  {
291
+ "event": "VIEW",
291
292
  "variant": "ghost",
292
- "label": "View",
293
- "event": "VIEW"
293
+ "label": "View"
294
294
  },
295
295
  {
296
- "variant": "ghost",
296
+ "label": "Edit",
297
297
  "event": "EDIT",
298
- "label": "Edit"
298
+ "variant": "ghost"
299
299
  },
300
300
  {
301
301
  "event": "DELETE",
302
- "variant": "danger",
303
- "label": "Delete"
302
+ "label": "Delete",
303
+ "variant": "danger"
304
304
  }
305
305
  ],
306
306
  "entity": "Transaction",
307
307
  "type": "data-list",
308
- "fields": [],
309
308
  "columns": [
310
309
  {
311
- "icon": "credit-card",
310
+ "variant": "h3",
312
311
  "name": "description",
313
- "variant": "h3"
312
+ "icon": "credit-card"
314
313
  },
315
314
  {
316
- "variant": "badge",
317
- "name": "category"
315
+ "name": "category",
316
+ "variant": "badge"
318
317
  },
319
318
  {
320
319
  "variant": "h4",
321
- "name": "amount",
322
- "format": "currency"
320
+ "format": "currency",
321
+ "name": "amount"
323
322
  },
324
323
  {
325
324
  "name": "date",
326
325
  "variant": "caption",
327
326
  "format": "date"
328
327
  }
329
- ]
328
+ ],
329
+ "variant": "card"
330
330
  }
331
- ]
331
+ ],
332
+ "gap": "lg"
332
333
  }
333
334
  ],
335
+ "type": "dashboard-layout",
334
336
  "navItems": [
335
337
  {
336
- "href": "/transactions",
337
338
  "label": "Transactions",
339
+ "href": "/transactions",
338
340
  "icon": "dollar-sign"
339
341
  },
340
342
  {
341
- "href": "/summary",
342
343
  "icon": "layout-list",
343
- "label": "Summary"
344
+ "label": "Summary",
345
+ "href": "/summary"
344
346
  },
345
347
  {
348
+ "href": "/reports",
346
349
  "label": "Reports",
347
- "icon": "bar-chart",
348
- "href": "/reports"
350
+ "icon": "bar-chart"
349
351
  }
350
- ],
351
- "type": "dashboard-layout",
352
- "appName": "Finance Tracker"
352
+ ]
353
353
  }
354
354
  ]
355
355
  ]
@@ -532,43 +532,43 @@
532
532
  "render-ui",
533
533
  "modal",
534
534
  {
535
- "type": "stack",
535
+ "direction": "vertical",
536
536
  "gap": "md",
537
537
  "children": [
538
538
  {
539
+ "gap": "sm",
540
+ "type": "stack",
541
+ "direction": "horizontal",
539
542
  "children": [
540
543
  {
541
544
  "type": "icon",
542
545
  "name": "plus-circle"
543
546
  },
544
547
  {
548
+ "variant": "h3",
545
549
  "type": "typography",
546
- "content": "Create Transaction",
547
- "variant": "h3"
550
+ "content": "Create Transaction"
548
551
  }
549
- ],
550
- "direction": "horizontal",
551
- "gap": "sm",
552
- "type": "stack"
552
+ ]
553
553
  },
554
554
  {
555
555
  "type": "divider"
556
556
  },
557
557
  {
558
+ "type": "form-section",
558
559
  "mode": "create",
560
+ "entity": "Transaction",
561
+ "submitEvent": "SAVE",
562
+ "cancelEvent": "CLOSE",
559
563
  "fields": [
560
564
  "description",
561
565
  "amount",
562
566
  "category",
563
567
  "date"
564
- ],
565
- "entity": "Transaction",
566
- "submitEvent": "SAVE",
567
- "cancelEvent": "CLOSE",
568
- "type": "form-section"
568
+ ]
569
569
  }
570
570
  ],
571
- "direction": "vertical"
571
+ "type": "stack"
572
572
  }
573
573
  ]
574
574
  ]
@@ -812,11 +812,10 @@
812
812
  "render-ui",
813
813
  "modal",
814
814
  {
815
- "direction": "vertical",
816
815
  "type": "stack",
817
- "gap": "md",
818
816
  "children": [
819
817
  {
818
+ "gap": "sm",
820
819
  "children": [
821
820
  {
822
821
  "name": "edit",
@@ -824,32 +823,33 @@
824
823
  },
825
824
  {
826
825
  "variant": "h3",
827
- "type": "typography",
828
- "content": "Edit Transaction"
826
+ "content": "Edit Transaction",
827
+ "type": "typography"
829
828
  }
830
829
  ],
831
- "type": "stack",
832
- "gap": "sm",
833
- "direction": "horizontal"
830
+ "direction": "horizontal",
831
+ "type": "stack"
834
832
  },
835
833
  {
836
834
  "type": "divider"
837
835
  },
838
836
  {
837
+ "submitEvent": "SAVE",
838
+ "cancelEvent": "CLOSE",
839
839
  "entityId": "@entity.id",
840
840
  "type": "form-section",
841
+ "entity": "Transaction",
841
842
  "mode": "edit",
842
- "cancelEvent": "CLOSE",
843
843
  "fields": [
844
844
  "description",
845
845
  "amount",
846
846
  "category",
847
847
  "date"
848
- ],
849
- "entity": "Transaction",
850
- "submitEvent": "SAVE"
848
+ ]
851
849
  }
852
- ]
850
+ ],
851
+ "direction": "vertical",
852
+ "gap": "md"
853
853
  }
854
854
  ]
855
855
  ]
@@ -1068,11 +1068,11 @@
1068
1068
  "fetch",
1069
1069
  "Transaction",
1070
1070
  {
1071
- "id": "@payload.id",
1072
1071
  "emit": {
1073
1072
  "failure": "TransactionLoadFailed",
1074
1073
  "success": "TransactionLoaded"
1075
- }
1074
+ },
1075
+ "id": "@payload.id"
1076
1076
  }
1077
1077
  ],
1078
1078
  [
@@ -1080,23 +1080,24 @@
1080
1080
  "modal",
1081
1081
  {
1082
1082
  "type": "stack",
1083
+ "gap": "md",
1083
1084
  "children": [
1084
1085
  {
1086
+ "direction": "horizontal",
1085
1087
  "children": [
1086
1088
  {
1087
1089
  "name": "eye",
1088
1090
  "type": "icon"
1089
1091
  },
1090
1092
  {
1093
+ "type": "typography",
1091
1094
  "variant": "h3",
1092
- "content": "@entity.description",
1093
- "type": "typography"
1095
+ "content": "@entity.description"
1094
1096
  }
1095
1097
  ],
1096
- "direction": "horizontal",
1097
1098
  "gap": "sm",
1098
- "align": "center",
1099
- "type": "stack"
1099
+ "type": "stack",
1100
+ "align": "center"
1100
1101
  },
1101
1102
  {
1102
1103
  "type": "divider"
@@ -1109,31 +1110,31 @@
1109
1110
  "variant": "caption"
1110
1111
  },
1111
1112
  {
1113
+ "content": "@entity.description",
1112
1114
  "type": "typography",
1113
- "variant": "body",
1114
- "content": "@entity.description"
1115
+ "variant": "body"
1115
1116
  }
1116
1117
  ],
1118
+ "gap": "md",
1117
1119
  "direction": "horizontal",
1118
- "type": "stack",
1119
- "gap": "md"
1120
+ "type": "stack"
1120
1121
  },
1121
1122
  {
1122
- "type": "stack",
1123
1123
  "direction": "horizontal",
1124
- "gap": "md",
1125
1124
  "children": [
1126
1125
  {
1127
- "content": "Amount",
1128
1126
  "type": "typography",
1129
- "variant": "caption"
1127
+ "variant": "caption",
1128
+ "content": "Amount"
1130
1129
  },
1131
1130
  {
1132
- "variant": "body",
1133
1131
  "content": "@entity.amount",
1134
- "type": "typography"
1132
+ "type": "typography",
1133
+ "variant": "body"
1135
1134
  }
1136
- ]
1135
+ ],
1136
+ "type": "stack",
1137
+ "gap": "md"
1137
1138
  },
1138
1139
  {
1139
1140
  "type": "stack",
@@ -1153,49 +1154,48 @@
1153
1154
  "direction": "horizontal"
1154
1155
  },
1155
1156
  {
1157
+ "gap": "md",
1158
+ "type": "stack",
1159
+ "direction": "horizontal",
1156
1160
  "children": [
1157
1161
  {
1158
- "variant": "caption",
1162
+ "content": "Date",
1159
1163
  "type": "typography",
1160
- "content": "Date"
1164
+ "variant": "caption"
1161
1165
  },
1162
1166
  {
1163
- "type": "typography",
1164
1167
  "content": "@entity.date",
1168
+ "type": "typography",
1165
1169
  "variant": "body"
1166
1170
  }
1167
- ],
1168
- "type": "stack",
1169
- "direction": "horizontal",
1170
- "gap": "md"
1171
+ ]
1171
1172
  },
1172
1173
  {
1173
1174
  "type": "divider"
1174
1175
  },
1175
1176
  {
1176
1177
  "justify": "end",
1177
- "gap": "sm",
1178
- "type": "stack",
1179
1178
  "children": [
1180
1179
  {
1180
+ "action": "EDIT",
1181
1181
  "label": "Edit",
1182
- "variant": "primary",
1183
- "icon": "edit",
1184
1182
  "type": "button",
1185
- "action": "EDIT"
1183
+ "variant": "primary",
1184
+ "icon": "edit"
1186
1185
  },
1187
1186
  {
1188
- "label": "Close",
1189
- "type": "button",
1190
1187
  "variant": "ghost",
1191
- "action": "CLOSE"
1188
+ "type": "button",
1189
+ "action": "CLOSE",
1190
+ "label": "Close"
1192
1191
  }
1193
1192
  ],
1194
- "direction": "horizontal"
1193
+ "type": "stack",
1194
+ "direction": "horizontal",
1195
+ "gap": "sm"
1195
1196
  }
1196
1197
  ],
1197
- "direction": "vertical",
1198
- "gap": "md"
1198
+ "direction": "vertical"
1199
1199
  }
1200
1200
  ]
1201
1201
  ]
@@ -1420,68 +1420,68 @@
1420
1420
  "fetch",
1421
1421
  "Transaction",
1422
1422
  {
1423
- "id": "@payload.id",
1424
1423
  "emit": {
1425
1424
  "failure": "TransactionLoadFailed",
1426
1425
  "success": "TransactionLoaded"
1427
- }
1426
+ },
1427
+ "id": "@payload.id"
1428
1428
  }
1429
1429
  ],
1430
1430
  [
1431
1431
  "render-ui",
1432
1432
  "modal",
1433
1433
  {
1434
- "direction": "vertical",
1435
- "gap": "md",
1436
- "type": "stack",
1437
1434
  "children": [
1438
1435
  {
1439
- "gap": "sm",
1440
1436
  "direction": "horizontal",
1441
- "type": "stack",
1442
- "align": "center",
1437
+ "gap": "sm",
1443
1438
  "children": [
1444
1439
  {
1445
1440
  "type": "icon",
1446
1441
  "name": "alert-triangle"
1447
1442
  },
1448
1443
  {
1449
- "content": "Delete Transaction",
1450
1444
  "variant": "h3",
1451
- "type": "typography"
1445
+ "type": "typography",
1446
+ "content": "Delete Transaction"
1452
1447
  }
1453
- ]
1448
+ ],
1449
+ "type": "stack",
1450
+ "align": "center"
1454
1451
  },
1455
1452
  {
1456
1453
  "type": "divider"
1457
1454
  },
1458
1455
  {
1456
+ "type": "alert",
1459
1457
  "message": "This action cannot be undone.",
1460
- "variant": "error",
1461
- "type": "alert"
1458
+ "variant": "error"
1462
1459
  },
1463
1460
  {
1461
+ "gap": "sm",
1464
1462
  "children": [
1465
1463
  {
1464
+ "type": "button",
1466
1465
  "action": "CANCEL",
1467
- "label": "Cancel",
1468
1466
  "variant": "ghost",
1469
- "type": "button"
1467
+ "label": "Cancel"
1470
1468
  },
1471
1469
  {
1472
1470
  "label": "Delete",
1473
- "type": "button",
1474
1471
  "variant": "danger",
1472
+ "icon": "check",
1475
1473
  "action": "CONFIRM_DELETE",
1476
- "icon": "check"
1474
+ "type": "button"
1477
1475
  }
1478
1476
  ],
1479
- "gap": "sm",
1480
1477
  "direction": "horizontal",
1481
- "type": "stack",
1482
- "justify": "end"
1478
+ "justify": "end",
1479
+ "type": "stack"
1483
1480
  }
1484
- ]
1481
+ ],
1482
+ "type": "stack",
1483
+ "direction": "vertical",
1484
+ "gap": "md"
1485
1485
  }
1486
1486
  ]
1487
1487
  ]
@@ -1748,8 +1748,8 @@
1748
1748
  "FinanceSummary",
1749
1749
  {
1750
1750
  "emit": {
1751
- "failure": "FinanceSummaryLoadFailed",
1752
- "success": "FinanceSummaryLoaded"
1751
+ "success": "FinanceSummaryLoaded",
1752
+ "failure": "FinanceSummaryLoadFailed"
1753
1753
  }
1754
1754
  }
1755
1755
  ],
@@ -1757,16 +1757,36 @@
1757
1757
  "render-ui",
1758
1758
  "main",
1759
1759
  {
1760
+ "type": "dashboard-layout",
1761
+ "navItems": [
1762
+ {
1763
+ "label": "Transactions",
1764
+ "href": "/transactions",
1765
+ "icon": "dollar-sign"
1766
+ },
1767
+ {
1768
+ "label": "Summary",
1769
+ "href": "/summary",
1770
+ "icon": "layout-list"
1771
+ },
1772
+ {
1773
+ "icon": "bar-chart",
1774
+ "label": "Reports",
1775
+ "href": "/reports"
1776
+ }
1777
+ ],
1778
+ "appName": "Finance Tracker",
1760
1779
  "children": [
1761
1780
  {
1762
1781
  "type": "scaled-diagram",
1763
1782
  "children": [
1764
1783
  {
1784
+ "direction": "vertical",
1765
1785
  "gap": "lg",
1766
1786
  "type": "stack",
1767
- "direction": "vertical",
1768
1787
  "children": [
1769
1788
  {
1789
+ "type": "breadcrumb",
1770
1790
  "items": [
1771
1791
  {
1772
1792
  "label": "Home",
@@ -1775,54 +1795,49 @@
1775
1795
  {
1776
1796
  "label": "Financial Summary"
1777
1797
  }
1778
- ],
1779
- "type": "breadcrumb"
1798
+ ]
1780
1799
  },
1781
1800
  {
1782
- "type": "stack",
1783
1801
  "direction": "horizontal",
1802
+ "justify": "between",
1803
+ "type": "stack",
1784
1804
  "children": [
1785
1805
  {
1786
- "direction": "horizontal",
1806
+ "type": "stack",
1807
+ "gap": "md",
1787
1808
  "children": [
1788
1809
  {
1789
1810
  "name": "pie-chart",
1790
1811
  "type": "icon"
1791
1812
  },
1792
1813
  {
1793
- "type": "typography",
1794
1814
  "content": "Financial Summary",
1795
- "variant": "h2"
1815
+ "variant": "h2",
1816
+ "type": "typography"
1796
1817
  }
1797
1818
  ],
1798
- "type": "stack",
1799
- "gap": "md"
1819
+ "direction": "horizontal"
1800
1820
  },
1801
1821
  {
1822
+ "action": "REFRESH",
1802
1823
  "label": "Refresh",
1803
1824
  "type": "button",
1804
- "action": "REFRESH",
1805
- "icon": "refresh-cw",
1806
- "variant": "secondary"
1825
+ "variant": "secondary",
1826
+ "icon": "refresh-cw"
1807
1827
  }
1808
1828
  ],
1809
- "gap": "md",
1810
- "justify": "between"
1829
+ "gap": "md"
1811
1830
  },
1812
1831
  {
1813
1832
  "type": "divider"
1814
1833
  },
1815
1834
  {
1816
- "type": "box",
1817
- "padding": "md",
1818
1835
  "children": [
1819
1836
  {
1820
- "cols": 3.0,
1821
1837
  "type": "simple-grid",
1822
1838
  "children": [
1823
1839
  {
1824
1840
  "label": "TotalIncome",
1825
- "type": "stat-display",
1826
1841
  "value": [
1827
1842
  "object/get",
1828
1843
  [
@@ -1830,9 +1845,11 @@
1830
1845
  "@entity"
1831
1846
  ],
1832
1847
  "totalIncome"
1833
- ]
1848
+ ],
1849
+ "type": "stat-display"
1834
1850
  },
1835
1851
  {
1852
+ "type": "stat-display",
1836
1853
  "value": [
1837
1854
  "object/get",
1838
1855
  [
@@ -1841,10 +1858,10 @@
1841
1858
  ],
1842
1859
  "totalExpenses"
1843
1860
  ],
1844
- "type": "stat-display",
1845
1861
  "label": "TotalExpenses"
1846
1862
  },
1847
1863
  {
1864
+ "type": "stat-display",
1848
1865
  "label": "Balance",
1849
1866
  "value": [
1850
1867
  "object/get",
@@ -1853,11 +1870,9 @@
1853
1870
  "@entity"
1854
1871
  ],
1855
1872
  "balance"
1856
- ],
1857
- "type": "stat-display"
1873
+ ]
1858
1874
  },
1859
1875
  {
1860
- "type": "stat-display",
1861
1876
  "value": [
1862
1877
  "object/get",
1863
1878
  [
@@ -1866,17 +1881,20 @@
1866
1881
  ],
1867
1882
  "savingsRate"
1868
1883
  ],
1884
+ "type": "stat-display",
1869
1885
  "label": "SavingsRate"
1870
1886
  }
1871
- ]
1887
+ ],
1888
+ "cols": 3.0
1872
1889
  }
1873
- ]
1890
+ ],
1891
+ "type": "box",
1892
+ "padding": "md"
1874
1893
  },
1875
1894
  {
1876
1895
  "type": "divider"
1877
1896
  },
1878
1897
  {
1879
- "type": "grid",
1880
1898
  "children": [
1881
1899
  {
1882
1900
  "children": [
@@ -1899,15 +1917,16 @@
1899
1917
  "type": "card"
1900
1918
  }
1901
1919
  ],
1902
- "gap": "md",
1903
- "cols": 2.0
1920
+ "type": "grid",
1921
+ "cols": 2.0,
1922
+ "gap": "md"
1904
1923
  },
1905
1924
  {
1906
1925
  "type": "line-chart",
1907
1926
  "data": [
1908
1927
  {
1909
- "value": 12.0,
1910
- "date": "Jan"
1928
+ "date": "Jan",
1929
+ "value": 12.0
1911
1930
  },
1912
1931
  {
1913
1932
  "value": 19.0,
@@ -1918,12 +1937,12 @@
1918
1937
  "date": "Mar"
1919
1938
  },
1920
1939
  {
1921
- "date": "Apr",
1922
- "value": 25.0
1940
+ "value": 25.0,
1941
+ "date": "Apr"
1923
1942
  },
1924
1943
  {
1925
- "date": "May",
1926
- "value": 22.0
1944
+ "value": 22.0,
1945
+ "date": "May"
1927
1946
  },
1928
1947
  {
1929
1948
  "value": 30.0,
@@ -1935,8 +1954,8 @@
1935
1954
  "type": "chart-legend",
1936
1955
  "items": [
1937
1956
  {
1938
- "label": "Current",
1939
- "color": "primary"
1957
+ "color": "primary",
1958
+ "label": "Current"
1940
1959
  },
1941
1960
  {
1942
1961
  "label": "Previous",
@@ -1945,64 +1964,45 @@
1945
1964
  ]
1946
1965
  },
1947
1966
  {
1967
+ "edges": [
1968
+ {
1969
+ "to": "b",
1970
+ "from": "a"
1971
+ },
1972
+ {
1973
+ "from": "b",
1974
+ "to": "c"
1975
+ }
1976
+ ],
1948
1977
  "height": 200.0,
1949
- "type": "graph-view",
1950
1978
  "width": 400.0,
1951
1979
  "nodes": [
1952
1980
  {
1981
+ "x": 50.0,
1953
1982
  "y": 100.0,
1954
1983
  "id": "a",
1955
- "label": "Start",
1956
- "x": 50.0
1984
+ "label": "Start"
1957
1985
  },
1958
1986
  {
1959
1987
  "x": 200.0,
1960
- "id": "b",
1961
1988
  "y": 50.0,
1989
+ "id": "b",
1962
1990
  "label": "Process"
1963
1991
  },
1964
1992
  {
1965
- "y": 100.0,
1966
- "label": "End",
1993
+ "x": 350.0,
1967
1994
  "id": "c",
1968
- "x": 350.0
1995
+ "y": 100.0,
1996
+ "label": "End"
1969
1997
  }
1970
1998
  ],
1971
- "edges": [
1972
- {
1973
- "from": "a",
1974
- "to": "b"
1975
- },
1976
- {
1977
- "to": "c",
1978
- "from": "b"
1979
- }
1980
- ]
1999
+ "type": "graph-view"
1981
2000
  }
1982
2001
  ]
1983
2002
  }
1984
2003
  ]
1985
2004
  }
1986
- ],
1987
- "appName": "Finance Tracker",
1988
- "navItems": [
1989
- {
1990
- "label": "Transactions",
1991
- "href": "/transactions",
1992
- "icon": "dollar-sign"
1993
- },
1994
- {
1995
- "icon": "layout-list",
1996
- "href": "/summary",
1997
- "label": "Summary"
1998
- },
1999
- {
2000
- "icon": "bar-chart",
2001
- "href": "/reports",
2002
- "label": "Reports"
2003
- }
2004
- ],
2005
- "type": "dashboard-layout"
2005
+ ]
2006
2006
  }
2007
2007
  ]
2008
2008
  ]
@@ -2017,8 +2017,8 @@
2017
2017
  "FinanceSummary",
2018
2018
  {
2019
2019
  "emit": {
2020
- "success": "FinanceSummaryLoaded",
2021
- "failure": "FinanceSummaryLoadFailed"
2020
+ "failure": "FinanceSummaryLoadFailed",
2021
+ "success": "FinanceSummaryLoaded"
2022
2022
  }
2023
2023
  }
2024
2024
  ],
@@ -2026,38 +2026,20 @@
2026
2026
  "render-ui",
2027
2027
  "main",
2028
2028
  {
2029
- "type": "dashboard-layout",
2030
- "navItems": [
2031
- {
2032
- "href": "/transactions",
2033
- "label": "Transactions",
2034
- "icon": "dollar-sign"
2035
- },
2036
- {
2037
- "href": "/summary",
2038
- "label": "Summary",
2039
- "icon": "layout-list"
2040
- },
2041
- {
2042
- "icon": "bar-chart",
2043
- "label": "Reports",
2044
- "href": "/reports"
2045
- }
2046
- ],
2047
2029
  "appName": "Finance Tracker",
2048
2030
  "children": [
2049
2031
  {
2050
- "type": "scaled-diagram",
2051
2032
  "children": [
2052
2033
  {
2034
+ "direction": "vertical",
2053
2035
  "gap": "lg",
2054
2036
  "children": [
2055
2037
  {
2056
2038
  "type": "breadcrumb",
2057
2039
  "items": [
2058
2040
  {
2059
- "href": "/",
2060
- "label": "Home"
2041
+ "label": "Home",
2042
+ "href": "/"
2061
2043
  },
2062
2044
  {
2063
2045
  "label": "Financial Summary"
@@ -2065,45 +2047,50 @@
2065
2047
  ]
2066
2048
  },
2067
2049
  {
2068
- "gap": "md",
2069
- "justify": "between",
2070
2050
  "direction": "horizontal",
2071
2051
  "type": "stack",
2052
+ "justify": "between",
2072
2053
  "children": [
2073
2054
  {
2074
2055
  "direction": "horizontal",
2075
- "gap": "md",
2076
2056
  "type": "stack",
2057
+ "gap": "md",
2077
2058
  "children": [
2078
2059
  {
2079
- "name": "pie-chart",
2080
- "type": "icon"
2060
+ "type": "icon",
2061
+ "name": "pie-chart"
2081
2062
  },
2082
2063
  {
2083
- "type": "typography",
2084
2064
  "variant": "h2",
2065
+ "type": "typography",
2085
2066
  "content": "Financial Summary"
2086
2067
  }
2087
2068
  ]
2088
2069
  },
2089
2070
  {
2090
- "icon": "refresh-cw",
2091
2071
  "type": "button",
2092
2072
  "label": "Refresh",
2073
+ "action": "REFRESH",
2093
2074
  "variant": "secondary",
2094
- "action": "REFRESH"
2075
+ "icon": "refresh-cw"
2095
2076
  }
2096
- ]
2077
+ ],
2078
+ "gap": "md"
2097
2079
  },
2098
2080
  {
2099
2081
  "type": "divider"
2100
2082
  },
2101
2083
  {
2102
2084
  "padding": "md",
2085
+ "type": "box",
2103
2086
  "children": [
2104
2087
  {
2088
+ "type": "simple-grid",
2089
+ "cols": 3.0,
2105
2090
  "children": [
2106
2091
  {
2092
+ "type": "stat-display",
2093
+ "label": "TotalIncome",
2107
2094
  "value": [
2108
2095
  "object/get",
2109
2096
  [
@@ -2111,12 +2098,9 @@
2111
2098
  "@entity"
2112
2099
  ],
2113
2100
  "totalIncome"
2114
- ],
2115
- "label": "TotalIncome",
2116
- "type": "stat-display"
2101
+ ]
2117
2102
  },
2118
2103
  {
2119
- "type": "stat-display",
2120
2104
  "label": "TotalExpenses",
2121
2105
  "value": [
2122
2106
  "object/get",
@@ -2125,11 +2109,10 @@
2125
2109
  "@entity"
2126
2110
  ],
2127
2111
  "totalExpenses"
2128
- ]
2112
+ ],
2113
+ "type": "stat-display"
2129
2114
  },
2130
2115
  {
2131
- "type": "stat-display",
2132
- "label": "Balance",
2133
2116
  "value": [
2134
2117
  "object/get",
2135
2118
  [
@@ -2137,10 +2120,11 @@
2137
2120
  "@entity"
2138
2121
  ],
2139
2122
  "balance"
2140
- ]
2123
+ ],
2124
+ "type": "stat-display",
2125
+ "label": "Balance"
2141
2126
  },
2142
2127
  {
2143
- "label": "SavingsRate",
2144
2128
  "value": [
2145
2129
  "object/get",
2146
2130
  [
@@ -2149,29 +2133,28 @@
2149
2133
  ],
2150
2134
  "savingsRate"
2151
2135
  ],
2152
- "type": "stat-display"
2136
+ "type": "stat-display",
2137
+ "label": "SavingsRate"
2153
2138
  }
2154
- ],
2155
- "type": "simple-grid",
2156
- "cols": 3.0
2139
+ ]
2157
2140
  }
2158
- ],
2159
- "type": "box"
2141
+ ]
2160
2142
  },
2161
2143
  {
2162
2144
  "type": "divider"
2163
2145
  },
2164
2146
  {
2147
+ "type": "grid",
2165
2148
  "children": [
2166
2149
  {
2150
+ "type": "card",
2167
2151
  "children": [
2168
2152
  {
2169
- "content": "Chart View",
2170
2153
  "variant": "caption",
2154
+ "content": "Chart View",
2171
2155
  "type": "typography"
2172
2156
  }
2173
- ],
2174
- "type": "card"
2157
+ ]
2175
2158
  },
2176
2159
  {
2177
2160
  "children": [
@@ -2184,12 +2167,10 @@
2184
2167
  "type": "card"
2185
2168
  }
2186
2169
  ],
2187
- "type": "grid",
2188
- "cols": 2.0,
2189
- "gap": "md"
2170
+ "gap": "md",
2171
+ "cols": 2.0
2190
2172
  },
2191
2173
  {
2192
- "type": "line-chart",
2193
2174
  "data": [
2194
2175
  {
2195
2176
  "value": 12.0,
@@ -2200,8 +2181,8 @@
2200
2181
  "value": 19.0
2201
2182
  },
2202
2183
  {
2203
- "value": 15.0,
2204
- "date": "Mar"
2184
+ "date": "Mar",
2185
+ "value": 15.0
2205
2186
  },
2206
2187
  {
2207
2188
  "date": "Apr",
@@ -2215,61 +2196,80 @@
2215
2196
  "value": 30.0,
2216
2197
  "date": "Jun"
2217
2198
  }
2218
- ]
2199
+ ],
2200
+ "type": "line-chart"
2219
2201
  },
2220
2202
  {
2221
- "type": "chart-legend",
2222
2203
  "items": [
2223
2204
  {
2224
2205
  "label": "Current",
2225
2206
  "color": "primary"
2226
2207
  },
2227
2208
  {
2228
- "color": "muted",
2229
- "label": "Previous"
2209
+ "label": "Previous",
2210
+ "color": "muted"
2230
2211
  }
2231
- ]
2212
+ ],
2213
+ "type": "chart-legend"
2232
2214
  },
2233
2215
  {
2216
+ "type": "graph-view",
2234
2217
  "width": 400.0,
2235
- "height": 200.0,
2236
2218
  "nodes": [
2237
2219
  {
2238
- "id": "a",
2239
- "x": 50.0,
2240
2220
  "label": "Start",
2241
- "y": 100.0
2221
+ "x": 50.0,
2222
+ "y": 100.0,
2223
+ "id": "a"
2242
2224
  },
2243
2225
  {
2244
- "id": "b",
2245
2226
  "x": 200.0,
2246
2227
  "label": "Process",
2228
+ "id": "b",
2247
2229
  "y": 50.0
2248
2230
  },
2249
2231
  {
2250
2232
  "x": 350.0,
2233
+ "y": 100.0,
2251
2234
  "id": "c",
2252
- "label": "End",
2253
- "y": 100.0
2235
+ "label": "End"
2254
2236
  }
2255
2237
  ],
2238
+ "height": 200.0,
2256
2239
  "edges": [
2257
2240
  {
2258
- "from": "a",
2259
- "to": "b"
2241
+ "to": "b",
2242
+ "from": "a"
2260
2243
  },
2261
2244
  {
2262
- "from": "b",
2263
- "to": "c"
2245
+ "to": "c",
2246
+ "from": "b"
2264
2247
  }
2265
- ],
2266
- "type": "graph-view"
2248
+ ]
2267
2249
  }
2268
2250
  ],
2269
- "type": "stack",
2270
- "direction": "vertical"
2251
+ "type": "stack"
2271
2252
  }
2272
- ]
2253
+ ],
2254
+ "type": "scaled-diagram"
2255
+ }
2256
+ ],
2257
+ "type": "dashboard-layout",
2258
+ "navItems": [
2259
+ {
2260
+ "icon": "dollar-sign",
2261
+ "href": "/transactions",
2262
+ "label": "Transactions"
2263
+ },
2264
+ {
2265
+ "href": "/summary",
2266
+ "icon": "layout-list",
2267
+ "label": "Summary"
2268
+ },
2269
+ {
2270
+ "label": "Reports",
2271
+ "icon": "bar-chart",
2272
+ "href": "/reports"
2273
2273
  }
2274
2274
  ]
2275
2275
  }
@@ -2295,83 +2295,68 @@
2295
2295
  "render-ui",
2296
2296
  "main",
2297
2297
  {
2298
- "appName": "Finance Tracker",
2299
- "type": "dashboard-layout",
2300
- "navItems": [
2301
- {
2302
- "icon": "dollar-sign",
2303
- "href": "/transactions",
2304
- "label": "Transactions"
2305
- },
2306
- {
2307
- "icon": "layout-list",
2308
- "href": "/summary",
2309
- "label": "Summary"
2310
- },
2311
- {
2312
- "label": "Reports",
2313
- "href": "/reports",
2314
- "icon": "bar-chart"
2315
- }
2316
- ],
2317
2298
  "children": [
2318
2299
  {
2319
2300
  "type": "scaled-diagram",
2320
2301
  "children": [
2321
2302
  {
2303
+ "direction": "vertical",
2304
+ "gap": "lg",
2305
+ "type": "stack",
2322
2306
  "children": [
2323
2307
  {
2308
+ "type": "breadcrumb",
2324
2309
  "items": [
2325
2310
  {
2326
- "href": "/",
2327
- "label": "Home"
2311
+ "label": "Home",
2312
+ "href": "/"
2328
2313
  },
2329
2314
  {
2330
2315
  "label": "Financial Summary"
2331
2316
  }
2332
- ],
2333
- "type": "breadcrumb"
2317
+ ]
2334
2318
  },
2335
2319
  {
2336
- "type": "stack",
2337
- "direction": "horizontal",
2338
- "gap": "md",
2339
2320
  "children": [
2340
2321
  {
2341
2322
  "gap": "md",
2342
2323
  "type": "stack",
2324
+ "direction": "horizontal",
2343
2325
  "children": [
2344
2326
  {
2345
- "name": "pie-chart",
2346
- "type": "icon"
2327
+ "type": "icon",
2328
+ "name": "pie-chart"
2347
2329
  },
2348
2330
  {
2349
- "type": "typography",
2350
2331
  "variant": "h2",
2351
- "content": "Financial Summary"
2332
+ "content": "Financial Summary",
2333
+ "type": "typography"
2352
2334
  }
2353
- ],
2354
- "direction": "horizontal"
2335
+ ]
2355
2336
  },
2356
2337
  {
2357
- "icon": "refresh-cw",
2358
2338
  "variant": "secondary",
2359
2339
  "action": "REFRESH",
2360
2340
  "type": "button",
2361
- "label": "Refresh"
2341
+ "label": "Refresh",
2342
+ "icon": "refresh-cw"
2362
2343
  }
2363
2344
  ],
2364
- "justify": "between"
2345
+ "gap": "md",
2346
+ "justify": "between",
2347
+ "type": "stack",
2348
+ "direction": "horizontal"
2365
2349
  },
2366
2350
  {
2367
2351
  "type": "divider"
2368
2352
  },
2369
2353
  {
2370
- "type": "box",
2371
2354
  "children": [
2372
2355
  {
2373
2356
  "children": [
2374
2357
  {
2358
+ "type": "stat-display",
2359
+ "label": "TotalIncome",
2375
2360
  "value": [
2376
2361
  "object/get",
2377
2362
  [
@@ -2379,11 +2364,10 @@
2379
2364
  "@entity"
2380
2365
  ],
2381
2366
  "totalIncome"
2382
- ],
2383
- "type": "stat-display",
2384
- "label": "TotalIncome"
2367
+ ]
2385
2368
  },
2386
2369
  {
2370
+ "type": "stat-display",
2387
2371
  "label": "TotalExpenses",
2388
2372
  "value": [
2389
2373
  "object/get",
@@ -2392,10 +2376,10 @@
2392
2376
  "@entity"
2393
2377
  ],
2394
2378
  "totalExpenses"
2395
- ],
2396
- "type": "stat-display"
2379
+ ]
2397
2380
  },
2398
2381
  {
2382
+ "type": "stat-display",
2399
2383
  "value": [
2400
2384
  "object/get",
2401
2385
  [
@@ -2404,12 +2388,9 @@
2404
2388
  ],
2405
2389
  "balance"
2406
2390
  ],
2407
- "label": "Balance",
2408
- "type": "stat-display"
2391
+ "label": "Balance"
2409
2392
  },
2410
2393
  {
2411
- "type": "stat-display",
2412
- "label": "SavingsRate",
2413
2394
  "value": [
2414
2395
  "object/get",
2415
2396
  [
@@ -2417,14 +2398,17 @@
2417
2398
  "@entity"
2418
2399
  ],
2419
2400
  "savingsRate"
2420
- ]
2401
+ ],
2402
+ "type": "stat-display",
2403
+ "label": "SavingsRate"
2421
2404
  }
2422
2405
  ],
2423
- "type": "simple-grid",
2424
- "cols": 3.0
2406
+ "cols": 3.0,
2407
+ "type": "simple-grid"
2425
2408
  }
2426
2409
  ],
2427
- "padding": "md"
2410
+ "padding": "md",
2411
+ "type": "box"
2428
2412
  },
2429
2413
  {
2430
2414
  "type": "divider"
@@ -2442,51 +2426,50 @@
2442
2426
  ]
2443
2427
  },
2444
2428
  {
2429
+ "type": "card",
2445
2430
  "children": [
2446
2431
  {
2432
+ "variant": "caption",
2447
2433
  "content": "Graph View",
2448
- "type": "typography",
2449
- "variant": "caption"
2434
+ "type": "typography"
2450
2435
  }
2451
- ],
2452
- "type": "card"
2436
+ ]
2453
2437
  }
2454
2438
  ],
2439
+ "cols": 2.0,
2455
2440
  "type": "grid",
2456
- "gap": "md",
2457
- "cols": 2.0
2441
+ "gap": "md"
2458
2442
  },
2459
2443
  {
2444
+ "type": "line-chart",
2460
2445
  "data": [
2461
2446
  {
2462
- "date": "Jan",
2463
- "value": 12.0
2447
+ "value": 12.0,
2448
+ "date": "Jan"
2464
2449
  },
2465
2450
  {
2466
2451
  "date": "Feb",
2467
2452
  "value": 19.0
2468
2453
  },
2469
2454
  {
2470
- "value": 15.0,
2471
- "date": "Mar"
2455
+ "date": "Mar",
2456
+ "value": 15.0
2472
2457
  },
2473
2458
  {
2474
2459
  "date": "Apr",
2475
2460
  "value": 25.0
2476
2461
  },
2477
2462
  {
2478
- "date": "May",
2479
- "value": 22.0
2463
+ "value": 22.0,
2464
+ "date": "May"
2480
2465
  },
2481
2466
  {
2482
- "date": "Jun",
2483
- "value": 30.0
2467
+ "value": 30.0,
2468
+ "date": "Jun"
2484
2469
  }
2485
- ],
2486
- "type": "line-chart"
2470
+ ]
2487
2471
  },
2488
2472
  {
2489
- "type": "chart-legend",
2490
2473
  "items": [
2491
2474
  {
2492
2475
  "color": "primary",
@@ -2496,51 +2479,68 @@
2496
2479
  "label": "Previous",
2497
2480
  "color": "muted"
2498
2481
  }
2499
- ]
2482
+ ],
2483
+ "type": "chart-legend"
2500
2484
  },
2501
2485
  {
2502
- "width": 400.0,
2503
- "type": "graph-view",
2486
+ "edges": [
2487
+ {
2488
+ "from": "a",
2489
+ "to": "b"
2490
+ },
2491
+ {
2492
+ "to": "c",
2493
+ "from": "b"
2494
+ }
2495
+ ],
2504
2496
  "height": 200.0,
2505
2497
  "nodes": [
2506
2498
  {
2507
2499
  "y": 100.0,
2508
- "x": 50.0,
2500
+ "id": "a",
2509
2501
  "label": "Start",
2510
- "id": "a"
2502
+ "x": 50.0
2511
2503
  },
2512
2504
  {
2513
2505
  "id": "b",
2514
- "x": 200.0,
2515
2506
  "label": "Process",
2507
+ "x": 200.0,
2516
2508
  "y": 50.0
2517
2509
  },
2518
2510
  {
2519
- "id": "c",
2520
2511
  "label": "End",
2512
+ "id": "c",
2521
2513
  "y": 100.0,
2522
2514
  "x": 350.0
2523
2515
  }
2524
2516
  ],
2525
- "edges": [
2526
- {
2527
- "to": "b",
2528
- "from": "a"
2529
- },
2530
- {
2531
- "from": "b",
2532
- "to": "c"
2533
- }
2534
- ]
2517
+ "type": "graph-view",
2518
+ "width": 400.0
2535
2519
  }
2536
- ],
2537
- "direction": "vertical",
2538
- "type": "stack",
2539
- "gap": "lg"
2520
+ ]
2540
2521
  }
2541
2522
  ]
2542
2523
  }
2543
- ]
2524
+ ],
2525
+ "type": "dashboard-layout",
2526
+ "navItems": [
2527
+ {
2528
+ "icon": "dollar-sign",
2529
+ "label": "Transactions",
2530
+ "href": "/transactions"
2531
+ },
2532
+ {
2533
+ "label": "Summary",
2534
+ "href": "/summary",
2535
+ "icon": "layout-list"
2536
+ },
2537
+ {
2538
+ "label": "Reports",
2539
+ "icon": "bar-chart",
2540
+ "href": "/reports"
2541
+ }
2542
+ ],
2543
+ "appName": "Finance Tracker"
2544
2544
  }
2545
2545
  ]
2546
2546
  ]
@@ -2565,20 +2565,21 @@
2565
2565
  "main",
2566
2566
  {
2567
2567
  "type": "dashboard-layout",
2568
+ "appName": "Finance Tracker",
2568
2569
  "navItems": [
2569
2570
  {
2570
- "href": "/transactions",
2571
2571
  "icon": "dollar-sign",
2572
+ "href": "/transactions",
2572
2573
  "label": "Transactions"
2573
2574
  },
2574
2575
  {
2575
- "href": "/summary",
2576
2576
  "label": "Summary",
2577
- "icon": "layout-list"
2577
+ "icon": "layout-list",
2578
+ "href": "/summary"
2578
2579
  },
2579
2580
  {
2580
- "label": "Reports",
2581
2581
  "href": "/reports",
2582
+ "label": "Reports",
2582
2583
  "icon": "bar-chart"
2583
2584
  }
2584
2585
  ],
@@ -2587,7 +2588,6 @@
2587
2588
  "type": "scaled-diagram",
2588
2589
  "children": [
2589
2590
  {
2590
- "gap": "lg",
2591
2591
  "type": "stack",
2592
2592
  "children": [
2593
2593
  {
@@ -2604,45 +2604,46 @@
2604
2604
  },
2605
2605
  {
2606
2606
  "type": "stack",
2607
+ "gap": "md",
2608
+ "direction": "horizontal",
2607
2609
  "justify": "between",
2608
2610
  "children": [
2609
2611
  {
2610
- "gap": "md",
2611
2612
  "type": "stack",
2612
2613
  "direction": "horizontal",
2614
+ "gap": "md",
2613
2615
  "children": [
2614
2616
  {
2615
- "name": "pie-chart",
2616
- "type": "icon"
2617
+ "type": "icon",
2618
+ "name": "pie-chart"
2617
2619
  },
2618
2620
  {
2619
- "variant": "h2",
2621
+ "content": "Financial Summary",
2620
2622
  "type": "typography",
2621
- "content": "Financial Summary"
2623
+ "variant": "h2"
2622
2624
  }
2623
2625
  ]
2624
2626
  },
2625
2627
  {
2626
- "variant": "secondary",
2628
+ "action": "REFRESH",
2627
2629
  "label": "Refresh",
2630
+ "variant": "secondary",
2628
2631
  "icon": "refresh-cw",
2629
- "type": "button",
2630
- "action": "REFRESH"
2632
+ "type": "button"
2631
2633
  }
2632
- ],
2633
- "gap": "md",
2634
- "direction": "horizontal"
2634
+ ]
2635
2635
  },
2636
2636
  {
2637
2637
  "type": "divider"
2638
2638
  },
2639
2639
  {
2640
- "padding": "md",
2640
+ "type": "box",
2641
2641
  "children": [
2642
2642
  {
2643
+ "type": "simple-grid",
2644
+ "cols": 3.0,
2643
2645
  "children": [
2644
2646
  {
2645
- "type": "stat-display",
2646
2647
  "label": "TotalIncome",
2647
2648
  "value": [
2648
2649
  "object/get",
@@ -2651,11 +2652,12 @@
2651
2652
  "@entity"
2652
2653
  ],
2653
2654
  "totalIncome"
2654
- ]
2655
+ ],
2656
+ "type": "stat-display"
2655
2657
  },
2656
2658
  {
2657
- "type": "stat-display",
2658
2659
  "label": "TotalExpenses",
2660
+ "type": "stat-display",
2659
2661
  "value": [
2660
2662
  "object/get",
2661
2663
  [
@@ -2666,8 +2668,6 @@
2666
2668
  ]
2667
2669
  },
2668
2670
  {
2669
- "type": "stat-display",
2670
- "label": "Balance",
2671
2671
  "value": [
2672
2672
  "object/get",
2673
2673
  [
@@ -2675,10 +2675,12 @@
2675
2675
  "@entity"
2676
2676
  ],
2677
2677
  "balance"
2678
- ]
2678
+ ],
2679
+ "type": "stat-display",
2680
+ "label": "Balance"
2679
2681
  },
2680
2682
  {
2681
- "label": "SavingsRate",
2683
+ "type": "stat-display",
2682
2684
  "value": [
2683
2685
  "object/get",
2684
2686
  [
@@ -2687,110 +2689,108 @@
2687
2689
  ],
2688
2690
  "savingsRate"
2689
2691
  ],
2690
- "type": "stat-display"
2692
+ "label": "SavingsRate"
2691
2693
  }
2692
- ],
2693
- "cols": 3.0,
2694
- "type": "simple-grid"
2694
+ ]
2695
2695
  }
2696
2696
  ],
2697
- "type": "box"
2697
+ "padding": "md"
2698
2698
  },
2699
2699
  {
2700
2700
  "type": "divider"
2701
2701
  },
2702
2702
  {
2703
- "gap": "md",
2704
2703
  "type": "grid",
2704
+ "cols": 2.0,
2705
+ "gap": "md",
2705
2706
  "children": [
2706
2707
  {
2707
- "type": "card",
2708
2708
  "children": [
2709
2709
  {
2710
- "type": "typography",
2711
2710
  "content": "Chart View",
2711
+ "type": "typography",
2712
2712
  "variant": "caption"
2713
2713
  }
2714
- ]
2714
+ ],
2715
+ "type": "card"
2715
2716
  },
2716
2717
  {
2717
2718
  "children": [
2718
2719
  {
2719
- "variant": "caption",
2720
+ "type": "typography",
2720
2721
  "content": "Graph View",
2721
- "type": "typography"
2722
+ "variant": "caption"
2722
2723
  }
2723
2724
  ],
2724
2725
  "type": "card"
2725
2726
  }
2726
- ],
2727
- "cols": 2.0
2727
+ ]
2728
2728
  },
2729
2729
  {
2730
+ "type": "line-chart",
2730
2731
  "data": [
2731
2732
  {
2732
- "value": 12.0,
2733
- "date": "Jan"
2733
+ "date": "Jan",
2734
+ "value": 12.0
2734
2735
  },
2735
2736
  {
2736
2737
  "date": "Feb",
2737
2738
  "value": 19.0
2738
2739
  },
2739
2740
  {
2740
- "value": 15.0,
2741
- "date": "Mar"
2741
+ "date": "Mar",
2742
+ "value": 15.0
2742
2743
  },
2743
2744
  {
2744
2745
  "date": "Apr",
2745
2746
  "value": 25.0
2746
2747
  },
2747
2748
  {
2748
- "date": "May",
2749
- "value": 22.0
2749
+ "value": 22.0,
2750
+ "date": "May"
2750
2751
  },
2751
2752
  {
2752
- "date": "Jun",
2753
- "value": 30.0
2753
+ "value": 30.0,
2754
+ "date": "Jun"
2754
2755
  }
2755
- ],
2756
- "type": "line-chart"
2756
+ ]
2757
2757
  },
2758
2758
  {
2759
- "type": "chart-legend",
2760
2759
  "items": [
2761
2760
  {
2762
- "color": "primary",
2763
- "label": "Current"
2761
+ "label": "Current",
2762
+ "color": "primary"
2764
2763
  },
2765
2764
  {
2766
- "color": "muted",
2767
- "label": "Previous"
2765
+ "label": "Previous",
2766
+ "color": "muted"
2768
2767
  }
2769
- ]
2768
+ ],
2769
+ "type": "chart-legend"
2770
2770
  },
2771
2771
  {
2772
2772
  "nodes": [
2773
2773
  {
2774
+ "id": "a",
2774
2775
  "label": "Start",
2775
2776
  "y": 100.0,
2776
- "x": 50.0,
2777
- "id": "a"
2777
+ "x": 50.0
2778
2778
  },
2779
2779
  {
2780
- "y": 50.0,
2781
2780
  "label": "Process",
2782
- "x": 200.0,
2783
- "id": "b"
2781
+ "id": "b",
2782
+ "y": 50.0,
2783
+ "x": 200.0
2784
2784
  },
2785
2785
  {
2786
- "y": 100.0,
2787
2786
  "id": "c",
2788
2787
  "label": "End",
2789
- "x": 350.0
2788
+ "x": 350.0,
2789
+ "y": 100.0
2790
2790
  }
2791
2791
  ],
2792
- "height": 200.0,
2793
2792
  "width": 400.0,
2793
+ "height": 200.0,
2794
2794
  "edges": [
2795
2795
  {
2796
2796
  "from": "a",
@@ -2804,12 +2804,12 @@
2804
2804
  "type": "graph-view"
2805
2805
  }
2806
2806
  ],
2807
+ "gap": "lg",
2807
2808
  "direction": "vertical"
2808
2809
  }
2809
2810
  ]
2810
2811
  }
2811
- ],
2812
- "appName": "Finance Tracker"
2812
+ ]
2813
2813
  }
2814
2814
  ]
2815
2815
  ]
@@ -2824,8 +2824,8 @@
2824
2824
  "FinanceSummary",
2825
2825
  {
2826
2826
  "emit": {
2827
- "failure": "FinanceSummaryLoadFailed",
2828
- "success": "FinanceSummaryLoaded"
2827
+ "success": "FinanceSummaryLoaded",
2828
+ "failure": "FinanceSummaryLoadFailed"
2829
2829
  }
2830
2830
  }
2831
2831
  ],
@@ -2833,12 +2833,11 @@
2833
2833
  "render-ui",
2834
2834
  "main",
2835
2835
  {
2836
- "type": "dashboard-layout",
2837
2836
  "children": [
2838
2837
  {
2838
+ "type": "scaled-diagram",
2839
2839
  "children": [
2840
2840
  {
2841
- "gap": "lg",
2842
2841
  "children": [
2843
2842
  {
2844
2843
  "type": "breadcrumb",
@@ -2855,31 +2854,31 @@
2855
2854
  {
2856
2855
  "direction": "horizontal",
2857
2856
  "gap": "md",
2858
- "justify": "between",
2859
2857
  "type": "stack",
2858
+ "justify": "between",
2860
2859
  "children": [
2861
2860
  {
2862
- "gap": "md",
2863
- "direction": "horizontal",
2864
- "type": "stack",
2865
2861
  "children": [
2866
2862
  {
2867
- "type": "icon",
2868
- "name": "pie-chart"
2863
+ "name": "pie-chart",
2864
+ "type": "icon"
2869
2865
  },
2870
2866
  {
2871
2867
  "content": "Financial Summary",
2872
- "type": "typography",
2873
- "variant": "h2"
2868
+ "variant": "h2",
2869
+ "type": "typography"
2874
2870
  }
2875
- ]
2871
+ ],
2872
+ "direction": "horizontal",
2873
+ "gap": "md",
2874
+ "type": "stack"
2876
2875
  },
2877
2876
  {
2878
- "label": "Refresh",
2877
+ "icon": "refresh-cw",
2879
2878
  "action": "REFRESH",
2880
2879
  "type": "button",
2881
2880
  "variant": "secondary",
2882
- "icon": "refresh-cw"
2881
+ "label": "Refresh"
2883
2882
  }
2884
2883
  ]
2885
2884
  },
@@ -2887,12 +2886,12 @@
2887
2886
  "type": "divider"
2888
2887
  },
2889
2888
  {
2889
+ "type": "box",
2890
2890
  "children": [
2891
2891
  {
2892
2892
  "cols": 3.0,
2893
2893
  "children": [
2894
2894
  {
2895
- "type": "stat-display",
2896
2895
  "label": "TotalIncome",
2897
2896
  "value": [
2898
2897
  "object/get",
@@ -2901,9 +2900,11 @@
2901
2900
  "@entity"
2902
2901
  ],
2903
2902
  "totalIncome"
2904
- ]
2903
+ ],
2904
+ "type": "stat-display"
2905
2905
  },
2906
2906
  {
2907
+ "label": "TotalExpenses",
2907
2908
  "value": [
2908
2909
  "object/get",
2909
2910
  [
@@ -2912,10 +2913,10 @@
2912
2913
  ],
2913
2914
  "totalExpenses"
2914
2915
  ],
2915
- "type": "stat-display",
2916
- "label": "TotalExpenses"
2916
+ "type": "stat-display"
2917
2917
  },
2918
2918
  {
2919
+ "label": "Balance",
2919
2920
  "value": [
2920
2921
  "object/get",
2921
2922
  [
@@ -2924,7 +2925,6 @@
2924
2925
  ],
2925
2926
  "balance"
2926
2927
  ],
2927
- "label": "Balance",
2928
2928
  "type": "stat-display"
2929
2929
  },
2930
2930
  {
@@ -2943,38 +2943,37 @@
2943
2943
  "type": "simple-grid"
2944
2944
  }
2945
2945
  ],
2946
- "type": "box",
2947
2946
  "padding": "md"
2948
2947
  },
2949
2948
  {
2950
2949
  "type": "divider"
2951
2950
  },
2952
2951
  {
2953
- "gap": "md",
2954
- "cols": 2.0,
2955
2952
  "children": [
2956
2953
  {
2954
+ "type": "card",
2957
2955
  "children": [
2958
2956
  {
2959
- "variant": "caption",
2960
2957
  "type": "typography",
2961
- "content": "Chart View"
2958
+ "content": "Chart View",
2959
+ "variant": "caption"
2962
2960
  }
2963
- ],
2964
- "type": "card"
2961
+ ]
2965
2962
  },
2966
2963
  {
2967
2964
  "children": [
2968
2965
  {
2969
- "variant": "caption",
2966
+ "content": "Graph View",
2970
2967
  "type": "typography",
2971
- "content": "Graph View"
2968
+ "variant": "caption"
2972
2969
  }
2973
2970
  ],
2974
2971
  "type": "card"
2975
2972
  }
2976
2973
  ],
2977
- "type": "grid"
2974
+ "type": "grid",
2975
+ "cols": 2.0,
2976
+ "gap": "md"
2978
2977
  },
2979
2978
  {
2980
2979
  "type": "line-chart",
@@ -2984,101 +2983,102 @@
2984
2983
  "date": "Jan"
2985
2984
  },
2986
2985
  {
2987
- "value": 19.0,
2988
- "date": "Feb"
2986
+ "date": "Feb",
2987
+ "value": 19.0
2989
2988
  },
2990
2989
  {
2991
- "value": 15.0,
2992
- "date": "Mar"
2990
+ "date": "Mar",
2991
+ "value": 15.0
2993
2992
  },
2994
2993
  {
2995
2994
  "date": "Apr",
2996
2995
  "value": 25.0
2997
2996
  },
2998
2997
  {
2999
- "value": 22.0,
3000
- "date": "May"
2998
+ "date": "May",
2999
+ "value": 22.0
3001
3000
  },
3002
3001
  {
3003
- "value": 30.0,
3004
- "date": "Jun"
3002
+ "date": "Jun",
3003
+ "value": 30.0
3005
3004
  }
3006
3005
  ]
3007
3006
  },
3008
3007
  {
3009
- "type": "chart-legend",
3010
3008
  "items": [
3011
3009
  {
3012
- "color": "primary",
3013
- "label": "Current"
3010
+ "label": "Current",
3011
+ "color": "primary"
3014
3012
  },
3015
3013
  {
3016
- "color": "muted",
3017
- "label": "Previous"
3014
+ "label": "Previous",
3015
+ "color": "muted"
3018
3016
  }
3019
- ]
3017
+ ],
3018
+ "type": "chart-legend"
3020
3019
  },
3021
3020
  {
3021
+ "type": "graph-view",
3022
+ "width": 400.0,
3022
3023
  "nodes": [
3023
3024
  {
3024
3025
  "y": 100.0,
3025
3026
  "id": "a",
3026
- "label": "Start",
3027
- "x": 50.0
3027
+ "x": 50.0,
3028
+ "label": "Start"
3028
3029
  },
3029
3030
  {
3030
- "id": "b",
3031
+ "x": 200.0,
3031
3032
  "label": "Process",
3032
- "y": 50.0,
3033
- "x": 200.0
3033
+ "id": "b",
3034
+ "y": 50.0
3034
3035
  },
3035
3036
  {
3036
- "id": "c",
3037
- "y": 100.0,
3037
+ "x": 350.0,
3038
3038
  "label": "End",
3039
- "x": 350.0
3039
+ "y": 100.0,
3040
+ "id": "c"
3040
3041
  }
3041
3042
  ],
3042
- "width": 400.0,
3043
3043
  "height": 200.0,
3044
- "type": "graph-view",
3045
3044
  "edges": [
3046
3045
  {
3047
- "to": "b",
3048
- "from": "a"
3046
+ "from": "a",
3047
+ "to": "b"
3049
3048
  },
3050
3049
  {
3051
- "to": "c",
3052
- "from": "b"
3050
+ "from": "b",
3051
+ "to": "c"
3053
3052
  }
3054
3053
  ]
3055
3054
  }
3056
3055
  ],
3057
3056
  "direction": "vertical",
3057
+ "gap": "lg",
3058
3058
  "type": "stack"
3059
3059
  }
3060
- ],
3061
- "type": "scaled-diagram"
3060
+ ]
3062
3061
  }
3063
3062
  ],
3063
+ "appName": "Finance Tracker",
3064
3064
  "navItems": [
3065
3065
  {
3066
- "label": "Transactions",
3066
+ "icon": "dollar-sign",
3067
3067
  "href": "/transactions",
3068
- "icon": "dollar-sign"
3068
+ "label": "Transactions"
3069
3069
  },
3070
3070
  {
3071
- "href": "/summary",
3072
3071
  "icon": "layout-list",
3072
+ "href": "/summary",
3073
3073
  "label": "Summary"
3074
3074
  },
3075
3075
  {
3076
- "href": "/reports",
3077
3076
  "icon": "bar-chart",
3077
+ "href": "/reports",
3078
3078
  "label": "Reports"
3079
3079
  }
3080
3080
  ],
3081
- "appName": "Finance Tracker"
3081
+ "type": "dashboard-layout"
3082
3082
  }
3083
3083
  ]
3084
3084
  ]
@@ -3246,73 +3246,64 @@
3246
3246
  "render-ui",
3247
3247
  "main",
3248
3248
  {
3249
- "navItems": [
3250
- {
3251
- "label": "Transactions",
3252
- "href": "/transactions",
3253
- "icon": "dollar-sign"
3254
- },
3255
- {
3256
- "label": "Summary",
3257
- "icon": "layout-list",
3258
- "href": "/summary"
3259
- },
3260
- {
3261
- "label": "Reports",
3262
- "href": "/reports",
3263
- "icon": "bar-chart"
3264
- }
3265
- ],
3266
- "appName": "Finance Tracker",
3267
- "type": "dashboard-layout",
3268
3249
  "children": [
3269
3250
  {
3251
+ "direction": "vertical",
3252
+ "gap": "lg",
3253
+ "type": "stack",
3254
+ "className": "max-w-5xl mx-auto w-full",
3270
3255
  "children": [
3271
3256
  {
3272
- "direction": "horizontal",
3273
- "gap": "md",
3274
- "justify": "between",
3275
3257
  "align": "center",
3276
3258
  "children": [
3277
3259
  {
3278
- "direction": "horizontal",
3279
3260
  "gap": "sm",
3280
- "type": "stack",
3281
- "align": "center",
3282
3261
  "children": [
3283
3262
  {
3284
- "type": "icon",
3285
- "name": "file-text"
3263
+ "name": "file-text",
3264
+ "type": "icon"
3286
3265
  },
3287
3266
  {
3288
- "variant": "h2",
3289
3267
  "type": "typography",
3268
+ "variant": "h2",
3290
3269
  "content": "Reports"
3291
3270
  }
3292
- ]
3271
+ ],
3272
+ "type": "stack",
3273
+ "direction": "horizontal",
3274
+ "align": "center"
3293
3275
  },
3294
3276
  {
3295
3277
  "gap": "sm",
3296
- "direction": "horizontal",
3278
+ "type": "stack",
3297
3279
  "children": [
3298
3280
  {
3299
3281
  "variant": "primary",
3300
- "action": "CREATE",
3301
- "type": "button",
3282
+ "icon": "plus",
3302
3283
  "label": "Create FinanceReport",
3303
- "icon": "plus"
3284
+ "type": "button",
3285
+ "action": "CREATE"
3304
3286
  }
3305
3287
  ],
3306
- "type": "stack"
3288
+ "direction": "horizontal"
3307
3289
  }
3308
3290
  ],
3291
+ "direction": "horizontal",
3292
+ "gap": "md",
3293
+ "justify": "between",
3309
3294
  "type": "stack"
3310
3295
  },
3311
3296
  {
3312
3297
  "type": "divider"
3313
3298
  },
3314
3299
  {
3315
- "entity": "FinanceReport",
3300
+ "itemActions": [
3301
+ {
3302
+ "variant": "ghost",
3303
+ "label": "View",
3304
+ "event": "VIEW"
3305
+ }
3306
+ ],
3316
3307
  "type": "data-list",
3317
3308
  "columns": [
3318
3309
  {
@@ -3321,37 +3312,46 @@
3321
3312
  "icon": "file-text"
3322
3313
  },
3323
3314
  {
3324
- "variant": "badge",
3325
- "name": "period"
3315
+ "name": "period",
3316
+ "variant": "badge"
3326
3317
  },
3327
3318
  {
3328
3319
  "variant": "h4",
3329
- "format": "currency",
3330
- "name": "total"
3320
+ "name": "total",
3321
+ "format": "currency"
3331
3322
  },
3332
3323
  {
3333
- "name": "generatedAt",
3334
- "variant": "caption",
3324
+ "label": "Generated",
3335
3325
  "format": "date",
3336
- "label": "Generated"
3337
- }
3338
- ],
3339
- "itemActions": [
3340
- {
3341
- "variant": "ghost",
3342
- "event": "VIEW",
3343
- "label": "View"
3326
+ "variant": "caption",
3327
+ "name": "generatedAt"
3344
3328
  }
3345
3329
  ],
3346
3330
  "variant": "card",
3347
- "fields": [],
3348
- "gap": "sm"
3331
+ "gap": "sm",
3332
+ "entity": "FinanceReport",
3333
+ "fields": []
3349
3334
  }
3350
- ],
3351
- "type": "stack",
3352
- "direction": "vertical",
3353
- "className": "max-w-5xl mx-auto w-full",
3354
- "gap": "lg"
3335
+ ]
3336
+ }
3337
+ ],
3338
+ "type": "dashboard-layout",
3339
+ "appName": "Finance Tracker",
3340
+ "navItems": [
3341
+ {
3342
+ "href": "/transactions",
3343
+ "icon": "dollar-sign",
3344
+ "label": "Transactions"
3345
+ },
3346
+ {
3347
+ "href": "/summary",
3348
+ "label": "Summary",
3349
+ "icon": "layout-list"
3350
+ },
3351
+ {
3352
+ "label": "Reports",
3353
+ "href": "/reports",
3354
+ "icon": "bar-chart"
3355
3355
  }
3356
3356
  ]
3357
3357
  }
@@ -3504,8 +3504,8 @@
3504
3504
  "FinanceReport",
3505
3505
  {
3506
3506
  "emit": {
3507
- "failure": "FinanceReportLoadFailed",
3508
- "success": "FinanceReportLoaded"
3507
+ "success": "FinanceReportLoaded",
3508
+ "failure": "FinanceReportLoadFailed"
3509
3509
  }
3510
3510
  }
3511
3511
  ],
@@ -3513,42 +3513,42 @@
3513
3513
  "render-ui",
3514
3514
  "modal",
3515
3515
  {
3516
- "type": "stack",
3517
3516
  "children": [
3518
3517
  {
3519
3518
  "type": "stack",
3520
3519
  "gap": "sm",
3520
+ "direction": "horizontal",
3521
3521
  "children": [
3522
3522
  {
3523
3523
  "name": "plus-circle",
3524
3524
  "type": "icon"
3525
3525
  },
3526
3526
  {
3527
- "content": "New FinanceReport",
3527
+ "type": "typography",
3528
3528
  "variant": "h3",
3529
- "type": "typography"
3529
+ "content": "New FinanceReport"
3530
3530
  }
3531
- ],
3532
- "direction": "horizontal"
3531
+ ]
3533
3532
  },
3534
3533
  {
3535
3534
  "type": "divider"
3536
3535
  },
3537
3536
  {
3538
- "entity": "FinanceReport",
3539
- "type": "form-section",
3540
- "cancelEvent": "CLOSE",
3541
3537
  "mode": "create",
3542
- "submitEvent": "SAVE",
3543
3538
  "fields": [
3544
3539
  "title",
3545
3540
  "period",
3546
3541
  "total",
3547
3542
  "generatedAt"
3548
- ]
3543
+ ],
3544
+ "type": "form-section",
3545
+ "entity": "FinanceReport",
3546
+ "cancelEvent": "CLOSE",
3547
+ "submitEvent": "SAVE"
3549
3548
  }
3550
3549
  ],
3551
3550
  "gap": "md",
3551
+ "type": "stack",
3552
3552
  "direction": "vertical"
3553
3553
  }
3554
3554
  ]
@@ -3759,48 +3759,49 @@
3759
3759
  "render-ui",
3760
3760
  "modal",
3761
3761
  {
3762
+ "type": "stack",
3763
+ "direction": "vertical",
3764
+ "gap": "md",
3762
3765
  "children": [
3763
3766
  {
3764
- "align": "center",
3767
+ "direction": "horizontal",
3768
+ "gap": "sm",
3765
3769
  "children": [
3766
3770
  {
3767
3771
  "type": "icon",
3768
3772
  "name": "eye"
3769
3773
  },
3770
3774
  {
3771
- "variant": "h3",
3775
+ "type": "typography",
3772
3776
  "content": "@entity.title",
3773
- "type": "typography"
3777
+ "variant": "h3"
3774
3778
  }
3775
3779
  ],
3776
- "type": "stack",
3777
- "direction": "horizontal",
3778
- "gap": "sm"
3780
+ "align": "center",
3781
+ "type": "stack"
3779
3782
  },
3780
3783
  {
3781
3784
  "type": "divider"
3782
3785
  },
3783
3786
  {
3784
3787
  "direction": "horizontal",
3788
+ "gap": "md",
3789
+ "type": "stack",
3785
3790
  "children": [
3786
3791
  {
3792
+ "variant": "caption",
3787
3793
  "content": "Title",
3788
- "type": "typography",
3789
- "variant": "caption"
3794
+ "type": "typography"
3790
3795
  },
3791
3796
  {
3792
- "variant": "body",
3797
+ "type": "typography",
3793
3798
  "content": "@entity.title",
3794
- "type": "typography"
3799
+ "variant": "body"
3795
3800
  }
3796
- ],
3797
- "type": "stack",
3798
- "gap": "md"
3801
+ ]
3799
3802
  },
3800
3803
  {
3801
3804
  "direction": "horizontal",
3802
- "gap": "md",
3803
- "type": "stack",
3804
3805
  "children": [
3805
3806
  {
3806
3807
  "type": "typography",
@@ -3809,66 +3810,65 @@
3809
3810
  },
3810
3811
  {
3811
3812
  "type": "typography",
3812
- "content": "@entity.period",
3813
- "variant": "body"
3813
+ "variant": "body",
3814
+ "content": "@entity.period"
3814
3815
  }
3815
- ]
3816
+ ],
3817
+ "gap": "md",
3818
+ "type": "stack"
3816
3819
  },
3817
3820
  {
3818
- "gap": "md",
3819
3821
  "children": [
3820
3822
  {
3821
- "variant": "caption",
3822
3823
  "type": "typography",
3824
+ "variant": "caption",
3823
3825
  "content": "Total"
3824
3826
  },
3825
3827
  {
3826
- "type": "typography",
3828
+ "content": "@entity.total",
3827
3829
  "variant": "body",
3828
- "content": "@entity.total"
3830
+ "type": "typography"
3829
3831
  }
3830
3832
  ],
3833
+ "gap": "md",
3831
3834
  "type": "stack",
3832
3835
  "direction": "horizontal"
3833
3836
  },
3834
3837
  {
3838
+ "type": "stack",
3839
+ "gap": "md",
3835
3840
  "children": [
3836
3841
  {
3837
- "type": "typography",
3842
+ "content": "Generated At",
3838
3843
  "variant": "caption",
3839
- "content": "Generated At"
3844
+ "type": "typography"
3840
3845
  },
3841
3846
  {
3847
+ "type": "typography",
3842
3848
  "content": "@entity.generatedAt",
3843
- "variant": "body",
3844
- "type": "typography"
3849
+ "variant": "body"
3845
3850
  }
3846
3851
  ],
3847
- "gap": "md",
3848
- "type": "stack",
3849
3852
  "direction": "horizontal"
3850
3853
  },
3851
3854
  {
3852
3855
  "type": "divider"
3853
3856
  },
3854
3857
  {
3855
- "type": "stack",
3856
3858
  "justify": "end",
3857
3859
  "gap": "sm",
3858
- "direction": "horizontal",
3860
+ "type": "stack",
3859
3861
  "children": [
3860
3862
  {
3861
- "action": "CLOSE",
3862
- "variant": "ghost",
3863
3863
  "type": "button",
3864
- "label": "Close"
3864
+ "label": "Close",
3865
+ "variant": "ghost",
3866
+ "action": "CLOSE"
3865
3867
  }
3866
- ]
3868
+ ],
3869
+ "direction": "horizontal"
3867
3870
  }
3868
- ],
3869
- "type": "stack",
3870
- "direction": "vertical",
3871
- "gap": "md"
3871
+ ]
3872
3872
  }
3873
3873
  ]
3874
3874
  ]