@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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "SelectableItemOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "SelectableItemOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "SelectableItem",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "SelectableItemSelection",
|
|
41
|
+
"linkedEntity": "SelectableItem",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"effects": [
|
|
91
91
|
[
|
|
92
92
|
"fetch",
|
|
93
|
-
"
|
|
93
|
+
"SelectableItem"
|
|
94
94
|
],
|
|
95
95
|
[
|
|
96
96
|
"render-ui",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"type": "typography",
|
|
116
|
-
"content": "
|
|
116
|
+
"content": "SelectableItems",
|
|
117
117
|
"variant": "h2"
|
|
118
118
|
}
|
|
119
119
|
]
|
|
@@ -125,14 +125,14 @@
|
|
|
125
125
|
"type": "typography",
|
|
126
126
|
"variant": "caption",
|
|
127
127
|
"color": "muted",
|
|
128
|
-
"content": "Choose a
|
|
128
|
+
"content": "Choose a selectableitem to continue."
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
"type": "data-grid",
|
|
132
|
-
"entity": "
|
|
132
|
+
"entity": "SelectableItem",
|
|
133
133
|
"emptyIcon": "inbox",
|
|
134
|
-
"emptyTitle": "No
|
|
135
|
-
"emptyDescription": "Add
|
|
134
|
+
"emptyTitle": "No selectableitems yet",
|
|
135
|
+
"emptyDescription": "Add selectableitems to see them here.",
|
|
136
136
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
137
137
|
"children": [
|
|
138
138
|
{
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
},
|
|
207
207
|
{
|
|
208
208
|
"type": "typography",
|
|
209
|
-
"content": "
|
|
209
|
+
"content": "SelectableItems",
|
|
210
210
|
"variant": "h2"
|
|
211
211
|
}
|
|
212
212
|
]
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
320
|
"type": "typography",
|
|
321
|
-
"content": "
|
|
321
|
+
"content": "SelectableItems",
|
|
322
322
|
"variant": "h2"
|
|
323
323
|
}
|
|
324
324
|
]
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
],
|
|
405
405
|
[
|
|
406
406
|
"fetch",
|
|
407
|
-
"
|
|
407
|
+
"SelectableItem"
|
|
408
408
|
],
|
|
409
409
|
[
|
|
410
410
|
"render-ui",
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"type": "typography",
|
|
430
|
-
"content": "
|
|
430
|
+
"content": "SelectableItems",
|
|
431
431
|
"variant": "h2"
|
|
432
432
|
}
|
|
433
433
|
]
|
|
@@ -439,14 +439,14 @@
|
|
|
439
439
|
"type": "typography",
|
|
440
440
|
"variant": "caption",
|
|
441
441
|
"color": "muted",
|
|
442
|
-
"content": "Choose a
|
|
442
|
+
"content": "Choose a selectableitem to continue."
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
445
|
"type": "data-grid",
|
|
446
|
-
"entity": "
|
|
446
|
+
"entity": "SelectableItem",
|
|
447
447
|
"emptyIcon": "inbox",
|
|
448
|
-
"emptyTitle": "No
|
|
449
|
-
"emptyDescription": "Add
|
|
448
|
+
"emptyTitle": "No selectableitems yet",
|
|
449
|
+
"emptyDescription": "Add selectableitems to see them here.",
|
|
450
450
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
451
451
|
"children": [
|
|
452
452
|
{
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
],
|
|
495
495
|
[
|
|
496
496
|
"fetch",
|
|
497
|
-
"
|
|
497
|
+
"SelectableItem"
|
|
498
498
|
],
|
|
499
499
|
[
|
|
500
500
|
"render-ui",
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
},
|
|
518
518
|
{
|
|
519
519
|
"type": "typography",
|
|
520
|
-
"content": "
|
|
520
|
+
"content": "SelectableItems",
|
|
521
521
|
"variant": "h2"
|
|
522
522
|
}
|
|
523
523
|
]
|
|
@@ -529,14 +529,14 @@
|
|
|
529
529
|
"type": "typography",
|
|
530
530
|
"variant": "caption",
|
|
531
531
|
"color": "muted",
|
|
532
|
-
"content": "Choose a
|
|
532
|
+
"content": "Choose a selectableitem to continue."
|
|
533
533
|
},
|
|
534
534
|
{
|
|
535
535
|
"type": "data-grid",
|
|
536
|
-
"entity": "
|
|
536
|
+
"entity": "SelectableItem",
|
|
537
537
|
"emptyIcon": "inbox",
|
|
538
|
-
"emptyTitle": "No
|
|
539
|
-
"emptyDescription": "Add
|
|
538
|
+
"emptyTitle": "No selectableitems yet",
|
|
539
|
+
"emptyDescription": "Add selectableitems to see them here.",
|
|
540
540
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
541
541
|
"children": [
|
|
542
542
|
{
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
],
|
|
662
662
|
[
|
|
663
663
|
"fetch",
|
|
664
|
-
"
|
|
664
|
+
"SelectableItem"
|
|
665
665
|
],
|
|
666
666
|
[
|
|
667
667
|
"render-ui",
|
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
},
|
|
685
685
|
{
|
|
686
686
|
"type": "typography",
|
|
687
|
-
"content": "
|
|
687
|
+
"content": "SelectableItems",
|
|
688
688
|
"variant": "h2"
|
|
689
689
|
}
|
|
690
690
|
]
|
|
@@ -696,14 +696,14 @@
|
|
|
696
696
|
"type": "typography",
|
|
697
697
|
"variant": "caption",
|
|
698
698
|
"color": "muted",
|
|
699
|
-
"content": "Choose a
|
|
699
|
+
"content": "Choose a selectableitem to continue."
|
|
700
700
|
},
|
|
701
701
|
{
|
|
702
702
|
"type": "data-grid",
|
|
703
|
-
"entity": "
|
|
703
|
+
"entity": "SelectableItem",
|
|
704
704
|
"emptyIcon": "inbox",
|
|
705
|
-
"emptyTitle": "No
|
|
706
|
-
"emptyDescription": "Add
|
|
705
|
+
"emptyTitle": "No selectableitems yet",
|
|
706
|
+
"emptyDescription": "Add selectableitems to see them here.",
|
|
707
707
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
708
708
|
"children": [
|
|
709
709
|
{
|
|
@@ -745,11 +745,11 @@
|
|
|
745
745
|
],
|
|
746
746
|
"pages": [
|
|
747
747
|
{
|
|
748
|
-
"name": "
|
|
749
|
-
"path": "/
|
|
748
|
+
"name": "SelectableItemSelectionPage",
|
|
749
|
+
"path": "/selectableitems/selection",
|
|
750
750
|
"traits": [
|
|
751
751
|
{
|
|
752
|
-
"ref": "
|
|
752
|
+
"ref": "SelectableItemSelection"
|
|
753
753
|
}
|
|
754
754
|
]
|
|
755
755
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "SimulationCanvasOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "SimulationCanvasOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "SimulationCanvas",
|
|
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": "SimulationCanvasSimulationCanvas",
|
|
36
|
+
"linkedEntity": "SimulationCanvas",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"effects": [
|
|
72
72
|
[
|
|
73
73
|
"fetch",
|
|
74
|
-
"
|
|
74
|
+
"SimulationCanvas"
|
|
75
75
|
],
|
|
76
76
|
[
|
|
77
77
|
"render-ui",
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
],
|
|
170
170
|
"pages": [
|
|
171
171
|
{
|
|
172
|
-
"name": "
|
|
173
|
-
"path": "/
|
|
172
|
+
"name": "SimulationCanvasSimulationPage",
|
|
173
|
+
"path": "/simulationcanvass",
|
|
174
174
|
"traits": [
|
|
175
175
|
{
|
|
176
|
-
"ref": "
|
|
176
|
+
"ref": "SimulationCanvasSimulationCanvas"
|
|
177
177
|
}
|
|
178
178
|
]
|
|
179
179
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "SortableItemOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "SortableItemOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "SortableItem",
|
|
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": "SortableItemSort",
|
|
36
|
+
"linkedEntity": "SortableItem",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"effects": [
|
|
64
64
|
[
|
|
65
65
|
"fetch",
|
|
66
|
-
"
|
|
66
|
+
"SortableItem"
|
|
67
67
|
],
|
|
68
68
|
[
|
|
69
69
|
"render-ui",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"type": "typography",
|
|
96
|
-
"content": "
|
|
96
|
+
"content": "SortableItems",
|
|
97
97
|
"variant": "h2"
|
|
98
98
|
}
|
|
99
99
|
]
|
|
@@ -147,10 +147,10 @@
|
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
"type": "data-grid",
|
|
150
|
-
"entity": "
|
|
150
|
+
"entity": "SortableItem",
|
|
151
151
|
"emptyIcon": "inbox",
|
|
152
|
-
"emptyTitle": "No
|
|
153
|
-
"emptyDescription": "Add
|
|
152
|
+
"emptyTitle": "No sortableitems yet",
|
|
153
|
+
"emptyDescription": "Add sortableitems to see them here.",
|
|
154
154
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
155
155
|
"children": [
|
|
156
156
|
{
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"effects": [
|
|
186
186
|
[
|
|
187
187
|
"fetch",
|
|
188
|
-
"
|
|
188
|
+
"SortableItem"
|
|
189
189
|
],
|
|
190
190
|
[
|
|
191
191
|
"render-ui",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
},
|
|
216
216
|
{
|
|
217
217
|
"type": "typography",
|
|
218
|
-
"content": "
|
|
218
|
+
"content": "SortableItems",
|
|
219
219
|
"variant": "h2"
|
|
220
220
|
}
|
|
221
221
|
]
|
|
@@ -276,10 +276,10 @@
|
|
|
276
276
|
},
|
|
277
277
|
{
|
|
278
278
|
"type": "data-grid",
|
|
279
|
-
"entity": "
|
|
279
|
+
"entity": "SortableItem",
|
|
280
280
|
"emptyIcon": "inbox",
|
|
281
|
-
"emptyTitle": "No
|
|
282
|
-
"emptyDescription": "Add
|
|
281
|
+
"emptyTitle": "No sortableitems yet",
|
|
282
|
+
"emptyDescription": "Add sortableitems to see them here.",
|
|
283
283
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
284
284
|
"children": [
|
|
285
285
|
{
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"effects": [
|
|
315
315
|
[
|
|
316
316
|
"fetch",
|
|
317
|
-
"
|
|
317
|
+
"SortableItem"
|
|
318
318
|
],
|
|
319
319
|
[
|
|
320
320
|
"render-ui",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
346
|
"type": "typography",
|
|
347
|
-
"content": "
|
|
347
|
+
"content": "SortableItems",
|
|
348
348
|
"variant": "h2"
|
|
349
349
|
}
|
|
350
350
|
]
|
|
@@ -405,10 +405,10 @@
|
|
|
405
405
|
},
|
|
406
406
|
{
|
|
407
407
|
"type": "data-grid",
|
|
408
|
-
"entity": "
|
|
408
|
+
"entity": "SortableItem",
|
|
409
409
|
"emptyIcon": "inbox",
|
|
410
|
-
"emptyTitle": "No
|
|
411
|
-
"emptyDescription": "Add
|
|
410
|
+
"emptyTitle": "No sortableitems yet",
|
|
411
|
+
"emptyDescription": "Add sortableitems to see them here.",
|
|
412
412
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
413
413
|
"children": [
|
|
414
414
|
{
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
"effects": [
|
|
444
444
|
[
|
|
445
445
|
"fetch",
|
|
446
|
-
"
|
|
446
|
+
"SortableItem"
|
|
447
447
|
],
|
|
448
448
|
[
|
|
449
449
|
"render-ui",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
475
|
"type": "typography",
|
|
476
|
-
"content": "
|
|
476
|
+
"content": "SortableItems",
|
|
477
477
|
"variant": "h2"
|
|
478
478
|
}
|
|
479
479
|
]
|
|
@@ -527,10 +527,10 @@
|
|
|
527
527
|
},
|
|
528
528
|
{
|
|
529
529
|
"type": "data-grid",
|
|
530
|
-
"entity": "
|
|
530
|
+
"entity": "SortableItem",
|
|
531
531
|
"emptyIcon": "inbox",
|
|
532
|
-
"emptyTitle": "No
|
|
533
|
-
"emptyDescription": "Add
|
|
532
|
+
"emptyTitle": "No sortableitems yet",
|
|
533
|
+
"emptyDescription": "Add sortableitems to see them here.",
|
|
534
534
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
535
535
|
"children": [
|
|
536
536
|
{
|
|
@@ -564,11 +564,11 @@
|
|
|
564
564
|
],
|
|
565
565
|
"pages": [
|
|
566
566
|
{
|
|
567
|
-
"name": "
|
|
568
|
-
"path": "/
|
|
567
|
+
"name": "SortableItemSortPage",
|
|
568
|
+
"path": "/sortableitems",
|
|
569
569
|
"traits": [
|
|
570
570
|
{
|
|
571
|
-
"ref": "
|
|
571
|
+
"ref": "SortableItemSort"
|
|
572
572
|
}
|
|
573
573
|
]
|
|
574
574
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "SpriteOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "SpriteOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "Sprite",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
},
|
|
53
53
|
"traits": [
|
|
54
54
|
{
|
|
55
|
-
"name": "
|
|
56
|
-
"linkedEntity": "
|
|
55
|
+
"name": "SpriteSprite",
|
|
56
|
+
"linkedEntity": "Sprite",
|
|
57
57
|
"category": "interaction",
|
|
58
58
|
"stateMachine": {
|
|
59
59
|
"states": [
|
|
@@ -91,19 +91,19 @@
|
|
|
91
91
|
"effects": [
|
|
92
92
|
[
|
|
93
93
|
"fetch",
|
|
94
|
-
"
|
|
94
|
+
"Sprite"
|
|
95
95
|
],
|
|
96
96
|
[
|
|
97
97
|
"render-ui",
|
|
98
98
|
"main",
|
|
99
99
|
{
|
|
100
100
|
"type": "sprite",
|
|
101
|
-
"spritesheet": "@
|
|
101
|
+
"spritesheet": "@Sprite.spritesheet",
|
|
102
102
|
"frameWidth": 64,
|
|
103
103
|
"frameHeight": 64,
|
|
104
|
-
"frame": "@
|
|
105
|
-
"x": "@
|
|
106
|
-
"y": "@
|
|
104
|
+
"frame": "@Sprite.frame",
|
|
105
|
+
"x": "@Sprite.x",
|
|
106
|
+
"y": "@Sprite.y",
|
|
107
107
|
"scale": 1
|
|
108
108
|
}
|
|
109
109
|
]
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"main",
|
|
120
120
|
{
|
|
121
121
|
"type": "sprite",
|
|
122
|
-
"spritesheet": "@
|
|
122
|
+
"spritesheet": "@Sprite.spritesheet",
|
|
123
123
|
"frameWidth": 64,
|
|
124
124
|
"frameHeight": 64,
|
|
125
|
-
"frame": "@
|
|
126
|
-
"x": "@
|
|
127
|
-
"y": "@
|
|
125
|
+
"frame": "@Sprite.frame",
|
|
126
|
+
"x": "@Sprite.x",
|
|
127
|
+
"y": "@Sprite.y",
|
|
128
128
|
"scale": 1
|
|
129
129
|
}
|
|
130
130
|
]
|
|
@@ -142,11 +142,11 @@
|
|
|
142
142
|
],
|
|
143
143
|
"pages": [
|
|
144
144
|
{
|
|
145
|
-
"name": "
|
|
146
|
-
"path": "/
|
|
145
|
+
"name": "SpriteSpritePage",
|
|
146
|
+
"path": "/sprites",
|
|
147
147
|
"traits": [
|
|
148
148
|
{
|
|
149
|
-
"ref": "
|
|
149
|
+
"ref": "SpriteSprite"
|
|
150
150
|
}
|
|
151
151
|
]
|
|
152
152
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "TabContentOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "TabContentOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "TabContent",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
},
|
|
38
38
|
"traits": [
|
|
39
39
|
{
|
|
40
|
-
"name": "
|
|
41
|
-
"linkedEntity": "
|
|
40
|
+
"name": "TabContentTabs",
|
|
41
|
+
"linkedEntity": "TabContent",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"effects": [
|
|
66
66
|
[
|
|
67
67
|
"fetch",
|
|
68
|
-
"
|
|
68
|
+
"TabContent"
|
|
69
69
|
],
|
|
70
70
|
[
|
|
71
71
|
"render-ui",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
"type": "typography",
|
|
91
|
-
"content": "
|
|
91
|
+
"content": "TabContents",
|
|
92
92
|
"variant": "h2"
|
|
93
93
|
}
|
|
94
94
|
]
|
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"type": "data-grid",
|
|
128
|
-
"entity": "
|
|
128
|
+
"entity": "TabContent",
|
|
129
129
|
"emptyIcon": "inbox",
|
|
130
|
-
"emptyTitle": "No
|
|
131
|
-
"emptyDescription": "Add
|
|
130
|
+
"emptyTitle": "No tabcontents yet",
|
|
131
|
+
"emptyDescription": "Add tabcontents to see them here.",
|
|
132
132
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
133
133
|
"children": [
|
|
134
134
|
{
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"effects": [
|
|
164
164
|
[
|
|
165
165
|
"fetch",
|
|
166
|
-
"
|
|
166
|
+
"TabContent"
|
|
167
167
|
],
|
|
168
168
|
[
|
|
169
169
|
"render-ui",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"type": "typography",
|
|
189
|
-
"content": "
|
|
189
|
+
"content": "TabContents",
|
|
190
190
|
"variant": "h2"
|
|
191
191
|
}
|
|
192
192
|
]
|
|
@@ -223,10 +223,10 @@
|
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
"type": "data-grid",
|
|
226
|
-
"entity": "
|
|
226
|
+
"entity": "TabContent",
|
|
227
227
|
"emptyIcon": "inbox",
|
|
228
|
-
"emptyTitle": "No
|
|
229
|
-
"emptyDescription": "Add
|
|
228
|
+
"emptyTitle": "No tabcontents yet",
|
|
229
|
+
"emptyDescription": "Add tabcontents to see them here.",
|
|
230
230
|
"className": "transition-shadow hover:shadow-md cursor-pointer",
|
|
231
231
|
"children": [
|
|
232
232
|
{
|
|
@@ -260,11 +260,11 @@
|
|
|
260
260
|
],
|
|
261
261
|
"pages": [
|
|
262
262
|
{
|
|
263
|
-
"name": "
|
|
264
|
-
"path": "/
|
|
263
|
+
"name": "TabContentTabsPage",
|
|
264
|
+
"path": "/tabcontents",
|
|
265
265
|
"traits": [
|
|
266
266
|
{
|
|
267
|
-
"ref": "
|
|
267
|
+
"ref": "TabContentTabs"
|
|
268
268
|
}
|
|
269
269
|
]
|
|
270
270
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "TimerSessionOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "TimerSessionOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "TimerSession",
|
|
8
8
|
"persistence": "runtime",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
},
|
|
43
43
|
"traits": [
|
|
44
44
|
{
|
|
45
|
-
"name": "
|
|
46
|
-
"linkedEntity": "
|
|
45
|
+
"name": "TimerSessionTimer",
|
|
46
|
+
"linkedEntity": "TimerSession",
|
|
47
47
|
"category": "interaction",
|
|
48
48
|
"ticks": [
|
|
49
49
|
{
|
|
@@ -1016,11 +1016,11 @@
|
|
|
1016
1016
|
],
|
|
1017
1017
|
"pages": [
|
|
1018
1018
|
{
|
|
1019
|
-
"name": "
|
|
1020
|
-
"path": "/
|
|
1019
|
+
"name": "TimerSessionTimerPage",
|
|
1020
|
+
"path": "/timersessions/timer",
|
|
1021
1021
|
"traits": [
|
|
1022
1022
|
{
|
|
1023
|
-
"ref": "
|
|
1023
|
+
"ref": "TimerSessionTimer"
|
|
1024
1024
|
}
|
|
1025
1025
|
]
|
|
1026
1026
|
}
|