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