@almadar/std 3.2.1 → 3.2.3
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/exports/atoms/std-async.orb +41 -24
- package/behaviors/exports/atoms/std-browse.orb +44 -44
- package/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/behaviors/exports/atoms/std-collision.orb +278 -206
- package/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/behaviors/exports/atoms/std-combat.orb +6 -1
- package/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/behaviors/exports/atoms/std-display.orb +1186 -376
- package/behaviors/exports/atoms/std-drawer.orb +307 -101
- package/behaviors/exports/atoms/std-filter.orb +211 -18
- package/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/behaviors/exports/atoms/std-input.orb +142 -137
- package/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-loading.orb +149 -170
- package/behaviors/exports/atoms/std-modal.orb +159 -94
- package/behaviors/exports/atoms/std-movement.orb +401 -31
- package/behaviors/exports/atoms/std-notification.orb +117 -95
- package/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/behaviors/exports/atoms/std-pagination.orb +44 -115
- package/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-quest.orb +309 -34
- package/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/behaviors/exports/atoms/std-rating.orb +328 -0
- package/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/behaviors/exports/atoms/std-score.orb +252 -11
- package/behaviors/exports/atoms/std-search.orb +62 -47
- package/behaviors/exports/atoms/std-selection.orb +180 -149
- package/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/behaviors/exports/atoms/std-sort.orb +192 -60
- package/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/behaviors/exports/atoms/std-theme.orb +573 -0
- package/behaviors/exports/atoms/std-timer.orb +483 -91
- package/behaviors/exports/atoms/std-undo.orb +211 -81
- package/behaviors/exports/atoms/std-upload.orb +535 -0
- package/behaviors/exports/atoms/std-wizard.orb +677 -240
- package/behaviors/exports/molecules/std-builder-game.orb +49 -4
- package/behaviors/exports/molecules/std-cart.orb +325 -102
- package/behaviors/exports/molecules/std-classifier-game.orb +49 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +49 -4
- package/behaviors/exports/molecules/std-detail.orb +52 -48
- package/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/behaviors/exports/molecules/std-geospatial.orb +70 -51
- package/behaviors/exports/molecules/std-inventory.orb +92 -53
- package/behaviors/exports/molecules/std-list.orb +416 -52
- package/behaviors/exports/molecules/std-messaging.orb +41 -49
- package/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +58 -3
- package/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
- package/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +49 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
- package/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
- package/behaviors/exports/organisms/std-arcade-game.orb +399 -197
- package/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/behaviors/exports/organisms/std-cms.orb +1150 -277
- package/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
- package/behaviors/exports/organisms/std-crm.orb +2357 -821
- package/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
- package/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
- package/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
- package/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
- package/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
- package/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/behaviors/exports/organisms/std-lms.orb +2548 -1192
- package/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/behaviors/exports/organisms/std-platformer-app.orb +373 -194
- package/behaviors/exports/organisms/std-project-manager.orb +2347 -806
- package/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
- package/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
- package/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
- package/behaviors/exports/organisms/std-social-feed.orb +184 -168
- package/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
- package/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
- package/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/behaviors/exports/validation-report.json +3 -750
- package/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/exports/atoms/std-async.orb +41 -24
- package/dist/behaviors/exports/atoms/std-browse.orb +44 -44
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/behaviors/exports/atoms/std-collision.orb +278 -206
- package/dist/behaviors/exports/atoms/std-combat-log.orb +6 -1
- package/dist/behaviors/exports/atoms/std-combat.orb +6 -1
- package/dist/behaviors/exports/atoms/std-confirmation.orb +212 -7
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/behaviors/exports/atoms/std-display.orb +1186 -376
- package/dist/behaviors/exports/atoms/std-drawer.orb +307 -101
- package/dist/behaviors/exports/atoms/std-filter.orb +211 -18
- package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/dist/behaviors/exports/atoms/std-game-audio.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-hud.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-menu.orb +6 -1
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/behaviors/exports/atoms/std-gameflow.orb +100 -5
- package/dist/behaviors/exports/atoms/std-input.orb +142 -137
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-loading.orb +149 -170
- package/dist/behaviors/exports/atoms/std-modal.orb +159 -94
- package/dist/behaviors/exports/atoms/std-movement.orb +401 -31
- package/dist/behaviors/exports/atoms/std-notification.orb +117 -95
- package/dist/behaviors/exports/atoms/std-overworld.orb +44 -16
- package/dist/behaviors/exports/atoms/std-pagination.orb +44 -115
- package/dist/behaviors/exports/atoms/std-physics2d.orb +6 -1
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-quest.orb +309 -34
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
- package/dist/behaviors/exports/atoms/std-score-board.orb +6 -1
- package/dist/behaviors/exports/atoms/std-score.orb +252 -11
- package/dist/behaviors/exports/atoms/std-search.orb +62 -47
- package/dist/behaviors/exports/atoms/std-selection.orb +180 -149
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/behaviors/exports/atoms/std-sort.orb +192 -60
- package/dist/behaviors/exports/atoms/std-sprite.orb +6 -1
- package/dist/behaviors/exports/atoms/std-tabs.orb +25 -15
- package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
- package/dist/behaviors/exports/atoms/std-timer.orb +483 -91
- package/dist/behaviors/exports/atoms/std-undo.orb +211 -81
- package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +677 -240
- package/dist/behaviors/exports/molecules/std-builder-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +325 -102
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +52 -48
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +70 -51
- package/dist/behaviors/exports/molecules/std-inventory.orb +92 -53
- package/dist/behaviors/exports/molecules/std-list.orb +416 -52
- package/dist/behaviors/exports/molecules/std-messaging.orb +41 -49
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +58 -3
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +58 -7
- package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +49 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +66 -1
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +2615 -867
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +399 -197
- package/dist/behaviors/exports/organisms/std-booking-system.orb +3154 -1305
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/dist/behaviors/exports/organisms/std-cms.orb +1150 -277
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +1222 -533
- package/dist/behaviors/exports/organisms/std-crm.orb +2357 -821
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2660 -1098
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1749 -737
- package/dist/behaviors/exports/organisms/std-healthcare.orb +3593 -1478
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +1870 -738
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +3290 -1385
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/dist/behaviors/exports/organisms/std-lms.orb +2548 -1192
- package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +373 -194
- package/dist/behaviors/exports/organisms/std-project-manager.orb +2347 -806
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +240 -95
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +2020 -660
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +1303 -740
- package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -168
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +1223 -512
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +1412 -731
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/dist/behaviors/exports/validation-report.json +3 -750
- package/dist/behaviors/exports/verify-results.json +13 -0
- package/dist/behaviors/functions/index.d.ts +270 -1
- package/dist/behaviors/functions/index.js +3811 -1333
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +3811 -1333
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +41 -24
- package/dist/exports/atoms/std-browse.orb +44 -44
- package/dist/exports/atoms/std-cache-aside.orb +256 -42
- package/dist/exports/atoms/std-calendar.orb +770 -0
- package/dist/exports/atoms/std-circuit-breaker.orb +577 -97
- package/dist/exports/atoms/std-collision.orb +278 -206
- package/dist/exports/atoms/std-combat-log.orb +6 -1
- package/dist/exports/atoms/std-combat.orb +6 -1
- package/dist/exports/atoms/std-confirmation.orb +212 -7
- package/dist/exports/atoms/std-dialogue-box.orb +6 -1
- package/dist/exports/atoms/std-display.orb +1186 -376
- package/dist/exports/atoms/std-drawer.orb +307 -101
- package/dist/exports/atoms/std-filter.orb +211 -18
- package/dist/exports/atoms/std-flip-card.orb +596 -0
- package/dist/exports/atoms/std-gallery.orb +382 -0
- package/dist/exports/atoms/std-game-audio.orb +6 -1
- package/dist/exports/atoms/std-game-canvas2d.orb +6 -1
- package/dist/exports/atoms/std-game-canvas3d.orb +6 -1
- package/dist/exports/atoms/std-game-hud.orb +6 -1
- package/dist/exports/atoms/std-game-menu.orb +6 -1
- package/dist/exports/atoms/std-game-over-screen.orb +6 -1
- package/dist/exports/atoms/std-gameflow.orb +100 -5
- package/dist/exports/atoms/std-input.orb +142 -137
- package/dist/exports/atoms/std-inventory-panel.orb +6 -1
- package/dist/exports/atoms/std-isometric-canvas.orb +6 -1
- package/dist/exports/atoms/std-loading.orb +149 -170
- package/dist/exports/atoms/std-modal.orb +159 -94
- package/dist/exports/atoms/std-movement.orb +401 -31
- package/dist/exports/atoms/std-notification.orb +117 -95
- package/dist/exports/atoms/std-overworld.orb +44 -16
- package/dist/exports/atoms/std-pagination.orb +44 -115
- package/dist/exports/atoms/std-physics2d.orb +6 -1
- package/dist/exports/atoms/std-platformer-canvas.orb +6 -1
- package/dist/exports/atoms/std-quest.orb +309 -34
- package/dist/exports/atoms/std-rate-limiter.orb +410 -157
- package/dist/exports/atoms/std-rating.orb +328 -0
- package/dist/exports/atoms/std-score-board.orb +6 -1
- package/dist/exports/atoms/std-score.orb +252 -11
- package/dist/exports/atoms/std-search.orb +62 -47
- package/dist/exports/atoms/std-selection.orb +180 -149
- package/dist/exports/atoms/std-simulation-canvas.orb +6 -1
- package/dist/exports/atoms/std-sort.orb +192 -60
- package/dist/exports/atoms/std-sprite.orb +6 -1
- package/dist/exports/atoms/std-tabs.orb +25 -15
- package/dist/exports/atoms/std-text-effects.orb +658 -0
- package/dist/exports/atoms/std-theme.orb +573 -0
- package/dist/exports/atoms/std-timer.orb +483 -91
- package/dist/exports/atoms/std-undo.orb +211 -81
- package/dist/exports/atoms/std-upload.orb +535 -0
- package/dist/exports/atoms/std-wizard.orb +677 -240
- package/dist/exports/molecules/std-builder-game.orb +49 -4
- package/dist/exports/molecules/std-cart.orb +325 -102
- package/dist/exports/molecules/std-classifier-game.orb +49 -4
- package/dist/exports/molecules/std-debugger-game.orb +49 -4
- package/dist/exports/molecules/std-detail.orb +52 -48
- package/dist/exports/molecules/std-event-handler-game.orb +49 -4
- package/dist/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/exports/molecules/std-geospatial.orb +70 -51
- package/dist/exports/molecules/std-inventory.orb +92 -53
- package/dist/exports/molecules/std-list.orb +416 -52
- package/dist/exports/molecules/std-messaging.orb +41 -49
- package/dist/exports/molecules/std-negotiator-game.orb +49 -4
- package/dist/exports/molecules/std-platformer-game.orb +58 -3
- package/dist/exports/molecules/std-puzzle-game.orb +58 -7
- package/dist/exports/molecules/std-quiz.orb +1045 -0
- package/dist/exports/molecules/std-sequencer-game.orb +49 -4
- package/dist/exports/molecules/std-simulator-game.orb +49 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +66 -1
- package/dist/exports/organisms/std-api-gateway.orb +2615 -867
- package/dist/exports/organisms/std-arcade-game.orb +399 -197
- package/dist/exports/organisms/std-booking-system.orb +3154 -1305
- package/dist/exports/organisms/std-cicd-pipeline.orb +2298 -779
- package/dist/exports/organisms/std-cms.orb +1150 -277
- package/dist/exports/organisms/std-coding-academy.orb +1222 -533
- package/dist/exports/organisms/std-crm.orb +2357 -821
- package/dist/exports/organisms/std-devops-dashboard.orb +4230 -1281
- package/dist/exports/organisms/std-ecommerce.orb +2660 -1098
- package/dist/exports/organisms/std-finance-tracker.orb +1749 -737
- package/dist/exports/organisms/std-healthcare.orb +3593 -1478
- package/dist/exports/organisms/std-helpdesk.orb +1870 -738
- package/dist/exports/organisms/std-hr-portal.orb +3290 -1385
- package/dist/exports/organisms/std-iot-dashboard.orb +2704 -788
- package/dist/exports/organisms/std-lms.orb +2548 -1192
- package/dist/exports/organisms/std-logic-training.orb +220 -66
- package/dist/exports/organisms/std-platformer-app.orb +373 -194
- package/dist/exports/organisms/std-project-manager.orb +2347 -806
- package/dist/exports/organisms/std-puzzle-app.orb +240 -95
- package/dist/exports/organisms/std-realtime-chat.orb +2020 -660
- package/dist/exports/organisms/std-rpg-game.orb +1303 -740
- package/dist/exports/organisms/std-social-feed.orb +184 -168
- package/dist/exports/organisms/std-stem-lab.orb +1223 -512
- package/dist/exports/organisms/std-strategy-game.orb +1412 -731
- package/dist/exports/organisms/std-trading-dashboard.orb +1869 -695
- package/dist/exports/validation-report.json +3 -750
- package/dist/exports/verify-results.json +13 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3808 -1330
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -22,7 +22,12 @@
|
|
|
22
22
|
{
|
|
23
23
|
"name": "status",
|
|
24
24
|
"type": "string",
|
|
25
|
-
"default": "active"
|
|
25
|
+
"default": "active",
|
|
26
|
+
"values": [
|
|
27
|
+
"active",
|
|
28
|
+
"inactive",
|
|
29
|
+
"pending"
|
|
30
|
+
]
|
|
26
31
|
},
|
|
27
32
|
{
|
|
28
33
|
"name": "createdAt",
|
|
@@ -80,136 +85,297 @@
|
|
|
80
85
|
"render-ui",
|
|
81
86
|
"main",
|
|
82
87
|
{
|
|
83
|
-
"type": "
|
|
84
|
-
"direction": "vertical",
|
|
85
|
-
"gap": "lg",
|
|
88
|
+
"type": "scaled-diagram",
|
|
86
89
|
"children": [
|
|
87
90
|
{
|
|
88
91
|
"type": "stack",
|
|
89
|
-
"direction": "
|
|
90
|
-
"gap": "
|
|
91
|
-
"justify": "space-between",
|
|
92
|
+
"direction": "vertical",
|
|
93
|
+
"gap": "lg",
|
|
92
94
|
"children": [
|
|
93
95
|
{
|
|
94
|
-
"type": "
|
|
95
|
-
"
|
|
96
|
-
"gap": "md",
|
|
97
|
-
"children": [
|
|
96
|
+
"type": "breadcrumb",
|
|
97
|
+
"items": [
|
|
98
98
|
{
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"size": "lg"
|
|
99
|
+
"label": "Home",
|
|
100
|
+
"href": "/"
|
|
102
101
|
},
|
|
103
102
|
{
|
|
104
|
-
"
|
|
105
|
-
"content": "DisplayItems",
|
|
106
|
-
"variant": "h2"
|
|
103
|
+
"label": "DisplayItems"
|
|
107
104
|
}
|
|
108
105
|
]
|
|
109
106
|
},
|
|
110
107
|
{
|
|
111
|
-
"type": "
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"icon": "refresh-cw"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"type": "divider"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"type": "simple-grid",
|
|
124
|
-
"columns": 3,
|
|
125
|
-
"children": [
|
|
126
|
-
{
|
|
127
|
-
"type": "card",
|
|
108
|
+
"type": "stack",
|
|
109
|
+
"direction": "horizontal",
|
|
110
|
+
"gap": "md",
|
|
111
|
+
"justify": "space-between",
|
|
128
112
|
"children": [
|
|
129
113
|
{
|
|
130
114
|
"type": "stack",
|
|
131
|
-
"direction": "
|
|
132
|
-
"gap": "
|
|
115
|
+
"direction": "horizontal",
|
|
116
|
+
"gap": "md",
|
|
133
117
|
"children": [
|
|
134
118
|
{
|
|
135
|
-
"type": "
|
|
136
|
-
"
|
|
137
|
-
"
|
|
119
|
+
"type": "icon",
|
|
120
|
+
"name": "bar-chart-2",
|
|
121
|
+
"size": "lg"
|
|
138
122
|
},
|
|
139
123
|
{
|
|
140
124
|
"type": "typography",
|
|
141
|
-
"
|
|
142
|
-
"
|
|
125
|
+
"content": "DisplayItems",
|
|
126
|
+
"variant": "h2"
|
|
143
127
|
}
|
|
144
128
|
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"type": "button",
|
|
132
|
+
"label": "Refresh",
|
|
133
|
+
"event": "REFRESH",
|
|
134
|
+
"variant": "secondary",
|
|
135
|
+
"icon": "refresh-cw"
|
|
145
136
|
}
|
|
146
137
|
]
|
|
147
138
|
},
|
|
148
139
|
{
|
|
149
|
-
"type": "
|
|
140
|
+
"type": "divider"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "box",
|
|
144
|
+
"padding": "md",
|
|
150
145
|
"children": [
|
|
151
146
|
{
|
|
152
|
-
"type": "
|
|
153
|
-
"
|
|
154
|
-
"gap": "sm",
|
|
147
|
+
"type": "simple-grid",
|
|
148
|
+
"columns": 3,
|
|
155
149
|
"children": [
|
|
156
150
|
{
|
|
157
|
-
"type": "
|
|
158
|
-
"
|
|
159
|
-
|
|
151
|
+
"type": "card",
|
|
152
|
+
"children": [
|
|
153
|
+
{
|
|
154
|
+
"type": "stack",
|
|
155
|
+
"direction": "vertical",
|
|
156
|
+
"gap": "sm",
|
|
157
|
+
"children": [
|
|
158
|
+
{
|
|
159
|
+
"type": "typography",
|
|
160
|
+
"variant": "caption",
|
|
161
|
+
"content": "Name"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"type": "typography",
|
|
165
|
+
"variant": "h3",
|
|
166
|
+
"content": [
|
|
167
|
+
"object/get",
|
|
168
|
+
[
|
|
169
|
+
"array/first",
|
|
170
|
+
"@entity"
|
|
171
|
+
],
|
|
172
|
+
"name"
|
|
173
|
+
]
|
|
174
|
+
}
|
|
175
|
+
]
|
|
176
|
+
}
|
|
177
|
+
]
|
|
160
178
|
},
|
|
161
179
|
{
|
|
162
|
-
"type": "
|
|
163
|
-
"
|
|
164
|
-
|
|
180
|
+
"type": "card",
|
|
181
|
+
"children": [
|
|
182
|
+
{
|
|
183
|
+
"type": "stack",
|
|
184
|
+
"direction": "vertical",
|
|
185
|
+
"gap": "sm",
|
|
186
|
+
"children": [
|
|
187
|
+
{
|
|
188
|
+
"type": "typography",
|
|
189
|
+
"variant": "caption",
|
|
190
|
+
"content": "Description"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"type": "typography",
|
|
194
|
+
"variant": "h3",
|
|
195
|
+
"content": [
|
|
196
|
+
"object/get",
|
|
197
|
+
[
|
|
198
|
+
"array/first",
|
|
199
|
+
"@entity"
|
|
200
|
+
],
|
|
201
|
+
"description"
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
]
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"type": "card",
|
|
210
|
+
"children": [
|
|
211
|
+
{
|
|
212
|
+
"type": "stack",
|
|
213
|
+
"direction": "vertical",
|
|
214
|
+
"gap": "sm",
|
|
215
|
+
"children": [
|
|
216
|
+
{
|
|
217
|
+
"type": "typography",
|
|
218
|
+
"variant": "caption",
|
|
219
|
+
"content": "Status"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"type": "typography",
|
|
223
|
+
"variant": "h3",
|
|
224
|
+
"content": [
|
|
225
|
+
"object/get",
|
|
226
|
+
[
|
|
227
|
+
"array/first",
|
|
228
|
+
"@entity"
|
|
229
|
+
],
|
|
230
|
+
"status"
|
|
231
|
+
]
|
|
232
|
+
}
|
|
233
|
+
]
|
|
234
|
+
}
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"type": "card",
|
|
239
|
+
"children": [
|
|
240
|
+
{
|
|
241
|
+
"type": "stack",
|
|
242
|
+
"direction": "vertical",
|
|
243
|
+
"gap": "sm",
|
|
244
|
+
"children": [
|
|
245
|
+
{
|
|
246
|
+
"type": "typography",
|
|
247
|
+
"variant": "caption",
|
|
248
|
+
"content": "CreatedAt"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"type": "typography",
|
|
252
|
+
"variant": "h3",
|
|
253
|
+
"content": [
|
|
254
|
+
"object/get",
|
|
255
|
+
[
|
|
256
|
+
"array/first",
|
|
257
|
+
"@entity"
|
|
258
|
+
],
|
|
259
|
+
"createdAt"
|
|
260
|
+
]
|
|
261
|
+
}
|
|
262
|
+
]
|
|
263
|
+
}
|
|
264
|
+
]
|
|
165
265
|
}
|
|
166
266
|
]
|
|
167
267
|
}
|
|
168
268
|
]
|
|
169
269
|
},
|
|
170
270
|
{
|
|
171
|
-
"type": "
|
|
271
|
+
"type": "divider"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"type": "grid",
|
|
275
|
+
"columns": 2,
|
|
276
|
+
"gap": "md",
|
|
172
277
|
"children": [
|
|
173
278
|
{
|
|
174
|
-
"type": "
|
|
175
|
-
"direction": "vertical",
|
|
176
|
-
"gap": "sm",
|
|
279
|
+
"type": "card",
|
|
177
280
|
"children": [
|
|
178
281
|
{
|
|
179
282
|
"type": "typography",
|
|
180
283
|
"variant": "caption",
|
|
181
|
-
"content": "
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"type": "typography",
|
|
185
|
-
"variant": "h3",
|
|
186
|
-
"content": "@entity.status"
|
|
284
|
+
"content": "Chart View"
|
|
187
285
|
}
|
|
188
286
|
]
|
|
189
|
-
}
|
|
190
|
-
]
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"type": "card",
|
|
194
|
-
"children": [
|
|
287
|
+
},
|
|
195
288
|
{
|
|
196
|
-
"type": "
|
|
197
|
-
"direction": "vertical",
|
|
198
|
-
"gap": "sm",
|
|
289
|
+
"type": "card",
|
|
199
290
|
"children": [
|
|
200
291
|
{
|
|
201
292
|
"type": "typography",
|
|
202
293
|
"variant": "caption",
|
|
203
|
-
"content": "
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"type": "typography",
|
|
207
|
-
"variant": "h3",
|
|
208
|
-
"content": "@entity.createdAt"
|
|
294
|
+
"content": "Graph View"
|
|
209
295
|
}
|
|
210
296
|
]
|
|
211
297
|
}
|
|
212
298
|
]
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"type": "line-chart",
|
|
302
|
+
"data": [
|
|
303
|
+
{
|
|
304
|
+
"date": "Jan",
|
|
305
|
+
"value": 12
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"date": "Feb",
|
|
309
|
+
"value": 19
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"date": "Mar",
|
|
313
|
+
"value": 15
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"date": "Apr",
|
|
317
|
+
"value": 25
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"date": "May",
|
|
321
|
+
"value": 22
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"date": "Jun",
|
|
325
|
+
"value": 30
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
"xKey": "date",
|
|
329
|
+
"yKey": "value",
|
|
330
|
+
"title": "Trend"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"type": "chart-legend",
|
|
334
|
+
"items": [
|
|
335
|
+
{
|
|
336
|
+
"label": "Current",
|
|
337
|
+
"color": "primary"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"label": "Previous",
|
|
341
|
+
"color": "muted"
|
|
342
|
+
}
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"type": "graph-view",
|
|
347
|
+
"nodes": [
|
|
348
|
+
{
|
|
349
|
+
"id": "a",
|
|
350
|
+
"label": "Start",
|
|
351
|
+
"x": 50,
|
|
352
|
+
"y": 100
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"id": "b",
|
|
356
|
+
"label": "Process",
|
|
357
|
+
"x": 200,
|
|
358
|
+
"y": 50
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"id": "c",
|
|
362
|
+
"label": "End",
|
|
363
|
+
"x": 350,
|
|
364
|
+
"y": 100
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"edges": [
|
|
368
|
+
{
|
|
369
|
+
"from": "a",
|
|
370
|
+
"to": "b"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"from": "b",
|
|
374
|
+
"to": "c"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"width": 400,
|
|
378
|
+
"height": 200
|
|
213
379
|
}
|
|
214
380
|
]
|
|
215
381
|
}
|
|
@@ -231,136 +397,297 @@
|
|
|
231
397
|
"render-ui",
|
|
232
398
|
"main",
|
|
233
399
|
{
|
|
234
|
-
"type": "
|
|
235
|
-
"direction": "vertical",
|
|
236
|
-
"gap": "lg",
|
|
400
|
+
"type": "scaled-diagram",
|
|
237
401
|
"children": [
|
|
238
402
|
{
|
|
239
403
|
"type": "stack",
|
|
240
|
-
"direction": "
|
|
241
|
-
"gap": "
|
|
242
|
-
"justify": "space-between",
|
|
404
|
+
"direction": "vertical",
|
|
405
|
+
"gap": "lg",
|
|
243
406
|
"children": [
|
|
244
407
|
{
|
|
245
|
-
"type": "
|
|
246
|
-
"
|
|
247
|
-
"gap": "md",
|
|
248
|
-
"children": [
|
|
408
|
+
"type": "breadcrumb",
|
|
409
|
+
"items": [
|
|
249
410
|
{
|
|
250
|
-
"
|
|
251
|
-
"
|
|
252
|
-
"size": "lg"
|
|
411
|
+
"label": "Home",
|
|
412
|
+
"href": "/"
|
|
253
413
|
},
|
|
254
414
|
{
|
|
255
|
-
"
|
|
256
|
-
"content": "DisplayItems",
|
|
257
|
-
"variant": "h2"
|
|
415
|
+
"label": "DisplayItems"
|
|
258
416
|
}
|
|
259
417
|
]
|
|
260
418
|
},
|
|
261
419
|
{
|
|
262
|
-
"type": "
|
|
263
|
-
"
|
|
264
|
-
"
|
|
265
|
-
"
|
|
266
|
-
"icon": "refresh-cw"
|
|
267
|
-
}
|
|
268
|
-
]
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
"type": "divider"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"type": "simple-grid",
|
|
275
|
-
"columns": 3,
|
|
276
|
-
"children": [
|
|
277
|
-
{
|
|
278
|
-
"type": "card",
|
|
420
|
+
"type": "stack",
|
|
421
|
+
"direction": "horizontal",
|
|
422
|
+
"gap": "md",
|
|
423
|
+
"justify": "space-between",
|
|
279
424
|
"children": [
|
|
280
425
|
{
|
|
281
426
|
"type": "stack",
|
|
282
|
-
"direction": "
|
|
283
|
-
"gap": "
|
|
427
|
+
"direction": "horizontal",
|
|
428
|
+
"gap": "md",
|
|
284
429
|
"children": [
|
|
285
430
|
{
|
|
286
|
-
"type": "
|
|
287
|
-
"
|
|
288
|
-
"
|
|
431
|
+
"type": "icon",
|
|
432
|
+
"name": "bar-chart-2",
|
|
433
|
+
"size": "lg"
|
|
289
434
|
},
|
|
290
435
|
{
|
|
291
436
|
"type": "typography",
|
|
292
|
-
"
|
|
293
|
-
"
|
|
437
|
+
"content": "DisplayItems",
|
|
438
|
+
"variant": "h2"
|
|
294
439
|
}
|
|
295
440
|
]
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"type": "button",
|
|
444
|
+
"label": "Refresh",
|
|
445
|
+
"event": "REFRESH",
|
|
446
|
+
"variant": "secondary",
|
|
447
|
+
"icon": "refresh-cw"
|
|
296
448
|
}
|
|
297
449
|
]
|
|
298
450
|
},
|
|
299
451
|
{
|
|
300
|
-
"type": "
|
|
452
|
+
"type": "divider"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"type": "box",
|
|
456
|
+
"padding": "md",
|
|
301
457
|
"children": [
|
|
302
458
|
{
|
|
303
|
-
"type": "
|
|
304
|
-
"
|
|
305
|
-
"gap": "sm",
|
|
459
|
+
"type": "simple-grid",
|
|
460
|
+
"columns": 3,
|
|
306
461
|
"children": [
|
|
307
462
|
{
|
|
308
|
-
"type": "
|
|
309
|
-
"
|
|
310
|
-
|
|
463
|
+
"type": "card",
|
|
464
|
+
"children": [
|
|
465
|
+
{
|
|
466
|
+
"type": "stack",
|
|
467
|
+
"direction": "vertical",
|
|
468
|
+
"gap": "sm",
|
|
469
|
+
"children": [
|
|
470
|
+
{
|
|
471
|
+
"type": "typography",
|
|
472
|
+
"variant": "caption",
|
|
473
|
+
"content": "Name"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"type": "typography",
|
|
477
|
+
"variant": "h3",
|
|
478
|
+
"content": [
|
|
479
|
+
"object/get",
|
|
480
|
+
[
|
|
481
|
+
"array/first",
|
|
482
|
+
"@entity"
|
|
483
|
+
],
|
|
484
|
+
"name"
|
|
485
|
+
]
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
}
|
|
489
|
+
]
|
|
311
490
|
},
|
|
312
491
|
{
|
|
313
|
-
"type": "
|
|
314
|
-
"
|
|
315
|
-
|
|
492
|
+
"type": "card",
|
|
493
|
+
"children": [
|
|
494
|
+
{
|
|
495
|
+
"type": "stack",
|
|
496
|
+
"direction": "vertical",
|
|
497
|
+
"gap": "sm",
|
|
498
|
+
"children": [
|
|
499
|
+
{
|
|
500
|
+
"type": "typography",
|
|
501
|
+
"variant": "caption",
|
|
502
|
+
"content": "Description"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"type": "typography",
|
|
506
|
+
"variant": "h3",
|
|
507
|
+
"content": [
|
|
508
|
+
"object/get",
|
|
509
|
+
[
|
|
510
|
+
"array/first",
|
|
511
|
+
"@entity"
|
|
512
|
+
],
|
|
513
|
+
"description"
|
|
514
|
+
]
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
}
|
|
518
|
+
]
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
"type": "card",
|
|
522
|
+
"children": [
|
|
523
|
+
{
|
|
524
|
+
"type": "stack",
|
|
525
|
+
"direction": "vertical",
|
|
526
|
+
"gap": "sm",
|
|
527
|
+
"children": [
|
|
528
|
+
{
|
|
529
|
+
"type": "typography",
|
|
530
|
+
"variant": "caption",
|
|
531
|
+
"content": "Status"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"type": "typography",
|
|
535
|
+
"variant": "h3",
|
|
536
|
+
"content": [
|
|
537
|
+
"object/get",
|
|
538
|
+
[
|
|
539
|
+
"array/first",
|
|
540
|
+
"@entity"
|
|
541
|
+
],
|
|
542
|
+
"status"
|
|
543
|
+
]
|
|
544
|
+
}
|
|
545
|
+
]
|
|
546
|
+
}
|
|
547
|
+
]
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"type": "card",
|
|
551
|
+
"children": [
|
|
552
|
+
{
|
|
553
|
+
"type": "stack",
|
|
554
|
+
"direction": "vertical",
|
|
555
|
+
"gap": "sm",
|
|
556
|
+
"children": [
|
|
557
|
+
{
|
|
558
|
+
"type": "typography",
|
|
559
|
+
"variant": "caption",
|
|
560
|
+
"content": "CreatedAt"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"type": "typography",
|
|
564
|
+
"variant": "h3",
|
|
565
|
+
"content": [
|
|
566
|
+
"object/get",
|
|
567
|
+
[
|
|
568
|
+
"array/first",
|
|
569
|
+
"@entity"
|
|
570
|
+
],
|
|
571
|
+
"createdAt"
|
|
572
|
+
]
|
|
573
|
+
}
|
|
574
|
+
]
|
|
575
|
+
}
|
|
576
|
+
]
|
|
316
577
|
}
|
|
317
578
|
]
|
|
318
579
|
}
|
|
319
580
|
]
|
|
320
581
|
},
|
|
321
582
|
{
|
|
322
|
-
"type": "
|
|
583
|
+
"type": "divider"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"type": "grid",
|
|
587
|
+
"columns": 2,
|
|
588
|
+
"gap": "md",
|
|
323
589
|
"children": [
|
|
324
590
|
{
|
|
325
|
-
"type": "
|
|
326
|
-
"direction": "vertical",
|
|
327
|
-
"gap": "sm",
|
|
591
|
+
"type": "card",
|
|
328
592
|
"children": [
|
|
329
593
|
{
|
|
330
594
|
"type": "typography",
|
|
331
595
|
"variant": "caption",
|
|
332
|
-
"content": "
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"type": "typography",
|
|
336
|
-
"variant": "h3",
|
|
337
|
-
"content": "@entity.status"
|
|
596
|
+
"content": "Chart View"
|
|
338
597
|
}
|
|
339
598
|
]
|
|
340
|
-
}
|
|
341
|
-
]
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"type": "card",
|
|
345
|
-
"children": [
|
|
599
|
+
},
|
|
346
600
|
{
|
|
347
|
-
"type": "
|
|
348
|
-
"direction": "vertical",
|
|
349
|
-
"gap": "sm",
|
|
601
|
+
"type": "card",
|
|
350
602
|
"children": [
|
|
351
603
|
{
|
|
352
604
|
"type": "typography",
|
|
353
605
|
"variant": "caption",
|
|
354
|
-
"content": "
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"type": "typography",
|
|
358
|
-
"variant": "h3",
|
|
359
|
-
"content": "@entity.createdAt"
|
|
606
|
+
"content": "Graph View"
|
|
360
607
|
}
|
|
361
608
|
]
|
|
362
609
|
}
|
|
363
610
|
]
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"type": "line-chart",
|
|
614
|
+
"data": [
|
|
615
|
+
{
|
|
616
|
+
"date": "Jan",
|
|
617
|
+
"value": 12
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"date": "Feb",
|
|
621
|
+
"value": 19
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"date": "Mar",
|
|
625
|
+
"value": 15
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"date": "Apr",
|
|
629
|
+
"value": 25
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"date": "May",
|
|
633
|
+
"value": 22
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"date": "Jun",
|
|
637
|
+
"value": 30
|
|
638
|
+
}
|
|
639
|
+
],
|
|
640
|
+
"xKey": "date",
|
|
641
|
+
"yKey": "value",
|
|
642
|
+
"title": "Trend"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"type": "chart-legend",
|
|
646
|
+
"items": [
|
|
647
|
+
{
|
|
648
|
+
"label": "Current",
|
|
649
|
+
"color": "primary"
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"label": "Previous",
|
|
653
|
+
"color": "muted"
|
|
654
|
+
}
|
|
655
|
+
]
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"type": "graph-view",
|
|
659
|
+
"nodes": [
|
|
660
|
+
{
|
|
661
|
+
"id": "a",
|
|
662
|
+
"label": "Start",
|
|
663
|
+
"x": 50,
|
|
664
|
+
"y": 100
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"id": "b",
|
|
668
|
+
"label": "Process",
|
|
669
|
+
"x": 200,
|
|
670
|
+
"y": 50
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"id": "c",
|
|
674
|
+
"label": "End",
|
|
675
|
+
"x": 350,
|
|
676
|
+
"y": 100
|
|
677
|
+
}
|
|
678
|
+
],
|
|
679
|
+
"edges": [
|
|
680
|
+
{
|
|
681
|
+
"from": "a",
|
|
682
|
+
"to": "b"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"from": "b",
|
|
686
|
+
"to": "c"
|
|
687
|
+
}
|
|
688
|
+
],
|
|
689
|
+
"width": 400,
|
|
690
|
+
"height": 200
|
|
364
691
|
}
|
|
365
692
|
]
|
|
366
693
|
}
|
|
@@ -382,136 +709,297 @@
|
|
|
382
709
|
"render-ui",
|
|
383
710
|
"main",
|
|
384
711
|
{
|
|
385
|
-
"type": "
|
|
386
|
-
"direction": "vertical",
|
|
387
|
-
"gap": "lg",
|
|
712
|
+
"type": "scaled-diagram",
|
|
388
713
|
"children": [
|
|
389
714
|
{
|
|
390
715
|
"type": "stack",
|
|
391
|
-
"direction": "
|
|
392
|
-
"gap": "
|
|
393
|
-
"justify": "space-between",
|
|
716
|
+
"direction": "vertical",
|
|
717
|
+
"gap": "lg",
|
|
394
718
|
"children": [
|
|
395
719
|
{
|
|
396
|
-
"type": "
|
|
397
|
-
"
|
|
398
|
-
"gap": "md",
|
|
399
|
-
"children": [
|
|
720
|
+
"type": "breadcrumb",
|
|
721
|
+
"items": [
|
|
400
722
|
{
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
-
"size": "lg"
|
|
723
|
+
"label": "Home",
|
|
724
|
+
"href": "/"
|
|
404
725
|
},
|
|
405
726
|
{
|
|
406
|
-
"
|
|
407
|
-
"content": "DisplayItems",
|
|
408
|
-
"variant": "h2"
|
|
727
|
+
"label": "DisplayItems"
|
|
409
728
|
}
|
|
410
729
|
]
|
|
411
730
|
},
|
|
412
731
|
{
|
|
413
|
-
"type": "
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
"icon": "refresh-cw"
|
|
418
|
-
}
|
|
419
|
-
]
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"type": "divider"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"type": "simple-grid",
|
|
426
|
-
"columns": 3,
|
|
427
|
-
"children": [
|
|
428
|
-
{
|
|
429
|
-
"type": "card",
|
|
732
|
+
"type": "stack",
|
|
733
|
+
"direction": "horizontal",
|
|
734
|
+
"gap": "md",
|
|
735
|
+
"justify": "space-between",
|
|
430
736
|
"children": [
|
|
431
737
|
{
|
|
432
738
|
"type": "stack",
|
|
433
|
-
"direction": "
|
|
434
|
-
"gap": "
|
|
739
|
+
"direction": "horizontal",
|
|
740
|
+
"gap": "md",
|
|
435
741
|
"children": [
|
|
436
742
|
{
|
|
437
|
-
"type": "
|
|
438
|
-
"
|
|
439
|
-
"
|
|
743
|
+
"type": "icon",
|
|
744
|
+
"name": "bar-chart-2",
|
|
745
|
+
"size": "lg"
|
|
440
746
|
},
|
|
441
747
|
{
|
|
442
748
|
"type": "typography",
|
|
443
|
-
"
|
|
444
|
-
"
|
|
749
|
+
"content": "DisplayItems",
|
|
750
|
+
"variant": "h2"
|
|
445
751
|
}
|
|
446
752
|
]
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"type": "button",
|
|
756
|
+
"label": "Refresh",
|
|
757
|
+
"event": "REFRESH",
|
|
758
|
+
"variant": "secondary",
|
|
759
|
+
"icon": "refresh-cw"
|
|
447
760
|
}
|
|
448
761
|
]
|
|
449
762
|
},
|
|
450
763
|
{
|
|
451
|
-
"type": "
|
|
764
|
+
"type": "divider"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"type": "box",
|
|
768
|
+
"padding": "md",
|
|
452
769
|
"children": [
|
|
453
770
|
{
|
|
454
|
-
"type": "
|
|
455
|
-
"
|
|
456
|
-
"gap": "sm",
|
|
771
|
+
"type": "simple-grid",
|
|
772
|
+
"columns": 3,
|
|
457
773
|
"children": [
|
|
458
774
|
{
|
|
459
|
-
"type": "
|
|
460
|
-
"
|
|
461
|
-
|
|
775
|
+
"type": "card",
|
|
776
|
+
"children": [
|
|
777
|
+
{
|
|
778
|
+
"type": "stack",
|
|
779
|
+
"direction": "vertical",
|
|
780
|
+
"gap": "sm",
|
|
781
|
+
"children": [
|
|
782
|
+
{
|
|
783
|
+
"type": "typography",
|
|
784
|
+
"variant": "caption",
|
|
785
|
+
"content": "Name"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"type": "typography",
|
|
789
|
+
"variant": "h3",
|
|
790
|
+
"content": [
|
|
791
|
+
"object/get",
|
|
792
|
+
[
|
|
793
|
+
"array/first",
|
|
794
|
+
"@entity"
|
|
795
|
+
],
|
|
796
|
+
"name"
|
|
797
|
+
]
|
|
798
|
+
}
|
|
799
|
+
]
|
|
800
|
+
}
|
|
801
|
+
]
|
|
462
802
|
},
|
|
463
803
|
{
|
|
464
|
-
"type": "
|
|
465
|
-
"
|
|
466
|
-
|
|
804
|
+
"type": "card",
|
|
805
|
+
"children": [
|
|
806
|
+
{
|
|
807
|
+
"type": "stack",
|
|
808
|
+
"direction": "vertical",
|
|
809
|
+
"gap": "sm",
|
|
810
|
+
"children": [
|
|
811
|
+
{
|
|
812
|
+
"type": "typography",
|
|
813
|
+
"variant": "caption",
|
|
814
|
+
"content": "Description"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"type": "typography",
|
|
818
|
+
"variant": "h3",
|
|
819
|
+
"content": [
|
|
820
|
+
"object/get",
|
|
821
|
+
[
|
|
822
|
+
"array/first",
|
|
823
|
+
"@entity"
|
|
824
|
+
],
|
|
825
|
+
"description"
|
|
826
|
+
]
|
|
827
|
+
}
|
|
828
|
+
]
|
|
829
|
+
}
|
|
830
|
+
]
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"type": "card",
|
|
834
|
+
"children": [
|
|
835
|
+
{
|
|
836
|
+
"type": "stack",
|
|
837
|
+
"direction": "vertical",
|
|
838
|
+
"gap": "sm",
|
|
839
|
+
"children": [
|
|
840
|
+
{
|
|
841
|
+
"type": "typography",
|
|
842
|
+
"variant": "caption",
|
|
843
|
+
"content": "Status"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"type": "typography",
|
|
847
|
+
"variant": "h3",
|
|
848
|
+
"content": [
|
|
849
|
+
"object/get",
|
|
850
|
+
[
|
|
851
|
+
"array/first",
|
|
852
|
+
"@entity"
|
|
853
|
+
],
|
|
854
|
+
"status"
|
|
855
|
+
]
|
|
856
|
+
}
|
|
857
|
+
]
|
|
858
|
+
}
|
|
859
|
+
]
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"type": "card",
|
|
863
|
+
"children": [
|
|
864
|
+
{
|
|
865
|
+
"type": "stack",
|
|
866
|
+
"direction": "vertical",
|
|
867
|
+
"gap": "sm",
|
|
868
|
+
"children": [
|
|
869
|
+
{
|
|
870
|
+
"type": "typography",
|
|
871
|
+
"variant": "caption",
|
|
872
|
+
"content": "CreatedAt"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"type": "typography",
|
|
876
|
+
"variant": "h3",
|
|
877
|
+
"content": [
|
|
878
|
+
"object/get",
|
|
879
|
+
[
|
|
880
|
+
"array/first",
|
|
881
|
+
"@entity"
|
|
882
|
+
],
|
|
883
|
+
"createdAt"
|
|
884
|
+
]
|
|
885
|
+
}
|
|
886
|
+
]
|
|
887
|
+
}
|
|
888
|
+
]
|
|
467
889
|
}
|
|
468
890
|
]
|
|
469
891
|
}
|
|
470
892
|
]
|
|
471
893
|
},
|
|
472
894
|
{
|
|
473
|
-
"type": "
|
|
895
|
+
"type": "divider"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"type": "grid",
|
|
899
|
+
"columns": 2,
|
|
900
|
+
"gap": "md",
|
|
474
901
|
"children": [
|
|
475
902
|
{
|
|
476
|
-
"type": "
|
|
477
|
-
"direction": "vertical",
|
|
478
|
-
"gap": "sm",
|
|
903
|
+
"type": "card",
|
|
479
904
|
"children": [
|
|
480
905
|
{
|
|
481
906
|
"type": "typography",
|
|
482
907
|
"variant": "caption",
|
|
483
|
-
"content": "
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"type": "typography",
|
|
487
|
-
"variant": "h3",
|
|
488
|
-
"content": "@entity.status"
|
|
908
|
+
"content": "Chart View"
|
|
489
909
|
}
|
|
490
910
|
]
|
|
491
|
-
}
|
|
492
|
-
]
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"type": "card",
|
|
496
|
-
"children": [
|
|
911
|
+
},
|
|
497
912
|
{
|
|
498
|
-
"type": "
|
|
499
|
-
"direction": "vertical",
|
|
500
|
-
"gap": "sm",
|
|
913
|
+
"type": "card",
|
|
501
914
|
"children": [
|
|
502
915
|
{
|
|
503
916
|
"type": "typography",
|
|
504
917
|
"variant": "caption",
|
|
505
|
-
"content": "
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
"type": "typography",
|
|
509
|
-
"variant": "h3",
|
|
510
|
-
"content": "@entity.createdAt"
|
|
918
|
+
"content": "Graph View"
|
|
511
919
|
}
|
|
512
920
|
]
|
|
513
921
|
}
|
|
514
922
|
]
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"type": "line-chart",
|
|
926
|
+
"data": [
|
|
927
|
+
{
|
|
928
|
+
"date": "Jan",
|
|
929
|
+
"value": 12
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"date": "Feb",
|
|
933
|
+
"value": 19
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"date": "Mar",
|
|
937
|
+
"value": 15
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"date": "Apr",
|
|
941
|
+
"value": 25
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"date": "May",
|
|
945
|
+
"value": 22
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"date": "Jun",
|
|
949
|
+
"value": 30
|
|
950
|
+
}
|
|
951
|
+
],
|
|
952
|
+
"xKey": "date",
|
|
953
|
+
"yKey": "value",
|
|
954
|
+
"title": "Trend"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"type": "chart-legend",
|
|
958
|
+
"items": [
|
|
959
|
+
{
|
|
960
|
+
"label": "Current",
|
|
961
|
+
"color": "primary"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"label": "Previous",
|
|
965
|
+
"color": "muted"
|
|
966
|
+
}
|
|
967
|
+
]
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"type": "graph-view",
|
|
971
|
+
"nodes": [
|
|
972
|
+
{
|
|
973
|
+
"id": "a",
|
|
974
|
+
"label": "Start",
|
|
975
|
+
"x": 50,
|
|
976
|
+
"y": 100
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"id": "b",
|
|
980
|
+
"label": "Process",
|
|
981
|
+
"x": 200,
|
|
982
|
+
"y": 50
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"id": "c",
|
|
986
|
+
"label": "End",
|
|
987
|
+
"x": 350,
|
|
988
|
+
"y": 100
|
|
989
|
+
}
|
|
990
|
+
],
|
|
991
|
+
"edges": [
|
|
992
|
+
{
|
|
993
|
+
"from": "a",
|
|
994
|
+
"to": "b"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"from": "b",
|
|
998
|
+
"to": "c"
|
|
999
|
+
}
|
|
1000
|
+
],
|
|
1001
|
+
"width": 400,
|
|
1002
|
+
"height": 200
|
|
515
1003
|
}
|
|
516
1004
|
]
|
|
517
1005
|
}
|
|
@@ -533,136 +1021,297 @@
|
|
|
533
1021
|
"render-ui",
|
|
534
1022
|
"main",
|
|
535
1023
|
{
|
|
536
|
-
"type": "
|
|
537
|
-
"direction": "vertical",
|
|
538
|
-
"gap": "lg",
|
|
1024
|
+
"type": "scaled-diagram",
|
|
539
1025
|
"children": [
|
|
540
1026
|
{
|
|
541
1027
|
"type": "stack",
|
|
542
|
-
"direction": "
|
|
543
|
-
"gap": "
|
|
544
|
-
"justify": "space-between",
|
|
1028
|
+
"direction": "vertical",
|
|
1029
|
+
"gap": "lg",
|
|
545
1030
|
"children": [
|
|
546
1031
|
{
|
|
547
|
-
"type": "
|
|
548
|
-
"
|
|
549
|
-
"gap": "md",
|
|
550
|
-
"children": [
|
|
1032
|
+
"type": "breadcrumb",
|
|
1033
|
+
"items": [
|
|
551
1034
|
{
|
|
552
|
-
"
|
|
553
|
-
"
|
|
554
|
-
"size": "lg"
|
|
1035
|
+
"label": "Home",
|
|
1036
|
+
"href": "/"
|
|
555
1037
|
},
|
|
556
1038
|
{
|
|
557
|
-
"
|
|
558
|
-
"content": "DisplayItems",
|
|
559
|
-
"variant": "h2"
|
|
1039
|
+
"label": "DisplayItems"
|
|
560
1040
|
}
|
|
561
1041
|
]
|
|
562
1042
|
},
|
|
563
1043
|
{
|
|
564
|
-
"type": "
|
|
565
|
-
"
|
|
566
|
-
"
|
|
567
|
-
"
|
|
568
|
-
"icon": "refresh-cw"
|
|
569
|
-
}
|
|
570
|
-
]
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"type": "divider"
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
"type": "simple-grid",
|
|
577
|
-
"columns": 3,
|
|
578
|
-
"children": [
|
|
579
|
-
{
|
|
580
|
-
"type": "card",
|
|
1044
|
+
"type": "stack",
|
|
1045
|
+
"direction": "horizontal",
|
|
1046
|
+
"gap": "md",
|
|
1047
|
+
"justify": "space-between",
|
|
581
1048
|
"children": [
|
|
582
1049
|
{
|
|
583
1050
|
"type": "stack",
|
|
584
|
-
"direction": "
|
|
585
|
-
"gap": "
|
|
1051
|
+
"direction": "horizontal",
|
|
1052
|
+
"gap": "md",
|
|
586
1053
|
"children": [
|
|
587
1054
|
{
|
|
588
|
-
"type": "
|
|
589
|
-
"
|
|
590
|
-
"
|
|
1055
|
+
"type": "icon",
|
|
1056
|
+
"name": "bar-chart-2",
|
|
1057
|
+
"size": "lg"
|
|
591
1058
|
},
|
|
592
1059
|
{
|
|
593
1060
|
"type": "typography",
|
|
594
|
-
"
|
|
595
|
-
"
|
|
1061
|
+
"content": "DisplayItems",
|
|
1062
|
+
"variant": "h2"
|
|
596
1063
|
}
|
|
597
1064
|
]
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"type": "button",
|
|
1068
|
+
"label": "Refresh",
|
|
1069
|
+
"event": "REFRESH",
|
|
1070
|
+
"variant": "secondary",
|
|
1071
|
+
"icon": "refresh-cw"
|
|
598
1072
|
}
|
|
599
1073
|
]
|
|
600
1074
|
},
|
|
601
1075
|
{
|
|
602
|
-
"type": "
|
|
1076
|
+
"type": "divider"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"type": "box",
|
|
1080
|
+
"padding": "md",
|
|
603
1081
|
"children": [
|
|
604
1082
|
{
|
|
605
|
-
"type": "
|
|
606
|
-
"
|
|
607
|
-
"gap": "sm",
|
|
1083
|
+
"type": "simple-grid",
|
|
1084
|
+
"columns": 3,
|
|
608
1085
|
"children": [
|
|
609
1086
|
{
|
|
610
|
-
"type": "
|
|
611
|
-
"
|
|
612
|
-
|
|
1087
|
+
"type": "card",
|
|
1088
|
+
"children": [
|
|
1089
|
+
{
|
|
1090
|
+
"type": "stack",
|
|
1091
|
+
"direction": "vertical",
|
|
1092
|
+
"gap": "sm",
|
|
1093
|
+
"children": [
|
|
1094
|
+
{
|
|
1095
|
+
"type": "typography",
|
|
1096
|
+
"variant": "caption",
|
|
1097
|
+
"content": "Name"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"type": "typography",
|
|
1101
|
+
"variant": "h3",
|
|
1102
|
+
"content": [
|
|
1103
|
+
"object/get",
|
|
1104
|
+
[
|
|
1105
|
+
"array/first",
|
|
1106
|
+
"@entity"
|
|
1107
|
+
],
|
|
1108
|
+
"name"
|
|
1109
|
+
]
|
|
1110
|
+
}
|
|
1111
|
+
]
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
613
1114
|
},
|
|
614
1115
|
{
|
|
615
|
-
"type": "
|
|
616
|
-
"
|
|
617
|
-
|
|
1116
|
+
"type": "card",
|
|
1117
|
+
"children": [
|
|
1118
|
+
{
|
|
1119
|
+
"type": "stack",
|
|
1120
|
+
"direction": "vertical",
|
|
1121
|
+
"gap": "sm",
|
|
1122
|
+
"children": [
|
|
1123
|
+
{
|
|
1124
|
+
"type": "typography",
|
|
1125
|
+
"variant": "caption",
|
|
1126
|
+
"content": "Description"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
"type": "typography",
|
|
1130
|
+
"variant": "h3",
|
|
1131
|
+
"content": [
|
|
1132
|
+
"object/get",
|
|
1133
|
+
[
|
|
1134
|
+
"array/first",
|
|
1135
|
+
"@entity"
|
|
1136
|
+
],
|
|
1137
|
+
"description"
|
|
1138
|
+
]
|
|
1139
|
+
}
|
|
1140
|
+
]
|
|
1141
|
+
}
|
|
1142
|
+
]
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"type": "card",
|
|
1146
|
+
"children": [
|
|
1147
|
+
{
|
|
1148
|
+
"type": "stack",
|
|
1149
|
+
"direction": "vertical",
|
|
1150
|
+
"gap": "sm",
|
|
1151
|
+
"children": [
|
|
1152
|
+
{
|
|
1153
|
+
"type": "typography",
|
|
1154
|
+
"variant": "caption",
|
|
1155
|
+
"content": "Status"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"type": "typography",
|
|
1159
|
+
"variant": "h3",
|
|
1160
|
+
"content": [
|
|
1161
|
+
"object/get",
|
|
1162
|
+
[
|
|
1163
|
+
"array/first",
|
|
1164
|
+
"@entity"
|
|
1165
|
+
],
|
|
1166
|
+
"status"
|
|
1167
|
+
]
|
|
1168
|
+
}
|
|
1169
|
+
]
|
|
1170
|
+
}
|
|
1171
|
+
]
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"type": "card",
|
|
1175
|
+
"children": [
|
|
1176
|
+
{
|
|
1177
|
+
"type": "stack",
|
|
1178
|
+
"direction": "vertical",
|
|
1179
|
+
"gap": "sm",
|
|
1180
|
+
"children": [
|
|
1181
|
+
{
|
|
1182
|
+
"type": "typography",
|
|
1183
|
+
"variant": "caption",
|
|
1184
|
+
"content": "CreatedAt"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"type": "typography",
|
|
1188
|
+
"variant": "h3",
|
|
1189
|
+
"content": [
|
|
1190
|
+
"object/get",
|
|
1191
|
+
[
|
|
1192
|
+
"array/first",
|
|
1193
|
+
"@entity"
|
|
1194
|
+
],
|
|
1195
|
+
"createdAt"
|
|
1196
|
+
]
|
|
1197
|
+
}
|
|
1198
|
+
]
|
|
1199
|
+
}
|
|
1200
|
+
]
|
|
618
1201
|
}
|
|
619
1202
|
]
|
|
620
1203
|
}
|
|
621
1204
|
]
|
|
622
1205
|
},
|
|
623
1206
|
{
|
|
624
|
-
"type": "
|
|
1207
|
+
"type": "divider"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"type": "grid",
|
|
1211
|
+
"columns": 2,
|
|
1212
|
+
"gap": "md",
|
|
625
1213
|
"children": [
|
|
626
1214
|
{
|
|
627
|
-
"type": "
|
|
628
|
-
"direction": "vertical",
|
|
629
|
-
"gap": "sm",
|
|
1215
|
+
"type": "card",
|
|
630
1216
|
"children": [
|
|
631
1217
|
{
|
|
632
1218
|
"type": "typography",
|
|
633
1219
|
"variant": "caption",
|
|
634
|
-
"content": "
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"type": "typography",
|
|
638
|
-
"variant": "h3",
|
|
639
|
-
"content": "@entity.status"
|
|
1220
|
+
"content": "Chart View"
|
|
640
1221
|
}
|
|
641
1222
|
]
|
|
642
|
-
}
|
|
643
|
-
]
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"type": "card",
|
|
647
|
-
"children": [
|
|
1223
|
+
},
|
|
648
1224
|
{
|
|
649
|
-
"type": "
|
|
650
|
-
"direction": "vertical",
|
|
651
|
-
"gap": "sm",
|
|
1225
|
+
"type": "card",
|
|
652
1226
|
"children": [
|
|
653
1227
|
{
|
|
654
1228
|
"type": "typography",
|
|
655
1229
|
"variant": "caption",
|
|
656
|
-
"content": "
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"type": "typography",
|
|
660
|
-
"variant": "h3",
|
|
661
|
-
"content": "@entity.createdAt"
|
|
1230
|
+
"content": "Graph View"
|
|
662
1231
|
}
|
|
663
1232
|
]
|
|
664
1233
|
}
|
|
665
1234
|
]
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
"type": "line-chart",
|
|
1238
|
+
"data": [
|
|
1239
|
+
{
|
|
1240
|
+
"date": "Jan",
|
|
1241
|
+
"value": 12
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"date": "Feb",
|
|
1245
|
+
"value": 19
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"date": "Mar",
|
|
1249
|
+
"value": 15
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"date": "Apr",
|
|
1253
|
+
"value": 25
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"date": "May",
|
|
1257
|
+
"value": 22
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"date": "Jun",
|
|
1261
|
+
"value": 30
|
|
1262
|
+
}
|
|
1263
|
+
],
|
|
1264
|
+
"xKey": "date",
|
|
1265
|
+
"yKey": "value",
|
|
1266
|
+
"title": "Trend"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"type": "chart-legend",
|
|
1270
|
+
"items": [
|
|
1271
|
+
{
|
|
1272
|
+
"label": "Current",
|
|
1273
|
+
"color": "primary"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"label": "Previous",
|
|
1277
|
+
"color": "muted"
|
|
1278
|
+
}
|
|
1279
|
+
]
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
"type": "graph-view",
|
|
1283
|
+
"nodes": [
|
|
1284
|
+
{
|
|
1285
|
+
"id": "a",
|
|
1286
|
+
"label": "Start",
|
|
1287
|
+
"x": 50,
|
|
1288
|
+
"y": 100
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"id": "b",
|
|
1292
|
+
"label": "Process",
|
|
1293
|
+
"x": 200,
|
|
1294
|
+
"y": 50
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"id": "c",
|
|
1298
|
+
"label": "End",
|
|
1299
|
+
"x": 350,
|
|
1300
|
+
"y": 100
|
|
1301
|
+
}
|
|
1302
|
+
],
|
|
1303
|
+
"edges": [
|
|
1304
|
+
{
|
|
1305
|
+
"from": "a",
|
|
1306
|
+
"to": "b"
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"from": "b",
|
|
1310
|
+
"to": "c"
|
|
1311
|
+
}
|
|
1312
|
+
],
|
|
1313
|
+
"width": 400,
|
|
1314
|
+
"height": 200
|
|
666
1315
|
}
|
|
667
1316
|
]
|
|
668
1317
|
}
|
|
@@ -684,136 +1333,297 @@
|
|
|
684
1333
|
"render-ui",
|
|
685
1334
|
"main",
|
|
686
1335
|
{
|
|
687
|
-
"type": "
|
|
688
|
-
"direction": "vertical",
|
|
689
|
-
"gap": "lg",
|
|
1336
|
+
"type": "scaled-diagram",
|
|
690
1337
|
"children": [
|
|
691
1338
|
{
|
|
692
1339
|
"type": "stack",
|
|
693
|
-
"direction": "
|
|
694
|
-
"gap": "
|
|
695
|
-
"justify": "space-between",
|
|
1340
|
+
"direction": "vertical",
|
|
1341
|
+
"gap": "lg",
|
|
696
1342
|
"children": [
|
|
697
1343
|
{
|
|
698
|
-
"type": "
|
|
699
|
-
"
|
|
700
|
-
"gap": "md",
|
|
701
|
-
"children": [
|
|
1344
|
+
"type": "breadcrumb",
|
|
1345
|
+
"items": [
|
|
702
1346
|
{
|
|
703
|
-
"
|
|
704
|
-
"
|
|
705
|
-
"size": "lg"
|
|
1347
|
+
"label": "Home",
|
|
1348
|
+
"href": "/"
|
|
706
1349
|
},
|
|
707
1350
|
{
|
|
708
|
-
"
|
|
709
|
-
"content": "DisplayItems",
|
|
710
|
-
"variant": "h2"
|
|
1351
|
+
"label": "DisplayItems"
|
|
711
1352
|
}
|
|
712
1353
|
]
|
|
713
1354
|
},
|
|
714
1355
|
{
|
|
715
|
-
"type": "
|
|
716
|
-
"
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
"icon": "refresh-cw"
|
|
720
|
-
}
|
|
721
|
-
]
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"type": "divider"
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"type": "simple-grid",
|
|
728
|
-
"columns": 3,
|
|
729
|
-
"children": [
|
|
730
|
-
{
|
|
731
|
-
"type": "card",
|
|
1356
|
+
"type": "stack",
|
|
1357
|
+
"direction": "horizontal",
|
|
1358
|
+
"gap": "md",
|
|
1359
|
+
"justify": "space-between",
|
|
732
1360
|
"children": [
|
|
733
1361
|
{
|
|
734
1362
|
"type": "stack",
|
|
735
|
-
"direction": "
|
|
736
|
-
"gap": "
|
|
1363
|
+
"direction": "horizontal",
|
|
1364
|
+
"gap": "md",
|
|
737
1365
|
"children": [
|
|
738
1366
|
{
|
|
739
|
-
"type": "
|
|
740
|
-
"
|
|
741
|
-
"
|
|
1367
|
+
"type": "icon",
|
|
1368
|
+
"name": "bar-chart-2",
|
|
1369
|
+
"size": "lg"
|
|
742
1370
|
},
|
|
743
1371
|
{
|
|
744
1372
|
"type": "typography",
|
|
745
|
-
"
|
|
746
|
-
"
|
|
1373
|
+
"content": "DisplayItems",
|
|
1374
|
+
"variant": "h2"
|
|
747
1375
|
}
|
|
748
1376
|
]
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"type": "button",
|
|
1380
|
+
"label": "Refresh",
|
|
1381
|
+
"event": "REFRESH",
|
|
1382
|
+
"variant": "secondary",
|
|
1383
|
+
"icon": "refresh-cw"
|
|
749
1384
|
}
|
|
750
1385
|
]
|
|
751
1386
|
},
|
|
752
1387
|
{
|
|
753
|
-
"type": "
|
|
1388
|
+
"type": "divider"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"type": "box",
|
|
1392
|
+
"padding": "md",
|
|
754
1393
|
"children": [
|
|
755
1394
|
{
|
|
756
|
-
"type": "
|
|
757
|
-
"
|
|
758
|
-
"gap": "sm",
|
|
1395
|
+
"type": "simple-grid",
|
|
1396
|
+
"columns": 3,
|
|
759
1397
|
"children": [
|
|
760
1398
|
{
|
|
761
|
-
"type": "
|
|
762
|
-
"
|
|
763
|
-
|
|
1399
|
+
"type": "card",
|
|
1400
|
+
"children": [
|
|
1401
|
+
{
|
|
1402
|
+
"type": "stack",
|
|
1403
|
+
"direction": "vertical",
|
|
1404
|
+
"gap": "sm",
|
|
1405
|
+
"children": [
|
|
1406
|
+
{
|
|
1407
|
+
"type": "typography",
|
|
1408
|
+
"variant": "caption",
|
|
1409
|
+
"content": "Name"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"type": "typography",
|
|
1413
|
+
"variant": "h3",
|
|
1414
|
+
"content": [
|
|
1415
|
+
"object/get",
|
|
1416
|
+
[
|
|
1417
|
+
"array/first",
|
|
1418
|
+
"@entity"
|
|
1419
|
+
],
|
|
1420
|
+
"name"
|
|
1421
|
+
]
|
|
1422
|
+
}
|
|
1423
|
+
]
|
|
1424
|
+
}
|
|
1425
|
+
]
|
|
764
1426
|
},
|
|
765
1427
|
{
|
|
766
|
-
"type": "
|
|
767
|
-
"
|
|
768
|
-
|
|
1428
|
+
"type": "card",
|
|
1429
|
+
"children": [
|
|
1430
|
+
{
|
|
1431
|
+
"type": "stack",
|
|
1432
|
+
"direction": "vertical",
|
|
1433
|
+
"gap": "sm",
|
|
1434
|
+
"children": [
|
|
1435
|
+
{
|
|
1436
|
+
"type": "typography",
|
|
1437
|
+
"variant": "caption",
|
|
1438
|
+
"content": "Description"
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"type": "typography",
|
|
1442
|
+
"variant": "h3",
|
|
1443
|
+
"content": [
|
|
1444
|
+
"object/get",
|
|
1445
|
+
[
|
|
1446
|
+
"array/first",
|
|
1447
|
+
"@entity"
|
|
1448
|
+
],
|
|
1449
|
+
"description"
|
|
1450
|
+
]
|
|
1451
|
+
}
|
|
1452
|
+
]
|
|
1453
|
+
}
|
|
1454
|
+
]
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"type": "card",
|
|
1458
|
+
"children": [
|
|
1459
|
+
{
|
|
1460
|
+
"type": "stack",
|
|
1461
|
+
"direction": "vertical",
|
|
1462
|
+
"gap": "sm",
|
|
1463
|
+
"children": [
|
|
1464
|
+
{
|
|
1465
|
+
"type": "typography",
|
|
1466
|
+
"variant": "caption",
|
|
1467
|
+
"content": "Status"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"type": "typography",
|
|
1471
|
+
"variant": "h3",
|
|
1472
|
+
"content": [
|
|
1473
|
+
"object/get",
|
|
1474
|
+
[
|
|
1475
|
+
"array/first",
|
|
1476
|
+
"@entity"
|
|
1477
|
+
],
|
|
1478
|
+
"status"
|
|
1479
|
+
]
|
|
1480
|
+
}
|
|
1481
|
+
]
|
|
1482
|
+
}
|
|
1483
|
+
]
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"type": "card",
|
|
1487
|
+
"children": [
|
|
1488
|
+
{
|
|
1489
|
+
"type": "stack",
|
|
1490
|
+
"direction": "vertical",
|
|
1491
|
+
"gap": "sm",
|
|
1492
|
+
"children": [
|
|
1493
|
+
{
|
|
1494
|
+
"type": "typography",
|
|
1495
|
+
"variant": "caption",
|
|
1496
|
+
"content": "CreatedAt"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"type": "typography",
|
|
1500
|
+
"variant": "h3",
|
|
1501
|
+
"content": [
|
|
1502
|
+
"object/get",
|
|
1503
|
+
[
|
|
1504
|
+
"array/first",
|
|
1505
|
+
"@entity"
|
|
1506
|
+
],
|
|
1507
|
+
"createdAt"
|
|
1508
|
+
]
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1511
|
+
}
|
|
1512
|
+
]
|
|
769
1513
|
}
|
|
770
1514
|
]
|
|
771
1515
|
}
|
|
772
1516
|
]
|
|
773
1517
|
},
|
|
774
1518
|
{
|
|
775
|
-
"type": "
|
|
1519
|
+
"type": "divider"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"type": "grid",
|
|
1523
|
+
"columns": 2,
|
|
1524
|
+
"gap": "md",
|
|
776
1525
|
"children": [
|
|
777
1526
|
{
|
|
778
|
-
"type": "
|
|
779
|
-
"direction": "vertical",
|
|
780
|
-
"gap": "sm",
|
|
1527
|
+
"type": "card",
|
|
781
1528
|
"children": [
|
|
782
1529
|
{
|
|
783
1530
|
"type": "typography",
|
|
784
1531
|
"variant": "caption",
|
|
785
|
-
"content": "
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"type": "typography",
|
|
789
|
-
"variant": "h3",
|
|
790
|
-
"content": "@entity.status"
|
|
1532
|
+
"content": "Chart View"
|
|
791
1533
|
}
|
|
792
1534
|
]
|
|
793
|
-
}
|
|
794
|
-
]
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"type": "card",
|
|
798
|
-
"children": [
|
|
1535
|
+
},
|
|
799
1536
|
{
|
|
800
|
-
"type": "
|
|
801
|
-
"direction": "vertical",
|
|
802
|
-
"gap": "sm",
|
|
1537
|
+
"type": "card",
|
|
803
1538
|
"children": [
|
|
804
1539
|
{
|
|
805
1540
|
"type": "typography",
|
|
806
1541
|
"variant": "caption",
|
|
807
|
-
"content": "
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
"type": "typography",
|
|
811
|
-
"variant": "h3",
|
|
812
|
-
"content": "@entity.createdAt"
|
|
1542
|
+
"content": "Graph View"
|
|
813
1543
|
}
|
|
814
1544
|
]
|
|
815
1545
|
}
|
|
816
1546
|
]
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"type": "line-chart",
|
|
1550
|
+
"data": [
|
|
1551
|
+
{
|
|
1552
|
+
"date": "Jan",
|
|
1553
|
+
"value": 12
|
|
1554
|
+
},
|
|
1555
|
+
{
|
|
1556
|
+
"date": "Feb",
|
|
1557
|
+
"value": 19
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"date": "Mar",
|
|
1561
|
+
"value": 15
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"date": "Apr",
|
|
1565
|
+
"value": 25
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"date": "May",
|
|
1569
|
+
"value": 22
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"date": "Jun",
|
|
1573
|
+
"value": 30
|
|
1574
|
+
}
|
|
1575
|
+
],
|
|
1576
|
+
"xKey": "date",
|
|
1577
|
+
"yKey": "value",
|
|
1578
|
+
"title": "Trend"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
"type": "chart-legend",
|
|
1582
|
+
"items": [
|
|
1583
|
+
{
|
|
1584
|
+
"label": "Current",
|
|
1585
|
+
"color": "primary"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"label": "Previous",
|
|
1589
|
+
"color": "muted"
|
|
1590
|
+
}
|
|
1591
|
+
]
|
|
1592
|
+
},
|
|
1593
|
+
{
|
|
1594
|
+
"type": "graph-view",
|
|
1595
|
+
"nodes": [
|
|
1596
|
+
{
|
|
1597
|
+
"id": "a",
|
|
1598
|
+
"label": "Start",
|
|
1599
|
+
"x": 50,
|
|
1600
|
+
"y": 100
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"id": "b",
|
|
1604
|
+
"label": "Process",
|
|
1605
|
+
"x": 200,
|
|
1606
|
+
"y": 50
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"id": "c",
|
|
1610
|
+
"label": "End",
|
|
1611
|
+
"x": 350,
|
|
1612
|
+
"y": 100
|
|
1613
|
+
}
|
|
1614
|
+
],
|
|
1615
|
+
"edges": [
|
|
1616
|
+
{
|
|
1617
|
+
"from": "a",
|
|
1618
|
+
"to": "b"
|
|
1619
|
+
},
|
|
1620
|
+
{
|
|
1621
|
+
"from": "b",
|
|
1622
|
+
"to": "c"
|
|
1623
|
+
}
|
|
1624
|
+
],
|
|
1625
|
+
"width": 400,
|
|
1626
|
+
"height": 200
|
|
817
1627
|
}
|
|
818
1628
|
]
|
|
819
1629
|
}
|