@almadar/std 3.2.2 → 3.3.4

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 (343) hide show
  1. package/LICENSE +72 -21
  2. package/README.md +1 -1
  3. package/behaviors/exports/atoms/std-browse.orb +38 -45
  4. package/behaviors/exports/atoms/std-calendar.orb +770 -0
  5. package/behaviors/exports/atoms/std-combat-log.orb +12 -12
  6. package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
  7. package/behaviors/exports/atoms/std-display.orb +1175 -510
  8. package/behaviors/exports/atoms/std-drawer.orb +235 -133
  9. package/behaviors/exports/atoms/std-flip-card.orb +596 -0
  10. package/behaviors/exports/atoms/std-gallery.orb +382 -0
  11. package/behaviors/exports/atoms/std-game-audio.orb +9 -9
  12. package/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
  13. package/behaviors/exports/atoms/std-game-hud.orb +10 -10
  14. package/behaviors/exports/atoms/std-game-menu.orb +12 -12
  15. package/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
  16. package/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
  17. package/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
  18. package/behaviors/exports/atoms/std-loading.orb +131 -103
  19. package/behaviors/exports/atoms/std-modal.orb +5 -24
  20. package/behaviors/exports/atoms/std-notification.orb +71 -0
  21. package/behaviors/exports/atoms/std-pagination.orb +32 -40
  22. package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
  23. package/behaviors/exports/atoms/std-rating.orb +328 -0
  24. package/behaviors/exports/atoms/std-score-board.orb +9 -9
  25. package/behaviors/exports/atoms/std-score.orb +41 -0
  26. package/behaviors/exports/atoms/std-search.orb +44 -30
  27. package/behaviors/exports/atoms/std-selection.orb +30 -24
  28. package/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
  29. package/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
  30. package/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
  31. package/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
  32. package/behaviors/exports/atoms/std-service-email.orb +540 -0
  33. package/behaviors/exports/atoms/std-service-github.orb +586 -0
  34. package/behaviors/exports/atoms/std-service-llm.orb +671 -0
  35. package/behaviors/exports/atoms/std-service-oauth.orb +764 -0
  36. package/behaviors/exports/atoms/std-service-redis.orb +580 -0
  37. package/behaviors/exports/atoms/std-service-storage.orb +664 -0
  38. package/behaviors/exports/atoms/std-service-stripe.orb +639 -0
  39. package/behaviors/exports/atoms/std-service-twilio.orb +611 -0
  40. package/behaviors/exports/atoms/std-service-youtube.orb +696 -0
  41. package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
  42. package/behaviors/exports/atoms/std-sort.orb +82 -60
  43. package/behaviors/exports/atoms/std-sprite.orb +17 -17
  44. package/behaviors/exports/atoms/std-text-effects.orb +658 -0
  45. package/behaviors/exports/atoms/std-theme.orb +573 -0
  46. package/behaviors/exports/atoms/std-upload.orb +535 -0
  47. package/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
  48. package/behaviors/exports/atoms/std-wizard.orb +664 -224
  49. package/behaviors/exports/molecules/std-builder-game.orb +43 -3
  50. package/behaviors/exports/molecules/std-cart.orb +319 -101
  51. package/behaviors/exports/molecules/std-classifier-game.orb +43 -3
  52. package/behaviors/exports/molecules/std-debugger-game.orb +43 -3
  53. package/behaviors/exports/molecules/std-detail.orb +46 -49
  54. package/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
  55. package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  56. package/behaviors/exports/molecules/std-geospatial.orb +48 -48
  57. package/behaviors/exports/molecules/std-inventory.orb +70 -50
  58. package/behaviors/exports/molecules/std-list.orb +174 -197
  59. package/behaviors/exports/molecules/std-messaging.orb +35 -50
  60. package/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
  61. package/behaviors/exports/molecules/std-platformer-game.orb +18 -2
  62. package/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
  63. package/behaviors/exports/molecules/std-quiz.orb +1069 -0
  64. package/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
  65. package/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
  66. package/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
  67. package/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  68. package/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
  69. package/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
  70. package/behaviors/exports/molecules/std-simulator-game.orb +43 -3
  71. package/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
  72. package/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
  73. package/behaviors/exports/organisms/std-arcade-game.orb +377 -265
  74. package/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
  75. package/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
  76. package/behaviors/exports/organisms/std-cms.orb +929 -822
  77. package/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
  78. package/behaviors/exports/organisms/std-crm.orb +2302 -1282
  79. package/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
  80. package/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
  81. package/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
  82. package/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
  83. package/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
  84. package/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
  85. package/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
  86. package/behaviors/exports/organisms/std-lms.orb +2495 -1435
  87. package/behaviors/exports/organisms/std-logic-training.orb +220 -66
  88. package/behaviors/exports/organisms/std-platformer-app.orb +345 -214
  89. package/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
  90. package/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
  91. package/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
  92. package/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
  93. package/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
  94. package/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
  95. package/behaviors/exports/organisms/std-social-feed.orb +184 -172
  96. package/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
  97. package/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
  98. package/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
  99. package/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
  100. package/behaviors/exports/validation-report.json +0 -747
  101. package/dist/behaviors/exports/atoms/std-browse.orb +38 -45
  102. package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
  103. package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
  104. package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
  105. package/dist/behaviors/exports/atoms/std-display.orb +1175 -510
  106. package/dist/behaviors/exports/atoms/std-drawer.orb +235 -133
  107. package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
  108. package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
  109. package/dist/behaviors/exports/atoms/std-game-audio.orb +9 -9
  110. package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
  111. package/dist/behaviors/exports/atoms/std-game-hud.orb +10 -10
  112. package/dist/behaviors/exports/atoms/std-game-menu.orb +12 -12
  113. package/dist/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
  114. package/dist/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
  115. package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
  116. package/dist/behaviors/exports/atoms/std-loading.orb +131 -103
  117. package/dist/behaviors/exports/atoms/std-modal.orb +5 -24
  118. package/dist/behaviors/exports/atoms/std-notification.orb +71 -0
  119. package/dist/behaviors/exports/atoms/std-pagination.orb +32 -40
  120. package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
  121. package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
  122. package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
  123. package/dist/behaviors/exports/atoms/std-score.orb +41 -0
  124. package/dist/behaviors/exports/atoms/std-search.orb +44 -30
  125. package/dist/behaviors/exports/atoms/std-selection.orb +30 -24
  126. package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
  127. package/dist/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
  128. package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
  129. package/dist/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
  130. package/dist/behaviors/exports/atoms/std-service-email.orb +540 -0
  131. package/dist/behaviors/exports/atoms/std-service-github.orb +586 -0
  132. package/dist/behaviors/exports/atoms/std-service-llm.orb +671 -0
  133. package/dist/behaviors/exports/atoms/std-service-oauth.orb +764 -0
  134. package/dist/behaviors/exports/atoms/std-service-redis.orb +580 -0
  135. package/dist/behaviors/exports/atoms/std-service-storage.orb +664 -0
  136. package/dist/behaviors/exports/atoms/std-service-stripe.orb +639 -0
  137. package/dist/behaviors/exports/atoms/std-service-twilio.orb +611 -0
  138. package/dist/behaviors/exports/atoms/std-service-youtube.orb +696 -0
  139. package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
  140. package/dist/behaviors/exports/atoms/std-sort.orb +82 -60
  141. package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
  142. package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
  143. package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
  144. package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
  145. package/dist/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
  146. package/dist/behaviors/exports/atoms/std-wizard.orb +664 -224
  147. package/dist/behaviors/exports/molecules/std-builder-game.orb +43 -3
  148. package/dist/behaviors/exports/molecules/std-cart.orb +319 -101
  149. package/dist/behaviors/exports/molecules/std-classifier-game.orb +43 -3
  150. package/dist/behaviors/exports/molecules/std-debugger-game.orb +43 -3
  151. package/dist/behaviors/exports/molecules/std-detail.orb +46 -49
  152. package/dist/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
  153. package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
  154. package/dist/behaviors/exports/molecules/std-geospatial.orb +48 -48
  155. package/dist/behaviors/exports/molecules/std-inventory.orb +70 -50
  156. package/dist/behaviors/exports/molecules/std-list.orb +174 -197
  157. package/dist/behaviors/exports/molecules/std-messaging.orb +35 -50
  158. package/dist/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
  159. package/dist/behaviors/exports/molecules/std-platformer-game.orb +18 -2
  160. package/dist/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
  161. package/dist/behaviors/exports/molecules/std-quiz.orb +1069 -0
  162. package/dist/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
  163. package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
  164. package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
  165. package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  166. package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
  167. package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
  168. package/dist/behaviors/exports/molecules/std-simulator-game.orb +43 -3
  169. package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
  170. package/dist/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
  171. package/dist/behaviors/exports/organisms/std-arcade-game.orb +377 -265
  172. package/dist/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
  173. package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
  174. package/dist/behaviors/exports/organisms/std-cms.orb +929 -822
  175. package/dist/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
  176. package/dist/behaviors/exports/organisms/std-crm.orb +2302 -1282
  177. package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
  178. package/dist/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
  179. package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
  180. package/dist/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
  181. package/dist/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
  182. package/dist/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
  183. package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
  184. package/dist/behaviors/exports/organisms/std-lms.orb +2495 -1435
  185. package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
  186. package/dist/behaviors/exports/organisms/std-platformer-app.orb +345 -214
  187. package/dist/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
  188. package/dist/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
  189. package/dist/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
  190. package/dist/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
  191. package/dist/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
  192. package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
  193. package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -172
  194. package/dist/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
  195. package/dist/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
  196. package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
  197. package/dist/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
  198. package/dist/behaviors/exports/validation-report.json +0 -747
  199. package/dist/behaviors/functions/index.d.ts +931 -1
  200. package/dist/behaviors/functions/index.js +12511 -4634
  201. package/dist/behaviors/functions/index.js.map +1 -1
  202. package/dist/behaviors/index.d.ts +1 -1
  203. package/dist/behaviors/index.js +12434 -4557
  204. package/dist/behaviors/index.js.map +1 -1
  205. package/dist/exports/atoms/std-browse.orb +38 -45
  206. package/dist/exports/atoms/std-calendar.orb +770 -0
  207. package/dist/exports/atoms/std-combat-log.orb +12 -12
  208. package/dist/exports/atoms/std-dialogue-box.orb +11 -11
  209. package/dist/exports/atoms/std-display.orb +1175 -510
  210. package/dist/exports/atoms/std-drawer.orb +235 -133
  211. package/dist/exports/atoms/std-flip-card.orb +596 -0
  212. package/dist/exports/atoms/std-gallery.orb +382 -0
  213. package/dist/exports/atoms/std-game-audio.orb +9 -9
  214. package/dist/exports/atoms/std-game-canvas3d.orb +24 -24
  215. package/dist/exports/atoms/std-game-hud.orb +10 -10
  216. package/dist/exports/atoms/std-game-menu.orb +12 -12
  217. package/dist/exports/atoms/std-game-over-screen.orb +9 -9
  218. package/dist/exports/atoms/std-inventory-panel.orb +13 -13
  219. package/dist/exports/atoms/std-isometric-canvas.orb +9 -9
  220. package/dist/exports/atoms/std-loading.orb +131 -103
  221. package/dist/exports/atoms/std-modal.orb +5 -24
  222. package/dist/exports/atoms/std-notification.orb +71 -0
  223. package/dist/exports/atoms/std-pagination.orb +32 -40
  224. package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
  225. package/dist/exports/atoms/std-rating.orb +328 -0
  226. package/dist/exports/atoms/std-score-board.orb +9 -9
  227. package/dist/exports/atoms/std-score.orb +41 -0
  228. package/dist/exports/atoms/std-search.orb +44 -30
  229. package/dist/exports/atoms/std-selection.orb +30 -24
  230. package/dist/exports/atoms/std-service-custom-bearer.orb +557 -0
  231. package/dist/exports/atoms/std-service-custom-header.orb +559 -0
  232. package/dist/exports/atoms/std-service-custom-noauth.orb +553 -0
  233. package/dist/exports/atoms/std-service-custom-query.orb +559 -0
  234. package/dist/exports/atoms/std-service-email.orb +540 -0
  235. package/dist/exports/atoms/std-service-github.orb +586 -0
  236. package/dist/exports/atoms/std-service-llm.orb +671 -0
  237. package/dist/exports/atoms/std-service-oauth.orb +764 -0
  238. package/dist/exports/atoms/std-service-redis.orb +580 -0
  239. package/dist/exports/atoms/std-service-storage.orb +664 -0
  240. package/dist/exports/atoms/std-service-stripe.orb +639 -0
  241. package/dist/exports/atoms/std-service-twilio.orb +611 -0
  242. package/dist/exports/atoms/std-service-youtube.orb +696 -0
  243. package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
  244. package/dist/exports/atoms/std-sort.orb +82 -60
  245. package/dist/exports/atoms/std-sprite.orb +17 -17
  246. package/dist/exports/atoms/std-text-effects.orb +658 -0
  247. package/dist/exports/atoms/std-theme.orb +573 -0
  248. package/dist/exports/atoms/std-upload.orb +535 -0
  249. package/dist/exports/atoms/std-validate-on-save.orb +623 -0
  250. package/dist/exports/atoms/std-wizard.orb +664 -224
  251. package/dist/exports/molecules/std-builder-game.orb +43 -3
  252. package/dist/exports/molecules/std-cart.orb +319 -101
  253. package/dist/exports/molecules/std-classifier-game.orb +43 -3
  254. package/dist/exports/molecules/std-debugger-game.orb +43 -3
  255. package/dist/exports/molecules/std-detail.orb +46 -49
  256. package/dist/exports/molecules/std-event-handler-game.orb +43 -3
  257. package/dist/exports/molecules/std-form-advanced.orb +654 -0
  258. package/dist/exports/molecules/std-geospatial.orb +48 -48
  259. package/dist/exports/molecules/std-inventory.orb +70 -50
  260. package/dist/exports/molecules/std-list.orb +174 -197
  261. package/dist/exports/molecules/std-messaging.orb +35 -50
  262. package/dist/exports/molecules/std-negotiator-game.orb +43 -3
  263. package/dist/exports/molecules/std-platformer-game.orb +18 -2
  264. package/dist/exports/molecules/std-puzzle-game.orb +32 -6
  265. package/dist/exports/molecules/std-quiz.orb +1069 -0
  266. package/dist/exports/molecules/std-sequencer-game.orb +43 -3
  267. package/dist/exports/molecules/std-service-content-pipeline.orb +915 -0
  268. package/dist/exports/molecules/std-service-custom-api-tester.orb +860 -0
  269. package/dist/exports/molecules/std-service-devops-toolkit.orb +1526 -0
  270. package/dist/exports/molecules/std-service-notification-hub.orb +696 -0
  271. package/dist/exports/molecules/std-service-payment-flow.orb +873 -0
  272. package/dist/exports/molecules/std-simulator-game.orb +43 -3
  273. package/dist/exports/molecules/std-turn-based-battle.orb +26 -0
  274. package/dist/exports/organisms/std-api-gateway.orb +2326 -1320
  275. package/dist/exports/organisms/std-arcade-game.orb +377 -265
  276. package/dist/exports/organisms/std-booking-system.orb +3144 -1855
  277. package/dist/exports/organisms/std-cicd-pipeline.orb +2107 -1122
  278. package/dist/exports/organisms/std-cms.orb +929 -822
  279. package/dist/exports/organisms/std-coding-academy.orb +1347 -458
  280. package/dist/exports/organisms/std-crm.orb +2302 -1282
  281. package/dist/exports/organisms/std-devops-dashboard.orb +3902 -2005
  282. package/dist/exports/organisms/std-ecommerce.orb +2432 -1630
  283. package/dist/exports/organisms/std-finance-tracker.orb +1674 -846
  284. package/dist/exports/organisms/std-healthcare.orb +3545 -1992
  285. package/dist/exports/organisms/std-helpdesk.orb +1853 -940
  286. package/dist/exports/organisms/std-hr-portal.orb +3249 -1939
  287. package/dist/exports/organisms/std-iot-dashboard.orb +2422 -1418
  288. package/dist/exports/organisms/std-lms.orb +2495 -1435
  289. package/dist/exports/organisms/std-logic-training.orb +220 -66
  290. package/dist/exports/organisms/std-platformer-app.orb +345 -214
  291. package/dist/exports/organisms/std-project-manager.orb +2217 -1190
  292. package/dist/exports/organisms/std-puzzle-app.orb +228 -103
  293. package/dist/exports/organisms/std-realtime-chat.orb +1887 -1051
  294. package/dist/exports/organisms/std-rpg-game.orb +1170 -948
  295. package/dist/exports/organisms/std-service-marketplace.orb +5191 -0
  296. package/dist/exports/organisms/std-service-research-assistant.orb +3568 -0
  297. package/dist/exports/organisms/std-social-feed.orb +184 -172
  298. package/dist/exports/organisms/std-stem-lab.orb +1308 -482
  299. package/dist/exports/organisms/std-strategy-game.orb +1520 -696
  300. package/dist/exports/organisms/std-trading-dashboard.orb +1884 -904
  301. package/dist/exports/test-schemas/os-trigger-simulation.orb +202 -0
  302. package/dist/exports/validation-report.json +0 -747
  303. package/dist/index.d.ts +3 -3
  304. package/dist/index.js +12826 -4799
  305. package/dist/index.js.map +1 -1
  306. package/dist/modules/array.d.ts +1 -1
  307. package/dist/modules/async.d.ts +1 -1
  308. package/dist/modules/contract.d.ts +22 -0
  309. package/dist/modules/contract.js +100 -0
  310. package/dist/modules/contract.js.map +1 -0
  311. package/dist/modules/data.d.ts +22 -0
  312. package/dist/modules/data.js +117 -0
  313. package/dist/modules/data.js.map +1 -0
  314. package/dist/modules/format.d.ts +1 -1
  315. package/dist/modules/graph.d.ts +23 -0
  316. package/dist/modules/graph.js +209 -0
  317. package/dist/modules/graph.js.map +1 -0
  318. package/dist/modules/index.d.ts +5 -1
  319. package/dist/modules/index.js +593 -63
  320. package/dist/modules/index.js.map +1 -1
  321. package/dist/modules/math.d.ts +1 -1
  322. package/dist/modules/nn.d.ts +1 -1
  323. package/dist/modules/nn.js +14 -14
  324. package/dist/modules/nn.js.map +1 -1
  325. package/dist/modules/object.d.ts +1 -1
  326. package/dist/modules/os.d.ts +19 -0
  327. package/dist/modules/os.js +116 -0
  328. package/dist/modules/os.js.map +1 -0
  329. package/dist/modules/prob.d.ts +1 -1
  330. package/dist/modules/str.d.ts +1 -1
  331. package/dist/modules/tensor.d.ts +1 -1
  332. package/dist/modules/tensor.js +29 -29
  333. package/dist/modules/tensor.js.map +1 -1
  334. package/dist/modules/time.d.ts +1 -1
  335. package/dist/modules/train.d.ts +1 -1
  336. package/dist/modules/train.js +19 -19
  337. package/dist/modules/train.js.map +1 -1
  338. package/dist/modules/validate.d.ts +1 -1
  339. package/dist/registry.d.ts +2 -2
  340. package/dist/registry.js +184 -65
  341. package/dist/registry.js.map +1 -1
  342. package/dist/{types-CmNM_IbV.d.ts → types-DOeGXRCm.d.ts} +3 -3
  343. package/package.json +2 -2
@@ -30,7 +30,7 @@
30
30
  },
31
31
  {
32
32
  "name": "date",
33
- "type": "string"
33
+ "type": "date"
34
34
  }
35
35
  ]
36
36
  },
@@ -150,120 +150,125 @@
150
150
  "render-ui",
151
151
  "main",
152
152
  {
153
- "type": "stack",
154
- "direction": "vertical",
155
- "gap": "lg",
153
+ "type": "dashboard-layout",
154
+ "appName": "Finance Tracker",
155
+ "navItems": [
156
+ {
157
+ "label": "Transactions",
158
+ "href": "/transactions",
159
+ "icon": "dollar-sign"
160
+ },
161
+ {
162
+ "label": "Summary",
163
+ "href": "/summary",
164
+ "icon": "layout-list"
165
+ },
166
+ {
167
+ "label": "Reports",
168
+ "href": "/reports",
169
+ "icon": "bar-chart"
170
+ }
171
+ ],
156
172
  "children": [
157
173
  {
158
174
  "type": "stack",
159
- "direction": "horizontal",
160
- "gap": "md",
161
- "justify": "space-between",
175
+ "direction": "vertical",
176
+ "gap": "lg",
177
+ "className": "max-w-5xl mx-auto w-full",
162
178
  "children": [
163
179
  {
164
180
  "type": "stack",
165
181
  "direction": "horizontal",
166
- "gap": "sm",
182
+ "gap": "md",
183
+ "justify": "space-between",
167
184
  "align": "center",
168
- "children": [
169
- {
170
- "type": "icon",
171
- "name": "credit-card",
172
- "size": "lg"
173
- },
174
- {
175
- "type": "typography",
176
- "content": "Transactions",
177
- "variant": "h2"
178
- }
179
- ]
180
- },
181
- {
182
- "type": "stack",
183
- "direction": "horizontal",
184
- "gap": "sm",
185
- "children": [
186
- {
187
- "type": "button",
188
- "label": "Create Transaction",
189
- "event": "CREATE",
190
- "variant": "primary",
191
- "icon": "plus"
192
- }
193
- ]
194
- }
195
- ]
196
- },
197
- {
198
- "type": "divider"
199
- },
200
- {
201
- "type": "data-grid",
202
- "entity": "Transaction",
203
- "emptyIcon": "inbox",
204
- "emptyTitle": "No transactions yet",
205
- "emptyDescription": "Create your first transaction to get started.",
206
- "itemActions": [
207
- {
208
- "label": "View",
209
- "event": "VIEW"
210
- },
211
- {
212
- "label": "Edit",
213
- "event": "EDIT"
214
- },
215
- {
216
- "label": "Delete",
217
- "event": "DELETE",
218
- "variant": "danger"
219
- }
220
- ],
221
- "className": "transition-shadow hover:shadow-md cursor-pointer",
222
- "renderItem": [
223
- "fn",
224
- "item",
225
- {
226
- "type": "stack",
227
- "direction": "vertical",
228
- "gap": "sm",
229
185
  "children": [
230
186
  {
231
187
  "type": "stack",
232
188
  "direction": "horizontal",
233
- "justify": "space-between",
189
+ "gap": "sm",
234
190
  "align": "center",
235
191
  "children": [
236
192
  {
237
- "type": "stack",
238
- "direction": "horizontal",
239
- "gap": "sm",
240
- "align": "center",
241
- "children": [
242
- {
243
- "type": "icon",
244
- "name": "credit-card",
245
- "size": "sm"
246
- },
247
- {
248
- "type": "typography",
249
- "variant": "h4",
250
- "content": "@item.description"
251
- }
252
- ]
193
+ "type": "icon",
194
+ "name": "credit-card",
195
+ "size": "lg"
253
196
  },
254
197
  {
255
- "type": "badge",
256
- "label": "@item.amount"
198
+ "type": "typography",
199
+ "content": "Transactions",
200
+ "variant": "h2"
257
201
  }
258
202
  ]
259
203
  },
260
204
  {
261
- "type": "typography",
262
- "variant": "caption",
263
- "color": "muted",
264
- "content": "@item.category"
205
+ "type": "stack",
206
+ "direction": "horizontal",
207
+ "gap": "sm",
208
+ "children": [
209
+ {
210
+ "type": "button",
211
+ "label": "Create Transaction",
212
+ "event": "CREATE",
213
+ "variant": "primary",
214
+ "icon": "plus"
215
+ }
216
+ ]
265
217
  }
266
218
  ]
219
+ },
220
+ {
221
+ "type": "divider"
222
+ },
223
+ {
224
+ "type": "data-list",
225
+ "entity": "Transaction",
226
+ "emptyIcon": "inbox",
227
+ "emptyTitle": "No transactions yet",
228
+ "emptyDescription": "Record your first transaction.",
229
+ "itemActions": [
230
+ {
231
+ "label": "View",
232
+ "event": "VIEW",
233
+ "variant": "ghost",
234
+ "size": "sm"
235
+ },
236
+ {
237
+ "label": "Edit",
238
+ "event": "EDIT",
239
+ "variant": "ghost",
240
+ "size": "sm"
241
+ },
242
+ {
243
+ "label": "Delete",
244
+ "event": "DELETE",
245
+ "variant": "danger",
246
+ "size": "sm"
247
+ }
248
+ ],
249
+ "columns": [
250
+ {
251
+ "name": "description",
252
+ "variant": "h3",
253
+ "icon": "credit-card"
254
+ },
255
+ {
256
+ "name": "category",
257
+ "variant": "badge"
258
+ },
259
+ {
260
+ "name": "amount",
261
+ "variant": "h4",
262
+ "format": "currency"
263
+ },
264
+ {
265
+ "name": "date",
266
+ "variant": "caption",
267
+ "format": "date"
268
+ }
269
+ ],
270
+ "variant": "card",
271
+ "gap": "sm"
267
272
  }
268
273
  ]
269
274
  }
@@ -387,120 +392,125 @@
387
392
  "render-ui",
388
393
  "main",
389
394
  {
390
- "type": "stack",
391
- "direction": "vertical",
392
- "gap": "lg",
395
+ "type": "dashboard-layout",
396
+ "appName": "Finance Tracker",
397
+ "navItems": [
398
+ {
399
+ "label": "Transactions",
400
+ "href": "/transactions",
401
+ "icon": "dollar-sign"
402
+ },
403
+ {
404
+ "label": "Summary",
405
+ "href": "/summary",
406
+ "icon": "layout-list"
407
+ },
408
+ {
409
+ "label": "Reports",
410
+ "href": "/reports",
411
+ "icon": "bar-chart"
412
+ }
413
+ ],
393
414
  "children": [
394
415
  {
395
416
  "type": "stack",
396
- "direction": "horizontal",
397
- "gap": "md",
398
- "justify": "space-between",
417
+ "direction": "vertical",
418
+ "gap": "lg",
419
+ "className": "max-w-5xl mx-auto w-full",
399
420
  "children": [
400
421
  {
401
422
  "type": "stack",
402
423
  "direction": "horizontal",
403
- "gap": "sm",
424
+ "gap": "md",
425
+ "justify": "space-between",
404
426
  "align": "center",
405
- "children": [
406
- {
407
- "type": "icon",
408
- "name": "credit-card",
409
- "size": "lg"
410
- },
411
- {
412
- "type": "typography",
413
- "content": "Transactions",
414
- "variant": "h2"
415
- }
416
- ]
417
- },
418
- {
419
- "type": "stack",
420
- "direction": "horizontal",
421
- "gap": "sm",
422
- "children": [
423
- {
424
- "type": "button",
425
- "label": "Create Transaction",
426
- "event": "CREATE",
427
- "variant": "primary",
428
- "icon": "plus"
429
- }
430
- ]
431
- }
432
- ]
433
- },
434
- {
435
- "type": "divider"
436
- },
437
- {
438
- "type": "data-grid",
439
- "entity": "Transaction",
440
- "emptyIcon": "inbox",
441
- "emptyTitle": "No transactions yet",
442
- "emptyDescription": "Create your first transaction to get started.",
443
- "itemActions": [
444
- {
445
- "label": "View",
446
- "event": "VIEW"
447
- },
448
- {
449
- "label": "Edit",
450
- "event": "EDIT"
451
- },
452
- {
453
- "label": "Delete",
454
- "event": "DELETE",
455
- "variant": "danger"
456
- }
457
- ],
458
- "className": "transition-shadow hover:shadow-md cursor-pointer",
459
- "renderItem": [
460
- "fn",
461
- "item",
462
- {
463
- "type": "stack",
464
- "direction": "vertical",
465
- "gap": "sm",
466
427
  "children": [
467
428
  {
468
429
  "type": "stack",
469
430
  "direction": "horizontal",
470
- "justify": "space-between",
431
+ "gap": "sm",
471
432
  "align": "center",
472
433
  "children": [
473
434
  {
474
- "type": "stack",
475
- "direction": "horizontal",
476
- "gap": "sm",
477
- "align": "center",
478
- "children": [
479
- {
480
- "type": "icon",
481
- "name": "credit-card",
482
- "size": "sm"
483
- },
484
- {
485
- "type": "typography",
486
- "variant": "h4",
487
- "content": "@item.description"
488
- }
489
- ]
435
+ "type": "icon",
436
+ "name": "credit-card",
437
+ "size": "lg"
490
438
  },
491
439
  {
492
- "type": "badge",
493
- "label": "@item.amount"
440
+ "type": "typography",
441
+ "content": "Transactions",
442
+ "variant": "h2"
494
443
  }
495
444
  ]
496
445
  },
497
446
  {
498
- "type": "typography",
499
- "variant": "caption",
500
- "color": "muted",
501
- "content": "@item.category"
447
+ "type": "stack",
448
+ "direction": "horizontal",
449
+ "gap": "sm",
450
+ "children": [
451
+ {
452
+ "type": "button",
453
+ "label": "Create Transaction",
454
+ "event": "CREATE",
455
+ "variant": "primary",
456
+ "icon": "plus"
457
+ }
458
+ ]
502
459
  }
503
460
  ]
461
+ },
462
+ {
463
+ "type": "divider"
464
+ },
465
+ {
466
+ "type": "data-list",
467
+ "entity": "Transaction",
468
+ "emptyIcon": "inbox",
469
+ "emptyTitle": "No transactions yet",
470
+ "emptyDescription": "Record your first transaction.",
471
+ "itemActions": [
472
+ {
473
+ "label": "View",
474
+ "event": "VIEW",
475
+ "variant": "ghost",
476
+ "size": "sm"
477
+ },
478
+ {
479
+ "label": "Edit",
480
+ "event": "EDIT",
481
+ "variant": "ghost",
482
+ "size": "sm"
483
+ },
484
+ {
485
+ "label": "Delete",
486
+ "event": "DELETE",
487
+ "variant": "danger",
488
+ "size": "sm"
489
+ }
490
+ ],
491
+ "columns": [
492
+ {
493
+ "name": "description",
494
+ "variant": "h3",
495
+ "icon": "credit-card"
496
+ },
497
+ {
498
+ "name": "category",
499
+ "variant": "badge"
500
+ },
501
+ {
502
+ "name": "amount",
503
+ "variant": "h4",
504
+ "format": "currency"
505
+ },
506
+ {
507
+ "name": "date",
508
+ "variant": "caption",
509
+ "format": "date"
510
+ }
511
+ ],
512
+ "variant": "card",
513
+ "gap": "sm"
504
514
  }
505
515
  ]
506
516
  }
@@ -531,120 +541,125 @@
531
541
  "render-ui",
532
542
  "main",
533
543
  {
534
- "type": "stack",
535
- "direction": "vertical",
536
- "gap": "lg",
544
+ "type": "dashboard-layout",
545
+ "appName": "Finance Tracker",
546
+ "navItems": [
547
+ {
548
+ "label": "Transactions",
549
+ "href": "/transactions",
550
+ "icon": "dollar-sign"
551
+ },
552
+ {
553
+ "label": "Summary",
554
+ "href": "/summary",
555
+ "icon": "layout-list"
556
+ },
557
+ {
558
+ "label": "Reports",
559
+ "href": "/reports",
560
+ "icon": "bar-chart"
561
+ }
562
+ ],
537
563
  "children": [
538
564
  {
539
565
  "type": "stack",
540
- "direction": "horizontal",
541
- "gap": "md",
542
- "justify": "space-between",
566
+ "direction": "vertical",
567
+ "gap": "lg",
568
+ "className": "max-w-5xl mx-auto w-full",
543
569
  "children": [
544
570
  {
545
571
  "type": "stack",
546
572
  "direction": "horizontal",
547
- "gap": "sm",
573
+ "gap": "md",
574
+ "justify": "space-between",
548
575
  "align": "center",
549
- "children": [
550
- {
551
- "type": "icon",
552
- "name": "credit-card",
553
- "size": "lg"
554
- },
555
- {
556
- "type": "typography",
557
- "content": "Transactions",
558
- "variant": "h2"
559
- }
560
- ]
561
- },
562
- {
563
- "type": "stack",
564
- "direction": "horizontal",
565
- "gap": "sm",
566
- "children": [
567
- {
568
- "type": "button",
569
- "label": "Create Transaction",
570
- "event": "CREATE",
571
- "variant": "primary",
572
- "icon": "plus"
573
- }
574
- ]
575
- }
576
- ]
577
- },
578
- {
579
- "type": "divider"
580
- },
581
- {
582
- "type": "data-grid",
583
- "entity": "Transaction",
584
- "emptyIcon": "inbox",
585
- "emptyTitle": "No transactions yet",
586
- "emptyDescription": "Create your first transaction to get started.",
587
- "itemActions": [
588
- {
589
- "label": "View",
590
- "event": "VIEW"
591
- },
592
- {
593
- "label": "Edit",
594
- "event": "EDIT"
595
- },
596
- {
597
- "label": "Delete",
598
- "event": "DELETE",
599
- "variant": "danger"
600
- }
601
- ],
602
- "className": "transition-shadow hover:shadow-md cursor-pointer",
603
- "renderItem": [
604
- "fn",
605
- "item",
606
- {
607
- "type": "stack",
608
- "direction": "vertical",
609
- "gap": "sm",
610
576
  "children": [
611
577
  {
612
578
  "type": "stack",
613
579
  "direction": "horizontal",
614
- "justify": "space-between",
580
+ "gap": "sm",
615
581
  "align": "center",
616
582
  "children": [
617
583
  {
618
- "type": "stack",
619
- "direction": "horizontal",
620
- "gap": "sm",
621
- "align": "center",
622
- "children": [
623
- {
624
- "type": "icon",
625
- "name": "credit-card",
626
- "size": "sm"
627
- },
628
- {
629
- "type": "typography",
630
- "variant": "h4",
631
- "content": "@item.description"
632
- }
633
- ]
584
+ "type": "icon",
585
+ "name": "credit-card",
586
+ "size": "lg"
634
587
  },
635
588
  {
636
- "type": "badge",
637
- "label": "@item.amount"
589
+ "type": "typography",
590
+ "content": "Transactions",
591
+ "variant": "h2"
638
592
  }
639
593
  ]
640
594
  },
641
595
  {
642
- "type": "typography",
643
- "variant": "caption",
644
- "color": "muted",
645
- "content": "@item.category"
596
+ "type": "stack",
597
+ "direction": "horizontal",
598
+ "gap": "sm",
599
+ "children": [
600
+ {
601
+ "type": "button",
602
+ "label": "Create Transaction",
603
+ "event": "CREATE",
604
+ "variant": "primary",
605
+ "icon": "plus"
606
+ }
607
+ ]
646
608
  }
647
609
  ]
610
+ },
611
+ {
612
+ "type": "divider"
613
+ },
614
+ {
615
+ "type": "data-list",
616
+ "entity": "Transaction",
617
+ "emptyIcon": "inbox",
618
+ "emptyTitle": "No transactions yet",
619
+ "emptyDescription": "Record your first transaction.",
620
+ "itemActions": [
621
+ {
622
+ "label": "View",
623
+ "event": "VIEW",
624
+ "variant": "ghost",
625
+ "size": "sm"
626
+ },
627
+ {
628
+ "label": "Edit",
629
+ "event": "EDIT",
630
+ "variant": "ghost",
631
+ "size": "sm"
632
+ },
633
+ {
634
+ "label": "Delete",
635
+ "event": "DELETE",
636
+ "variant": "danger",
637
+ "size": "sm"
638
+ }
639
+ ],
640
+ "columns": [
641
+ {
642
+ "name": "description",
643
+ "variant": "h3",
644
+ "icon": "credit-card"
645
+ },
646
+ {
647
+ "name": "category",
648
+ "variant": "badge"
649
+ },
650
+ {
651
+ "name": "amount",
652
+ "variant": "h4",
653
+ "format": "currency"
654
+ },
655
+ {
656
+ "name": "date",
657
+ "variant": "caption",
658
+ "format": "date"
659
+ }
660
+ ],
661
+ "variant": "card",
662
+ "gap": "sm"
648
663
  }
649
664
  ]
650
665
  }
@@ -671,120 +686,125 @@
671
686
  "render-ui",
672
687
  "main",
673
688
  {
674
- "type": "stack",
675
- "direction": "vertical",
676
- "gap": "lg",
689
+ "type": "dashboard-layout",
690
+ "appName": "Finance Tracker",
691
+ "navItems": [
692
+ {
693
+ "label": "Transactions",
694
+ "href": "/transactions",
695
+ "icon": "dollar-sign"
696
+ },
697
+ {
698
+ "label": "Summary",
699
+ "href": "/summary",
700
+ "icon": "layout-list"
701
+ },
702
+ {
703
+ "label": "Reports",
704
+ "href": "/reports",
705
+ "icon": "bar-chart"
706
+ }
707
+ ],
677
708
  "children": [
678
709
  {
679
710
  "type": "stack",
680
- "direction": "horizontal",
681
- "gap": "md",
682
- "justify": "space-between",
711
+ "direction": "vertical",
712
+ "gap": "lg",
713
+ "className": "max-w-5xl mx-auto w-full",
683
714
  "children": [
684
715
  {
685
716
  "type": "stack",
686
717
  "direction": "horizontal",
687
- "gap": "sm",
718
+ "gap": "md",
719
+ "justify": "space-between",
688
720
  "align": "center",
689
- "children": [
690
- {
691
- "type": "icon",
692
- "name": "credit-card",
693
- "size": "lg"
694
- },
695
- {
696
- "type": "typography",
697
- "content": "Transactions",
698
- "variant": "h2"
699
- }
700
- ]
701
- },
702
- {
703
- "type": "stack",
704
- "direction": "horizontal",
705
- "gap": "sm",
706
- "children": [
707
- {
708
- "type": "button",
709
- "label": "Create Transaction",
710
- "event": "CREATE",
711
- "variant": "primary",
712
- "icon": "plus"
713
- }
714
- ]
715
- }
716
- ]
717
- },
718
- {
719
- "type": "divider"
720
- },
721
- {
722
- "type": "data-grid",
723
- "entity": "Transaction",
724
- "emptyIcon": "inbox",
725
- "emptyTitle": "No transactions yet",
726
- "emptyDescription": "Create your first transaction to get started.",
727
- "itemActions": [
728
- {
729
- "label": "View",
730
- "event": "VIEW"
731
- },
732
- {
733
- "label": "Edit",
734
- "event": "EDIT"
735
- },
736
- {
737
- "label": "Delete",
738
- "event": "DELETE",
739
- "variant": "danger"
740
- }
741
- ],
742
- "className": "transition-shadow hover:shadow-md cursor-pointer",
743
- "renderItem": [
744
- "fn",
745
- "item",
746
- {
747
- "type": "stack",
748
- "direction": "vertical",
749
- "gap": "sm",
750
721
  "children": [
751
722
  {
752
723
  "type": "stack",
753
724
  "direction": "horizontal",
754
- "justify": "space-between",
725
+ "gap": "sm",
755
726
  "align": "center",
756
727
  "children": [
757
728
  {
758
- "type": "stack",
759
- "direction": "horizontal",
760
- "gap": "sm",
761
- "align": "center",
762
- "children": [
763
- {
764
- "type": "icon",
765
- "name": "credit-card",
766
- "size": "sm"
767
- },
768
- {
769
- "type": "typography",
770
- "variant": "h4",
771
- "content": "@item.description"
772
- }
773
- ]
729
+ "type": "icon",
730
+ "name": "credit-card",
731
+ "size": "lg"
774
732
  },
775
733
  {
776
- "type": "badge",
777
- "label": "@item.amount"
734
+ "type": "typography",
735
+ "content": "Transactions",
736
+ "variant": "h2"
778
737
  }
779
738
  ]
780
739
  },
781
740
  {
782
- "type": "typography",
783
- "variant": "caption",
784
- "color": "muted",
785
- "content": "@item.category"
741
+ "type": "stack",
742
+ "direction": "horizontal",
743
+ "gap": "sm",
744
+ "children": [
745
+ {
746
+ "type": "button",
747
+ "label": "Create Transaction",
748
+ "event": "CREATE",
749
+ "variant": "primary",
750
+ "icon": "plus"
751
+ }
752
+ ]
786
753
  }
787
754
  ]
755
+ },
756
+ {
757
+ "type": "divider"
758
+ },
759
+ {
760
+ "type": "data-list",
761
+ "entity": "Transaction",
762
+ "emptyIcon": "inbox",
763
+ "emptyTitle": "No transactions yet",
764
+ "emptyDescription": "Record your first transaction.",
765
+ "itemActions": [
766
+ {
767
+ "label": "View",
768
+ "event": "VIEW",
769
+ "variant": "ghost",
770
+ "size": "sm"
771
+ },
772
+ {
773
+ "label": "Edit",
774
+ "event": "EDIT",
775
+ "variant": "ghost",
776
+ "size": "sm"
777
+ },
778
+ {
779
+ "label": "Delete",
780
+ "event": "DELETE",
781
+ "variant": "danger",
782
+ "size": "sm"
783
+ }
784
+ ],
785
+ "columns": [
786
+ {
787
+ "name": "description",
788
+ "variant": "h3",
789
+ "icon": "credit-card"
790
+ },
791
+ {
792
+ "name": "category",
793
+ "variant": "badge"
794
+ },
795
+ {
796
+ "name": "amount",
797
+ "variant": "h4",
798
+ "format": "currency"
799
+ },
800
+ {
801
+ "name": "date",
802
+ "variant": "caption",
803
+ "format": "date"
804
+ }
805
+ ],
806
+ "variant": "card",
807
+ "gap": "sm"
788
808
  }
789
809
  ]
790
810
  }
@@ -916,6 +936,11 @@
916
936
  "render-ui",
917
937
  "modal",
918
938
  null
939
+ ],
940
+ [
941
+ "notify",
942
+ "Cancelled",
943
+ "info"
919
944
  ]
920
945
  ]
921
946
  },
@@ -1081,6 +1106,11 @@
1081
1106
  "render-ui",
1082
1107
  "modal",
1083
1108
  null
1109
+ ],
1110
+ [
1111
+ "notify",
1112
+ "Cancelled",
1113
+ "info"
1084
1114
  ]
1085
1115
  ]
1086
1116
  },
@@ -1309,6 +1339,11 @@
1309
1339
  "render-ui",
1310
1340
  "modal",
1311
1341
  null
1342
+ ],
1343
+ [
1344
+ "notify",
1345
+ "Cancelled",
1346
+ "info"
1312
1347
  ]
1313
1348
  ]
1314
1349
  }
@@ -1421,96 +1456,252 @@
1421
1456
  "render-ui",
1422
1457
  "main",
1423
1458
  {
1424
- "type": "stack",
1425
- "direction": "vertical",
1426
- "gap": "lg",
1459
+ "type": "dashboard-layout",
1460
+ "appName": "Finance Tracker",
1461
+ "navItems": [
1462
+ {
1463
+ "label": "Transactions",
1464
+ "href": "/transactions",
1465
+ "icon": "dollar-sign"
1466
+ },
1467
+ {
1468
+ "label": "Summary",
1469
+ "href": "/summary",
1470
+ "icon": "layout-list"
1471
+ },
1472
+ {
1473
+ "label": "Reports",
1474
+ "href": "/reports",
1475
+ "icon": "bar-chart"
1476
+ }
1477
+ ],
1427
1478
  "children": [
1428
1479
  {
1429
- "type": "stack",
1430
- "direction": "horizontal",
1431
- "gap": "md",
1432
- "justify": "space-between",
1480
+ "type": "scaled-diagram",
1433
1481
  "children": [
1434
1482
  {
1435
1483
  "type": "stack",
1436
- "direction": "horizontal",
1437
- "gap": "md",
1484
+ "direction": "vertical",
1485
+ "gap": "lg",
1438
1486
  "children": [
1439
1487
  {
1440
- "type": "icon",
1441
- "name": "pie-chart",
1442
- "size": "lg"
1488
+ "type": "breadcrumb",
1489
+ "items": [
1490
+ {
1491
+ "label": "Home",
1492
+ "href": "/"
1493
+ },
1494
+ {
1495
+ "label": "Financial Summary"
1496
+ }
1497
+ ]
1498
+ },
1499
+ {
1500
+ "type": "stack",
1501
+ "direction": "horizontal",
1502
+ "gap": "md",
1503
+ "justify": "space-between",
1504
+ "children": [
1505
+ {
1506
+ "type": "stack",
1507
+ "direction": "horizontal",
1508
+ "gap": "md",
1509
+ "children": [
1510
+ {
1511
+ "type": "icon",
1512
+ "name": "pie-chart",
1513
+ "size": "lg"
1514
+ },
1515
+ {
1516
+ "type": "typography",
1517
+ "content": "Financial Summary",
1518
+ "variant": "h2"
1519
+ }
1520
+ ]
1521
+ },
1522
+ {
1523
+ "type": "button",
1524
+ "label": "Refresh",
1525
+ "event": "REFRESH",
1526
+ "variant": "secondary",
1527
+ "icon": "refresh-cw"
1528
+ }
1529
+ ]
1530
+ },
1531
+ {
1532
+ "type": "divider"
1533
+ },
1534
+ {
1535
+ "type": "box",
1536
+ "padding": "md",
1537
+ "children": [
1538
+ {
1539
+ "type": "simple-grid",
1540
+ "columns": 3,
1541
+ "children": [
1542
+ {
1543
+ "type": "stat-display",
1544
+ "label": "TotalIncome",
1545
+ "value": [
1546
+ "object/get",
1547
+ [
1548
+ "array/first",
1549
+ "@entity"
1550
+ ],
1551
+ "totalIncome"
1552
+ ]
1553
+ },
1554
+ {
1555
+ "type": "stat-display",
1556
+ "label": "TotalExpenses",
1557
+ "value": [
1558
+ "object/get",
1559
+ [
1560
+ "array/first",
1561
+ "@entity"
1562
+ ],
1563
+ "totalExpenses"
1564
+ ]
1565
+ },
1566
+ {
1567
+ "type": "stat-display",
1568
+ "label": "Balance",
1569
+ "value": [
1570
+ "object/get",
1571
+ [
1572
+ "array/first",
1573
+ "@entity"
1574
+ ],
1575
+ "balance"
1576
+ ]
1577
+ },
1578
+ {
1579
+ "type": "stat-display",
1580
+ "label": "SavingsRate",
1581
+ "value": [
1582
+ "object/get",
1583
+ [
1584
+ "array/first",
1585
+ "@entity"
1586
+ ],
1587
+ "savingsRate"
1588
+ ]
1589
+ }
1590
+ ]
1591
+ }
1592
+ ]
1593
+ },
1594
+ {
1595
+ "type": "divider"
1596
+ },
1597
+ {
1598
+ "type": "grid",
1599
+ "columns": 2,
1600
+ "gap": "md",
1601
+ "children": [
1602
+ {
1603
+ "type": "card",
1604
+ "children": [
1605
+ {
1606
+ "type": "typography",
1607
+ "variant": "caption",
1608
+ "content": "Chart View"
1609
+ }
1610
+ ]
1611
+ },
1612
+ {
1613
+ "type": "card",
1614
+ "children": [
1615
+ {
1616
+ "type": "typography",
1617
+ "variant": "caption",
1618
+ "content": "Graph View"
1619
+ }
1620
+ ]
1621
+ }
1622
+ ]
1623
+ },
1624
+ {
1625
+ "type": "line-chart",
1626
+ "data": [
1627
+ {
1628
+ "date": "Jan",
1629
+ "value": 12
1630
+ },
1631
+ {
1632
+ "date": "Feb",
1633
+ "value": 19
1634
+ },
1635
+ {
1636
+ "date": "Mar",
1637
+ "value": 15
1638
+ },
1639
+ {
1640
+ "date": "Apr",
1641
+ "value": 25
1642
+ },
1643
+ {
1644
+ "date": "May",
1645
+ "value": 22
1646
+ },
1647
+ {
1648
+ "date": "Jun",
1649
+ "value": 30
1650
+ }
1651
+ ],
1652
+ "xKey": "date",
1653
+ "yKey": "value",
1654
+ "title": "Trend"
1655
+ },
1656
+ {
1657
+ "type": "chart-legend",
1658
+ "items": [
1659
+ {
1660
+ "label": "Current",
1661
+ "color": "primary"
1662
+ },
1663
+ {
1664
+ "label": "Previous",
1665
+ "color": "muted"
1666
+ }
1667
+ ]
1443
1668
  },
1444
1669
  {
1445
- "type": "typography",
1446
- "content": "Financial Summary",
1447
- "variant": "h2"
1670
+ "type": "graph-view",
1671
+ "nodes": [
1672
+ {
1673
+ "id": "a",
1674
+ "label": "Start",
1675
+ "x": 50,
1676
+ "y": 100
1677
+ },
1678
+ {
1679
+ "id": "b",
1680
+ "label": "Process",
1681
+ "x": 200,
1682
+ "y": 50
1683
+ },
1684
+ {
1685
+ "id": "c",
1686
+ "label": "End",
1687
+ "x": 350,
1688
+ "y": 100
1689
+ }
1690
+ ],
1691
+ "edges": [
1692
+ {
1693
+ "from": "a",
1694
+ "to": "b"
1695
+ },
1696
+ {
1697
+ "from": "b",
1698
+ "to": "c"
1699
+ }
1700
+ ],
1701
+ "width": 400,
1702
+ "height": 200
1448
1703
  }
1449
1704
  ]
1450
- },
1451
- {
1452
- "type": "button",
1453
- "label": "Refresh",
1454
- "event": "REFRESH",
1455
- "variant": "secondary",
1456
- "icon": "refresh-cw"
1457
- }
1458
- ]
1459
- },
1460
- {
1461
- "type": "divider"
1462
- },
1463
- {
1464
- "type": "simple-grid",
1465
- "columns": 3,
1466
- "children": [
1467
- {
1468
- "type": "stat-display",
1469
- "label": "TotalIncome",
1470
- "value": [
1471
- "object/get",
1472
- [
1473
- "array/first",
1474
- "@entity"
1475
- ],
1476
- "totalIncome"
1477
- ]
1478
- },
1479
- {
1480
- "type": "stat-display",
1481
- "label": "TotalExpenses",
1482
- "value": [
1483
- "object/get",
1484
- [
1485
- "array/first",
1486
- "@entity"
1487
- ],
1488
- "totalExpenses"
1489
- ]
1490
- },
1491
- {
1492
- "type": "stat-display",
1493
- "label": "Balance",
1494
- "value": [
1495
- "object/get",
1496
- [
1497
- "array/first",
1498
- "@entity"
1499
- ],
1500
- "balance"
1501
- ]
1502
- },
1503
- {
1504
- "type": "stat-display",
1505
- "label": "SavingsRate",
1506
- "value": [
1507
- "object/get",
1508
- [
1509
- "array/first",
1510
- "@entity"
1511
- ],
1512
- "savingsRate"
1513
- ]
1514
1705
  }
1515
1706
  ]
1516
1707
  }
@@ -1532,96 +1723,252 @@
1532
1723
  "render-ui",
1533
1724
  "main",
1534
1725
  {
1535
- "type": "stack",
1536
- "direction": "vertical",
1537
- "gap": "lg",
1726
+ "type": "dashboard-layout",
1727
+ "appName": "Finance Tracker",
1728
+ "navItems": [
1729
+ {
1730
+ "label": "Transactions",
1731
+ "href": "/transactions",
1732
+ "icon": "dollar-sign"
1733
+ },
1734
+ {
1735
+ "label": "Summary",
1736
+ "href": "/summary",
1737
+ "icon": "layout-list"
1738
+ },
1739
+ {
1740
+ "label": "Reports",
1741
+ "href": "/reports",
1742
+ "icon": "bar-chart"
1743
+ }
1744
+ ],
1538
1745
  "children": [
1539
1746
  {
1540
- "type": "stack",
1541
- "direction": "horizontal",
1542
- "gap": "md",
1543
- "justify": "space-between",
1747
+ "type": "scaled-diagram",
1544
1748
  "children": [
1545
1749
  {
1546
1750
  "type": "stack",
1547
- "direction": "horizontal",
1548
- "gap": "md",
1751
+ "direction": "vertical",
1752
+ "gap": "lg",
1549
1753
  "children": [
1550
1754
  {
1551
- "type": "icon",
1552
- "name": "pie-chart",
1553
- "size": "lg"
1755
+ "type": "breadcrumb",
1756
+ "items": [
1757
+ {
1758
+ "label": "Home",
1759
+ "href": "/"
1760
+ },
1761
+ {
1762
+ "label": "Financial Summary"
1763
+ }
1764
+ ]
1554
1765
  },
1555
1766
  {
1556
- "type": "typography",
1557
- "content": "Financial Summary",
1558
- "variant": "h2"
1559
- }
1560
- ]
1561
- },
1562
- {
1563
- "type": "button",
1564
- "label": "Refresh",
1565
- "event": "REFRESH",
1566
- "variant": "secondary",
1567
- "icon": "refresh-cw"
1568
- }
1569
- ]
1570
- },
1571
- {
1572
- "type": "divider"
1573
- },
1574
- {
1575
- "type": "simple-grid",
1576
- "columns": 3,
1577
- "children": [
1578
- {
1579
- "type": "stat-display",
1580
- "label": "TotalIncome",
1581
- "value": [
1582
- "object/get",
1583
- [
1584
- "array/first",
1585
- "@entity"
1586
- ],
1587
- "totalIncome"
1588
- ]
1589
- },
1590
- {
1591
- "type": "stat-display",
1592
- "label": "TotalExpenses",
1593
- "value": [
1594
- "object/get",
1595
- [
1596
- "array/first",
1597
- "@entity"
1598
- ],
1599
- "totalExpenses"
1600
- ]
1601
- },
1602
- {
1603
- "type": "stat-display",
1604
- "label": "Balance",
1605
- "value": [
1606
- "object/get",
1607
- [
1608
- "array/first",
1609
- "@entity"
1610
- ],
1611
- "balance"
1612
- ]
1613
- },
1614
- {
1615
- "type": "stat-display",
1616
- "label": "SavingsRate",
1617
- "value": [
1618
- "object/get",
1619
- [
1620
- "array/first",
1621
- "@entity"
1622
- ],
1623
- "savingsRate"
1624
- ]
1767
+ "type": "stack",
1768
+ "direction": "horizontal",
1769
+ "gap": "md",
1770
+ "justify": "space-between",
1771
+ "children": [
1772
+ {
1773
+ "type": "stack",
1774
+ "direction": "horizontal",
1775
+ "gap": "md",
1776
+ "children": [
1777
+ {
1778
+ "type": "icon",
1779
+ "name": "pie-chart",
1780
+ "size": "lg"
1781
+ },
1782
+ {
1783
+ "type": "typography",
1784
+ "content": "Financial Summary",
1785
+ "variant": "h2"
1786
+ }
1787
+ ]
1788
+ },
1789
+ {
1790
+ "type": "button",
1791
+ "label": "Refresh",
1792
+ "event": "REFRESH",
1793
+ "variant": "secondary",
1794
+ "icon": "refresh-cw"
1795
+ }
1796
+ ]
1797
+ },
1798
+ {
1799
+ "type": "divider"
1800
+ },
1801
+ {
1802
+ "type": "box",
1803
+ "padding": "md",
1804
+ "children": [
1805
+ {
1806
+ "type": "simple-grid",
1807
+ "columns": 3,
1808
+ "children": [
1809
+ {
1810
+ "type": "stat-display",
1811
+ "label": "TotalIncome",
1812
+ "value": [
1813
+ "object/get",
1814
+ [
1815
+ "array/first",
1816
+ "@entity"
1817
+ ],
1818
+ "totalIncome"
1819
+ ]
1820
+ },
1821
+ {
1822
+ "type": "stat-display",
1823
+ "label": "TotalExpenses",
1824
+ "value": [
1825
+ "object/get",
1826
+ [
1827
+ "array/first",
1828
+ "@entity"
1829
+ ],
1830
+ "totalExpenses"
1831
+ ]
1832
+ },
1833
+ {
1834
+ "type": "stat-display",
1835
+ "label": "Balance",
1836
+ "value": [
1837
+ "object/get",
1838
+ [
1839
+ "array/first",
1840
+ "@entity"
1841
+ ],
1842
+ "balance"
1843
+ ]
1844
+ },
1845
+ {
1846
+ "type": "stat-display",
1847
+ "label": "SavingsRate",
1848
+ "value": [
1849
+ "object/get",
1850
+ [
1851
+ "array/first",
1852
+ "@entity"
1853
+ ],
1854
+ "savingsRate"
1855
+ ]
1856
+ }
1857
+ ]
1858
+ }
1859
+ ]
1860
+ },
1861
+ {
1862
+ "type": "divider"
1863
+ },
1864
+ {
1865
+ "type": "grid",
1866
+ "columns": 2,
1867
+ "gap": "md",
1868
+ "children": [
1869
+ {
1870
+ "type": "card",
1871
+ "children": [
1872
+ {
1873
+ "type": "typography",
1874
+ "variant": "caption",
1875
+ "content": "Chart View"
1876
+ }
1877
+ ]
1878
+ },
1879
+ {
1880
+ "type": "card",
1881
+ "children": [
1882
+ {
1883
+ "type": "typography",
1884
+ "variant": "caption",
1885
+ "content": "Graph View"
1886
+ }
1887
+ ]
1888
+ }
1889
+ ]
1890
+ },
1891
+ {
1892
+ "type": "line-chart",
1893
+ "data": [
1894
+ {
1895
+ "date": "Jan",
1896
+ "value": 12
1897
+ },
1898
+ {
1899
+ "date": "Feb",
1900
+ "value": 19
1901
+ },
1902
+ {
1903
+ "date": "Mar",
1904
+ "value": 15
1905
+ },
1906
+ {
1907
+ "date": "Apr",
1908
+ "value": 25
1909
+ },
1910
+ {
1911
+ "date": "May",
1912
+ "value": 22
1913
+ },
1914
+ {
1915
+ "date": "Jun",
1916
+ "value": 30
1917
+ }
1918
+ ],
1919
+ "xKey": "date",
1920
+ "yKey": "value",
1921
+ "title": "Trend"
1922
+ },
1923
+ {
1924
+ "type": "chart-legend",
1925
+ "items": [
1926
+ {
1927
+ "label": "Current",
1928
+ "color": "primary"
1929
+ },
1930
+ {
1931
+ "label": "Previous",
1932
+ "color": "muted"
1933
+ }
1934
+ ]
1935
+ },
1936
+ {
1937
+ "type": "graph-view",
1938
+ "nodes": [
1939
+ {
1940
+ "id": "a",
1941
+ "label": "Start",
1942
+ "x": 50,
1943
+ "y": 100
1944
+ },
1945
+ {
1946
+ "id": "b",
1947
+ "label": "Process",
1948
+ "x": 200,
1949
+ "y": 50
1950
+ },
1951
+ {
1952
+ "id": "c",
1953
+ "label": "End",
1954
+ "x": 350,
1955
+ "y": 100
1956
+ }
1957
+ ],
1958
+ "edges": [
1959
+ {
1960
+ "from": "a",
1961
+ "to": "b"
1962
+ },
1963
+ {
1964
+ "from": "b",
1965
+ "to": "c"
1966
+ }
1967
+ ],
1968
+ "width": 400,
1969
+ "height": 200
1970
+ }
1971
+ ]
1625
1972
  }
1626
1973
  ]
1627
1974
  }
@@ -1643,96 +1990,252 @@
1643
1990
  "render-ui",
1644
1991
  "main",
1645
1992
  {
1646
- "type": "stack",
1647
- "direction": "vertical",
1648
- "gap": "lg",
1993
+ "type": "dashboard-layout",
1994
+ "appName": "Finance Tracker",
1995
+ "navItems": [
1996
+ {
1997
+ "label": "Transactions",
1998
+ "href": "/transactions",
1999
+ "icon": "dollar-sign"
2000
+ },
2001
+ {
2002
+ "label": "Summary",
2003
+ "href": "/summary",
2004
+ "icon": "layout-list"
2005
+ },
2006
+ {
2007
+ "label": "Reports",
2008
+ "href": "/reports",
2009
+ "icon": "bar-chart"
2010
+ }
2011
+ ],
1649
2012
  "children": [
1650
2013
  {
1651
- "type": "stack",
1652
- "direction": "horizontal",
1653
- "gap": "md",
1654
- "justify": "space-between",
2014
+ "type": "scaled-diagram",
1655
2015
  "children": [
1656
2016
  {
1657
2017
  "type": "stack",
1658
- "direction": "horizontal",
1659
- "gap": "md",
2018
+ "direction": "vertical",
2019
+ "gap": "lg",
1660
2020
  "children": [
1661
2021
  {
1662
- "type": "icon",
1663
- "name": "pie-chart",
1664
- "size": "lg"
2022
+ "type": "breadcrumb",
2023
+ "items": [
2024
+ {
2025
+ "label": "Home",
2026
+ "href": "/"
2027
+ },
2028
+ {
2029
+ "label": "Financial Summary"
2030
+ }
2031
+ ]
2032
+ },
2033
+ {
2034
+ "type": "stack",
2035
+ "direction": "horizontal",
2036
+ "gap": "md",
2037
+ "justify": "space-between",
2038
+ "children": [
2039
+ {
2040
+ "type": "stack",
2041
+ "direction": "horizontal",
2042
+ "gap": "md",
2043
+ "children": [
2044
+ {
2045
+ "type": "icon",
2046
+ "name": "pie-chart",
2047
+ "size": "lg"
2048
+ },
2049
+ {
2050
+ "type": "typography",
2051
+ "content": "Financial Summary",
2052
+ "variant": "h2"
2053
+ }
2054
+ ]
2055
+ },
2056
+ {
2057
+ "type": "button",
2058
+ "label": "Refresh",
2059
+ "event": "REFRESH",
2060
+ "variant": "secondary",
2061
+ "icon": "refresh-cw"
2062
+ }
2063
+ ]
2064
+ },
2065
+ {
2066
+ "type": "divider"
2067
+ },
2068
+ {
2069
+ "type": "box",
2070
+ "padding": "md",
2071
+ "children": [
2072
+ {
2073
+ "type": "simple-grid",
2074
+ "columns": 3,
2075
+ "children": [
2076
+ {
2077
+ "type": "stat-display",
2078
+ "label": "TotalIncome",
2079
+ "value": [
2080
+ "object/get",
2081
+ [
2082
+ "array/first",
2083
+ "@entity"
2084
+ ],
2085
+ "totalIncome"
2086
+ ]
2087
+ },
2088
+ {
2089
+ "type": "stat-display",
2090
+ "label": "TotalExpenses",
2091
+ "value": [
2092
+ "object/get",
2093
+ [
2094
+ "array/first",
2095
+ "@entity"
2096
+ ],
2097
+ "totalExpenses"
2098
+ ]
2099
+ },
2100
+ {
2101
+ "type": "stat-display",
2102
+ "label": "Balance",
2103
+ "value": [
2104
+ "object/get",
2105
+ [
2106
+ "array/first",
2107
+ "@entity"
2108
+ ],
2109
+ "balance"
2110
+ ]
2111
+ },
2112
+ {
2113
+ "type": "stat-display",
2114
+ "label": "SavingsRate",
2115
+ "value": [
2116
+ "object/get",
2117
+ [
2118
+ "array/first",
2119
+ "@entity"
2120
+ ],
2121
+ "savingsRate"
2122
+ ]
2123
+ }
2124
+ ]
2125
+ }
2126
+ ]
2127
+ },
2128
+ {
2129
+ "type": "divider"
2130
+ },
2131
+ {
2132
+ "type": "grid",
2133
+ "columns": 2,
2134
+ "gap": "md",
2135
+ "children": [
2136
+ {
2137
+ "type": "card",
2138
+ "children": [
2139
+ {
2140
+ "type": "typography",
2141
+ "variant": "caption",
2142
+ "content": "Chart View"
2143
+ }
2144
+ ]
2145
+ },
2146
+ {
2147
+ "type": "card",
2148
+ "children": [
2149
+ {
2150
+ "type": "typography",
2151
+ "variant": "caption",
2152
+ "content": "Graph View"
2153
+ }
2154
+ ]
2155
+ }
2156
+ ]
1665
2157
  },
1666
2158
  {
1667
- "type": "typography",
1668
- "content": "Financial Summary",
1669
- "variant": "h2"
2159
+ "type": "line-chart",
2160
+ "data": [
2161
+ {
2162
+ "date": "Jan",
2163
+ "value": 12
2164
+ },
2165
+ {
2166
+ "date": "Feb",
2167
+ "value": 19
2168
+ },
2169
+ {
2170
+ "date": "Mar",
2171
+ "value": 15
2172
+ },
2173
+ {
2174
+ "date": "Apr",
2175
+ "value": 25
2176
+ },
2177
+ {
2178
+ "date": "May",
2179
+ "value": 22
2180
+ },
2181
+ {
2182
+ "date": "Jun",
2183
+ "value": 30
2184
+ }
2185
+ ],
2186
+ "xKey": "date",
2187
+ "yKey": "value",
2188
+ "title": "Trend"
2189
+ },
2190
+ {
2191
+ "type": "chart-legend",
2192
+ "items": [
2193
+ {
2194
+ "label": "Current",
2195
+ "color": "primary"
2196
+ },
2197
+ {
2198
+ "label": "Previous",
2199
+ "color": "muted"
2200
+ }
2201
+ ]
2202
+ },
2203
+ {
2204
+ "type": "graph-view",
2205
+ "nodes": [
2206
+ {
2207
+ "id": "a",
2208
+ "label": "Start",
2209
+ "x": 50,
2210
+ "y": 100
2211
+ },
2212
+ {
2213
+ "id": "b",
2214
+ "label": "Process",
2215
+ "x": 200,
2216
+ "y": 50
2217
+ },
2218
+ {
2219
+ "id": "c",
2220
+ "label": "End",
2221
+ "x": 350,
2222
+ "y": 100
2223
+ }
2224
+ ],
2225
+ "edges": [
2226
+ {
2227
+ "from": "a",
2228
+ "to": "b"
2229
+ },
2230
+ {
2231
+ "from": "b",
2232
+ "to": "c"
2233
+ }
2234
+ ],
2235
+ "width": 400,
2236
+ "height": 200
1670
2237
  }
1671
2238
  ]
1672
- },
1673
- {
1674
- "type": "button",
1675
- "label": "Refresh",
1676
- "event": "REFRESH",
1677
- "variant": "secondary",
1678
- "icon": "refresh-cw"
1679
- }
1680
- ]
1681
- },
1682
- {
1683
- "type": "divider"
1684
- },
1685
- {
1686
- "type": "simple-grid",
1687
- "columns": 3,
1688
- "children": [
1689
- {
1690
- "type": "stat-display",
1691
- "label": "TotalIncome",
1692
- "value": [
1693
- "object/get",
1694
- [
1695
- "array/first",
1696
- "@entity"
1697
- ],
1698
- "totalIncome"
1699
- ]
1700
- },
1701
- {
1702
- "type": "stat-display",
1703
- "label": "TotalExpenses",
1704
- "value": [
1705
- "object/get",
1706
- [
1707
- "array/first",
1708
- "@entity"
1709
- ],
1710
- "totalExpenses"
1711
- ]
1712
- },
1713
- {
1714
- "type": "stat-display",
1715
- "label": "Balance",
1716
- "value": [
1717
- "object/get",
1718
- [
1719
- "array/first",
1720
- "@entity"
1721
- ],
1722
- "balance"
1723
- ]
1724
- },
1725
- {
1726
- "type": "stat-display",
1727
- "label": "SavingsRate",
1728
- "value": [
1729
- "object/get",
1730
- [
1731
- "array/first",
1732
- "@entity"
1733
- ],
1734
- "savingsRate"
1735
- ]
1736
2239
  }
1737
2240
  ]
1738
2241
  }
@@ -1754,96 +2257,252 @@
1754
2257
  "render-ui",
1755
2258
  "main",
1756
2259
  {
1757
- "type": "stack",
1758
- "direction": "vertical",
1759
- "gap": "lg",
2260
+ "type": "dashboard-layout",
2261
+ "appName": "Finance Tracker",
2262
+ "navItems": [
2263
+ {
2264
+ "label": "Transactions",
2265
+ "href": "/transactions",
2266
+ "icon": "dollar-sign"
2267
+ },
2268
+ {
2269
+ "label": "Summary",
2270
+ "href": "/summary",
2271
+ "icon": "layout-list"
2272
+ },
2273
+ {
2274
+ "label": "Reports",
2275
+ "href": "/reports",
2276
+ "icon": "bar-chart"
2277
+ }
2278
+ ],
1760
2279
  "children": [
1761
2280
  {
1762
- "type": "stack",
1763
- "direction": "horizontal",
1764
- "gap": "md",
1765
- "justify": "space-between",
2281
+ "type": "scaled-diagram",
1766
2282
  "children": [
1767
2283
  {
1768
2284
  "type": "stack",
1769
- "direction": "horizontal",
1770
- "gap": "md",
2285
+ "direction": "vertical",
2286
+ "gap": "lg",
1771
2287
  "children": [
1772
2288
  {
1773
- "type": "icon",
1774
- "name": "pie-chart",
1775
- "size": "lg"
2289
+ "type": "breadcrumb",
2290
+ "items": [
2291
+ {
2292
+ "label": "Home",
2293
+ "href": "/"
2294
+ },
2295
+ {
2296
+ "label": "Financial Summary"
2297
+ }
2298
+ ]
2299
+ },
2300
+ {
2301
+ "type": "stack",
2302
+ "direction": "horizontal",
2303
+ "gap": "md",
2304
+ "justify": "space-between",
2305
+ "children": [
2306
+ {
2307
+ "type": "stack",
2308
+ "direction": "horizontal",
2309
+ "gap": "md",
2310
+ "children": [
2311
+ {
2312
+ "type": "icon",
2313
+ "name": "pie-chart",
2314
+ "size": "lg"
2315
+ },
2316
+ {
2317
+ "type": "typography",
2318
+ "content": "Financial Summary",
2319
+ "variant": "h2"
2320
+ }
2321
+ ]
2322
+ },
2323
+ {
2324
+ "type": "button",
2325
+ "label": "Refresh",
2326
+ "event": "REFRESH",
2327
+ "variant": "secondary",
2328
+ "icon": "refresh-cw"
2329
+ }
2330
+ ]
2331
+ },
2332
+ {
2333
+ "type": "divider"
2334
+ },
2335
+ {
2336
+ "type": "box",
2337
+ "padding": "md",
2338
+ "children": [
2339
+ {
2340
+ "type": "simple-grid",
2341
+ "columns": 3,
2342
+ "children": [
2343
+ {
2344
+ "type": "stat-display",
2345
+ "label": "TotalIncome",
2346
+ "value": [
2347
+ "object/get",
2348
+ [
2349
+ "array/first",
2350
+ "@entity"
2351
+ ],
2352
+ "totalIncome"
2353
+ ]
2354
+ },
2355
+ {
2356
+ "type": "stat-display",
2357
+ "label": "TotalExpenses",
2358
+ "value": [
2359
+ "object/get",
2360
+ [
2361
+ "array/first",
2362
+ "@entity"
2363
+ ],
2364
+ "totalExpenses"
2365
+ ]
2366
+ },
2367
+ {
2368
+ "type": "stat-display",
2369
+ "label": "Balance",
2370
+ "value": [
2371
+ "object/get",
2372
+ [
2373
+ "array/first",
2374
+ "@entity"
2375
+ ],
2376
+ "balance"
2377
+ ]
2378
+ },
2379
+ {
2380
+ "type": "stat-display",
2381
+ "label": "SavingsRate",
2382
+ "value": [
2383
+ "object/get",
2384
+ [
2385
+ "array/first",
2386
+ "@entity"
2387
+ ],
2388
+ "savingsRate"
2389
+ ]
2390
+ }
2391
+ ]
2392
+ }
2393
+ ]
2394
+ },
2395
+ {
2396
+ "type": "divider"
2397
+ },
2398
+ {
2399
+ "type": "grid",
2400
+ "columns": 2,
2401
+ "gap": "md",
2402
+ "children": [
2403
+ {
2404
+ "type": "card",
2405
+ "children": [
2406
+ {
2407
+ "type": "typography",
2408
+ "variant": "caption",
2409
+ "content": "Chart View"
2410
+ }
2411
+ ]
2412
+ },
2413
+ {
2414
+ "type": "card",
2415
+ "children": [
2416
+ {
2417
+ "type": "typography",
2418
+ "variant": "caption",
2419
+ "content": "Graph View"
2420
+ }
2421
+ ]
2422
+ }
2423
+ ]
2424
+ },
2425
+ {
2426
+ "type": "line-chart",
2427
+ "data": [
2428
+ {
2429
+ "date": "Jan",
2430
+ "value": 12
2431
+ },
2432
+ {
2433
+ "date": "Feb",
2434
+ "value": 19
2435
+ },
2436
+ {
2437
+ "date": "Mar",
2438
+ "value": 15
2439
+ },
2440
+ {
2441
+ "date": "Apr",
2442
+ "value": 25
2443
+ },
2444
+ {
2445
+ "date": "May",
2446
+ "value": 22
2447
+ },
2448
+ {
2449
+ "date": "Jun",
2450
+ "value": 30
2451
+ }
2452
+ ],
2453
+ "xKey": "date",
2454
+ "yKey": "value",
2455
+ "title": "Trend"
2456
+ },
2457
+ {
2458
+ "type": "chart-legend",
2459
+ "items": [
2460
+ {
2461
+ "label": "Current",
2462
+ "color": "primary"
2463
+ },
2464
+ {
2465
+ "label": "Previous",
2466
+ "color": "muted"
2467
+ }
2468
+ ]
1776
2469
  },
1777
2470
  {
1778
- "type": "typography",
1779
- "content": "Financial Summary",
1780
- "variant": "h2"
2471
+ "type": "graph-view",
2472
+ "nodes": [
2473
+ {
2474
+ "id": "a",
2475
+ "label": "Start",
2476
+ "x": 50,
2477
+ "y": 100
2478
+ },
2479
+ {
2480
+ "id": "b",
2481
+ "label": "Process",
2482
+ "x": 200,
2483
+ "y": 50
2484
+ },
2485
+ {
2486
+ "id": "c",
2487
+ "label": "End",
2488
+ "x": 350,
2489
+ "y": 100
2490
+ }
2491
+ ],
2492
+ "edges": [
2493
+ {
2494
+ "from": "a",
2495
+ "to": "b"
2496
+ },
2497
+ {
2498
+ "from": "b",
2499
+ "to": "c"
2500
+ }
2501
+ ],
2502
+ "width": 400,
2503
+ "height": 200
1781
2504
  }
1782
2505
  ]
1783
- },
1784
- {
1785
- "type": "button",
1786
- "label": "Refresh",
1787
- "event": "REFRESH",
1788
- "variant": "secondary",
1789
- "icon": "refresh-cw"
1790
- }
1791
- ]
1792
- },
1793
- {
1794
- "type": "divider"
1795
- },
1796
- {
1797
- "type": "simple-grid",
1798
- "columns": 3,
1799
- "children": [
1800
- {
1801
- "type": "stat-display",
1802
- "label": "TotalIncome",
1803
- "value": [
1804
- "object/get",
1805
- [
1806
- "array/first",
1807
- "@entity"
1808
- ],
1809
- "totalIncome"
1810
- ]
1811
- },
1812
- {
1813
- "type": "stat-display",
1814
- "label": "TotalExpenses",
1815
- "value": [
1816
- "object/get",
1817
- [
1818
- "array/first",
1819
- "@entity"
1820
- ],
1821
- "totalExpenses"
1822
- ]
1823
- },
1824
- {
1825
- "type": "stat-display",
1826
- "label": "Balance",
1827
- "value": [
1828
- "object/get",
1829
- [
1830
- "array/first",
1831
- "@entity"
1832
- ],
1833
- "balance"
1834
- ]
1835
- },
1836
- {
1837
- "type": "stat-display",
1838
- "label": "SavingsRate",
1839
- "value": [
1840
- "object/get",
1841
- [
1842
- "array/first",
1843
- "@entity"
1844
- ],
1845
- "savingsRate"
1846
- ]
1847
2506
  }
1848
2507
  ]
1849
2508
  }
@@ -1865,96 +2524,252 @@
1865
2524
  "render-ui",
1866
2525
  "main",
1867
2526
  {
1868
- "type": "stack",
1869
- "direction": "vertical",
1870
- "gap": "lg",
2527
+ "type": "dashboard-layout",
2528
+ "appName": "Finance Tracker",
2529
+ "navItems": [
2530
+ {
2531
+ "label": "Transactions",
2532
+ "href": "/transactions",
2533
+ "icon": "dollar-sign"
2534
+ },
2535
+ {
2536
+ "label": "Summary",
2537
+ "href": "/summary",
2538
+ "icon": "layout-list"
2539
+ },
2540
+ {
2541
+ "label": "Reports",
2542
+ "href": "/reports",
2543
+ "icon": "bar-chart"
2544
+ }
2545
+ ],
1871
2546
  "children": [
1872
2547
  {
1873
- "type": "stack",
1874
- "direction": "horizontal",
1875
- "gap": "md",
1876
- "justify": "space-between",
2548
+ "type": "scaled-diagram",
1877
2549
  "children": [
1878
2550
  {
1879
2551
  "type": "stack",
1880
- "direction": "horizontal",
1881
- "gap": "md",
2552
+ "direction": "vertical",
2553
+ "gap": "lg",
1882
2554
  "children": [
1883
2555
  {
1884
- "type": "icon",
1885
- "name": "pie-chart",
1886
- "size": "lg"
2556
+ "type": "breadcrumb",
2557
+ "items": [
2558
+ {
2559
+ "label": "Home",
2560
+ "href": "/"
2561
+ },
2562
+ {
2563
+ "label": "Financial Summary"
2564
+ }
2565
+ ]
2566
+ },
2567
+ {
2568
+ "type": "stack",
2569
+ "direction": "horizontal",
2570
+ "gap": "md",
2571
+ "justify": "space-between",
2572
+ "children": [
2573
+ {
2574
+ "type": "stack",
2575
+ "direction": "horizontal",
2576
+ "gap": "md",
2577
+ "children": [
2578
+ {
2579
+ "type": "icon",
2580
+ "name": "pie-chart",
2581
+ "size": "lg"
2582
+ },
2583
+ {
2584
+ "type": "typography",
2585
+ "content": "Financial Summary",
2586
+ "variant": "h2"
2587
+ }
2588
+ ]
2589
+ },
2590
+ {
2591
+ "type": "button",
2592
+ "label": "Refresh",
2593
+ "event": "REFRESH",
2594
+ "variant": "secondary",
2595
+ "icon": "refresh-cw"
2596
+ }
2597
+ ]
2598
+ },
2599
+ {
2600
+ "type": "divider"
2601
+ },
2602
+ {
2603
+ "type": "box",
2604
+ "padding": "md",
2605
+ "children": [
2606
+ {
2607
+ "type": "simple-grid",
2608
+ "columns": 3,
2609
+ "children": [
2610
+ {
2611
+ "type": "stat-display",
2612
+ "label": "TotalIncome",
2613
+ "value": [
2614
+ "object/get",
2615
+ [
2616
+ "array/first",
2617
+ "@entity"
2618
+ ],
2619
+ "totalIncome"
2620
+ ]
2621
+ },
2622
+ {
2623
+ "type": "stat-display",
2624
+ "label": "TotalExpenses",
2625
+ "value": [
2626
+ "object/get",
2627
+ [
2628
+ "array/first",
2629
+ "@entity"
2630
+ ],
2631
+ "totalExpenses"
2632
+ ]
2633
+ },
2634
+ {
2635
+ "type": "stat-display",
2636
+ "label": "Balance",
2637
+ "value": [
2638
+ "object/get",
2639
+ [
2640
+ "array/first",
2641
+ "@entity"
2642
+ ],
2643
+ "balance"
2644
+ ]
2645
+ },
2646
+ {
2647
+ "type": "stat-display",
2648
+ "label": "SavingsRate",
2649
+ "value": [
2650
+ "object/get",
2651
+ [
2652
+ "array/first",
2653
+ "@entity"
2654
+ ],
2655
+ "savingsRate"
2656
+ ]
2657
+ }
2658
+ ]
2659
+ }
2660
+ ]
2661
+ },
2662
+ {
2663
+ "type": "divider"
2664
+ },
2665
+ {
2666
+ "type": "grid",
2667
+ "columns": 2,
2668
+ "gap": "md",
2669
+ "children": [
2670
+ {
2671
+ "type": "card",
2672
+ "children": [
2673
+ {
2674
+ "type": "typography",
2675
+ "variant": "caption",
2676
+ "content": "Chart View"
2677
+ }
2678
+ ]
2679
+ },
2680
+ {
2681
+ "type": "card",
2682
+ "children": [
2683
+ {
2684
+ "type": "typography",
2685
+ "variant": "caption",
2686
+ "content": "Graph View"
2687
+ }
2688
+ ]
2689
+ }
2690
+ ]
2691
+ },
2692
+ {
2693
+ "type": "line-chart",
2694
+ "data": [
2695
+ {
2696
+ "date": "Jan",
2697
+ "value": 12
2698
+ },
2699
+ {
2700
+ "date": "Feb",
2701
+ "value": 19
2702
+ },
2703
+ {
2704
+ "date": "Mar",
2705
+ "value": 15
2706
+ },
2707
+ {
2708
+ "date": "Apr",
2709
+ "value": 25
2710
+ },
2711
+ {
2712
+ "date": "May",
2713
+ "value": 22
2714
+ },
2715
+ {
2716
+ "date": "Jun",
2717
+ "value": 30
2718
+ }
2719
+ ],
2720
+ "xKey": "date",
2721
+ "yKey": "value",
2722
+ "title": "Trend"
2723
+ },
2724
+ {
2725
+ "type": "chart-legend",
2726
+ "items": [
2727
+ {
2728
+ "label": "Current",
2729
+ "color": "primary"
2730
+ },
2731
+ {
2732
+ "label": "Previous",
2733
+ "color": "muted"
2734
+ }
2735
+ ]
1887
2736
  },
1888
2737
  {
1889
- "type": "typography",
1890
- "content": "Financial Summary",
1891
- "variant": "h2"
2738
+ "type": "graph-view",
2739
+ "nodes": [
2740
+ {
2741
+ "id": "a",
2742
+ "label": "Start",
2743
+ "x": 50,
2744
+ "y": 100
2745
+ },
2746
+ {
2747
+ "id": "b",
2748
+ "label": "Process",
2749
+ "x": 200,
2750
+ "y": 50
2751
+ },
2752
+ {
2753
+ "id": "c",
2754
+ "label": "End",
2755
+ "x": 350,
2756
+ "y": 100
2757
+ }
2758
+ ],
2759
+ "edges": [
2760
+ {
2761
+ "from": "a",
2762
+ "to": "b"
2763
+ },
2764
+ {
2765
+ "from": "b",
2766
+ "to": "c"
2767
+ }
2768
+ ],
2769
+ "width": 400,
2770
+ "height": 200
1892
2771
  }
1893
2772
  ]
1894
- },
1895
- {
1896
- "type": "button",
1897
- "label": "Refresh",
1898
- "event": "REFRESH",
1899
- "variant": "secondary",
1900
- "icon": "refresh-cw"
1901
- }
1902
- ]
1903
- },
1904
- {
1905
- "type": "divider"
1906
- },
1907
- {
1908
- "type": "simple-grid",
1909
- "columns": 3,
1910
- "children": [
1911
- {
1912
- "type": "stat-display",
1913
- "label": "TotalIncome",
1914
- "value": [
1915
- "object/get",
1916
- [
1917
- "array/first",
1918
- "@entity"
1919
- ],
1920
- "totalIncome"
1921
- ]
1922
- },
1923
- {
1924
- "type": "stat-display",
1925
- "label": "TotalExpenses",
1926
- "value": [
1927
- "object/get",
1928
- [
1929
- "array/first",
1930
- "@entity"
1931
- ],
1932
- "totalExpenses"
1933
- ]
1934
- },
1935
- {
1936
- "type": "stat-display",
1937
- "label": "Balance",
1938
- "value": [
1939
- "object/get",
1940
- [
1941
- "array/first",
1942
- "@entity"
1943
- ],
1944
- "balance"
1945
- ]
1946
- },
1947
- {
1948
- "type": "stat-display",
1949
- "label": "SavingsRate",
1950
- "value": [
1951
- "object/get",
1952
- [
1953
- "array/first",
1954
- "@entity"
1955
- ],
1956
- "savingsRate"
1957
- ]
1958
2773
  }
1959
2774
  ]
1960
2775
  }
@@ -2007,7 +2822,7 @@
2007
2822
  },
2008
2823
  {
2009
2824
  "name": "generatedAt",
2010
- "type": "string"
2825
+ "type": "date"
2011
2826
  }
2012
2827
  ]
2013
2828
  },
@@ -2075,111 +2890,114 @@
2075
2890
  "render-ui",
2076
2891
  "main",
2077
2892
  {
2078
- "type": "stack",
2079
- "direction": "vertical",
2080
- "gap": "lg",
2893
+ "type": "dashboard-layout",
2894
+ "appName": "Finance Tracker",
2895
+ "navItems": [
2896
+ {
2897
+ "label": "Transactions",
2898
+ "href": "/transactions",
2899
+ "icon": "dollar-sign"
2900
+ },
2901
+ {
2902
+ "label": "Summary",
2903
+ "href": "/summary",
2904
+ "icon": "layout-list"
2905
+ },
2906
+ {
2907
+ "label": "Reports",
2908
+ "href": "/reports",
2909
+ "icon": "bar-chart"
2910
+ }
2911
+ ],
2081
2912
  "children": [
2082
2913
  {
2083
2914
  "type": "stack",
2084
- "direction": "horizontal",
2085
- "gap": "md",
2086
- "justify": "space-between",
2915
+ "direction": "vertical",
2916
+ "gap": "lg",
2917
+ "className": "max-w-5xl mx-auto w-full",
2087
2918
  "children": [
2088
2919
  {
2089
2920
  "type": "stack",
2090
2921
  "direction": "horizontal",
2091
- "gap": "sm",
2922
+ "gap": "md",
2923
+ "justify": "space-between",
2092
2924
  "align": "center",
2093
- "children": [
2094
- {
2095
- "type": "icon",
2096
- "name": "file-text",
2097
- "size": "lg"
2098
- },
2099
- {
2100
- "type": "typography",
2101
- "content": "Reports",
2102
- "variant": "h2"
2103
- }
2104
- ]
2105
- },
2106
- {
2107
- "type": "stack",
2108
- "direction": "horizontal",
2109
- "gap": "sm",
2110
- "children": [
2111
- {
2112
- "type": "button",
2113
- "label": "Create FinanceReport",
2114
- "event": "CREATE",
2115
- "variant": "primary",
2116
- "icon": "plus"
2117
- }
2118
- ]
2119
- }
2120
- ]
2121
- },
2122
- {
2123
- "type": "divider"
2124
- },
2125
- {
2126
- "type": "data-grid",
2127
- "entity": "FinanceReport",
2128
- "emptyIcon": "inbox",
2129
- "emptyTitle": "No financereports yet",
2130
- "emptyDescription": "Create your first financereport to get started.",
2131
- "itemActions": [
2132
- {
2133
- "label": "View",
2134
- "event": "VIEW"
2135
- }
2136
- ],
2137
- "className": "transition-shadow hover:shadow-md cursor-pointer",
2138
- "renderItem": [
2139
- "fn",
2140
- "item",
2141
- {
2142
- "type": "stack",
2143
- "direction": "vertical",
2144
- "gap": "sm",
2145
2925
  "children": [
2146
2926
  {
2147
2927
  "type": "stack",
2148
2928
  "direction": "horizontal",
2149
- "justify": "space-between",
2929
+ "gap": "sm",
2150
2930
  "align": "center",
2151
2931
  "children": [
2152
2932
  {
2153
- "type": "stack",
2154
- "direction": "horizontal",
2155
- "gap": "sm",
2156
- "align": "center",
2157
- "children": [
2158
- {
2159
- "type": "icon",
2160
- "name": "file-text",
2161
- "size": "sm"
2162
- },
2163
- {
2164
- "type": "typography",
2165
- "variant": "h4",
2166
- "content": "@item.title"
2167
- }
2168
- ]
2933
+ "type": "icon",
2934
+ "name": "file-text",
2935
+ "size": "lg"
2169
2936
  },
2170
2937
  {
2171
- "type": "badge",
2172
- "label": "@item.period"
2938
+ "type": "typography",
2939
+ "content": "Reports",
2940
+ "variant": "h2"
2173
2941
  }
2174
2942
  ]
2175
2943
  },
2176
2944
  {
2177
- "type": "typography",
2178
- "variant": "caption",
2179
- "color": "muted",
2180
- "content": "@item.total"
2945
+ "type": "stack",
2946
+ "direction": "horizontal",
2947
+ "gap": "sm",
2948
+ "children": [
2949
+ {
2950
+ "type": "button",
2951
+ "label": "Create FinanceReport",
2952
+ "event": "CREATE",
2953
+ "variant": "primary",
2954
+ "icon": "plus"
2955
+ }
2956
+ ]
2181
2957
  }
2182
2958
  ]
2959
+ },
2960
+ {
2961
+ "type": "divider"
2962
+ },
2963
+ {
2964
+ "type": "data-list",
2965
+ "entity": "FinanceReport",
2966
+ "emptyIcon": "inbox",
2967
+ "emptyTitle": "No reports yet",
2968
+ "emptyDescription": "Generate a report to analyze your finances.",
2969
+ "itemActions": [
2970
+ {
2971
+ "label": "View",
2972
+ "event": "VIEW",
2973
+ "variant": "ghost",
2974
+ "size": "sm"
2975
+ }
2976
+ ],
2977
+ "columns": [
2978
+ {
2979
+ "name": "title",
2980
+ "variant": "h3",
2981
+ "icon": "file-text"
2982
+ },
2983
+ {
2984
+ "name": "period",
2985
+ "variant": "badge"
2986
+ },
2987
+ {
2988
+ "name": "total",
2989
+ "variant": "h4",
2990
+ "format": "currency"
2991
+ },
2992
+ {
2993
+ "name": "generatedAt",
2994
+ "label": "Generated",
2995
+ "variant": "caption",
2996
+ "format": "date"
2997
+ }
2998
+ ],
2999
+ "variant": "card",
3000
+ "gap": "sm"
2183
3001
  }
2184
3002
  ]
2185
3003
  }
@@ -2322,6 +3140,11 @@
2322
3140
  "render-ui",
2323
3141
  "modal",
2324
3142
  null
3143
+ ],
3144
+ [
3145
+ "notify",
3146
+ "Cancelled",
3147
+ "info"
2325
3148
  ]
2326
3149
  ]
2327
3150
  },
@@ -2503,7 +3326,7 @@
2503
3326
  {
2504
3327
  "type": "typography",
2505
3328
  "variant": "caption",
2506
- "content": "GeneratedAt"
3329
+ "content": "Generated At"
2507
3330
  },
2508
3331
  {
2509
3332
  "type": "typography",
@@ -2543,6 +3366,11 @@
2543
3366
  "render-ui",
2544
3367
  "modal",
2545
3368
  null
3369
+ ],
3370
+ [
3371
+ "notify",
3372
+ "Cancelled",
3373
+ "info"
2546
3374
  ]
2547
3375
  ]
2548
3376
  }