@almadar/std 10.0.0 → 11.0.0

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