@almadar/std 8.3.0 → 8.4.1

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 (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  27. package/behaviors/registry/app/organisms/std-cms.orb +469 -469
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  29. package/behaviors/registry/app/organisms/std-crm.orb +832 -832
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  37. package/behaviors/registry/app/organisms/std-lms.orb +839 -839
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  42. package/behaviors/registry/core/atoms/std-browse.orb +53 -53
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  44. package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  47. package/behaviors/registry/core/atoms/std-display.orb +383 -383
  48. package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  49. package/behaviors/registry/core/atoms/std-filter.orb +42 -42
  50. package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +42 -42
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  55. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  59. package/behaviors/registry/core/molecules/std-cart.orb +45 -45
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  62. package/behaviors/registry/core/molecules/std-list.orb +46 -46
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  64. package/behaviors/registry/game/atoms/std-collision.orb +121 -121
  65. package/behaviors/registry/game/atoms/std-combat.orb +68 -68
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +306 -306
  70. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  72. package/behaviors/registry/game/atoms/std-quest.orb +124 -124
  73. package/behaviors/registry/game/atoms/std-timer.orb +274 -274
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  83. package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  84. package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +119 -114
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +413 -404
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +146 -141
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
  187. package/package.json +1 -1
@@ -160,8 +160,8 @@
160
160
  "DisplayItem",
161
161
  {
162
162
  "emit": {
163
- "failure": "DisplayItemLoadFailed",
164
- "success": "DisplayItemLoaded"
163
+ "success": "DisplayItemLoaded",
164
+ "failure": "DisplayItemLoadFailed"
165
165
  }
166
166
  }
167
167
  ],
@@ -173,9 +173,9 @@
173
173
  "children": [
174
174
  {
175
175
  "gap": "lg",
176
- "direction": "vertical",
177
176
  "children": [
178
177
  {
178
+ "type": "breadcrumb",
179
179
  "items": [
180
180
  {
181
181
  "href": "/",
@@ -184,13 +184,17 @@
184
184
  {
185
185
  "label": "DisplayItems"
186
186
  }
187
- ],
188
- "type": "breadcrumb"
187
+ ]
189
188
  },
190
189
  {
190
+ "type": "stack",
191
+ "gap": "md",
192
+ "direction": "horizontal",
193
+ "justify": "between",
191
194
  "children": [
192
195
  {
193
- "gap": "md",
196
+ "direction": "horizontal",
197
+ "type": "stack",
194
198
  "children": [
195
199
  {
196
200
  "type": "icon",
@@ -198,57 +202,49 @@
198
202
  },
199
203
  {
200
204
  "type": "typography",
201
- "variant": "h2",
202
- "content": "DisplayItems"
205
+ "content": "DisplayItems",
206
+ "variant": "h2"
203
207
  }
204
208
  ],
205
- "type": "stack",
206
- "direction": "horizontal"
209
+ "gap": "md"
207
210
  },
208
211
  {
212
+ "variant": "secondary",
209
213
  "type": "button",
210
- "label": "Refresh",
211
214
  "action": "REFRESH",
212
- "icon": "refresh-cw",
213
- "variant": "secondary"
215
+ "label": "Refresh",
216
+ "icon": "refresh-cw"
214
217
  }
215
- ],
216
- "gap": "md",
217
- "type": "stack",
218
- "direction": "horizontal",
219
- "justify": "between"
218
+ ]
220
219
  },
221
220
  {
222
221
  "type": "divider"
223
222
  },
224
223
  {
225
- "type": "box",
226
- "padding": "md",
227
224
  "children": [
228
225
  {
229
- "type": "simple-grid",
230
226
  "children": [
231
227
  {
228
+ "type": "card",
232
229
  "children": [
233
230
  {
234
- "type": "stack",
231
+ "gap": "sm",
232
+ "direction": "vertical",
235
233
  "children": [
236
234
  {
237
- "type": "typography",
238
235
  "variant": "caption",
239
- "content": "Name"
236
+ "content": "Name",
237
+ "type": "typography"
240
238
  },
241
239
  {
242
- "variant": "h3",
243
240
  "content": "@entity.name",
244
- "type": "typography"
241
+ "type": "typography",
242
+ "variant": "h3"
245
243
  }
246
244
  ],
247
- "gap": "sm",
248
- "direction": "vertical"
245
+ "type": "stack"
249
246
  }
250
- ],
251
- "type": "card"
247
+ ]
252
248
  },
253
249
  {
254
250
  "type": "card",
@@ -256,55 +252,54 @@
256
252
  {
257
253
  "children": [
258
254
  {
259
- "type": "typography",
260
255
  "variant": "caption",
256
+ "type": "typography",
261
257
  "content": "Description"
262
258
  },
263
259
  {
264
- "type": "typography",
260
+ "content": "@entity.description",
265
261
  "variant": "h3",
266
- "content": "@entity.description"
262
+ "type": "typography"
267
263
  }
268
264
  ],
269
- "direction": "vertical",
270
265
  "type": "stack",
266
+ "direction": "vertical",
271
267
  "gap": "sm"
272
268
  }
273
269
  ]
274
270
  },
275
271
  {
272
+ "type": "card",
276
273
  "children": [
277
274
  {
278
- "type": "stack",
279
275
  "gap": "sm",
280
276
  "children": [
281
277
  {
282
- "variant": "caption",
283
278
  "type": "typography",
284
- "content": "Status"
279
+ "content": "Status",
280
+ "variant": "caption"
285
281
  },
286
282
  {
287
- "type": "typography",
288
283
  "content": "@entity.status",
284
+ "type": "typography",
289
285
  "variant": "h3"
290
286
  }
291
287
  ],
288
+ "type": "stack",
292
289
  "direction": "vertical"
293
290
  }
294
- ],
295
- "type": "card"
291
+ ]
296
292
  },
297
293
  {
298
- "type": "card",
299
294
  "children": [
300
295
  {
296
+ "gap": "sm",
301
297
  "type": "stack",
302
- "direction": "vertical",
303
298
  "children": [
304
299
  {
305
- "content": "CreatedAt",
300
+ "variant": "caption",
306
301
  "type": "typography",
307
- "variant": "caption"
302
+ "content": "CreatedAt"
308
303
  },
309
304
  {
310
305
  "content": "@entity.createdAt",
@@ -312,43 +307,47 @@
312
307
  "variant": "h3"
313
308
  }
314
309
  ],
315
- "gap": "sm"
310
+ "direction": "vertical"
316
311
  }
317
- ]
312
+ ],
313
+ "type": "card"
318
314
  }
319
315
  ],
316
+ "type": "simple-grid",
320
317
  "cols": 3.0
321
318
  }
322
- ]
319
+ ],
320
+ "padding": "md",
321
+ "type": "box"
323
322
  },
324
323
  {
325
324
  "type": "divider"
326
325
  },
327
326
  {
328
- "cols": 2.0,
329
- "type": "grid",
330
327
  "children": [
331
328
  {
332
- "type": "card",
333
329
  "children": [
334
330
  {
331
+ "type": "typography",
335
332
  "variant": "caption",
336
- "content": "Chart View",
337
- "type": "typography"
333
+ "content": "Chart View"
338
334
  }
339
- ]
335
+ ],
336
+ "type": "card"
340
337
  },
341
338
  {
339
+ "type": "card",
342
340
  "children": [
343
341
  {
342
+ "type": "typography",
344
343
  "variant": "caption",
345
- "content": "Graph View",
346
- "type": "typography"
344
+ "content": "Graph View"
347
345
  }
348
- ],
349
- "type": "card"
346
+ ]
350
347
  }
351
348
  ],
349
+ "cols": 2.0,
350
+ "type": "grid",
352
351
  "gap": "md"
353
352
  },
354
353
  {
@@ -362,8 +361,8 @@
362
361
  "date": "Feb"
363
362
  },
364
363
  {
365
- "date": "Mar",
366
- "value": 15.0
364
+ "value": 15.0,
365
+ "date": "Mar"
367
366
  },
368
367
  {
369
368
  "date": "Apr",
@@ -381,6 +380,7 @@
381
380
  "type": "line-chart"
382
381
  },
383
382
  {
383
+ "type": "chart-legend",
384
384
  "items": [
385
385
  {
386
386
  "label": "Current",
@@ -390,39 +390,39 @@
390
390
  "label": "Previous",
391
391
  "color": "muted"
392
392
  }
393
- ],
394
- "type": "chart-legend"
393
+ ]
395
394
  },
396
395
  {
397
- "height": 200.0,
398
- "edges": [
396
+ "nodes": [
399
397
  {
400
- "target": "b",
401
- "source": "a"
398
+ "id": "a",
399
+ "label": "Start"
402
400
  },
403
401
  {
404
- "source": "b",
405
- "target": "c"
402
+ "label": "Process",
403
+ "id": "b"
404
+ },
405
+ {
406
+ "id": "c",
407
+ "label": "End"
406
408
  }
407
409
  ],
408
410
  "type": "graph-view",
409
- "nodes": [
410
- {
411
- "label": "Start",
412
- "id": "a"
413
- },
411
+ "height": 200.0,
412
+ "edges": [
414
413
  {
415
- "id": "b",
416
- "label": "Process"
414
+ "source": "a",
415
+ "target": "b"
417
416
  },
418
417
  {
419
- "label": "End",
420
- "id": "c"
418
+ "target": "c",
419
+ "source": "b"
421
420
  }
422
421
  ],
423
422
  "width": 400.0
424
423
  }
425
424
  ],
425
+ "direction": "vertical",
426
426
  "type": "stack"
427
427
  }
428
428
  ]
@@ -440,8 +440,8 @@
440
440
  "DisplayItem",
441
441
  {
442
442
  "emit": {
443
- "success": "DisplayItemLoaded",
444
- "failure": "DisplayItemLoadFailed"
443
+ "failure": "DisplayItemLoadFailed",
444
+ "success": "DisplayItemLoaded"
445
445
  }
446
446
  }
447
447
  ],
@@ -449,32 +449,31 @@
449
449
  "render-ui",
450
450
  "main",
451
451
  {
452
- "type": "scaled-diagram",
453
452
  "children": [
454
453
  {
455
- "direction": "vertical",
456
- "gap": "lg",
457
- "type": "stack",
458
454
  "children": [
459
455
  {
456
+ "type": "breadcrumb",
460
457
  "items": [
461
458
  {
462
- "href": "/",
463
- "label": "Home"
459
+ "label": "Home",
460
+ "href": "/"
464
461
  },
465
462
  {
466
463
  "label": "DisplayItems"
467
464
  }
468
- ],
469
- "type": "breadcrumb"
465
+ ]
470
466
  },
471
467
  {
468
+ "gap": "md",
469
+ "type": "stack",
472
470
  "children": [
473
471
  {
472
+ "type": "stack",
474
473
  "children": [
475
474
  {
476
- "name": "bar-chart-2",
477
- "type": "icon"
475
+ "type": "icon",
476
+ "name": "bar-chart-2"
478
477
  },
479
478
  {
480
479
  "variant": "h2",
@@ -483,19 +482,16 @@
483
482
  }
484
483
  ],
485
484
  "direction": "horizontal",
486
- "type": "stack",
487
485
  "gap": "md"
488
486
  },
489
487
  {
490
488
  "icon": "refresh-cw",
491
489
  "action": "REFRESH",
492
- "type": "button",
493
490
  "label": "Refresh",
491
+ "type": "button",
494
492
  "variant": "secondary"
495
493
  }
496
494
  ],
497
- "type": "stack",
498
- "gap": "md",
499
495
  "direction": "horizontal",
500
496
  "justify": "between"
501
497
  },
@@ -503,17 +499,17 @@
503
499
  "type": "divider"
504
500
  },
505
501
  {
502
+ "type": "box",
506
503
  "padding": "md",
507
504
  "children": [
508
505
  {
506
+ "cols": 3.0,
509
507
  "type": "simple-grid",
510
508
  "children": [
511
509
  {
512
- "type": "card",
513
510
  "children": [
514
511
  {
515
- "gap": "sm",
516
- "type": "stack",
512
+ "direction": "vertical",
517
513
  "children": [
518
514
  {
519
515
  "type": "typography",
@@ -526,29 +522,31 @@
526
522
  "type": "typography"
527
523
  }
528
524
  ],
529
- "direction": "vertical"
525
+ "type": "stack",
526
+ "gap": "sm"
530
527
  }
531
- ]
528
+ ],
529
+ "type": "card"
532
530
  },
533
531
  {
534
532
  "type": "card",
535
533
  "children": [
536
534
  {
535
+ "type": "stack",
537
536
  "children": [
538
537
  {
539
- "type": "typography",
540
538
  "variant": "caption",
541
- "content": "Description"
539
+ "content": "Description",
540
+ "type": "typography"
542
541
  },
543
542
  {
544
543
  "type": "typography",
545
- "content": "@entity.description",
546
- "variant": "h3"
544
+ "variant": "h3",
545
+ "content": "@entity.description"
547
546
  }
548
547
  ],
549
- "type": "stack",
550
- "gap": "sm",
551
- "direction": "vertical"
548
+ "direction": "vertical",
549
+ "gap": "sm"
552
550
  }
553
551
  ]
554
552
  },
@@ -560,8 +558,8 @@
560
558
  "children": [
561
559
  {
562
560
  "variant": "caption",
563
- "content": "Status",
564
- "type": "typography"
561
+ "type": "typography",
562
+ "content": "Status"
565
563
  },
566
564
  {
567
565
  "type": "typography",
@@ -577,48 +575,43 @@
577
575
  {
578
576
  "children": [
579
577
  {
580
- "type": "stack",
581
578
  "children": [
582
579
  {
580
+ "type": "typography",
583
581
  "variant": "caption",
584
- "content": "CreatedAt",
585
- "type": "typography"
582
+ "content": "CreatedAt"
586
583
  },
587
584
  {
588
- "content": "@entity.createdAt",
589
585
  "type": "typography",
586
+ "content": "@entity.createdAt",
590
587
  "variant": "h3"
591
588
  }
592
589
  ],
590
+ "type": "stack",
593
591
  "direction": "vertical",
594
592
  "gap": "sm"
595
593
  }
596
594
  ],
597
595
  "type": "card"
598
596
  }
599
- ],
600
- "cols": 3.0
597
+ ]
601
598
  }
602
- ],
603
- "type": "box"
599
+ ]
604
600
  },
605
601
  {
606
602
  "type": "divider"
607
603
  },
608
604
  {
609
- "type": "grid",
610
- "gap": "md",
611
- "cols": 2.0,
612
605
  "children": [
613
606
  {
607
+ "type": "card",
614
608
  "children": [
615
609
  {
616
610
  "content": "Chart View",
617
611
  "type": "typography",
618
612
  "variant": "caption"
619
613
  }
620
- ],
621
- "type": "card"
614
+ ]
622
615
  },
623
616
  {
624
617
  "type": "card",
@@ -630,22 +623,24 @@
630
623
  }
631
624
  ]
632
625
  }
633
- ]
626
+ ],
627
+ "cols": 2.0,
628
+ "gap": "md",
629
+ "type": "grid"
634
630
  },
635
631
  {
636
- "type": "line-chart",
637
632
  "data": [
638
633
  {
639
634
  "date": "Jan",
640
635
  "value": 12.0
641
636
  },
642
637
  {
643
- "value": 19.0,
644
- "date": "Feb"
638
+ "date": "Feb",
639
+ "value": 19.0
645
640
  },
646
641
  {
647
- "value": 15.0,
648
- "date": "Mar"
642
+ "date": "Mar",
643
+ "value": 15.0
649
644
  },
650
645
  {
651
646
  "date": "Apr",
@@ -656,17 +651,18 @@
656
651
  "date": "May"
657
652
  },
658
653
  {
659
- "date": "Jun",
660
- "value": 30.0
654
+ "value": 30.0,
655
+ "date": "Jun"
661
656
  }
662
- ]
657
+ ],
658
+ "type": "line-chart"
663
659
  },
664
660
  {
665
661
  "type": "chart-legend",
666
662
  "items": [
667
663
  {
668
- "label": "Current",
669
- "color": "primary"
664
+ "color": "primary",
665
+ "label": "Current"
670
666
  },
671
667
  {
672
668
  "label": "Previous",
@@ -675,37 +671,41 @@
675
671
  ]
676
672
  },
677
673
  {
678
- "edges": [
679
- {
680
- "source": "a",
681
- "target": "b"
682
- },
683
- {
684
- "target": "c",
685
- "source": "b"
686
- }
687
- ],
688
- "nodes": [
674
+ "nodes": [
689
675
  {
690
676
  "id": "a",
691
677
  "label": "Start"
692
678
  },
693
679
  {
694
- "label": "Process",
695
- "id": "b"
680
+ "id": "b",
681
+ "label": "Process"
696
682
  },
697
683
  {
698
- "id": "c",
699
- "label": "End"
684
+ "label": "End",
685
+ "id": "c"
700
686
  }
701
687
  ],
702
- "height": 200.0,
703
688
  "type": "graph-view",
689
+ "height": 200.0,
690
+ "edges": [
691
+ {
692
+ "source": "a",
693
+ "target": "b"
694
+ },
695
+ {
696
+ "target": "c",
697
+ "source": "b"
698
+ }
699
+ ],
704
700
  "width": 400.0
705
701
  }
706
- ]
702
+ ],
703
+ "direction": "vertical",
704
+ "gap": "lg",
705
+ "type": "stack"
707
706
  }
708
- ]
707
+ ],
708
+ "type": "scaled-diagram"
709
709
  }
710
710
  ]
711
711
  ]
@@ -720,8 +720,8 @@
720
720
  "DisplayItem",
721
721
  {
722
722
  "emit": {
723
- "failure": "DisplayItemLoadFailed",
724
- "success": "DisplayItemLoaded"
723
+ "success": "DisplayItemLoaded",
724
+ "failure": "DisplayItemLoadFailed"
725
725
  }
726
726
  }
727
727
  ],
@@ -729,14 +729,12 @@
729
729
  "render-ui",
730
730
  "main",
731
731
  {
732
+ "type": "scaled-diagram",
732
733
  "children": [
733
734
  {
734
- "gap": "lg",
735
735
  "direction": "vertical",
736
- "type": "stack",
737
736
  "children": [
738
737
  {
739
- "type": "breadcrumb",
740
738
  "items": [
741
739
  {
742
740
  "href": "/",
@@ -745,12 +743,10 @@
745
743
  {
746
744
  "label": "DisplayItems"
747
745
  }
748
- ]
746
+ ],
747
+ "type": "breadcrumb"
749
748
  },
750
749
  {
751
- "direction": "horizontal",
752
- "gap": "md",
753
- "type": "stack",
754
750
  "justify": "between",
755
751
  "children": [
756
752
  {
@@ -763,20 +759,23 @@
763
759
  "type": "icon"
764
760
  },
765
761
  {
766
- "content": "DisplayItems",
767
762
  "variant": "h2",
768
- "type": "typography"
763
+ "type": "typography",
764
+ "content": "DisplayItems"
769
765
  }
770
766
  ]
771
767
  },
772
768
  {
773
769
  "type": "button",
774
- "action": "REFRESH",
775
770
  "icon": "refresh-cw",
776
771
  "label": "Refresh",
772
+ "action": "REFRESH",
777
773
  "variant": "secondary"
778
774
  }
779
- ]
775
+ ],
776
+ "gap": "md",
777
+ "direction": "horizontal",
778
+ "type": "stack"
780
779
  },
781
780
  {
782
781
  "type": "divider"
@@ -784,26 +783,25 @@
784
783
  {
785
784
  "children": [
786
785
  {
787
- "type": "simple-grid",
788
786
  "children": [
789
787
  {
790
788
  "type": "card",
791
789
  "children": [
792
790
  {
791
+ "gap": "sm",
792
+ "direction": "vertical",
793
793
  "children": [
794
794
  {
795
- "variant": "caption",
795
+ "type": "typography",
796
796
  "content": "Name",
797
- "type": "typography"
797
+ "variant": "caption"
798
798
  },
799
799
  {
800
- "type": "typography",
800
+ "variant": "h3",
801
801
  "content": "@entity.name",
802
- "variant": "h3"
802
+ "type": "typography"
803
803
  }
804
804
  ],
805
- "direction": "vertical",
806
- "gap": "sm",
807
805
  "type": "stack"
808
806
  }
809
807
  ]
@@ -812,8 +810,6 @@
812
810
  "children": [
813
811
  {
814
812
  "type": "stack",
815
- "direction": "vertical",
816
- "gap": "sm",
817
813
  "children": [
818
814
  {
819
815
  "variant": "caption",
@@ -821,60 +817,63 @@
821
817
  "type": "typography"
822
818
  },
823
819
  {
820
+ "content": "@entity.description",
824
821
  "type": "typography",
825
- "variant": "h3",
826
- "content": "@entity.description"
822
+ "variant": "h3"
827
823
  }
828
- ]
824
+ ],
825
+ "gap": "sm",
826
+ "direction": "vertical"
829
827
  }
830
828
  ],
831
829
  "type": "card"
832
830
  },
833
831
  {
834
- "type": "card",
835
832
  "children": [
836
833
  {
837
- "type": "stack",
838
834
  "direction": "vertical",
839
835
  "gap": "sm",
840
836
  "children": [
841
837
  {
838
+ "variant": "caption",
842
839
  "type": "typography",
843
- "content": "Status",
844
- "variant": "caption"
840
+ "content": "Status"
845
841
  },
846
842
  {
847
843
  "content": "@entity.status",
848
- "type": "typography",
849
- "variant": "h3"
844
+ "variant": "h3",
845
+ "type": "typography"
850
846
  }
851
- ]
847
+ ],
848
+ "type": "stack"
852
849
  }
853
- ]
850
+ ],
851
+ "type": "card"
854
852
  },
855
853
  {
856
854
  "type": "card",
857
855
  "children": [
858
856
  {
859
- "type": "stack",
860
- "direction": "vertical",
861
- "gap": "sm",
862
857
  "children": [
863
858
  {
864
- "variant": "caption",
865
859
  "type": "typography",
860
+ "variant": "caption",
866
861
  "content": "CreatedAt"
867
862
  },
868
863
  {
869
- "content": "@entity.createdAt",
870
864
  "type": "typography",
871
- "variant": "h3"
865
+ "variant": "h3",
866
+ "content": "@entity.createdAt"
872
867
  }
873
- ]
868
+ ],
869
+ "type": "stack",
870
+ "direction": "vertical",
871
+ "gap": "sm"
874
872
  }
875
873
  ]
876
874
  }
877
875
  ],
876
+ "type": "simple-grid",
878
877
  "cols": 3.0
879
878
  }
880
879
  ],
@@ -885,31 +884,31 @@
885
884
  "type": "divider"
886
885
  },
887
886
  {
888
- "cols": 2.0,
889
887
  "gap": "md",
888
+ "type": "grid",
889
+ "cols": 2.0,
890
890
  "children": [
891
891
  {
892
- "type": "card",
893
892
  "children": [
894
893
  {
895
894
  "type": "typography",
896
895
  "variant": "caption",
897
896
  "content": "Chart View"
898
897
  }
899
- ]
898
+ ],
899
+ "type": "card"
900
900
  },
901
901
  {
902
902
  "type": "card",
903
903
  "children": [
904
904
  {
905
905
  "type": "typography",
906
- "content": "Graph View",
907
- "variant": "caption"
906
+ "variant": "caption",
907
+ "content": "Graph View"
908
908
  }
909
909
  ]
910
910
  }
911
- ],
912
- "type": "grid"
911
+ ]
913
912
  },
914
913
  {
915
914
  "type": "line-chart",
@@ -941,51 +940,52 @@
941
940
  ]
942
941
  },
943
942
  {
943
+ "type": "chart-legend",
944
944
  "items": [
945
945
  {
946
- "label": "Current",
947
- "color": "primary"
946
+ "color": "primary",
947
+ "label": "Current"
948
948
  },
949
949
  {
950
- "label": "Previous",
951
- "color": "muted"
950
+ "color": "muted",
951
+ "label": "Previous"
952
952
  }
953
- ],
954
- "type": "chart-legend"
953
+ ]
955
954
  },
956
955
  {
957
- "height": 200.0,
958
- "edges": [
956
+ "nodes": [
959
957
  {
960
- "source": "a",
961
- "target": "b"
958
+ "label": "Start",
959
+ "id": "a"
962
960
  },
963
961
  {
964
- "target": "c",
965
- "source": "b"
962
+ "id": "b",
963
+ "label": "Process"
964
+ },
965
+ {
966
+ "id": "c",
967
+ "label": "End"
966
968
  }
967
969
  ],
968
- "width": 400.0,
969
970
  "type": "graph-view",
970
- "nodes": [
971
- {
972
- "id": "a",
973
- "label": "Start"
974
- },
971
+ "edges": [
975
972
  {
976
- "label": "Process",
977
- "id": "b"
973
+ "target": "b",
974
+ "source": "a"
978
975
  },
979
976
  {
980
- "label": "End",
981
- "id": "c"
977
+ "target": "c",
978
+ "source": "b"
982
979
  }
983
- ]
980
+ ],
981
+ "height": 200.0,
982
+ "width": 400.0
984
983
  }
985
- ]
984
+ ],
985
+ "type": "stack",
986
+ "gap": "lg"
986
987
  }
987
- ],
988
- "type": "scaled-diagram"
988
+ ]
989
989
  }
990
990
  ]
991
991
  ]
@@ -1009,8 +1009,12 @@
1009
1009
  "render-ui",
1010
1010
  "main",
1011
1011
  {
1012
+ "type": "scaled-diagram",
1012
1013
  "children": [
1013
1014
  {
1015
+ "gap": "lg",
1016
+ "type": "stack",
1017
+ "direction": "vertical",
1014
1018
  "children": [
1015
1019
  {
1016
1020
  "items": [
@@ -1025,73 +1029,75 @@
1025
1029
  "type": "breadcrumb"
1026
1030
  },
1027
1031
  {
1028
- "type": "stack",
1029
- "justify": "between",
1030
- "gap": "md",
1032
+ "direction": "horizontal",
1031
1033
  "children": [
1032
1034
  {
1033
- "type": "stack",
1034
1035
  "children": [
1035
1036
  {
1036
- "name": "bar-chart-2",
1037
- "type": "icon"
1037
+ "type": "icon",
1038
+ "name": "bar-chart-2"
1038
1039
  },
1039
1040
  {
1040
- "type": "typography",
1041
1041
  "content": "DisplayItems",
1042
+ "type": "typography",
1042
1043
  "variant": "h2"
1043
1044
  }
1044
1045
  ],
1045
1046
  "direction": "horizontal",
1047
+ "type": "stack",
1046
1048
  "gap": "md"
1047
1049
  },
1048
1050
  {
1049
- "variant": "secondary",
1050
1051
  "type": "button",
1051
1052
  "label": "Refresh",
1053
+ "variant": "secondary",
1052
1054
  "action": "REFRESH",
1053
1055
  "icon": "refresh-cw"
1054
1056
  }
1055
1057
  ],
1056
- "direction": "horizontal"
1058
+ "gap": "md",
1059
+ "type": "stack",
1060
+ "justify": "between"
1057
1061
  },
1058
1062
  {
1059
1063
  "type": "divider"
1060
1064
  },
1061
1065
  {
1062
- "padding": "md",
1063
1066
  "type": "box",
1067
+ "padding": "md",
1064
1068
  "children": [
1065
1069
  {
1066
- "type": "simple-grid",
1067
1070
  "cols": 3.0,
1068
1071
  "children": [
1069
1072
  {
1070
1073
  "children": [
1071
1074
  {
1072
- "type": "stack",
1073
- "direction": "vertical",
1074
- "gap": "sm",
1075
1075
  "children": [
1076
1076
  {
1077
- "content": "Name",
1077
+ "variant": "caption",
1078
1078
  "type": "typography",
1079
- "variant": "caption"
1079
+ "content": "Name"
1080
1080
  },
1081
1081
  {
1082
+ "content": "@entity.name",
1082
1083
  "type": "typography",
1083
- "variant": "h3",
1084
- "content": "@entity.name"
1084
+ "variant": "h3"
1085
1085
  }
1086
- ]
1086
+ ],
1087
+ "type": "stack",
1088
+ "direction": "vertical",
1089
+ "gap": "sm"
1087
1090
  }
1088
1091
  ],
1089
1092
  "type": "card"
1090
1093
  },
1091
1094
  {
1095
+ "type": "card",
1092
1096
  "children": [
1093
1097
  {
1098
+ "direction": "vertical",
1094
1099
  "type": "stack",
1100
+ "gap": "sm",
1095
1101
  "children": [
1096
1102
  {
1097
1103
  "type": "typography",
@@ -1100,41 +1106,41 @@
1100
1106
  },
1101
1107
  {
1102
1108
  "content": "@entity.description",
1103
- "variant": "h3",
1104
- "type": "typography"
1109
+ "type": "typography",
1110
+ "variant": "h3"
1105
1111
  }
1106
- ],
1107
- "gap": "sm",
1108
- "direction": "vertical"
1112
+ ]
1109
1113
  }
1110
- ],
1111
- "type": "card"
1114
+ ]
1112
1115
  },
1113
1116
  {
1117
+ "type": "card",
1114
1118
  "children": [
1115
1119
  {
1120
+ "type": "stack",
1121
+ "gap": "sm",
1116
1122
  "direction": "vertical",
1117
1123
  "children": [
1118
1124
  {
1119
- "variant": "caption",
1120
1125
  "content": "Status",
1121
- "type": "typography"
1126
+ "type": "typography",
1127
+ "variant": "caption"
1122
1128
  },
1123
1129
  {
1124
- "type": "typography",
1130
+ "content": "@entity.status",
1125
1131
  "variant": "h3",
1126
- "content": "@entity.status"
1132
+ "type": "typography"
1127
1133
  }
1128
- ],
1129
- "type": "stack",
1130
- "gap": "sm"
1134
+ ]
1131
1135
  }
1132
- ],
1133
- "type": "card"
1136
+ ]
1134
1137
  },
1135
1138
  {
1136
1139
  "children": [
1137
1140
  {
1141
+ "gap": "sm",
1142
+ "type": "stack",
1143
+ "direction": "vertical",
1138
1144
  "children": [
1139
1145
  {
1140
1146
  "variant": "caption",
@@ -1142,19 +1148,17 @@
1142
1148
  "type": "typography"
1143
1149
  },
1144
1150
  {
1145
- "content": "@entity.createdAt",
1146
1151
  "type": "typography",
1147
- "variant": "h3"
1152
+ "variant": "h3",
1153
+ "content": "@entity.createdAt"
1148
1154
  }
1149
- ],
1150
- "gap": "sm",
1151
- "type": "stack",
1152
- "direction": "vertical"
1155
+ ]
1153
1156
  }
1154
1157
  ],
1155
1158
  "type": "card"
1156
1159
  }
1157
- ]
1160
+ ],
1161
+ "type": "simple-grid"
1158
1162
  }
1159
1163
  ]
1160
1164
  },
@@ -1162,34 +1166,33 @@
1162
1166
  "type": "divider"
1163
1167
  },
1164
1168
  {
1165
- "gap": "md",
1166
- "cols": 2.0,
1167
- "type": "grid",
1168
1169
  "children": [
1169
1170
  {
1170
- "type": "card",
1171
1171
  "children": [
1172
1172
  {
1173
1173
  "type": "typography",
1174
- "content": "Chart View",
1175
- "variant": "caption"
1174
+ "variant": "caption",
1175
+ "content": "Chart View"
1176
1176
  }
1177
- ]
1177
+ ],
1178
+ "type": "card"
1178
1179
  },
1179
1180
  {
1181
+ "type": "card",
1180
1182
  "children": [
1181
1183
  {
1182
- "type": "typography",
1183
1184
  "content": "Graph View",
1184
- "variant": "caption"
1185
+ "variant": "caption",
1186
+ "type": "typography"
1185
1187
  }
1186
- ],
1187
- "type": "card"
1188
+ ]
1188
1189
  }
1189
- ]
1190
+ ],
1191
+ "cols": 2.0,
1192
+ "gap": "md",
1193
+ "type": "grid"
1190
1194
  },
1191
1195
  {
1192
- "type": "line-chart",
1193
1196
  "data": [
1194
1197
  {
1195
1198
  "date": "Jan",
@@ -1204,25 +1207,26 @@
1204
1207
  "date": "Mar"
1205
1208
  },
1206
1209
  {
1207
- "value": 25.0,
1208
- "date": "Apr"
1210
+ "date": "Apr",
1211
+ "value": 25.0
1209
1212
  },
1210
1213
  {
1211
- "value": 22.0,
1212
- "date": "May"
1214
+ "date": "May",
1215
+ "value": 22.0
1213
1216
  },
1214
1217
  {
1215
1218
  "value": 30.0,
1216
1219
  "date": "Jun"
1217
1220
  }
1218
- ]
1221
+ ],
1222
+ "type": "line-chart"
1219
1223
  },
1220
1224
  {
1221
1225
  "type": "chart-legend",
1222
1226
  "items": [
1223
1227
  {
1224
- "color": "primary",
1225
- "label": "Current"
1228
+ "label": "Current",
1229
+ "color": "primary"
1226
1230
  },
1227
1231
  {
1228
1232
  "label": "Previous",
@@ -1231,41 +1235,37 @@
1231
1235
  ]
1232
1236
  },
1233
1237
  {
1234
- "edges": [
1235
- {
1236
- "target": "b",
1237
- "source": "a"
1238
- },
1239
- {
1240
- "source": "b",
1241
- "target": "c"
1242
- }
1243
- ],
1238
+ "type": "graph-view",
1239
+ "height": 200.0,
1240
+ "width": 400.0,
1244
1241
  "nodes": [
1245
1242
  {
1246
1243
  "label": "Start",
1247
1244
  "id": "a"
1248
1245
  },
1249
1246
  {
1250
- "id": "b",
1251
- "label": "Process"
1247
+ "label": "Process",
1248
+ "id": "b"
1252
1249
  },
1253
1250
  {
1254
- "id": "c",
1255
- "label": "End"
1251
+ "label": "End",
1252
+ "id": "c"
1256
1253
  }
1257
1254
  ],
1258
- "width": 400.0,
1259
- "height": 200.0,
1260
- "type": "graph-view"
1255
+ "edges": [
1256
+ {
1257
+ "target": "b",
1258
+ "source": "a"
1259
+ },
1260
+ {
1261
+ "source": "b",
1262
+ "target": "c"
1263
+ }
1264
+ ]
1261
1265
  }
1262
- ],
1263
- "gap": "lg",
1264
- "direction": "vertical",
1265
- "type": "stack"
1266
+ ]
1266
1267
  }
1267
- ],
1268
- "type": "scaled-diagram"
1268
+ ]
1269
1269
  }
1270
1270
  ]
1271
1271
  ]
@@ -1280,8 +1280,8 @@
1280
1280
  "DisplayItem",
1281
1281
  {
1282
1282
  "emit": {
1283
- "success": "DisplayItemLoaded",
1284
- "failure": "DisplayItemLoadFailed"
1283
+ "failure": "DisplayItemLoadFailed",
1284
+ "success": "DisplayItemLoaded"
1285
1285
  }
1286
1286
  }
1287
1287
  ],
@@ -1291,13 +1291,15 @@
1291
1291
  {
1292
1292
  "children": [
1293
1293
  {
1294
+ "type": "stack",
1295
+ "direction": "vertical",
1294
1296
  "children": [
1295
1297
  {
1296
1298
  "type": "breadcrumb",
1297
1299
  "items": [
1298
1300
  {
1299
- "label": "Home",
1300
- "href": "/"
1301
+ "href": "/",
1302
+ "label": "Home"
1301
1303
  },
1302
1304
  {
1303
1305
  "label": "DisplayItems"
@@ -1305,33 +1307,33 @@
1305
1307
  ]
1306
1308
  },
1307
1309
  {
1308
- "type": "stack",
1309
- "justify": "between",
1310
1310
  "direction": "horizontal",
1311
+ "justify": "between",
1312
+ "type": "stack",
1311
1313
  "gap": "md",
1312
1314
  "children": [
1313
1315
  {
1316
+ "gap": "md",
1317
+ "direction": "horizontal",
1318
+ "type": "stack",
1314
1319
  "children": [
1315
1320
  {
1316
- "name": "bar-chart-2",
1317
- "type": "icon"
1321
+ "type": "icon",
1322
+ "name": "bar-chart-2"
1318
1323
  },
1319
1324
  {
1320
1325
  "type": "typography",
1321
1326
  "content": "DisplayItems",
1322
1327
  "variant": "h2"
1323
1328
  }
1324
- ],
1325
- "gap": "md",
1326
- "direction": "horizontal",
1327
- "type": "stack"
1329
+ ]
1328
1330
  },
1329
1331
  {
1330
- "type": "button",
1331
1332
  "label": "Refresh",
1332
- "action": "REFRESH",
1333
1333
  "variant": "secondary",
1334
- "icon": "refresh-cw"
1334
+ "type": "button",
1335
+ "icon": "refresh-cw",
1336
+ "action": "REFRESH"
1335
1337
  }
1336
1338
  ]
1337
1339
  },
@@ -1340,16 +1342,19 @@
1340
1342
  },
1341
1343
  {
1342
1344
  "padding": "md",
1345
+ "type": "box",
1343
1346
  "children": [
1344
1347
  {
1345
1348
  "type": "simple-grid",
1346
1349
  "cols": 3.0,
1347
1350
  "children": [
1348
1351
  {
1352
+ "type": "card",
1349
1353
  "children": [
1350
1354
  {
1351
- "direction": "vertical",
1355
+ "gap": "sm",
1352
1356
  "type": "stack",
1357
+ "direction": "vertical",
1353
1358
  "children": [
1354
1359
  {
1355
1360
  "type": "typography",
@@ -1357,18 +1362,15 @@
1357
1362
  "content": "Name"
1358
1363
  },
1359
1364
  {
1360
- "type": "typography",
1361
1365
  "variant": "h3",
1362
- "content": "@entity.name"
1366
+ "content": "@entity.name",
1367
+ "type": "typography"
1363
1368
  }
1364
- ],
1365
- "gap": "sm"
1369
+ ]
1366
1370
  }
1367
- ],
1368
- "type": "card"
1371
+ ]
1369
1372
  },
1370
1373
  {
1371
- "type": "card",
1372
1374
  "children": [
1373
1375
  {
1374
1376
  "type": "stack",
@@ -1376,26 +1378,25 @@
1376
1378
  "gap": "sm",
1377
1379
  "children": [
1378
1380
  {
1379
- "variant": "caption",
1380
1381
  "content": "Description",
1382
+ "variant": "caption",
1381
1383
  "type": "typography"
1382
1384
  },
1383
1385
  {
1384
- "type": "typography",
1386
+ "content": "@entity.description",
1385
1387
  "variant": "h3",
1386
- "content": "@entity.description"
1388
+ "type": "typography"
1387
1389
  }
1388
1390
  ]
1389
1391
  }
1390
- ]
1392
+ ],
1393
+ "type": "card"
1391
1394
  },
1392
1395
  {
1393
1396
  "type": "card",
1394
1397
  "children": [
1395
1398
  {
1396
1399
  "type": "stack",
1397
- "direction": "vertical",
1398
- "gap": "sm",
1399
1400
  "children": [
1400
1401
  {
1401
1402
  "type": "typography",
@@ -1404,69 +1405,70 @@
1404
1405
  },
1405
1406
  {
1406
1407
  "variant": "h3",
1407
- "type": "typography",
1408
- "content": "@entity.status"
1408
+ "content": "@entity.status",
1409
+ "type": "typography"
1409
1410
  }
1410
- ]
1411
+ ],
1412
+ "direction": "vertical",
1413
+ "gap": "sm"
1411
1414
  }
1412
1415
  ]
1413
1416
  },
1414
1417
  {
1418
+ "type": "card",
1415
1419
  "children": [
1416
1420
  {
1417
1421
  "type": "stack",
1418
- "gap": "sm",
1419
1422
  "direction": "vertical",
1420
1423
  "children": [
1421
1424
  {
1425
+ "content": "CreatedAt",
1422
1426
  "variant": "caption",
1423
- "type": "typography",
1424
- "content": "CreatedAt"
1427
+ "type": "typography"
1425
1428
  },
1426
1429
  {
1427
- "type": "typography",
1430
+ "content": "@entity.createdAt",
1428
1431
  "variant": "h3",
1429
- "content": "@entity.createdAt"
1432
+ "type": "typography"
1430
1433
  }
1431
- ]
1434
+ ],
1435
+ "gap": "sm"
1432
1436
  }
1433
- ],
1434
- "type": "card"
1437
+ ]
1435
1438
  }
1436
1439
  ]
1437
1440
  }
1438
- ],
1439
- "type": "box"
1441
+ ]
1440
1442
  },
1441
1443
  {
1442
1444
  "type": "divider"
1443
1445
  },
1444
1446
  {
1447
+ "gap": "md",
1448
+ "cols": 2.0,
1449
+ "type": "grid",
1445
1450
  "children": [
1446
1451
  {
1447
- "type": "card",
1448
1452
  "children": [
1449
1453
  {
1450
- "type": "typography",
1451
1454
  "variant": "caption",
1452
- "content": "Chart View"
1455
+ "content": "Chart View",
1456
+ "type": "typography"
1453
1457
  }
1454
- ]
1458
+ ],
1459
+ "type": "card"
1455
1460
  },
1456
1461
  {
1457
- "type": "card",
1458
1462
  "children": [
1459
1463
  {
1460
1464
  "variant": "caption",
1461
- "content": "Graph View",
1462
- "type": "typography"
1465
+ "type": "typography",
1466
+ "content": "Graph View"
1463
1467
  }
1464
- ]
1468
+ ],
1469
+ "type": "card"
1465
1470
  }
1466
- ],
1467
- "type": "grid",
1468
- "gap": "md",
1469
- "cols": 2.0
1471
+ ]
1470
1472
  },
1471
1473
  {
1472
1474
  "type": "line-chart",
@@ -1498,7 +1500,6 @@
1498
1500
  ]
1499
1501
  },
1500
1502
  {
1501
- "type": "chart-legend",
1502
1503
  "items": [
1503
1504
  {
1504
1505
  "color": "primary",
@@ -1508,41 +1509,40 @@
1508
1509
  "label": "Previous",
1509
1510
  "color": "muted"
1510
1511
  }
1511
- ]
1512
+ ],
1513
+ "type": "chart-legend"
1512
1514
  },
1513
1515
  {
1514
- "type": "graph-view",
1515
- "edges": [
1516
+ "nodes": [
1516
1517
  {
1517
- "target": "b",
1518
- "source": "a"
1518
+ "label": "Start",
1519
+ "id": "a"
1519
1520
  },
1520
1521
  {
1521
- "source": "b",
1522
- "target": "c"
1522
+ "label": "Process",
1523
+ "id": "b"
1524
+ },
1525
+ {
1526
+ "id": "c",
1527
+ "label": "End"
1523
1528
  }
1524
1529
  ],
1525
- "width": 400.0,
1526
- "height": 200.0,
1527
- "nodes": [
1528
- {
1529
- "id": "a",
1530
- "label": "Start"
1531
- },
1530
+ "edges": [
1532
1531
  {
1533
- "id": "b",
1534
- "label": "Process"
1532
+ "source": "a",
1533
+ "target": "b"
1535
1534
  },
1536
1535
  {
1537
- "label": "End",
1538
- "id": "c"
1536
+ "target": "c",
1537
+ "source": "b"
1539
1538
  }
1540
- ]
1539
+ ],
1540
+ "width": 400.0,
1541
+ "height": 200.0,
1542
+ "type": "graph-view"
1541
1543
  }
1542
1544
  ],
1543
- "type": "stack",
1544
- "gap": "lg",
1545
- "direction": "vertical"
1545
+ "gap": "lg"
1546
1546
  }
1547
1547
  ],
1548
1548
  "type": "scaled-diagram"