@almadar/std 3.2.2 → 3.2.3
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-browse.orb +38 -45
- package/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/behaviors/exports/atoms/std-display.orb +1175 -510
- package/behaviors/exports/atoms/std-drawer.orb +235 -133
- package/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/behaviors/exports/atoms/std-loading.orb +131 -103
- package/behaviors/exports/atoms/std-modal.orb +5 -24
- package/behaviors/exports/atoms/std-notification.orb +71 -0
- package/behaviors/exports/atoms/std-pagination.orb +32 -40
- package/behaviors/exports/atoms/std-rating.orb +328 -0
- package/behaviors/exports/atoms/std-score.orb +41 -0
- package/behaviors/exports/atoms/std-search.orb +44 -30
- package/behaviors/exports/atoms/std-selection.orb +26 -34
- package/behaviors/exports/atoms/std-sort.orb +82 -60
- package/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/behaviors/exports/atoms/std-theme.orb +573 -0
- package/behaviors/exports/atoms/std-upload.orb +535 -0
- package/behaviors/exports/atoms/std-wizard.orb +664 -224
- package/behaviors/exports/molecules/std-builder-game.orb +43 -3
- package/behaviors/exports/molecules/std-cart.orb +319 -101
- package/behaviors/exports/molecules/std-classifier-game.orb +43 -3
- package/behaviors/exports/molecules/std-debugger-game.orb +43 -3
- package/behaviors/exports/molecules/std-detail.orb +46 -49
- package/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
- package/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/behaviors/exports/molecules/std-geospatial.orb +48 -48
- package/behaviors/exports/molecules/std-inventory.orb +70 -50
- package/behaviors/exports/molecules/std-list.orb +174 -197
- package/behaviors/exports/molecules/std-messaging.orb +35 -50
- package/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
- package/behaviors/exports/molecules/std-platformer-game.orb +18 -2
- package/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
- package/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
- package/behaviors/exports/molecules/std-simulator-game.orb +43 -3
- package/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
- package/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
- package/behaviors/exports/organisms/std-arcade-game.orb +377 -265
- package/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
- package/behaviors/exports/organisms/std-cms.orb +929 -822
- package/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
- package/behaviors/exports/organisms/std-crm.orb +2302 -1282
- package/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
- package/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
- package/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
- package/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
- package/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
- package/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
- package/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
- package/behaviors/exports/organisms/std-lms.orb +2495 -1435
- package/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/behaviors/exports/organisms/std-platformer-app.orb +345 -214
- package/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
- package/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
- package/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
- package/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
- package/behaviors/exports/organisms/std-social-feed.orb +184 -172
- package/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
- package/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
- package/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
- package/behaviors/exports/validation-report.json +0 -747
- package/dist/behaviors/exports/atoms/std-browse.orb +38 -45
- package/dist/behaviors/exports/atoms/std-calendar.orb +770 -0
- package/dist/behaviors/exports/atoms/std-display.orb +1175 -510
- package/dist/behaviors/exports/atoms/std-drawer.orb +235 -133
- package/dist/behaviors/exports/atoms/std-flip-card.orb +596 -0
- package/dist/behaviors/exports/atoms/std-gallery.orb +382 -0
- package/dist/behaviors/exports/atoms/std-loading.orb +131 -103
- package/dist/behaviors/exports/atoms/std-modal.orb +5 -24
- package/dist/behaviors/exports/atoms/std-notification.orb +71 -0
- package/dist/behaviors/exports/atoms/std-pagination.orb +32 -40
- package/dist/behaviors/exports/atoms/std-rating.orb +328 -0
- package/dist/behaviors/exports/atoms/std-score.orb +41 -0
- package/dist/behaviors/exports/atoms/std-search.orb +44 -30
- package/dist/behaviors/exports/atoms/std-selection.orb +26 -34
- package/dist/behaviors/exports/atoms/std-sort.orb +82 -60
- package/dist/behaviors/exports/atoms/std-text-effects.orb +658 -0
- package/dist/behaviors/exports/atoms/std-theme.orb +573 -0
- package/dist/behaviors/exports/atoms/std-upload.orb +535 -0
- package/dist/behaviors/exports/atoms/std-wizard.orb +664 -224
- package/dist/behaviors/exports/molecules/std-builder-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-cart.orb +319 -101
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-detail.orb +46 -49
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/behaviors/exports/molecules/std-geospatial.orb +48 -48
- package/dist/behaviors/exports/molecules/std-inventory.orb +70 -50
- package/dist/behaviors/exports/molecules/std-list.orb +174 -197
- package/dist/behaviors/exports/molecules/std-messaging.orb +35 -50
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +18 -2
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +32 -6
- package/dist/behaviors/exports/molecules/std-quiz.orb +1045 -0
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +43 -3
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +26 -0
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +2326 -1320
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +377 -265
- package/dist/behaviors/exports/organisms/std-booking-system.orb +3144 -1855
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +2107 -1122
- package/dist/behaviors/exports/organisms/std-cms.orb +929 -822
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +1347 -458
- package/dist/behaviors/exports/organisms/std-crm.orb +2302 -1282
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +3902 -2005
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +2432 -1630
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +1674 -846
- package/dist/behaviors/exports/organisms/std-healthcare.orb +3545 -1992
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +1853 -940
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +3249 -1939
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +2422 -1418
- package/dist/behaviors/exports/organisms/std-lms.orb +2495 -1435
- package/dist/behaviors/exports/organisms/std-logic-training.orb +220 -66
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +345 -214
- package/dist/behaviors/exports/organisms/std-project-manager.orb +2217 -1190
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +228 -103
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +1887 -1051
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +1170 -948
- package/dist/behaviors/exports/organisms/std-social-feed.orb +184 -172
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +1308 -482
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +1520 -696
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +1884 -904
- package/dist/behaviors/exports/validation-report.json +0 -747
- package/dist/behaviors/functions/index.d.ts +270 -1
- package/dist/behaviors/functions/index.js +3163 -807
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +3164 -808
- package/dist/behaviors/index.js.map +1 -1
- package/dist/exports/atoms/std-browse.orb +38 -45
- package/dist/exports/atoms/std-calendar.orb +770 -0
- package/dist/exports/atoms/std-display.orb +1175 -510
- package/dist/exports/atoms/std-drawer.orb +235 -133
- package/dist/exports/atoms/std-flip-card.orb +596 -0
- package/dist/exports/atoms/std-gallery.orb +382 -0
- package/dist/exports/atoms/std-loading.orb +131 -103
- package/dist/exports/atoms/std-modal.orb +5 -24
- package/dist/exports/atoms/std-notification.orb +71 -0
- package/dist/exports/atoms/std-pagination.orb +32 -40
- package/dist/exports/atoms/std-rating.orb +328 -0
- package/dist/exports/atoms/std-score.orb +41 -0
- package/dist/exports/atoms/std-search.orb +44 -30
- package/dist/exports/atoms/std-selection.orb +26 -34
- package/dist/exports/atoms/std-sort.orb +82 -60
- package/dist/exports/atoms/std-text-effects.orb +658 -0
- package/dist/exports/atoms/std-theme.orb +573 -0
- package/dist/exports/atoms/std-upload.orb +535 -0
- package/dist/exports/atoms/std-wizard.orb +664 -224
- package/dist/exports/molecules/std-builder-game.orb +43 -3
- package/dist/exports/molecules/std-cart.orb +319 -101
- package/dist/exports/molecules/std-classifier-game.orb +43 -3
- package/dist/exports/molecules/std-debugger-game.orb +43 -3
- package/dist/exports/molecules/std-detail.orb +46 -49
- package/dist/exports/molecules/std-event-handler-game.orb +43 -3
- package/dist/exports/molecules/std-form-advanced.orb +654 -0
- package/dist/exports/molecules/std-geospatial.orb +48 -48
- package/dist/exports/molecules/std-inventory.orb +70 -50
- package/dist/exports/molecules/std-list.orb +174 -197
- package/dist/exports/molecules/std-messaging.orb +35 -50
- package/dist/exports/molecules/std-negotiator-game.orb +43 -3
- package/dist/exports/molecules/std-platformer-game.orb +18 -2
- package/dist/exports/molecules/std-puzzle-game.orb +32 -6
- package/dist/exports/molecules/std-quiz.orb +1045 -0
- package/dist/exports/molecules/std-sequencer-game.orb +43 -3
- package/dist/exports/molecules/std-simulator-game.orb +43 -3
- package/dist/exports/molecules/std-turn-based-battle.orb +26 -0
- package/dist/exports/organisms/std-api-gateway.orb +2326 -1320
- package/dist/exports/organisms/std-arcade-game.orb +377 -265
- package/dist/exports/organisms/std-booking-system.orb +3144 -1855
- package/dist/exports/organisms/std-cicd-pipeline.orb +2107 -1122
- package/dist/exports/organisms/std-cms.orb +929 -822
- package/dist/exports/organisms/std-coding-academy.orb +1347 -458
- package/dist/exports/organisms/std-crm.orb +2302 -1282
- package/dist/exports/organisms/std-devops-dashboard.orb +3902 -2005
- package/dist/exports/organisms/std-ecommerce.orb +2432 -1630
- package/dist/exports/organisms/std-finance-tracker.orb +1674 -846
- package/dist/exports/organisms/std-healthcare.orb +3545 -1992
- package/dist/exports/organisms/std-helpdesk.orb +1853 -940
- package/dist/exports/organisms/std-hr-portal.orb +3249 -1939
- package/dist/exports/organisms/std-iot-dashboard.orb +2422 -1418
- package/dist/exports/organisms/std-lms.orb +2495 -1435
- package/dist/exports/organisms/std-logic-training.orb +220 -66
- package/dist/exports/organisms/std-platformer-app.orb +345 -214
- package/dist/exports/organisms/std-project-manager.orb +2217 -1190
- package/dist/exports/organisms/std-puzzle-app.orb +228 -103
- package/dist/exports/organisms/std-realtime-chat.orb +1887 -1051
- package/dist/exports/organisms/std-rpg-game.orb +1170 -948
- package/dist/exports/organisms/std-social-feed.orb +184 -172
- package/dist/exports/organisms/std-stem-lab.orb +1308 -482
- package/dist/exports/organisms/std-strategy-game.orb +1520 -696
- package/dist/exports/organisms/std-trading-dashboard.orb +1884 -904
- package/dist/exports/validation-report.json +0 -747
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3166 -810
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -104,14 +104,21 @@
|
|
|
104
104
|
"render-ui",
|
|
105
105
|
"main",
|
|
106
106
|
{
|
|
107
|
-
"type": "game-
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
107
|
+
"type": "game-shell",
|
|
108
|
+
"appName": "Arcade Game",
|
|
109
|
+
"showTopBar": true,
|
|
110
|
+
"children": [
|
|
111
111
|
{
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
112
|
+
"type": "game-menu",
|
|
113
|
+
"title": "Arcade",
|
|
114
|
+
"subtitle": "Main Menu",
|
|
115
|
+
"menuItems": [
|
|
116
|
+
{
|
|
117
|
+
"label": "Start Game",
|
|
118
|
+
"event": "START",
|
|
119
|
+
"variant": "primary"
|
|
120
|
+
}
|
|
121
|
+
]
|
|
115
122
|
}
|
|
116
123
|
]
|
|
117
124
|
}
|
|
@@ -127,28 +134,35 @@
|
|
|
127
134
|
"render-ui",
|
|
128
135
|
"main",
|
|
129
136
|
{
|
|
130
|
-
"type": "game-
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
"value": [
|
|
135
|
-
"object/get",
|
|
136
|
-
[
|
|
137
|
-
"array/first",
|
|
138
|
-
"@entity"
|
|
139
|
-
],
|
|
140
|
-
"score"
|
|
141
|
-
]
|
|
142
|
-
},
|
|
137
|
+
"type": "game-shell",
|
|
138
|
+
"appName": "Arcade Game",
|
|
139
|
+
"showTopBar": true,
|
|
140
|
+
"children": [
|
|
143
141
|
{
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
142
|
+
"type": "game-hud",
|
|
143
|
+
"stats": [
|
|
144
|
+
{
|
|
145
|
+
"label": "Score",
|
|
146
|
+
"value": [
|
|
147
|
+
"object/get",
|
|
148
|
+
[
|
|
149
|
+
"array/first",
|
|
150
|
+
"@entity"
|
|
151
|
+
],
|
|
152
|
+
"score"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"label": "Level",
|
|
157
|
+
"value": [
|
|
158
|
+
"object/get",
|
|
159
|
+
[
|
|
160
|
+
"array/first",
|
|
161
|
+
"@entity"
|
|
162
|
+
],
|
|
163
|
+
"level"
|
|
164
|
+
]
|
|
165
|
+
}
|
|
152
166
|
]
|
|
153
167
|
}
|
|
154
168
|
]
|
|
@@ -209,28 +223,35 @@
|
|
|
209
223
|
"render-ui",
|
|
210
224
|
"main",
|
|
211
225
|
{
|
|
212
|
-
"type": "game-
|
|
213
|
-
"
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
"value": [
|
|
217
|
-
"object/get",
|
|
218
|
-
[
|
|
219
|
-
"array/first",
|
|
220
|
-
"@entity"
|
|
221
|
-
],
|
|
222
|
-
"score"
|
|
223
|
-
]
|
|
224
|
-
},
|
|
226
|
+
"type": "game-shell",
|
|
227
|
+
"appName": "Arcade Game",
|
|
228
|
+
"showTopBar": true,
|
|
229
|
+
"children": [
|
|
225
230
|
{
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
"
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
231
|
+
"type": "game-hud",
|
|
232
|
+
"stats": [
|
|
233
|
+
{
|
|
234
|
+
"label": "Score",
|
|
235
|
+
"value": [
|
|
236
|
+
"object/get",
|
|
237
|
+
[
|
|
238
|
+
"array/first",
|
|
239
|
+
"@entity"
|
|
240
|
+
],
|
|
241
|
+
"score"
|
|
242
|
+
]
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"label": "Level",
|
|
246
|
+
"value": [
|
|
247
|
+
"object/get",
|
|
248
|
+
[
|
|
249
|
+
"array/first",
|
|
250
|
+
"@entity"
|
|
251
|
+
],
|
|
252
|
+
"level"
|
|
253
|
+
]
|
|
254
|
+
}
|
|
234
255
|
]
|
|
235
256
|
}
|
|
236
257
|
]
|
|
@@ -252,28 +273,35 @@
|
|
|
252
273
|
"render-ui",
|
|
253
274
|
"main",
|
|
254
275
|
{
|
|
255
|
-
"type": "game-
|
|
256
|
-
"
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
"value": [
|
|
260
|
-
"object/get",
|
|
261
|
-
[
|
|
262
|
-
"array/first",
|
|
263
|
-
"@entity"
|
|
264
|
-
],
|
|
265
|
-
"score"
|
|
266
|
-
]
|
|
267
|
-
},
|
|
276
|
+
"type": "game-shell",
|
|
277
|
+
"appName": "Arcade Game",
|
|
278
|
+
"showTopBar": true,
|
|
279
|
+
"children": [
|
|
268
280
|
{
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
"
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
281
|
+
"type": "game-hud",
|
|
282
|
+
"stats": [
|
|
283
|
+
{
|
|
284
|
+
"label": "Score",
|
|
285
|
+
"value": [
|
|
286
|
+
"object/get",
|
|
287
|
+
[
|
|
288
|
+
"array/first",
|
|
289
|
+
"@entity"
|
|
290
|
+
],
|
|
291
|
+
"score"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"label": "Level",
|
|
296
|
+
"value": [
|
|
297
|
+
"object/get",
|
|
298
|
+
[
|
|
299
|
+
"array/first",
|
|
300
|
+
"@entity"
|
|
301
|
+
],
|
|
302
|
+
"level"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
277
305
|
]
|
|
278
306
|
}
|
|
279
307
|
]
|
|
@@ -290,43 +318,50 @@
|
|
|
290
318
|
"render-ui",
|
|
291
319
|
"main",
|
|
292
320
|
{
|
|
293
|
-
"type": "game-
|
|
294
|
-
"
|
|
295
|
-
"
|
|
296
|
-
|
|
297
|
-
"label": "Score",
|
|
298
|
-
"value": [
|
|
299
|
-
"object/get",
|
|
300
|
-
[
|
|
301
|
-
"array/first",
|
|
302
|
-
"@entity"
|
|
303
|
-
],
|
|
304
|
-
"score"
|
|
305
|
-
]
|
|
306
|
-
},
|
|
321
|
+
"type": "game-shell",
|
|
322
|
+
"appName": "Arcade Game",
|
|
323
|
+
"showTopBar": true,
|
|
324
|
+
"children": [
|
|
307
325
|
{
|
|
308
|
-
"
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
|
|
315
|
-
|
|
326
|
+
"type": "game-over-screen",
|
|
327
|
+
"title": "Game Over",
|
|
328
|
+
"stats": [
|
|
329
|
+
{
|
|
330
|
+
"label": "Score",
|
|
331
|
+
"value": [
|
|
332
|
+
"object/get",
|
|
333
|
+
[
|
|
334
|
+
"array/first",
|
|
335
|
+
"@entity"
|
|
336
|
+
],
|
|
337
|
+
"score"
|
|
338
|
+
]
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"label": "Level",
|
|
342
|
+
"value": [
|
|
343
|
+
"object/get",
|
|
344
|
+
[
|
|
345
|
+
"array/first",
|
|
346
|
+
"@entity"
|
|
347
|
+
],
|
|
348
|
+
"level"
|
|
349
|
+
]
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"menuItems": [
|
|
353
|
+
{
|
|
354
|
+
"label": "Play Again",
|
|
355
|
+
"event": "RESTART",
|
|
356
|
+
"variant": "primary"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"label": "Main Menu",
|
|
360
|
+
"event": "RESTART",
|
|
361
|
+
"variant": "secondary"
|
|
362
|
+
}
|
|
316
363
|
]
|
|
317
364
|
}
|
|
318
|
-
],
|
|
319
|
-
"menuItems": [
|
|
320
|
-
{
|
|
321
|
-
"label": "Play Again",
|
|
322
|
-
"event": "RESTART",
|
|
323
|
-
"variant": "primary"
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"label": "Main Menu",
|
|
327
|
-
"event": "RESTART",
|
|
328
|
-
"variant": "secondary"
|
|
329
|
-
}
|
|
330
365
|
]
|
|
331
366
|
}
|
|
332
367
|
]
|
|
@@ -341,14 +376,21 @@
|
|
|
341
376
|
"render-ui",
|
|
342
377
|
"main",
|
|
343
378
|
{
|
|
344
|
-
"type": "game-
|
|
345
|
-
"
|
|
346
|
-
"
|
|
347
|
-
"
|
|
379
|
+
"type": "game-shell",
|
|
380
|
+
"appName": "Arcade Game",
|
|
381
|
+
"showTopBar": true,
|
|
382
|
+
"children": [
|
|
348
383
|
{
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
384
|
+
"type": "game-menu",
|
|
385
|
+
"title": "Arcade",
|
|
386
|
+
"subtitle": "Main Menu",
|
|
387
|
+
"menuItems": [
|
|
388
|
+
{
|
|
389
|
+
"label": "Start Game",
|
|
390
|
+
"event": "START",
|
|
391
|
+
"variant": "primary"
|
|
392
|
+
}
|
|
393
|
+
]
|
|
352
394
|
}
|
|
353
395
|
]
|
|
354
396
|
}
|
|
@@ -369,14 +411,21 @@
|
|
|
369
411
|
"render-ui",
|
|
370
412
|
"main",
|
|
371
413
|
{
|
|
372
|
-
"type": "game-
|
|
373
|
-
"
|
|
374
|
-
"
|
|
375
|
-
"
|
|
414
|
+
"type": "game-shell",
|
|
415
|
+
"appName": "Arcade Game",
|
|
416
|
+
"showTopBar": true,
|
|
417
|
+
"children": [
|
|
376
418
|
{
|
|
377
|
-
"
|
|
378
|
-
"
|
|
379
|
-
"
|
|
419
|
+
"type": "game-menu",
|
|
420
|
+
"title": "Arcade",
|
|
421
|
+
"subtitle": "Main Menu",
|
|
422
|
+
"menuItems": [
|
|
423
|
+
{
|
|
424
|
+
"label": "Start Game",
|
|
425
|
+
"event": "START",
|
|
426
|
+
"variant": "primary"
|
|
427
|
+
}
|
|
428
|
+
]
|
|
380
429
|
}
|
|
381
430
|
]
|
|
382
431
|
}
|
|
@@ -480,46 +529,53 @@
|
|
|
480
529
|
"render-ui",
|
|
481
530
|
"main",
|
|
482
531
|
{
|
|
483
|
-
"type": "
|
|
484
|
-
"
|
|
485
|
-
"
|
|
532
|
+
"type": "game-shell",
|
|
533
|
+
"appName": "Arcade Game",
|
|
534
|
+
"showTopBar": true,
|
|
486
535
|
"children": [
|
|
487
536
|
{
|
|
488
537
|
"type": "stack",
|
|
489
|
-
"direction": "
|
|
490
|
-
"gap": "
|
|
491
|
-
"align": "center",
|
|
538
|
+
"direction": "vertical",
|
|
539
|
+
"gap": "md",
|
|
492
540
|
"children": [
|
|
493
541
|
{
|
|
494
|
-
"type": "
|
|
495
|
-
"
|
|
496
|
-
"
|
|
542
|
+
"type": "stack",
|
|
543
|
+
"direction": "horizontal",
|
|
544
|
+
"gap": "sm",
|
|
545
|
+
"align": "center",
|
|
546
|
+
"children": [
|
|
547
|
+
{
|
|
548
|
+
"type": "icon",
|
|
549
|
+
"name": "monitor",
|
|
550
|
+
"size": "md"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
"type": "typography",
|
|
554
|
+
"content": "ArcadeCanvas Canvas",
|
|
555
|
+
"variant": "h3"
|
|
556
|
+
}
|
|
557
|
+
]
|
|
497
558
|
},
|
|
498
559
|
{
|
|
499
560
|
"type": "typography",
|
|
500
|
-
"content": "
|
|
501
|
-
"variant": "
|
|
561
|
+
"content": "800x600 @ 60fps",
|
|
562
|
+
"variant": "caption",
|
|
563
|
+
"color": "muted"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"type": "game-canvas2-d",
|
|
567
|
+
"width": 800,
|
|
568
|
+
"height": 600,
|
|
569
|
+
"fps": 60
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"type": "button",
|
|
573
|
+
"label": "Start",
|
|
574
|
+
"event": "START",
|
|
575
|
+
"variant": "primary",
|
|
576
|
+
"icon": "play"
|
|
502
577
|
}
|
|
503
578
|
]
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"type": "typography",
|
|
507
|
-
"content": "800x600 @ 60fps",
|
|
508
|
-
"variant": "caption",
|
|
509
|
-
"color": "muted"
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"type": "game-canvas2-d",
|
|
513
|
-
"width": 800,
|
|
514
|
-
"height": 600,
|
|
515
|
-
"fps": 60
|
|
516
|
-
},
|
|
517
|
-
{
|
|
518
|
-
"type": "button",
|
|
519
|
-
"label": "Start",
|
|
520
|
-
"event": "START",
|
|
521
|
-
"variant": "primary",
|
|
522
|
-
"icon": "play"
|
|
523
579
|
}
|
|
524
580
|
]
|
|
525
581
|
}
|
|
@@ -535,40 +591,47 @@
|
|
|
535
591
|
"render-ui",
|
|
536
592
|
"main",
|
|
537
593
|
{
|
|
538
|
-
"type": "
|
|
539
|
-
"
|
|
540
|
-
"
|
|
594
|
+
"type": "game-shell",
|
|
595
|
+
"appName": "Arcade Game",
|
|
596
|
+
"showTopBar": true,
|
|
541
597
|
"children": [
|
|
542
598
|
{
|
|
543
599
|
"type": "stack",
|
|
544
|
-
"direction": "
|
|
545
|
-
"gap": "
|
|
546
|
-
"align": "center",
|
|
600
|
+
"direction": "vertical",
|
|
601
|
+
"gap": "md",
|
|
547
602
|
"children": [
|
|
548
603
|
{
|
|
549
|
-
"type": "
|
|
550
|
-
"
|
|
551
|
-
"
|
|
604
|
+
"type": "stack",
|
|
605
|
+
"direction": "horizontal",
|
|
606
|
+
"gap": "sm",
|
|
607
|
+
"align": "center",
|
|
608
|
+
"children": [
|
|
609
|
+
{
|
|
610
|
+
"type": "icon",
|
|
611
|
+
"name": "monitor",
|
|
612
|
+
"size": "md"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"type": "typography",
|
|
616
|
+
"content": "ArcadeCanvas Canvas",
|
|
617
|
+
"variant": "h3"
|
|
618
|
+
}
|
|
619
|
+
]
|
|
552
620
|
},
|
|
553
621
|
{
|
|
554
|
-
"type": "
|
|
555
|
-
"
|
|
556
|
-
"
|
|
622
|
+
"type": "game-canvas2-d",
|
|
623
|
+
"width": 800,
|
|
624
|
+
"height": 600,
|
|
625
|
+
"fps": 60
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"type": "button",
|
|
629
|
+
"label": "Stop",
|
|
630
|
+
"event": "STOP",
|
|
631
|
+
"variant": "ghost",
|
|
632
|
+
"icon": "square"
|
|
557
633
|
}
|
|
558
634
|
]
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"type": "game-canvas2-d",
|
|
562
|
-
"width": 800,
|
|
563
|
-
"height": 600,
|
|
564
|
-
"fps": 60
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"type": "button",
|
|
568
|
-
"label": "Stop",
|
|
569
|
-
"event": "STOP",
|
|
570
|
-
"variant": "ghost",
|
|
571
|
-
"icon": "square"
|
|
572
635
|
}
|
|
573
636
|
]
|
|
574
637
|
}
|
|
@@ -590,46 +653,53 @@
|
|
|
590
653
|
"render-ui",
|
|
591
654
|
"main",
|
|
592
655
|
{
|
|
593
|
-
"type": "
|
|
594
|
-
"
|
|
595
|
-
"
|
|
656
|
+
"type": "game-shell",
|
|
657
|
+
"appName": "Arcade Game",
|
|
658
|
+
"showTopBar": true,
|
|
596
659
|
"children": [
|
|
597
660
|
{
|
|
598
661
|
"type": "stack",
|
|
599
|
-
"direction": "
|
|
600
|
-
"gap": "
|
|
601
|
-
"align": "center",
|
|
662
|
+
"direction": "vertical",
|
|
663
|
+
"gap": "md",
|
|
602
664
|
"children": [
|
|
603
665
|
{
|
|
604
|
-
"type": "
|
|
605
|
-
"
|
|
606
|
-
"
|
|
666
|
+
"type": "stack",
|
|
667
|
+
"direction": "horizontal",
|
|
668
|
+
"gap": "sm",
|
|
669
|
+
"align": "center",
|
|
670
|
+
"children": [
|
|
671
|
+
{
|
|
672
|
+
"type": "icon",
|
|
673
|
+
"name": "monitor",
|
|
674
|
+
"size": "md"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"type": "typography",
|
|
678
|
+
"content": "ArcadeCanvas Canvas",
|
|
679
|
+
"variant": "h3"
|
|
680
|
+
}
|
|
681
|
+
]
|
|
607
682
|
},
|
|
608
683
|
{
|
|
609
684
|
"type": "typography",
|
|
610
|
-
"content": "
|
|
611
|
-
"variant": "
|
|
685
|
+
"content": "800x600 @ 60fps",
|
|
686
|
+
"variant": "caption",
|
|
687
|
+
"color": "muted"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"type": "game-canvas2-d",
|
|
691
|
+
"width": 800,
|
|
692
|
+
"height": 600,
|
|
693
|
+
"fps": 60
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"type": "button",
|
|
697
|
+
"label": "Start",
|
|
698
|
+
"event": "START",
|
|
699
|
+
"variant": "primary",
|
|
700
|
+
"icon": "play"
|
|
612
701
|
}
|
|
613
702
|
]
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"type": "typography",
|
|
617
|
-
"content": "800x600 @ 60fps",
|
|
618
|
-
"variant": "caption",
|
|
619
|
-
"color": "muted"
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
"type": "game-canvas2-d",
|
|
623
|
-
"width": 800,
|
|
624
|
-
"height": 600,
|
|
625
|
-
"fps": 60
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"type": "button",
|
|
629
|
-
"label": "Start",
|
|
630
|
-
"event": "START",
|
|
631
|
-
"variant": "primary",
|
|
632
|
-
"icon": "play"
|
|
633
703
|
}
|
|
634
704
|
]
|
|
635
705
|
}
|
|
@@ -756,12 +826,19 @@
|
|
|
756
826
|
"render-ui",
|
|
757
827
|
"main",
|
|
758
828
|
{
|
|
759
|
-
"type": "
|
|
760
|
-
"
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
-
|
|
764
|
-
|
|
829
|
+
"type": "game-shell",
|
|
830
|
+
"appName": "Arcade Game",
|
|
831
|
+
"showTopBar": true,
|
|
832
|
+
"children": [
|
|
833
|
+
{
|
|
834
|
+
"type": "score-board",
|
|
835
|
+
"score": "@entity.score",
|
|
836
|
+
"highScore": "@entity.highScore",
|
|
837
|
+
"combo": "@entity.combo",
|
|
838
|
+
"multiplier": "@entity.multiplier",
|
|
839
|
+
"level": "@entity.level"
|
|
840
|
+
}
|
|
841
|
+
]
|
|
765
842
|
}
|
|
766
843
|
]
|
|
767
844
|
]
|
|
@@ -793,12 +870,19 @@
|
|
|
793
870
|
"render-ui",
|
|
794
871
|
"main",
|
|
795
872
|
{
|
|
796
|
-
"type": "
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
|
|
801
|
-
|
|
873
|
+
"type": "game-shell",
|
|
874
|
+
"appName": "Arcade Game",
|
|
875
|
+
"showTopBar": true,
|
|
876
|
+
"children": [
|
|
877
|
+
{
|
|
878
|
+
"type": "score-board",
|
|
879
|
+
"score": "@entity.score",
|
|
880
|
+
"highScore": "@entity.highScore",
|
|
881
|
+
"combo": "@entity.combo",
|
|
882
|
+
"multiplier": "@entity.multiplier",
|
|
883
|
+
"level": "@entity.level"
|
|
884
|
+
}
|
|
885
|
+
]
|
|
802
886
|
}
|
|
803
887
|
]
|
|
804
888
|
]
|
|
@@ -817,12 +901,19 @@
|
|
|
817
901
|
"render-ui",
|
|
818
902
|
"main",
|
|
819
903
|
{
|
|
820
|
-
"type": "
|
|
821
|
-
"
|
|
822
|
-
"
|
|
823
|
-
"
|
|
824
|
-
|
|
825
|
-
|
|
904
|
+
"type": "game-shell",
|
|
905
|
+
"appName": "Arcade Game",
|
|
906
|
+
"showTopBar": true,
|
|
907
|
+
"children": [
|
|
908
|
+
{
|
|
909
|
+
"type": "score-board",
|
|
910
|
+
"score": "@entity.score",
|
|
911
|
+
"highScore": "@entity.highScore",
|
|
912
|
+
"combo": "@entity.combo",
|
|
913
|
+
"multiplier": "@entity.multiplier",
|
|
914
|
+
"level": "@entity.level"
|
|
915
|
+
}
|
|
916
|
+
]
|
|
826
917
|
}
|
|
827
918
|
]
|
|
828
919
|
]
|
|
@@ -851,12 +942,19 @@
|
|
|
851
942
|
"render-ui",
|
|
852
943
|
"main",
|
|
853
944
|
{
|
|
854
|
-
"type": "
|
|
855
|
-
"
|
|
856
|
-
"
|
|
857
|
-
"
|
|
858
|
-
|
|
859
|
-
|
|
945
|
+
"type": "game-shell",
|
|
946
|
+
"appName": "Arcade Game",
|
|
947
|
+
"showTopBar": true,
|
|
948
|
+
"children": [
|
|
949
|
+
{
|
|
950
|
+
"type": "score-board",
|
|
951
|
+
"score": "@entity.score",
|
|
952
|
+
"highScore": "@entity.highScore",
|
|
953
|
+
"combo": "@entity.combo",
|
|
954
|
+
"multiplier": "@entity.multiplier",
|
|
955
|
+
"level": "@entity.level"
|
|
956
|
+
}
|
|
957
|
+
]
|
|
860
958
|
}
|
|
861
959
|
]
|
|
862
960
|
]
|
|
@@ -946,26 +1044,33 @@
|
|
|
946
1044
|
"render-ui",
|
|
947
1045
|
"main",
|
|
948
1046
|
{
|
|
949
|
-
"type": "game-
|
|
950
|
-
"
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"stats": [
|
|
954
|
-
{
|
|
955
|
-
"label": "Score",
|
|
956
|
-
"value": "@entity.score"
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"label": "Lives",
|
|
960
|
-
"value": "@entity.lives"
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"label": "Level",
|
|
964
|
-
"value": "@entity.level"
|
|
965
|
-
},
|
|
1047
|
+
"type": "game-shell",
|
|
1048
|
+
"appName": "Arcade Game",
|
|
1049
|
+
"showTopBar": true,
|
|
1050
|
+
"children": [
|
|
966
1051
|
{
|
|
967
|
-
"
|
|
968
|
-
"
|
|
1052
|
+
"type": "game-hud",
|
|
1053
|
+
"position": "top-left",
|
|
1054
|
+
"size": "md",
|
|
1055
|
+
"transparent": false,
|
|
1056
|
+
"stats": [
|
|
1057
|
+
{
|
|
1058
|
+
"label": "Score",
|
|
1059
|
+
"value": "@entity.score"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"label": "Lives",
|
|
1063
|
+
"value": "@entity.lives"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"label": "Level",
|
|
1067
|
+
"value": "@entity.level"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"label": "Timer",
|
|
1071
|
+
"value": "@entity.timer"
|
|
1072
|
+
}
|
|
1073
|
+
]
|
|
969
1074
|
}
|
|
970
1075
|
]
|
|
971
1076
|
}
|
|
@@ -985,26 +1090,33 @@
|
|
|
985
1090
|
"render-ui",
|
|
986
1091
|
"main",
|
|
987
1092
|
{
|
|
988
|
-
"type": "game-
|
|
989
|
-
"
|
|
990
|
-
"
|
|
991
|
-
"
|
|
992
|
-
"stats": [
|
|
993
|
-
{
|
|
994
|
-
"label": "Score",
|
|
995
|
-
"value": "@entity.score"
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"label": "Lives",
|
|
999
|
-
"value": "@entity.lives"
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"label": "Level",
|
|
1003
|
-
"value": "@entity.level"
|
|
1004
|
-
},
|
|
1093
|
+
"type": "game-shell",
|
|
1094
|
+
"appName": "Arcade Game",
|
|
1095
|
+
"showTopBar": true,
|
|
1096
|
+
"children": [
|
|
1005
1097
|
{
|
|
1006
|
-
"
|
|
1007
|
-
"
|
|
1098
|
+
"type": "game-hud",
|
|
1099
|
+
"position": "top-left",
|
|
1100
|
+
"size": "md",
|
|
1101
|
+
"transparent": false,
|
|
1102
|
+
"stats": [
|
|
1103
|
+
{
|
|
1104
|
+
"label": "Score",
|
|
1105
|
+
"value": "@entity.score"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"label": "Lives",
|
|
1109
|
+
"value": "@entity.lives"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"label": "Level",
|
|
1113
|
+
"value": "@entity.level"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"label": "Timer",
|
|
1117
|
+
"value": "@entity.timer"
|
|
1118
|
+
}
|
|
1119
|
+
]
|
|
1008
1120
|
}
|
|
1009
1121
|
]
|
|
1010
1122
|
}
|