@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": "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
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ServiceNodeOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "ServiceNodeOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "ServiceNode",
|
|
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": "ServiceNodeCircuitBreaker",
|
|
36
|
+
"linkedEntity": "ServiceNode",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"effects": [
|
|
79
79
|
[
|
|
80
80
|
"fetch",
|
|
81
|
-
"
|
|
81
|
+
"ServiceNode"
|
|
82
82
|
],
|
|
83
83
|
[
|
|
84
84
|
"render-ui",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
"type": "typography",
|
|
105
|
-
"content": "
|
|
105
|
+
"content": "ServiceNode",
|
|
106
106
|
"variant": "h2"
|
|
107
107
|
}
|
|
108
108
|
]
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
"type": "typography",
|
|
154
|
-
"content": "
|
|
154
|
+
"content": "ServiceNode",
|
|
155
155
|
"variant": "h2"
|
|
156
156
|
}
|
|
157
157
|
]
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
},
|
|
208
208
|
{
|
|
209
209
|
"type": "typography",
|
|
210
|
-
"content": "
|
|
210
|
+
"content": "ServiceNode",
|
|
211
211
|
"variant": "h2"
|
|
212
212
|
}
|
|
213
213
|
]
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
258
|
"type": "typography",
|
|
259
|
-
"content": "
|
|
259
|
+
"content": "ServiceNode",
|
|
260
260
|
"variant": "h2"
|
|
261
261
|
}
|
|
262
262
|
]
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
},
|
|
306
306
|
{
|
|
307
307
|
"type": "typography",
|
|
308
|
-
"content": "
|
|
308
|
+
"content": "ServiceNode",
|
|
309
309
|
"variant": "h2"
|
|
310
310
|
}
|
|
311
311
|
]
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
},
|
|
355
355
|
{
|
|
356
356
|
"type": "typography",
|
|
357
|
-
"content": "
|
|
357
|
+
"content": "ServiceNode",
|
|
358
358
|
"variant": "h2"
|
|
359
359
|
}
|
|
360
360
|
]
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
},
|
|
404
404
|
{
|
|
405
405
|
"type": "typography",
|
|
406
|
-
"content": "
|
|
406
|
+
"content": "ServiceNode",
|
|
407
407
|
"variant": "h2"
|
|
408
408
|
}
|
|
409
409
|
]
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
},
|
|
460
460
|
{
|
|
461
461
|
"type": "typography",
|
|
462
|
-
"content": "
|
|
462
|
+
"content": "ServiceNode",
|
|
463
463
|
"variant": "h2"
|
|
464
464
|
}
|
|
465
465
|
]
|
|
@@ -487,11 +487,11 @@
|
|
|
487
487
|
],
|
|
488
488
|
"pages": [
|
|
489
489
|
{
|
|
490
|
-
"name": "
|
|
491
|
-
"path": "/
|
|
490
|
+
"name": "ServiceNodePage",
|
|
491
|
+
"path": "/servicenodes",
|
|
492
492
|
"traits": [
|
|
493
493
|
{
|
|
494
|
-
"ref": "
|
|
494
|
+
"ref": "ServiceNodeCircuitBreaker"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
497
497
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CollidableBodyOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "CollidableBodyOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "CollidableBody",
|
|
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": "CollidableBodyCollision",
|
|
56
|
+
"linkedEntity": "CollidableBody",
|
|
57
57
|
"category": "interaction",
|
|
58
58
|
"stateMachine": {
|
|
59
59
|
"states": [
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"type": "typography",
|
|
121
|
-
"content": "
|
|
121
|
+
"content": "CollidableBody Collision",
|
|
122
122
|
"variant": "h2"
|
|
123
123
|
}
|
|
124
124
|
]
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
"type": "typography",
|
|
219
|
-
"content": "
|
|
219
|
+
"content": "CollidableBody Collision",
|
|
220
220
|
"variant": "h2"
|
|
221
221
|
}
|
|
222
222
|
]
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
326
|
"type": "typography",
|
|
327
|
-
"content": "
|
|
327
|
+
"content": "CollidableBody Collision",
|
|
328
328
|
"variant": "h2"
|
|
329
329
|
}
|
|
330
330
|
]
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
434
|
"type": "typography",
|
|
435
|
-
"content": "
|
|
435
|
+
"content": "CollidableBody Collision",
|
|
436
436
|
"variant": "h2"
|
|
437
437
|
}
|
|
438
438
|
]
|
|
@@ -525,7 +525,7 @@
|
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
527
|
"type": "typography",
|
|
528
|
-
"content": "
|
|
528
|
+
"content": "CollidableBody Collision",
|
|
529
529
|
"variant": "h2"
|
|
530
530
|
}
|
|
531
531
|
]
|
|
@@ -602,11 +602,11 @@
|
|
|
602
602
|
],
|
|
603
603
|
"pages": [
|
|
604
604
|
{
|
|
605
|
-
"name": "
|
|
606
|
-
"path": "/
|
|
605
|
+
"name": "CollidableBodyCollisionPage",
|
|
606
|
+
"path": "/collidablebodys/collision",
|
|
607
607
|
"traits": [
|
|
608
608
|
{
|
|
609
|
-
"ref": "
|
|
609
|
+
"ref": "CollidableBodyCollision"
|
|
610
610
|
}
|
|
611
611
|
]
|
|
612
612
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "CombatLogOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "CombatLogOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "CombatLog",
|
|
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": "CombatLogCombatLog",
|
|
36
|
+
"linkedEntity": "CombatLog",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -71,14 +71,14 @@
|
|
|
71
71
|
"effects": [
|
|
72
72
|
[
|
|
73
73
|
"fetch",
|
|
74
|
-
"
|
|
74
|
+
"CombatLog"
|
|
75
75
|
],
|
|
76
76
|
[
|
|
77
77
|
"render-ui",
|
|
78
78
|
"main",
|
|
79
79
|
{
|
|
80
80
|
"type": "combat-log",
|
|
81
|
-
"events": "@
|
|
81
|
+
"events": "@CombatLog",
|
|
82
82
|
"maxVisible": 10,
|
|
83
83
|
"autoScroll": true,
|
|
84
84
|
"showTimestamps": true,
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"main",
|
|
98
98
|
{
|
|
99
99
|
"type": "combat-log",
|
|
100
|
-
"events": "@
|
|
100
|
+
"events": "@CombatLog",
|
|
101
101
|
"maxVisible": 10,
|
|
102
102
|
"autoScroll": true,
|
|
103
103
|
"showTimestamps": true,
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"main",
|
|
117
117
|
{
|
|
118
118
|
"type": "combat-log",
|
|
119
|
-
"events": "@
|
|
119
|
+
"events": "@CombatLog",
|
|
120
120
|
"maxVisible": 10,
|
|
121
121
|
"autoScroll": true,
|
|
122
122
|
"showTimestamps": true,
|
|
@@ -131,11 +131,11 @@
|
|
|
131
131
|
],
|
|
132
132
|
"pages": [
|
|
133
133
|
{
|
|
134
|
-
"name": "
|
|
135
|
-
"path": "/
|
|
134
|
+
"name": "CombatLogLogPage",
|
|
135
|
+
"path": "/combatlogs",
|
|
136
136
|
"traits": [
|
|
137
137
|
{
|
|
138
|
-
"ref": "
|
|
138
|
+
"ref": "CombatLogCombatLog"
|
|
139
139
|
}
|
|
140
140
|
]
|
|
141
141
|
}
|