@almadar/std 16.207.0 → 16.208.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
- package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
- package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
- package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
- package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
- package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
- package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
- package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
- package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
- package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
- package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
- package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
- package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
- package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
- package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
- package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
- package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
- package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
- package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
- package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
- package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
- package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
- package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
- package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
- package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
- package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
- package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
- package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
- package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
- package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
- package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
- package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
- package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
- package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
- package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +166 -4
- package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +100 -2
- package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
- package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
- package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
- package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
- package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
- package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
- package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
- package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
- package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
- package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
- package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
- package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
- package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
- package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
- package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
- package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +142 -4
- package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
- package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
- package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
- package/behaviors/registry/ui/core/atoms/std-rating-review.orb +320 -13
- package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
- package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +84 -2
- package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +74 -2
- package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
- package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +252 -6
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +68 -2
- package/behaviors/registry/ui/core/atoms/std-thread.orb +106 -2
- package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +210 -4
- package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
- package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
- package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
- package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
- package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
- package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
- package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
- package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
- package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
- package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
- package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
- package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
- package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
- package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
- package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
- package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
- package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
- package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
- package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
- package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
- package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
- package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
- package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
- package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
- package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
- package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
- package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
- package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
- package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
- package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
- package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
- package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
- package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
- package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
- package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
- package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
- package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
- package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
- package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
- package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
- package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
- package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
- package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
- package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
- package/canonical-operators.json +0 -40
- package/dist/behaviors/exports-reader.js +8003 -869
- package/dist/behaviors/functions/index.d.ts +190 -184
- package/dist/behaviors/functions/index.js +8003 -869
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +8003 -869
- package/dist/behaviors/query.js +8003 -869
- package/dist/behaviors-embeddings.hash.json +3 -3
- package/dist/behaviors-embeddings.json +9 -9
- package/dist/behaviors-registry.json +910 -229
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8003 -891
- package/dist/knob-embeddings.hash.json +3 -3
- package/dist/knob-embeddings.json +1 -1
- package/dist/modules/anim.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +0 -11
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/behavior.d.ts +1 -1
- package/dist/modules/browser.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/ease.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/geo.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/grid.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +0 -22
- package/dist/modules/integration.d.ts +1 -1
- package/dist/modules/llm.d.ts +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/memory.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/noise.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +0 -11
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/path.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/session.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/trace.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/modules/vector.d.ts +1 -1
- package/dist/modules/workspace.d.ts +1 -1
- package/dist/registry/factory-signatures.json +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +0 -22
- package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
- package/i18n/ar.json +433 -0
- package/i18n/en.json +433 -0
- package/i18n/sl.json +433 -0
- package/package.json +21 -8
|
@@ -230,15 +230,224 @@
|
|
|
230
230
|
"description": "Alias for stats (schema compatibility)",
|
|
231
231
|
"items": {
|
|
232
232
|
"properties": {
|
|
233
|
+
"assetUrl": {
|
|
234
|
+
"name": "assetUrl",
|
|
235
|
+
"properties": {
|
|
236
|
+
"animations": {
|
|
237
|
+
"items": {
|
|
238
|
+
"type": "string"
|
|
239
|
+
},
|
|
240
|
+
"name": "animations",
|
|
241
|
+
"required": false,
|
|
242
|
+
"type": "array"
|
|
243
|
+
},
|
|
244
|
+
"aspect": {
|
|
245
|
+
"name": "aspect",
|
|
246
|
+
"required": false,
|
|
247
|
+
"type": "string",
|
|
248
|
+
"values": [
|
|
249
|
+
"1:1",
|
|
250
|
+
"16:9",
|
|
251
|
+
"5:7",
|
|
252
|
+
"8:1"
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
"atlas": {
|
|
256
|
+
"name": "atlas",
|
|
257
|
+
"required": false,
|
|
258
|
+
"type": "string"
|
|
259
|
+
},
|
|
260
|
+
"category": {
|
|
261
|
+
"name": "category",
|
|
262
|
+
"required": true,
|
|
263
|
+
"type": "string"
|
|
264
|
+
},
|
|
265
|
+
"dimension": {
|
|
266
|
+
"name": "dimension",
|
|
267
|
+
"required": false,
|
|
268
|
+
"type": "string",
|
|
269
|
+
"values": [
|
|
270
|
+
"2d",
|
|
271
|
+
"3d"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
"name": {
|
|
275
|
+
"name": "name",
|
|
276
|
+
"required": false,
|
|
277
|
+
"type": "string"
|
|
278
|
+
},
|
|
279
|
+
"role": {
|
|
280
|
+
"name": "role",
|
|
281
|
+
"required": true,
|
|
282
|
+
"type": "string"
|
|
283
|
+
},
|
|
284
|
+
"sprite": {
|
|
285
|
+
"name": "sprite",
|
|
286
|
+
"required": false,
|
|
287
|
+
"type": "string"
|
|
288
|
+
},
|
|
289
|
+
"style": {
|
|
290
|
+
"name": "style",
|
|
291
|
+
"required": false,
|
|
292
|
+
"type": "string",
|
|
293
|
+
"values": [
|
|
294
|
+
"pixel",
|
|
295
|
+
"vector",
|
|
296
|
+
"hd",
|
|
297
|
+
"1-bit",
|
|
298
|
+
"isometric"
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"thumbnailUrl": {
|
|
302
|
+
"name": "thumbnailUrl",
|
|
303
|
+
"required": false,
|
|
304
|
+
"type": "string"
|
|
305
|
+
},
|
|
306
|
+
"url": {
|
|
307
|
+
"name": "url",
|
|
308
|
+
"required": true,
|
|
309
|
+
"type": "string"
|
|
310
|
+
},
|
|
311
|
+
"variant": {
|
|
312
|
+
"name": "variant",
|
|
313
|
+
"required": false,
|
|
314
|
+
"type": "string"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"required": false,
|
|
318
|
+
"type": "object"
|
|
319
|
+
},
|
|
320
|
+
"className": {
|
|
321
|
+
"name": "className",
|
|
322
|
+
"required": false,
|
|
323
|
+
"type": "string"
|
|
324
|
+
},
|
|
233
325
|
"field": {
|
|
234
326
|
"name": "field",
|
|
235
327
|
"required": false,
|
|
236
328
|
"type": "string"
|
|
237
329
|
},
|
|
330
|
+
"format": {
|
|
331
|
+
"name": "format",
|
|
332
|
+
"required": false,
|
|
333
|
+
"type": "string"
|
|
334
|
+
},
|
|
335
|
+
"icon": {
|
|
336
|
+
"name": "icon",
|
|
337
|
+
"required": false,
|
|
338
|
+
"type": "string"
|
|
339
|
+
},
|
|
340
|
+
"iconUrl": {
|
|
341
|
+
"name": "iconUrl",
|
|
342
|
+
"properties": {
|
|
343
|
+
"animations": {
|
|
344
|
+
"items": {
|
|
345
|
+
"type": "string"
|
|
346
|
+
},
|
|
347
|
+
"name": "animations",
|
|
348
|
+
"required": false,
|
|
349
|
+
"type": "array"
|
|
350
|
+
},
|
|
351
|
+
"aspect": {
|
|
352
|
+
"name": "aspect",
|
|
353
|
+
"required": false,
|
|
354
|
+
"type": "string",
|
|
355
|
+
"values": [
|
|
356
|
+
"1:1",
|
|
357
|
+
"16:9",
|
|
358
|
+
"5:7",
|
|
359
|
+
"8:1"
|
|
360
|
+
]
|
|
361
|
+
},
|
|
362
|
+
"atlas": {
|
|
363
|
+
"name": "atlas",
|
|
364
|
+
"required": false,
|
|
365
|
+
"type": "string"
|
|
366
|
+
},
|
|
367
|
+
"category": {
|
|
368
|
+
"name": "category",
|
|
369
|
+
"required": true,
|
|
370
|
+
"type": "string"
|
|
371
|
+
},
|
|
372
|
+
"dimension": {
|
|
373
|
+
"name": "dimension",
|
|
374
|
+
"required": false,
|
|
375
|
+
"type": "string",
|
|
376
|
+
"values": [
|
|
377
|
+
"2d",
|
|
378
|
+
"3d"
|
|
379
|
+
]
|
|
380
|
+
},
|
|
381
|
+
"name": {
|
|
382
|
+
"name": "name",
|
|
383
|
+
"required": false,
|
|
384
|
+
"type": "string"
|
|
385
|
+
},
|
|
386
|
+
"role": {
|
|
387
|
+
"name": "role",
|
|
388
|
+
"required": true,
|
|
389
|
+
"type": "string"
|
|
390
|
+
},
|
|
391
|
+
"sprite": {
|
|
392
|
+
"name": "sprite",
|
|
393
|
+
"required": false,
|
|
394
|
+
"type": "string"
|
|
395
|
+
},
|
|
396
|
+
"style": {
|
|
397
|
+
"name": "style",
|
|
398
|
+
"required": false,
|
|
399
|
+
"type": "string",
|
|
400
|
+
"values": [
|
|
401
|
+
"pixel",
|
|
402
|
+
"vector",
|
|
403
|
+
"hd",
|
|
404
|
+
"1-bit",
|
|
405
|
+
"isometric"
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
"thumbnailUrl": {
|
|
409
|
+
"name": "thumbnailUrl",
|
|
410
|
+
"required": false,
|
|
411
|
+
"type": "string"
|
|
412
|
+
},
|
|
413
|
+
"url": {
|
|
414
|
+
"name": "url",
|
|
415
|
+
"required": true,
|
|
416
|
+
"type": "string"
|
|
417
|
+
},
|
|
418
|
+
"variant": {
|
|
419
|
+
"name": "variant",
|
|
420
|
+
"required": false,
|
|
421
|
+
"type": "string"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"required": false,
|
|
425
|
+
"type": "object"
|
|
426
|
+
},
|
|
427
|
+
"label": {
|
|
428
|
+
"name": "label",
|
|
429
|
+
"required": true,
|
|
430
|
+
"type": "string"
|
|
431
|
+
},
|
|
432
|
+
"max": {
|
|
433
|
+
"name": "max",
|
|
434
|
+
"required": false,
|
|
435
|
+
"type": "number"
|
|
436
|
+
},
|
|
238
437
|
"source": {
|
|
239
438
|
"name": "source",
|
|
240
439
|
"required": false,
|
|
241
440
|
"type": "string"
|
|
441
|
+
},
|
|
442
|
+
"value": {
|
|
443
|
+
"name": "value",
|
|
444
|
+
"required": false,
|
|
445
|
+
"type": "string"
|
|
446
|
+
},
|
|
447
|
+
"variant": {
|
|
448
|
+
"name": "variant",
|
|
449
|
+
"required": false,
|
|
450
|
+
"type": "string"
|
|
242
451
|
}
|
|
243
452
|
},
|
|
244
453
|
"type": "object"
|
|
@@ -270,129 +479,717 @@
|
|
|
270
479
|
"description": "Stats to display - accepts readonly for compatibility with generated const arrays",
|
|
271
480
|
"items": {
|
|
272
481
|
"properties": {
|
|
273
|
-
"
|
|
274
|
-
"name": "
|
|
275
|
-
"
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
482
|
+
"assetUrl": {
|
|
483
|
+
"name": "assetUrl",
|
|
484
|
+
"properties": {
|
|
485
|
+
"animations": {
|
|
486
|
+
"items": {
|
|
487
|
+
"type": "string"
|
|
488
|
+
},
|
|
489
|
+
"name": "animations",
|
|
490
|
+
"required": false,
|
|
491
|
+
"type": "array"
|
|
492
|
+
},
|
|
493
|
+
"aspect": {
|
|
494
|
+
"name": "aspect",
|
|
495
|
+
"required": false,
|
|
496
|
+
"type": "string",
|
|
497
|
+
"values": [
|
|
498
|
+
"1:1",
|
|
499
|
+
"16:9",
|
|
500
|
+
"5:7",
|
|
501
|
+
"8:1"
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
"atlas": {
|
|
505
|
+
"name": "atlas",
|
|
506
|
+
"required": false,
|
|
507
|
+
"type": "string"
|
|
508
|
+
},
|
|
509
|
+
"category": {
|
|
510
|
+
"name": "category",
|
|
511
|
+
"required": true,
|
|
512
|
+
"type": "string"
|
|
513
|
+
},
|
|
514
|
+
"dimension": {
|
|
515
|
+
"name": "dimension",
|
|
516
|
+
"required": false,
|
|
517
|
+
"type": "string",
|
|
518
|
+
"values": [
|
|
519
|
+
"2d",
|
|
520
|
+
"3d"
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
"name": {
|
|
524
|
+
"name": "name",
|
|
525
|
+
"required": false,
|
|
526
|
+
"type": "string"
|
|
527
|
+
},
|
|
528
|
+
"role": {
|
|
529
|
+
"name": "role",
|
|
530
|
+
"required": true,
|
|
531
|
+
"type": "string"
|
|
532
|
+
},
|
|
533
|
+
"sprite": {
|
|
534
|
+
"name": "sprite",
|
|
535
|
+
"required": false,
|
|
536
|
+
"type": "string"
|
|
537
|
+
},
|
|
538
|
+
"style": {
|
|
539
|
+
"name": "style",
|
|
540
|
+
"required": false,
|
|
541
|
+
"type": "string",
|
|
542
|
+
"values": [
|
|
543
|
+
"pixel",
|
|
544
|
+
"vector",
|
|
545
|
+
"hd",
|
|
546
|
+
"1-bit",
|
|
547
|
+
"isometric"
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
"thumbnailUrl": {
|
|
551
|
+
"name": "thumbnailUrl",
|
|
552
|
+
"required": false,
|
|
553
|
+
"type": "string"
|
|
554
|
+
},
|
|
555
|
+
"url": {
|
|
556
|
+
"name": "url",
|
|
557
|
+
"required": true,
|
|
558
|
+
"type": "string"
|
|
559
|
+
},
|
|
560
|
+
"variant": {
|
|
561
|
+
"name": "variant",
|
|
562
|
+
"required": false,
|
|
563
|
+
"type": "string"
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
"required": false,
|
|
567
|
+
"type": "object"
|
|
568
|
+
},
|
|
569
|
+
"className": {
|
|
570
|
+
"name": "className",
|
|
571
|
+
"required": false,
|
|
572
|
+
"type": "string"
|
|
573
|
+
},
|
|
574
|
+
"field": {
|
|
575
|
+
"name": "field",
|
|
576
|
+
"required": false,
|
|
577
|
+
"type": "string"
|
|
578
|
+
},
|
|
579
|
+
"format": {
|
|
580
|
+
"name": "format",
|
|
581
|
+
"required": false,
|
|
582
|
+
"type": "string"
|
|
583
|
+
},
|
|
584
|
+
"icon": {
|
|
585
|
+
"name": "icon",
|
|
586
|
+
"required": false,
|
|
587
|
+
"type": "string"
|
|
588
|
+
},
|
|
589
|
+
"iconUrl": {
|
|
590
|
+
"name": "iconUrl",
|
|
591
|
+
"properties": {
|
|
592
|
+
"animations": {
|
|
593
|
+
"items": {
|
|
594
|
+
"type": "string"
|
|
595
|
+
},
|
|
596
|
+
"name": "animations",
|
|
597
|
+
"required": false,
|
|
598
|
+
"type": "array"
|
|
599
|
+
},
|
|
600
|
+
"aspect": {
|
|
601
|
+
"name": "aspect",
|
|
602
|
+
"required": false,
|
|
603
|
+
"type": "string",
|
|
604
|
+
"values": [
|
|
605
|
+
"1:1",
|
|
606
|
+
"16:9",
|
|
607
|
+
"5:7",
|
|
608
|
+
"8:1"
|
|
609
|
+
]
|
|
610
|
+
},
|
|
611
|
+
"atlas": {
|
|
612
|
+
"name": "atlas",
|
|
613
|
+
"required": false,
|
|
614
|
+
"type": "string"
|
|
615
|
+
},
|
|
616
|
+
"category": {
|
|
617
|
+
"name": "category",
|
|
618
|
+
"required": true,
|
|
619
|
+
"type": "string"
|
|
620
|
+
},
|
|
621
|
+
"dimension": {
|
|
622
|
+
"name": "dimension",
|
|
623
|
+
"required": false,
|
|
624
|
+
"type": "string",
|
|
625
|
+
"values": [
|
|
626
|
+
"2d",
|
|
627
|
+
"3d"
|
|
628
|
+
]
|
|
629
|
+
},
|
|
630
|
+
"name": {
|
|
631
|
+
"name": "name",
|
|
632
|
+
"required": false,
|
|
633
|
+
"type": "string"
|
|
634
|
+
},
|
|
635
|
+
"role": {
|
|
636
|
+
"name": "role",
|
|
637
|
+
"required": true,
|
|
638
|
+
"type": "string"
|
|
639
|
+
},
|
|
640
|
+
"sprite": {
|
|
641
|
+
"name": "sprite",
|
|
642
|
+
"required": false,
|
|
643
|
+
"type": "string"
|
|
644
|
+
},
|
|
645
|
+
"style": {
|
|
646
|
+
"name": "style",
|
|
647
|
+
"required": false,
|
|
648
|
+
"type": "string",
|
|
649
|
+
"values": [
|
|
650
|
+
"pixel",
|
|
651
|
+
"vector",
|
|
652
|
+
"hd",
|
|
653
|
+
"1-bit",
|
|
654
|
+
"isometric"
|
|
655
|
+
]
|
|
656
|
+
},
|
|
657
|
+
"thumbnailUrl": {
|
|
658
|
+
"name": "thumbnailUrl",
|
|
659
|
+
"required": false,
|
|
660
|
+
"type": "string"
|
|
661
|
+
},
|
|
662
|
+
"url": {
|
|
663
|
+
"name": "url",
|
|
664
|
+
"required": true,
|
|
665
|
+
"type": "string"
|
|
666
|
+
},
|
|
667
|
+
"variant": {
|
|
668
|
+
"name": "variant",
|
|
669
|
+
"required": false,
|
|
670
|
+
"type": "string"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
"required": false,
|
|
674
|
+
"type": "object"
|
|
675
|
+
},
|
|
676
|
+
"label": {
|
|
677
|
+
"name": "label",
|
|
678
|
+
"required": true,
|
|
679
|
+
"type": "string"
|
|
680
|
+
},
|
|
681
|
+
"max": {
|
|
682
|
+
"name": "max",
|
|
683
|
+
"required": false,
|
|
684
|
+
"type": "number"
|
|
685
|
+
},
|
|
686
|
+
"source": {
|
|
687
|
+
"name": "source",
|
|
688
|
+
"required": false,
|
|
689
|
+
"type": "string"
|
|
690
|
+
},
|
|
691
|
+
"value": {
|
|
692
|
+
"name": "value",
|
|
693
|
+
"required": false,
|
|
694
|
+
"type": "string"
|
|
695
|
+
},
|
|
696
|
+
"variant": {
|
|
697
|
+
"name": "variant",
|
|
698
|
+
"required": false,
|
|
699
|
+
"type": "string"
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
"type": "object"
|
|
703
|
+
},
|
|
704
|
+
"label": "Stats",
|
|
705
|
+
"tier": "presentation",
|
|
706
|
+
"type": "[GameHudStatsItem]"
|
|
707
|
+
},
|
|
708
|
+
"transparent": {
|
|
709
|
+
"default": true,
|
|
710
|
+
"description": "Whether to use a semi-transparent background",
|
|
711
|
+
"label": "Transparent",
|
|
712
|
+
"tier": "presentation",
|
|
713
|
+
"type": "boolean"
|
|
714
|
+
},
|
|
715
|
+
"variant": {
|
|
716
|
+
"default": "floating",
|
|
717
|
+
"description": "Layout variant: 'floating' (default) renders a compact pill cluster that hugs its content width; 'bar' preserves the legacy full-width split bar.",
|
|
718
|
+
"label": "Variant",
|
|
719
|
+
"tier": "presentation",
|
|
720
|
+
"type": "string",
|
|
721
|
+
"values": [
|
|
722
|
+
"floating",
|
|
723
|
+
"bar"
|
|
724
|
+
]
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
"effectRow": [
|
|
728
|
+
{
|
|
729
|
+
"kind": "render-ui",
|
|
730
|
+
"resource": "main"
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
"entityContract": {
|
|
734
|
+
"provides": [],
|
|
735
|
+
"requires": []
|
|
736
|
+
},
|
|
737
|
+
"entityRebindable": true,
|
|
738
|
+
"entityRefIds": {
|
|
739
|
+
"GameHudItem": "ent_01M055GPAPBG0873A31FTJAHD4"
|
|
740
|
+
},
|
|
741
|
+
"id": "trt_01M055GPAP9ZTB9SYFXMJBY5QT",
|
|
742
|
+
"linkedEntity": "GameHudItem",
|
|
743
|
+
"linkedEntityId": "ent_01M055GPAPBG0873A31FTJAHD4",
|
|
744
|
+
"name": "GameHudRender",
|
|
745
|
+
"scope": "instance",
|
|
746
|
+
"stateMachine": {
|
|
747
|
+
"events": [
|
|
748
|
+
{
|
|
749
|
+
"id": "evt_01M055GPAPK8WQA6HE47E2JTE7",
|
|
750
|
+
"key": "INIT",
|
|
751
|
+
"name": "Initialize"
|
|
752
|
+
}
|
|
753
|
+
],
|
|
754
|
+
"states": [
|
|
755
|
+
{
|
|
756
|
+
"isInitial": true,
|
|
757
|
+
"name": "idle"
|
|
758
|
+
}
|
|
759
|
+
],
|
|
760
|
+
"transitions": [
|
|
761
|
+
{
|
|
762
|
+
"effects": [
|
|
763
|
+
[
|
|
764
|
+
"render-ui",
|
|
765
|
+
"main",
|
|
766
|
+
{
|
|
767
|
+
"className": "@config.className",
|
|
768
|
+
"elements": "@config.elements",
|
|
769
|
+
"items": "@config.items",
|
|
770
|
+
"position": "@config.position",
|
|
771
|
+
"size": "@config.size",
|
|
772
|
+
"stats": "@config.stats",
|
|
773
|
+
"transparent": "@config.transparent",
|
|
774
|
+
"type": "game-hud",
|
|
775
|
+
"variant": "@config.variant"
|
|
776
|
+
}
|
|
777
|
+
]
|
|
778
|
+
],
|
|
779
|
+
"event": "INIT",
|
|
780
|
+
"eventId": "evt_01M055GPAPK8WQA6HE47E2JTE7",
|
|
781
|
+
"from": "idle",
|
|
782
|
+
"to": "idle"
|
|
783
|
+
}
|
|
784
|
+
]
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
],
|
|
788
|
+
"types": {
|
|
789
|
+
"GameHudElementsItem": [
|
|
790
|
+
{
|
|
791
|
+
"name": "type",
|
|
792
|
+
"type": "string"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "bind",
|
|
796
|
+
"type": "string"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"name": "position",
|
|
800
|
+
"type": "string"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"name": "label",
|
|
804
|
+
"type": "string"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "value",
|
|
808
|
+
"type": "string"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"name": "icon",
|
|
812
|
+
"type": "icon"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "assetUrl",
|
|
816
|
+
"properties": [
|
|
817
|
+
{
|
|
818
|
+
"name": "url",
|
|
819
|
+
"required": true,
|
|
820
|
+
"type": "asset"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "role",
|
|
824
|
+
"required": true,
|
|
825
|
+
"type": "string"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "category",
|
|
829
|
+
"required": true,
|
|
830
|
+
"type": "string"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "animations",
|
|
834
|
+
"type": "[string]"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"name": "style",
|
|
838
|
+
"type": "string"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"name": "variant",
|
|
842
|
+
"type": "string"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"name": "dimension",
|
|
846
|
+
"type": "string"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"name": "aspect",
|
|
850
|
+
"type": "string"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "atlas",
|
|
854
|
+
"type": "asset"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"name": "sprite",
|
|
858
|
+
"type": "string"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"name": "name",
|
|
862
|
+
"type": "string"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "thumbnailUrl",
|
|
866
|
+
"type": "string"
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"type": "object"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "format",
|
|
873
|
+
"type": "string"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "max",
|
|
877
|
+
"type": "number"
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"GameHudElementsItemAssetUrl": [
|
|
881
|
+
{
|
|
882
|
+
"name": "url",
|
|
883
|
+
"required": true,
|
|
884
|
+
"type": "asset"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "role",
|
|
888
|
+
"required": true,
|
|
889
|
+
"type": "string"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "category",
|
|
893
|
+
"required": true,
|
|
894
|
+
"type": "string"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"name": "animations",
|
|
898
|
+
"type": "[string]"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"name": "style",
|
|
902
|
+
"type": "string"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "variant",
|
|
906
|
+
"type": "string"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "dimension",
|
|
910
|
+
"type": "string"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"name": "aspect",
|
|
914
|
+
"type": "string"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"name": "atlas",
|
|
918
|
+
"type": "asset"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"name": "sprite",
|
|
922
|
+
"type": "string"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "name",
|
|
926
|
+
"type": "string"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"name": "thumbnailUrl",
|
|
930
|
+
"type": "string"
|
|
931
|
+
}
|
|
932
|
+
],
|
|
933
|
+
"GameHudItemsItem": [
|
|
934
|
+
{
|
|
935
|
+
"name": "assetUrl",
|
|
936
|
+
"properties": [
|
|
937
|
+
{
|
|
938
|
+
"name": "url",
|
|
939
|
+
"required": true,
|
|
940
|
+
"type": "asset"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"name": "role",
|
|
944
|
+
"required": true,
|
|
945
|
+
"type": "string"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
"name": "category",
|
|
949
|
+
"required": true,
|
|
950
|
+
"type": "string"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"name": "animations",
|
|
954
|
+
"type": "[string]"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"name": "style",
|
|
958
|
+
"type": "string"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"name": "variant",
|
|
962
|
+
"type": "string"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "dimension",
|
|
966
|
+
"type": "string"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "aspect",
|
|
970
|
+
"type": "string"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "atlas",
|
|
974
|
+
"type": "asset"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "sprite",
|
|
978
|
+
"type": "string"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"name": "name",
|
|
982
|
+
"type": "string"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "thumbnailUrl",
|
|
986
|
+
"type": "string"
|
|
987
|
+
}
|
|
988
|
+
],
|
|
989
|
+
"type": "object"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"name": "iconUrl",
|
|
993
|
+
"properties": [
|
|
994
|
+
{
|
|
995
|
+
"name": "url",
|
|
996
|
+
"required": true,
|
|
997
|
+
"type": "asset"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"name": "role",
|
|
1001
|
+
"required": true,
|
|
1002
|
+
"type": "string"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "category",
|
|
1006
|
+
"required": true,
|
|
1007
|
+
"type": "string"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "animations",
|
|
1011
|
+
"type": "[string]"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"name": "style",
|
|
1015
|
+
"type": "string"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"name": "variant",
|
|
1019
|
+
"type": "string"
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"name": "dimension",
|
|
1023
|
+
"type": "string"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"name": "aspect",
|
|
1027
|
+
"type": "string"
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"name": "atlas",
|
|
1031
|
+
"type": "asset"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"name": "sprite",
|
|
1035
|
+
"type": "string"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"name": "name",
|
|
1039
|
+
"type": "string"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "thumbnailUrl",
|
|
1043
|
+
"type": "string"
|
|
1044
|
+
}
|
|
1045
|
+
],
|
|
1046
|
+
"type": "object"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
"name": "label",
|
|
1050
|
+
"required": true,
|
|
1051
|
+
"type": "string"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "value",
|
|
1055
|
+
"type": "string"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"name": "max",
|
|
1059
|
+
"type": "number"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
"name": "source",
|
|
1063
|
+
"type": "string"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"name": "field",
|
|
1067
|
+
"type": "string"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "format",
|
|
1071
|
+
"type": "string"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
"name": "icon",
|
|
1075
|
+
"type": "icon"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"name": "variant",
|
|
1079
|
+
"type": "string"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"name": "className",
|
|
1083
|
+
"type": "string"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"GameHudItemsItemAssetUrl": [
|
|
1087
|
+
{
|
|
1088
|
+
"name": "url",
|
|
1089
|
+
"required": true,
|
|
1090
|
+
"type": "asset"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"name": "role",
|
|
1094
|
+
"required": true,
|
|
1095
|
+
"type": "string"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "category",
|
|
1099
|
+
"required": true,
|
|
1100
|
+
"type": "string"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"name": "animations",
|
|
1104
|
+
"type": "[string]"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"name": "style",
|
|
1108
|
+
"type": "string"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
"name": "variant",
|
|
1112
|
+
"type": "string"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "dimension",
|
|
1116
|
+
"type": "string"
|
|
308
1117
|
},
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
"resource": "main"
|
|
313
|
-
}
|
|
314
|
-
],
|
|
315
|
-
"entityContract": {
|
|
316
|
-
"provides": [],
|
|
317
|
-
"requires": []
|
|
1118
|
+
{
|
|
1119
|
+
"name": "aspect",
|
|
1120
|
+
"type": "string"
|
|
318
1121
|
},
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
"
|
|
1122
|
+
{
|
|
1123
|
+
"name": "atlas",
|
|
1124
|
+
"type": "asset"
|
|
322
1125
|
},
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
"
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
}
|
|
335
|
-
],
|
|
336
|
-
"states": [
|
|
337
|
-
{
|
|
338
|
-
"isInitial": true,
|
|
339
|
-
"name": "idle"
|
|
340
|
-
}
|
|
341
|
-
],
|
|
342
|
-
"transitions": [
|
|
343
|
-
{
|
|
344
|
-
"effects": [
|
|
345
|
-
[
|
|
346
|
-
"render-ui",
|
|
347
|
-
"main",
|
|
348
|
-
{
|
|
349
|
-
"className": "@config.className",
|
|
350
|
-
"elements": "@config.elements",
|
|
351
|
-
"items": "@config.items",
|
|
352
|
-
"position": "@config.position",
|
|
353
|
-
"size": "@config.size",
|
|
354
|
-
"stats": "@config.stats",
|
|
355
|
-
"transparent": "@config.transparent",
|
|
356
|
-
"type": "game-hud",
|
|
357
|
-
"variant": "@config.variant"
|
|
358
|
-
}
|
|
359
|
-
]
|
|
360
|
-
],
|
|
361
|
-
"event": "INIT",
|
|
362
|
-
"eventId": "evt_01M055GPAPK8WQA6HE47E2JTE7",
|
|
363
|
-
"from": "idle",
|
|
364
|
-
"to": "idle"
|
|
365
|
-
}
|
|
366
|
-
]
|
|
1126
|
+
{
|
|
1127
|
+
"name": "sprite",
|
|
1128
|
+
"type": "string"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"name": "name",
|
|
1132
|
+
"type": "string"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "thumbnailUrl",
|
|
1136
|
+
"type": "string"
|
|
367
1137
|
}
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
"types": {
|
|
371
|
-
"GameHudElementsItem": [
|
|
1138
|
+
],
|
|
1139
|
+
"GameHudItemsItemIconUrl": [
|
|
372
1140
|
{
|
|
373
|
-
"name": "
|
|
1141
|
+
"name": "url",
|
|
1142
|
+
"required": true,
|
|
1143
|
+
"type": "asset"
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"name": "role",
|
|
1147
|
+
"required": true,
|
|
374
1148
|
"type": "string"
|
|
375
1149
|
},
|
|
376
1150
|
{
|
|
377
|
-
"name": "
|
|
1151
|
+
"name": "category",
|
|
1152
|
+
"required": true,
|
|
378
1153
|
"type": "string"
|
|
379
1154
|
},
|
|
380
1155
|
{
|
|
381
|
-
"name": "
|
|
1156
|
+
"name": "animations",
|
|
1157
|
+
"type": "[string]"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"name": "style",
|
|
382
1161
|
"type": "string"
|
|
383
1162
|
},
|
|
384
1163
|
{
|
|
385
|
-
"name": "
|
|
1164
|
+
"name": "variant",
|
|
386
1165
|
"type": "string"
|
|
387
1166
|
},
|
|
388
1167
|
{
|
|
389
|
-
"name": "
|
|
1168
|
+
"name": "dimension",
|
|
390
1169
|
"type": "string"
|
|
391
1170
|
},
|
|
392
1171
|
{
|
|
393
|
-
"name": "
|
|
394
|
-
"type": "
|
|
1172
|
+
"name": "aspect",
|
|
1173
|
+
"type": "string"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"name": "atlas",
|
|
1177
|
+
"type": "asset"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"name": "sprite",
|
|
1181
|
+
"type": "string"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "name",
|
|
1185
|
+
"type": "string"
|
|
395
1186
|
},
|
|
1187
|
+
{
|
|
1188
|
+
"name": "thumbnailUrl",
|
|
1189
|
+
"type": "string"
|
|
1190
|
+
}
|
|
1191
|
+
],
|
|
1192
|
+
"GameHudStatsItem": [
|
|
396
1193
|
{
|
|
397
1194
|
"name": "assetUrl",
|
|
398
1195
|
"properties": [
|
|
@@ -451,15 +1248,101 @@
|
|
|
451
1248
|
"type": "object"
|
|
452
1249
|
},
|
|
453
1250
|
{
|
|
454
|
-
"name": "
|
|
1251
|
+
"name": "iconUrl",
|
|
1252
|
+
"properties": [
|
|
1253
|
+
{
|
|
1254
|
+
"name": "url",
|
|
1255
|
+
"required": true,
|
|
1256
|
+
"type": "asset"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"name": "role",
|
|
1260
|
+
"required": true,
|
|
1261
|
+
"type": "string"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"name": "category",
|
|
1265
|
+
"required": true,
|
|
1266
|
+
"type": "string"
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"name": "animations",
|
|
1270
|
+
"type": "[string]"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "style",
|
|
1274
|
+
"type": "string"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"name": "variant",
|
|
1278
|
+
"type": "string"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"name": "dimension",
|
|
1282
|
+
"type": "string"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "aspect",
|
|
1286
|
+
"type": "string"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"name": "atlas",
|
|
1290
|
+
"type": "asset"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "sprite",
|
|
1294
|
+
"type": "string"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"name": "name",
|
|
1298
|
+
"type": "string"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "thumbnailUrl",
|
|
1302
|
+
"type": "string"
|
|
1303
|
+
}
|
|
1304
|
+
],
|
|
1305
|
+
"type": "object"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"name": "label",
|
|
1309
|
+
"required": true,
|
|
1310
|
+
"type": "string"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"name": "value",
|
|
455
1314
|
"type": "string"
|
|
456
1315
|
},
|
|
457
1316
|
{
|
|
458
1317
|
"name": "max",
|
|
459
1318
|
"type": "number"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"name": "source",
|
|
1322
|
+
"type": "string"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "field",
|
|
1326
|
+
"type": "string"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"name": "format",
|
|
1330
|
+
"type": "string"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"name": "icon",
|
|
1334
|
+
"type": "icon"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "variant",
|
|
1338
|
+
"type": "string"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "className",
|
|
1342
|
+
"type": "string"
|
|
460
1343
|
}
|
|
461
1344
|
],
|
|
462
|
-
"
|
|
1345
|
+
"GameHudStatsItemAssetUrl": [
|
|
463
1346
|
{
|
|
464
1347
|
"name": "url",
|
|
465
1348
|
"required": true,
|
|
@@ -512,23 +1395,56 @@
|
|
|
512
1395
|
"type": "string"
|
|
513
1396
|
}
|
|
514
1397
|
],
|
|
515
|
-
"
|
|
1398
|
+
"GameHudStatsItemIconUrl": [
|
|
516
1399
|
{
|
|
517
|
-
"name": "
|
|
1400
|
+
"name": "url",
|
|
1401
|
+
"required": true,
|
|
1402
|
+
"type": "asset"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "role",
|
|
1406
|
+
"required": true,
|
|
518
1407
|
"type": "string"
|
|
519
1408
|
},
|
|
520
1409
|
{
|
|
521
|
-
"name": "
|
|
1410
|
+
"name": "category",
|
|
1411
|
+
"required": true,
|
|
522
1412
|
"type": "string"
|
|
523
|
-
}
|
|
524
|
-
],
|
|
525
|
-
"GameHudStatsItem": [
|
|
1413
|
+
},
|
|
526
1414
|
{
|
|
527
|
-
"name": "
|
|
1415
|
+
"name": "animations",
|
|
1416
|
+
"type": "[string]"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"name": "style",
|
|
528
1420
|
"type": "string"
|
|
529
1421
|
},
|
|
530
1422
|
{
|
|
531
|
-
"name": "
|
|
1423
|
+
"name": "variant",
|
|
1424
|
+
"type": "string"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"name": "dimension",
|
|
1428
|
+
"type": "string"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"name": "aspect",
|
|
1432
|
+
"type": "string"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "atlas",
|
|
1436
|
+
"type": "asset"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"name": "sprite",
|
|
1440
|
+
"type": "string"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"name": "name",
|
|
1444
|
+
"type": "string"
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
"name": "thumbnailUrl",
|
|
532
1448
|
"type": "string"
|
|
533
1449
|
}
|
|
534
1450
|
]
|