@almadar/std 3.1.3 → 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 +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 +969 -1
- 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 +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 +969 -1
- 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 +5 -1
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +9 -2
- 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 +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 +969 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "FormFieldOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "FormFieldOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "FormField",
|
|
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": "FormFieldInput",
|
|
46
|
+
"linkedEntity": "FormField",
|
|
47
47
|
"category": "interaction",
|
|
48
48
|
"stateMachine": {
|
|
49
49
|
"states": [
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
"type": "typography",
|
|
117
|
-
"content": "
|
|
117
|
+
"content": "FormField",
|
|
118
118
|
"variant": "h2"
|
|
119
119
|
}
|
|
120
120
|
]
|
|
@@ -130,11 +130,11 @@
|
|
|
130
130
|
{
|
|
131
131
|
"type": "typography",
|
|
132
132
|
"variant": "caption",
|
|
133
|
-
"content": "
|
|
133
|
+
"content": "FormField"
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
136
|
"type": "input",
|
|
137
|
-
"placeholder": "Enter
|
|
137
|
+
"placeholder": "Enter formfield...",
|
|
138
138
|
"event": "CHANGE"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"type": "typography",
|
|
184
|
-
"content": "
|
|
184
|
+
"content": "FormField",
|
|
185
185
|
"variant": "h2"
|
|
186
186
|
}
|
|
187
187
|
]
|
|
@@ -197,11 +197,11 @@
|
|
|
197
197
|
{
|
|
198
198
|
"type": "typography",
|
|
199
199
|
"variant": "caption",
|
|
200
|
-
"content": "
|
|
200
|
+
"content": "FormField"
|
|
201
201
|
},
|
|
202
202
|
{
|
|
203
203
|
"type": "input",
|
|
204
|
-
"placeholder": "Enter
|
|
204
|
+
"placeholder": "Enter formfield...",
|
|
205
205
|
"event": "CHANGE"
|
|
206
206
|
},
|
|
207
207
|
{
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
"type": "typography",
|
|
251
|
-
"content": "
|
|
251
|
+
"content": "FormField",
|
|
252
252
|
"variant": "h2"
|
|
253
253
|
}
|
|
254
254
|
]
|
|
@@ -264,11 +264,11 @@
|
|
|
264
264
|
{
|
|
265
265
|
"type": "typography",
|
|
266
266
|
"variant": "caption",
|
|
267
|
-
"content": "
|
|
267
|
+
"content": "FormField"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
270
|
"type": "input",
|
|
271
|
-
"placeholder": "Enter
|
|
271
|
+
"placeholder": "Enter formfield...",
|
|
272
272
|
"event": "CHANGE"
|
|
273
273
|
},
|
|
274
274
|
{
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"type": "typography",
|
|
318
|
-
"content": "
|
|
318
|
+
"content": "FormField",
|
|
319
319
|
"variant": "h2"
|
|
320
320
|
}
|
|
321
321
|
]
|
|
@@ -331,11 +331,11 @@
|
|
|
331
331
|
{
|
|
332
332
|
"type": "typography",
|
|
333
333
|
"variant": "caption",
|
|
334
|
-
"content": "
|
|
334
|
+
"content": "FormField"
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"type": "input",
|
|
338
|
-
"placeholder": "Enter
|
|
338
|
+
"placeholder": "Enter formfield...",
|
|
339
339
|
"event": "CHANGE"
|
|
340
340
|
},
|
|
341
341
|
{
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
},
|
|
383
383
|
{
|
|
384
384
|
"type": "typography",
|
|
385
|
-
"content": "
|
|
385
|
+
"content": "FormField",
|
|
386
386
|
"variant": "h2"
|
|
387
387
|
}
|
|
388
388
|
]
|
|
@@ -398,11 +398,11 @@
|
|
|
398
398
|
{
|
|
399
399
|
"type": "typography",
|
|
400
400
|
"variant": "caption",
|
|
401
|
-
"content": "
|
|
401
|
+
"content": "FormField"
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
404
|
"type": "input",
|
|
405
|
-
"placeholder": "Enter
|
|
405
|
+
"placeholder": "Enter formfield...",
|
|
406
406
|
"event": "CHANGE"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"type": "typography",
|
|
452
|
-
"content": "
|
|
452
|
+
"content": "FormField",
|
|
453
453
|
"variant": "h2"
|
|
454
454
|
}
|
|
455
455
|
]
|
|
@@ -465,11 +465,11 @@
|
|
|
465
465
|
{
|
|
466
466
|
"type": "typography",
|
|
467
467
|
"variant": "caption",
|
|
468
|
-
"content": "
|
|
468
|
+
"content": "FormField"
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
"type": "input",
|
|
472
|
-
"placeholder": "Enter
|
|
472
|
+
"placeholder": "Enter formfield...",
|
|
473
473
|
"event": "CHANGE"
|
|
474
474
|
},
|
|
475
475
|
{
|
|
@@ -511,7 +511,7 @@
|
|
|
511
511
|
},
|
|
512
512
|
{
|
|
513
513
|
"type": "typography",
|
|
514
|
-
"content": "
|
|
514
|
+
"content": "FormField",
|
|
515
515
|
"variant": "h2"
|
|
516
516
|
}
|
|
517
517
|
]
|
|
@@ -527,11 +527,11 @@
|
|
|
527
527
|
{
|
|
528
528
|
"type": "typography",
|
|
529
529
|
"variant": "caption",
|
|
530
|
-
"content": "
|
|
530
|
+
"content": "FormField"
|
|
531
531
|
},
|
|
532
532
|
{
|
|
533
533
|
"type": "input",
|
|
534
|
-
"placeholder": "Enter
|
|
534
|
+
"placeholder": "Enter formfield...",
|
|
535
535
|
"event": "CHANGE"
|
|
536
536
|
},
|
|
537
537
|
{
|
|
@@ -573,7 +573,7 @@
|
|
|
573
573
|
},
|
|
574
574
|
{
|
|
575
575
|
"type": "typography",
|
|
576
|
-
"content": "
|
|
576
|
+
"content": "FormField",
|
|
577
577
|
"variant": "h2"
|
|
578
578
|
}
|
|
579
579
|
]
|
|
@@ -589,11 +589,11 @@
|
|
|
589
589
|
{
|
|
590
590
|
"type": "typography",
|
|
591
591
|
"variant": "caption",
|
|
592
|
-
"content": "
|
|
592
|
+
"content": "FormField"
|
|
593
593
|
},
|
|
594
594
|
{
|
|
595
595
|
"type": "input",
|
|
596
|
-
"placeholder": "Enter
|
|
596
|
+
"placeholder": "Enter formfield...",
|
|
597
597
|
"event": "CHANGE"
|
|
598
598
|
},
|
|
599
599
|
{
|
|
@@ -615,11 +615,11 @@
|
|
|
615
615
|
],
|
|
616
616
|
"pages": [
|
|
617
617
|
{
|
|
618
|
-
"name": "
|
|
619
|
-
"path": "/
|
|
618
|
+
"name": "FormFieldInputPage",
|
|
619
|
+
"path": "/formfields/input",
|
|
620
620
|
"traits": [
|
|
621
621
|
{
|
|
622
|
-
"ref": "
|
|
622
|
+
"ref": "FormFieldInput"
|
|
623
623
|
}
|
|
624
624
|
]
|
|
625
625
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "InventoryPanelOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "InventoryPanelOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "InventoryPanel",
|
|
8
8
|
"persistence": "singleton",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
},
|
|
80
80
|
"traits": [
|
|
81
81
|
{
|
|
82
|
-
"name": "
|
|
83
|
-
"linkedEntity": "
|
|
82
|
+
"name": "InventoryPanelInventoryPanel",
|
|
83
|
+
"linkedEntity": "InventoryPanel",
|
|
84
84
|
"category": "interaction",
|
|
85
85
|
"stateMachine": {
|
|
86
86
|
"states": [
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"effects": [
|
|
137
137
|
[
|
|
138
138
|
"fetch",
|
|
139
|
-
"
|
|
139
|
+
"InventoryPanel"
|
|
140
140
|
],
|
|
141
141
|
[
|
|
142
142
|
"render-ui",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"effects": [
|
|
183
183
|
[
|
|
184
184
|
"fetch",
|
|
185
|
-
"
|
|
185
|
+
"InventoryPanel"
|
|
186
186
|
],
|
|
187
187
|
[
|
|
188
188
|
"render-ui",
|
|
@@ -208,12 +208,12 @@
|
|
|
208
208
|
[
|
|
209
209
|
"persist",
|
|
210
210
|
"delete",
|
|
211
|
-
"
|
|
211
|
+
"InventoryPanel",
|
|
212
212
|
"@payload.id"
|
|
213
213
|
],
|
|
214
214
|
[
|
|
215
215
|
"fetch",
|
|
216
|
-
"
|
|
216
|
+
"InventoryPanel"
|
|
217
217
|
],
|
|
218
218
|
[
|
|
219
219
|
"render-ui",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
],
|
|
232
232
|
[
|
|
233
233
|
"notify",
|
|
234
|
-
"
|
|
234
|
+
"InventoryPanel deleted successfully"
|
|
235
235
|
]
|
|
236
236
|
]
|
|
237
237
|
}
|
|
@@ -241,11 +241,11 @@
|
|
|
241
241
|
],
|
|
242
242
|
"pages": [
|
|
243
243
|
{
|
|
244
|
-
"name": "
|
|
245
|
-
"path": "/
|
|
244
|
+
"name": "InventoryPanelInventoryPage",
|
|
245
|
+
"path": "/inventorypanels",
|
|
246
246
|
"traits": [
|
|
247
247
|
{
|
|
248
|
-
"ref": "
|
|
248
|
+
"ref": "InventoryPanelInventoryPanel"
|
|
249
249
|
}
|
|
250
250
|
]
|
|
251
251
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "IsometricCanvasOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "IsometricCanvasOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "IsometricCanvas",
|
|
8
8
|
"persistence": "singleton",
|
|
9
9
|
"fields": [
|
|
10
10
|
{
|
|
@@ -373,8 +373,8 @@
|
|
|
373
373
|
},
|
|
374
374
|
"traits": [
|
|
375
375
|
{
|
|
376
|
-
"name": "
|
|
377
|
-
"linkedEntity": "
|
|
376
|
+
"name": "IsometricCanvasIsometricCanvas",
|
|
377
|
+
"linkedEntity": "IsometricCanvas",
|
|
378
378
|
"category": "interaction",
|
|
379
379
|
"stateMachine": {
|
|
380
380
|
"states": [
|
|
@@ -434,7 +434,7 @@
|
|
|
434
434
|
"effects": [
|
|
435
435
|
[
|
|
436
436
|
"fetch",
|
|
437
|
-
"
|
|
437
|
+
"IsometricCanvas"
|
|
438
438
|
],
|
|
439
439
|
[
|
|
440
440
|
"render-ui",
|
|
@@ -617,11 +617,11 @@
|
|
|
617
617
|
],
|
|
618
618
|
"pages": [
|
|
619
619
|
{
|
|
620
|
-
"name": "
|
|
621
|
-
"path": "/
|
|
620
|
+
"name": "IsometricCanvasCanvasPage",
|
|
621
|
+
"path": "/isometriccanvass",
|
|
622
622
|
"traits": [
|
|
623
623
|
{
|
|
624
|
-
"ref": "
|
|
624
|
+
"ref": "IsometricCanvasIsometricCanvas"
|
|
625
625
|
}
|
|
626
626
|
]
|
|
627
627
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "LoadableItemOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "LoadableItemOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "LoadableItem",
|
|
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": "LoadableItemLoading",
|
|
41
|
+
"linkedEntity": "LoadableItem",
|
|
42
42
|
"category": "interaction",
|
|
43
43
|
"stateMachine": {
|
|
44
44
|
"states": [
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"type": "typography",
|
|
114
|
-
"content": "
|
|
114
|
+
"content": "LoadableItem",
|
|
115
115
|
"variant": "h2"
|
|
116
116
|
}
|
|
117
117
|
]
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"type": "typography",
|
|
124
124
|
"variant": "body",
|
|
125
125
|
"color": "muted",
|
|
126
|
-
"content": "Ready to load
|
|
126
|
+
"content": "Ready to load loadableitem. Click Start to begin."
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
129
|
"type": "button",
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
409
|
"type": "typography",
|
|
410
|
-
"content": "
|
|
410
|
+
"content": "LoadableItem",
|
|
411
411
|
"variant": "h2"
|
|
412
412
|
}
|
|
413
413
|
]
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"type": "typography",
|
|
420
420
|
"variant": "body",
|
|
421
421
|
"color": "muted",
|
|
422
|
-
"content": "Ready to load
|
|
422
|
+
"content": "Ready to load loadableitem. Click Start to begin."
|
|
423
423
|
},
|
|
424
424
|
{
|
|
425
425
|
"type": "button",
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
},
|
|
466
466
|
{
|
|
467
467
|
"type": "typography",
|
|
468
|
-
"content": "
|
|
468
|
+
"content": "LoadableItem",
|
|
469
469
|
"variant": "h2"
|
|
470
470
|
}
|
|
471
471
|
]
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"type": "typography",
|
|
478
478
|
"variant": "body",
|
|
479
479
|
"color": "muted",
|
|
480
|
-
"content": "Ready to load
|
|
480
|
+
"content": "Ready to load loadableitem. Click Start to begin."
|
|
481
481
|
},
|
|
482
482
|
{
|
|
483
483
|
"type": "button",
|
|
@@ -497,11 +497,11 @@
|
|
|
497
497
|
],
|
|
498
498
|
"pages": [
|
|
499
499
|
{
|
|
500
|
-
"name": "
|
|
501
|
-
"path": "/
|
|
500
|
+
"name": "LoadableItemLoadingPage",
|
|
501
|
+
"path": "/loadableitems/loading",
|
|
502
502
|
"traits": [
|
|
503
503
|
{
|
|
504
|
-
"ref": "
|
|
504
|
+
"ref": "LoadableItemLoading"
|
|
505
505
|
}
|
|
506
506
|
]
|
|
507
507
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "ModalRecordOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "ModalRecordOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "ModalRecord",
|
|
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": "ModalRecordModal",
|
|
36
|
+
"linkedEntity": "ModalRecord",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"effects": [
|
|
68
68
|
[
|
|
69
69
|
"fetch",
|
|
70
|
-
"
|
|
70
|
+
"ModalRecord"
|
|
71
71
|
],
|
|
72
72
|
[
|
|
73
73
|
"render-ui",
|
|
@@ -256,11 +256,11 @@
|
|
|
256
256
|
],
|
|
257
257
|
"pages": [
|
|
258
258
|
{
|
|
259
|
-
"name": "
|
|
260
|
-
"path": "/
|
|
259
|
+
"name": "ModalRecordModalPage",
|
|
260
|
+
"path": "/modalrecords/modal",
|
|
261
261
|
"traits": [
|
|
262
262
|
{
|
|
263
|
-
"ref": "
|
|
263
|
+
"ref": "ModalRecordModal"
|
|
264
264
|
}
|
|
265
265
|
]
|
|
266
266
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "MovableEntityOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "MovableEntityOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "MovableEntity",
|
|
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": "MovableEntityMovement",
|
|
36
|
+
"linkedEntity": "MovableEntity",
|
|
37
37
|
"category": "interaction",
|
|
38
38
|
"stateMachine": {
|
|
39
39
|
"states": [
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"effects": [
|
|
106
106
|
[
|
|
107
107
|
"fetch",
|
|
108
|
-
"
|
|
108
|
+
"MovableEntity"
|
|
109
109
|
],
|
|
110
110
|
[
|
|
111
111
|
"render-ui",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
"type": "typography",
|
|
136
|
-
"content": "
|
|
136
|
+
"content": "MovableEntitys Movement",
|
|
137
137
|
"variant": "h2"
|
|
138
138
|
}
|
|
139
139
|
]
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"effects": [
|
|
246
246
|
[
|
|
247
247
|
"fetch",
|
|
248
|
-
"
|
|
248
|
+
"MovableEntity"
|
|
249
249
|
],
|
|
250
250
|
[
|
|
251
251
|
"render-ui",
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
275
|
"type": "typography",
|
|
276
|
-
"content": "
|
|
276
|
+
"content": "MovableEntitys Movement",
|
|
277
277
|
"variant": "h2"
|
|
278
278
|
}
|
|
279
279
|
]
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"effects": [
|
|
386
386
|
[
|
|
387
387
|
"fetch",
|
|
388
|
-
"
|
|
388
|
+
"MovableEntity"
|
|
389
389
|
],
|
|
390
390
|
[
|
|
391
391
|
"render-ui",
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
},
|
|
414
414
|
{
|
|
415
415
|
"type": "typography",
|
|
416
|
-
"content": "
|
|
416
|
+
"content": "MovableEntitys Movement",
|
|
417
417
|
"variant": "h2"
|
|
418
418
|
}
|
|
419
419
|
]
|
|
@@ -594,7 +594,7 @@
|
|
|
594
594
|
],
|
|
595
595
|
[
|
|
596
596
|
"fetch",
|
|
597
|
-
"
|
|
597
|
+
"MovableEntity"
|
|
598
598
|
],
|
|
599
599
|
[
|
|
600
600
|
"render-ui",
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
},
|
|
623
623
|
{
|
|
624
624
|
"type": "typography",
|
|
625
|
-
"content": "
|
|
625
|
+
"content": "MovableEntitys Movement",
|
|
626
626
|
"variant": "h2"
|
|
627
627
|
}
|
|
628
628
|
]
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
],
|
|
740
740
|
[
|
|
741
741
|
"fetch",
|
|
742
|
-
"
|
|
742
|
+
"MovableEntity"
|
|
743
743
|
],
|
|
744
744
|
[
|
|
745
745
|
"render-ui",
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
},
|
|
768
768
|
{
|
|
769
769
|
"type": "typography",
|
|
770
|
-
"content": "
|
|
770
|
+
"content": "MovableEntitys Movement",
|
|
771
771
|
"variant": "h2"
|
|
772
772
|
}
|
|
773
773
|
]
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
],
|
|
885
885
|
[
|
|
886
886
|
"fetch",
|
|
887
|
-
"
|
|
887
|
+
"MovableEntity"
|
|
888
888
|
],
|
|
889
889
|
[
|
|
890
890
|
"render-ui",
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
},
|
|
913
913
|
{
|
|
914
914
|
"type": "typography",
|
|
915
|
-
"content": "
|
|
915
|
+
"content": "MovableEntitys Movement",
|
|
916
916
|
"variant": "h2"
|
|
917
917
|
}
|
|
918
918
|
]
|
|
@@ -1023,11 +1023,11 @@
|
|
|
1023
1023
|
],
|
|
1024
1024
|
"pages": [
|
|
1025
1025
|
{
|
|
1026
|
-
"name": "
|
|
1027
|
-
"path": "/
|
|
1026
|
+
"name": "MovableEntityPage",
|
|
1027
|
+
"path": "/movableentitys",
|
|
1028
1028
|
"traits": [
|
|
1029
1029
|
{
|
|
1030
|
-
"ref": "
|
|
1030
|
+
"ref": "MovableEntityMovement"
|
|
1031
1031
|
}
|
|
1032
1032
|
]
|
|
1033
1033
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "NotificationOrbital",
|
|
3
3
|
"orbitals": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
5
|
+
"name": "NotificationOrbital",
|
|
6
6
|
"entity": {
|
|
7
|
-
"name": "
|
|
7
|
+
"name": "Notification",
|
|
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": "NotificationNotification",
|
|
46
|
+
"linkedEntity": "Notification",
|
|
47
47
|
"category": "interaction",
|
|
48
48
|
"stateMachine": {
|
|
49
49
|
"states": [
|
|
@@ -404,11 +404,11 @@
|
|
|
404
404
|
],
|
|
405
405
|
"pages": [
|
|
406
406
|
{
|
|
407
|
-
"name": "
|
|
408
|
-
"path": "/
|
|
407
|
+
"name": "NotificationNotificationPage",
|
|
408
|
+
"path": "/notifications/notifications",
|
|
409
409
|
"traits": [
|
|
410
410
|
{
|
|
411
|
-
"ref": "
|
|
411
|
+
"ref": "NotificationNotification"
|
|
412
412
|
}
|
|
413
413
|
]
|
|
414
414
|
}
|