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