@almadar/std 7.4.7 → 7.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (297) hide show
  1. package/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  2. package/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  3. package/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  4. package/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  5. package/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  6. package/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  7. package/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  8. package/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  9. package/behaviors/registry/atoms/std-agent-search.orb +38 -38
  10. package/behaviors/registry/atoms/std-agent-session.orb +70 -70
  11. package/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  12. package/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  13. package/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  14. package/behaviors/registry/atoms/std-async.orb +224 -132
  15. package/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  16. package/behaviors/registry/atoms/std-browse.orb +59 -59
  17. package/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  18. package/behaviors/registry/atoms/std-calendar.orb +166 -166
  19. package/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  20. package/behaviors/registry/atoms/std-collision.orb +133 -133
  21. package/behaviors/registry/atoms/std-combat-log.orb +9 -9
  22. package/behaviors/registry/atoms/std-combat.orb +63 -63
  23. package/behaviors/registry/atoms/std-confirmation.orb +21 -21
  24. package/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  25. package/behaviors/registry/atoms/std-display.orb +366 -366
  26. package/behaviors/registry/atoms/std-drawer.orb +119 -119
  27. package/behaviors/registry/atoms/std-filter.orb +94 -94
  28. package/behaviors/registry/atoms/std-flip-card.orb +145 -145
  29. package/behaviors/registry/atoms/std-gallery.orb +51 -51
  30. package/behaviors/registry/atoms/std-game-audio.orb +88 -88
  31. package/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  32. package/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  33. package/behaviors/registry/atoms/std-game-hud.orb +15 -15
  34. package/behaviors/registry/atoms/std-game-menu.orb +21 -21
  35. package/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  36. package/behaviors/registry/atoms/std-gameflow.orb +44 -44
  37. package/behaviors/registry/atoms/std-input.orb +107 -107
  38. package/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  39. package/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  40. package/behaviors/registry/atoms/std-loading.orb +82 -82
  41. package/behaviors/registry/atoms/std-modal.orb +11 -11
  42. package/behaviors/registry/atoms/std-movement.orb +285 -285
  43. package/behaviors/registry/atoms/std-notification.orb +60 -60
  44. package/behaviors/registry/atoms/std-overworld.orb +111 -111
  45. package/behaviors/registry/atoms/std-pagination.orb +45 -45
  46. package/behaviors/registry/atoms/std-physics2d.orb +77 -77
  47. package/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  48. package/behaviors/registry/atoms/std-push.orb +44 -44
  49. package/behaviors/registry/atoms/std-quest.orb +314 -314
  50. package/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  51. package/behaviors/registry/atoms/std-rating.orb +45 -45
  52. package/behaviors/registry/atoms/std-related.orb +38 -38
  53. package/behaviors/registry/atoms/std-score-board.orb +11 -11
  54. package/behaviors/registry/atoms/std-score.orb +125 -125
  55. package/behaviors/registry/atoms/std-search.orb +77 -77
  56. package/behaviors/registry/atoms/std-selection.orb +184 -184
  57. package/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  58. package/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  59. package/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  60. package/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  61. package/behaviors/registry/atoms/std-service-email.orb +88 -88
  62. package/behaviors/registry/atoms/std-service-github.orb +88 -88
  63. package/behaviors/registry/atoms/std-service-llm.orb +110 -110
  64. package/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  65. package/behaviors/registry/atoms/std-service-redis.orb +87 -87
  66. package/behaviors/registry/atoms/std-service-storage.orb +101 -101
  67. package/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  68. package/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  69. package/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  70. package/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  71. package/behaviors/registry/atoms/std-sort.orb +198 -198
  72. package/behaviors/registry/atoms/std-sprite.orb +54 -54
  73. package/behaviors/registry/atoms/std-tabs.orb +47 -47
  74. package/behaviors/registry/atoms/std-text-effects.orb +125 -125
  75. package/behaviors/registry/atoms/std-theme.orb +114 -114
  76. package/behaviors/registry/atoms/std-timer.orb +298 -298
  77. package/behaviors/registry/atoms/std-undo.orb +186 -186
  78. package/behaviors/registry/atoms/std-upload.orb +88 -88
  79. package/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  80. package/behaviors/registry/atoms/std-wizard.orb +261 -261
  81. package/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  82. package/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  83. package/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  84. package/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  85. package/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  86. package/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  87. package/behaviors/registry/molecules/std-builder-game.orb +20 -20
  88. package/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  89. package/behaviors/registry/molecules/std-cart.orb +47 -47
  90. package/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  91. package/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  92. package/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  93. package/behaviors/registry/molecules/std-detail.orb +78 -78
  94. package/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  95. package/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  96. package/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  97. package/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  98. package/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  99. package/behaviors/registry/molecules/std-geospatial.orb +81 -81
  100. package/behaviors/registry/molecules/std-inventory.orb +53 -53
  101. package/behaviors/registry/molecules/std-list.orb +57 -57
  102. package/behaviors/registry/molecules/std-messaging.orb +67 -67
  103. package/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  104. package/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  105. package/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  106. package/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  107. package/behaviors/registry/molecules/std-quiz.orb +204 -204
  108. package/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  109. package/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  110. package/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  111. package/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  112. package/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  113. package/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  114. package/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  115. package/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  116. package/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  117. package/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  118. package/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  119. package/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  120. package/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  121. package/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  122. package/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  123. package/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  124. package/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  125. package/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  126. package/behaviors/registry/organisms/std-cms.orb +393 -393
  127. package/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  128. package/behaviors/registry/organisms/std-crm.orb +751 -751
  129. package/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  130. package/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  131. package/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  132. package/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  133. package/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  134. package/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  135. package/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  136. package/behaviors/registry/organisms/std-lms.orb +834 -834
  137. package/behaviors/registry/organisms/std-logic-training.orb +73 -73
  138. package/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  139. package/behaviors/registry/organisms/std-project-manager.orb +661 -661
  140. package/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  141. package/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  142. package/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  143. package/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  144. package/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  145. package/behaviors/registry/organisms/std-social-feed.orb +188 -188
  146. package/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  147. package/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  148. package/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  149. package/dist/behaviors/registry/atoms/std-agent-activity-log.orb +45 -45
  150. package/dist/behaviors/registry/atoms/std-agent-chat-thread.orb +161 -161
  151. package/dist/behaviors/registry/atoms/std-agent-classifier.orb +98 -98
  152. package/dist/behaviors/registry/atoms/std-agent-completion.orb +92 -92
  153. package/dist/behaviors/registry/atoms/std-agent-context-window.orb +366 -366
  154. package/dist/behaviors/registry/atoms/std-agent-conversation.orb +155 -155
  155. package/dist/behaviors/registry/atoms/std-agent-memory.orb +72 -72
  156. package/dist/behaviors/registry/atoms/std-agent-provider.orb +106 -106
  157. package/dist/behaviors/registry/atoms/std-agent-search.orb +38 -38
  158. package/dist/behaviors/registry/atoms/std-agent-session.orb +70 -70
  159. package/dist/behaviors/registry/atoms/std-agent-step-progress.orb +175 -175
  160. package/dist/behaviors/registry/atoms/std-agent-token-gauge.orb +342 -342
  161. package/dist/behaviors/registry/atoms/std-agent-tool-call.orb +68 -68
  162. package/dist/behaviors/registry/atoms/std-async.orb +224 -132
  163. package/dist/behaviors/registry/atoms/std-autoregressive.orb +60 -60
  164. package/dist/behaviors/registry/atoms/std-browse.orb +59 -59
  165. package/dist/behaviors/registry/atoms/std-cache-aside.orb +322 -306
  166. package/dist/behaviors/registry/atoms/std-calendar.orb +166 -166
  167. package/dist/behaviors/registry/atoms/std-circuit-breaker.orb +196 -196
  168. package/dist/behaviors/registry/atoms/std-collision.orb +133 -133
  169. package/dist/behaviors/registry/atoms/std-combat-log.orb +9 -9
  170. package/dist/behaviors/registry/atoms/std-combat.orb +63 -63
  171. package/dist/behaviors/registry/atoms/std-confirmation.orb +21 -21
  172. package/dist/behaviors/registry/atoms/std-dialogue-box.orb +22 -22
  173. package/dist/behaviors/registry/atoms/std-display.orb +366 -366
  174. package/dist/behaviors/registry/atoms/std-drawer.orb +119 -119
  175. package/dist/behaviors/registry/atoms/std-filter.orb +94 -94
  176. package/dist/behaviors/registry/atoms/std-flip-card.orb +145 -145
  177. package/dist/behaviors/registry/atoms/std-gallery.orb +51 -51
  178. package/dist/behaviors/registry/atoms/std-game-audio.orb +88 -88
  179. package/dist/behaviors/registry/atoms/std-game-canvas2d.orb +39 -39
  180. package/dist/behaviors/registry/atoms/std-game-canvas3d.orb +50 -50
  181. package/dist/behaviors/registry/atoms/std-game-hud.orb +15 -15
  182. package/dist/behaviors/registry/atoms/std-game-menu.orb +21 -21
  183. package/dist/behaviors/registry/atoms/std-game-over-screen.orb +17 -17
  184. package/dist/behaviors/registry/atoms/std-gameflow.orb +44 -44
  185. package/dist/behaviors/registry/atoms/std-input.orb +107 -107
  186. package/dist/behaviors/registry/atoms/std-inventory-panel.orb +26 -26
  187. package/dist/behaviors/registry/atoms/std-isometric-canvas.orb +54 -54
  188. package/dist/behaviors/registry/atoms/std-loading.orb +82 -82
  189. package/dist/behaviors/registry/atoms/std-modal.orb +11 -11
  190. package/dist/behaviors/registry/atoms/std-movement.orb +285 -285
  191. package/dist/behaviors/registry/atoms/std-notification.orb +60 -60
  192. package/dist/behaviors/registry/atoms/std-overworld.orb +111 -111
  193. package/dist/behaviors/registry/atoms/std-pagination.orb +45 -45
  194. package/dist/behaviors/registry/atoms/std-physics2d.orb +77 -77
  195. package/dist/behaviors/registry/atoms/std-platformer-canvas.orb +26 -26
  196. package/dist/behaviors/registry/atoms/std-push.orb +44 -44
  197. package/dist/behaviors/registry/atoms/std-quest.orb +314 -314
  198. package/dist/behaviors/registry/atoms/std-rate-limiter.orb +199 -199
  199. package/dist/behaviors/registry/atoms/std-rating.orb +45 -45
  200. package/dist/behaviors/registry/atoms/std-related.orb +38 -38
  201. package/dist/behaviors/registry/atoms/std-score-board.orb +11 -11
  202. package/dist/behaviors/registry/atoms/std-score.orb +125 -125
  203. package/dist/behaviors/registry/atoms/std-search.orb +77 -77
  204. package/dist/behaviors/registry/atoms/std-selection.orb +184 -184
  205. package/dist/behaviors/registry/atoms/std-service-custom-bearer.orb +80 -80
  206. package/dist/behaviors/registry/atoms/std-service-custom-header.orb +80 -80
  207. package/dist/behaviors/registry/atoms/std-service-custom-noauth.orb +72 -72
  208. package/dist/behaviors/registry/atoms/std-service-custom-query.orb +66 -66
  209. package/dist/behaviors/registry/atoms/std-service-email.orb +88 -88
  210. package/dist/behaviors/registry/atoms/std-service-github.orb +88 -88
  211. package/dist/behaviors/registry/atoms/std-service-llm.orb +110 -110
  212. package/dist/behaviors/registry/atoms/std-service-oauth.orb +125 -125
  213. package/dist/behaviors/registry/atoms/std-service-redis.orb +87 -87
  214. package/dist/behaviors/registry/atoms/std-service-storage.orb +101 -101
  215. package/dist/behaviors/registry/atoms/std-service-stripe.orb +99 -99
  216. package/dist/behaviors/registry/atoms/std-service-twilio.orb +103 -103
  217. package/dist/behaviors/registry/atoms/std-service-youtube.orb +111 -111
  218. package/dist/behaviors/registry/atoms/std-simulation-canvas.orb +21 -21
  219. package/dist/behaviors/registry/atoms/std-sort.orb +198 -198
  220. package/dist/behaviors/registry/atoms/std-sprite.orb +54 -54
  221. package/dist/behaviors/registry/atoms/std-tabs.orb +47 -47
  222. package/dist/behaviors/registry/atoms/std-text-effects.orb +125 -125
  223. package/dist/behaviors/registry/atoms/std-theme.orb +114 -114
  224. package/dist/behaviors/registry/atoms/std-timer.orb +298 -298
  225. package/dist/behaviors/registry/atoms/std-undo.orb +186 -186
  226. package/dist/behaviors/registry/atoms/std-upload.orb +88 -88
  227. package/dist/behaviors/registry/atoms/std-validate-on-save.orb +60 -60
  228. package/dist/behaviors/registry/atoms/std-wizard.orb +261 -261
  229. package/dist/behaviors/registry/molecules/std-agent-fix-loop.orb +167 -167
  230. package/dist/behaviors/registry/molecules/std-agent-learner.orb +180 -180
  231. package/dist/behaviors/registry/molecules/std-agent-planner.orb +136 -136
  232. package/dist/behaviors/registry/molecules/std-agent-rag.orb +106 -106
  233. package/dist/behaviors/registry/molecules/std-agent-tool-loop.orb +196 -196
  234. package/dist/behaviors/registry/molecules/std-batch-selected-list.orb +9 -9
  235. package/dist/behaviors/registry/molecules/std-builder-game.orb +20 -20
  236. package/dist/behaviors/registry/molecules/std-calendar-booking.orb +1 -1
  237. package/dist/behaviors/registry/molecules/std-cart.orb +47 -47
  238. package/dist/behaviors/registry/molecules/std-classifier-game.orb +16 -16
  239. package/dist/behaviors/registry/molecules/std-dashboard-tabbed.orb +7 -7
  240. package/dist/behaviors/registry/molecules/std-debugger-game.orb +13 -13
  241. package/dist/behaviors/registry/molecules/std-detail.orb +78 -78
  242. package/dist/behaviors/registry/molecules/std-drawer-master-list.orb +6 -6
  243. package/dist/behaviors/registry/molecules/std-event-handler-game.orb +18 -18
  244. package/dist/behaviors/registry/molecules/std-filtered-list.orb +4 -4
  245. package/dist/behaviors/registry/molecules/std-form-advanced.orb +134 -134
  246. package/dist/behaviors/registry/molecules/std-gallery-filtered.orb +4 -4
  247. package/dist/behaviors/registry/molecules/std-geospatial.orb +81 -81
  248. package/dist/behaviors/registry/molecules/std-inventory.orb +53 -53
  249. package/dist/behaviors/registry/molecules/std-list.orb +57 -57
  250. package/dist/behaviors/registry/molecules/std-messaging.orb +67 -67
  251. package/dist/behaviors/registry/molecules/std-negotiator-game.orb +17 -17
  252. package/dist/behaviors/registry/molecules/std-platformer-game.orb +67 -67
  253. package/dist/behaviors/registry/molecules/std-push-activity-log.orb +3 -3
  254. package/dist/behaviors/registry/molecules/std-puzzle-game.orb +45 -45
  255. package/dist/behaviors/registry/molecules/std-quiz.orb +204 -204
  256. package/dist/behaviors/registry/molecules/std-related-master-detail.orb +1 -1
  257. package/dist/behaviors/registry/molecules/std-sequencer-game.orb +19 -19
  258. package/dist/behaviors/registry/molecules/std-service-content-pipeline.orb +152 -152
  259. package/dist/behaviors/registry/molecules/std-service-custom-api-tester.orb +128 -128
  260. package/dist/behaviors/registry/molecules/std-service-devops-toolkit.orb +250 -250
  261. package/dist/behaviors/registry/molecules/std-service-notification-hub.orb +120 -120
  262. package/dist/behaviors/registry/molecules/std-service-payment-flow.orb +111 -111
  263. package/dist/behaviors/registry/molecules/std-simulator-game.orb +18 -18
  264. package/dist/behaviors/registry/molecules/std-turn-based-battle.orb +50 -50
  265. package/dist/behaviors/registry/organisms/std-agent-assistant.orb +1233 -1233
  266. package/dist/behaviors/registry/organisms/std-agent-builder.orb +2951 -2951
  267. package/dist/behaviors/registry/organisms/std-agent-pipeline.orb +2046 -2046
  268. package/dist/behaviors/registry/organisms/std-agent-reviewer.orb +960 -960
  269. package/dist/behaviors/registry/organisms/std-agent-tutor.orb +892 -892
  270. package/dist/behaviors/registry/organisms/std-api-gateway.orb +808 -808
  271. package/dist/behaviors/registry/organisms/std-arcade-game.orb +131 -131
  272. package/dist/behaviors/registry/organisms/std-booking-system.orb +1178 -1178
  273. package/dist/behaviors/registry/organisms/std-cicd-pipeline.orb +744 -744
  274. package/dist/behaviors/registry/organisms/std-cms.orb +393 -393
  275. package/dist/behaviors/registry/organisms/std-coding-academy.orb +397 -397
  276. package/dist/behaviors/registry/organisms/std-crm.orb +751 -751
  277. package/dist/behaviors/registry/organisms/std-devops-dashboard.orb +1405 -1405
  278. package/dist/behaviors/registry/organisms/std-ecommerce.orb +858 -858
  279. package/dist/behaviors/registry/organisms/std-finance-tracker.orb +597 -597
  280. package/dist/behaviors/registry/organisms/std-healthcare.orb +1329 -1329
  281. package/dist/behaviors/registry/organisms/std-helpdesk.orb +635 -635
  282. package/dist/behaviors/registry/organisms/std-hr-portal.orb +1149 -1149
  283. package/dist/behaviors/registry/organisms/std-iot-dashboard.orb +824 -824
  284. package/dist/behaviors/registry/organisms/std-lms.orb +834 -834
  285. package/dist/behaviors/registry/organisms/std-logic-training.orb +73 -73
  286. package/dist/behaviors/registry/organisms/std-platformer-app.orb +209 -209
  287. package/dist/behaviors/registry/organisms/std-project-manager.orb +661 -661
  288. package/dist/behaviors/registry/organisms/std-puzzle-app.orb +97 -97
  289. package/dist/behaviors/registry/organisms/std-realtime-chat.orb +670 -670
  290. package/dist/behaviors/registry/organisms/std-rpg-game.orb +630 -630
  291. package/dist/behaviors/registry/organisms/std-service-marketplace.orb +871 -871
  292. package/dist/behaviors/registry/organisms/std-service-research-assistant.orb +916 -916
  293. package/dist/behaviors/registry/organisms/std-social-feed.orb +188 -188
  294. package/dist/behaviors/registry/organisms/std-stem-lab.orb +374 -374
  295. package/dist/behaviors/registry/organisms/std-strategy-game.orb +472 -472
  296. package/dist/behaviors/registry/organisms/std-trading-dashboard.orb +711 -711
  297. package/package.json +1 -1
@@ -169,11 +169,14 @@
169
169
  "render-ui",
170
170
  "main",
171
171
  {
172
+ "type": "scaled-diagram",
172
173
  "children": [
173
174
  {
175
+ "gap": "lg",
176
+ "direction": "vertical",
177
+ "type": "stack",
174
178
  "children": [
175
179
  {
176
- "type": "breadcrumb",
177
180
  "items": [
178
181
  {
179
182
  "href": "/",
@@ -182,38 +185,39 @@
182
185
  {
183
186
  "label": "DisplayItems"
184
187
  }
185
- ]
188
+ ],
189
+ "type": "breadcrumb"
186
190
  },
187
191
  {
188
- "justify": "between",
192
+ "direction": "horizontal",
189
193
  "children": [
190
194
  {
195
+ "type": "stack",
191
196
  "children": [
192
197
  {
193
198
  "name": "bar-chart-2",
194
199
  "type": "icon"
195
200
  },
196
201
  {
197
- "variant": "h2",
198
202
  "type": "typography",
199
- "content": "DisplayItems"
203
+ "content": "DisplayItems",
204
+ "variant": "h2"
200
205
  }
201
206
  ],
202
- "type": "stack",
203
207
  "direction": "horizontal",
204
208
  "gap": "md"
205
209
  },
206
210
  {
207
- "label": "Refresh",
211
+ "variant": "secondary",
208
212
  "type": "button",
213
+ "icon": "refresh-cw",
209
214
  "action": "REFRESH",
210
- "variant": "secondary",
211
- "icon": "refresh-cw"
215
+ "label": "Refresh"
212
216
  }
213
217
  ],
214
- "direction": "horizontal",
218
+ "gap": "md",
215
219
  "type": "stack",
216
- "gap": "md"
220
+ "justify": "between"
217
221
  },
218
222
  {
219
223
  "type": "divider"
@@ -223,21 +227,19 @@
223
227
  "padding": "md",
224
228
  "children": [
225
229
  {
226
- "cols": 3.0,
230
+ "type": "simple-grid",
227
231
  "children": [
228
232
  {
233
+ "type": "card",
229
234
  "children": [
230
235
  {
231
- "gap": "sm",
232
- "direction": "vertical",
233
236
  "children": [
234
237
  {
235
- "variant": "caption",
236
238
  "content": "Name",
237
- "type": "typography"
239
+ "type": "typography",
240
+ "variant": "caption"
238
241
  },
239
242
  {
240
- "type": "typography",
241
243
  "content": [
242
244
  "object/get",
243
245
  [
@@ -246,17 +248,22 @@
246
248
  ],
247
249
  "name"
248
250
  ],
249
- "variant": "h3"
251
+ "variant": "h3",
252
+ "type": "typography"
250
253
  }
251
254
  ],
252
- "type": "stack"
255
+ "type": "stack",
256
+ "gap": "sm",
257
+ "direction": "vertical"
253
258
  }
254
- ],
255
- "type": "card"
259
+ ]
256
260
  },
257
261
  {
262
+ "type": "card",
258
263
  "children": [
259
264
  {
265
+ "direction": "vertical",
266
+ "type": "stack",
260
267
  "children": [
261
268
  {
262
269
  "type": "typography",
@@ -264,8 +271,6 @@
264
271
  "content": "Description"
265
272
  },
266
273
  {
267
- "variant": "h3",
268
- "type": "typography",
269
274
  "content": [
270
275
  "object/get",
271
276
  [
@@ -273,26 +278,28 @@
273
278
  "@entity"
274
279
  ],
275
280
  "description"
276
- ]
281
+ ],
282
+ "type": "typography",
283
+ "variant": "h3"
277
284
  }
278
285
  ],
279
- "type": "stack",
280
- "gap": "sm",
281
- "direction": "vertical"
286
+ "gap": "sm"
282
287
  }
283
- ],
284
- "type": "card"
288
+ ]
285
289
  },
286
290
  {
291
+ "type": "card",
287
292
  "children": [
288
293
  {
294
+ "type": "stack",
289
295
  "children": [
290
296
  {
297
+ "variant": "caption",
291
298
  "content": "Status",
292
- "type": "typography",
293
- "variant": "caption"
299
+ "type": "typography"
294
300
  },
295
301
  {
302
+ "type": "typography",
296
303
  "content": [
297
304
  "object/get",
298
305
  [
@@ -301,31 +308,28 @@
301
308
  ],
302
309
  "status"
303
310
  ],
304
- "type": "typography",
305
311
  "variant": "h3"
306
312
  }
307
313
  ],
308
- "type": "stack",
309
- "direction": "vertical",
310
- "gap": "sm"
314
+ "gap": "sm",
315
+ "direction": "vertical"
311
316
  }
312
- ],
313
- "type": "card"
317
+ ]
314
318
  },
315
319
  {
320
+ "type": "card",
316
321
  "children": [
317
322
  {
318
- "gap": "sm",
319
323
  "direction": "vertical",
324
+ "gap": "sm",
320
325
  "type": "stack",
321
326
  "children": [
322
327
  {
328
+ "variant": "caption",
323
329
  "content": "CreatedAt",
324
- "type": "typography",
325
- "variant": "caption"
330
+ "type": "typography"
326
331
  },
327
332
  {
328
- "variant": "h3",
329
333
  "content": [
330
334
  "object/get",
331
335
  [
@@ -334,15 +338,15 @@
334
338
  ],
335
339
  "createdAt"
336
340
  ],
337
- "type": "typography"
341
+ "type": "typography",
342
+ "variant": "h3"
338
343
  }
339
344
  ]
340
345
  }
341
- ],
342
- "type": "card"
346
+ ]
343
347
  }
344
348
  ],
345
- "type": "simple-grid"
349
+ "cols": 3.0
346
350
  }
347
351
  ]
348
352
  },
@@ -350,14 +354,15 @@
350
354
  "type": "divider"
351
355
  },
352
356
  {
357
+ "type": "grid",
353
358
  "children": [
354
359
  {
355
360
  "type": "card",
356
361
  "children": [
357
362
  {
358
- "variant": "caption",
363
+ "type": "typography",
359
364
  "content": "Chart View",
360
- "type": "typography"
365
+ "variant": "caption"
361
366
  }
362
367
  ]
363
368
  },
@@ -366,15 +371,14 @@
366
371
  "children": [
367
372
  {
368
373
  "variant": "caption",
369
- "type": "typography",
370
- "content": "Graph View"
374
+ "content": "Graph View",
375
+ "type": "typography"
371
376
  }
372
377
  ]
373
378
  }
374
379
  ],
375
- "type": "grid",
376
- "cols": 2.0,
377
- "gap": "md"
380
+ "gap": "md",
381
+ "cols": 2.0
378
382
  },
379
383
  {
380
384
  "type": "line-chart",
@@ -384,24 +388,24 @@
384
388
  "date": "Jan"
385
389
  },
386
390
  {
387
- "value": 19.0,
388
- "date": "Feb"
391
+ "date": "Feb",
392
+ "value": 19.0
389
393
  },
390
394
  {
391
395
  "date": "Mar",
392
396
  "value": 15.0
393
397
  },
394
398
  {
395
- "date": "Apr",
396
- "value": 25.0
399
+ "value": 25.0,
400
+ "date": "Apr"
397
401
  },
398
402
  {
399
403
  "date": "May",
400
404
  "value": 22.0
401
405
  },
402
406
  {
403
- "date": "Jun",
404
- "value": 30.0
407
+ "value": 30.0,
408
+ "date": "Jun"
405
409
  }
406
410
  ]
407
411
  },
@@ -421,24 +425,25 @@
421
425
  {
422
426
  "nodes": [
423
427
  {
424
- "id": "a",
425
- "y": 100.0,
428
+ "x": 50.0,
426
429
  "label": "Start",
427
- "x": 50.0
430
+ "y": 100.0,
431
+ "id": "a"
428
432
  },
429
433
  {
430
- "y": 50.0,
431
434
  "id": "b",
432
435
  "label": "Process",
436
+ "y": 50.0,
433
437
  "x": 200.0
434
438
  },
435
439
  {
440
+ "id": "c",
436
441
  "label": "End",
437
442
  "x": 350.0,
438
- "id": "c",
439
443
  "y": 100.0
440
444
  }
441
445
  ],
446
+ "type": "graph-view",
442
447
  "edges": [
443
448
  {
444
449
  "from": "a",
@@ -450,16 +455,11 @@
450
455
  }
451
456
  ],
452
457
  "width": 400.0,
453
- "height": 200.0,
454
- "type": "graph-view"
458
+ "height": 200.0
455
459
  }
456
- ],
457
- "direction": "vertical",
458
- "gap": "lg",
459
- "type": "stack"
460
+ ]
460
461
  }
461
- ],
462
- "type": "scaled-diagram"
462
+ ]
463
463
  }
464
464
  ]
465
465
  ]
@@ -474,8 +474,8 @@
474
474
  "DisplayItem",
475
475
  {
476
476
  "emit": {
477
- "failure": "DisplayItemLoadFailed",
478
- "success": "DisplayItemLoaded"
477
+ "success": "DisplayItemLoaded",
478
+ "failure": "DisplayItemLoadFailed"
479
479
  }
480
480
  }
481
481
  ],
@@ -486,15 +486,13 @@
486
486
  "type": "scaled-diagram",
487
487
  "children": [
488
488
  {
489
- "direction": "vertical",
490
- "gap": "lg",
491
489
  "children": [
492
490
  {
493
491
  "type": "breadcrumb",
494
492
  "items": [
495
493
  {
496
- "href": "/",
497
- "label": "Home"
494
+ "label": "Home",
495
+ "href": "/"
498
496
  },
499
497
  {
500
498
  "label": "DisplayItems"
@@ -507,55 +505,54 @@
507
505
  "direction": "horizontal",
508
506
  "children": [
509
507
  {
510
- "name": "bar-chart-2",
511
- "type": "icon"
508
+ "type": "icon",
509
+ "name": "bar-chart-2"
512
510
  },
513
511
  {
514
512
  "variant": "h2",
515
- "type": "typography",
516
- "content": "DisplayItems"
513
+ "content": "DisplayItems",
514
+ "type": "typography"
517
515
  }
518
516
  ],
519
- "type": "stack",
520
- "gap": "md"
517
+ "gap": "md",
518
+ "type": "stack"
521
519
  },
522
520
  {
521
+ "icon": "refresh-cw",
523
522
  "action": "REFRESH",
524
- "type": "button",
525
523
  "variant": "secondary",
526
- "icon": "refresh-cw",
527
- "label": "Refresh"
524
+ "label": "Refresh",
525
+ "type": "button"
528
526
  }
529
527
  ],
528
+ "gap": "md",
530
529
  "direction": "horizontal",
531
530
  "type": "stack",
532
- "justify": "between",
533
- "gap": "md"
531
+ "justify": "between"
534
532
  },
535
533
  {
536
534
  "type": "divider"
537
535
  },
538
536
  {
539
537
  "type": "box",
540
- "padding": "md",
541
538
  "children": [
542
539
  {
543
- "type": "simple-grid",
544
- "cols": 3.0,
545
540
  "children": [
546
541
  {
547
542
  "type": "card",
548
543
  "children": [
549
544
  {
550
545
  "type": "stack",
546
+ "direction": "vertical",
547
+ "gap": "sm",
551
548
  "children": [
552
549
  {
553
550
  "type": "typography",
554
- "variant": "caption",
555
- "content": "Name"
551
+ "content": "Name",
552
+ "variant": "caption"
556
553
  },
557
554
  {
558
- "variant": "h3",
555
+ "type": "typography",
559
556
  "content": [
560
557
  "object/get",
561
558
  [
@@ -564,25 +561,23 @@
564
561
  ],
565
562
  "name"
566
563
  ],
567
- "type": "typography"
564
+ "variant": "h3"
568
565
  }
569
- ],
570
- "gap": "sm",
571
- "direction": "vertical"
566
+ ]
572
567
  }
573
568
  ]
574
569
  },
575
570
  {
576
571
  "children": [
577
572
  {
578
- "gap": "sm",
579
573
  "children": [
580
574
  {
581
- "type": "typography",
582
575
  "variant": "caption",
576
+ "type": "typography",
583
577
  "content": "Description"
584
578
  },
585
579
  {
580
+ "variant": "h3",
586
581
  "content": [
587
582
  "object/get",
588
583
  [
@@ -591,12 +586,12 @@
591
586
  ],
592
587
  "description"
593
588
  ],
594
- "type": "typography",
595
- "variant": "h3"
589
+ "type": "typography"
596
590
  }
597
591
  ],
598
- "direction": "vertical",
599
- "type": "stack"
592
+ "gap": "sm",
593
+ "type": "stack",
594
+ "direction": "vertical"
600
595
  }
601
596
  ],
602
597
  "type": "card"
@@ -605,18 +600,15 @@
605
600
  "type": "card",
606
601
  "children": [
607
602
  {
608
- "type": "stack",
609
- "gap": "sm",
610
- "direction": "vertical",
611
603
  "children": [
612
604
  {
605
+ "content": "Status",
613
606
  "variant": "caption",
614
- "type": "typography",
615
- "content": "Status"
607
+ "type": "typography"
616
608
  },
617
609
  {
618
- "variant": "h3",
619
610
  "type": "typography",
611
+ "variant": "h3",
620
612
  "content": [
621
613
  "object/get",
622
614
  [
@@ -626,7 +618,10 @@
626
618
  "status"
627
619
  ]
628
620
  }
629
- ]
621
+ ],
622
+ "direction": "vertical",
623
+ "type": "stack",
624
+ "gap": "sm"
630
625
  }
631
626
  ]
632
627
  },
@@ -642,8 +637,6 @@
642
637
  "content": "CreatedAt"
643
638
  },
644
639
  {
645
- "type": "typography",
646
- "variant": "h3",
647
640
  "content": [
648
641
  "object/get",
649
642
  [
@@ -651,7 +644,9 @@
651
644
  "@entity"
652
645
  ],
653
646
  "createdAt"
654
- ]
647
+ ],
648
+ "variant": "h3",
649
+ "type": "typography"
655
650
  }
656
651
  ],
657
652
  "type": "stack",
@@ -659,49 +654,53 @@
659
654
  }
660
655
  ]
661
656
  }
662
- ]
657
+ ],
658
+ "type": "simple-grid",
659
+ "cols": 3.0
663
660
  }
664
- ]
661
+ ],
662
+ "padding": "md"
665
663
  },
666
664
  {
667
665
  "type": "divider"
668
666
  },
669
667
  {
668
+ "cols": 2.0,
670
669
  "gap": "md",
671
670
  "type": "grid",
672
671
  "children": [
673
672
  {
673
+ "type": "card",
674
674
  "children": [
675
675
  {
676
- "type": "typography",
677
676
  "content": "Chart View",
677
+ "type": "typography",
678
678
  "variant": "caption"
679
679
  }
680
- ],
681
- "type": "card"
680
+ ]
682
681
  },
683
682
  {
684
683
  "type": "card",
685
684
  "children": [
686
685
  {
686
+ "variant": "caption",
687
687
  "content": "Graph View",
688
- "type": "typography",
689
- "variant": "caption"
688
+ "type": "typography"
690
689
  }
691
690
  ]
692
691
  }
693
- ],
694
- "cols": 2.0
692
+ ]
695
693
  },
696
694
  {
695
+ "type": "line-chart",
697
696
  "data": [
698
697
  {
699
- "date": "Jan",
700
- "value": 12.0
698
+ "value": 12.0,
699
+ "date": "Jan"
701
700
  },
702
701
  {
703
- "value": 19.0,
704
- "date": "Feb"
702
+ "date": "Feb",
703
+ "value": 19.0
705
704
  },
706
705
  {
707
706
  "value": 15.0,
@@ -716,21 +715,20 @@
716
715
  "value": 22.0
717
716
  },
718
717
  {
719
- "value": 30.0,
720
- "date": "Jun"
718
+ "date": "Jun",
719
+ "value": 30.0
721
720
  }
722
- ],
723
- "type": "line-chart"
721
+ ]
724
722
  },
725
723
  {
726
724
  "items": [
727
725
  {
728
- "label": "Current",
729
- "color": "primary"
726
+ "color": "primary",
727
+ "label": "Current"
730
728
  },
731
729
  {
732
- "color": "muted",
733
- "label": "Previous"
730
+ "label": "Previous",
731
+ "color": "muted"
734
732
  }
735
733
  ],
736
734
  "type": "chart-legend"
@@ -739,39 +737,41 @@
739
737
  "type": "graph-view",
740
738
  "nodes": [
741
739
  {
742
- "id": "a",
743
740
  "x": 50.0,
744
741
  "y": 100.0,
742
+ "id": "a",
745
743
  "label": "Start"
746
744
  },
747
745
  {
746
+ "id": "b",
748
747
  "label": "Process",
749
748
  "x": 200.0,
750
- "id": "b",
751
749
  "y": 50.0
752
750
  },
753
751
  {
754
- "id": "c",
752
+ "label": "End",
755
753
  "x": 350.0,
756
- "y": 100.0,
757
- "label": "End"
758
- }
754
+ "id": "c",
755
+ "y": 100.0
756
+ }
759
757
  ],
760
758
  "width": 400.0,
761
- "height": 200.0,
762
759
  "edges": [
763
760
  {
764
- "from": "a",
765
- "to": "b"
761
+ "to": "b",
762
+ "from": "a"
766
763
  },
767
764
  {
768
- "to": "c",
769
- "from": "b"
765
+ "from": "b",
766
+ "to": "c"
770
767
  }
771
- ]
768
+ ],
769
+ "height": 200.0
772
770
  }
773
771
  ],
774
- "type": "stack"
772
+ "direction": "vertical",
773
+ "type": "stack",
774
+ "gap": "lg"
775
775
  }
776
776
  ]
777
777
  }
@@ -788,8 +788,8 @@
788
788
  "DisplayItem",
789
789
  {
790
790
  "emit": {
791
- "failure": "DisplayItemLoadFailed",
792
- "success": "DisplayItemLoaded"
791
+ "success": "DisplayItemLoaded",
792
+ "failure": "DisplayItemLoadFailed"
793
793
  }
794
794
  }
795
795
  ],
@@ -797,8 +797,11 @@
797
797
  "render-ui",
798
798
  "main",
799
799
  {
800
+ "type": "scaled-diagram",
800
801
  "children": [
801
802
  {
803
+ "type": "stack",
804
+ "gap": "lg",
802
805
  "direction": "vertical",
803
806
  "children": [
804
807
  {
@@ -814,62 +817,59 @@
814
817
  ]
815
818
  },
816
819
  {
817
- "justify": "between",
818
- "direction": "horizontal",
819
- "gap": "md",
820
820
  "children": [
821
821
  {
822
822
  "gap": "md",
823
823
  "type": "stack",
824
+ "direction": "horizontal",
824
825
  "children": [
825
826
  {
826
- "name": "bar-chart-2",
827
- "type": "icon"
827
+ "type": "icon",
828
+ "name": "bar-chart-2"
828
829
  },
829
830
  {
830
- "content": "DisplayItems",
831
831
  "type": "typography",
832
+ "content": "DisplayItems",
832
833
  "variant": "h2"
833
834
  }
834
- ],
835
- "direction": "horizontal"
835
+ ]
836
836
  },
837
837
  {
838
- "action": "REFRESH",
839
838
  "label": "Refresh",
840
- "variant": "secondary",
839
+ "action": "REFRESH",
840
+ "icon": "refresh-cw",
841
841
  "type": "button",
842
- "icon": "refresh-cw"
842
+ "variant": "secondary"
843
843
  }
844
844
  ],
845
- "type": "stack"
845
+ "justify": "between",
846
+ "type": "stack",
847
+ "gap": "md",
848
+ "direction": "horizontal"
846
849
  },
847
850
  {
848
851
  "type": "divider"
849
852
  },
850
853
  {
851
- "type": "box",
852
854
  "padding": "md",
855
+ "type": "box",
853
856
  "children": [
854
857
  {
855
858
  "cols": 3.0,
856
- "type": "simple-grid",
857
859
  "children": [
858
860
  {
859
861
  "type": "card",
860
862
  "children": [
861
863
  {
862
- "gap": "sm",
863
- "direction": "vertical",
864
+ "type": "stack",
864
865
  "children": [
865
866
  {
866
- "variant": "caption",
867
867
  "content": "Name",
868
- "type": "typography"
868
+ "type": "typography",
869
+ "variant": "caption"
869
870
  },
870
871
  {
871
872
  "type": "typography",
872
- "variant": "h3",
873
873
  "content": [
874
874
  "object/get",
875
875
  [
@@ -877,10 +877,12 @@
877
877
  "@entity"
878
878
  ],
879
879
  "name"
880
- ]
880
+ ],
881
+ "variant": "h3"
881
882
  }
882
883
  ],
883
- "type": "stack"
884
+ "direction": "vertical",
885
+ "gap": "sm"
884
886
  }
885
887
  ]
886
888
  },
@@ -889,15 +891,14 @@
889
891
  "children": [
890
892
  {
891
893
  "type": "stack",
892
- "gap": "sm",
894
+ "direction": "vertical",
893
895
  "children": [
894
896
  {
895
- "type": "typography",
896
897
  "content": "Description",
897
- "variant": "caption"
898
+ "variant": "caption",
899
+ "type": "typography"
898
900
  },
899
901
  {
900
- "variant": "h3",
901
902
  "content": [
902
903
  "object/get",
903
904
  [
@@ -906,10 +907,11 @@
906
907
  ],
907
908
  "description"
908
909
  ],
910
+ "variant": "h3",
909
911
  "type": "typography"
910
912
  }
911
913
  ],
912
- "direction": "vertical"
914
+ "gap": "sm"
913
915
  }
914
916
  ]
915
917
  },
@@ -919,15 +921,15 @@
919
921
  {
920
922
  "direction": "vertical",
921
923
  "type": "stack",
924
+ "gap": "sm",
922
925
  "children": [
923
926
  {
924
927
  "type": "typography",
925
- "variant": "caption",
926
- "content": "Status"
928
+ "content": "Status",
929
+ "variant": "caption"
927
930
  },
928
931
  {
929
932
  "type": "typography",
930
- "variant": "h3",
931
933
  "content": [
932
934
  "object/get",
933
935
  [
@@ -935,10 +937,10 @@
935
937
  "@entity"
936
938
  ],
937
939
  "status"
938
- ]
940
+ ],
941
+ "variant": "h3"
939
942
  }
940
- ],
941
- "gap": "sm"
943
+ ]
942
944
  }
943
945
  ]
944
946
  },
@@ -947,11 +949,10 @@
947
949
  "children": [
948
950
  {
949
951
  "type": "stack",
950
- "direction": "vertical",
951
952
  "children": [
952
953
  {
953
- "variant": "caption",
954
954
  "content": "CreatedAt",
955
+ "variant": "caption",
955
956
  "type": "typography"
956
957
  },
957
958
  {
@@ -967,11 +968,13 @@
967
968
  ]
968
969
  }
969
970
  ],
970
- "gap": "sm"
971
+ "gap": "sm",
972
+ "direction": "vertical"
971
973
  }
972
974
  ]
973
975
  }
974
- ]
976
+ ],
977
+ "type": "simple-grid"
975
978
  }
976
979
  ]
977
980
  },
@@ -979,41 +982,42 @@
979
982
  "type": "divider"
980
983
  },
981
984
  {
982
- "cols": 2.0,
983
- "gap": "md",
984
985
  "children": [
985
986
  {
986
987
  "type": "card",
987
988
  "children": [
988
989
  {
989
- "variant": "caption",
990
+ "type": "typography",
990
991
  "content": "Chart View",
991
- "type": "typography"
992
+ "variant": "caption"
992
993
  }
993
994
  ]
994
995
  },
995
996
  {
996
- "type": "card",
997
997
  "children": [
998
998
  {
999
999
  "type": "typography",
1000
1000
  "content": "Graph View",
1001
1001
  "variant": "caption"
1002
1002
  }
1003
- ]
1003
+ ],
1004
+ "type": "card"
1004
1005
  }
1005
1006
  ],
1006
- "type": "grid"
1007
+ "type": "grid",
1008
+ "gap": "md",
1009
+ "cols": 2.0
1007
1010
  },
1008
1011
  {
1012
+ "type": "line-chart",
1009
1013
  "data": [
1010
1014
  {
1011
1015
  "value": 12.0,
1012
1016
  "date": "Jan"
1013
1017
  },
1014
1018
  {
1015
- "date": "Feb",
1016
- "value": 19.0
1019
+ "value": 19.0,
1020
+ "date": "Feb"
1017
1021
  },
1018
1022
  {
1019
1023
  "value": 15.0,
@@ -1031,46 +1035,45 @@
1031
1035
  "date": "Jun",
1032
1036
  "value": 30.0
1033
1037
  }
1034
- ],
1035
- "type": "line-chart"
1038
+ ]
1036
1039
  },
1037
1040
  {
1038
- "type": "chart-legend",
1039
1041
  "items": [
1040
1042
  {
1041
- "color": "primary",
1042
- "label": "Current"
1043
+ "label": "Current",
1044
+ "color": "primary"
1043
1045
  },
1044
1046
  {
1045
- "color": "muted",
1046
- "label": "Previous"
1047
+ "label": "Previous",
1048
+ "color": "muted"
1047
1049
  }
1048
- ]
1050
+ ],
1051
+ "type": "chart-legend"
1049
1052
  },
1050
1053
  {
1051
- "height": 200.0,
1052
- "width": 400.0,
1053
1054
  "nodes": [
1054
1055
  {
1056
+ "x": 50.0,
1055
1057
  "y": 100.0,
1056
1058
  "id": "a",
1057
- "label": "Start",
1058
- "x": 50.0
1059
+ "label": "Start"
1059
1060
  },
1060
1061
  {
1061
1062
  "y": 50.0,
1062
- "id": "b",
1063
1063
  "x": 200.0,
1064
+ "id": "b",
1064
1065
  "label": "Process"
1065
1066
  },
1066
1067
  {
1067
- "label": "End",
1068
- "x": 350.0,
1069
1068
  "y": 100.0,
1070
- "id": "c"
1069
+ "id": "c",
1070
+ "label": "End",
1071
+ "x": 350.0
1071
1072
  }
1072
1073
  ],
1073
1074
  "type": "graph-view",
1075
+ "height": 200.0,
1076
+ "width": 400.0,
1074
1077
  "edges": [
1075
1078
  {
1076
1079
  "from": "a",
@@ -1082,12 +1085,9 @@
1082
1085
  }
1083
1086
  ]
1084
1087
  }
1085
- ],
1086
- "type": "stack",
1087
- "gap": "lg"
1088
+ ]
1088
1089
  }
1089
- ],
1090
- "type": "scaled-diagram"
1090
+ ]
1091
1091
  }
1092
1092
  ]
1093
1093
  ]
@@ -1111,8 +1111,10 @@
1111
1111
  "render-ui",
1112
1112
  "main",
1113
1113
  {
1114
+ "type": "scaled-diagram",
1114
1115
  "children": [
1115
1116
  {
1117
+ "type": "stack",
1116
1118
  "children": [
1117
1119
  {
1118
1120
  "items": [
@@ -1127,41 +1129,41 @@
1127
1129
  "type": "breadcrumb"
1128
1130
  },
1129
1131
  {
1130
- "direction": "horizontal",
1131
1132
  "gap": "md",
1133
+ "type": "stack",
1134
+ "justify": "between",
1135
+ "direction": "horizontal",
1132
1136
  "children": [
1133
1137
  {
1138
+ "type": "stack",
1139
+ "gap": "md",
1140
+ "direction": "horizontal",
1134
1141
  "children": [
1135
1142
  {
1136
1143
  "type": "icon",
1137
1144
  "name": "bar-chart-2"
1138
1145
  },
1139
1146
  {
1140
- "variant": "h2",
1141
1147
  "type": "typography",
1142
- "content": "DisplayItems"
1148
+ "content": "DisplayItems",
1149
+ "variant": "h2"
1143
1150
  }
1144
- ],
1145
- "direction": "horizontal",
1146
- "type": "stack",
1147
- "gap": "md"
1151
+ ]
1148
1152
  },
1149
1153
  {
1150
- "icon": "refresh-cw",
1151
- "action": "REFRESH",
1152
1154
  "label": "Refresh",
1155
+ "variant": "secondary",
1153
1156
  "type": "button",
1154
- "variant": "secondary"
1157
+ "action": "REFRESH",
1158
+ "icon": "refresh-cw"
1155
1159
  }
1156
- ],
1157
- "justify": "between",
1158
- "type": "stack"
1160
+ ]
1159
1161
  },
1160
1162
  {
1161
1163
  "type": "divider"
1162
1164
  },
1163
1165
  {
1164
- "type": "box",
1166
+ "padding": "md",
1165
1167
  "children": [
1166
1168
  {
1167
1169
  "cols": 3.0,
@@ -1170,15 +1172,17 @@
1170
1172
  "type": "card",
1171
1173
  "children": [
1172
1174
  {
1175
+ "direction": "vertical",
1173
1176
  "type": "stack",
1177
+ "gap": "sm",
1174
1178
  "children": [
1175
1179
  {
1176
- "content": "Name",
1177
1180
  "type": "typography",
1178
- "variant": "caption"
1181
+ "variant": "caption",
1182
+ "content": "Name"
1179
1183
  },
1180
1184
  {
1181
- "type": "typography",
1185
+ "variant": "h3",
1182
1186
  "content": [
1183
1187
  "object/get",
1184
1188
  [
@@ -1187,27 +1191,25 @@
1187
1191
  ],
1188
1192
  "name"
1189
1193
  ],
1190
- "variant": "h3"
1194
+ "type": "typography"
1191
1195
  }
1192
- ],
1193
- "gap": "sm",
1194
- "direction": "vertical"
1196
+ ]
1195
1197
  }
1196
1198
  ]
1197
1199
  },
1198
1200
  {
1201
+ "type": "card",
1199
1202
  "children": [
1200
1203
  {
1201
- "gap": "sm",
1202
- "type": "stack",
1203
- "direction": "vertical",
1204
1204
  "children": [
1205
1205
  {
1206
+ "variant": "caption",
1206
1207
  "content": "Description",
1207
- "type": "typography",
1208
- "variant": "caption"
1208
+ "type": "typography"
1209
1209
  },
1210
1210
  {
1211
+ "type": "typography",
1212
+ "variant": "h3",
1211
1213
  "content": [
1212
1214
  "object/get",
1213
1215
  [
@@ -1215,27 +1217,26 @@
1215
1217
  "@entity"
1216
1218
  ],
1217
1219
  "description"
1218
- ],
1219
- "variant": "h3",
1220
- "type": "typography"
1220
+ ]
1221
1221
  }
1222
- ]
1222
+ ],
1223
+ "type": "stack",
1224
+ "direction": "vertical",
1225
+ "gap": "sm"
1223
1226
  }
1224
- ],
1225
- "type": "card"
1227
+ ]
1226
1228
  },
1227
1229
  {
1228
- "type": "card",
1229
1230
  "children": [
1230
1231
  {
1231
- "direction": "vertical",
1232
1232
  "type": "stack",
1233
1233
  "gap": "sm",
1234
+ "direction": "vertical",
1234
1235
  "children": [
1235
1236
  {
1236
1237
  "content": "Status",
1237
- "variant": "caption",
1238
- "type": "typography"
1238
+ "type": "typography",
1239
+ "variant": "caption"
1239
1240
  },
1240
1241
  {
1241
1242
  "type": "typography",
@@ -1251,7 +1252,8 @@
1251
1252
  }
1252
1253
  ]
1253
1254
  }
1254
- ]
1255
+ ],
1256
+ "type": "card"
1255
1257
  },
1256
1258
  {
1257
1259
  "type": "card",
@@ -1261,11 +1263,12 @@
1261
1263
  "children": [
1262
1264
  {
1263
1265
  "variant": "caption",
1264
- "content": "CreatedAt",
1265
- "type": "typography"
1266
+ "type": "typography",
1267
+ "content": "CreatedAt"
1266
1268
  },
1267
1269
  {
1268
1270
  "variant": "h3",
1271
+ "type": "typography",
1269
1272
  "content": [
1270
1273
  "object/get",
1271
1274
  [
@@ -1273,8 +1276,7 @@
1273
1276
  "@entity"
1274
1277
  ],
1275
1278
  "createdAt"
1276
- ],
1277
- "type": "typography"
1279
+ ]
1278
1280
  }
1279
1281
  ],
1280
1282
  "type": "stack",
@@ -1286,20 +1288,22 @@
1286
1288
  "type": "simple-grid"
1287
1289
  }
1288
1290
  ],
1289
- "padding": "md"
1291
+ "type": "box"
1290
1292
  },
1291
1293
  {
1292
1294
  "type": "divider"
1293
1295
  },
1294
1296
  {
1295
1297
  "type": "grid",
1298
+ "cols": 2.0,
1299
+ "gap": "md",
1296
1300
  "children": [
1297
1301
  {
1298
1302
  "type": "card",
1299
1303
  "children": [
1300
1304
  {
1301
- "content": "Chart View",
1302
1305
  "type": "typography",
1306
+ "content": "Chart View",
1303
1307
  "variant": "caption"
1304
1308
  }
1305
1309
  ]
@@ -1308,18 +1312,15 @@
1308
1312
  "type": "card",
1309
1313
  "children": [
1310
1314
  {
1311
- "content": "Graph View",
1312
1315
  "type": "typography",
1316
+ "content": "Graph View",
1313
1317
  "variant": "caption"
1314
1318
  }
1315
1319
  ]
1316
1320
  }
1317
- ],
1318
- "cols": 2.0,
1319
- "gap": "md"
1321
+ ]
1320
1322
  },
1321
1323
  {
1322
- "type": "line-chart",
1323
1324
  "data": [
1324
1325
  {
1325
1326
  "date": "Jan",
@@ -1334,18 +1335,19 @@
1334
1335
  "value": 15.0
1335
1336
  },
1336
1337
  {
1337
- "date": "Apr",
1338
- "value": 25.0
1338
+ "value": 25.0,
1339
+ "date": "Apr"
1339
1340
  },
1340
1341
  {
1341
- "value": 22.0,
1342
- "date": "May"
1342
+ "date": "May",
1343
+ "value": 22.0
1343
1344
  },
1344
1345
  {
1345
- "value": 30.0,
1346
- "date": "Jun"
1346
+ "date": "Jun",
1347
+ "value": 30.0
1347
1348
  }
1348
- ]
1349
+ ],
1350
+ "type": "line-chart"
1349
1351
  },
1350
1352
  {
1351
1353
  "type": "chart-legend",
@@ -1361,47 +1363,45 @@
1361
1363
  ]
1362
1364
  },
1363
1365
  {
1364
- "edges": [
1365
- {
1366
- "to": "b",
1367
- "from": "a"
1368
- },
1369
- {
1370
- "from": "b",
1371
- "to": "c"
1372
- }
1373
- ],
1366
+ "height": 200.0,
1374
1367
  "nodes": [
1375
1368
  {
1376
1369
  "x": 50.0,
1370
+ "y": 100.0,
1377
1371
  "label": "Start",
1378
- "id": "a",
1379
- "y": 100.0
1372
+ "id": "a"
1380
1373
  },
1381
1374
  {
1382
1375
  "id": "b",
1383
- "x": 200.0,
1384
1376
  "y": 50.0,
1377
+ "x": 200.0,
1385
1378
  "label": "Process"
1386
1379
  },
1387
1380
  {
1388
- "id": "c",
1389
- "label": "End",
1390
1381
  "y": 100.0,
1391
- "x": 350.0
1382
+ "id": "c",
1383
+ "x": 350.0,
1384
+ "label": "End"
1392
1385
  }
1393
1386
  ],
1394
1387
  "type": "graph-view",
1395
- "height": 200.0,
1388
+ "edges": [
1389
+ {
1390
+ "from": "a",
1391
+ "to": "b"
1392
+ },
1393
+ {
1394
+ "from": "b",
1395
+ "to": "c"
1396
+ }
1397
+ ],
1396
1398
  "width": 400.0
1397
1399
  }
1398
1400
  ],
1399
- "direction": "vertical",
1400
1401
  "gap": "lg",
1401
- "type": "stack"
1402
+ "direction": "vertical"
1402
1403
  }
1403
- ],
1404
- "type": "scaled-diagram"
1404
+ ]
1405
1405
  }
1406
1406
  ]
1407
1407
  ]
@@ -1429,6 +1429,7 @@
1429
1429
  "children": [
1430
1430
  {
1431
1431
  "direction": "vertical",
1432
+ "gap": "lg",
1432
1433
  "type": "stack",
1433
1434
  "children": [
1434
1435
  {
@@ -1445,56 +1446,57 @@
1445
1446
  },
1446
1447
  {
1447
1448
  "direction": "horizontal",
1448
- "type": "stack",
1449
1449
  "gap": "md",
1450
- "justify": "between",
1451
1450
  "children": [
1452
1451
  {
1452
+ "gap": "md",
1453
1453
  "type": "stack",
1454
+ "direction": "horizontal",
1454
1455
  "children": [
1455
1456
  {
1456
- "type": "icon",
1457
- "name": "bar-chart-2"
1457
+ "name": "bar-chart-2",
1458
+ "type": "icon"
1458
1459
  },
1459
1460
  {
1460
- "variant": "h2",
1461
1461
  "type": "typography",
1462
+ "variant": "h2",
1462
1463
  "content": "DisplayItems"
1463
1464
  }
1464
- ],
1465
- "gap": "md",
1466
- "direction": "horizontal"
1465
+ ]
1467
1466
  },
1468
1467
  {
1469
- "icon": "refresh-cw",
1470
- "action": "REFRESH",
1471
1468
  "label": "Refresh",
1469
+ "icon": "refresh-cw",
1472
1470
  "variant": "secondary",
1473
- "type": "button"
1471
+ "type": "button",
1472
+ "action": "REFRESH"
1474
1473
  }
1475
- ]
1474
+ ],
1475
+ "type": "stack",
1476
+ "justify": "between"
1476
1477
  },
1477
1478
  {
1478
1479
  "type": "divider"
1479
1480
  },
1480
1481
  {
1481
- "type": "box",
1482
- "padding": "md",
1483
1482
  "children": [
1484
1483
  {
1485
1484
  "cols": 3.0,
1485
+ "type": "simple-grid",
1486
1486
  "children": [
1487
1487
  {
1488
1488
  "children": [
1489
1489
  {
1490
+ "direction": "vertical",
1491
+ "type": "stack",
1492
+ "gap": "sm",
1490
1493
  "children": [
1491
1494
  {
1492
- "variant": "caption",
1493
1495
  "type": "typography",
1494
- "content": "Name"
1496
+ "content": "Name",
1497
+ "variant": "caption"
1495
1498
  },
1496
1499
  {
1497
- "variant": "h3",
1498
1500
  "content": [
1499
1501
  "object/get",
1500
1502
  [
@@ -1503,12 +1505,10 @@
1503
1505
  ],
1504
1506
  "name"
1505
1507
  ],
1508
+ "variant": "h3",
1506
1509
  "type": "typography"
1507
1510
  }
1508
- ],
1509
- "type": "stack",
1510
- "direction": "vertical",
1511
- "gap": "sm"
1511
+ ]
1512
1512
  }
1513
1513
  ],
1514
1514
  "type": "card"
@@ -1517,13 +1517,16 @@
1517
1517
  "type": "card",
1518
1518
  "children": [
1519
1519
  {
1520
+ "direction": "vertical",
1520
1521
  "children": [
1521
1522
  {
1523
+ "variant": "caption",
1522
1524
  "type": "typography",
1523
- "content": "Description",
1524
- "variant": "caption"
1525
+ "content": "Description"
1525
1526
  },
1526
1527
  {
1528
+ "type": "typography",
1529
+ "variant": "h3",
1527
1530
  "content": [
1528
1531
  "object/get",
1529
1532
  [
@@ -1531,13 +1534,10 @@
1531
1534
  "@entity"
1532
1535
  ],
1533
1536
  "description"
1534
- ],
1535
- "type": "typography",
1536
- "variant": "h3"
1537
+ ]
1537
1538
  }
1538
1539
  ],
1539
1540
  "type": "stack",
1540
- "direction": "vertical",
1541
1541
  "gap": "sm"
1542
1542
  }
1543
1543
  ]
@@ -1547,15 +1547,16 @@
1547
1547
  "children": [
1548
1548
  {
1549
1549
  "type": "stack",
1550
- "direction": "vertical",
1551
1550
  "gap": "sm",
1552
1551
  "children": [
1553
1552
  {
1554
- "variant": "caption",
1553
+ "type": "typography",
1555
1554
  "content": "Status",
1556
- "type": "typography"
1555
+ "variant": "caption"
1557
1556
  },
1558
1557
  {
1558
+ "type": "typography",
1559
+ "variant": "h3",
1559
1560
  "content": [
1560
1561
  "object/get",
1561
1562
  [
@@ -1563,25 +1564,26 @@
1563
1564
  "@entity"
1564
1565
  ],
1565
1566
  "status"
1566
- ],
1567
- "type": "typography",
1568
- "variant": "h3"
1567
+ ]
1569
1568
  }
1570
- ]
1569
+ ],
1570
+ "direction": "vertical"
1571
1571
  }
1572
1572
  ]
1573
1573
  },
1574
1574
  {
1575
+ "type": "card",
1575
1576
  "children": [
1576
1577
  {
1578
+ "direction": "vertical",
1579
+ "gap": "sm",
1577
1580
  "children": [
1578
1581
  {
1579
- "type": "typography",
1580
1582
  "content": "CreatedAt",
1583
+ "type": "typography",
1581
1584
  "variant": "caption"
1582
1585
  },
1583
1586
  {
1584
- "type": "typography",
1585
1587
  "content": [
1586
1588
  "object/get",
1587
1589
  [
@@ -1590,56 +1592,55 @@
1590
1592
  ],
1591
1593
  "createdAt"
1592
1594
  ],
1595
+ "type": "typography",
1593
1596
  "variant": "h3"
1594
1597
  }
1595
1598
  ],
1596
- "direction": "vertical",
1597
- "gap": "sm",
1598
1599
  "type": "stack"
1599
1600
  }
1600
- ],
1601
- "type": "card"
1601
+ ]
1602
1602
  }
1603
- ],
1604
- "type": "simple-grid"
1603
+ ]
1605
1604
  }
1606
- ]
1605
+ ],
1606
+ "type": "box",
1607
+ "padding": "md"
1607
1608
  },
1608
1609
  {
1609
1610
  "type": "divider"
1610
1611
  },
1611
1612
  {
1612
- "cols": 2.0,
1613
1613
  "gap": "md",
1614
1614
  "type": "grid",
1615
1615
  "children": [
1616
1616
  {
1617
- "type": "card",
1618
1617
  "children": [
1619
1618
  {
1620
1619
  "content": "Chart View",
1621
- "type": "typography",
1622
- "variant": "caption"
1620
+ "variant": "caption",
1621
+ "type": "typography"
1623
1622
  }
1624
- ]
1623
+ ],
1624
+ "type": "card"
1625
1625
  },
1626
1626
  {
1627
1627
  "type": "card",
1628
1628
  "children": [
1629
1629
  {
1630
- "variant": "caption",
1631
1630
  "type": "typography",
1631
+ "variant": "caption",
1632
1632
  "content": "Graph View"
1633
1633
  }
1634
1634
  ]
1635
1635
  }
1636
- ]
1636
+ ],
1637
+ "cols": 2.0
1637
1638
  },
1638
1639
  {
1639
1640
  "data": [
1640
1641
  {
1641
- "value": 12.0,
1642
- "date": "Jan"
1642
+ "date": "Jan",
1643
+ "value": 12.0
1643
1644
  },
1644
1645
  {
1645
1646
  "date": "Feb",
@@ -1650,16 +1651,16 @@
1650
1651
  "date": "Mar"
1651
1652
  },
1652
1653
  {
1653
- "date": "Apr",
1654
- "value": 25.0
1654
+ "value": 25.0,
1655
+ "date": "Apr"
1655
1656
  },
1656
1657
  {
1657
- "value": 22.0,
1658
- "date": "May"
1658
+ "date": "May",
1659
+ "value": 22.0
1659
1660
  },
1660
1661
  {
1661
- "date": "Jun",
1662
- "value": 30.0
1662
+ "value": 30.0,
1663
+ "date": "Jun"
1663
1664
  }
1664
1665
  ],
1665
1666
  "type": "line-chart"
@@ -1667,8 +1668,8 @@
1667
1668
  {
1668
1669
  "items": [
1669
1670
  {
1670
- "color": "primary",
1671
- "label": "Current"
1671
+ "label": "Current",
1672
+ "color": "primary"
1672
1673
  },
1673
1674
  {
1674
1675
  "color": "muted",
@@ -1678,42 +1679,41 @@
1678
1679
  "type": "chart-legend"
1679
1680
  },
1680
1681
  {
1682
+ "width": 400.0,
1681
1683
  "type": "graph-view",
1682
1684
  "edges": [
1683
1685
  {
1684
- "from": "a",
1685
- "to": "b"
1686
+ "to": "b",
1687
+ "from": "a"
1686
1688
  },
1687
1689
  {
1688
- "to": "c",
1689
- "from": "b"
1690
+ "from": "b",
1691
+ "to": "c"
1690
1692
  }
1691
1693
  ],
1692
- "width": 400.0,
1693
1694
  "height": 200.0,
1694
1695
  "nodes": [
1695
1696
  {
1696
1697
  "x": 50.0,
1697
- "y": 100.0,
1698
1698
  "id": "a",
1699
- "label": "Start"
1699
+ "label": "Start",
1700
+ "y": 100.0
1700
1701
  },
1701
1702
  {
1702
- "label": "Process",
1703
- "x": 200.0,
1704
1703
  "id": "b",
1705
- "y": 50.0
1704
+ "y": 50.0,
1705
+ "label": "Process",
1706
+ "x": 200.0
1706
1707
  },
1707
1708
  {
1708
- "y": 100.0,
1709
- "id": "c",
1710
1709
  "label": "End",
1710
+ "id": "c",
1711
+ "y": 100.0,
1711
1712
  "x": 350.0
1712
1713
  }
1713
1714
  ]
1714
1715
  }
1715
- ],
1716
- "gap": "lg"
1716
+ ]
1717
1717
  }
1718
1718
  ]
1719
1719
  }