@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
@@ -22,7 +22,13 @@
22
22
  {
23
23
  "name": "status",
24
24
  "type": "string",
25
- "required": true
25
+ "required": true,
26
+ "values": [
27
+ "pending",
28
+ "running",
29
+ "success",
30
+ "failed"
31
+ ]
26
32
  },
27
33
  {
28
34
  "name": "commit",
@@ -150,120 +156,124 @@
150
156
  "render-ui",
151
157
  "main",
152
158
  {
153
- "type": "stack",
154
- "direction": "vertical",
155
- "gap": "lg",
159
+ "type": "dashboard-layout",
160
+ "appName": "CI/CD Pipeline",
161
+ "navItems": [
162
+ {
163
+ "label": "Builds",
164
+ "href": "/builds",
165
+ "icon": "hammer"
166
+ },
167
+ {
168
+ "label": "Stages",
169
+ "href": "/stages",
170
+ "icon": "layers"
171
+ },
172
+ {
173
+ "label": "Deploy",
174
+ "href": "/deploy",
175
+ "icon": "rocket"
176
+ }
177
+ ],
156
178
  "children": [
157
179
  {
158
180
  "type": "stack",
159
- "direction": "horizontal",
160
- "gap": "md",
161
- "justify": "space-between",
181
+ "direction": "vertical",
182
+ "gap": "lg",
183
+ "className": "max-w-5xl mx-auto w-full",
162
184
  "children": [
163
185
  {
164
186
  "type": "stack",
165
187
  "direction": "horizontal",
166
- "gap": "sm",
188
+ "gap": "md",
189
+ "justify": "space-between",
167
190
  "align": "center",
168
- "children": [
169
- {
170
- "type": "icon",
171
- "name": "package",
172
- "size": "lg"
173
- },
174
- {
175
- "type": "typography",
176
- "content": "Builds",
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 Build",
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": "Build",
203
- "emptyIcon": "inbox",
204
- "emptyTitle": "No builds yet",
205
- "emptyDescription": "Create your first build 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
191
  "children": [
230
192
  {
231
193
  "type": "stack",
232
194
  "direction": "horizontal",
233
- "justify": "space-between",
195
+ "gap": "sm",
234
196
  "align": "center",
235
197
  "children": [
236
198
  {
237
- "type": "stack",
238
- "direction": "horizontal",
239
- "gap": "sm",
240
- "align": "center",
241
- "children": [
242
- {
243
- "type": "icon",
244
- "name": "package",
245
- "size": "sm"
246
- },
247
- {
248
- "type": "typography",
249
- "variant": "h4",
250
- "content": "@item.branch"
251
- }
252
- ]
199
+ "type": "icon",
200
+ "name": "package",
201
+ "size": "lg"
253
202
  },
254
203
  {
255
- "type": "badge",
256
- "label": "@item.status"
204
+ "type": "typography",
205
+ "content": "Builds",
206
+ "variant": "h2"
257
207
  }
258
208
  ]
259
209
  },
260
210
  {
261
- "type": "typography",
262
- "variant": "caption",
263
- "color": "muted",
264
- "content": "@item.commit"
211
+ "type": "stack",
212
+ "direction": "horizontal",
213
+ "gap": "sm",
214
+ "children": [
215
+ {
216
+ "type": "button",
217
+ "label": "Create Build",
218
+ "event": "CREATE",
219
+ "variant": "primary",
220
+ "icon": "plus"
221
+ }
222
+ ]
265
223
  }
266
224
  ]
225
+ },
226
+ {
227
+ "type": "divider"
228
+ },
229
+ {
230
+ "type": "data-list",
231
+ "entity": "Build",
232
+ "emptyIcon": "inbox",
233
+ "emptyTitle": "No builds yet",
234
+ "emptyDescription": "Trigger a build to get started.",
235
+ "itemActions": [
236
+ {
237
+ "label": "View",
238
+ "event": "VIEW",
239
+ "variant": "ghost",
240
+ "size": "sm"
241
+ },
242
+ {
243
+ "label": "Edit",
244
+ "event": "EDIT",
245
+ "variant": "ghost",
246
+ "size": "sm"
247
+ },
248
+ {
249
+ "label": "Delete",
250
+ "event": "DELETE",
251
+ "variant": "danger",
252
+ "size": "sm"
253
+ }
254
+ ],
255
+ "columns": [
256
+ {
257
+ "name": "branch",
258
+ "variant": "h3",
259
+ "icon": "git-branch"
260
+ },
261
+ {
262
+ "name": "status",
263
+ "variant": "badge"
264
+ },
265
+ {
266
+ "name": "commit",
267
+ "variant": "body"
268
+ },
269
+ {
270
+ "name": "triggeredBy",
271
+ "label": "Triggered By",
272
+ "variant": "caption"
273
+ }
274
+ ],
275
+ "variant": "card",
276
+ "gap": "sm"
267
277
  }
268
278
  ]
269
279
  }
@@ -387,120 +397,124 @@
387
397
  "render-ui",
388
398
  "main",
389
399
  {
390
- "type": "stack",
391
- "direction": "vertical",
392
- "gap": "lg",
400
+ "type": "dashboard-layout",
401
+ "appName": "CI/CD Pipeline",
402
+ "navItems": [
403
+ {
404
+ "label": "Builds",
405
+ "href": "/builds",
406
+ "icon": "hammer"
407
+ },
408
+ {
409
+ "label": "Stages",
410
+ "href": "/stages",
411
+ "icon": "layers"
412
+ },
413
+ {
414
+ "label": "Deploy",
415
+ "href": "/deploy",
416
+ "icon": "rocket"
417
+ }
418
+ ],
393
419
  "children": [
394
420
  {
395
421
  "type": "stack",
396
- "direction": "horizontal",
397
- "gap": "md",
398
- "justify": "space-between",
422
+ "direction": "vertical",
423
+ "gap": "lg",
424
+ "className": "max-w-5xl mx-auto w-full",
399
425
  "children": [
400
426
  {
401
427
  "type": "stack",
402
428
  "direction": "horizontal",
403
- "gap": "sm",
429
+ "gap": "md",
430
+ "justify": "space-between",
404
431
  "align": "center",
405
- "children": [
406
- {
407
- "type": "icon",
408
- "name": "package",
409
- "size": "lg"
410
- },
411
- {
412
- "type": "typography",
413
- "content": "Builds",
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 Build",
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": "Build",
440
- "emptyIcon": "inbox",
441
- "emptyTitle": "No builds yet",
442
- "emptyDescription": "Create your first build 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
432
  "children": [
467
433
  {
468
434
  "type": "stack",
469
435
  "direction": "horizontal",
470
- "justify": "space-between",
436
+ "gap": "sm",
471
437
  "align": "center",
472
438
  "children": [
473
439
  {
474
- "type": "stack",
475
- "direction": "horizontal",
476
- "gap": "sm",
477
- "align": "center",
478
- "children": [
479
- {
480
- "type": "icon",
481
- "name": "package",
482
- "size": "sm"
483
- },
484
- {
485
- "type": "typography",
486
- "variant": "h4",
487
- "content": "@item.branch"
488
- }
489
- ]
440
+ "type": "icon",
441
+ "name": "package",
442
+ "size": "lg"
490
443
  },
491
444
  {
492
- "type": "badge",
493
- "label": "@item.status"
445
+ "type": "typography",
446
+ "content": "Builds",
447
+ "variant": "h2"
494
448
  }
495
449
  ]
496
450
  },
497
451
  {
498
- "type": "typography",
499
- "variant": "caption",
500
- "color": "muted",
501
- "content": "@item.commit"
452
+ "type": "stack",
453
+ "direction": "horizontal",
454
+ "gap": "sm",
455
+ "children": [
456
+ {
457
+ "type": "button",
458
+ "label": "Create Build",
459
+ "event": "CREATE",
460
+ "variant": "primary",
461
+ "icon": "plus"
462
+ }
463
+ ]
502
464
  }
503
465
  ]
466
+ },
467
+ {
468
+ "type": "divider"
469
+ },
470
+ {
471
+ "type": "data-list",
472
+ "entity": "Build",
473
+ "emptyIcon": "inbox",
474
+ "emptyTitle": "No builds yet",
475
+ "emptyDescription": "Trigger a build to get started.",
476
+ "itemActions": [
477
+ {
478
+ "label": "View",
479
+ "event": "VIEW",
480
+ "variant": "ghost",
481
+ "size": "sm"
482
+ },
483
+ {
484
+ "label": "Edit",
485
+ "event": "EDIT",
486
+ "variant": "ghost",
487
+ "size": "sm"
488
+ },
489
+ {
490
+ "label": "Delete",
491
+ "event": "DELETE",
492
+ "variant": "danger",
493
+ "size": "sm"
494
+ }
495
+ ],
496
+ "columns": [
497
+ {
498
+ "name": "branch",
499
+ "variant": "h3",
500
+ "icon": "git-branch"
501
+ },
502
+ {
503
+ "name": "status",
504
+ "variant": "badge"
505
+ },
506
+ {
507
+ "name": "commit",
508
+ "variant": "body"
509
+ },
510
+ {
511
+ "name": "triggeredBy",
512
+ "label": "Triggered By",
513
+ "variant": "caption"
514
+ }
515
+ ],
516
+ "variant": "card",
517
+ "gap": "sm"
504
518
  }
505
519
  ]
506
520
  }
@@ -531,120 +545,124 @@
531
545
  "render-ui",
532
546
  "main",
533
547
  {
534
- "type": "stack",
535
- "direction": "vertical",
536
- "gap": "lg",
548
+ "type": "dashboard-layout",
549
+ "appName": "CI/CD Pipeline",
550
+ "navItems": [
551
+ {
552
+ "label": "Builds",
553
+ "href": "/builds",
554
+ "icon": "hammer"
555
+ },
556
+ {
557
+ "label": "Stages",
558
+ "href": "/stages",
559
+ "icon": "layers"
560
+ },
561
+ {
562
+ "label": "Deploy",
563
+ "href": "/deploy",
564
+ "icon": "rocket"
565
+ }
566
+ ],
537
567
  "children": [
538
568
  {
539
569
  "type": "stack",
540
- "direction": "horizontal",
541
- "gap": "md",
542
- "justify": "space-between",
570
+ "direction": "vertical",
571
+ "gap": "lg",
572
+ "className": "max-w-5xl mx-auto w-full",
543
573
  "children": [
544
574
  {
545
575
  "type": "stack",
546
576
  "direction": "horizontal",
547
- "gap": "sm",
577
+ "gap": "md",
578
+ "justify": "space-between",
548
579
  "align": "center",
549
- "children": [
550
- {
551
- "type": "icon",
552
- "name": "package",
553
- "size": "lg"
554
- },
555
- {
556
- "type": "typography",
557
- "content": "Builds",
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 Build",
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": "Build",
584
- "emptyIcon": "inbox",
585
- "emptyTitle": "No builds yet",
586
- "emptyDescription": "Create your first build 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
580
  "children": [
611
581
  {
612
582
  "type": "stack",
613
583
  "direction": "horizontal",
614
- "justify": "space-between",
584
+ "gap": "sm",
615
585
  "align": "center",
616
586
  "children": [
617
587
  {
618
- "type": "stack",
619
- "direction": "horizontal",
620
- "gap": "sm",
621
- "align": "center",
622
- "children": [
623
- {
624
- "type": "icon",
625
- "name": "package",
626
- "size": "sm"
627
- },
628
- {
629
- "type": "typography",
630
- "variant": "h4",
631
- "content": "@item.branch"
632
- }
633
- ]
588
+ "type": "icon",
589
+ "name": "package",
590
+ "size": "lg"
634
591
  },
635
592
  {
636
- "type": "badge",
637
- "label": "@item.status"
593
+ "type": "typography",
594
+ "content": "Builds",
595
+ "variant": "h2"
638
596
  }
639
597
  ]
640
598
  },
641
599
  {
642
- "type": "typography",
643
- "variant": "caption",
644
- "color": "muted",
645
- "content": "@item.commit"
600
+ "type": "stack",
601
+ "direction": "horizontal",
602
+ "gap": "sm",
603
+ "children": [
604
+ {
605
+ "type": "button",
606
+ "label": "Create Build",
607
+ "event": "CREATE",
608
+ "variant": "primary",
609
+ "icon": "plus"
610
+ }
611
+ ]
646
612
  }
647
613
  ]
614
+ },
615
+ {
616
+ "type": "divider"
617
+ },
618
+ {
619
+ "type": "data-list",
620
+ "entity": "Build",
621
+ "emptyIcon": "inbox",
622
+ "emptyTitle": "No builds yet",
623
+ "emptyDescription": "Trigger a build to get started.",
624
+ "itemActions": [
625
+ {
626
+ "label": "View",
627
+ "event": "VIEW",
628
+ "variant": "ghost",
629
+ "size": "sm"
630
+ },
631
+ {
632
+ "label": "Edit",
633
+ "event": "EDIT",
634
+ "variant": "ghost",
635
+ "size": "sm"
636
+ },
637
+ {
638
+ "label": "Delete",
639
+ "event": "DELETE",
640
+ "variant": "danger",
641
+ "size": "sm"
642
+ }
643
+ ],
644
+ "columns": [
645
+ {
646
+ "name": "branch",
647
+ "variant": "h3",
648
+ "icon": "git-branch"
649
+ },
650
+ {
651
+ "name": "status",
652
+ "variant": "badge"
653
+ },
654
+ {
655
+ "name": "commit",
656
+ "variant": "body"
657
+ },
658
+ {
659
+ "name": "triggeredBy",
660
+ "label": "Triggered By",
661
+ "variant": "caption"
662
+ }
663
+ ],
664
+ "variant": "card",
665
+ "gap": "sm"
648
666
  }
649
667
  ]
650
668
  }
@@ -671,120 +689,124 @@
671
689
  "render-ui",
672
690
  "main",
673
691
  {
674
- "type": "stack",
675
- "direction": "vertical",
676
- "gap": "lg",
692
+ "type": "dashboard-layout",
693
+ "appName": "CI/CD Pipeline",
694
+ "navItems": [
695
+ {
696
+ "label": "Builds",
697
+ "href": "/builds",
698
+ "icon": "hammer"
699
+ },
700
+ {
701
+ "label": "Stages",
702
+ "href": "/stages",
703
+ "icon": "layers"
704
+ },
705
+ {
706
+ "label": "Deploy",
707
+ "href": "/deploy",
708
+ "icon": "rocket"
709
+ }
710
+ ],
677
711
  "children": [
678
712
  {
679
713
  "type": "stack",
680
- "direction": "horizontal",
681
- "gap": "md",
682
- "justify": "space-between",
714
+ "direction": "vertical",
715
+ "gap": "lg",
716
+ "className": "max-w-5xl mx-auto w-full",
683
717
  "children": [
684
718
  {
685
719
  "type": "stack",
686
720
  "direction": "horizontal",
687
- "gap": "sm",
721
+ "gap": "md",
722
+ "justify": "space-between",
688
723
  "align": "center",
689
- "children": [
690
- {
691
- "type": "icon",
692
- "name": "package",
693
- "size": "lg"
694
- },
695
- {
696
- "type": "typography",
697
- "content": "Builds",
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 Build",
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": "Build",
724
- "emptyIcon": "inbox",
725
- "emptyTitle": "No builds yet",
726
- "emptyDescription": "Create your first build 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
724
  "children": [
751
725
  {
752
726
  "type": "stack",
753
727
  "direction": "horizontal",
754
- "justify": "space-between",
728
+ "gap": "sm",
755
729
  "align": "center",
756
730
  "children": [
757
731
  {
758
- "type": "stack",
759
- "direction": "horizontal",
760
- "gap": "sm",
761
- "align": "center",
762
- "children": [
763
- {
764
- "type": "icon",
765
- "name": "package",
766
- "size": "sm"
767
- },
768
- {
769
- "type": "typography",
770
- "variant": "h4",
771
- "content": "@item.branch"
772
- }
773
- ]
732
+ "type": "icon",
733
+ "name": "package",
734
+ "size": "lg"
774
735
  },
775
736
  {
776
- "type": "badge",
777
- "label": "@item.status"
737
+ "type": "typography",
738
+ "content": "Builds",
739
+ "variant": "h2"
778
740
  }
779
741
  ]
780
742
  },
781
743
  {
782
- "type": "typography",
783
- "variant": "caption",
784
- "color": "muted",
785
- "content": "@item.commit"
744
+ "type": "stack",
745
+ "direction": "horizontal",
746
+ "gap": "sm",
747
+ "children": [
748
+ {
749
+ "type": "button",
750
+ "label": "Create Build",
751
+ "event": "CREATE",
752
+ "variant": "primary",
753
+ "icon": "plus"
754
+ }
755
+ ]
786
756
  }
787
757
  ]
758
+ },
759
+ {
760
+ "type": "divider"
761
+ },
762
+ {
763
+ "type": "data-list",
764
+ "entity": "Build",
765
+ "emptyIcon": "inbox",
766
+ "emptyTitle": "No builds yet",
767
+ "emptyDescription": "Trigger a build to get started.",
768
+ "itemActions": [
769
+ {
770
+ "label": "View",
771
+ "event": "VIEW",
772
+ "variant": "ghost",
773
+ "size": "sm"
774
+ },
775
+ {
776
+ "label": "Edit",
777
+ "event": "EDIT",
778
+ "variant": "ghost",
779
+ "size": "sm"
780
+ },
781
+ {
782
+ "label": "Delete",
783
+ "event": "DELETE",
784
+ "variant": "danger",
785
+ "size": "sm"
786
+ }
787
+ ],
788
+ "columns": [
789
+ {
790
+ "name": "branch",
791
+ "variant": "h3",
792
+ "icon": "git-branch"
793
+ },
794
+ {
795
+ "name": "status",
796
+ "variant": "badge"
797
+ },
798
+ {
799
+ "name": "commit",
800
+ "variant": "body"
801
+ },
802
+ {
803
+ "name": "triggeredBy",
804
+ "label": "Triggered By",
805
+ "variant": "caption"
806
+ }
807
+ ],
808
+ "variant": "card",
809
+ "gap": "sm"
788
810
  }
789
811
  ]
790
812
  }
@@ -916,6 +938,11 @@
916
938
  "render-ui",
917
939
  "modal",
918
940
  null
941
+ ],
942
+ [
943
+ "notify",
944
+ "Cancelled",
945
+ "info"
919
946
  ]
920
947
  ]
921
948
  },
@@ -1081,6 +1108,11 @@
1081
1108
  "render-ui",
1082
1109
  "modal",
1083
1110
  null
1111
+ ],
1112
+ [
1113
+ "notify",
1114
+ "Cancelled",
1115
+ "info"
1084
1116
  ]
1085
1117
  ]
1086
1118
  },
@@ -1262,7 +1294,7 @@
1262
1294
  {
1263
1295
  "type": "typography",
1264
1296
  "variant": "caption",
1265
- "content": "TriggeredBy"
1297
+ "content": "Triggered By"
1266
1298
  },
1267
1299
  {
1268
1300
  "type": "typography",
@@ -1309,6 +1341,11 @@
1309
1341
  "render-ui",
1310
1342
  "modal",
1311
1343
  null
1344
+ ],
1345
+ [
1346
+ "notify",
1347
+ "Cancelled",
1348
+ "info"
1312
1349
  ]
1313
1350
  ]
1314
1351
  }
@@ -1419,168 +1456,324 @@
1419
1456
  "render-ui",
1420
1457
  "main",
1421
1458
  {
1422
- "type": "stack",
1423
- "direction": "vertical",
1424
- "gap": "lg",
1425
- "children": [
1459
+ "type": "dashboard-layout",
1460
+ "appName": "CI/CD Pipeline",
1461
+ "navItems": [
1426
1462
  {
1427
- "type": "stack",
1428
- "direction": "horizontal",
1429
- "gap": "md",
1430
- "justify": "space-between",
1431
- "children": [
1432
- {
1433
- "type": "stack",
1434
- "direction": "horizontal",
1435
- "gap": "md",
1436
- "children": [
1437
- {
1438
- "type": "icon",
1439
- "name": "layers",
1440
- "size": "lg"
1441
- },
1442
- {
1443
- "type": "typography",
1444
- "content": "Stages",
1445
- "variant": "h2"
1446
- }
1447
- ]
1448
- },
1449
- {
1450
- "type": "button",
1451
- "label": "Refresh",
1452
- "event": "REFRESH",
1453
- "variant": "secondary",
1454
- "icon": "refresh-cw"
1455
- }
1456
- ]
1463
+ "label": "Builds",
1464
+ "href": "/builds",
1465
+ "icon": "hammer"
1457
1466
  },
1458
1467
  {
1459
- "type": "divider"
1468
+ "label": "Stages",
1469
+ "href": "/stages",
1470
+ "icon": "layers"
1460
1471
  },
1461
1472
  {
1462
- "type": "simple-grid",
1463
- "columns": 3,
1473
+ "label": "Deploy",
1474
+ "href": "/deploy",
1475
+ "icon": "rocket"
1476
+ }
1477
+ ],
1478
+ "children": [
1479
+ {
1480
+ "type": "scaled-diagram",
1464
1481
  "children": [
1465
1482
  {
1466
- "type": "card",
1483
+ "type": "stack",
1484
+ "direction": "vertical",
1485
+ "gap": "lg",
1467
1486
  "children": [
1468
1487
  {
1469
- "type": "stack",
1470
- "direction": "vertical",
1471
- "gap": "sm",
1472
- "children": [
1488
+ "type": "breadcrumb",
1489
+ "items": [
1473
1490
  {
1474
- "type": "typography",
1475
- "variant": "caption",
1476
- "content": "Name"
1491
+ "label": "Home",
1492
+ "href": "/"
1477
1493
  },
1478
1494
  {
1479
- "type": "typography",
1480
- "variant": "h3",
1481
- "content": [
1482
- "object/get",
1483
- [
1484
- "array/first",
1485
- "@entity"
1486
- ],
1487
- "name"
1488
- ]
1495
+ "label": "Stages"
1489
1496
  }
1490
1497
  ]
1491
- }
1492
- ]
1493
- },
1494
- {
1495
- "type": "card",
1496
- "children": [
1498
+ },
1497
1499
  {
1498
1500
  "type": "stack",
1499
- "direction": "vertical",
1500
- "gap": "sm",
1501
+ "direction": "horizontal",
1502
+ "gap": "md",
1503
+ "justify": "space-between",
1501
1504
  "children": [
1502
1505
  {
1503
- "type": "typography",
1504
- "variant": "caption",
1505
- "content": "Status"
1506
+ "type": "stack",
1507
+ "direction": "horizontal",
1508
+ "gap": "md",
1509
+ "children": [
1510
+ {
1511
+ "type": "icon",
1512
+ "name": "layers",
1513
+ "size": "lg"
1514
+ },
1515
+ {
1516
+ "type": "typography",
1517
+ "content": "Stages",
1518
+ "variant": "h2"
1519
+ }
1520
+ ]
1506
1521
  },
1507
1522
  {
1508
- "type": "typography",
1509
- "variant": "h3",
1510
- "content": [
1511
- "object/get",
1512
- [
1513
- "array/first",
1514
- "@entity"
1515
- ],
1516
- "status"
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": "card",
1544
+ "children": [
1545
+ {
1546
+ "type": "stack",
1547
+ "direction": "vertical",
1548
+ "gap": "sm",
1549
+ "children": [
1550
+ {
1551
+ "type": "typography",
1552
+ "variant": "caption",
1553
+ "content": "Name"
1554
+ },
1555
+ {
1556
+ "type": "typography",
1557
+ "variant": "h3",
1558
+ "content": [
1559
+ "object/get",
1560
+ [
1561
+ "array/first",
1562
+ "@entity"
1563
+ ],
1564
+ "name"
1565
+ ]
1566
+ }
1567
+ ]
1568
+ }
1569
+ ]
1570
+ },
1571
+ {
1572
+ "type": "card",
1573
+ "children": [
1574
+ {
1575
+ "type": "stack",
1576
+ "direction": "vertical",
1577
+ "gap": "sm",
1578
+ "children": [
1579
+ {
1580
+ "type": "typography",
1581
+ "variant": "caption",
1582
+ "content": "Status"
1583
+ },
1584
+ {
1585
+ "type": "typography",
1586
+ "variant": "h3",
1587
+ "content": [
1588
+ "object/get",
1589
+ [
1590
+ "array/first",
1591
+ "@entity"
1592
+ ],
1593
+ "status"
1594
+ ]
1595
+ }
1596
+ ]
1597
+ }
1598
+ ]
1599
+ },
1600
+ {
1601
+ "type": "card",
1602
+ "children": [
1603
+ {
1604
+ "type": "stack",
1605
+ "direction": "vertical",
1606
+ "gap": "sm",
1607
+ "children": [
1608
+ {
1609
+ "type": "typography",
1610
+ "variant": "caption",
1611
+ "content": "Duration"
1612
+ },
1613
+ {
1614
+ "type": "typography",
1615
+ "variant": "h3",
1616
+ "content": [
1617
+ "object/get",
1618
+ [
1619
+ "array/first",
1620
+ "@entity"
1621
+ ],
1622
+ "duration"
1623
+ ]
1624
+ }
1625
+ ]
1626
+ }
1627
+ ]
1628
+ },
1629
+ {
1630
+ "type": "card",
1631
+ "children": [
1632
+ {
1633
+ "type": "stack",
1634
+ "direction": "vertical",
1635
+ "gap": "sm",
1636
+ "children": [
1637
+ {
1638
+ "type": "typography",
1639
+ "variant": "caption",
1640
+ "content": "Output"
1641
+ },
1642
+ {
1643
+ "type": "typography",
1644
+ "variant": "h3",
1645
+ "content": [
1646
+ "object/get",
1647
+ [
1648
+ "array/first",
1649
+ "@entity"
1650
+ ],
1651
+ "output"
1652
+ ]
1653
+ }
1654
+ ]
1655
+ }
1656
+ ]
1657
+ }
1517
1658
  ]
1518
1659
  }
1519
1660
  ]
1520
- }
1521
- ]
1522
- },
1523
- {
1524
- "type": "card",
1525
- "children": [
1661
+ },
1526
1662
  {
1527
- "type": "stack",
1528
- "direction": "vertical",
1529
- "gap": "sm",
1663
+ "type": "divider"
1664
+ },
1665
+ {
1666
+ "type": "grid",
1667
+ "columns": 2,
1668
+ "gap": "md",
1530
1669
  "children": [
1531
1670
  {
1532
- "type": "typography",
1533
- "variant": "caption",
1534
- "content": "Duration"
1671
+ "type": "card",
1672
+ "children": [
1673
+ {
1674
+ "type": "typography",
1675
+ "variant": "caption",
1676
+ "content": "Chart View"
1677
+ }
1678
+ ]
1535
1679
  },
1536
1680
  {
1537
- "type": "typography",
1538
- "variant": "h3",
1539
- "content": [
1540
- "object/get",
1541
- [
1542
- "array/first",
1543
- "@entity"
1544
- ],
1545
- "duration"
1681
+ "type": "card",
1682
+ "children": [
1683
+ {
1684
+ "type": "typography",
1685
+ "variant": "caption",
1686
+ "content": "Graph View"
1687
+ }
1546
1688
  ]
1547
1689
  }
1548
1690
  ]
1549
- }
1550
- ]
1551
- },
1552
- {
1553
- "type": "card",
1554
- "children": [
1691
+ },
1555
1692
  {
1556
- "type": "stack",
1557
- "direction": "vertical",
1558
- "gap": "sm",
1559
- "children": [
1693
+ "type": "line-chart",
1694
+ "data": [
1560
1695
  {
1561
- "type": "typography",
1562
- "variant": "caption",
1563
- "content": "Output"
1696
+ "date": "Jan",
1697
+ "value": 12
1564
1698
  },
1565
1699
  {
1566
- "type": "typography",
1567
- "variant": "h3",
1568
- "content": [
1569
- "object/get",
1570
- [
1571
- "array/first",
1572
- "@entity"
1573
- ],
1574
- "output"
1575
- ]
1700
+ "date": "Feb",
1701
+ "value": 19
1702
+ },
1703
+ {
1704
+ "date": "Mar",
1705
+ "value": 15
1706
+ },
1707
+ {
1708
+ "date": "Apr",
1709
+ "value": 25
1710
+ },
1711
+ {
1712
+ "date": "May",
1713
+ "value": 22
1714
+ },
1715
+ {
1716
+ "date": "Jun",
1717
+ "value": 30
1718
+ }
1719
+ ],
1720
+ "xKey": "date",
1721
+ "yKey": "value",
1722
+ "title": "Trend"
1723
+ },
1724
+ {
1725
+ "type": "chart-legend",
1726
+ "items": [
1727
+ {
1728
+ "label": "Current",
1729
+ "color": "primary"
1730
+ },
1731
+ {
1732
+ "label": "Previous",
1733
+ "color": "muted"
1576
1734
  }
1577
1735
  ]
1578
- }
1579
- ]
1580
- }
1581
- ]
1582
- }
1583
- ]
1736
+ },
1737
+ {
1738
+ "type": "graph-view",
1739
+ "nodes": [
1740
+ {
1741
+ "id": "a",
1742
+ "label": "Start",
1743
+ "x": 50,
1744
+ "y": 100
1745
+ },
1746
+ {
1747
+ "id": "b",
1748
+ "label": "Process",
1749
+ "x": 200,
1750
+ "y": 50
1751
+ },
1752
+ {
1753
+ "id": "c",
1754
+ "label": "End",
1755
+ "x": 350,
1756
+ "y": 100
1757
+ }
1758
+ ],
1759
+ "edges": [
1760
+ {
1761
+ "from": "a",
1762
+ "to": "b"
1763
+ },
1764
+ {
1765
+ "from": "b",
1766
+ "to": "c"
1767
+ }
1768
+ ],
1769
+ "width": 400,
1770
+ "height": 200
1771
+ }
1772
+ ]
1773
+ }
1774
+ ]
1775
+ }
1776
+ ]
1584
1777
  }
1585
1778
  ]
1586
1779
  ]
@@ -1598,162 +1791,318 @@
1598
1791
  "render-ui",
1599
1792
  "main",
1600
1793
  {
1601
- "type": "stack",
1602
- "direction": "vertical",
1603
- "gap": "lg",
1604
- "children": [
1794
+ "type": "dashboard-layout",
1795
+ "appName": "CI/CD Pipeline",
1796
+ "navItems": [
1605
1797
  {
1606
- "type": "stack",
1607
- "direction": "horizontal",
1608
- "gap": "md",
1609
- "justify": "space-between",
1610
- "children": [
1611
- {
1612
- "type": "stack",
1613
- "direction": "horizontal",
1614
- "gap": "md",
1615
- "children": [
1616
- {
1617
- "type": "icon",
1618
- "name": "layers",
1619
- "size": "lg"
1620
- },
1621
- {
1622
- "type": "typography",
1623
- "content": "Stages",
1624
- "variant": "h2"
1625
- }
1626
- ]
1627
- },
1628
- {
1629
- "type": "button",
1630
- "label": "Refresh",
1631
- "event": "REFRESH",
1632
- "variant": "secondary",
1633
- "icon": "refresh-cw"
1634
- }
1635
- ]
1798
+ "label": "Builds",
1799
+ "href": "/builds",
1800
+ "icon": "hammer"
1636
1801
  },
1637
1802
  {
1638
- "type": "divider"
1803
+ "label": "Stages",
1804
+ "href": "/stages",
1805
+ "icon": "layers"
1639
1806
  },
1640
1807
  {
1641
- "type": "simple-grid",
1642
- "columns": 3,
1808
+ "label": "Deploy",
1809
+ "href": "/deploy",
1810
+ "icon": "rocket"
1811
+ }
1812
+ ],
1813
+ "children": [
1814
+ {
1815
+ "type": "scaled-diagram",
1643
1816
  "children": [
1644
1817
  {
1645
- "type": "card",
1818
+ "type": "stack",
1819
+ "direction": "vertical",
1820
+ "gap": "lg",
1646
1821
  "children": [
1647
1822
  {
1648
- "type": "stack",
1649
- "direction": "vertical",
1650
- "gap": "sm",
1651
- "children": [
1823
+ "type": "breadcrumb",
1824
+ "items": [
1652
1825
  {
1653
- "type": "typography",
1654
- "variant": "caption",
1655
- "content": "Name"
1826
+ "label": "Home",
1827
+ "href": "/"
1656
1828
  },
1657
1829
  {
1658
- "type": "typography",
1659
- "variant": "h3",
1660
- "content": [
1661
- "object/get",
1662
- [
1663
- "array/first",
1664
- "@entity"
1665
- ],
1666
- "name"
1667
- ]
1830
+ "label": "Stages"
1668
1831
  }
1669
1832
  ]
1670
- }
1671
- ]
1672
- },
1673
- {
1674
- "type": "card",
1675
- "children": [
1833
+ },
1676
1834
  {
1677
1835
  "type": "stack",
1678
- "direction": "vertical",
1679
- "gap": "sm",
1836
+ "direction": "horizontal",
1837
+ "gap": "md",
1838
+ "justify": "space-between",
1680
1839
  "children": [
1681
1840
  {
1682
- "type": "typography",
1683
- "variant": "caption",
1684
- "content": "Status"
1841
+ "type": "stack",
1842
+ "direction": "horizontal",
1843
+ "gap": "md",
1844
+ "children": [
1845
+ {
1846
+ "type": "icon",
1847
+ "name": "layers",
1848
+ "size": "lg"
1849
+ },
1850
+ {
1851
+ "type": "typography",
1852
+ "content": "Stages",
1853
+ "variant": "h2"
1854
+ }
1855
+ ]
1685
1856
  },
1686
1857
  {
1687
- "type": "typography",
1688
- "variant": "h3",
1689
- "content": [
1690
- "object/get",
1691
- [
1692
- "array/first",
1693
- "@entity"
1694
- ],
1695
- "status"
1858
+ "type": "button",
1859
+ "label": "Refresh",
1860
+ "event": "REFRESH",
1861
+ "variant": "secondary",
1862
+ "icon": "refresh-cw"
1863
+ }
1864
+ ]
1865
+ },
1866
+ {
1867
+ "type": "divider"
1868
+ },
1869
+ {
1870
+ "type": "box",
1871
+ "padding": "md",
1872
+ "children": [
1873
+ {
1874
+ "type": "simple-grid",
1875
+ "columns": 3,
1876
+ "children": [
1877
+ {
1878
+ "type": "card",
1879
+ "children": [
1880
+ {
1881
+ "type": "stack",
1882
+ "direction": "vertical",
1883
+ "gap": "sm",
1884
+ "children": [
1885
+ {
1886
+ "type": "typography",
1887
+ "variant": "caption",
1888
+ "content": "Name"
1889
+ },
1890
+ {
1891
+ "type": "typography",
1892
+ "variant": "h3",
1893
+ "content": [
1894
+ "object/get",
1895
+ [
1896
+ "array/first",
1897
+ "@entity"
1898
+ ],
1899
+ "name"
1900
+ ]
1901
+ }
1902
+ ]
1903
+ }
1904
+ ]
1905
+ },
1906
+ {
1907
+ "type": "card",
1908
+ "children": [
1909
+ {
1910
+ "type": "stack",
1911
+ "direction": "vertical",
1912
+ "gap": "sm",
1913
+ "children": [
1914
+ {
1915
+ "type": "typography",
1916
+ "variant": "caption",
1917
+ "content": "Status"
1918
+ },
1919
+ {
1920
+ "type": "typography",
1921
+ "variant": "h3",
1922
+ "content": [
1923
+ "object/get",
1924
+ [
1925
+ "array/first",
1926
+ "@entity"
1927
+ ],
1928
+ "status"
1929
+ ]
1930
+ }
1931
+ ]
1932
+ }
1933
+ ]
1934
+ },
1935
+ {
1936
+ "type": "card",
1937
+ "children": [
1938
+ {
1939
+ "type": "stack",
1940
+ "direction": "vertical",
1941
+ "gap": "sm",
1942
+ "children": [
1943
+ {
1944
+ "type": "typography",
1945
+ "variant": "caption",
1946
+ "content": "Duration"
1947
+ },
1948
+ {
1949
+ "type": "typography",
1950
+ "variant": "h3",
1951
+ "content": [
1952
+ "object/get",
1953
+ [
1954
+ "array/first",
1955
+ "@entity"
1956
+ ],
1957
+ "duration"
1958
+ ]
1959
+ }
1960
+ ]
1961
+ }
1962
+ ]
1963
+ },
1964
+ {
1965
+ "type": "card",
1966
+ "children": [
1967
+ {
1968
+ "type": "stack",
1969
+ "direction": "vertical",
1970
+ "gap": "sm",
1971
+ "children": [
1972
+ {
1973
+ "type": "typography",
1974
+ "variant": "caption",
1975
+ "content": "Output"
1976
+ },
1977
+ {
1978
+ "type": "typography",
1979
+ "variant": "h3",
1980
+ "content": [
1981
+ "object/get",
1982
+ [
1983
+ "array/first",
1984
+ "@entity"
1985
+ ],
1986
+ "output"
1987
+ ]
1988
+ }
1989
+ ]
1990
+ }
1991
+ ]
1992
+ }
1696
1993
  ]
1697
1994
  }
1698
1995
  ]
1699
- }
1700
- ]
1701
- },
1702
- {
1703
- "type": "card",
1704
- "children": [
1996
+ },
1705
1997
  {
1706
- "type": "stack",
1707
- "direction": "vertical",
1708
- "gap": "sm",
1998
+ "type": "divider"
1999
+ },
2000
+ {
2001
+ "type": "grid",
2002
+ "columns": 2,
2003
+ "gap": "md",
1709
2004
  "children": [
1710
2005
  {
1711
- "type": "typography",
1712
- "variant": "caption",
1713
- "content": "Duration"
2006
+ "type": "card",
2007
+ "children": [
2008
+ {
2009
+ "type": "typography",
2010
+ "variant": "caption",
2011
+ "content": "Chart View"
2012
+ }
2013
+ ]
1714
2014
  },
1715
2015
  {
1716
- "type": "typography",
1717
- "variant": "h3",
1718
- "content": [
1719
- "object/get",
1720
- [
1721
- "array/first",
1722
- "@entity"
1723
- ],
1724
- "duration"
2016
+ "type": "card",
2017
+ "children": [
2018
+ {
2019
+ "type": "typography",
2020
+ "variant": "caption",
2021
+ "content": "Graph View"
2022
+ }
1725
2023
  ]
1726
2024
  }
1727
2025
  ]
1728
- }
1729
- ]
1730
- },
1731
- {
1732
- "type": "card",
1733
- "children": [
2026
+ },
1734
2027
  {
1735
- "type": "stack",
1736
- "direction": "vertical",
1737
- "gap": "sm",
1738
- "children": [
2028
+ "type": "line-chart",
2029
+ "data": [
1739
2030
  {
1740
- "type": "typography",
1741
- "variant": "caption",
1742
- "content": "Output"
2031
+ "date": "Jan",
2032
+ "value": 12
1743
2033
  },
1744
2034
  {
1745
- "type": "typography",
1746
- "variant": "h3",
1747
- "content": [
1748
- "object/get",
1749
- [
1750
- "array/first",
1751
- "@entity"
1752
- ],
1753
- "output"
1754
- ]
2035
+ "date": "Feb",
2036
+ "value": 19
2037
+ },
2038
+ {
2039
+ "date": "Mar",
2040
+ "value": 15
2041
+ },
2042
+ {
2043
+ "date": "Apr",
2044
+ "value": 25
2045
+ },
2046
+ {
2047
+ "date": "May",
2048
+ "value": 22
2049
+ },
2050
+ {
2051
+ "date": "Jun",
2052
+ "value": 30
2053
+ }
2054
+ ],
2055
+ "xKey": "date",
2056
+ "yKey": "value",
2057
+ "title": "Trend"
2058
+ },
2059
+ {
2060
+ "type": "chart-legend",
2061
+ "items": [
2062
+ {
2063
+ "label": "Current",
2064
+ "color": "primary"
2065
+ },
2066
+ {
2067
+ "label": "Previous",
2068
+ "color": "muted"
1755
2069
  }
1756
2070
  ]
2071
+ },
2072
+ {
2073
+ "type": "graph-view",
2074
+ "nodes": [
2075
+ {
2076
+ "id": "a",
2077
+ "label": "Start",
2078
+ "x": 50,
2079
+ "y": 100
2080
+ },
2081
+ {
2082
+ "id": "b",
2083
+ "label": "Process",
2084
+ "x": 200,
2085
+ "y": 50
2086
+ },
2087
+ {
2088
+ "id": "c",
2089
+ "label": "End",
2090
+ "x": 350,
2091
+ "y": 100
2092
+ }
2093
+ ],
2094
+ "edges": [
2095
+ {
2096
+ "from": "a",
2097
+ "to": "b"
2098
+ },
2099
+ {
2100
+ "from": "b",
2101
+ "to": "c"
2102
+ }
2103
+ ],
2104
+ "width": 400,
2105
+ "height": 200
1757
2106
  }
1758
2107
  ]
1759
2108
  }
@@ -1777,162 +2126,318 @@
1777
2126
  "render-ui",
1778
2127
  "main",
1779
2128
  {
1780
- "type": "stack",
1781
- "direction": "vertical",
1782
- "gap": "lg",
1783
- "children": [
2129
+ "type": "dashboard-layout",
2130
+ "appName": "CI/CD Pipeline",
2131
+ "navItems": [
1784
2132
  {
1785
- "type": "stack",
1786
- "direction": "horizontal",
1787
- "gap": "md",
1788
- "justify": "space-between",
1789
- "children": [
1790
- {
1791
- "type": "stack",
1792
- "direction": "horizontal",
1793
- "gap": "md",
1794
- "children": [
1795
- {
1796
- "type": "icon",
1797
- "name": "layers",
1798
- "size": "lg"
1799
- },
1800
- {
1801
- "type": "typography",
1802
- "content": "Stages",
1803
- "variant": "h2"
1804
- }
1805
- ]
1806
- },
1807
- {
1808
- "type": "button",
1809
- "label": "Refresh",
1810
- "event": "REFRESH",
1811
- "variant": "secondary",
1812
- "icon": "refresh-cw"
1813
- }
1814
- ]
2133
+ "label": "Builds",
2134
+ "href": "/builds",
2135
+ "icon": "hammer"
1815
2136
  },
1816
2137
  {
1817
- "type": "divider"
2138
+ "label": "Stages",
2139
+ "href": "/stages",
2140
+ "icon": "layers"
1818
2141
  },
1819
2142
  {
1820
- "type": "simple-grid",
1821
- "columns": 3,
2143
+ "label": "Deploy",
2144
+ "href": "/deploy",
2145
+ "icon": "rocket"
2146
+ }
2147
+ ],
2148
+ "children": [
2149
+ {
2150
+ "type": "scaled-diagram",
1822
2151
  "children": [
1823
2152
  {
1824
- "type": "card",
2153
+ "type": "stack",
2154
+ "direction": "vertical",
2155
+ "gap": "lg",
1825
2156
  "children": [
1826
2157
  {
1827
- "type": "stack",
1828
- "direction": "vertical",
1829
- "gap": "sm",
1830
- "children": [
2158
+ "type": "breadcrumb",
2159
+ "items": [
1831
2160
  {
1832
- "type": "typography",
1833
- "variant": "caption",
1834
- "content": "Name"
2161
+ "label": "Home",
2162
+ "href": "/"
1835
2163
  },
1836
2164
  {
1837
- "type": "typography",
1838
- "variant": "h3",
1839
- "content": [
1840
- "object/get",
1841
- [
1842
- "array/first",
1843
- "@entity"
1844
- ],
1845
- "name"
1846
- ]
2165
+ "label": "Stages"
1847
2166
  }
1848
2167
  ]
1849
- }
1850
- ]
1851
- },
1852
- {
1853
- "type": "card",
1854
- "children": [
2168
+ },
1855
2169
  {
1856
2170
  "type": "stack",
1857
- "direction": "vertical",
1858
- "gap": "sm",
2171
+ "direction": "horizontal",
2172
+ "gap": "md",
2173
+ "justify": "space-between",
1859
2174
  "children": [
1860
2175
  {
1861
- "type": "typography",
1862
- "variant": "caption",
1863
- "content": "Status"
2176
+ "type": "stack",
2177
+ "direction": "horizontal",
2178
+ "gap": "md",
2179
+ "children": [
2180
+ {
2181
+ "type": "icon",
2182
+ "name": "layers",
2183
+ "size": "lg"
2184
+ },
2185
+ {
2186
+ "type": "typography",
2187
+ "content": "Stages",
2188
+ "variant": "h2"
2189
+ }
2190
+ ]
1864
2191
  },
1865
2192
  {
1866
- "type": "typography",
1867
- "variant": "h3",
1868
- "content": [
1869
- "object/get",
1870
- [
1871
- "array/first",
1872
- "@entity"
1873
- ],
1874
- "status"
1875
- ]
2193
+ "type": "button",
2194
+ "label": "Refresh",
2195
+ "event": "REFRESH",
2196
+ "variant": "secondary",
2197
+ "icon": "refresh-cw"
1876
2198
  }
1877
2199
  ]
1878
- }
1879
- ]
1880
- },
1881
- {
1882
- "type": "card",
1883
- "children": [
2200
+ },
1884
2201
  {
1885
- "type": "stack",
1886
- "direction": "vertical",
1887
- "gap": "sm",
2202
+ "type": "divider"
2203
+ },
2204
+ {
2205
+ "type": "box",
2206
+ "padding": "md",
1888
2207
  "children": [
1889
2208
  {
1890
- "type": "typography",
1891
- "variant": "caption",
1892
- "content": "Duration"
1893
- },
1894
- {
1895
- "type": "typography",
1896
- "variant": "h3",
1897
- "content": [
1898
- "object/get",
1899
- [
1900
- "array/first",
1901
- "@entity"
1902
- ],
1903
- "duration"
2209
+ "type": "simple-grid",
2210
+ "columns": 3,
2211
+ "children": [
2212
+ {
2213
+ "type": "card",
2214
+ "children": [
2215
+ {
2216
+ "type": "stack",
2217
+ "direction": "vertical",
2218
+ "gap": "sm",
2219
+ "children": [
2220
+ {
2221
+ "type": "typography",
2222
+ "variant": "caption",
2223
+ "content": "Name"
2224
+ },
2225
+ {
2226
+ "type": "typography",
2227
+ "variant": "h3",
2228
+ "content": [
2229
+ "object/get",
2230
+ [
2231
+ "array/first",
2232
+ "@entity"
2233
+ ],
2234
+ "name"
2235
+ ]
2236
+ }
2237
+ ]
2238
+ }
2239
+ ]
2240
+ },
2241
+ {
2242
+ "type": "card",
2243
+ "children": [
2244
+ {
2245
+ "type": "stack",
2246
+ "direction": "vertical",
2247
+ "gap": "sm",
2248
+ "children": [
2249
+ {
2250
+ "type": "typography",
2251
+ "variant": "caption",
2252
+ "content": "Status"
2253
+ },
2254
+ {
2255
+ "type": "typography",
2256
+ "variant": "h3",
2257
+ "content": [
2258
+ "object/get",
2259
+ [
2260
+ "array/first",
2261
+ "@entity"
2262
+ ],
2263
+ "status"
2264
+ ]
2265
+ }
2266
+ ]
2267
+ }
2268
+ ]
2269
+ },
2270
+ {
2271
+ "type": "card",
2272
+ "children": [
2273
+ {
2274
+ "type": "stack",
2275
+ "direction": "vertical",
2276
+ "gap": "sm",
2277
+ "children": [
2278
+ {
2279
+ "type": "typography",
2280
+ "variant": "caption",
2281
+ "content": "Duration"
2282
+ },
2283
+ {
2284
+ "type": "typography",
2285
+ "variant": "h3",
2286
+ "content": [
2287
+ "object/get",
2288
+ [
2289
+ "array/first",
2290
+ "@entity"
2291
+ ],
2292
+ "duration"
2293
+ ]
2294
+ }
2295
+ ]
2296
+ }
2297
+ ]
2298
+ },
2299
+ {
2300
+ "type": "card",
2301
+ "children": [
2302
+ {
2303
+ "type": "stack",
2304
+ "direction": "vertical",
2305
+ "gap": "sm",
2306
+ "children": [
2307
+ {
2308
+ "type": "typography",
2309
+ "variant": "caption",
2310
+ "content": "Output"
2311
+ },
2312
+ {
2313
+ "type": "typography",
2314
+ "variant": "h3",
2315
+ "content": [
2316
+ "object/get",
2317
+ [
2318
+ "array/first",
2319
+ "@entity"
2320
+ ],
2321
+ "output"
2322
+ ]
2323
+ }
2324
+ ]
2325
+ }
2326
+ ]
2327
+ }
1904
2328
  ]
1905
2329
  }
1906
2330
  ]
1907
- }
1908
- ]
1909
- },
1910
- {
1911
- "type": "card",
1912
- "children": [
2331
+ },
1913
2332
  {
1914
- "type": "stack",
1915
- "direction": "vertical",
1916
- "gap": "sm",
2333
+ "type": "divider"
2334
+ },
2335
+ {
2336
+ "type": "grid",
2337
+ "columns": 2,
2338
+ "gap": "md",
1917
2339
  "children": [
1918
2340
  {
1919
- "type": "typography",
1920
- "variant": "caption",
1921
- "content": "Output"
2341
+ "type": "card",
2342
+ "children": [
2343
+ {
2344
+ "type": "typography",
2345
+ "variant": "caption",
2346
+ "content": "Chart View"
2347
+ }
2348
+ ]
1922
2349
  },
1923
2350
  {
1924
- "type": "typography",
1925
- "variant": "h3",
1926
- "content": [
1927
- "object/get",
1928
- [
1929
- "array/first",
1930
- "@entity"
1931
- ],
1932
- "output"
1933
- ]
1934
- }
1935
- ]
2351
+ "type": "card",
2352
+ "children": [
2353
+ {
2354
+ "type": "typography",
2355
+ "variant": "caption",
2356
+ "content": "Graph View"
2357
+ }
2358
+ ]
2359
+ }
2360
+ ]
2361
+ },
2362
+ {
2363
+ "type": "line-chart",
2364
+ "data": [
2365
+ {
2366
+ "date": "Jan",
2367
+ "value": 12
2368
+ },
2369
+ {
2370
+ "date": "Feb",
2371
+ "value": 19
2372
+ },
2373
+ {
2374
+ "date": "Mar",
2375
+ "value": 15
2376
+ },
2377
+ {
2378
+ "date": "Apr",
2379
+ "value": 25
2380
+ },
2381
+ {
2382
+ "date": "May",
2383
+ "value": 22
2384
+ },
2385
+ {
2386
+ "date": "Jun",
2387
+ "value": 30
2388
+ }
2389
+ ],
2390
+ "xKey": "date",
2391
+ "yKey": "value",
2392
+ "title": "Trend"
2393
+ },
2394
+ {
2395
+ "type": "chart-legend",
2396
+ "items": [
2397
+ {
2398
+ "label": "Current",
2399
+ "color": "primary"
2400
+ },
2401
+ {
2402
+ "label": "Previous",
2403
+ "color": "muted"
2404
+ }
2405
+ ]
2406
+ },
2407
+ {
2408
+ "type": "graph-view",
2409
+ "nodes": [
2410
+ {
2411
+ "id": "a",
2412
+ "label": "Start",
2413
+ "x": 50,
2414
+ "y": 100
2415
+ },
2416
+ {
2417
+ "id": "b",
2418
+ "label": "Process",
2419
+ "x": 200,
2420
+ "y": 50
2421
+ },
2422
+ {
2423
+ "id": "c",
2424
+ "label": "End",
2425
+ "x": 350,
2426
+ "y": 100
2427
+ }
2428
+ ],
2429
+ "edges": [
2430
+ {
2431
+ "from": "a",
2432
+ "to": "b"
2433
+ },
2434
+ {
2435
+ "from": "b",
2436
+ "to": "c"
2437
+ }
2438
+ ],
2439
+ "width": 400,
2440
+ "height": 200
1936
2441
  }
1937
2442
  ]
1938
2443
  }
@@ -1956,162 +2461,318 @@
1956
2461
  "render-ui",
1957
2462
  "main",
1958
2463
  {
1959
- "type": "stack",
1960
- "direction": "vertical",
1961
- "gap": "lg",
1962
- "children": [
2464
+ "type": "dashboard-layout",
2465
+ "appName": "CI/CD Pipeline",
2466
+ "navItems": [
1963
2467
  {
1964
- "type": "stack",
1965
- "direction": "horizontal",
1966
- "gap": "md",
1967
- "justify": "space-between",
1968
- "children": [
1969
- {
1970
- "type": "stack",
1971
- "direction": "horizontal",
1972
- "gap": "md",
1973
- "children": [
1974
- {
1975
- "type": "icon",
1976
- "name": "layers",
1977
- "size": "lg"
1978
- },
1979
- {
1980
- "type": "typography",
1981
- "content": "Stages",
1982
- "variant": "h2"
1983
- }
1984
- ]
1985
- },
1986
- {
1987
- "type": "button",
1988
- "label": "Refresh",
1989
- "event": "REFRESH",
1990
- "variant": "secondary",
1991
- "icon": "refresh-cw"
1992
- }
1993
- ]
2468
+ "label": "Builds",
2469
+ "href": "/builds",
2470
+ "icon": "hammer"
1994
2471
  },
1995
2472
  {
1996
- "type": "divider"
2473
+ "label": "Stages",
2474
+ "href": "/stages",
2475
+ "icon": "layers"
1997
2476
  },
1998
2477
  {
1999
- "type": "simple-grid",
2000
- "columns": 3,
2478
+ "label": "Deploy",
2479
+ "href": "/deploy",
2480
+ "icon": "rocket"
2481
+ }
2482
+ ],
2483
+ "children": [
2484
+ {
2485
+ "type": "scaled-diagram",
2001
2486
  "children": [
2002
2487
  {
2003
- "type": "card",
2488
+ "type": "stack",
2489
+ "direction": "vertical",
2490
+ "gap": "lg",
2004
2491
  "children": [
2005
2492
  {
2006
- "type": "stack",
2007
- "direction": "vertical",
2008
- "gap": "sm",
2009
- "children": [
2493
+ "type": "breadcrumb",
2494
+ "items": [
2010
2495
  {
2011
- "type": "typography",
2012
- "variant": "caption",
2013
- "content": "Name"
2496
+ "label": "Home",
2497
+ "href": "/"
2014
2498
  },
2015
2499
  {
2016
- "type": "typography",
2017
- "variant": "h3",
2018
- "content": [
2019
- "object/get",
2020
- [
2021
- "array/first",
2022
- "@entity"
2023
- ],
2024
- "name"
2025
- ]
2500
+ "label": "Stages"
2026
2501
  }
2027
2502
  ]
2028
- }
2029
- ]
2030
- },
2031
- {
2032
- "type": "card",
2033
- "children": [
2503
+ },
2034
2504
  {
2035
2505
  "type": "stack",
2036
- "direction": "vertical",
2037
- "gap": "sm",
2506
+ "direction": "horizontal",
2507
+ "gap": "md",
2508
+ "justify": "space-between",
2038
2509
  "children": [
2039
2510
  {
2040
- "type": "typography",
2041
- "variant": "caption",
2042
- "content": "Status"
2511
+ "type": "stack",
2512
+ "direction": "horizontal",
2513
+ "gap": "md",
2514
+ "children": [
2515
+ {
2516
+ "type": "icon",
2517
+ "name": "layers",
2518
+ "size": "lg"
2519
+ },
2520
+ {
2521
+ "type": "typography",
2522
+ "content": "Stages",
2523
+ "variant": "h2"
2524
+ }
2525
+ ]
2043
2526
  },
2044
2527
  {
2045
- "type": "typography",
2046
- "variant": "h3",
2047
- "content": [
2048
- "object/get",
2049
- [
2050
- "array/first",
2051
- "@entity"
2052
- ],
2053
- "status"
2528
+ "type": "button",
2529
+ "label": "Refresh",
2530
+ "event": "REFRESH",
2531
+ "variant": "secondary",
2532
+ "icon": "refresh-cw"
2533
+ }
2534
+ ]
2535
+ },
2536
+ {
2537
+ "type": "divider"
2538
+ },
2539
+ {
2540
+ "type": "box",
2541
+ "padding": "md",
2542
+ "children": [
2543
+ {
2544
+ "type": "simple-grid",
2545
+ "columns": 3,
2546
+ "children": [
2547
+ {
2548
+ "type": "card",
2549
+ "children": [
2550
+ {
2551
+ "type": "stack",
2552
+ "direction": "vertical",
2553
+ "gap": "sm",
2554
+ "children": [
2555
+ {
2556
+ "type": "typography",
2557
+ "variant": "caption",
2558
+ "content": "Name"
2559
+ },
2560
+ {
2561
+ "type": "typography",
2562
+ "variant": "h3",
2563
+ "content": [
2564
+ "object/get",
2565
+ [
2566
+ "array/first",
2567
+ "@entity"
2568
+ ],
2569
+ "name"
2570
+ ]
2571
+ }
2572
+ ]
2573
+ }
2574
+ ]
2575
+ },
2576
+ {
2577
+ "type": "card",
2578
+ "children": [
2579
+ {
2580
+ "type": "stack",
2581
+ "direction": "vertical",
2582
+ "gap": "sm",
2583
+ "children": [
2584
+ {
2585
+ "type": "typography",
2586
+ "variant": "caption",
2587
+ "content": "Status"
2588
+ },
2589
+ {
2590
+ "type": "typography",
2591
+ "variant": "h3",
2592
+ "content": [
2593
+ "object/get",
2594
+ [
2595
+ "array/first",
2596
+ "@entity"
2597
+ ],
2598
+ "status"
2599
+ ]
2600
+ }
2601
+ ]
2602
+ }
2603
+ ]
2604
+ },
2605
+ {
2606
+ "type": "card",
2607
+ "children": [
2608
+ {
2609
+ "type": "stack",
2610
+ "direction": "vertical",
2611
+ "gap": "sm",
2612
+ "children": [
2613
+ {
2614
+ "type": "typography",
2615
+ "variant": "caption",
2616
+ "content": "Duration"
2617
+ },
2618
+ {
2619
+ "type": "typography",
2620
+ "variant": "h3",
2621
+ "content": [
2622
+ "object/get",
2623
+ [
2624
+ "array/first",
2625
+ "@entity"
2626
+ ],
2627
+ "duration"
2628
+ ]
2629
+ }
2630
+ ]
2631
+ }
2632
+ ]
2633
+ },
2634
+ {
2635
+ "type": "card",
2636
+ "children": [
2637
+ {
2638
+ "type": "stack",
2639
+ "direction": "vertical",
2640
+ "gap": "sm",
2641
+ "children": [
2642
+ {
2643
+ "type": "typography",
2644
+ "variant": "caption",
2645
+ "content": "Output"
2646
+ },
2647
+ {
2648
+ "type": "typography",
2649
+ "variant": "h3",
2650
+ "content": [
2651
+ "object/get",
2652
+ [
2653
+ "array/first",
2654
+ "@entity"
2655
+ ],
2656
+ "output"
2657
+ ]
2658
+ }
2659
+ ]
2660
+ }
2661
+ ]
2662
+ }
2054
2663
  ]
2055
2664
  }
2056
2665
  ]
2057
- }
2058
- ]
2059
- },
2060
- {
2061
- "type": "card",
2062
- "children": [
2666
+ },
2063
2667
  {
2064
- "type": "stack",
2065
- "direction": "vertical",
2066
- "gap": "sm",
2668
+ "type": "divider"
2669
+ },
2670
+ {
2671
+ "type": "grid",
2672
+ "columns": 2,
2673
+ "gap": "md",
2067
2674
  "children": [
2068
2675
  {
2069
- "type": "typography",
2070
- "variant": "caption",
2071
- "content": "Duration"
2676
+ "type": "card",
2677
+ "children": [
2678
+ {
2679
+ "type": "typography",
2680
+ "variant": "caption",
2681
+ "content": "Chart View"
2682
+ }
2683
+ ]
2072
2684
  },
2073
2685
  {
2074
- "type": "typography",
2075
- "variant": "h3",
2076
- "content": [
2077
- "object/get",
2078
- [
2079
- "array/first",
2080
- "@entity"
2081
- ],
2082
- "duration"
2686
+ "type": "card",
2687
+ "children": [
2688
+ {
2689
+ "type": "typography",
2690
+ "variant": "caption",
2691
+ "content": "Graph View"
2692
+ }
2083
2693
  ]
2084
2694
  }
2085
2695
  ]
2086
- }
2087
- ]
2088
- },
2089
- {
2090
- "type": "card",
2091
- "children": [
2696
+ },
2092
2697
  {
2093
- "type": "stack",
2094
- "direction": "vertical",
2095
- "gap": "sm",
2096
- "children": [
2698
+ "type": "line-chart",
2699
+ "data": [
2097
2700
  {
2098
- "type": "typography",
2099
- "variant": "caption",
2100
- "content": "Output"
2701
+ "date": "Jan",
2702
+ "value": 12
2101
2703
  },
2102
2704
  {
2103
- "type": "typography",
2104
- "variant": "h3",
2105
- "content": [
2106
- "object/get",
2107
- [
2108
- "array/first",
2109
- "@entity"
2110
- ],
2111
- "output"
2112
- ]
2705
+ "date": "Feb",
2706
+ "value": 19
2707
+ },
2708
+ {
2709
+ "date": "Mar",
2710
+ "value": 15
2711
+ },
2712
+ {
2713
+ "date": "Apr",
2714
+ "value": 25
2715
+ },
2716
+ {
2717
+ "date": "May",
2718
+ "value": 22
2719
+ },
2720
+ {
2721
+ "date": "Jun",
2722
+ "value": 30
2723
+ }
2724
+ ],
2725
+ "xKey": "date",
2726
+ "yKey": "value",
2727
+ "title": "Trend"
2728
+ },
2729
+ {
2730
+ "type": "chart-legend",
2731
+ "items": [
2732
+ {
2733
+ "label": "Current",
2734
+ "color": "primary"
2735
+ },
2736
+ {
2737
+ "label": "Previous",
2738
+ "color": "muted"
2113
2739
  }
2114
2740
  ]
2741
+ },
2742
+ {
2743
+ "type": "graph-view",
2744
+ "nodes": [
2745
+ {
2746
+ "id": "a",
2747
+ "label": "Start",
2748
+ "x": 50,
2749
+ "y": 100
2750
+ },
2751
+ {
2752
+ "id": "b",
2753
+ "label": "Process",
2754
+ "x": 200,
2755
+ "y": 50
2756
+ },
2757
+ {
2758
+ "id": "c",
2759
+ "label": "End",
2760
+ "x": 350,
2761
+ "y": 100
2762
+ }
2763
+ ],
2764
+ "edges": [
2765
+ {
2766
+ "from": "a",
2767
+ "to": "b"
2768
+ },
2769
+ {
2770
+ "from": "b",
2771
+ "to": "c"
2772
+ }
2773
+ ],
2774
+ "width": 400,
2775
+ "height": 200
2115
2776
  }
2116
2777
  ]
2117
2778
  }
@@ -2135,162 +2796,318 @@
2135
2796
  "render-ui",
2136
2797
  "main",
2137
2798
  {
2138
- "type": "stack",
2139
- "direction": "vertical",
2140
- "gap": "lg",
2141
- "children": [
2799
+ "type": "dashboard-layout",
2800
+ "appName": "CI/CD Pipeline",
2801
+ "navItems": [
2142
2802
  {
2143
- "type": "stack",
2144
- "direction": "horizontal",
2145
- "gap": "md",
2146
- "justify": "space-between",
2147
- "children": [
2148
- {
2149
- "type": "stack",
2150
- "direction": "horizontal",
2151
- "gap": "md",
2152
- "children": [
2153
- {
2154
- "type": "icon",
2155
- "name": "layers",
2156
- "size": "lg"
2157
- },
2158
- {
2159
- "type": "typography",
2160
- "content": "Stages",
2161
- "variant": "h2"
2162
- }
2163
- ]
2164
- },
2165
- {
2166
- "type": "button",
2167
- "label": "Refresh",
2168
- "event": "REFRESH",
2169
- "variant": "secondary",
2170
- "icon": "refresh-cw"
2171
- }
2172
- ]
2803
+ "label": "Builds",
2804
+ "href": "/builds",
2805
+ "icon": "hammer"
2173
2806
  },
2174
2807
  {
2175
- "type": "divider"
2808
+ "label": "Stages",
2809
+ "href": "/stages",
2810
+ "icon": "layers"
2176
2811
  },
2177
2812
  {
2178
- "type": "simple-grid",
2179
- "columns": 3,
2813
+ "label": "Deploy",
2814
+ "href": "/deploy",
2815
+ "icon": "rocket"
2816
+ }
2817
+ ],
2818
+ "children": [
2819
+ {
2820
+ "type": "scaled-diagram",
2180
2821
  "children": [
2181
2822
  {
2182
- "type": "card",
2823
+ "type": "stack",
2824
+ "direction": "vertical",
2825
+ "gap": "lg",
2183
2826
  "children": [
2827
+ {
2828
+ "type": "breadcrumb",
2829
+ "items": [
2830
+ {
2831
+ "label": "Home",
2832
+ "href": "/"
2833
+ },
2834
+ {
2835
+ "label": "Stages"
2836
+ }
2837
+ ]
2838
+ },
2184
2839
  {
2185
2840
  "type": "stack",
2186
- "direction": "vertical",
2187
- "gap": "sm",
2841
+ "direction": "horizontal",
2842
+ "gap": "md",
2843
+ "justify": "space-between",
2188
2844
  "children": [
2189
2845
  {
2190
- "type": "typography",
2191
- "variant": "caption",
2192
- "content": "Name"
2846
+ "type": "stack",
2847
+ "direction": "horizontal",
2848
+ "gap": "md",
2849
+ "children": [
2850
+ {
2851
+ "type": "icon",
2852
+ "name": "layers",
2853
+ "size": "lg"
2854
+ },
2855
+ {
2856
+ "type": "typography",
2857
+ "content": "Stages",
2858
+ "variant": "h2"
2859
+ }
2860
+ ]
2861
+ },
2862
+ {
2863
+ "type": "button",
2864
+ "label": "Refresh",
2865
+ "event": "REFRESH",
2866
+ "variant": "secondary",
2867
+ "icon": "refresh-cw"
2868
+ }
2869
+ ]
2870
+ },
2871
+ {
2872
+ "type": "divider"
2873
+ },
2874
+ {
2875
+ "type": "box",
2876
+ "padding": "md",
2877
+ "children": [
2878
+ {
2879
+ "type": "simple-grid",
2880
+ "columns": 3,
2881
+ "children": [
2882
+ {
2883
+ "type": "card",
2884
+ "children": [
2885
+ {
2886
+ "type": "stack",
2887
+ "direction": "vertical",
2888
+ "gap": "sm",
2889
+ "children": [
2890
+ {
2891
+ "type": "typography",
2892
+ "variant": "caption",
2893
+ "content": "Name"
2894
+ },
2895
+ {
2896
+ "type": "typography",
2897
+ "variant": "h3",
2898
+ "content": [
2899
+ "object/get",
2900
+ [
2901
+ "array/first",
2902
+ "@entity"
2903
+ ],
2904
+ "name"
2905
+ ]
2906
+ }
2907
+ ]
2908
+ }
2909
+ ]
2910
+ },
2911
+ {
2912
+ "type": "card",
2913
+ "children": [
2914
+ {
2915
+ "type": "stack",
2916
+ "direction": "vertical",
2917
+ "gap": "sm",
2918
+ "children": [
2919
+ {
2920
+ "type": "typography",
2921
+ "variant": "caption",
2922
+ "content": "Status"
2923
+ },
2924
+ {
2925
+ "type": "typography",
2926
+ "variant": "h3",
2927
+ "content": [
2928
+ "object/get",
2929
+ [
2930
+ "array/first",
2931
+ "@entity"
2932
+ ],
2933
+ "status"
2934
+ ]
2935
+ }
2936
+ ]
2937
+ }
2938
+ ]
2939
+ },
2940
+ {
2941
+ "type": "card",
2942
+ "children": [
2943
+ {
2944
+ "type": "stack",
2945
+ "direction": "vertical",
2946
+ "gap": "sm",
2947
+ "children": [
2948
+ {
2949
+ "type": "typography",
2950
+ "variant": "caption",
2951
+ "content": "Duration"
2952
+ },
2953
+ {
2954
+ "type": "typography",
2955
+ "variant": "h3",
2956
+ "content": [
2957
+ "object/get",
2958
+ [
2959
+ "array/first",
2960
+ "@entity"
2961
+ ],
2962
+ "duration"
2963
+ ]
2964
+ }
2965
+ ]
2966
+ }
2967
+ ]
2968
+ },
2969
+ {
2970
+ "type": "card",
2971
+ "children": [
2972
+ {
2973
+ "type": "stack",
2974
+ "direction": "vertical",
2975
+ "gap": "sm",
2976
+ "children": [
2977
+ {
2978
+ "type": "typography",
2979
+ "variant": "caption",
2980
+ "content": "Output"
2981
+ },
2982
+ {
2983
+ "type": "typography",
2984
+ "variant": "h3",
2985
+ "content": [
2986
+ "object/get",
2987
+ [
2988
+ "array/first",
2989
+ "@entity"
2990
+ ],
2991
+ "output"
2992
+ ]
2993
+ }
2994
+ ]
2995
+ }
2996
+ ]
2997
+ }
2998
+ ]
2999
+ }
3000
+ ]
3001
+ },
3002
+ {
3003
+ "type": "divider"
3004
+ },
3005
+ {
3006
+ "type": "grid",
3007
+ "columns": 2,
3008
+ "gap": "md",
3009
+ "children": [
3010
+ {
3011
+ "type": "card",
3012
+ "children": [
3013
+ {
3014
+ "type": "typography",
3015
+ "variant": "caption",
3016
+ "content": "Chart View"
3017
+ }
3018
+ ]
3019
+ },
3020
+ {
3021
+ "type": "card",
3022
+ "children": [
3023
+ {
3024
+ "type": "typography",
3025
+ "variant": "caption",
3026
+ "content": "Graph View"
3027
+ }
3028
+ ]
3029
+ }
3030
+ ]
3031
+ },
3032
+ {
3033
+ "type": "line-chart",
3034
+ "data": [
3035
+ {
3036
+ "date": "Jan",
3037
+ "value": 12
3038
+ },
3039
+ {
3040
+ "date": "Feb",
3041
+ "value": 19
3042
+ },
3043
+ {
3044
+ "date": "Mar",
3045
+ "value": 15
3046
+ },
3047
+ {
3048
+ "date": "Apr",
3049
+ "value": 25
2193
3050
  },
2194
3051
  {
2195
- "type": "typography",
2196
- "variant": "h3",
2197
- "content": [
2198
- "object/get",
2199
- [
2200
- "array/first",
2201
- "@entity"
2202
- ],
2203
- "name"
2204
- ]
3052
+ "date": "May",
3053
+ "value": 22
3054
+ },
3055
+ {
3056
+ "date": "Jun",
3057
+ "value": 30
2205
3058
  }
2206
- ]
2207
- }
2208
- ]
2209
- },
2210
- {
2211
- "type": "card",
2212
- "children": [
3059
+ ],
3060
+ "xKey": "date",
3061
+ "yKey": "value",
3062
+ "title": "Trend"
3063
+ },
2213
3064
  {
2214
- "type": "stack",
2215
- "direction": "vertical",
2216
- "gap": "sm",
2217
- "children": [
3065
+ "type": "chart-legend",
3066
+ "items": [
2218
3067
  {
2219
- "type": "typography",
2220
- "variant": "caption",
2221
- "content": "Status"
3068
+ "label": "Current",
3069
+ "color": "primary"
2222
3070
  },
2223
3071
  {
2224
- "type": "typography",
2225
- "variant": "h3",
2226
- "content": [
2227
- "object/get",
2228
- [
2229
- "array/first",
2230
- "@entity"
2231
- ],
2232
- "status"
2233
- ]
3072
+ "label": "Previous",
3073
+ "color": "muted"
2234
3074
  }
2235
3075
  ]
2236
- }
2237
- ]
2238
- },
2239
- {
2240
- "type": "card",
2241
- "children": [
3076
+ },
2242
3077
  {
2243
- "type": "stack",
2244
- "direction": "vertical",
2245
- "gap": "sm",
2246
- "children": [
3078
+ "type": "graph-view",
3079
+ "nodes": [
2247
3080
  {
2248
- "type": "typography",
2249
- "variant": "caption",
2250
- "content": "Duration"
3081
+ "id": "a",
3082
+ "label": "Start",
3083
+ "x": 50,
3084
+ "y": 100
2251
3085
  },
2252
3086
  {
2253
- "type": "typography",
2254
- "variant": "h3",
2255
- "content": [
2256
- "object/get",
2257
- [
2258
- "array/first",
2259
- "@entity"
2260
- ],
2261
- "duration"
2262
- ]
3087
+ "id": "b",
3088
+ "label": "Process",
3089
+ "x": 200,
3090
+ "y": 50
3091
+ },
3092
+ {
3093
+ "id": "c",
3094
+ "label": "End",
3095
+ "x": 350,
3096
+ "y": 100
2263
3097
  }
2264
- ]
2265
- }
2266
- ]
2267
- },
2268
- {
2269
- "type": "card",
2270
- "children": [
2271
- {
2272
- "type": "stack",
2273
- "direction": "vertical",
2274
- "gap": "sm",
2275
- "children": [
3098
+ ],
3099
+ "edges": [
2276
3100
  {
2277
- "type": "typography",
2278
- "variant": "caption",
2279
- "content": "Output"
3101
+ "from": "a",
3102
+ "to": "b"
2280
3103
  },
2281
3104
  {
2282
- "type": "typography",
2283
- "variant": "h3",
2284
- "content": [
2285
- "object/get",
2286
- [
2287
- "array/first",
2288
- "@entity"
2289
- ],
2290
- "output"
2291
- ]
3105
+ "from": "b",
3106
+ "to": "c"
2292
3107
  }
2293
- ]
3108
+ ],
3109
+ "width": 400,
3110
+ "height": 200
2294
3111
  }
2295
3112
  ]
2296
3113
  }
@@ -2340,11 +3157,18 @@
2340
3157
  },
2341
3158
  {
2342
3159
  "name": "status",
2343
- "type": "string"
3160
+ "type": "string",
3161
+ "values": [
3162
+ "pending",
3163
+ "deploying",
3164
+ "success",
3165
+ "failed",
3166
+ "rolled-back"
3167
+ ]
2344
3168
  },
2345
3169
  {
2346
3170
  "name": "deployedAt",
2347
- "type": "string"
3171
+ "type": "date"
2348
3172
  }
2349
3173
  ]
2350
3174
  },
@@ -2423,44 +3247,67 @@
2423
3247
  "render-ui",
2424
3248
  "main",
2425
3249
  {
2426
- "type": "stack",
2427
- "direction": "vertical",
2428
- "gap": "lg",
2429
- "align": "center",
3250
+ "type": "dashboard-layout",
3251
+ "appName": "CI/CD Pipeline",
3252
+ "navItems": [
3253
+ {
3254
+ "label": "Builds",
3255
+ "href": "/builds",
3256
+ "icon": "hammer"
3257
+ },
3258
+ {
3259
+ "label": "Stages",
3260
+ "href": "/stages",
3261
+ "icon": "layers"
3262
+ },
3263
+ {
3264
+ "label": "Deploy",
3265
+ "href": "/deploy",
3266
+ "icon": "rocket"
3267
+ }
3268
+ ],
2430
3269
  "children": [
2431
3270
  {
2432
3271
  "type": "stack",
2433
- "direction": "horizontal",
2434
- "gap": "md",
3272
+ "direction": "vertical",
3273
+ "gap": "lg",
2435
3274
  "align": "center",
2436
3275
  "children": [
2437
3276
  {
2438
- "type": "icon",
2439
- "name": "upload-cloud",
2440
- "size": "lg"
3277
+ "type": "stack",
3278
+ "direction": "horizontal",
3279
+ "gap": "md",
3280
+ "align": "center",
3281
+ "children": [
3282
+ {
3283
+ "type": "icon",
3284
+ "name": "upload-cloud",
3285
+ "size": "lg"
3286
+ },
3287
+ {
3288
+ "type": "typography",
3289
+ "content": "Deployment",
3290
+ "variant": "h2"
3291
+ }
3292
+ ]
3293
+ },
3294
+ {
3295
+ "type": "divider"
2441
3296
  },
2442
3297
  {
2443
3298
  "type": "typography",
2444
- "content": "Deployment",
2445
- "variant": "h2"
3299
+ "variant": "body",
3300
+ "color": "muted",
3301
+ "content": "Ready to start deployment operation."
3302
+ },
3303
+ {
3304
+ "type": "button",
3305
+ "label": "Start",
3306
+ "event": "START",
3307
+ "variant": "primary",
3308
+ "icon": "play"
2446
3309
  }
2447
3310
  ]
2448
- },
2449
- {
2450
- "type": "divider"
2451
- },
2452
- {
2453
- "type": "typography",
2454
- "variant": "body",
2455
- "color": "muted",
2456
- "content": "Ready to start deployment operation."
2457
- },
2458
- {
2459
- "type": "button",
2460
- "label": "Start",
2461
- "event": "START",
2462
- "variant": "primary",
2463
- "icon": "play"
2464
3311
  }
2465
3312
  ]
2466
3313
  }
@@ -2476,19 +3323,42 @@
2476
3323
  "render-ui",
2477
3324
  "main",
2478
3325
  {
2479
- "type": "stack",
2480
- "direction": "vertical",
2481
- "gap": "lg",
2482
- "align": "center",
2483
- "children": [
3326
+ "type": "dashboard-layout",
3327
+ "appName": "CI/CD Pipeline",
3328
+ "navItems": [
3329
+ {
3330
+ "label": "Builds",
3331
+ "href": "/builds",
3332
+ "icon": "hammer"
3333
+ },
2484
3334
  {
2485
- "type": "loading-state",
2486
- "title": "Deploying...",
2487
- "message": "Processing deployment..."
3335
+ "label": "Stages",
3336
+ "href": "/stages",
3337
+ "icon": "layers"
2488
3338
  },
2489
3339
  {
2490
- "type": "skeleton",
2491
- "variant": "text"
3340
+ "label": "Deploy",
3341
+ "href": "/deploy",
3342
+ "icon": "rocket"
3343
+ }
3344
+ ],
3345
+ "children": [
3346
+ {
3347
+ "type": "stack",
3348
+ "direction": "vertical",
3349
+ "gap": "lg",
3350
+ "align": "center",
3351
+ "children": [
3352
+ {
3353
+ "type": "loading-state",
3354
+ "title": "Deploying...",
3355
+ "message": "Processing deployment..."
3356
+ },
3357
+ {
3358
+ "type": "skeleton",
3359
+ "variant": "text"
3360
+ }
3361
+ ]
2492
3362
  }
2493
3363
  ]
2494
3364
  }
@@ -2510,33 +3380,56 @@
2510
3380
  "render-ui",
2511
3381
  "main",
2512
3382
  {
2513
- "type": "stack",
2514
- "direction": "vertical",
2515
- "gap": "lg",
2516
- "align": "center",
2517
- "children": [
3383
+ "type": "dashboard-layout",
3384
+ "appName": "CI/CD Pipeline",
3385
+ "navItems": [
2518
3386
  {
2519
- "type": "icon",
2520
- "name": "check-circle",
2521
- "size": "lg"
3387
+ "label": "Builds",
3388
+ "href": "/builds",
3389
+ "icon": "hammer"
2522
3390
  },
2523
3391
  {
2524
- "type": "alert",
2525
- "variant": "success",
2526
- "message": "Deployment successful."
3392
+ "label": "Stages",
3393
+ "href": "/stages",
3394
+ "icon": "layers"
2527
3395
  },
3396
+ {
3397
+ "label": "Deploy",
3398
+ "href": "/deploy",
3399
+ "icon": "rocket"
3400
+ }
3401
+ ],
3402
+ "children": [
2528
3403
  {
2529
3404
  "type": "stack",
2530
- "direction": "horizontal",
2531
- "gap": "sm",
2532
- "justify": "center",
3405
+ "direction": "vertical",
3406
+ "gap": "lg",
3407
+ "align": "center",
2533
3408
  "children": [
2534
3409
  {
2535
- "type": "button",
2536
- "label": "Reset",
2537
- "event": "RESET",
2538
- "variant": "ghost",
2539
- "icon": "rotate-ccw"
3410
+ "type": "icon",
3411
+ "name": "check-circle",
3412
+ "size": "lg"
3413
+ },
3414
+ {
3415
+ "type": "alert",
3416
+ "variant": "success",
3417
+ "message": "Deployment successful."
3418
+ },
3419
+ {
3420
+ "type": "stack",
3421
+ "direction": "horizontal",
3422
+ "gap": "sm",
3423
+ "justify": "center",
3424
+ "children": [
3425
+ {
3426
+ "type": "button",
3427
+ "label": "Reset",
3428
+ "event": "RESET",
3429
+ "variant": "ghost",
3430
+ "icon": "rotate-ccw"
3431
+ }
3432
+ ]
2540
3433
  }
2541
3434
  ]
2542
3435
  }
@@ -2558,36 +3451,59 @@
2558
3451
  "render-ui",
2559
3452
  "main",
2560
3453
  {
2561
- "type": "stack",
2562
- "direction": "vertical",
2563
- "gap": "lg",
2564
- "align": "center",
2565
- "children": [
3454
+ "type": "dashboard-layout",
3455
+ "appName": "CI/CD Pipeline",
3456
+ "navItems": [
3457
+ {
3458
+ "label": "Builds",
3459
+ "href": "/builds",
3460
+ "icon": "hammer"
3461
+ },
2566
3462
  {
2567
- "type": "error-state",
2568
- "title": "Operation Failed",
2569
- "message": "Deployment failed.",
2570
- "onRetry": "RETRY"
3463
+ "label": "Stages",
3464
+ "href": "/stages",
3465
+ "icon": "layers"
2571
3466
  },
3467
+ {
3468
+ "label": "Deploy",
3469
+ "href": "/deploy",
3470
+ "icon": "rocket"
3471
+ }
3472
+ ],
3473
+ "children": [
2572
3474
  {
2573
3475
  "type": "stack",
2574
- "direction": "horizontal",
2575
- "gap": "sm",
2576
- "justify": "center",
3476
+ "direction": "vertical",
3477
+ "gap": "lg",
3478
+ "align": "center",
2577
3479
  "children": [
2578
3480
  {
2579
- "type": "button",
2580
- "label": "Retry",
2581
- "event": "RETRY",
2582
- "variant": "primary",
2583
- "icon": "refresh-cw"
3481
+ "type": "error-state",
3482
+ "title": "Operation Failed",
3483
+ "message": "Deployment failed.",
3484
+ "onRetry": "RETRY"
2584
3485
  },
2585
3486
  {
2586
- "type": "button",
2587
- "label": "Reset",
2588
- "event": "RESET",
2589
- "variant": "ghost",
2590
- "icon": "rotate-ccw"
3487
+ "type": "stack",
3488
+ "direction": "horizontal",
3489
+ "gap": "sm",
3490
+ "justify": "center",
3491
+ "children": [
3492
+ {
3493
+ "type": "button",
3494
+ "label": "Retry",
3495
+ "event": "RETRY",
3496
+ "variant": "primary",
3497
+ "icon": "refresh-cw"
3498
+ },
3499
+ {
3500
+ "type": "button",
3501
+ "label": "Reset",
3502
+ "event": "RESET",
3503
+ "variant": "ghost",
3504
+ "icon": "rotate-ccw"
3505
+ }
3506
+ ]
2591
3507
  }
2592
3508
  ]
2593
3509
  }
@@ -2605,44 +3521,67 @@
2605
3521
  "render-ui",
2606
3522
  "main",
2607
3523
  {
2608
- "type": "stack",
2609
- "direction": "vertical",
2610
- "gap": "lg",
2611
- "align": "center",
3524
+ "type": "dashboard-layout",
3525
+ "appName": "CI/CD Pipeline",
3526
+ "navItems": [
3527
+ {
3528
+ "label": "Builds",
3529
+ "href": "/builds",
3530
+ "icon": "hammer"
3531
+ },
3532
+ {
3533
+ "label": "Stages",
3534
+ "href": "/stages",
3535
+ "icon": "layers"
3536
+ },
3537
+ {
3538
+ "label": "Deploy",
3539
+ "href": "/deploy",
3540
+ "icon": "rocket"
3541
+ }
3542
+ ],
2612
3543
  "children": [
2613
3544
  {
2614
3545
  "type": "stack",
2615
- "direction": "horizontal",
2616
- "gap": "md",
3546
+ "direction": "vertical",
3547
+ "gap": "lg",
2617
3548
  "align": "center",
2618
3549
  "children": [
2619
3550
  {
2620
- "type": "icon",
2621
- "name": "upload-cloud",
2622
- "size": "lg"
3551
+ "type": "stack",
3552
+ "direction": "horizontal",
3553
+ "gap": "md",
3554
+ "align": "center",
3555
+ "children": [
3556
+ {
3557
+ "type": "icon",
3558
+ "name": "upload-cloud",
3559
+ "size": "lg"
3560
+ },
3561
+ {
3562
+ "type": "typography",
3563
+ "content": "Deployment",
3564
+ "variant": "h2"
3565
+ }
3566
+ ]
3567
+ },
3568
+ {
3569
+ "type": "divider"
2623
3570
  },
2624
3571
  {
2625
3572
  "type": "typography",
2626
- "content": "Deployment",
2627
- "variant": "h2"
3573
+ "variant": "body",
3574
+ "color": "muted",
3575
+ "content": "Ready to start deployment operation."
3576
+ },
3577
+ {
3578
+ "type": "button",
3579
+ "label": "Start",
3580
+ "event": "START",
3581
+ "variant": "primary",
3582
+ "icon": "play"
2628
3583
  }
2629
3584
  ]
2630
- },
2631
- {
2632
- "type": "divider"
2633
- },
2634
- {
2635
- "type": "typography",
2636
- "variant": "body",
2637
- "color": "muted",
2638
- "content": "Ready to start deployment operation."
2639
- },
2640
- {
2641
- "type": "button",
2642
- "label": "Start",
2643
- "event": "START",
2644
- "variant": "primary",
2645
- "icon": "play"
2646
3585
  }
2647
3586
  ]
2648
3587
  }
@@ -2658,44 +3597,67 @@
2658
3597
  "render-ui",
2659
3598
  "main",
2660
3599
  {
2661
- "type": "stack",
2662
- "direction": "vertical",
2663
- "gap": "lg",
2664
- "align": "center",
3600
+ "type": "dashboard-layout",
3601
+ "appName": "CI/CD Pipeline",
3602
+ "navItems": [
3603
+ {
3604
+ "label": "Builds",
3605
+ "href": "/builds",
3606
+ "icon": "hammer"
3607
+ },
3608
+ {
3609
+ "label": "Stages",
3610
+ "href": "/stages",
3611
+ "icon": "layers"
3612
+ },
3613
+ {
3614
+ "label": "Deploy",
3615
+ "href": "/deploy",
3616
+ "icon": "rocket"
3617
+ }
3618
+ ],
2665
3619
  "children": [
2666
3620
  {
2667
3621
  "type": "stack",
2668
- "direction": "horizontal",
2669
- "gap": "md",
3622
+ "direction": "vertical",
3623
+ "gap": "lg",
2670
3624
  "align": "center",
2671
3625
  "children": [
2672
3626
  {
2673
- "type": "icon",
2674
- "name": "upload-cloud",
2675
- "size": "lg"
3627
+ "type": "stack",
3628
+ "direction": "horizontal",
3629
+ "gap": "md",
3630
+ "align": "center",
3631
+ "children": [
3632
+ {
3633
+ "type": "icon",
3634
+ "name": "upload-cloud",
3635
+ "size": "lg"
3636
+ },
3637
+ {
3638
+ "type": "typography",
3639
+ "content": "Deployment",
3640
+ "variant": "h2"
3641
+ }
3642
+ ]
3643
+ },
3644
+ {
3645
+ "type": "divider"
2676
3646
  },
2677
3647
  {
2678
3648
  "type": "typography",
2679
- "content": "Deployment",
2680
- "variant": "h2"
3649
+ "variant": "body",
3650
+ "color": "muted",
3651
+ "content": "Ready to start deployment operation."
3652
+ },
3653
+ {
3654
+ "type": "button",
3655
+ "label": "Start",
3656
+ "event": "START",
3657
+ "variant": "primary",
3658
+ "icon": "play"
2681
3659
  }
2682
3660
  ]
2683
- },
2684
- {
2685
- "type": "divider"
2686
- },
2687
- {
2688
- "type": "typography",
2689
- "variant": "body",
2690
- "color": "muted",
2691
- "content": "Ready to start deployment operation."
2692
- },
2693
- {
2694
- "type": "button",
2695
- "label": "Start",
2696
- "event": "START",
2697
- "variant": "primary",
2698
- "icon": "play"
2699
3661
  }
2700
3662
  ]
2701
3663
  }
@@ -2711,19 +3673,42 @@
2711
3673
  "render-ui",
2712
3674
  "main",
2713
3675
  {
2714
- "type": "stack",
2715
- "direction": "vertical",
2716
- "gap": "lg",
2717
- "align": "center",
2718
- "children": [
3676
+ "type": "dashboard-layout",
3677
+ "appName": "CI/CD Pipeline",
3678
+ "navItems": [
3679
+ {
3680
+ "label": "Builds",
3681
+ "href": "/builds",
3682
+ "icon": "hammer"
3683
+ },
2719
3684
  {
2720
- "type": "loading-state",
2721
- "title": "Deploying...",
2722
- "message": "Processing deployment..."
3685
+ "label": "Stages",
3686
+ "href": "/stages",
3687
+ "icon": "layers"
2723
3688
  },
2724
3689
  {
2725
- "type": "skeleton",
2726
- "variant": "text"
3690
+ "label": "Deploy",
3691
+ "href": "/deploy",
3692
+ "icon": "rocket"
3693
+ }
3694
+ ],
3695
+ "children": [
3696
+ {
3697
+ "type": "stack",
3698
+ "direction": "vertical",
3699
+ "gap": "lg",
3700
+ "align": "center",
3701
+ "children": [
3702
+ {
3703
+ "type": "loading-state",
3704
+ "title": "Deploying...",
3705
+ "message": "Processing deployment..."
3706
+ },
3707
+ {
3708
+ "type": "skeleton",
3709
+ "variant": "text"
3710
+ }
3711
+ ]
2727
3712
  }
2728
3713
  ]
2729
3714
  }