@almadar/std 3.1.2 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +145 -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 +65 -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 +986 -0
- 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 +145 -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 +65 -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 +986 -0
- 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.d.ts +60 -0
- package/dist/behaviors/functions/index.js +11 -7
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +15 -8
- 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 +145 -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 +65 -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 +986 -0
- package/dist/index.js +11 -7
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ListItemOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "ListItemOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
8
|
-
"persistence": "
|
|
7
|
+
"name": "ListItem",
|
|
8
|
+
"persistence": "persistent",
|
|
9
|
+
"collection": "listitems",
|
|
9
10
|
"fields": [
|
|
10
11
|
{
|
|
11
12
|
"name": "id",
|
|
@@ -32,17 +33,17 @@
|
|
|
32
33
|
},
|
|
33
34
|
"traits": [
|
|
34
35
|
{
|
|
35
|
-
"name": "
|
|
36
|
-
"linkedEntity": "
|
|
36
|
+
"name": "ListItemBrowse",
|
|
37
|
+
"linkedEntity": "ListItem",
|
|
37
38
|
"category": "interaction",
|
|
38
39
|
"listens": [
|
|
39
40
|
{
|
|
40
|
-
"event": "
|
|
41
|
-
"triggers": "
|
|
41
|
+
"event": "LIST_ITEM_CREATED",
|
|
42
|
+
"triggers": "LIST_ITEM_CREATED"
|
|
42
43
|
},
|
|
43
44
|
{
|
|
44
|
-
"event": "
|
|
45
|
-
"triggers": "
|
|
45
|
+
"event": "LIST_ITEM_UPDATED",
|
|
46
|
+
"triggers": "LIST_ITEM_UPDATED"
|
|
46
47
|
}
|
|
47
48
|
],
|
|
48
49
|
"stateMachine": {
|
|
@@ -98,8 +99,8 @@
|
|
|
98
99
|
]
|
|
99
100
|
},
|
|
100
101
|
{
|
|
101
|
-
"key": "
|
|
102
|
-
"name": "
|
|
102
|
+
"key": "LIST_ITEM_CREATED",
|
|
103
|
+
"name": "LIST_ITEM_CREATED",
|
|
103
104
|
"payload": [
|
|
104
105
|
{
|
|
105
106
|
"name": "data",
|
|
@@ -109,8 +110,8 @@
|
|
|
109
110
|
]
|
|
110
111
|
},
|
|
111
112
|
{
|
|
112
|
-
"key": "
|
|
113
|
-
"name": "
|
|
113
|
+
"key": "LIST_ITEM_UPDATED",
|
|
114
|
+
"name": "LIST_ITEM_UPDATED",
|
|
114
115
|
"payload": [
|
|
115
116
|
{
|
|
116
117
|
"name": "data",
|
|
@@ -140,7 +141,7 @@
|
|
|
140
141
|
"effects": [
|
|
141
142
|
[
|
|
142
143
|
"fetch",
|
|
143
|
-
"
|
|
144
|
+
"ListItem"
|
|
144
145
|
],
|
|
145
146
|
[
|
|
146
147
|
"render-ui",
|
|
@@ -169,7 +170,7 @@
|
|
|
169
170
|
},
|
|
170
171
|
{
|
|
171
172
|
"type": "typography",
|
|
172
|
-
"content": "
|
|
173
|
+
"content": "ListItems",
|
|
173
174
|
"variant": "h2"
|
|
174
175
|
}
|
|
175
176
|
]
|
|
@@ -181,7 +182,7 @@
|
|
|
181
182
|
"children": [
|
|
182
183
|
{
|
|
183
184
|
"type": "button",
|
|
184
|
-
"label": "Create
|
|
185
|
+
"label": "Create ListItem",
|
|
185
186
|
"event": "CREATE",
|
|
186
187
|
"variant": "primary",
|
|
187
188
|
"icon": "plus"
|
|
@@ -195,10 +196,10 @@
|
|
|
195
196
|
},
|
|
196
197
|
{
|
|
197
198
|
"type": "data-grid",
|
|
198
|
-
"entity": "
|
|
199
|
+
"entity": "ListItem",
|
|
199
200
|
"emptyIcon": "inbox",
|
|
200
|
-
"emptyTitle": "No
|
|
201
|
-
"emptyDescription": "Create your first
|
|
201
|
+
"emptyTitle": "No listitems yet",
|
|
202
|
+
"emptyDescription": "Create your first listitem to get started.",
|
|
202
203
|
"itemActions": [
|
|
203
204
|
{
|
|
204
205
|
"label": "View",
|
|
@@ -269,22 +270,22 @@
|
|
|
269
270
|
{
|
|
270
271
|
"from": "browsing",
|
|
271
272
|
"to": "browsing",
|
|
272
|
-
"event": "
|
|
273
|
+
"event": "LIST_ITEM_CREATED",
|
|
273
274
|
"effects": [
|
|
274
275
|
[
|
|
275
276
|
"fetch",
|
|
276
|
-
"
|
|
277
|
+
"ListItem"
|
|
277
278
|
]
|
|
278
279
|
]
|
|
279
280
|
},
|
|
280
281
|
{
|
|
281
282
|
"from": "browsing",
|
|
282
283
|
"to": "browsing",
|
|
283
|
-
"event": "
|
|
284
|
+
"event": "LIST_ITEM_UPDATED",
|
|
284
285
|
"effects": [
|
|
285
286
|
[
|
|
286
287
|
"fetch",
|
|
287
|
-
"
|
|
288
|
+
"ListItem"
|
|
288
289
|
]
|
|
289
290
|
]
|
|
290
291
|
},
|
|
@@ -295,7 +296,7 @@
|
|
|
295
296
|
"effects": [
|
|
296
297
|
[
|
|
297
298
|
"fetch",
|
|
298
|
-
"
|
|
299
|
+
"ListItem",
|
|
299
300
|
"@payload.id"
|
|
300
301
|
],
|
|
301
302
|
[
|
|
@@ -318,7 +319,7 @@
|
|
|
318
319
|
},
|
|
319
320
|
{
|
|
320
321
|
"type": "typography",
|
|
321
|
-
"content": "Delete
|
|
322
|
+
"content": "Delete ListItem",
|
|
322
323
|
"variant": "h3"
|
|
323
324
|
}
|
|
324
325
|
]
|
|
@@ -328,7 +329,7 @@
|
|
|
328
329
|
},
|
|
329
330
|
{
|
|
330
331
|
"type": "typography",
|
|
331
|
-
"content": "Are you sure you want to delete this
|
|
332
|
+
"content": "Are you sure you want to delete this listitem?",
|
|
332
333
|
"variant": "body"
|
|
333
334
|
},
|
|
334
335
|
{
|
|
@@ -365,7 +366,7 @@
|
|
|
365
366
|
[
|
|
366
367
|
"persist",
|
|
367
368
|
"delete",
|
|
368
|
-
"
|
|
369
|
+
"ListItem",
|
|
369
370
|
"@entity.id"
|
|
370
371
|
],
|
|
371
372
|
[
|
|
@@ -375,11 +376,11 @@
|
|
|
375
376
|
],
|
|
376
377
|
[
|
|
377
378
|
"fetch",
|
|
378
|
-
"
|
|
379
|
+
"ListItem"
|
|
379
380
|
],
|
|
380
381
|
[
|
|
381
382
|
"notify",
|
|
382
|
-
"
|
|
383
|
+
"ListItem deleted successfully"
|
|
383
384
|
]
|
|
384
385
|
]
|
|
385
386
|
},
|
|
@@ -411,12 +412,12 @@
|
|
|
411
412
|
}
|
|
412
413
|
},
|
|
413
414
|
{
|
|
414
|
-
"name": "
|
|
415
|
-
"linkedEntity": "
|
|
415
|
+
"name": "ListItemCreate",
|
|
416
|
+
"linkedEntity": "ListItem",
|
|
416
417
|
"category": "interaction",
|
|
417
418
|
"emits": [
|
|
418
419
|
{
|
|
419
|
-
"event": "
|
|
420
|
+
"event": "LIST_ITEM_CREATED"
|
|
420
421
|
}
|
|
421
422
|
],
|
|
422
423
|
"stateMachine": {
|
|
@@ -462,7 +463,7 @@
|
|
|
462
463
|
"effects": [
|
|
463
464
|
[
|
|
464
465
|
"fetch",
|
|
465
|
-
"
|
|
466
|
+
"ListItem"
|
|
466
467
|
]
|
|
467
468
|
]
|
|
468
469
|
},
|
|
@@ -473,7 +474,7 @@
|
|
|
473
474
|
"effects": [
|
|
474
475
|
[
|
|
475
476
|
"fetch",
|
|
476
|
-
"
|
|
477
|
+
"ListItem"
|
|
477
478
|
],
|
|
478
479
|
[
|
|
479
480
|
"render-ui",
|
|
@@ -495,7 +496,7 @@
|
|
|
495
496
|
},
|
|
496
497
|
{
|
|
497
498
|
"type": "typography",
|
|
498
|
-
"content": "Create
|
|
499
|
+
"content": "Create ListItem",
|
|
499
500
|
"variant": "h3"
|
|
500
501
|
}
|
|
501
502
|
]
|
|
@@ -505,7 +506,7 @@
|
|
|
505
506
|
},
|
|
506
507
|
{
|
|
507
508
|
"type": "form-section",
|
|
508
|
-
"entity": "
|
|
509
|
+
"entity": "ListItem",
|
|
509
510
|
"mode": "create",
|
|
510
511
|
"submitEvent": "SAVE",
|
|
511
512
|
"cancelEvent": "CLOSE",
|
|
@@ -541,12 +542,12 @@
|
|
|
541
542
|
[
|
|
542
543
|
"persist",
|
|
543
544
|
"create",
|
|
544
|
-
"
|
|
545
|
+
"ListItem",
|
|
545
546
|
"@payload.data"
|
|
546
547
|
],
|
|
547
548
|
[
|
|
548
549
|
"fetch",
|
|
549
|
-
"
|
|
550
|
+
"ListItem"
|
|
550
551
|
],
|
|
551
552
|
[
|
|
552
553
|
"render-ui",
|
|
@@ -555,11 +556,11 @@
|
|
|
555
556
|
],
|
|
556
557
|
[
|
|
557
558
|
"emit",
|
|
558
|
-
"
|
|
559
|
+
"LIST_ITEM_CREATED"
|
|
559
560
|
],
|
|
560
561
|
[
|
|
561
562
|
"notify",
|
|
562
|
-
"
|
|
563
|
+
"ListItem created successfully"
|
|
563
564
|
]
|
|
564
565
|
]
|
|
565
566
|
}
|
|
@@ -567,12 +568,12 @@
|
|
|
567
568
|
}
|
|
568
569
|
},
|
|
569
570
|
{
|
|
570
|
-
"name": "
|
|
571
|
-
"linkedEntity": "
|
|
571
|
+
"name": "ListItemEdit",
|
|
572
|
+
"linkedEntity": "ListItem",
|
|
572
573
|
"category": "interaction",
|
|
573
574
|
"emits": [
|
|
574
575
|
{
|
|
575
|
-
"event": "
|
|
576
|
+
"event": "LIST_ITEM_UPDATED"
|
|
576
577
|
}
|
|
577
578
|
],
|
|
578
579
|
"stateMachine": {
|
|
@@ -625,7 +626,7 @@
|
|
|
625
626
|
"effects": [
|
|
626
627
|
[
|
|
627
628
|
"fetch",
|
|
628
|
-
"
|
|
629
|
+
"ListItem"
|
|
629
630
|
]
|
|
630
631
|
]
|
|
631
632
|
},
|
|
@@ -636,7 +637,7 @@
|
|
|
636
637
|
"effects": [
|
|
637
638
|
[
|
|
638
639
|
"fetch",
|
|
639
|
-
"
|
|
640
|
+
"ListItem",
|
|
640
641
|
"@payload.id"
|
|
641
642
|
],
|
|
642
643
|
[
|
|
@@ -659,7 +660,7 @@
|
|
|
659
660
|
},
|
|
660
661
|
{
|
|
661
662
|
"type": "typography",
|
|
662
|
-
"content": "Edit
|
|
663
|
+
"content": "Edit ListItem",
|
|
663
664
|
"variant": "h3"
|
|
664
665
|
}
|
|
665
666
|
]
|
|
@@ -669,7 +670,7 @@
|
|
|
669
670
|
},
|
|
670
671
|
{
|
|
671
672
|
"type": "form-section",
|
|
672
|
-
"entity": "
|
|
673
|
+
"entity": "ListItem",
|
|
673
674
|
"mode": "edit",
|
|
674
675
|
"submitEvent": "SAVE",
|
|
675
676
|
"cancelEvent": "CLOSE",
|
|
@@ -678,7 +679,8 @@
|
|
|
678
679
|
"description",
|
|
679
680
|
"status",
|
|
680
681
|
"createdAt"
|
|
681
|
-
]
|
|
682
|
+
],
|
|
683
|
+
"entityId": "@entity.id"
|
|
682
684
|
}
|
|
683
685
|
]
|
|
684
686
|
}
|
|
@@ -705,12 +707,12 @@
|
|
|
705
707
|
[
|
|
706
708
|
"persist",
|
|
707
709
|
"update",
|
|
708
|
-
"
|
|
710
|
+
"ListItem",
|
|
709
711
|
"@payload.data"
|
|
710
712
|
],
|
|
711
713
|
[
|
|
712
714
|
"fetch",
|
|
713
|
-
"
|
|
715
|
+
"ListItem"
|
|
714
716
|
],
|
|
715
717
|
[
|
|
716
718
|
"render-ui",
|
|
@@ -719,11 +721,11 @@
|
|
|
719
721
|
],
|
|
720
722
|
[
|
|
721
723
|
"emit",
|
|
722
|
-
"
|
|
724
|
+
"LIST_ITEM_UPDATED"
|
|
723
725
|
],
|
|
724
726
|
[
|
|
725
727
|
"notify",
|
|
726
|
-
"
|
|
728
|
+
"ListItem updated successfully"
|
|
727
729
|
]
|
|
728
730
|
]
|
|
729
731
|
}
|
|
@@ -731,8 +733,8 @@
|
|
|
731
733
|
}
|
|
732
734
|
},
|
|
733
735
|
{
|
|
734
|
-
"name": "
|
|
735
|
-
"linkedEntity": "
|
|
736
|
+
"name": "ListItemView",
|
|
737
|
+
"linkedEntity": "ListItem",
|
|
736
738
|
"category": "interaction",
|
|
737
739
|
"stateMachine": {
|
|
738
740
|
"states": [
|
|
@@ -773,7 +775,7 @@
|
|
|
773
775
|
"effects": [
|
|
774
776
|
[
|
|
775
777
|
"fetch",
|
|
776
|
-
"
|
|
778
|
+
"ListItem"
|
|
777
779
|
]
|
|
778
780
|
]
|
|
779
781
|
},
|
|
@@ -784,7 +786,7 @@
|
|
|
784
786
|
"effects": [
|
|
785
787
|
[
|
|
786
788
|
"fetch",
|
|
787
|
-
"
|
|
789
|
+
"ListItem",
|
|
788
790
|
"@payload.id"
|
|
789
791
|
],
|
|
790
792
|
[
|
|
@@ -931,20 +933,20 @@
|
|
|
931
933
|
],
|
|
932
934
|
"pages": [
|
|
933
935
|
{
|
|
934
|
-
"name": "
|
|
935
|
-
"path": "/
|
|
936
|
+
"name": "ListItemPage",
|
|
937
|
+
"path": "/listitems",
|
|
936
938
|
"traits": [
|
|
937
939
|
{
|
|
938
|
-
"ref": "
|
|
940
|
+
"ref": "ListItemBrowse"
|
|
939
941
|
},
|
|
940
942
|
{
|
|
941
|
-
"ref": "
|
|
943
|
+
"ref": "ListItemCreate"
|
|
942
944
|
},
|
|
943
945
|
{
|
|
944
|
-
"ref": "
|
|
946
|
+
"ref": "ListItemEdit"
|
|
945
947
|
},
|
|
946
948
|
{
|
|
947
|
-
"ref": "
|
|
949
|
+
"ref": "ListItemView"
|
|
948
950
|
}
|
|
949
951
|
]
|
|
950
952
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ChatMessageOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "ChatMessageOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
8
|
-
"persistence": "
|
|
7
|
+
"name": "ChatMessage",
|
|
8
|
+
"persistence": "persistent",
|
|
9
|
+
"collection": "chatmessages",
|
|
9
10
|
"fields": [
|
|
10
11
|
{
|
|
11
12
|
"name": "id",
|
|
@@ -32,8 +33,8 @@
|
|
|
32
33
|
},
|
|
33
34
|
"traits": [
|
|
34
35
|
{
|
|
35
|
-
"name": "
|
|
36
|
-
"linkedEntity": "
|
|
36
|
+
"name": "ChatMessageBrowse",
|
|
37
|
+
"linkedEntity": "ChatMessage",
|
|
37
38
|
"category": "interaction",
|
|
38
39
|
"listens": [
|
|
39
40
|
{
|
|
@@ -88,7 +89,7 @@
|
|
|
88
89
|
"effects": [
|
|
89
90
|
[
|
|
90
91
|
"fetch",
|
|
91
|
-
"
|
|
92
|
+
"ChatMessage"
|
|
92
93
|
],
|
|
93
94
|
[
|
|
94
95
|
"render-ui",
|
|
@@ -117,7 +118,7 @@
|
|
|
117
118
|
},
|
|
118
119
|
{
|
|
119
120
|
"type": "typography",
|
|
120
|
-
"content": "
|
|
121
|
+
"content": "ChatMessages",
|
|
121
122
|
"variant": "h2"
|
|
122
123
|
}
|
|
123
124
|
]
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
},
|
|
144
145
|
{
|
|
145
146
|
"type": "data-grid",
|
|
146
|
-
"entity": "
|
|
147
|
+
"entity": "ChatMessage",
|
|
147
148
|
"emptyIcon": "inbox",
|
|
148
149
|
"emptyTitle": "No messages yet",
|
|
149
150
|
"emptyDescription": "Start a new conversation.",
|
|
@@ -212,7 +213,7 @@
|
|
|
212
213
|
"effects": [
|
|
213
214
|
[
|
|
214
215
|
"fetch",
|
|
215
|
-
"
|
|
216
|
+
"ChatMessage"
|
|
216
217
|
]
|
|
217
218
|
]
|
|
218
219
|
}
|
|
@@ -220,8 +221,8 @@
|
|
|
220
221
|
}
|
|
221
222
|
},
|
|
222
223
|
{
|
|
223
|
-
"name": "
|
|
224
|
-
"linkedEntity": "
|
|
224
|
+
"name": "ChatMessageCompose",
|
|
225
|
+
"linkedEntity": "ChatMessage",
|
|
225
226
|
"category": "interaction",
|
|
226
227
|
"emits": [
|
|
227
228
|
{
|
|
@@ -271,7 +272,7 @@
|
|
|
271
272
|
"effects": [
|
|
272
273
|
[
|
|
273
274
|
"fetch",
|
|
274
|
-
"
|
|
275
|
+
"ChatMessage"
|
|
275
276
|
]
|
|
276
277
|
]
|
|
277
278
|
},
|
|
@@ -300,7 +301,7 @@
|
|
|
300
301
|
},
|
|
301
302
|
{
|
|
302
303
|
"type": "typography",
|
|
303
|
-
"content": "New
|
|
304
|
+
"content": "New ChatMessage",
|
|
304
305
|
"variant": "h3"
|
|
305
306
|
}
|
|
306
307
|
]
|
|
@@ -310,7 +311,7 @@
|
|
|
310
311
|
},
|
|
311
312
|
{
|
|
312
313
|
"type": "form-section",
|
|
313
|
-
"entity": "
|
|
314
|
+
"entity": "ChatMessage",
|
|
314
315
|
"mode": "create",
|
|
315
316
|
"submitEvent": "SEND",
|
|
316
317
|
"cancelEvent": "CLOSE",
|
|
@@ -346,12 +347,12 @@
|
|
|
346
347
|
[
|
|
347
348
|
"persist",
|
|
348
349
|
"create",
|
|
349
|
-
"
|
|
350
|
+
"ChatMessage",
|
|
350
351
|
"@payload.data"
|
|
351
352
|
],
|
|
352
353
|
[
|
|
353
354
|
"fetch",
|
|
354
|
-
"
|
|
355
|
+
"ChatMessage"
|
|
355
356
|
],
|
|
356
357
|
[
|
|
357
358
|
"render-ui",
|
|
@@ -364,7 +365,7 @@
|
|
|
364
365
|
],
|
|
365
366
|
[
|
|
366
367
|
"notify",
|
|
367
|
-
"
|
|
368
|
+
"ChatMessage created successfully"
|
|
368
369
|
]
|
|
369
370
|
]
|
|
370
371
|
}
|
|
@@ -372,8 +373,8 @@
|
|
|
372
373
|
}
|
|
373
374
|
},
|
|
374
375
|
{
|
|
375
|
-
"name": "
|
|
376
|
-
"linkedEntity": "
|
|
376
|
+
"name": "ChatMessageView",
|
|
377
|
+
"linkedEntity": "ChatMessage",
|
|
377
378
|
"category": "interaction",
|
|
378
379
|
"stateMachine": {
|
|
379
380
|
"states": [
|
|
@@ -414,7 +415,7 @@
|
|
|
414
415
|
"effects": [
|
|
415
416
|
[
|
|
416
417
|
"fetch",
|
|
417
|
-
"
|
|
418
|
+
"ChatMessage"
|
|
418
419
|
]
|
|
419
420
|
]
|
|
420
421
|
},
|
|
@@ -425,7 +426,7 @@
|
|
|
425
426
|
"effects": [
|
|
426
427
|
[
|
|
427
428
|
"fetch",
|
|
428
|
-
"
|
|
429
|
+
"ChatMessage",
|
|
429
430
|
"@payload.id"
|
|
430
431
|
],
|
|
431
432
|
[
|
|
@@ -565,17 +566,17 @@
|
|
|
565
566
|
],
|
|
566
567
|
"pages": [
|
|
567
568
|
{
|
|
568
|
-
"name": "
|
|
569
|
-
"path": "/
|
|
569
|
+
"name": "ChatMessagePage",
|
|
570
|
+
"path": "/chatmessages",
|
|
570
571
|
"traits": [
|
|
571
572
|
{
|
|
572
|
-
"ref": "
|
|
573
|
+
"ref": "ChatMessageBrowse"
|
|
573
574
|
},
|
|
574
575
|
{
|
|
575
|
-
"ref": "
|
|
576
|
+
"ref": "ChatMessageCompose"
|
|
576
577
|
},
|
|
577
578
|
{
|
|
578
|
-
"ref": "
|
|
579
|
+
"ref": "ChatMessageView"
|
|
579
580
|
}
|
|
580
581
|
]
|
|
581
582
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "NegotiatorGameOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "NegotiatorGameOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "NegotiatorGame",
|
|
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": "NegotiatorGameNegotiatorGame",
|
|
36
|
+
"linkedEntity": "NegotiatorGame",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"effects": [
|
|
79
79
|
[
|
|
80
80
|
"fetch",
|
|
81
|
-
"
|
|
81
|
+
"NegotiatorGame"
|
|
82
82
|
],
|
|
83
83
|
[
|
|
84
84
|
"render-ui",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"main",
|
|
108
108
|
{
|
|
109
109
|
"type": "negotiator-board",
|
|
110
|
-
"entity": "
|
|
110
|
+
"entity": "NegotiatorGame",
|
|
111
111
|
"completeEvent": "COMPLETE"
|
|
112
112
|
}
|
|
113
113
|
]
|
|
@@ -169,11 +169,11 @@
|
|
|
169
169
|
],
|
|
170
170
|
"pages": [
|
|
171
171
|
{
|
|
172
|
-
"name": "
|
|
173
|
-
"path": "/
|
|
172
|
+
"name": "NegotiatorGamePage",
|
|
173
|
+
"path": "/negotiatorgames",
|
|
174
174
|
"traits": [
|
|
175
175
|
{
|
|
176
|
-
"ref": "
|
|
176
|
+
"ref": "NegotiatorGameNegotiatorGame"
|
|
177
177
|
}
|
|
178
178
|
]
|
|
179
179
|
}
|