@almadar/std 3.1.3 → 3.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/exports/atoms/std-async.orb +14 -14
- package/behaviors/exports/atoms/std-browse.orb +13 -13
- package/behaviors/exports/atoms/std-cache-aside.orb +29 -29
- package/behaviors/exports/atoms/std-circuit-breaker.orb +17 -17
- package/behaviors/exports/atoms/std-collision.orb +13 -13
- package/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/behaviors/exports/atoms/std-combat.orb +9 -9
- package/behaviors/exports/atoms/std-confirmation.orb +13 -13
- package/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/behaviors/exports/atoms/std-display.orb +18 -18
- package/behaviors/exports/atoms/std-drawer.orb +13 -13
- package/behaviors/exports/atoms/std-filter.orb +28 -28
- package/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/behaviors/exports/atoms/std-game-canvas2d.orb +253 -0
- package/behaviors/exports/atoms/std-game-canvas3d.orb +234 -0
- 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-gameflow.orb +12 -12
- package/behaviors/exports/atoms/std-input.orb +32 -32
- 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 +14 -14
- package/behaviors/exports/atoms/std-modal.orb +9 -9
- package/behaviors/exports/atoms/std-movement.orb +20 -20
- package/behaviors/exports/atoms/std-notification.orb +8 -8
- package/behaviors/exports/atoms/std-overworld.orb +20 -20
- package/behaviors/exports/atoms/std-pagination.orb +18 -18
- package/behaviors/exports/atoms/std-physics2d.orb +8 -8
- package/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-quest.orb +35 -35
- package/behaviors/exports/atoms/std-rate-limiter.orb +14 -14
- package/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/behaviors/exports/atoms/std-score.orb +8 -8
- package/behaviors/exports/atoms/std-search.orb +16 -16
- package/behaviors/exports/atoms/std-selection.orb +34 -34
- package/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/behaviors/exports/atoms/std-sort.orb +28 -28
- package/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/behaviors/exports/atoms/std-tabs.orb +18 -18
- package/behaviors/exports/atoms/std-timer.orb +8 -8
- package/behaviors/exports/atoms/std-undo.orb +9 -9
- package/behaviors/exports/atoms/std-wizard.orb +20 -20
- package/behaviors/exports/molecules/std-builder-game.orb +10 -10
- package/behaviors/exports/molecules/std-cart.orb +28 -27
- package/behaviors/exports/molecules/std-classifier-game.orb +10 -10
- package/behaviors/exports/molecules/std-debugger-game.orb +10 -10
- package/behaviors/exports/molecules/std-detail.orb +32 -31
- package/behaviors/exports/molecules/std-event-handler-game.orb +10 -10
- package/behaviors/exports/molecules/std-geospatial.orb +30 -29
- package/behaviors/exports/molecules/std-inventory.orb +46 -45
- package/behaviors/exports/molecules/std-list.orb +64 -63
- package/behaviors/exports/molecules/std-messaging.orb +28 -27
- package/behaviors/exports/molecules/std-negotiator-game.orb +10 -10
- package/behaviors/exports/molecules/std-platformer-game.orb +13 -13
- package/behaviors/exports/molecules/std-puzzle-game.orb +13 -13
- package/behaviors/exports/molecules/std-sequencer-game.orb +10 -10
- package/behaviors/exports/molecules/std-simulator-game.orb +10 -10
- package/behaviors/exports/molecules/std-turn-based-battle.orb +15 -15
- package/behaviors/exports/organisms/std-api-gateway.orb +4 -2
- package/behaviors/exports/organisms/std-booking-system.orb +8 -4
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +4 -2
- package/behaviors/exports/organisms/std-cms.orb +10 -5
- package/behaviors/exports/organisms/std-crm.orb +4 -2
- package/behaviors/exports/organisms/std-devops-dashboard.orb +4 -2
- package/behaviors/exports/organisms/std-ecommerce.orb +10 -5
- package/behaviors/exports/organisms/std-finance-tracker.orb +6 -3
- package/behaviors/exports/organisms/std-healthcare.orb +10 -5
- package/behaviors/exports/organisms/std-helpdesk.orb +2 -1
- package/behaviors/exports/organisms/std-hr-portal.orb +4 -2
- package/behaviors/exports/organisms/std-iot-dashboard.orb +4 -2
- package/behaviors/exports/organisms/std-lms.orb +2 -1
- package/behaviors/exports/organisms/std-platformer-app.orb +2 -1
- package/behaviors/exports/organisms/std-project-manager.orb +8 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +6 -3
- package/behaviors/exports/organisms/std-rpg-game.orb +2 -1
- package/behaviors/exports/organisms/std-trading-dashboard.orb +4 -2
- package/behaviors/exports/validation-report.json +3 -10
- package/dist/behaviors/exports/atoms/std-async.orb +14 -14
- package/dist/behaviors/exports/atoms/std-browse.orb +13 -13
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +29 -29
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +17 -17
- package/dist/behaviors/exports/atoms/std-collision.orb +13 -13
- package/dist/behaviors/exports/atoms/std-combat-log.orb +12 -12
- package/dist/behaviors/exports/atoms/std-combat.orb +9 -9
- package/dist/behaviors/exports/atoms/std-confirmation.orb +13 -13
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/behaviors/exports/atoms/std-display.orb +18 -18
- package/dist/behaviors/exports/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/exports/atoms/std-filter.orb +28 -28
- package/dist/behaviors/exports/atoms/std-game-audio.orb +9 -9
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +253 -0
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +234 -0
- 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-gameflow.orb +12 -12
- package/dist/behaviors/exports/atoms/std-input.orb +32 -32
- 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 +14 -14
- package/dist/behaviors/exports/atoms/std-modal.orb +9 -9
- package/dist/behaviors/exports/atoms/std-movement.orb +20 -20
- package/dist/behaviors/exports/atoms/std-notification.orb +8 -8
- package/dist/behaviors/exports/atoms/std-overworld.orb +20 -20
- package/dist/behaviors/exports/atoms/std-pagination.orb +18 -18
- package/dist/behaviors/exports/atoms/std-physics2d.orb +8 -8
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-quest.orb +35 -35
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +14 -14
- package/dist/behaviors/exports/atoms/std-score-board.orb +9 -9
- package/dist/behaviors/exports/atoms/std-score.orb +8 -8
- package/dist/behaviors/exports/atoms/std-search.orb +16 -16
- package/dist/behaviors/exports/atoms/std-selection.orb +34 -34
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/behaviors/exports/atoms/std-sort.orb +28 -28
- package/dist/behaviors/exports/atoms/std-sprite.orb +17 -17
- package/dist/behaviors/exports/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/exports/atoms/std-timer.orb +8 -8
- package/dist/behaviors/exports/atoms/std-undo.orb +9 -9
- package/dist/behaviors/exports/atoms/std-wizard.orb +20 -20
- package/dist/behaviors/exports/molecules/std-builder-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-cart.orb +28 -27
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-detail.orb +32 -31
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-geospatial.orb +30 -29
- package/dist/behaviors/exports/molecules/std-inventory.orb +46 -45
- package/dist/behaviors/exports/molecules/std-list.orb +64 -63
- package/dist/behaviors/exports/molecules/std-messaging.orb +28 -27
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +13 -13
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +13 -13
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +10 -10
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +15 -15
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +4 -2
- package/dist/behaviors/exports/organisms/std-booking-system.orb +8 -4
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +4 -2
- package/dist/behaviors/exports/organisms/std-cms.orb +10 -5
- package/dist/behaviors/exports/organisms/std-crm.orb +4 -2
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +4 -2
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +10 -5
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +6 -3
- package/dist/behaviors/exports/organisms/std-healthcare.orb +10 -5
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +2 -1
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +4 -2
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +4 -2
- package/dist/behaviors/exports/organisms/std-lms.orb +2 -1
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +2 -1
- package/dist/behaviors/exports/organisms/std-project-manager.orb +8 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +6 -3
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +2 -1
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +4 -2
- package/dist/behaviors/exports/validation-report.json +3 -10
- package/dist/behaviors/exports-reader.d.ts +6 -1
- package/dist/behaviors/exports-reader.js +4 -1
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.js +31 -6
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +35 -7
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-async.orb +14 -14
- package/dist/exports/atoms/std-browse.orb +13 -13
- package/dist/exports/atoms/std-cache-aside.orb +29 -29
- package/dist/exports/atoms/std-circuit-breaker.orb +17 -17
- package/dist/exports/atoms/std-collision.orb +13 -13
- package/dist/exports/atoms/std-combat-log.orb +12 -12
- package/dist/exports/atoms/std-combat.orb +9 -9
- package/dist/exports/atoms/std-confirmation.orb +13 -13
- package/dist/exports/atoms/std-dialogue-box.orb +11 -11
- package/dist/exports/atoms/std-display.orb +18 -18
- package/dist/exports/atoms/std-drawer.orb +13 -13
- package/dist/exports/atoms/std-filter.orb +28 -28
- package/dist/exports/atoms/std-game-audio.orb +9 -9
- package/dist/exports/atoms/std-game-canvas2d.orb +253 -0
- package/dist/exports/atoms/std-game-canvas3d.orb +234 -0
- 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-gameflow.orb +12 -12
- package/dist/exports/atoms/std-input.orb +32 -32
- 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 +14 -14
- package/dist/exports/atoms/std-modal.orb +9 -9
- package/dist/exports/atoms/std-movement.orb +20 -20
- package/dist/exports/atoms/std-notification.orb +8 -8
- package/dist/exports/atoms/std-overworld.orb +20 -20
- package/dist/exports/atoms/std-pagination.orb +18 -18
- package/dist/exports/atoms/std-physics2d.orb +8 -8
- package/dist/exports/atoms/std-platformer-canvas.orb +9 -9
- package/dist/exports/atoms/std-quest.orb +35 -35
- package/dist/exports/atoms/std-rate-limiter.orb +14 -14
- package/dist/exports/atoms/std-score-board.orb +9 -9
- package/dist/exports/atoms/std-score.orb +8 -8
- package/dist/exports/atoms/std-search.orb +16 -16
- package/dist/exports/atoms/std-selection.orb +34 -34
- package/dist/exports/atoms/std-simulation-canvas.orb +9 -9
- package/dist/exports/atoms/std-sort.orb +28 -28
- package/dist/exports/atoms/std-sprite.orb +17 -17
- package/dist/exports/atoms/std-tabs.orb +18 -18
- package/dist/exports/atoms/std-timer.orb +8 -8
- package/dist/exports/atoms/std-undo.orb +9 -9
- package/dist/exports/atoms/std-wizard.orb +20 -20
- package/dist/exports/molecules/std-builder-game.orb +10 -10
- package/dist/exports/molecules/std-cart.orb +28 -27
- package/dist/exports/molecules/std-classifier-game.orb +10 -10
- package/dist/exports/molecules/std-debugger-game.orb +10 -10
- package/dist/exports/molecules/std-detail.orb +32 -31
- package/dist/exports/molecules/std-event-handler-game.orb +10 -10
- package/dist/exports/molecules/std-geospatial.orb +30 -29
- package/dist/exports/molecules/std-inventory.orb +46 -45
- package/dist/exports/molecules/std-list.orb +64 -63
- package/dist/exports/molecules/std-messaging.orb +28 -27
- package/dist/exports/molecules/std-negotiator-game.orb +10 -10
- package/dist/exports/molecules/std-platformer-game.orb +13 -13
- package/dist/exports/molecules/std-puzzle-game.orb +13 -13
- package/dist/exports/molecules/std-sequencer-game.orb +10 -10
- package/dist/exports/molecules/std-simulator-game.orb +10 -10
- package/dist/exports/molecules/std-turn-based-battle.orb +15 -15
- package/dist/exports/organisms/std-api-gateway.orb +4 -2
- package/dist/exports/organisms/std-booking-system.orb +8 -4
- package/dist/exports/organisms/std-cicd-pipeline.orb +4 -2
- package/dist/exports/organisms/std-cms.orb +10 -5
- package/dist/exports/organisms/std-crm.orb +4 -2
- package/dist/exports/organisms/std-devops-dashboard.orb +4 -2
- package/dist/exports/organisms/std-ecommerce.orb +10 -5
- package/dist/exports/organisms/std-finance-tracker.orb +6 -3
- package/dist/exports/organisms/std-healthcare.orb +10 -5
- package/dist/exports/organisms/std-helpdesk.orb +2 -1
- package/dist/exports/organisms/std-hr-portal.orb +4 -2
- package/dist/exports/organisms/std-iot-dashboard.orb +4 -2
- package/dist/exports/organisms/std-lms.orb +2 -1
- package/dist/exports/organisms/std-platformer-app.orb +2 -1
- package/dist/exports/organisms/std-project-manager.orb +8 -4
- package/dist/exports/organisms/std-realtime-chat.orb +6 -3
- package/dist/exports/organisms/std-rpg-game.orb +2 -1
- package/dist/exports/organisms/std-trading-dashboard.orb +4 -2
- package/dist/exports/validation-report.json +3 -10
- package/dist/index.js +31 -6
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
|
@@ -704,7 +704,8 @@
|
|
|
704
704
|
"department",
|
|
705
705
|
"role",
|
|
706
706
|
"startDate"
|
|
707
|
-
]
|
|
707
|
+
],
|
|
708
|
+
"entityId": "@entity.id"
|
|
708
709
|
}
|
|
709
710
|
]
|
|
710
711
|
}
|
|
@@ -2773,7 +2774,8 @@
|
|
|
2773
2774
|
"startDate",
|
|
2774
2775
|
"endDate",
|
|
2775
2776
|
"status"
|
|
2776
|
-
]
|
|
2777
|
+
],
|
|
2778
|
+
"entityId": "@entity.id"
|
|
2777
2779
|
}
|
|
2778
2780
|
]
|
|
2779
2781
|
}
|
|
@@ -846,7 +846,8 @@
|
|
|
846
846
|
"name": "DeviceOrbital",
|
|
847
847
|
"entity": {
|
|
848
848
|
"name": "Device",
|
|
849
|
-
"persistence": "
|
|
849
|
+
"persistence": "persistent",
|
|
850
|
+
"collection": "devices",
|
|
850
851
|
"fields": [
|
|
851
852
|
{
|
|
852
853
|
"name": "id",
|
|
@@ -1522,7 +1523,8 @@
|
|
|
1522
1523
|
"type",
|
|
1523
1524
|
"status",
|
|
1524
1525
|
"lastSeen"
|
|
1525
|
-
]
|
|
1526
|
+
],
|
|
1527
|
+
"entityId": "@entity.id"
|
|
1526
1528
|
}
|
|
1527
1529
|
]
|
|
1528
1530
|
}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"name": "TaskOrbital",
|
|
7
7
|
"entity": {
|
|
8
8
|
"name": "Task",
|
|
9
|
-
"persistence": "
|
|
9
|
+
"persistence": "persistent",
|
|
10
|
+
"collection": "tasks",
|
|
10
11
|
"fields": [
|
|
11
12
|
{
|
|
12
13
|
"name": "id",
|
|
@@ -706,7 +707,8 @@
|
|
|
706
707
|
"status",
|
|
707
708
|
"storyPoints",
|
|
708
709
|
"dueDate"
|
|
709
|
-
]
|
|
710
|
+
],
|
|
711
|
+
"entityId": "@entity.id"
|
|
710
712
|
}
|
|
711
713
|
]
|
|
712
714
|
}
|
|
@@ -1034,7 +1036,8 @@
|
|
|
1034
1036
|
"name": "SprintOrbital",
|
|
1035
1037
|
"entity": {
|
|
1036
1038
|
"name": "Sprint",
|
|
1037
|
-
"persistence": "
|
|
1039
|
+
"persistence": "persistent",
|
|
1040
|
+
"collection": "sprints",
|
|
1038
1041
|
"fields": [
|
|
1039
1042
|
{
|
|
1040
1043
|
"name": "id",
|
|
@@ -1748,7 +1751,8 @@
|
|
|
1748
1751
|
"goal",
|
|
1749
1752
|
"status",
|
|
1750
1753
|
"taskCount"
|
|
1751
|
-
]
|
|
1754
|
+
],
|
|
1755
|
+
"entityId": "@entity.id"
|
|
1752
1756
|
}
|
|
1753
1757
|
]
|
|
1754
1758
|
}
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
"name": "ChatMessageOrbital",
|
|
7
7
|
"entity": {
|
|
8
8
|
"name": "ChatMessage",
|
|
9
|
-
"persistence": "
|
|
9
|
+
"persistence": "persistent",
|
|
10
|
+
"collection": "chatmessages",
|
|
10
11
|
"fields": [
|
|
11
12
|
{
|
|
12
13
|
"name": "id",
|
|
@@ -589,7 +590,8 @@
|
|
|
589
590
|
"name": "ChannelOrbital",
|
|
590
591
|
"entity": {
|
|
591
592
|
"name": "Channel",
|
|
592
|
-
"persistence": "
|
|
593
|
+
"persistence": "persistent",
|
|
594
|
+
"collection": "channels",
|
|
593
595
|
"fields": [
|
|
594
596
|
{
|
|
595
597
|
"name": "id",
|
|
@@ -1265,7 +1267,8 @@
|
|
|
1265
1267
|
"description",
|
|
1266
1268
|
"memberCount",
|
|
1267
1269
|
"isPrivate"
|
|
1268
|
-
]
|
|
1270
|
+
],
|
|
1271
|
+
"entityId": "@entity.id"
|
|
1269
1272
|
}
|
|
1270
1273
|
]
|
|
1271
1274
|
}
|
|
@@ -848,7 +848,8 @@
|
|
|
848
848
|
"name": "TradeOrderOrbital",
|
|
849
849
|
"entity": {
|
|
850
850
|
"name": "TradeOrder",
|
|
851
|
-
"persistence": "
|
|
851
|
+
"persistence": "persistent",
|
|
852
|
+
"collection": "tradeorders",
|
|
852
853
|
"fields": [
|
|
853
854
|
{
|
|
854
855
|
"name": "id",
|
|
@@ -1524,7 +1525,8 @@
|
|
|
1524
1525
|
"side",
|
|
1525
1526
|
"quantity",
|
|
1526
1527
|
"price"
|
|
1527
|
-
]
|
|
1528
|
+
],
|
|
1529
|
+
"entityId": "@entity.id"
|
|
1528
1530
|
}
|
|
1529
1531
|
]
|
|
1530
1532
|
}
|
|
@@ -1,18 +1,11 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"name": "std-
|
|
3
|
+
"name": "std-game-canvas2d",
|
|
4
4
|
"errors": 0,
|
|
5
|
-
"warnings":
|
|
5
|
+
"warnings": 0,
|
|
6
6
|
"output": [
|
|
7
7
|
"Loaded 22 services from packages/almadar-patterns/src/services-registry.json",
|
|
8
|
-
"Validating schema: /home/osamah/kflow.ai.builder/packages/almadar-std/behaviors/exports/
|
|
9
|
-
"Schema validation warnings:",
|
|
10
|
-
" ⚠️ [CIRCUIT_MODAL_EXIT_INCOMPLETE] orbitals[0].traits[0].transitions[Single(\"deleting\")->CONFIRM_DELETE->browsing]: Transition Single(\"deleting\")--[CONFIRM_DELETE]-->browsing closes modal but doesn't re-render main slot. Main view will show stale content.",
|
|
11
|
-
" 💡 Add render-ui(\"main\", {...}) alongside render-ui(\"modal\", null) to refresh the main view after closing the modal",
|
|
12
|
-
" ⚠️ [CIRCUIT_MODAL_EXIT_INCOMPLETE] orbitals[0].traits[0].transitions[Single(\"deleting\")->CANCEL->browsing]: Transition Single(\"deleting\")--[CANCEL]-->browsing closes modal but doesn't re-render main slot. Main view will show stale content.",
|
|
13
|
-
" 💡 Add render-ui(\"main\", {...}) alongside render-ui(\"modal\", null) to refresh the main view after closing the modal",
|
|
14
|
-
" ⚠️ [CIRCUIT_MODAL_EXIT_INCOMPLETE] orbitals[0].traits[0].transitions[Single(\"deleting\")->CLOSE->browsing]: Transition Single(\"deleting\")--[CLOSE]-->browsing closes modal but doesn't re-render main slot. Main view will show stale content.",
|
|
15
|
-
" 💡 Add render-ui(\"main\", {...}) alongside render-ui(\"modal\", null) to refresh the main view after closing the modal"
|
|
8
|
+
"Validating schema: /home/osamah/kflow.ai.builder/packages/almadar-std/behaviors/exports/atoms/std-game-canvas2d.orb"
|
|
16
9
|
]
|
|
17
10
|
}
|
|
18
11
|
]
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "AsyncTaskOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "AsyncTaskOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "AsyncTask",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"traits": [
|
|
34
34
|
{
|
|
35
|
-
"name": "
|
|
36
|
-
"linkedEntity": "
|
|
35
|
+
"name": "AsyncTaskAsync",
|
|
36
|
+
"linkedEntity": "AsyncTask",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"effects": [
|
|
100
100
|
[
|
|
101
101
|
"fetch",
|
|
102
|
-
"
|
|
102
|
+
"AsyncTask"
|
|
103
103
|
],
|
|
104
104
|
[
|
|
105
105
|
"render-ui",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
},
|
|
124
124
|
{
|
|
125
125
|
"type": "typography",
|
|
126
|
-
"content": "
|
|
126
|
+
"content": "AsyncTask",
|
|
127
127
|
"variant": "h2"
|
|
128
128
|
}
|
|
129
129
|
]
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
[
|
|
181
181
|
"persist",
|
|
182
182
|
"create",
|
|
183
|
-
"
|
|
183
|
+
"AsyncTask",
|
|
184
184
|
"@payload.data"
|
|
185
185
|
],
|
|
186
186
|
[
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
],
|
|
223
223
|
[
|
|
224
224
|
"notify",
|
|
225
|
-
"
|
|
225
|
+
"AsyncTask created successfully"
|
|
226
226
|
]
|
|
227
227
|
]
|
|
228
228
|
},
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
"type": "typography",
|
|
307
|
-
"content": "
|
|
307
|
+
"content": "AsyncTask",
|
|
308
308
|
"variant": "h2"
|
|
309
309
|
}
|
|
310
310
|
]
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
},
|
|
352
352
|
{
|
|
353
353
|
"type": "typography",
|
|
354
|
-
"content": "
|
|
354
|
+
"content": "AsyncTask",
|
|
355
355
|
"variant": "h2"
|
|
356
356
|
}
|
|
357
357
|
]
|
|
@@ -406,11 +406,11 @@
|
|
|
406
406
|
],
|
|
407
407
|
"pages": [
|
|
408
408
|
{
|
|
409
|
-
"name": "
|
|
410
|
-
"path": "/
|
|
409
|
+
"name": "AsyncTaskPage",
|
|
410
|
+
"path": "/asynctasks",
|
|
411
411
|
"traits": [
|
|
412
412
|
{
|
|
413
|
-
"ref": "
|
|
413
|
+
"ref": "AsyncTaskAsync"
|
|
414
414
|
}
|
|
415
415
|
]
|
|
416
416
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "BrowseItemOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "BrowseItemOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "BrowseItem",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"traits": [
|
|
34
34
|
{
|
|
35
|
-
"name": "
|
|
36
|
-
"linkedEntity": "
|
|
35
|
+
"name": "BrowseItemBrowse",
|
|
36
|
+
"linkedEntity": "BrowseItem",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"effects": [
|
|
57
57
|
[
|
|
58
58
|
"fetch",
|
|
59
|
-
"
|
|
59
|
+
"BrowseItem"
|
|
60
60
|
],
|
|
61
61
|
[
|
|
62
62
|
"render-ui",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"type": "typography",
|
|
88
|
-
"content": "
|
|
88
|
+
"content": "BrowseItems",
|
|
89
89
|
"variant": "h2"
|
|
90
90
|
}
|
|
91
91
|
]
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"type": "data-grid",
|
|
100
|
-
"entity": "
|
|
100
|
+
"entity": "BrowseItem",
|
|
101
101
|
"emptyIcon": "inbox",
|
|
102
|
-
"emptyTitle": "No
|
|
103
|
-
"emptyDescription": "Create your first
|
|
102
|
+
"emptyTitle": "No browseitems yet",
|
|
103
|
+
"emptyDescription": "Create your first browseitem to get started.",
|
|
104
104
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
105
105
|
"children": [
|
|
106
106
|
{
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
],
|
|
160
160
|
"pages": [
|
|
161
161
|
{
|
|
162
|
-
"name": "
|
|
163
|
-
"path": "/
|
|
162
|
+
"name": "BrowseItemPage",
|
|
163
|
+
"path": "/browseitems",
|
|
164
164
|
"traits": [
|
|
165
165
|
{
|
|
166
|
-
"ref": "
|
|
166
|
+
"ref": "BrowseItemBrowse"
|
|
167
167
|
}
|
|
168
168
|
]
|
|
169
169
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CacheEntryOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "CacheEntryOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "CacheEntry",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"traits": [
|
|
34
34
|
{
|
|
35
|
-
"name": "
|
|
36
|
-
"linkedEntity": "
|
|
35
|
+
"name": "CacheEntryCacheManager",
|
|
36
|
+
"linkedEntity": "CacheEntry",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"effects": [
|
|
86
86
|
[
|
|
87
87
|
"fetch",
|
|
88
|
-
"
|
|
88
|
+
"CacheEntry"
|
|
89
89
|
],
|
|
90
90
|
[
|
|
91
91
|
"render-ui",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"type": "typography",
|
|
116
|
-
"content": "
|
|
116
|
+
"content": "CacheEntrys Cache",
|
|
117
117
|
"variant": "h2"
|
|
118
118
|
}
|
|
119
119
|
]
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"effects": [
|
|
149
149
|
[
|
|
150
150
|
"fetch",
|
|
151
|
-
"
|
|
151
|
+
"CacheEntry"
|
|
152
152
|
],
|
|
153
153
|
[
|
|
154
154
|
"render-ui",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
178
|
"type": "typography",
|
|
179
|
-
"content": "
|
|
179
|
+
"content": "CacheEntrys Cache",
|
|
180
180
|
"variant": "h2"
|
|
181
181
|
}
|
|
182
182
|
]
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"type": "data-grid",
|
|
209
|
-
"entity": "
|
|
209
|
+
"entity": "CacheEntry",
|
|
210
210
|
"emptyIcon": "inbox",
|
|
211
211
|
"emptyTitle": "Cache is empty",
|
|
212
212
|
"emptyDescription": "Fetch data to populate the cache.",
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"effects": [
|
|
268
268
|
[
|
|
269
269
|
"fetch",
|
|
270
|
-
"
|
|
270
|
+
"CacheEntry"
|
|
271
271
|
],
|
|
272
272
|
[
|
|
273
273
|
"render-ui",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
},
|
|
296
296
|
{
|
|
297
297
|
"type": "typography",
|
|
298
|
-
"content": "
|
|
298
|
+
"content": "CacheEntrys Cache",
|
|
299
299
|
"variant": "h2"
|
|
300
300
|
}
|
|
301
301
|
]
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
},
|
|
326
326
|
{
|
|
327
327
|
"type": "data-grid",
|
|
328
|
-
"entity": "
|
|
328
|
+
"entity": "CacheEntry",
|
|
329
329
|
"emptyIcon": "inbox",
|
|
330
330
|
"emptyTitle": "Cache is empty",
|
|
331
331
|
"emptyDescription": "Fetch data to populate the cache.",
|
|
@@ -387,12 +387,12 @@
|
|
|
387
387
|
[
|
|
388
388
|
"persist",
|
|
389
389
|
"update",
|
|
390
|
-
"
|
|
390
|
+
"CacheEntry",
|
|
391
391
|
"@payload.data"
|
|
392
392
|
],
|
|
393
393
|
[
|
|
394
394
|
"fetch",
|
|
395
|
-
"
|
|
395
|
+
"CacheEntry"
|
|
396
396
|
],
|
|
397
397
|
[
|
|
398
398
|
"render-ui",
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
},
|
|
421
421
|
{
|
|
422
422
|
"type": "typography",
|
|
423
|
-
"content": "
|
|
423
|
+
"content": "CacheEntrys Cache",
|
|
424
424
|
"variant": "h2"
|
|
425
425
|
}
|
|
426
426
|
]
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
},
|
|
451
451
|
{
|
|
452
452
|
"type": "data-grid",
|
|
453
|
-
"entity": "
|
|
453
|
+
"entity": "CacheEntry",
|
|
454
454
|
"emptyIcon": "inbox",
|
|
455
455
|
"emptyTitle": "Cache is empty",
|
|
456
456
|
"emptyDescription": "Fetch data to populate the cache.",
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
],
|
|
505
505
|
[
|
|
506
506
|
"notify",
|
|
507
|
-
"
|
|
507
|
+
"CacheEntry updated successfully"
|
|
508
508
|
]
|
|
509
509
|
]
|
|
510
510
|
},
|
|
@@ -539,7 +539,7 @@
|
|
|
539
539
|
},
|
|
540
540
|
{
|
|
541
541
|
"type": "typography",
|
|
542
|
-
"content": "
|
|
542
|
+
"content": "CacheEntrys Cache",
|
|
543
543
|
"variant": "h2"
|
|
544
544
|
}
|
|
545
545
|
]
|
|
@@ -569,7 +569,7 @@
|
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
571
|
"type": "data-grid",
|
|
572
|
-
"entity": "
|
|
572
|
+
"entity": "CacheEntry",
|
|
573
573
|
"emptyIcon": "inbox",
|
|
574
574
|
"emptyTitle": "Cache is empty",
|
|
575
575
|
"emptyDescription": "Fetch data to populate the cache.",
|
|
@@ -630,7 +630,7 @@
|
|
|
630
630
|
"effects": [
|
|
631
631
|
[
|
|
632
632
|
"fetch",
|
|
633
|
-
"
|
|
633
|
+
"CacheEntry"
|
|
634
634
|
],
|
|
635
635
|
[
|
|
636
636
|
"render-ui",
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
},
|
|
659
659
|
{
|
|
660
660
|
"type": "typography",
|
|
661
|
-
"content": "
|
|
661
|
+
"content": "CacheEntrys Cache",
|
|
662
662
|
"variant": "h2"
|
|
663
663
|
}
|
|
664
664
|
]
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
},
|
|
689
689
|
{
|
|
690
690
|
"type": "data-grid",
|
|
691
|
-
"entity": "
|
|
691
|
+
"entity": "CacheEntry",
|
|
692
692
|
"emptyIcon": "inbox",
|
|
693
693
|
"emptyTitle": "Cache is empty",
|
|
694
694
|
"emptyDescription": "Fetch data to populate the cache.",
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
"effects": [
|
|
750
750
|
[
|
|
751
751
|
"fetch",
|
|
752
|
-
"
|
|
752
|
+
"CacheEntry"
|
|
753
753
|
],
|
|
754
754
|
[
|
|
755
755
|
"render-ui",
|
|
@@ -777,7 +777,7 @@
|
|
|
777
777
|
},
|
|
778
778
|
{
|
|
779
779
|
"type": "typography",
|
|
780
|
-
"content": "
|
|
780
|
+
"content": "CacheEntrys Cache",
|
|
781
781
|
"variant": "h2"
|
|
782
782
|
}
|
|
783
783
|
]
|
|
@@ -807,7 +807,7 @@
|
|
|
807
807
|
},
|
|
808
808
|
{
|
|
809
809
|
"type": "data-grid",
|
|
810
|
-
"entity": "
|
|
810
|
+
"entity": "CacheEntry",
|
|
811
811
|
"emptyIcon": "inbox",
|
|
812
812
|
"emptyTitle": "Cache is empty",
|
|
813
813
|
"emptyDescription": "Fetch data to populate the cache.",
|
|
@@ -867,11 +867,11 @@
|
|
|
867
867
|
],
|
|
868
868
|
"pages": [
|
|
869
869
|
{
|
|
870
|
-
"name": "
|
|
871
|
-
"path": "/
|
|
870
|
+
"name": "CacheEntryPage",
|
|
871
|
+
"path": "/cacheentrys",
|
|
872
872
|
"traits": [
|
|
873
873
|
{
|
|
874
|
-
"ref": "
|
|
874
|
+
"ref": "CacheEntryCacheManager"
|
|
875
875
|
}
|
|
876
876
|
]
|
|
877
877
|
}
|