@almadar/std 3.2.2 → 3.3.4
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/LICENSE +72 -21
- package/README.md +1 -1
- package/behaviors/exports/atoms/std-browse.orb +38 -45
- package/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/behaviors/exports/atoms/std-display.orb +1175 -510
- package/behaviors/exports/atoms/std-drawer.orb +235 -133
- 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 +9 -9
- package/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
- package/behaviors/exports/atoms/std-game-hud.orb +10 -10
- package/behaviors/exports/atoms/std-game-menu.orb +12 -12
- package/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
- package/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
- package/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-loading.orb +131 -103
- package/behaviors/exports/atoms/std-modal.orb +5 -24
- package/behaviors/exports/atoms/std-notification.orb +71 -0
- package/behaviors/exports/atoms/std-pagination.orb +32 -40
- package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-rating.orb +328 -0
- package/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/behaviors/exports/atoms/std-score.orb +41 -0
- package/behaviors/exports/atoms/std-search.orb +44 -30
- package/behaviors/exports/atoms/std-selection.orb +30 -24
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
- package/behaviors/exports/atoms/std-service-email.orb +540 -0
- package/behaviors/exports/atoms/std-service-github.orb +586 -0
- package/behaviors/exports/atoms/std-service-llm.orb +671 -0
- package/behaviors/exports/atoms/std-service-oauth.orb +764 -0
- package/behaviors/exports/atoms/std-service-redis.orb +580 -0
- package/behaviors/exports/atoms/std-service-storage.orb +664 -0
- package/behaviors/exports/atoms/std-service-stripe.orb +639 -0
- package/behaviors/exports/atoms/std-service-twilio.orb +611 -0
- package/behaviors/exports/atoms/std-service-youtube.orb +696 -0
- package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-sort.orb +82 -60
- package/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/behaviors/exports/atoms/std-theme.orb +573 -0
- package/behaviors/exports/atoms/std-upload.orb +535 -0
- package/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
- package/behaviors/exports/atoms/std-wizard.orb +664 -224
- package/behaviors/exports/molecules/std-builder-game.orb +43 -3
- package/behaviors/exports/molecules/std-cart.orb +319 -101
- package/behaviors/exports/molecules/std-classifier-game.orb +43 -3
- package/behaviors/exports/molecules/std-debugger-game.orb +43 -3
- package/behaviors/exports/molecules/std-detail.orb +46 -49
- package/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
- package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/behaviors/exports/molecules/std-geospatial.orb +48 -48
- package/behaviors/exports/molecules/std-inventory.orb +70 -50
- package/behaviors/exports/molecules/std-list.orb +174 -197
- package/behaviors/exports/molecules/std-messaging.orb +35 -50
- package/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
- package/behaviors/exports/molecules/std-platformer-game.orb +18 -2
- package/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
- package/behaviors/exports/molecules/std-quiz.orb +1069 -0
- package/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
- package/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
- package/behaviors/exports/molecules/std-simulator-game.orb +43 -3
- package/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
- package/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
- package/behaviors/exports/organisms/std-arcade-game.orb +377 -265
- package/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
- package/behaviors/exports/organisms/std-cms.orb +929 -822
- package/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
- package/behaviors/exports/organisms/std-crm.orb +2302 -1282
- package/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
- package/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
- package/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
- package/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
- package/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
- package/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
- package/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
- package/behaviors/exports/organisms/std-lms.orb +2495 -1435
- package/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/behaviors/exports/organisms/std-platformer-app.orb +345 -214
- package/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
- package/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
- package/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
- package/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
- package/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
- package/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/behaviors/exports/organisms/std-social-feed.orb +184 -172
- package/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
- package/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
- package/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
- package/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/behaviors/exports/validation-report.json +0 -747
- package/dist/behaviors/exports/atoms/std-browse.orb +38 -45
- package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/behaviors/exports/atoms/std-display.orb +1175 -510
- package/dist/behaviors/exports/atoms/std-drawer.orb +235 -133
- 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 +9 -9
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +24 -24
- package/dist/behaviors/exports/atoms/std-game-hud.orb +10 -10
- package/dist/behaviors/exports/atoms/std-game-menu.orb +12 -12
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +9 -9
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +13 -13
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-loading.orb +131 -103
- package/dist/behaviors/exports/atoms/std-modal.orb +5 -24
- package/dist/behaviors/exports/atoms/std-notification.orb +71 -0
- package/dist/behaviors/exports/atoms/std-pagination.orb +32 -40
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
- package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/dist/behaviors/exports/atoms/std-score.orb +41 -0
- package/dist/behaviors/exports/atoms/std-search.orb +44 -30
- package/dist/behaviors/exports/atoms/std-selection.orb +30 -24
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +559 -0
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +559 -0
- package/dist/behaviors/exports/atoms/std-service-email.orb +540 -0
- package/dist/behaviors/exports/atoms/std-service-github.orb +586 -0
- package/dist/behaviors/exports/atoms/std-service-llm.orb +671 -0
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +764 -0
- package/dist/behaviors/exports/atoms/std-service-redis.orb +580 -0
- package/dist/behaviors/exports/atoms/std-service-storage.orb +664 -0
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +639 -0
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +611 -0
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +696 -0
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-sort.orb +82 -60
- package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
- 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-upload.orb +535 -0
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +623 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +664 -224
- package/dist/behaviors/exports/molecules/std-builder-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-cart.orb +319 -101
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-detail.orb +46 -49
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +48 -48
- package/dist/behaviors/exports/molecules/std-inventory.orb +70 -50
- package/dist/behaviors/exports/molecules/std-list.orb +174 -197
- package/dist/behaviors/exports/molecules/std-messaging.orb +35 -50
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +18 -2
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
- package/dist/behaviors/exports/molecules/std-quiz.orb +1069 -0
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +696 -0
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +873 -0
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +377 -265
- package/dist/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
- package/dist/behaviors/exports/organisms/std-cms.orb +929 -822
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
- package/dist/behaviors/exports/organisms/std-crm.orb +2302 -1282
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
- package/dist/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
- package/dist/behaviors/exports/organisms/std-lms.orb +2495 -1435
- package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +345 -214
- package/dist/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +5191 -0
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -172
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
- package/dist/behaviors/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/dist/behaviors/exports/validation-report.json +0 -747
- package/dist/behaviors/functions/index.d.ts +931 -1
- package/dist/behaviors/functions/index.js +12511 -4634
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +12434 -4557
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-browse.orb +38 -45
- package/dist/exports/atoms/std-calendar.orb +770 -0
- package/dist/exports/atoms/std-combat-log.orb +12 -12
- package/dist/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/exports/atoms/std-display.orb +1175 -510
- package/dist/exports/atoms/std-drawer.orb +235 -133
- 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 +9 -9
- package/dist/exports/atoms/std-game-canvas3d.orb +24 -24
- package/dist/exports/atoms/std-game-hud.orb +10 -10
- package/dist/exports/atoms/std-game-menu.orb +12 -12
- package/dist/exports/atoms/std-game-over-screen.orb +9 -9
- package/dist/exports/atoms/std-inventory-panel.orb +13 -13
- package/dist/exports/atoms/std-isometric-canvas.orb +9 -9
- package/dist/exports/atoms/std-loading.orb +131 -103
- package/dist/exports/atoms/std-modal.orb +5 -24
- package/dist/exports/atoms/std-notification.orb +71 -0
- package/dist/exports/atoms/std-pagination.orb +32 -40
- package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/exports/atoms/std-rating.orb +328 -0
- package/dist/exports/atoms/std-score-board.orb +9 -9
- package/dist/exports/atoms/std-score.orb +41 -0
- package/dist/exports/atoms/std-search.orb +44 -30
- package/dist/exports/atoms/std-selection.orb +30 -24
- package/dist/exports/atoms/std-service-custom-bearer.orb +557 -0
- package/dist/exports/atoms/std-service-custom-header.orb +559 -0
- package/dist/exports/atoms/std-service-custom-noauth.orb +553 -0
- package/dist/exports/atoms/std-service-custom-query.orb +559 -0
- package/dist/exports/atoms/std-service-email.orb +540 -0
- package/dist/exports/atoms/std-service-github.orb +586 -0
- package/dist/exports/atoms/std-service-llm.orb +671 -0
- package/dist/exports/atoms/std-service-oauth.orb +764 -0
- package/dist/exports/atoms/std-service-redis.orb +580 -0
- package/dist/exports/atoms/std-service-storage.orb +664 -0
- package/dist/exports/atoms/std-service-stripe.orb +639 -0
- package/dist/exports/atoms/std-service-twilio.orb +611 -0
- package/dist/exports/atoms/std-service-youtube.orb +696 -0
- package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/exports/atoms/std-sort.orb +82 -60
- package/dist/exports/atoms/std-sprite.orb +17 -17
- package/dist/exports/atoms/std-text-effects.orb +658 -0
- package/dist/exports/atoms/std-theme.orb +573 -0
- package/dist/exports/atoms/std-upload.orb +535 -0
- package/dist/exports/atoms/std-validate-on-save.orb +623 -0
- package/dist/exports/atoms/std-wizard.orb +664 -224
- package/dist/exports/molecules/std-builder-game.orb +43 -3
- package/dist/exports/molecules/std-cart.orb +319 -101
- package/dist/exports/molecules/std-classifier-game.orb +43 -3
- package/dist/exports/molecules/std-debugger-game.orb +43 -3
- package/dist/exports/molecules/std-detail.orb +46 -49
- package/dist/exports/molecules/std-event-handler-game.orb +43 -3
- package/dist/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/exports/molecules/std-geospatial.orb +48 -48
- package/dist/exports/molecules/std-inventory.orb +70 -50
- package/dist/exports/molecules/std-list.orb +174 -197
- package/dist/exports/molecules/std-messaging.orb +35 -50
- package/dist/exports/molecules/std-negotiator-game.orb +43 -3
- package/dist/exports/molecules/std-platformer-game.orb +18 -2
- package/dist/exports/molecules/std-puzzle-game.orb +32 -6
- package/dist/exports/molecules/std-quiz.orb +1069 -0
- package/dist/exports/molecules/std-sequencer-game.orb +43 -3
- package/dist/exports/molecules/std-service-content-pipeline.orb +915 -0
- package/dist/exports/molecules/std-service-custom-api-tester.orb +860 -0
- package/dist/exports/molecules/std-service-devops-toolkit.orb +1526 -0
- package/dist/exports/molecules/std-service-notification-hub.orb +696 -0
- package/dist/exports/molecules/std-service-payment-flow.orb +873 -0
- package/dist/exports/molecules/std-simulator-game.orb +43 -3
- package/dist/exports/molecules/std-turn-based-battle.orb +26 -0
- package/dist/exports/organisms/std-api-gateway.orb +2326 -1320
- package/dist/exports/organisms/std-arcade-game.orb +377 -265
- package/dist/exports/organisms/std-booking-system.orb +3144 -1855
- package/dist/exports/organisms/std-cicd-pipeline.orb +2107 -1122
- package/dist/exports/organisms/std-cms.orb +929 -822
- package/dist/exports/organisms/std-coding-academy.orb +1347 -458
- package/dist/exports/organisms/std-crm.orb +2302 -1282
- package/dist/exports/organisms/std-devops-dashboard.orb +3902 -2005
- package/dist/exports/organisms/std-ecommerce.orb +2432 -1630
- package/dist/exports/organisms/std-finance-tracker.orb +1674 -846
- package/dist/exports/organisms/std-healthcare.orb +3545 -1992
- package/dist/exports/organisms/std-helpdesk.orb +1853 -940
- package/dist/exports/organisms/std-hr-portal.orb +3249 -1939
- package/dist/exports/organisms/std-iot-dashboard.orb +2422 -1418
- package/dist/exports/organisms/std-lms.orb +2495 -1435
- package/dist/exports/organisms/std-logic-training.orb +220 -66
- package/dist/exports/organisms/std-platformer-app.orb +345 -214
- package/dist/exports/organisms/std-project-manager.orb +2217 -1190
- package/dist/exports/organisms/std-puzzle-app.orb +228 -103
- package/dist/exports/organisms/std-realtime-chat.orb +1887 -1051
- package/dist/exports/organisms/std-rpg-game.orb +1170 -948
- package/dist/exports/organisms/std-service-marketplace.orb +5191 -0
- package/dist/exports/organisms/std-service-research-assistant.orb +3568 -0
- package/dist/exports/organisms/std-social-feed.orb +184 -172
- package/dist/exports/organisms/std-stem-lab.orb +1308 -482
- package/dist/exports/organisms/std-strategy-game.orb +1520 -696
- package/dist/exports/organisms/std-trading-dashboard.orb +1884 -904
- package/dist/exports/test-schemas/os-trigger-simulation.orb +202 -0
- package/dist/exports/validation-report.json +0 -747
- package/dist/index.d.ts +3 -3
- package/dist/index.js +12826 -4799
- package/dist/index.js.map +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/contract.d.ts +22 -0
- package/dist/modules/contract.js +100 -0
- package/dist/modules/contract.js.map +1 -0
- package/dist/modules/data.d.ts +22 -0
- package/dist/modules/data.js +117 -0
- package/dist/modules/data.js.map +1 -0
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +23 -0
- package/dist/modules/graph.js +209 -0
- package/dist/modules/graph.js.map +1 -0
- package/dist/modules/index.d.ts +5 -1
- package/dist/modules/index.js +593 -63
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/nn.js +14 -14
- package/dist/modules/nn.js.map +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +19 -0
- package/dist/modules/os.js +116 -0
- package/dist/modules/os.js.map +1 -0
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/tensor.js +29 -29
- package/dist/modules/tensor.js.map +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/train.js +19 -19
- package/dist/modules/train.js.map +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +2 -2
- package/dist/registry.js +184 -65
- package/dist/registry.js.map +1 -1
- package/dist/{types-CmNM_IbV.d.ts → types-DOeGXRCm.d.ts} +3 -3
- package/package.json +2 -2
|
@@ -85,101 +85,182 @@
|
|
|
85
85
|
"render-ui",
|
|
86
86
|
"main",
|
|
87
87
|
{
|
|
88
|
-
"type": "
|
|
89
|
-
"direction": "vertical",
|
|
90
|
-
"gap": "lg",
|
|
88
|
+
"type": "scaled-diagram",
|
|
91
89
|
"children": [
|
|
92
90
|
{
|
|
93
91
|
"type": "stack",
|
|
94
|
-
"direction": "
|
|
95
|
-
"gap": "
|
|
96
|
-
"justify": "space-between",
|
|
92
|
+
"direction": "vertical",
|
|
93
|
+
"gap": "lg",
|
|
97
94
|
"children": [
|
|
98
95
|
{
|
|
99
|
-
"type": "
|
|
100
|
-
"
|
|
101
|
-
"gap": "md",
|
|
102
|
-
"children": [
|
|
96
|
+
"type": "breadcrumb",
|
|
97
|
+
"items": [
|
|
103
98
|
{
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"size": "lg"
|
|
99
|
+
"label": "Home",
|
|
100
|
+
"href": "/"
|
|
107
101
|
},
|
|
108
102
|
{
|
|
109
|
-
"
|
|
110
|
-
"content": "DisplayItems",
|
|
111
|
-
"variant": "h2"
|
|
103
|
+
"label": "DisplayItems"
|
|
112
104
|
}
|
|
113
105
|
]
|
|
114
106
|
},
|
|
115
107
|
{
|
|
116
|
-
"type": "
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"icon": "refresh-cw"
|
|
121
|
-
}
|
|
122
|
-
]
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"type": "divider"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"type": "simple-grid",
|
|
129
|
-
"columns": 3,
|
|
130
|
-
"children": [
|
|
131
|
-
{
|
|
132
|
-
"type": "card",
|
|
108
|
+
"type": "stack",
|
|
109
|
+
"direction": "horizontal",
|
|
110
|
+
"gap": "md",
|
|
111
|
+
"justify": "space-between",
|
|
133
112
|
"children": [
|
|
134
113
|
{
|
|
135
114
|
"type": "stack",
|
|
136
|
-
"direction": "
|
|
137
|
-
"gap": "
|
|
115
|
+
"direction": "horizontal",
|
|
116
|
+
"gap": "md",
|
|
138
117
|
"children": [
|
|
139
118
|
{
|
|
140
|
-
"type": "
|
|
141
|
-
"
|
|
142
|
-
"
|
|
119
|
+
"type": "icon",
|
|
120
|
+
"name": "bar-chart-2",
|
|
121
|
+
"size": "lg"
|
|
143
122
|
},
|
|
144
123
|
{
|
|
145
124
|
"type": "typography",
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"object/get",
|
|
149
|
-
[
|
|
150
|
-
"array/first",
|
|
151
|
-
"@entity"
|
|
152
|
-
],
|
|
153
|
-
"name"
|
|
154
|
-
]
|
|
125
|
+
"content": "DisplayItems",
|
|
126
|
+
"variant": "h2"
|
|
155
127
|
}
|
|
156
128
|
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"type": "button",
|
|
132
|
+
"label": "Refresh",
|
|
133
|
+
"event": "REFRESH",
|
|
134
|
+
"variant": "secondary",
|
|
135
|
+
"icon": "refresh-cw"
|
|
157
136
|
}
|
|
158
137
|
]
|
|
159
138
|
},
|
|
160
139
|
{
|
|
161
|
-
"type": "
|
|
140
|
+
"type": "divider"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "box",
|
|
144
|
+
"padding": "md",
|
|
162
145
|
"children": [
|
|
163
146
|
{
|
|
164
|
-
"type": "
|
|
165
|
-
"
|
|
166
|
-
"gap": "sm",
|
|
147
|
+
"type": "simple-grid",
|
|
148
|
+
"columns": 3,
|
|
167
149
|
"children": [
|
|
168
150
|
{
|
|
169
|
-
"type": "
|
|
170
|
-
"
|
|
171
|
-
|
|
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
|
+
]
|
|
172
178
|
},
|
|
173
179
|
{
|
|
174
|
-
"type": "
|
|
175
|
-
"
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
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
|
+
}
|
|
183
264
|
]
|
|
184
265
|
}
|
|
185
266
|
]
|
|
@@ -187,62 +268,114 @@
|
|
|
187
268
|
]
|
|
188
269
|
},
|
|
189
270
|
{
|
|
190
|
-
"type": "
|
|
271
|
+
"type": "divider"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"type": "grid",
|
|
275
|
+
"columns": 2,
|
|
276
|
+
"gap": "md",
|
|
191
277
|
"children": [
|
|
192
278
|
{
|
|
193
|
-
"type": "
|
|
194
|
-
"direction": "vertical",
|
|
195
|
-
"gap": "sm",
|
|
279
|
+
"type": "card",
|
|
196
280
|
"children": [
|
|
197
281
|
{
|
|
198
282
|
"type": "typography",
|
|
199
283
|
"variant": "caption",
|
|
200
|
-
"content": "
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"type": "typography",
|
|
204
|
-
"variant": "h3",
|
|
205
|
-
"content": [
|
|
206
|
-
"object/get",
|
|
207
|
-
[
|
|
208
|
-
"array/first",
|
|
209
|
-
"@entity"
|
|
210
|
-
],
|
|
211
|
-
"status"
|
|
212
|
-
]
|
|
284
|
+
"content": "Chart View"
|
|
213
285
|
}
|
|
214
286
|
]
|
|
215
|
-
}
|
|
216
|
-
]
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"type": "card",
|
|
220
|
-
"children": [
|
|
287
|
+
},
|
|
221
288
|
{
|
|
222
|
-
"type": "
|
|
223
|
-
"direction": "vertical",
|
|
224
|
-
"gap": "sm",
|
|
289
|
+
"type": "card",
|
|
225
290
|
"children": [
|
|
226
291
|
{
|
|
227
292
|
"type": "typography",
|
|
228
293
|
"variant": "caption",
|
|
229
|
-
"content": "
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"type": "typography",
|
|
233
|
-
"variant": "h3",
|
|
234
|
-
"content": [
|
|
235
|
-
"object/get",
|
|
236
|
-
[
|
|
237
|
-
"array/first",
|
|
238
|
-
"@entity"
|
|
239
|
-
],
|
|
240
|
-
"createdAt"
|
|
241
|
-
]
|
|
294
|
+
"content": "Graph View"
|
|
242
295
|
}
|
|
243
296
|
]
|
|
244
297
|
}
|
|
245
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
|
|
246
379
|
}
|
|
247
380
|
]
|
|
248
381
|
}
|
|
@@ -264,101 +397,182 @@
|
|
|
264
397
|
"render-ui",
|
|
265
398
|
"main",
|
|
266
399
|
{
|
|
267
|
-
"type": "
|
|
268
|
-
"direction": "vertical",
|
|
269
|
-
"gap": "lg",
|
|
400
|
+
"type": "scaled-diagram",
|
|
270
401
|
"children": [
|
|
271
402
|
{
|
|
272
403
|
"type": "stack",
|
|
273
|
-
"direction": "
|
|
274
|
-
"gap": "
|
|
275
|
-
"justify": "space-between",
|
|
404
|
+
"direction": "vertical",
|
|
405
|
+
"gap": "lg",
|
|
276
406
|
"children": [
|
|
277
407
|
{
|
|
278
|
-
"type": "
|
|
279
|
-
"
|
|
280
|
-
"gap": "md",
|
|
281
|
-
"children": [
|
|
408
|
+
"type": "breadcrumb",
|
|
409
|
+
"items": [
|
|
282
410
|
{
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"size": "lg"
|
|
411
|
+
"label": "Home",
|
|
412
|
+
"href": "/"
|
|
286
413
|
},
|
|
287
414
|
{
|
|
288
|
-
"
|
|
289
|
-
"content": "DisplayItems",
|
|
290
|
-
"variant": "h2"
|
|
415
|
+
"label": "DisplayItems"
|
|
291
416
|
}
|
|
292
417
|
]
|
|
293
418
|
},
|
|
294
419
|
{
|
|
295
|
-
"type": "
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"icon": "refresh-cw"
|
|
300
|
-
}
|
|
301
|
-
]
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"type": "divider"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"type": "simple-grid",
|
|
308
|
-
"columns": 3,
|
|
309
|
-
"children": [
|
|
310
|
-
{
|
|
311
|
-
"type": "card",
|
|
420
|
+
"type": "stack",
|
|
421
|
+
"direction": "horizontal",
|
|
422
|
+
"gap": "md",
|
|
423
|
+
"justify": "space-between",
|
|
312
424
|
"children": [
|
|
313
425
|
{
|
|
314
426
|
"type": "stack",
|
|
315
|
-
"direction": "
|
|
316
|
-
"gap": "
|
|
427
|
+
"direction": "horizontal",
|
|
428
|
+
"gap": "md",
|
|
317
429
|
"children": [
|
|
318
430
|
{
|
|
319
|
-
"type": "
|
|
320
|
-
"
|
|
321
|
-
"
|
|
431
|
+
"type": "icon",
|
|
432
|
+
"name": "bar-chart-2",
|
|
433
|
+
"size": "lg"
|
|
322
434
|
},
|
|
323
435
|
{
|
|
324
436
|
"type": "typography",
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"object/get",
|
|
328
|
-
[
|
|
329
|
-
"array/first",
|
|
330
|
-
"@entity"
|
|
331
|
-
],
|
|
332
|
-
"name"
|
|
333
|
-
]
|
|
437
|
+
"content": "DisplayItems",
|
|
438
|
+
"variant": "h2"
|
|
334
439
|
}
|
|
335
440
|
]
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"type": "button",
|
|
444
|
+
"label": "Refresh",
|
|
445
|
+
"event": "REFRESH",
|
|
446
|
+
"variant": "secondary",
|
|
447
|
+
"icon": "refresh-cw"
|
|
336
448
|
}
|
|
337
449
|
]
|
|
338
450
|
},
|
|
339
451
|
{
|
|
340
|
-
"type": "
|
|
452
|
+
"type": "divider"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"type": "box",
|
|
456
|
+
"padding": "md",
|
|
341
457
|
"children": [
|
|
342
458
|
{
|
|
343
|
-
"type": "
|
|
344
|
-
"
|
|
345
|
-
"gap": "sm",
|
|
459
|
+
"type": "simple-grid",
|
|
460
|
+
"columns": 3,
|
|
346
461
|
"children": [
|
|
347
462
|
{
|
|
348
|
-
"type": "
|
|
349
|
-
"
|
|
350
|
-
|
|
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
|
+
]
|
|
351
490
|
},
|
|
352
491
|
{
|
|
353
|
-
"type": "
|
|
354
|
-
"
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
|
|
361
|
-
|
|
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
|
+
}
|
|
362
576
|
]
|
|
363
577
|
}
|
|
364
578
|
]
|
|
@@ -366,62 +580,114 @@
|
|
|
366
580
|
]
|
|
367
581
|
},
|
|
368
582
|
{
|
|
369
|
-
"type": "
|
|
583
|
+
"type": "divider"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"type": "grid",
|
|
587
|
+
"columns": 2,
|
|
588
|
+
"gap": "md",
|
|
370
589
|
"children": [
|
|
371
590
|
{
|
|
372
|
-
"type": "
|
|
373
|
-
"direction": "vertical",
|
|
374
|
-
"gap": "sm",
|
|
591
|
+
"type": "card",
|
|
375
592
|
"children": [
|
|
376
593
|
{
|
|
377
594
|
"type": "typography",
|
|
378
595
|
"variant": "caption",
|
|
379
|
-
"content": "
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"type": "typography",
|
|
383
|
-
"variant": "h3",
|
|
384
|
-
"content": [
|
|
385
|
-
"object/get",
|
|
386
|
-
[
|
|
387
|
-
"array/first",
|
|
388
|
-
"@entity"
|
|
389
|
-
],
|
|
390
|
-
"status"
|
|
391
|
-
]
|
|
596
|
+
"content": "Chart View"
|
|
392
597
|
}
|
|
393
598
|
]
|
|
394
|
-
}
|
|
395
|
-
]
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"type": "card",
|
|
399
|
-
"children": [
|
|
599
|
+
},
|
|
400
600
|
{
|
|
401
|
-
"type": "
|
|
402
|
-
"direction": "vertical",
|
|
403
|
-
"gap": "sm",
|
|
601
|
+
"type": "card",
|
|
404
602
|
"children": [
|
|
405
603
|
{
|
|
406
604
|
"type": "typography",
|
|
407
605
|
"variant": "caption",
|
|
408
|
-
"content": "
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"type": "typography",
|
|
412
|
-
"variant": "h3",
|
|
413
|
-
"content": [
|
|
414
|
-
"object/get",
|
|
415
|
-
[
|
|
416
|
-
"array/first",
|
|
417
|
-
"@entity"
|
|
418
|
-
],
|
|
419
|
-
"createdAt"
|
|
420
|
-
]
|
|
606
|
+
"content": "Graph View"
|
|
421
607
|
}
|
|
422
608
|
]
|
|
423
609
|
}
|
|
424
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
|
|
425
691
|
}
|
|
426
692
|
]
|
|
427
693
|
}
|
|
@@ -443,101 +709,182 @@
|
|
|
443
709
|
"render-ui",
|
|
444
710
|
"main",
|
|
445
711
|
{
|
|
446
|
-
"type": "
|
|
447
|
-
"direction": "vertical",
|
|
448
|
-
"gap": "lg",
|
|
712
|
+
"type": "scaled-diagram",
|
|
449
713
|
"children": [
|
|
450
714
|
{
|
|
451
715
|
"type": "stack",
|
|
452
|
-
"direction": "
|
|
453
|
-
"gap": "
|
|
454
|
-
"justify": "space-between",
|
|
716
|
+
"direction": "vertical",
|
|
717
|
+
"gap": "lg",
|
|
455
718
|
"children": [
|
|
456
719
|
{
|
|
457
|
-
"type": "
|
|
458
|
-
"
|
|
459
|
-
"gap": "md",
|
|
460
|
-
"children": [
|
|
720
|
+
"type": "breadcrumb",
|
|
721
|
+
"items": [
|
|
461
722
|
{
|
|
462
|
-
"
|
|
463
|
-
"
|
|
464
|
-
"size": "lg"
|
|
723
|
+
"label": "Home",
|
|
724
|
+
"href": "/"
|
|
465
725
|
},
|
|
466
726
|
{
|
|
467
|
-
"
|
|
468
|
-
"content": "DisplayItems",
|
|
469
|
-
"variant": "h2"
|
|
727
|
+
"label": "DisplayItems"
|
|
470
728
|
}
|
|
471
729
|
]
|
|
472
730
|
},
|
|
473
731
|
{
|
|
474
|
-
"type": "
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
"icon": "refresh-cw"
|
|
479
|
-
}
|
|
480
|
-
]
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"type": "divider"
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"type": "simple-grid",
|
|
487
|
-
"columns": 3,
|
|
488
|
-
"children": [
|
|
489
|
-
{
|
|
490
|
-
"type": "card",
|
|
732
|
+
"type": "stack",
|
|
733
|
+
"direction": "horizontal",
|
|
734
|
+
"gap": "md",
|
|
735
|
+
"justify": "space-between",
|
|
491
736
|
"children": [
|
|
492
737
|
{
|
|
493
738
|
"type": "stack",
|
|
494
|
-
"direction": "
|
|
495
|
-
"gap": "
|
|
739
|
+
"direction": "horizontal",
|
|
740
|
+
"gap": "md",
|
|
496
741
|
"children": [
|
|
497
742
|
{
|
|
498
|
-
"type": "
|
|
499
|
-
"
|
|
500
|
-
"
|
|
743
|
+
"type": "icon",
|
|
744
|
+
"name": "bar-chart-2",
|
|
745
|
+
"size": "lg"
|
|
501
746
|
},
|
|
502
747
|
{
|
|
503
748
|
"type": "typography",
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"object/get",
|
|
507
|
-
[
|
|
508
|
-
"array/first",
|
|
509
|
-
"@entity"
|
|
510
|
-
],
|
|
511
|
-
"name"
|
|
512
|
-
]
|
|
749
|
+
"content": "DisplayItems",
|
|
750
|
+
"variant": "h2"
|
|
513
751
|
}
|
|
514
752
|
]
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"type": "button",
|
|
756
|
+
"label": "Refresh",
|
|
757
|
+
"event": "REFRESH",
|
|
758
|
+
"variant": "secondary",
|
|
759
|
+
"icon": "refresh-cw"
|
|
515
760
|
}
|
|
516
761
|
]
|
|
517
762
|
},
|
|
518
763
|
{
|
|
519
|
-
"type": "
|
|
764
|
+
"type": "divider"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"type": "box",
|
|
768
|
+
"padding": "md",
|
|
520
769
|
"children": [
|
|
521
770
|
{
|
|
522
|
-
"type": "
|
|
523
|
-
"
|
|
524
|
-
"gap": "sm",
|
|
771
|
+
"type": "simple-grid",
|
|
772
|
+
"columns": 3,
|
|
525
773
|
"children": [
|
|
526
774
|
{
|
|
527
|
-
"type": "
|
|
528
|
-
"
|
|
529
|
-
|
|
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
|
+
]
|
|
530
802
|
},
|
|
531
803
|
{
|
|
532
|
-
"type": "
|
|
533
|
-
"
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
"
|
|
538
|
-
"
|
|
539
|
-
|
|
540
|
-
|
|
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
|
+
}
|
|
541
888
|
]
|
|
542
889
|
}
|
|
543
890
|
]
|
|
@@ -545,62 +892,114 @@
|
|
|
545
892
|
]
|
|
546
893
|
},
|
|
547
894
|
{
|
|
548
|
-
"type": "
|
|
895
|
+
"type": "divider"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"type": "grid",
|
|
899
|
+
"columns": 2,
|
|
900
|
+
"gap": "md",
|
|
549
901
|
"children": [
|
|
550
902
|
{
|
|
551
|
-
"type": "
|
|
552
|
-
"direction": "vertical",
|
|
553
|
-
"gap": "sm",
|
|
903
|
+
"type": "card",
|
|
554
904
|
"children": [
|
|
555
905
|
{
|
|
556
906
|
"type": "typography",
|
|
557
907
|
"variant": "caption",
|
|
558
|
-
"content": "
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"type": "typography",
|
|
562
|
-
"variant": "h3",
|
|
563
|
-
"content": [
|
|
564
|
-
"object/get",
|
|
565
|
-
[
|
|
566
|
-
"array/first",
|
|
567
|
-
"@entity"
|
|
568
|
-
],
|
|
569
|
-
"status"
|
|
570
|
-
]
|
|
908
|
+
"content": "Chart View"
|
|
571
909
|
}
|
|
572
910
|
]
|
|
573
|
-
}
|
|
574
|
-
]
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"type": "card",
|
|
578
|
-
"children": [
|
|
911
|
+
},
|
|
579
912
|
{
|
|
580
|
-
"type": "
|
|
581
|
-
"direction": "vertical",
|
|
582
|
-
"gap": "sm",
|
|
913
|
+
"type": "card",
|
|
583
914
|
"children": [
|
|
584
915
|
{
|
|
585
916
|
"type": "typography",
|
|
586
917
|
"variant": "caption",
|
|
587
|
-
"content": "
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"type": "typography",
|
|
591
|
-
"variant": "h3",
|
|
592
|
-
"content": [
|
|
593
|
-
"object/get",
|
|
594
|
-
[
|
|
595
|
-
"array/first",
|
|
596
|
-
"@entity"
|
|
597
|
-
],
|
|
598
|
-
"createdAt"
|
|
599
|
-
]
|
|
918
|
+
"content": "Graph View"
|
|
600
919
|
}
|
|
601
920
|
]
|
|
602
921
|
}
|
|
603
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
|
|
604
1003
|
}
|
|
605
1004
|
]
|
|
606
1005
|
}
|
|
@@ -622,101 +1021,182 @@
|
|
|
622
1021
|
"render-ui",
|
|
623
1022
|
"main",
|
|
624
1023
|
{
|
|
625
|
-
"type": "
|
|
626
|
-
"direction": "vertical",
|
|
627
|
-
"gap": "lg",
|
|
1024
|
+
"type": "scaled-diagram",
|
|
628
1025
|
"children": [
|
|
629
1026
|
{
|
|
630
1027
|
"type": "stack",
|
|
631
|
-
"direction": "
|
|
632
|
-
"gap": "
|
|
633
|
-
"justify": "space-between",
|
|
1028
|
+
"direction": "vertical",
|
|
1029
|
+
"gap": "lg",
|
|
634
1030
|
"children": [
|
|
635
1031
|
{
|
|
636
|
-
"type": "
|
|
637
|
-
"
|
|
638
|
-
"gap": "md",
|
|
639
|
-
"children": [
|
|
1032
|
+
"type": "breadcrumb",
|
|
1033
|
+
"items": [
|
|
640
1034
|
{
|
|
641
|
-
"
|
|
642
|
-
"
|
|
643
|
-
"size": "lg"
|
|
1035
|
+
"label": "Home",
|
|
1036
|
+
"href": "/"
|
|
644
1037
|
},
|
|
645
1038
|
{
|
|
646
|
-
"
|
|
647
|
-
"content": "DisplayItems",
|
|
648
|
-
"variant": "h2"
|
|
1039
|
+
"label": "DisplayItems"
|
|
649
1040
|
}
|
|
650
1041
|
]
|
|
651
1042
|
},
|
|
652
1043
|
{
|
|
653
|
-
"type": "
|
|
654
|
-
"
|
|
655
|
-
"
|
|
656
|
-
"
|
|
657
|
-
"icon": "refresh-cw"
|
|
658
|
-
}
|
|
659
|
-
]
|
|
660
|
-
},
|
|
661
|
-
{
|
|
662
|
-
"type": "divider"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"type": "simple-grid",
|
|
666
|
-
"columns": 3,
|
|
667
|
-
"children": [
|
|
668
|
-
{
|
|
669
|
-
"type": "card",
|
|
1044
|
+
"type": "stack",
|
|
1045
|
+
"direction": "horizontal",
|
|
1046
|
+
"gap": "md",
|
|
1047
|
+
"justify": "space-between",
|
|
670
1048
|
"children": [
|
|
671
1049
|
{
|
|
672
1050
|
"type": "stack",
|
|
673
|
-
"direction": "
|
|
674
|
-
"gap": "
|
|
1051
|
+
"direction": "horizontal",
|
|
1052
|
+
"gap": "md",
|
|
675
1053
|
"children": [
|
|
676
1054
|
{
|
|
677
|
-
"type": "
|
|
678
|
-
"
|
|
679
|
-
"
|
|
1055
|
+
"type": "icon",
|
|
1056
|
+
"name": "bar-chart-2",
|
|
1057
|
+
"size": "lg"
|
|
680
1058
|
},
|
|
681
1059
|
{
|
|
682
1060
|
"type": "typography",
|
|
683
|
-
"
|
|
684
|
-
"
|
|
685
|
-
"object/get",
|
|
686
|
-
[
|
|
687
|
-
"array/first",
|
|
688
|
-
"@entity"
|
|
689
|
-
],
|
|
690
|
-
"name"
|
|
691
|
-
]
|
|
1061
|
+
"content": "DisplayItems",
|
|
1062
|
+
"variant": "h2"
|
|
692
1063
|
}
|
|
693
1064
|
]
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"type": "button",
|
|
1068
|
+
"label": "Refresh",
|
|
1069
|
+
"event": "REFRESH",
|
|
1070
|
+
"variant": "secondary",
|
|
1071
|
+
"icon": "refresh-cw"
|
|
694
1072
|
}
|
|
695
1073
|
]
|
|
696
1074
|
},
|
|
697
1075
|
{
|
|
698
|
-
"type": "
|
|
1076
|
+
"type": "divider"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"type": "box",
|
|
1080
|
+
"padding": "md",
|
|
699
1081
|
"children": [
|
|
700
1082
|
{
|
|
701
|
-
"type": "
|
|
702
|
-
"
|
|
703
|
-
"gap": "sm",
|
|
1083
|
+
"type": "simple-grid",
|
|
1084
|
+
"columns": 3,
|
|
704
1085
|
"children": [
|
|
705
1086
|
{
|
|
706
|
-
"type": "
|
|
707
|
-
"
|
|
708
|
-
|
|
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
|
+
]
|
|
709
1114
|
},
|
|
710
1115
|
{
|
|
711
|
-
"type": "
|
|
712
|
-
"
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
"
|
|
717
|
-
"
|
|
718
|
-
|
|
719
|
-
|
|
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
|
+
}
|
|
720
1200
|
]
|
|
721
1201
|
}
|
|
722
1202
|
]
|
|
@@ -724,62 +1204,114 @@
|
|
|
724
1204
|
]
|
|
725
1205
|
},
|
|
726
1206
|
{
|
|
727
|
-
"type": "
|
|
1207
|
+
"type": "divider"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"type": "grid",
|
|
1211
|
+
"columns": 2,
|
|
1212
|
+
"gap": "md",
|
|
728
1213
|
"children": [
|
|
729
1214
|
{
|
|
730
|
-
"type": "
|
|
731
|
-
"direction": "vertical",
|
|
732
|
-
"gap": "sm",
|
|
1215
|
+
"type": "card",
|
|
733
1216
|
"children": [
|
|
734
1217
|
{
|
|
735
1218
|
"type": "typography",
|
|
736
1219
|
"variant": "caption",
|
|
737
|
-
"content": "
|
|
738
|
-
},
|
|
739
|
-
{
|
|
740
|
-
"type": "typography",
|
|
741
|
-
"variant": "h3",
|
|
742
|
-
"content": [
|
|
743
|
-
"object/get",
|
|
744
|
-
[
|
|
745
|
-
"array/first",
|
|
746
|
-
"@entity"
|
|
747
|
-
],
|
|
748
|
-
"status"
|
|
749
|
-
]
|
|
1220
|
+
"content": "Chart View"
|
|
750
1221
|
}
|
|
751
1222
|
]
|
|
752
|
-
}
|
|
753
|
-
]
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"type": "card",
|
|
757
|
-
"children": [
|
|
1223
|
+
},
|
|
758
1224
|
{
|
|
759
|
-
"type": "
|
|
760
|
-
"direction": "vertical",
|
|
761
|
-
"gap": "sm",
|
|
1225
|
+
"type": "card",
|
|
762
1226
|
"children": [
|
|
763
1227
|
{
|
|
764
1228
|
"type": "typography",
|
|
765
1229
|
"variant": "caption",
|
|
766
|
-
"content": "
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"type": "typography",
|
|
770
|
-
"variant": "h3",
|
|
771
|
-
"content": [
|
|
772
|
-
"object/get",
|
|
773
|
-
[
|
|
774
|
-
"array/first",
|
|
775
|
-
"@entity"
|
|
776
|
-
],
|
|
777
|
-
"createdAt"
|
|
778
|
-
]
|
|
1230
|
+
"content": "Graph View"
|
|
779
1231
|
}
|
|
780
1232
|
]
|
|
781
1233
|
}
|
|
782
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
|
|
783
1315
|
}
|
|
784
1316
|
]
|
|
785
1317
|
}
|
|
@@ -801,101 +1333,182 @@
|
|
|
801
1333
|
"render-ui",
|
|
802
1334
|
"main",
|
|
803
1335
|
{
|
|
804
|
-
"type": "
|
|
805
|
-
"direction": "vertical",
|
|
806
|
-
"gap": "lg",
|
|
1336
|
+
"type": "scaled-diagram",
|
|
807
1337
|
"children": [
|
|
808
1338
|
{
|
|
809
1339
|
"type": "stack",
|
|
810
|
-
"direction": "
|
|
811
|
-
"gap": "
|
|
812
|
-
"justify": "space-between",
|
|
1340
|
+
"direction": "vertical",
|
|
1341
|
+
"gap": "lg",
|
|
813
1342
|
"children": [
|
|
814
1343
|
{
|
|
815
|
-
"type": "
|
|
816
|
-
"
|
|
817
|
-
"gap": "md",
|
|
818
|
-
"children": [
|
|
1344
|
+
"type": "breadcrumb",
|
|
1345
|
+
"items": [
|
|
819
1346
|
{
|
|
820
|
-
"
|
|
821
|
-
"
|
|
822
|
-
"size": "lg"
|
|
1347
|
+
"label": "Home",
|
|
1348
|
+
"href": "/"
|
|
823
1349
|
},
|
|
824
1350
|
{
|
|
825
|
-
"
|
|
826
|
-
"content": "DisplayItems",
|
|
827
|
-
"variant": "h2"
|
|
1351
|
+
"label": "DisplayItems"
|
|
828
1352
|
}
|
|
829
1353
|
]
|
|
830
1354
|
},
|
|
831
1355
|
{
|
|
832
|
-
"type": "
|
|
833
|
-
"
|
|
834
|
-
"
|
|
835
|
-
"
|
|
836
|
-
"icon": "refresh-cw"
|
|
837
|
-
}
|
|
838
|
-
]
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"type": "divider"
|
|
842
|
-
},
|
|
843
|
-
{
|
|
844
|
-
"type": "simple-grid",
|
|
845
|
-
"columns": 3,
|
|
846
|
-
"children": [
|
|
847
|
-
{
|
|
848
|
-
"type": "card",
|
|
1356
|
+
"type": "stack",
|
|
1357
|
+
"direction": "horizontal",
|
|
1358
|
+
"gap": "md",
|
|
1359
|
+
"justify": "space-between",
|
|
849
1360
|
"children": [
|
|
850
1361
|
{
|
|
851
1362
|
"type": "stack",
|
|
852
|
-
"direction": "
|
|
853
|
-
"gap": "
|
|
1363
|
+
"direction": "horizontal",
|
|
1364
|
+
"gap": "md",
|
|
854
1365
|
"children": [
|
|
855
1366
|
{
|
|
856
|
-
"type": "
|
|
857
|
-
"
|
|
858
|
-
"
|
|
1367
|
+
"type": "icon",
|
|
1368
|
+
"name": "bar-chart-2",
|
|
1369
|
+
"size": "lg"
|
|
859
1370
|
},
|
|
860
1371
|
{
|
|
861
1372
|
"type": "typography",
|
|
862
|
-
"
|
|
863
|
-
"
|
|
864
|
-
"object/get",
|
|
865
|
-
[
|
|
866
|
-
"array/first",
|
|
867
|
-
"@entity"
|
|
868
|
-
],
|
|
869
|
-
"name"
|
|
870
|
-
]
|
|
1373
|
+
"content": "DisplayItems",
|
|
1374
|
+
"variant": "h2"
|
|
871
1375
|
}
|
|
872
1376
|
]
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"type": "button",
|
|
1380
|
+
"label": "Refresh",
|
|
1381
|
+
"event": "REFRESH",
|
|
1382
|
+
"variant": "secondary",
|
|
1383
|
+
"icon": "refresh-cw"
|
|
873
1384
|
}
|
|
874
1385
|
]
|
|
875
1386
|
},
|
|
876
1387
|
{
|
|
877
|
-
"type": "
|
|
1388
|
+
"type": "divider"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"type": "box",
|
|
1392
|
+
"padding": "md",
|
|
878
1393
|
"children": [
|
|
879
1394
|
{
|
|
880
|
-
"type": "
|
|
881
|
-
"
|
|
882
|
-
"gap": "sm",
|
|
1395
|
+
"type": "simple-grid",
|
|
1396
|
+
"columns": 3,
|
|
883
1397
|
"children": [
|
|
884
1398
|
{
|
|
885
|
-
"type": "
|
|
886
|
-
"
|
|
887
|
-
|
|
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
|
+
]
|
|
888
1426
|
},
|
|
889
1427
|
{
|
|
890
|
-
"type": "
|
|
891
|
-
"
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
"
|
|
896
|
-
"
|
|
897
|
-
|
|
898
|
-
|
|
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
|
+
}
|
|
899
1512
|
]
|
|
900
1513
|
}
|
|
901
1514
|
]
|
|
@@ -903,62 +1516,114 @@
|
|
|
903
1516
|
]
|
|
904
1517
|
},
|
|
905
1518
|
{
|
|
906
|
-
"type": "
|
|
1519
|
+
"type": "divider"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"type": "grid",
|
|
1523
|
+
"columns": 2,
|
|
1524
|
+
"gap": "md",
|
|
907
1525
|
"children": [
|
|
908
1526
|
{
|
|
909
|
-
"type": "
|
|
910
|
-
"direction": "vertical",
|
|
911
|
-
"gap": "sm",
|
|
1527
|
+
"type": "card",
|
|
912
1528
|
"children": [
|
|
913
1529
|
{
|
|
914
1530
|
"type": "typography",
|
|
915
1531
|
"variant": "caption",
|
|
916
|
-
"content": "
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"type": "typography",
|
|
920
|
-
"variant": "h3",
|
|
921
|
-
"content": [
|
|
922
|
-
"object/get",
|
|
923
|
-
[
|
|
924
|
-
"array/first",
|
|
925
|
-
"@entity"
|
|
926
|
-
],
|
|
927
|
-
"status"
|
|
928
|
-
]
|
|
1532
|
+
"content": "Chart View"
|
|
929
1533
|
}
|
|
930
1534
|
]
|
|
931
|
-
}
|
|
932
|
-
]
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
"type": "card",
|
|
936
|
-
"children": [
|
|
1535
|
+
},
|
|
937
1536
|
{
|
|
938
|
-
"type": "
|
|
939
|
-
"direction": "vertical",
|
|
940
|
-
"gap": "sm",
|
|
1537
|
+
"type": "card",
|
|
941
1538
|
"children": [
|
|
942
1539
|
{
|
|
943
1540
|
"type": "typography",
|
|
944
1541
|
"variant": "caption",
|
|
945
|
-
"content": "
|
|
946
|
-
},
|
|
947
|
-
{
|
|
948
|
-
"type": "typography",
|
|
949
|
-
"variant": "h3",
|
|
950
|
-
"content": [
|
|
951
|
-
"object/get",
|
|
952
|
-
[
|
|
953
|
-
"array/first",
|
|
954
|
-
"@entity"
|
|
955
|
-
],
|
|
956
|
-
"createdAt"
|
|
957
|
-
]
|
|
1542
|
+
"content": "Graph View"
|
|
958
1543
|
}
|
|
959
1544
|
]
|
|
960
1545
|
}
|
|
961
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
|
|
962
1627
|
}
|
|
963
1628
|
]
|
|
964
1629
|
}
|