@almadar/std 16.174.0 → 16.176.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 (45) hide show
  1. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +4 -9
  2. package/behaviors/lolo/ui/learning/atoms/std-learn-classify.lolo +132 -22
  3. package/behaviors/lolo/ui/learning/atoms/std-learn-derivation.lolo +428 -0
  4. package/behaviors/lolo/ui/learning/atoms/std-learn-doser.lolo +520 -0
  5. package/behaviors/lolo/ui/learning/atoms/std-learn-scatter-fit.lolo +805 -0
  6. package/behaviors/lolo/ui/learning/atoms/std-learn-tour-3d.lolo +31 -2
  7. package/behaviors/lolo/ui/learning/atoms/std-learn-transport.lolo +186 -0
  8. package/behaviors/lolo/ui/learning/atoms/std-learn-tree.lolo +522 -0
  9. package/behaviors/lolo/ui/learning/atoms/ui-algo-graph-canvas.lolo +192 -0
  10. package/behaviors/lolo/ui/learning/atoms/ui-algorithm-canvas.lolo +111 -2
  11. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +150 -1
  12. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +132 -1
  13. package/behaviors/lolo/ui/learning/atoms/ui-learning-canvas.lolo +48 -1
  14. package/behaviors/lolo/ui/learning/atoms/ui-math-canvas.lolo +141 -1
  15. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +199 -1
  16. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +4 -39
  17. package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +1288 -197
  18. package/behaviors/registry/ui/learning/atoms/std-learn-derivation.orb +2512 -0
  19. package/behaviors/registry/ui/learning/atoms/std-learn-doser.orb +3678 -0
  20. package/behaviors/registry/ui/learning/atoms/std-learn-scatter-fit.orb +6539 -0
  21. package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +173 -2
  22. package/behaviors/registry/ui/learning/atoms/std-learn-transport.orb +986 -0
  23. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +3333 -0
  24. package/behaviors/registry/ui/learning/atoms/ui-algo-graph-canvas.orb +716 -0
  25. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +506 -1
  26. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +684 -0
  27. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +634 -0
  28. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +256 -0
  29. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +736 -12
  30. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +1061 -33
  31. package/dist/behaviors/exports-reader.js +2448 -2184
  32. package/dist/behaviors/functions/index.d.ts +800 -13
  33. package/dist/behaviors/functions/index.js +2431 -2185
  34. package/dist/behaviors/index.d.ts +1 -1
  35. package/dist/behaviors/index.js +2449 -2185
  36. package/dist/behaviors/query.js +2448 -2184
  37. package/dist/behaviors-embeddings.hash.json +3 -3
  38. package/dist/behaviors-embeddings.json +318 -294
  39. package/dist/behaviors-registry.json +4391 -1298
  40. package/dist/index.d.ts +1 -1
  41. package/dist/index.js +2449 -2185
  42. package/dist/knob-embeddings.hash.json +3 -3
  43. package/dist/knob-embeddings.json +1 -1
  44. package/dist/registry/factory-signatures.json +1 -1
  45. 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.",
@@ -567,6 +713,112 @@
567
713
  {
568
714
  "name": "opacity",
569
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"
570
822
  }
571
823
  ],
572
824
  "type": "[object]"
@@ -654,7 +906,9 @@
654
906
  "isLoading": "@config.isLoading",
655
907
  "onShapeClick": "@config.onShapeClick",
656
908
  "onShapeHover": "@config.onShapeHover",
909
+ "readouts": "@config.readouts",
657
910
  "shapes": "@config.shapes",
911
+ "traces": "@config.traces",
658
912
  "type": "learning-canvas",
659
913
  "width": "@config.width"
660
914
  }
@@ -680,7 +934,9 @@
680
934
  "isLoading": "@config.isLoading",
681
935
  "onShapeClick": "@config.onShapeClick",
682
936
  "onShapeHover": "@config.onShapeHover",
937
+ "readouts": "@payload.readouts",
683
938
  "shapes": "@payload.shapes",
939
+ "traces": "@payload.traces",
684
940
  "type": "learning-canvas",
685
941
  "width": "@config.width"
686
942
  }