@almadar/std 16.173.0 → 16.175.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.
Files changed (220) hide show
  1. package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -4
  2. package/behaviors/lolo/ui/core/atoms/std-board.lolo +5 -9
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +8 -1
  4. package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +2 -2
  5. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +3 -7
  6. package/behaviors/lolo/ui/core/atoms/std-form-advanced.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +1 -1
  8. package/behaviors/lolo/ui/core/atoms/std-list.lolo +3 -3
  9. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +2 -2
  10. package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +2 -4
  11. package/behaviors/lolo/ui/core/atoms/std-rating-review.lolo +5 -13
  12. package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +3 -7
  13. package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
  14. package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +2 -2
  15. package/behaviors/lolo/ui/core/atoms/std-step-flow.lolo +2 -4
  16. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/std-thread.lolo +2 -2
  18. package/behaviors/lolo/ui/core/atoms/std-vote.lolo +2 -2
  19. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +3 -7
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +1 -1
  21. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-hstack.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-icon.lolo +1 -1
  25. package/behaviors/lolo/ui/core/atoms/ui-stack.lolo +1 -1
  26. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +1 -1
  27. package/behaviors/lolo/ui/core/atoms/ui-vstack.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-content-renderer.lolo +1 -1
  29. package/behaviors/lolo/ui/core/molecules/ui-form-layout.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-grid.lolo +1 -1
  31. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +4 -9
  32. package/behaviors/lolo/ui/core/organisms/ui-chat-bar.lolo +1 -1
  33. package/behaviors/lolo/ui/core/organisms/ui-dashboard-grid.lolo +1 -1
  34. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  35. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +1 -1
  36. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +1 -1
  37. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  38. package/behaviors/lolo/ui/core/organisms/ui-form-section.lolo +9 -3
  39. package/behaviors/lolo/ui/core/organisms/ui-form.lolo +9 -3
  40. package/behaviors/lolo/ui/core/organisms/ui-master-detail.lolo +1 -1
  41. package/behaviors/lolo/ui/core/organisms/ui-media-gallery.lolo +1 -1
  42. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +7 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-stat-card.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +41 -9
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-shape.lolo +40 -8
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +13 -3
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +12 -2
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +3 -3
  51. package/behaviors/lolo/ui/game/atoms/ui-draw-text.lolo +2 -2
  52. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +32 -2
  53. package/behaviors/lolo/ui/learning/atoms/std-learn-classify.lolo +133 -23
  54. package/behaviors/lolo/ui/learning/atoms/std-learn-compare.lolo +397 -0
  55. package/behaviors/lolo/ui/learning/atoms/std-learn-coupled-sim.lolo +537 -0
  56. package/behaviors/lolo/ui/learning/atoms/std-learn-derivation.lolo +428 -0
  57. package/behaviors/lolo/ui/learning/atoms/std-learn-doser.lolo +520 -0
  58. package/behaviors/lolo/ui/learning/atoms/std-learn-estimate.lolo +419 -0
  59. package/behaviors/lolo/ui/learning/atoms/std-learn-goal-seek.lolo +591 -0
  60. package/behaviors/lolo/ui/learning/atoms/std-learn-grid-sim.lolo +425 -0
  61. package/behaviors/lolo/ui/learning/atoms/std-learn-hotspot.lolo +398 -0
  62. package/behaviors/lolo/ui/learning/atoms/std-learn-measure.lolo +325 -0
  63. package/behaviors/lolo/ui/learning/atoms/std-learn-perturb.lolo +494 -0
  64. package/behaviors/lolo/ui/learning/atoms/std-learn-predict.lolo +408 -0
  65. package/behaviors/lolo/ui/learning/atoms/std-learn-scatter-fit.lolo +805 -0
  66. package/behaviors/lolo/ui/learning/atoms/std-learn-scenario.lolo +307 -0
  67. package/behaviors/lolo/ui/learning/atoms/std-learn-sim-3d.lolo +318 -0
  68. package/behaviors/lolo/ui/learning/atoms/std-learn-speed-drill.lolo +336 -0
  69. package/behaviors/lolo/ui/learning/atoms/std-learn-tour-3d.lolo +409 -0
  70. package/behaviors/lolo/ui/learning/atoms/std-learn-transport.lolo +186 -0
  71. package/behaviors/lolo/ui/learning/atoms/std-learn-tree.lolo +522 -0
  72. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +192 -0
  73. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +111 -2
  74. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +193 -5
  75. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +173 -5
  76. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +48 -1
  77. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +141 -1
  78. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +242 -5
  79. package/behaviors/lolo/ui/marketing/organisms/ui-book-viewer.lolo +1 -1
  80. package/behaviors/lolo/ui/marketing/organisms/ui-case-study-organism.lolo +1 -1
  81. package/behaviors/lolo/ui/marketing/organisms/ui-feature-grid-organism.lolo +1 -1
  82. package/behaviors/lolo/ui/marketing/organisms/ui-hero-organism.lolo +1 -1
  83. package/behaviors/lolo/ui/marketing/organisms/ui-pricing-organism.lolo +1 -1
  84. package/behaviors/lolo/ui/marketing/organisms/ui-showcase-organism.lolo +1 -1
  85. package/behaviors/lolo/ui/marketing/organisms/ui-stats-organism.lolo +1 -1
  86. package/behaviors/lolo/ui/marketing/organisms/ui-step-flow-organism.lolo +1 -1
  87. package/behaviors/lolo/ui/marketing/organisms/ui-team-organism.lolo +1 -1
  88. package/behaviors/registry/agent/atoms/std-agent-session.orb +22 -1
  89. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +38 -2
  90. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +38 -2
  91. package/behaviors/registry/agent/organisms/std-agent-rabit.orb +23 -1
  92. package/behaviors/registry/infra/atoms/std-approval-gate.orb +8 -16
  93. package/behaviors/registry/infra/atoms/std-cache-aside.orb +31 -62
  94. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +16 -32
  95. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -4
  96. package/behaviors/registry/infra/atoms/std-data-erasure.orb +8 -16
  97. package/behaviors/registry/infra/atoms/std-mod-queue.orb +8 -16
  98. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +14 -28
  99. package/behaviors/registry/infra/atoms/std-row-access-control.orb +30 -2
  100. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +1 -2
  101. package/behaviors/registry/ui/core/atoms/std-board.orb +19 -5
  102. package/behaviors/registry/ui/core/atoms/std-browse.orb +29 -7
  103. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +1 -2
  104. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +3 -5
  105. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +3 -6
  106. package/behaviors/registry/ui/core/atoms/std-event-log.orb +17 -3
  107. package/behaviors/registry/ui/core/atoms/std-export.orb +2 -4
  108. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +1 -1
  109. package/behaviors/registry/ui/core/atoms/std-gallery.orb +9 -18
  110. package/behaviors/registry/ui/core/atoms/std-graphs.orb +15 -1
  111. package/behaviors/registry/ui/core/atoms/std-import.orb +2 -4
  112. package/behaviors/registry/ui/core/atoms/std-list.orb +4 -6
  113. package/behaviors/registry/ui/core/atoms/std-modal.orb +2 -2
  114. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -2
  115. package/behaviors/registry/ui/core/atoms/std-pagination.orb +15 -1
  116. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +19 -5
  117. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +17 -3
  118. package/behaviors/registry/ui/core/atoms/std-rich-editor.orb +15 -1
  119. package/behaviors/registry/ui/core/atoms/std-scatter.orb +15 -1
  120. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  121. package/behaviors/registry/ui/core/atoms/std-stats.orb +15 -1
  122. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -2
  123. package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -2
  124. package/behaviors/registry/ui/core/atoms/std-vote.orb +2 -2
  125. package/behaviors/registry/ui/core/atoms/std-wizard.orb +17 -3
  126. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +4 -1
  127. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +4 -1
  128. package/behaviors/registry/ui/core/atoms/ui-center.orb +4 -1
  129. package/behaviors/registry/ui/core/atoms/ui-hstack.orb +4 -1
  130. package/behaviors/registry/ui/core/atoms/ui-icon.orb +4 -1
  131. package/behaviors/registry/ui/core/atoms/ui-stack.orb +4 -1
  132. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -1
  133. package/behaviors/registry/ui/core/atoms/ui-vstack.orb +4 -1
  134. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +3 -3
  135. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +4 -1
  136. package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +4 -1
  137. package/behaviors/registry/ui/core/molecules/ui-grid.orb +4 -1
  138. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +4 -39
  139. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +2 -2
  140. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  141. package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +4 -1
  142. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +5 -2
  143. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +5 -2
  144. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +4 -1
  145. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +4 -1
  146. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +4 -1
  147. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +34 -2
  148. package/behaviors/registry/ui/core/organisms/ui-form.orb +34 -2
  149. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +4 -1
  150. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -1
  151. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +24 -2
  152. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +4 -1
  153. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +4 -1
  154. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +1 -1
  155. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +1 -1
  156. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +35 -1
  157. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  158. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +183 -13
  159. package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +104 -9
  160. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +56 -2
  161. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +36 -4
  162. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +21 -2
  163. package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +19 -4
  164. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +173 -2
  165. package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +1288 -197
  166. package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +2814 -0
  167. package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +3183 -0
  168. package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +2512 -0
  169. package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +3678 -0
  170. package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +2394 -0
  171. package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +3951 -0
  172. package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +3458 -0
  173. package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +2646 -0
  174. package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +1979 -0
  175. package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +2994 -0
  176. package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +2682 -0
  177. package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +6539 -0
  178. package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +1842 -0
  179. package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +1648 -0
  180. package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +2307 -0
  181. package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +3118 -0
  182. package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +986 -0
  183. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +3333 -0
  184. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +716 -0
  185. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +679 -5
  186. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +962 -18
  187. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +919 -30
  188. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +372 -1
  189. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +936 -16
  190. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1328 -43
  191. package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
  192. package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +1 -2
  193. package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
  194. package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +1 -2
  195. package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +1 -2
  196. package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +1 -2
  197. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +4 -1
  198. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +4 -1
  199. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +4 -1
  200. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +4 -1
  201. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +4 -1
  202. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +4 -1
  203. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +4 -1
  204. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +4 -1
  205. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +4 -1
  206. package/dist/behaviors/exports-reader.js +3704 -2189
  207. package/dist/behaviors/functions/index.d.ts +2638 -254
  208. package/dist/behaviors/functions/index.js +3648 -2190
  209. package/dist/behaviors/index.d.ts +1 -1
  210. package/dist/behaviors/index.js +3705 -2190
  211. package/dist/behaviors/query.js +3704 -2189
  212. package/dist/behaviors-embeddings.hash.json +3 -3
  213. package/dist/behaviors-embeddings.json +289 -213
  214. package/dist/behaviors-registry.json +7900 -587
  215. package/dist/index.d.ts +1 -1
  216. package/dist/index.js +3705 -2190
  217. package/dist/knob-embeddings.hash.json +3 -3
  218. package/dist/knob-embeddings.json +1 -1
  219. package/dist/registry/factory-signatures.json +1 -1
  220. package/package.json +2 -2
@@ -188,6 +188,34 @@
188
188
  "tier": "presentation",
189
189
  "type": "string"
190
190
  },
191
+ "readouts": {
192
+ "default": [],
193
+ "description": "Top-right status chip row (live measurements, scores, counters).",
194
+ "items": {
195
+ "properties": {
196
+ "color": {
197
+ "name": "color",
198
+ "required": false,
199
+ "type": "string"
200
+ },
201
+ "label": {
202
+ "name": "label",
203
+ "required": true,
204
+ "type": "string"
205
+ },
206
+ "value": {
207
+ "name": "value",
208
+ "required": true,
209
+ "type": "string"
210
+ }
211
+ },
212
+ "type": "object"
213
+ },
214
+ "label": "Readouts",
215
+ "synonyms": "chips, stats, measurements",
216
+ "tier": "presentation",
217
+ "type": "[LearningCanvasReadoutsItem]"
218
+ },
191
219
  "shapes": {
192
220
  "default": [],
193
221
  "description": "Declarative shapes to draw.",
@@ -217,6 +245,20 @@
217
245
  "required": false,
218
246
  "type": "string"
219
247
  },
248
+ "dash": {
249
+ "name": "dash",
250
+ "required": false,
251
+ "type": "string",
252
+ "values": [
253
+ "dashed",
254
+ "dotted"
255
+ ]
256
+ },
257
+ "endAngle": {
258
+ "name": "endAngle",
259
+ "required": false,
260
+ "type": "number"
261
+ },
220
262
  "fill": {
221
263
  "name": "fill",
222
264
  "required": false,
@@ -292,6 +334,11 @@
292
334
  "required": false,
293
335
  "type": "number"
294
336
  },
337
+ "startAngle": {
338
+ "name": "startAngle",
339
+ "required": false,
340
+ "type": "number"
341
+ },
295
342
  "step": {
296
343
  "name": "step",
297
344
  "required": false,
@@ -310,6 +357,7 @@
310
357
  "line",
311
358
  "arrow",
312
359
  "circle",
360
+ "ellipse",
313
361
  "rect",
314
362
  "polygon",
315
363
  "path",
@@ -360,6 +408,104 @@
360
408
  "tier": "presentation",
361
409
  "type": "[LearningCanvasShapesItem]"
362
410
  },
411
+ "traces": {
412
+ "default": [],
413
+ "description": "Inset sparkline panels stacked from the bottom-right corner.",
414
+ "items": {
415
+ "properties": {
416
+ "backgroundColor": {
417
+ "name": "backgroundColor",
418
+ "required": false,
419
+ "type": "string"
420
+ },
421
+ "backgroundOpacity": {
422
+ "name": "backgroundOpacity",
423
+ "required": false,
424
+ "type": "number"
425
+ },
426
+ "frameColor": {
427
+ "name": "frameColor",
428
+ "required": false,
429
+ "type": "string"
430
+ },
431
+ "height": {
432
+ "name": "height",
433
+ "required": false,
434
+ "type": "number"
435
+ },
436
+ "series": {
437
+ "items": {
438
+ "properties": {
439
+ "color": {
440
+ "name": "color",
441
+ "required": false,
442
+ "type": "string"
443
+ },
444
+ "label": {
445
+ "name": "label",
446
+ "required": false,
447
+ "type": "string"
448
+ },
449
+ "samples": {
450
+ "items": {
451
+ "properties": {
452
+ "x": {
453
+ "name": "x",
454
+ "required": true,
455
+ "type": "number"
456
+ },
457
+ "y": {
458
+ "name": "y",
459
+ "required": true,
460
+ "type": "number"
461
+ }
462
+ },
463
+ "type": "object"
464
+ },
465
+ "name": "samples",
466
+ "required": true,
467
+ "type": "array"
468
+ }
469
+ },
470
+ "type": "object"
471
+ },
472
+ "name": "series",
473
+ "required": true,
474
+ "type": "array"
475
+ },
476
+ "width": {
477
+ "name": "width",
478
+ "required": false,
479
+ "type": "number"
480
+ },
481
+ "x": {
482
+ "name": "x",
483
+ "required": false,
484
+ "type": "number"
485
+ },
486
+ "xLabel": {
487
+ "name": "xLabel",
488
+ "required": false,
489
+ "type": "string"
490
+ },
491
+ "y": {
492
+ "name": "y",
493
+ "required": false,
494
+ "type": "number"
495
+ },
496
+ "yLabel": {
497
+ "name": "yLabel",
498
+ "required": false,
499
+ "type": "string"
500
+ }
501
+ },
502
+ "type": "object"
503
+ },
504
+ "label": "Traces",
505
+ "synonyms": "sparkline, time series, history plot",
506
+ "tier": "presentation",
507
+ "type": "[LearningCanvasTracesItem]"
508
+ },
363
509
  "width": {
364
510
  "default": 600.0,
365
511
  "description": "Canvas width in CSS pixels.",
@@ -454,7 +600,228 @@
454
600
  "payloadSchema": [
455
601
  {
456
602
  "name": "shapes",
457
- "type": "[LearningCanvasShapesItem]"
603
+ "properties": [
604
+ {
605
+ "name": "type",
606
+ "required": true,
607
+ "type": "string"
608
+ },
609
+ {
610
+ "name": "id",
611
+ "type": "string"
612
+ },
613
+ {
614
+ "name": "x",
615
+ "type": "number"
616
+ },
617
+ {
618
+ "name": "y",
619
+ "type": "number"
620
+ },
621
+ {
622
+ "name": "x1",
623
+ "type": "number"
624
+ },
625
+ {
626
+ "name": "y1",
627
+ "type": "number"
628
+ },
629
+ {
630
+ "name": "x2",
631
+ "type": "number"
632
+ },
633
+ {
634
+ "name": "y2",
635
+ "type": "number"
636
+ },
637
+ {
638
+ "name": "radius",
639
+ "type": "number"
640
+ },
641
+ {
642
+ "name": "width",
643
+ "type": "number"
644
+ },
645
+ {
646
+ "name": "height",
647
+ "type": "number"
648
+ },
649
+ {
650
+ "name": "points",
651
+ "properties": [
652
+ {
653
+ "name": "x",
654
+ "required": true,
655
+ "type": "number"
656
+ },
657
+ {
658
+ "name": "y",
659
+ "required": true,
660
+ "type": "number"
661
+ }
662
+ ],
663
+ "type": "[object]"
664
+ },
665
+ {
666
+ "name": "path",
667
+ "type": "string"
668
+ },
669
+ {
670
+ "name": "text",
671
+ "type": "string"
672
+ },
673
+ {
674
+ "name": "label",
675
+ "type": "string"
676
+ },
677
+ {
678
+ "name": "fontSize",
679
+ "type": "number"
680
+ },
681
+ {
682
+ "name": "align",
683
+ "type": "string"
684
+ },
685
+ {
686
+ "name": "axis",
687
+ "type": "string"
688
+ },
689
+ {
690
+ "name": "min",
691
+ "type": "number"
692
+ },
693
+ {
694
+ "name": "max",
695
+ "type": "number"
696
+ },
697
+ {
698
+ "name": "step",
699
+ "type": "number"
700
+ },
701
+ {
702
+ "name": "color",
703
+ "type": "string"
704
+ },
705
+ {
706
+ "name": "fill",
707
+ "type": "string"
708
+ },
709
+ {
710
+ "name": "lineWidth",
711
+ "type": "number"
712
+ },
713
+ {
714
+ "name": "opacity",
715
+ "type": "number"
716
+ },
717
+ {
718
+ "name": "startAngle",
719
+ "type": "number"
720
+ },
721
+ {
722
+ "name": "endAngle",
723
+ "type": "number"
724
+ },
725
+ {
726
+ "name": "dash",
727
+ "type": "string"
728
+ }
729
+ ],
730
+ "type": "[object]"
731
+ },
732
+ {
733
+ "name": "readouts",
734
+ "properties": [
735
+ {
736
+ "name": "label",
737
+ "required": true,
738
+ "type": "string"
739
+ },
740
+ {
741
+ "name": "value",
742
+ "required": true,
743
+ "type": "string"
744
+ },
745
+ {
746
+ "name": "color",
747
+ "type": "string"
748
+ }
749
+ ],
750
+ "type": "[object]"
751
+ },
752
+ {
753
+ "name": "traces",
754
+ "properties": [
755
+ {
756
+ "name": "x",
757
+ "type": "number"
758
+ },
759
+ {
760
+ "name": "y",
761
+ "type": "number"
762
+ },
763
+ {
764
+ "name": "width",
765
+ "type": "number"
766
+ },
767
+ {
768
+ "name": "height",
769
+ "type": "number"
770
+ },
771
+ {
772
+ "name": "series",
773
+ "properties": [
774
+ {
775
+ "name": "samples",
776
+ "properties": [
777
+ {
778
+ "name": "x",
779
+ "required": true,
780
+ "type": "number"
781
+ },
782
+ {
783
+ "name": "y",
784
+ "required": true,
785
+ "type": "number"
786
+ }
787
+ ],
788
+ "required": true,
789
+ "type": "[object]"
790
+ },
791
+ {
792
+ "name": "color",
793
+ "type": "string"
794
+ },
795
+ {
796
+ "name": "label",
797
+ "type": "string"
798
+ }
799
+ ],
800
+ "required": true,
801
+ "type": "[object]"
802
+ },
803
+ {
804
+ "name": "xLabel",
805
+ "type": "string"
806
+ },
807
+ {
808
+ "name": "yLabel",
809
+ "type": "string"
810
+ },
811
+ {
812
+ "name": "frameColor",
813
+ "type": "string"
814
+ },
815
+ {
816
+ "name": "backgroundColor",
817
+ "type": "string"
818
+ },
819
+ {
820
+ "name": "backgroundOpacity",
821
+ "type": "number"
822
+ }
823
+ ],
824
+ "type": "[object]"
458
825
  }
459
826
  ],
460
827
  "synonyms": "tick, redraw, animate, frame",
@@ -539,7 +906,9 @@
539
906
  "isLoading": "@config.isLoading",
540
907
  "onShapeClick": "@config.onShapeClick",
541
908
  "onShapeHover": "@config.onShapeHover",
909
+ "readouts": "@config.readouts",
542
910
  "shapes": "@config.shapes",
911
+ "traces": "@config.traces",
543
912
  "type": "learning-canvas",
544
913
  "width": "@config.width"
545
914
  }
@@ -565,7 +934,9 @@
565
934
  "isLoading": "@config.isLoading",
566
935
  "onShapeClick": "@config.onShapeClick",
567
936
  "onShapeHover": "@config.onShapeHover",
937
+ "readouts": "@payload.readouts",
568
938
  "shapes": "@payload.shapes",
939
+ "traces": "@payload.traces",
569
940
  "type": "learning-canvas",
570
941
  "width": "@config.width"
571
942
  }