@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
@@ -31,6 +31,21 @@
31
31
  "name": "completed",
32
32
  "type": "boolean",
33
33
  "default": false
34
+ },
35
+ {
36
+ "name": "level",
37
+ "type": "number",
38
+ "default": 1
39
+ }
40
+ ],
41
+ "instances": [
42
+ {
43
+ "id": "game-1",
44
+ "name": "Simulator Session",
45
+ "description": "Active game session",
46
+ "status": "active",
47
+ "score": 0,
48
+ "level": 1
34
49
  }
35
50
  ]
36
51
  },
@@ -88,13 +103,20 @@
88
103
  "render-ui",
89
104
  "main",
90
105
  {
91
- "type": "game-menu",
92
- "title": "Experiment Simulator",
93
- "menuItems": [
106
+ "type": "game-shell",
107
+ "appName": "STEM Lab",
108
+ "showTopBar": true,
109
+ "children": [
94
110
  {
95
- "label": "Start",
96
- "event": "START",
97
- "variant": "primary"
111
+ "type": "game-menu",
112
+ "title": "Experiment Simulator",
113
+ "menuItems": [
114
+ {
115
+ "label": "Start",
116
+ "event": "START",
117
+ "variant": "primary"
118
+ }
119
+ ]
98
120
  }
99
121
  ]
100
122
  }
@@ -110,9 +132,36 @@
110
132
  "render-ui",
111
133
  "main",
112
134
  {
113
- "type": "simulator-board",
114
- "entity": "Experiment",
115
- "completeEvent": "COMPLETE"
135
+ "type": "game-shell",
136
+ "appName": "STEM Lab",
137
+ "showTopBar": true,
138
+ "children": [
139
+ {
140
+ "type": "stack",
141
+ "direction": "vertical",
142
+ "gap": "md",
143
+ "children": [
144
+ {
145
+ "type": "game-hud",
146
+ "stats": [
147
+ {
148
+ "label": "Score",
149
+ "value": "@entity.score"
150
+ },
151
+ {
152
+ "label": "Level",
153
+ "value": "@entity.level"
154
+ }
155
+ ]
156
+ },
157
+ {
158
+ "type": "simulator-board",
159
+ "entity": "Experiment",
160
+ "completeEvent": "COMPLETE"
161
+ }
162
+ ]
163
+ }
164
+ ]
116
165
  }
117
166
  ]
118
167
  ]
@@ -132,13 +181,20 @@
132
181
  "render-ui",
133
182
  "main",
134
183
  {
135
- "type": "game-over-screen",
136
- "title": "Well Done!",
137
- "menuItems": [
184
+ "type": "game-shell",
185
+ "appName": "STEM Lab",
186
+ "showTopBar": true,
187
+ "children": [
138
188
  {
139
- "label": "Play Again",
140
- "event": "RESTART",
141
- "variant": "primary"
189
+ "type": "game-over-screen",
190
+ "title": "Well Done!",
191
+ "menuItems": [
192
+ {
193
+ "label": "Play Again",
194
+ "event": "RESTART",
195
+ "variant": "primary"
196
+ }
197
+ ]
142
198
  }
143
199
  ]
144
200
  }
@@ -154,13 +210,20 @@
154
210
  "render-ui",
155
211
  "main",
156
212
  {
157
- "type": "game-menu",
158
- "title": "Experiment Simulator",
159
- "menuItems": [
213
+ "type": "game-shell",
214
+ "appName": "STEM Lab",
215
+ "showTopBar": true,
216
+ "children": [
160
217
  {
161
- "label": "Start",
162
- "event": "START",
163
- "variant": "primary"
218
+ "type": "game-menu",
219
+ "title": "Experiment Simulator",
220
+ "menuItems": [
221
+ {
222
+ "label": "Start",
223
+ "event": "START",
224
+ "variant": "primary"
225
+ }
226
+ ]
164
227
  }
165
228
  ]
166
229
  }
@@ -213,6 +276,21 @@
213
276
  "name": "accuracy",
214
277
  "type": "number",
215
278
  "default": 0
279
+ },
280
+ {
281
+ "name": "level",
282
+ "type": "number",
283
+ "default": 1
284
+ }
285
+ ],
286
+ "instances": [
287
+ {
288
+ "id": "game-1",
289
+ "name": "Classifier Session",
290
+ "description": "Active game session",
291
+ "status": "active",
292
+ "score": 0,
293
+ "level": 1
216
294
  }
217
295
  ]
218
296
  },
@@ -270,13 +348,20 @@
270
348
  "render-ui",
271
349
  "main",
272
350
  {
273
- "type": "game-menu",
274
- "title": "Classification Lab",
275
- "menuItems": [
351
+ "type": "game-shell",
352
+ "appName": "STEM Lab",
353
+ "showTopBar": true,
354
+ "children": [
276
355
  {
277
- "label": "Start",
278
- "event": "START",
279
- "variant": "primary"
356
+ "type": "game-menu",
357
+ "title": "Classification Lab",
358
+ "menuItems": [
359
+ {
360
+ "label": "Start",
361
+ "event": "START",
362
+ "variant": "primary"
363
+ }
364
+ ]
280
365
  }
281
366
  ]
282
367
  }
@@ -292,9 +377,36 @@
292
377
  "render-ui",
293
378
  "main",
294
379
  {
295
- "type": "classifier-board",
296
- "entity": "Classification",
297
- "completeEvent": "COMPLETE"
380
+ "type": "game-shell",
381
+ "appName": "STEM Lab",
382
+ "showTopBar": true,
383
+ "children": [
384
+ {
385
+ "type": "stack",
386
+ "direction": "vertical",
387
+ "gap": "md",
388
+ "children": [
389
+ {
390
+ "type": "game-hud",
391
+ "stats": [
392
+ {
393
+ "label": "Score",
394
+ "value": "@entity.score"
395
+ },
396
+ {
397
+ "label": "Level",
398
+ "value": "@entity.level"
399
+ }
400
+ ]
401
+ },
402
+ {
403
+ "type": "classifier-board",
404
+ "entity": "Classification",
405
+ "completeEvent": "COMPLETE"
406
+ }
407
+ ]
408
+ }
409
+ ]
298
410
  }
299
411
  ]
300
412
  ]
@@ -314,13 +426,20 @@
314
426
  "render-ui",
315
427
  "main",
316
428
  {
317
- "type": "game-over-screen",
318
- "title": "Well Done!",
319
- "menuItems": [
429
+ "type": "game-shell",
430
+ "appName": "STEM Lab",
431
+ "showTopBar": true,
432
+ "children": [
320
433
  {
321
- "label": "Play Again",
322
- "event": "RESTART",
323
- "variant": "primary"
434
+ "type": "game-over-screen",
435
+ "title": "Well Done!",
436
+ "menuItems": [
437
+ {
438
+ "label": "Play Again",
439
+ "event": "RESTART",
440
+ "variant": "primary"
441
+ }
442
+ ]
324
443
  }
325
444
  ]
326
445
  }
@@ -336,13 +455,20 @@
336
455
  "render-ui",
337
456
  "main",
338
457
  {
339
- "type": "game-menu",
340
- "title": "Classification Lab",
341
- "menuItems": [
458
+ "type": "game-shell",
459
+ "appName": "STEM Lab",
460
+ "showTopBar": true,
461
+ "children": [
342
462
  {
343
- "label": "Start",
344
- "event": "START",
345
- "variant": "primary"
463
+ "type": "game-menu",
464
+ "title": "Classification Lab",
465
+ "menuItems": [
466
+ {
467
+ "label": "Start",
468
+ "event": "START",
469
+ "variant": "primary"
470
+ }
471
+ ]
346
472
  }
347
473
  ]
348
474
  }
@@ -448,111 +574,251 @@
448
574
  "render-ui",
449
575
  "main",
450
576
  {
451
- "type": "stack",
452
- "direction": "vertical",
453
- "gap": "lg",
577
+ "type": "game-shell",
578
+ "appName": "STEM Lab",
579
+ "showTopBar": true,
454
580
  "children": [
455
581
  {
456
- "type": "stack",
457
- "direction": "horizontal",
458
- "gap": "md",
459
- "justify": "space-between",
582
+ "type": "scaled-diagram",
460
583
  "children": [
461
584
  {
462
585
  "type": "stack",
463
- "direction": "horizontal",
464
- "gap": "md",
586
+ "direction": "vertical",
587
+ "gap": "lg",
465
588
  "children": [
466
589
  {
467
- "type": "icon",
468
- "name": "clipboard",
469
- "size": "lg"
590
+ "type": "breadcrumb",
591
+ "items": [
592
+ {
593
+ "label": "Home",
594
+ "href": "/"
595
+ },
596
+ {
597
+ "label": "Lab Results"
598
+ }
599
+ ]
470
600
  },
471
- {
472
- "type": "typography",
473
- "content": "Lab Results",
474
- "variant": "h2"
475
- }
476
- ]
477
- },
478
- {
479
- "type": "button",
480
- "label": "Refresh",
481
- "event": "REFRESH",
482
- "variant": "secondary",
483
- "icon": "refresh-cw"
484
- }
485
- ]
486
- },
487
- {
488
- "type": "divider"
489
- },
490
- {
491
- "type": "simple-grid",
492
- "columns": 3,
493
- "children": [
494
- {
495
- "type": "stat-display",
496
- "label": "ExperimentCount",
497
- "value": [
498
- "object/get",
499
- [
500
- "array/first",
501
- "@entity"
502
- ],
503
- "experimentCount"
504
- ]
505
- },
506
- {
507
- "type": "stat-display",
508
- "label": "AvgAccuracy",
509
- "value": [
510
- "object/get",
511
- [
512
- "array/first",
513
- "@entity"
514
- ],
515
- "avgAccuracy"
516
- ]
517
- },
518
- {
519
- "type": "stat-display",
520
- "label": "TotalScore",
521
- "value": [
522
- "object/get",
523
- [
524
- "array/first",
525
- "@entity"
526
- ],
527
- "totalScore"
528
- ]
529
- },
530
- {
531
- "type": "card",
532
- "children": [
533
601
  {
534
602
  "type": "stack",
535
- "direction": "vertical",
536
- "gap": "sm",
603
+ "direction": "horizontal",
604
+ "gap": "md",
605
+ "justify": "space-between",
606
+ "children": [
607
+ {
608
+ "type": "stack",
609
+ "direction": "horizontal",
610
+ "gap": "md",
611
+ "children": [
612
+ {
613
+ "type": "icon",
614
+ "name": "clipboard",
615
+ "size": "lg"
616
+ },
617
+ {
618
+ "type": "typography",
619
+ "content": "Lab Results",
620
+ "variant": "h2"
621
+ }
622
+ ]
623
+ },
624
+ {
625
+ "type": "button",
626
+ "label": "Refresh",
627
+ "event": "REFRESH",
628
+ "variant": "secondary",
629
+ "icon": "refresh-cw"
630
+ }
631
+ ]
632
+ },
633
+ {
634
+ "type": "divider"
635
+ },
636
+ {
637
+ "type": "box",
638
+ "padding": "md",
537
639
  "children": [
538
640
  {
539
- "type": "typography",
540
- "variant": "caption",
541
- "content": "Grade"
641
+ "type": "simple-grid",
642
+ "columns": 3,
643
+ "children": [
644
+ {
645
+ "type": "stat-display",
646
+ "label": "ExperimentCount",
647
+ "value": [
648
+ "object/get",
649
+ [
650
+ "array/first",
651
+ "@entity"
652
+ ],
653
+ "experimentCount"
654
+ ]
655
+ },
656
+ {
657
+ "type": "stat-display",
658
+ "label": "AvgAccuracy",
659
+ "value": [
660
+ "object/get",
661
+ [
662
+ "array/first",
663
+ "@entity"
664
+ ],
665
+ "avgAccuracy"
666
+ ]
667
+ },
668
+ {
669
+ "type": "stat-display",
670
+ "label": "TotalScore",
671
+ "value": [
672
+ "object/get",
673
+ [
674
+ "array/first",
675
+ "@entity"
676
+ ],
677
+ "totalScore"
678
+ ]
679
+ },
680
+ {
681
+ "type": "card",
682
+ "children": [
683
+ {
684
+ "type": "stack",
685
+ "direction": "vertical",
686
+ "gap": "sm",
687
+ "children": [
688
+ {
689
+ "type": "typography",
690
+ "variant": "caption",
691
+ "content": "Grade"
692
+ },
693
+ {
694
+ "type": "typography",
695
+ "variant": "h3",
696
+ "content": [
697
+ "object/get",
698
+ [
699
+ "array/first",
700
+ "@entity"
701
+ ],
702
+ "grade"
703
+ ]
704
+ }
705
+ ]
706
+ }
707
+ ]
708
+ }
709
+ ]
710
+ }
711
+ ]
712
+ },
713
+ {
714
+ "type": "divider"
715
+ },
716
+ {
717
+ "type": "grid",
718
+ "columns": 2,
719
+ "gap": "md",
720
+ "children": [
721
+ {
722
+ "type": "card",
723
+ "children": [
724
+ {
725
+ "type": "typography",
726
+ "variant": "caption",
727
+ "content": "Chart View"
728
+ }
729
+ ]
542
730
  },
543
731
  {
544
- "type": "typography",
545
- "variant": "h3",
546
- "content": [
547
- "object/get",
548
- [
549
- "array/first",
550
- "@entity"
551
- ],
552
- "grade"
732
+ "type": "card",
733
+ "children": [
734
+ {
735
+ "type": "typography",
736
+ "variant": "caption",
737
+ "content": "Graph View"
738
+ }
553
739
  ]
554
740
  }
555
741
  ]
742
+ },
743
+ {
744
+ "type": "line-chart",
745
+ "data": [
746
+ {
747
+ "date": "Jan",
748
+ "value": 12
749
+ },
750
+ {
751
+ "date": "Feb",
752
+ "value": 19
753
+ },
754
+ {
755
+ "date": "Mar",
756
+ "value": 15
757
+ },
758
+ {
759
+ "date": "Apr",
760
+ "value": 25
761
+ },
762
+ {
763
+ "date": "May",
764
+ "value": 22
765
+ },
766
+ {
767
+ "date": "Jun",
768
+ "value": 30
769
+ }
770
+ ],
771
+ "xKey": "date",
772
+ "yKey": "value",
773
+ "title": "Trend"
774
+ },
775
+ {
776
+ "type": "chart-legend",
777
+ "items": [
778
+ {
779
+ "label": "Current",
780
+ "color": "primary"
781
+ },
782
+ {
783
+ "label": "Previous",
784
+ "color": "muted"
785
+ }
786
+ ]
787
+ },
788
+ {
789
+ "type": "graph-view",
790
+ "nodes": [
791
+ {
792
+ "id": "a",
793
+ "label": "Start",
794
+ "x": 50,
795
+ "y": 100
796
+ },
797
+ {
798
+ "id": "b",
799
+ "label": "Process",
800
+ "x": 200,
801
+ "y": 50
802
+ },
803
+ {
804
+ "id": "c",
805
+ "label": "End",
806
+ "x": 350,
807
+ "y": 100
808
+ }
809
+ ],
810
+ "edges": [
811
+ {
812
+ "from": "a",
813
+ "to": "b"
814
+ },
815
+ {
816
+ "from": "b",
817
+ "to": "c"
818
+ }
819
+ ],
820
+ "width": 400,
821
+ "height": 200
556
822
  }
557
823
  ]
558
824
  }
@@ -576,111 +842,251 @@
576
842
  "render-ui",
577
843
  "main",
578
844
  {
579
- "type": "stack",
580
- "direction": "vertical",
581
- "gap": "lg",
845
+ "type": "game-shell",
846
+ "appName": "STEM Lab",
847
+ "showTopBar": true,
582
848
  "children": [
583
849
  {
584
- "type": "stack",
585
- "direction": "horizontal",
586
- "gap": "md",
587
- "justify": "space-between",
850
+ "type": "scaled-diagram",
588
851
  "children": [
589
852
  {
590
853
  "type": "stack",
591
- "direction": "horizontal",
592
- "gap": "md",
854
+ "direction": "vertical",
855
+ "gap": "lg",
593
856
  "children": [
594
857
  {
595
- "type": "icon",
596
- "name": "clipboard",
597
- "size": "lg"
858
+ "type": "breadcrumb",
859
+ "items": [
860
+ {
861
+ "label": "Home",
862
+ "href": "/"
863
+ },
864
+ {
865
+ "label": "Lab Results"
866
+ }
867
+ ]
598
868
  },
599
- {
600
- "type": "typography",
601
- "content": "Lab Results",
602
- "variant": "h2"
603
- }
604
- ]
605
- },
606
- {
607
- "type": "button",
608
- "label": "Refresh",
609
- "event": "REFRESH",
610
- "variant": "secondary",
611
- "icon": "refresh-cw"
612
- }
613
- ]
614
- },
615
- {
616
- "type": "divider"
617
- },
618
- {
619
- "type": "simple-grid",
620
- "columns": 3,
621
- "children": [
622
- {
623
- "type": "stat-display",
624
- "label": "ExperimentCount",
625
- "value": [
626
- "object/get",
627
- [
628
- "array/first",
629
- "@entity"
630
- ],
631
- "experimentCount"
632
- ]
633
- },
634
- {
635
- "type": "stat-display",
636
- "label": "AvgAccuracy",
637
- "value": [
638
- "object/get",
639
- [
640
- "array/first",
641
- "@entity"
642
- ],
643
- "avgAccuracy"
644
- ]
645
- },
646
- {
647
- "type": "stat-display",
648
- "label": "TotalScore",
649
- "value": [
650
- "object/get",
651
- [
652
- "array/first",
653
- "@entity"
654
- ],
655
- "totalScore"
656
- ]
657
- },
658
- {
659
- "type": "card",
660
- "children": [
661
869
  {
662
870
  "type": "stack",
663
- "direction": "vertical",
664
- "gap": "sm",
871
+ "direction": "horizontal",
872
+ "gap": "md",
873
+ "justify": "space-between",
665
874
  "children": [
666
875
  {
667
- "type": "typography",
668
- "variant": "caption",
669
- "content": "Grade"
876
+ "type": "stack",
877
+ "direction": "horizontal",
878
+ "gap": "md",
879
+ "children": [
880
+ {
881
+ "type": "icon",
882
+ "name": "clipboard",
883
+ "size": "lg"
884
+ },
885
+ {
886
+ "type": "typography",
887
+ "content": "Lab Results",
888
+ "variant": "h2"
889
+ }
890
+ ]
670
891
  },
671
892
  {
672
- "type": "typography",
673
- "variant": "h3",
674
- "content": [
675
- "object/get",
676
- [
677
- "array/first",
678
- "@entity"
679
- ],
680
- "grade"
893
+ "type": "button",
894
+ "label": "Refresh",
895
+ "event": "REFRESH",
896
+ "variant": "secondary",
897
+ "icon": "refresh-cw"
898
+ }
899
+ ]
900
+ },
901
+ {
902
+ "type": "divider"
903
+ },
904
+ {
905
+ "type": "box",
906
+ "padding": "md",
907
+ "children": [
908
+ {
909
+ "type": "simple-grid",
910
+ "columns": 3,
911
+ "children": [
912
+ {
913
+ "type": "stat-display",
914
+ "label": "ExperimentCount",
915
+ "value": [
916
+ "object/get",
917
+ [
918
+ "array/first",
919
+ "@entity"
920
+ ],
921
+ "experimentCount"
922
+ ]
923
+ },
924
+ {
925
+ "type": "stat-display",
926
+ "label": "AvgAccuracy",
927
+ "value": [
928
+ "object/get",
929
+ [
930
+ "array/first",
931
+ "@entity"
932
+ ],
933
+ "avgAccuracy"
934
+ ]
935
+ },
936
+ {
937
+ "type": "stat-display",
938
+ "label": "TotalScore",
939
+ "value": [
940
+ "object/get",
941
+ [
942
+ "array/first",
943
+ "@entity"
944
+ ],
945
+ "totalScore"
946
+ ]
947
+ },
948
+ {
949
+ "type": "card",
950
+ "children": [
951
+ {
952
+ "type": "stack",
953
+ "direction": "vertical",
954
+ "gap": "sm",
955
+ "children": [
956
+ {
957
+ "type": "typography",
958
+ "variant": "caption",
959
+ "content": "Grade"
960
+ },
961
+ {
962
+ "type": "typography",
963
+ "variant": "h3",
964
+ "content": [
965
+ "object/get",
966
+ [
967
+ "array/first",
968
+ "@entity"
969
+ ],
970
+ "grade"
971
+ ]
972
+ }
973
+ ]
974
+ }
975
+ ]
976
+ }
977
+ ]
978
+ }
979
+ ]
980
+ },
981
+ {
982
+ "type": "divider"
983
+ },
984
+ {
985
+ "type": "grid",
986
+ "columns": 2,
987
+ "gap": "md",
988
+ "children": [
989
+ {
990
+ "type": "card",
991
+ "children": [
992
+ {
993
+ "type": "typography",
994
+ "variant": "caption",
995
+ "content": "Chart View"
996
+ }
997
+ ]
998
+ },
999
+ {
1000
+ "type": "card",
1001
+ "children": [
1002
+ {
1003
+ "type": "typography",
1004
+ "variant": "caption",
1005
+ "content": "Graph View"
1006
+ }
681
1007
  ]
682
1008
  }
683
1009
  ]
1010
+ },
1011
+ {
1012
+ "type": "line-chart",
1013
+ "data": [
1014
+ {
1015
+ "date": "Jan",
1016
+ "value": 12
1017
+ },
1018
+ {
1019
+ "date": "Feb",
1020
+ "value": 19
1021
+ },
1022
+ {
1023
+ "date": "Mar",
1024
+ "value": 15
1025
+ },
1026
+ {
1027
+ "date": "Apr",
1028
+ "value": 25
1029
+ },
1030
+ {
1031
+ "date": "May",
1032
+ "value": 22
1033
+ },
1034
+ {
1035
+ "date": "Jun",
1036
+ "value": 30
1037
+ }
1038
+ ],
1039
+ "xKey": "date",
1040
+ "yKey": "value",
1041
+ "title": "Trend"
1042
+ },
1043
+ {
1044
+ "type": "chart-legend",
1045
+ "items": [
1046
+ {
1047
+ "label": "Current",
1048
+ "color": "primary"
1049
+ },
1050
+ {
1051
+ "label": "Previous",
1052
+ "color": "muted"
1053
+ }
1054
+ ]
1055
+ },
1056
+ {
1057
+ "type": "graph-view",
1058
+ "nodes": [
1059
+ {
1060
+ "id": "a",
1061
+ "label": "Start",
1062
+ "x": 50,
1063
+ "y": 100
1064
+ },
1065
+ {
1066
+ "id": "b",
1067
+ "label": "Process",
1068
+ "x": 200,
1069
+ "y": 50
1070
+ },
1071
+ {
1072
+ "id": "c",
1073
+ "label": "End",
1074
+ "x": 350,
1075
+ "y": 100
1076
+ }
1077
+ ],
1078
+ "edges": [
1079
+ {
1080
+ "from": "a",
1081
+ "to": "b"
1082
+ },
1083
+ {
1084
+ "from": "b",
1085
+ "to": "c"
1086
+ }
1087
+ ],
1088
+ "width": 400,
1089
+ "height": 200
684
1090
  }
685
1091
  ]
686
1092
  }
@@ -704,111 +1110,251 @@
704
1110
  "render-ui",
705
1111
  "main",
706
1112
  {
707
- "type": "stack",
708
- "direction": "vertical",
709
- "gap": "lg",
1113
+ "type": "game-shell",
1114
+ "appName": "STEM Lab",
1115
+ "showTopBar": true,
710
1116
  "children": [
711
1117
  {
712
- "type": "stack",
713
- "direction": "horizontal",
714
- "gap": "md",
715
- "justify": "space-between",
1118
+ "type": "scaled-diagram",
716
1119
  "children": [
717
1120
  {
718
1121
  "type": "stack",
719
- "direction": "horizontal",
720
- "gap": "md",
1122
+ "direction": "vertical",
1123
+ "gap": "lg",
721
1124
  "children": [
722
1125
  {
723
- "type": "icon",
724
- "name": "clipboard",
725
- "size": "lg"
1126
+ "type": "breadcrumb",
1127
+ "items": [
1128
+ {
1129
+ "label": "Home",
1130
+ "href": "/"
1131
+ },
1132
+ {
1133
+ "label": "Lab Results"
1134
+ }
1135
+ ]
1136
+ },
1137
+ {
1138
+ "type": "stack",
1139
+ "direction": "horizontal",
1140
+ "gap": "md",
1141
+ "justify": "space-between",
1142
+ "children": [
1143
+ {
1144
+ "type": "stack",
1145
+ "direction": "horizontal",
1146
+ "gap": "md",
1147
+ "children": [
1148
+ {
1149
+ "type": "icon",
1150
+ "name": "clipboard",
1151
+ "size": "lg"
1152
+ },
1153
+ {
1154
+ "type": "typography",
1155
+ "content": "Lab Results",
1156
+ "variant": "h2"
1157
+ }
1158
+ ]
1159
+ },
1160
+ {
1161
+ "type": "button",
1162
+ "label": "Refresh",
1163
+ "event": "REFRESH",
1164
+ "variant": "secondary",
1165
+ "icon": "refresh-cw"
1166
+ }
1167
+ ]
726
1168
  },
727
1169
  {
728
- "type": "typography",
729
- "content": "Lab Results",
730
- "variant": "h2"
731
- }
732
- ]
733
- },
734
- {
735
- "type": "button",
736
- "label": "Refresh",
737
- "event": "REFRESH",
738
- "variant": "secondary",
739
- "icon": "refresh-cw"
740
- }
741
- ]
742
- },
743
- {
744
- "type": "divider"
745
- },
746
- {
747
- "type": "simple-grid",
748
- "columns": 3,
749
- "children": [
750
- {
751
- "type": "stat-display",
752
- "label": "ExperimentCount",
753
- "value": [
754
- "object/get",
755
- [
756
- "array/first",
757
- "@entity"
758
- ],
759
- "experimentCount"
760
- ]
761
- },
762
- {
763
- "type": "stat-display",
764
- "label": "AvgAccuracy",
765
- "value": [
766
- "object/get",
767
- [
768
- "array/first",
769
- "@entity"
770
- ],
771
- "avgAccuracy"
772
- ]
773
- },
774
- {
775
- "type": "stat-display",
776
- "label": "TotalScore",
777
- "value": [
778
- "object/get",
779
- [
780
- "array/first",
781
- "@entity"
782
- ],
783
- "totalScore"
784
- ]
785
- },
786
- {
787
- "type": "card",
788
- "children": [
1170
+ "type": "divider"
1171
+ },
789
1172
  {
790
- "type": "stack",
791
- "direction": "vertical",
792
- "gap": "sm",
1173
+ "type": "box",
1174
+ "padding": "md",
793
1175
  "children": [
794
1176
  {
795
- "type": "typography",
796
- "variant": "caption",
797
- "content": "Grade"
1177
+ "type": "simple-grid",
1178
+ "columns": 3,
1179
+ "children": [
1180
+ {
1181
+ "type": "stat-display",
1182
+ "label": "ExperimentCount",
1183
+ "value": [
1184
+ "object/get",
1185
+ [
1186
+ "array/first",
1187
+ "@entity"
1188
+ ],
1189
+ "experimentCount"
1190
+ ]
1191
+ },
1192
+ {
1193
+ "type": "stat-display",
1194
+ "label": "AvgAccuracy",
1195
+ "value": [
1196
+ "object/get",
1197
+ [
1198
+ "array/first",
1199
+ "@entity"
1200
+ ],
1201
+ "avgAccuracy"
1202
+ ]
1203
+ },
1204
+ {
1205
+ "type": "stat-display",
1206
+ "label": "TotalScore",
1207
+ "value": [
1208
+ "object/get",
1209
+ [
1210
+ "array/first",
1211
+ "@entity"
1212
+ ],
1213
+ "totalScore"
1214
+ ]
1215
+ },
1216
+ {
1217
+ "type": "card",
1218
+ "children": [
1219
+ {
1220
+ "type": "stack",
1221
+ "direction": "vertical",
1222
+ "gap": "sm",
1223
+ "children": [
1224
+ {
1225
+ "type": "typography",
1226
+ "variant": "caption",
1227
+ "content": "Grade"
1228
+ },
1229
+ {
1230
+ "type": "typography",
1231
+ "variant": "h3",
1232
+ "content": [
1233
+ "object/get",
1234
+ [
1235
+ "array/first",
1236
+ "@entity"
1237
+ ],
1238
+ "grade"
1239
+ ]
1240
+ }
1241
+ ]
1242
+ }
1243
+ ]
1244
+ }
1245
+ ]
1246
+ }
1247
+ ]
1248
+ },
1249
+ {
1250
+ "type": "divider"
1251
+ },
1252
+ {
1253
+ "type": "grid",
1254
+ "columns": 2,
1255
+ "gap": "md",
1256
+ "children": [
1257
+ {
1258
+ "type": "card",
1259
+ "children": [
1260
+ {
1261
+ "type": "typography",
1262
+ "variant": "caption",
1263
+ "content": "Chart View"
1264
+ }
1265
+ ]
798
1266
  },
799
1267
  {
800
- "type": "typography",
801
- "variant": "h3",
802
- "content": [
803
- "object/get",
804
- [
805
- "array/first",
806
- "@entity"
807
- ],
808
- "grade"
1268
+ "type": "card",
1269
+ "children": [
1270
+ {
1271
+ "type": "typography",
1272
+ "variant": "caption",
1273
+ "content": "Graph View"
1274
+ }
809
1275
  ]
810
1276
  }
811
1277
  ]
1278
+ },
1279
+ {
1280
+ "type": "line-chart",
1281
+ "data": [
1282
+ {
1283
+ "date": "Jan",
1284
+ "value": 12
1285
+ },
1286
+ {
1287
+ "date": "Feb",
1288
+ "value": 19
1289
+ },
1290
+ {
1291
+ "date": "Mar",
1292
+ "value": 15
1293
+ },
1294
+ {
1295
+ "date": "Apr",
1296
+ "value": 25
1297
+ },
1298
+ {
1299
+ "date": "May",
1300
+ "value": 22
1301
+ },
1302
+ {
1303
+ "date": "Jun",
1304
+ "value": 30
1305
+ }
1306
+ ],
1307
+ "xKey": "date",
1308
+ "yKey": "value",
1309
+ "title": "Trend"
1310
+ },
1311
+ {
1312
+ "type": "chart-legend",
1313
+ "items": [
1314
+ {
1315
+ "label": "Current",
1316
+ "color": "primary"
1317
+ },
1318
+ {
1319
+ "label": "Previous",
1320
+ "color": "muted"
1321
+ }
1322
+ ]
1323
+ },
1324
+ {
1325
+ "type": "graph-view",
1326
+ "nodes": [
1327
+ {
1328
+ "id": "a",
1329
+ "label": "Start",
1330
+ "x": 50,
1331
+ "y": 100
1332
+ },
1333
+ {
1334
+ "id": "b",
1335
+ "label": "Process",
1336
+ "x": 200,
1337
+ "y": 50
1338
+ },
1339
+ {
1340
+ "id": "c",
1341
+ "label": "End",
1342
+ "x": 350,
1343
+ "y": 100
1344
+ }
1345
+ ],
1346
+ "edges": [
1347
+ {
1348
+ "from": "a",
1349
+ "to": "b"
1350
+ },
1351
+ {
1352
+ "from": "b",
1353
+ "to": "c"
1354
+ }
1355
+ ],
1356
+ "width": 400,
1357
+ "height": 200
812
1358
  }
813
1359
  ]
814
1360
  }
@@ -832,111 +1378,251 @@
832
1378
  "render-ui",
833
1379
  "main",
834
1380
  {
835
- "type": "stack",
836
- "direction": "vertical",
837
- "gap": "lg",
1381
+ "type": "game-shell",
1382
+ "appName": "STEM Lab",
1383
+ "showTopBar": true,
838
1384
  "children": [
839
1385
  {
840
- "type": "stack",
841
- "direction": "horizontal",
842
- "gap": "md",
843
- "justify": "space-between",
1386
+ "type": "scaled-diagram",
844
1387
  "children": [
845
1388
  {
846
1389
  "type": "stack",
847
- "direction": "horizontal",
848
- "gap": "md",
1390
+ "direction": "vertical",
1391
+ "gap": "lg",
849
1392
  "children": [
850
1393
  {
851
- "type": "icon",
852
- "name": "clipboard",
853
- "size": "lg"
1394
+ "type": "breadcrumb",
1395
+ "items": [
1396
+ {
1397
+ "label": "Home",
1398
+ "href": "/"
1399
+ },
1400
+ {
1401
+ "label": "Lab Results"
1402
+ }
1403
+ ]
854
1404
  },
855
- {
856
- "type": "typography",
857
- "content": "Lab Results",
858
- "variant": "h2"
859
- }
860
- ]
861
- },
862
- {
863
- "type": "button",
864
- "label": "Refresh",
865
- "event": "REFRESH",
866
- "variant": "secondary",
867
- "icon": "refresh-cw"
868
- }
869
- ]
870
- },
871
- {
872
- "type": "divider"
873
- },
874
- {
875
- "type": "simple-grid",
876
- "columns": 3,
877
- "children": [
878
- {
879
- "type": "stat-display",
880
- "label": "ExperimentCount",
881
- "value": [
882
- "object/get",
883
- [
884
- "array/first",
885
- "@entity"
886
- ],
887
- "experimentCount"
888
- ]
889
- },
890
- {
891
- "type": "stat-display",
892
- "label": "AvgAccuracy",
893
- "value": [
894
- "object/get",
895
- [
896
- "array/first",
897
- "@entity"
898
- ],
899
- "avgAccuracy"
900
- ]
901
- },
902
- {
903
- "type": "stat-display",
904
- "label": "TotalScore",
905
- "value": [
906
- "object/get",
907
- [
908
- "array/first",
909
- "@entity"
910
- ],
911
- "totalScore"
912
- ]
913
- },
914
- {
915
- "type": "card",
916
- "children": [
917
1405
  {
918
1406
  "type": "stack",
919
- "direction": "vertical",
920
- "gap": "sm",
1407
+ "direction": "horizontal",
1408
+ "gap": "md",
1409
+ "justify": "space-between",
921
1410
  "children": [
922
1411
  {
923
- "type": "typography",
924
- "variant": "caption",
925
- "content": "Grade"
1412
+ "type": "stack",
1413
+ "direction": "horizontal",
1414
+ "gap": "md",
1415
+ "children": [
1416
+ {
1417
+ "type": "icon",
1418
+ "name": "clipboard",
1419
+ "size": "lg"
1420
+ },
1421
+ {
1422
+ "type": "typography",
1423
+ "content": "Lab Results",
1424
+ "variant": "h2"
1425
+ }
1426
+ ]
926
1427
  },
927
1428
  {
928
- "type": "typography",
929
- "variant": "h3",
930
- "content": [
931
- "object/get",
932
- [
933
- "array/first",
934
- "@entity"
935
- ],
936
- "grade"
1429
+ "type": "button",
1430
+ "label": "Refresh",
1431
+ "event": "REFRESH",
1432
+ "variant": "secondary",
1433
+ "icon": "refresh-cw"
1434
+ }
1435
+ ]
1436
+ },
1437
+ {
1438
+ "type": "divider"
1439
+ },
1440
+ {
1441
+ "type": "box",
1442
+ "padding": "md",
1443
+ "children": [
1444
+ {
1445
+ "type": "simple-grid",
1446
+ "columns": 3,
1447
+ "children": [
1448
+ {
1449
+ "type": "stat-display",
1450
+ "label": "ExperimentCount",
1451
+ "value": [
1452
+ "object/get",
1453
+ [
1454
+ "array/first",
1455
+ "@entity"
1456
+ ],
1457
+ "experimentCount"
1458
+ ]
1459
+ },
1460
+ {
1461
+ "type": "stat-display",
1462
+ "label": "AvgAccuracy",
1463
+ "value": [
1464
+ "object/get",
1465
+ [
1466
+ "array/first",
1467
+ "@entity"
1468
+ ],
1469
+ "avgAccuracy"
1470
+ ]
1471
+ },
1472
+ {
1473
+ "type": "stat-display",
1474
+ "label": "TotalScore",
1475
+ "value": [
1476
+ "object/get",
1477
+ [
1478
+ "array/first",
1479
+ "@entity"
1480
+ ],
1481
+ "totalScore"
1482
+ ]
1483
+ },
1484
+ {
1485
+ "type": "card",
1486
+ "children": [
1487
+ {
1488
+ "type": "stack",
1489
+ "direction": "vertical",
1490
+ "gap": "sm",
1491
+ "children": [
1492
+ {
1493
+ "type": "typography",
1494
+ "variant": "caption",
1495
+ "content": "Grade"
1496
+ },
1497
+ {
1498
+ "type": "typography",
1499
+ "variant": "h3",
1500
+ "content": [
1501
+ "object/get",
1502
+ [
1503
+ "array/first",
1504
+ "@entity"
1505
+ ],
1506
+ "grade"
1507
+ ]
1508
+ }
1509
+ ]
1510
+ }
1511
+ ]
1512
+ }
937
1513
  ]
938
1514
  }
939
1515
  ]
1516
+ },
1517
+ {
1518
+ "type": "divider"
1519
+ },
1520
+ {
1521
+ "type": "grid",
1522
+ "columns": 2,
1523
+ "gap": "md",
1524
+ "children": [
1525
+ {
1526
+ "type": "card",
1527
+ "children": [
1528
+ {
1529
+ "type": "typography",
1530
+ "variant": "caption",
1531
+ "content": "Chart View"
1532
+ }
1533
+ ]
1534
+ },
1535
+ {
1536
+ "type": "card",
1537
+ "children": [
1538
+ {
1539
+ "type": "typography",
1540
+ "variant": "caption",
1541
+ "content": "Graph View"
1542
+ }
1543
+ ]
1544
+ }
1545
+ ]
1546
+ },
1547
+ {
1548
+ "type": "line-chart",
1549
+ "data": [
1550
+ {
1551
+ "date": "Jan",
1552
+ "value": 12
1553
+ },
1554
+ {
1555
+ "date": "Feb",
1556
+ "value": 19
1557
+ },
1558
+ {
1559
+ "date": "Mar",
1560
+ "value": 15
1561
+ },
1562
+ {
1563
+ "date": "Apr",
1564
+ "value": 25
1565
+ },
1566
+ {
1567
+ "date": "May",
1568
+ "value": 22
1569
+ },
1570
+ {
1571
+ "date": "Jun",
1572
+ "value": 30
1573
+ }
1574
+ ],
1575
+ "xKey": "date",
1576
+ "yKey": "value",
1577
+ "title": "Trend"
1578
+ },
1579
+ {
1580
+ "type": "chart-legend",
1581
+ "items": [
1582
+ {
1583
+ "label": "Current",
1584
+ "color": "primary"
1585
+ },
1586
+ {
1587
+ "label": "Previous",
1588
+ "color": "muted"
1589
+ }
1590
+ ]
1591
+ },
1592
+ {
1593
+ "type": "graph-view",
1594
+ "nodes": [
1595
+ {
1596
+ "id": "a",
1597
+ "label": "Start",
1598
+ "x": 50,
1599
+ "y": 100
1600
+ },
1601
+ {
1602
+ "id": "b",
1603
+ "label": "Process",
1604
+ "x": 200,
1605
+ "y": 50
1606
+ },
1607
+ {
1608
+ "id": "c",
1609
+ "label": "End",
1610
+ "x": 350,
1611
+ "y": 100
1612
+ }
1613
+ ],
1614
+ "edges": [
1615
+ {
1616
+ "from": "a",
1617
+ "to": "b"
1618
+ },
1619
+ {
1620
+ "from": "b",
1621
+ "to": "c"
1622
+ }
1623
+ ],
1624
+ "width": 400,
1625
+ "height": 200
940
1626
  }
941
1627
  ]
942
1628
  }
@@ -960,111 +1646,251 @@
960
1646
  "render-ui",
961
1647
  "main",
962
1648
  {
963
- "type": "stack",
964
- "direction": "vertical",
965
- "gap": "lg",
1649
+ "type": "game-shell",
1650
+ "appName": "STEM Lab",
1651
+ "showTopBar": true,
966
1652
  "children": [
967
1653
  {
968
- "type": "stack",
969
- "direction": "horizontal",
970
- "gap": "md",
971
- "justify": "space-between",
1654
+ "type": "scaled-diagram",
972
1655
  "children": [
973
1656
  {
974
1657
  "type": "stack",
975
- "direction": "horizontal",
976
- "gap": "md",
1658
+ "direction": "vertical",
1659
+ "gap": "lg",
977
1660
  "children": [
978
1661
  {
979
- "type": "icon",
980
- "name": "clipboard",
981
- "size": "lg"
1662
+ "type": "breadcrumb",
1663
+ "items": [
1664
+ {
1665
+ "label": "Home",
1666
+ "href": "/"
1667
+ },
1668
+ {
1669
+ "label": "Lab Results"
1670
+ }
1671
+ ]
982
1672
  },
983
- {
984
- "type": "typography",
985
- "content": "Lab Results",
986
- "variant": "h2"
987
- }
988
- ]
989
- },
990
- {
991
- "type": "button",
992
- "label": "Refresh",
993
- "event": "REFRESH",
994
- "variant": "secondary",
995
- "icon": "refresh-cw"
996
- }
997
- ]
998
- },
999
- {
1000
- "type": "divider"
1001
- },
1002
- {
1003
- "type": "simple-grid",
1004
- "columns": 3,
1005
- "children": [
1006
- {
1007
- "type": "stat-display",
1008
- "label": "ExperimentCount",
1009
- "value": [
1010
- "object/get",
1011
- [
1012
- "array/first",
1013
- "@entity"
1014
- ],
1015
- "experimentCount"
1016
- ]
1017
- },
1018
- {
1019
- "type": "stat-display",
1020
- "label": "AvgAccuracy",
1021
- "value": [
1022
- "object/get",
1023
- [
1024
- "array/first",
1025
- "@entity"
1026
- ],
1027
- "avgAccuracy"
1028
- ]
1029
- },
1030
- {
1031
- "type": "stat-display",
1032
- "label": "TotalScore",
1033
- "value": [
1034
- "object/get",
1035
- [
1036
- "array/first",
1037
- "@entity"
1038
- ],
1039
- "totalScore"
1040
- ]
1041
- },
1042
- {
1043
- "type": "card",
1044
- "children": [
1045
1673
  {
1046
1674
  "type": "stack",
1047
- "direction": "vertical",
1048
- "gap": "sm",
1675
+ "direction": "horizontal",
1676
+ "gap": "md",
1677
+ "justify": "space-between",
1678
+ "children": [
1679
+ {
1680
+ "type": "stack",
1681
+ "direction": "horizontal",
1682
+ "gap": "md",
1683
+ "children": [
1684
+ {
1685
+ "type": "icon",
1686
+ "name": "clipboard",
1687
+ "size": "lg"
1688
+ },
1689
+ {
1690
+ "type": "typography",
1691
+ "content": "Lab Results",
1692
+ "variant": "h2"
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "type": "button",
1698
+ "label": "Refresh",
1699
+ "event": "REFRESH",
1700
+ "variant": "secondary",
1701
+ "icon": "refresh-cw"
1702
+ }
1703
+ ]
1704
+ },
1705
+ {
1706
+ "type": "divider"
1707
+ },
1708
+ {
1709
+ "type": "box",
1710
+ "padding": "md",
1049
1711
  "children": [
1050
1712
  {
1051
- "type": "typography",
1052
- "variant": "caption",
1053
- "content": "Grade"
1713
+ "type": "simple-grid",
1714
+ "columns": 3,
1715
+ "children": [
1716
+ {
1717
+ "type": "stat-display",
1718
+ "label": "ExperimentCount",
1719
+ "value": [
1720
+ "object/get",
1721
+ [
1722
+ "array/first",
1723
+ "@entity"
1724
+ ],
1725
+ "experimentCount"
1726
+ ]
1727
+ },
1728
+ {
1729
+ "type": "stat-display",
1730
+ "label": "AvgAccuracy",
1731
+ "value": [
1732
+ "object/get",
1733
+ [
1734
+ "array/first",
1735
+ "@entity"
1736
+ ],
1737
+ "avgAccuracy"
1738
+ ]
1739
+ },
1740
+ {
1741
+ "type": "stat-display",
1742
+ "label": "TotalScore",
1743
+ "value": [
1744
+ "object/get",
1745
+ [
1746
+ "array/first",
1747
+ "@entity"
1748
+ ],
1749
+ "totalScore"
1750
+ ]
1751
+ },
1752
+ {
1753
+ "type": "card",
1754
+ "children": [
1755
+ {
1756
+ "type": "stack",
1757
+ "direction": "vertical",
1758
+ "gap": "sm",
1759
+ "children": [
1760
+ {
1761
+ "type": "typography",
1762
+ "variant": "caption",
1763
+ "content": "Grade"
1764
+ },
1765
+ {
1766
+ "type": "typography",
1767
+ "variant": "h3",
1768
+ "content": [
1769
+ "object/get",
1770
+ [
1771
+ "array/first",
1772
+ "@entity"
1773
+ ],
1774
+ "grade"
1775
+ ]
1776
+ }
1777
+ ]
1778
+ }
1779
+ ]
1780
+ }
1781
+ ]
1782
+ }
1783
+ ]
1784
+ },
1785
+ {
1786
+ "type": "divider"
1787
+ },
1788
+ {
1789
+ "type": "grid",
1790
+ "columns": 2,
1791
+ "gap": "md",
1792
+ "children": [
1793
+ {
1794
+ "type": "card",
1795
+ "children": [
1796
+ {
1797
+ "type": "typography",
1798
+ "variant": "caption",
1799
+ "content": "Chart View"
1800
+ }
1801
+ ]
1054
1802
  },
1055
1803
  {
1056
- "type": "typography",
1057
- "variant": "h3",
1058
- "content": [
1059
- "object/get",
1060
- [
1061
- "array/first",
1062
- "@entity"
1063
- ],
1064
- "grade"
1804
+ "type": "card",
1805
+ "children": [
1806
+ {
1807
+ "type": "typography",
1808
+ "variant": "caption",
1809
+ "content": "Graph View"
1810
+ }
1065
1811
  ]
1066
1812
  }
1067
1813
  ]
1814
+ },
1815
+ {
1816
+ "type": "line-chart",
1817
+ "data": [
1818
+ {
1819
+ "date": "Jan",
1820
+ "value": 12
1821
+ },
1822
+ {
1823
+ "date": "Feb",
1824
+ "value": 19
1825
+ },
1826
+ {
1827
+ "date": "Mar",
1828
+ "value": 15
1829
+ },
1830
+ {
1831
+ "date": "Apr",
1832
+ "value": 25
1833
+ },
1834
+ {
1835
+ "date": "May",
1836
+ "value": 22
1837
+ },
1838
+ {
1839
+ "date": "Jun",
1840
+ "value": 30
1841
+ }
1842
+ ],
1843
+ "xKey": "date",
1844
+ "yKey": "value",
1845
+ "title": "Trend"
1846
+ },
1847
+ {
1848
+ "type": "chart-legend",
1849
+ "items": [
1850
+ {
1851
+ "label": "Current",
1852
+ "color": "primary"
1853
+ },
1854
+ {
1855
+ "label": "Previous",
1856
+ "color": "muted"
1857
+ }
1858
+ ]
1859
+ },
1860
+ {
1861
+ "type": "graph-view",
1862
+ "nodes": [
1863
+ {
1864
+ "id": "a",
1865
+ "label": "Start",
1866
+ "x": 50,
1867
+ "y": 100
1868
+ },
1869
+ {
1870
+ "id": "b",
1871
+ "label": "Process",
1872
+ "x": 200,
1873
+ "y": 50
1874
+ },
1875
+ {
1876
+ "id": "c",
1877
+ "label": "End",
1878
+ "x": 350,
1879
+ "y": 100
1880
+ }
1881
+ ],
1882
+ "edges": [
1883
+ {
1884
+ "from": "a",
1885
+ "to": "b"
1886
+ },
1887
+ {
1888
+ "from": "b",
1889
+ "to": "c"
1890
+ }
1891
+ ],
1892
+ "width": 400,
1893
+ "height": 200
1068
1894
  }
1069
1895
  ]
1070
1896
  }