@almadar/std 16.174.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 (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 +261 -237
  39. package/dist/behaviors-registry.json +4385 -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
@@ -98,6 +98,53 @@
98
98
  {
99
99
  "category": "interaction",
100
100
  "config": {
101
+ "angles": {
102
+ "default": [],
103
+ "description": "Angle arcs between two bearings. 2D only.",
104
+ "items": {
105
+ "properties": {
106
+ "color": {
107
+ "name": "color",
108
+ "required": false,
109
+ "type": "string"
110
+ },
111
+ "from": {
112
+ "name": "from",
113
+ "required": true,
114
+ "type": "number"
115
+ },
116
+ "label": {
117
+ "name": "label",
118
+ "required": false,
119
+ "type": "string"
120
+ },
121
+ "radius": {
122
+ "name": "radius",
123
+ "required": false,
124
+ "type": "number"
125
+ },
126
+ "to": {
127
+ "name": "to",
128
+ "required": true,
129
+ "type": "number"
130
+ },
131
+ "x": {
132
+ "name": "x",
133
+ "required": true,
134
+ "type": "number"
135
+ },
136
+ "y": {
137
+ "name": "y",
138
+ "required": true,
139
+ "type": "number"
140
+ }
141
+ },
142
+ "type": "object"
143
+ },
144
+ "label": "Angles",
145
+ "tier": "presentation",
146
+ "type": "[PhysicsCanvasAnglesItem]"
147
+ },
101
148
  "animate": {
102
149
  "default": false,
103
150
  "description": "2D only: continuous redraw loop. 3D motion is entity-state driven.",
@@ -216,6 +263,16 @@
216
263
  "required": true,
217
264
  "type": "string"
218
265
  },
266
+ "kind": {
267
+ "name": "kind",
268
+ "required": false,
269
+ "type": "string",
270
+ "values": [
271
+ "rod",
272
+ "spring",
273
+ "string"
274
+ ]
275
+ },
219
276
  "to": {
220
277
  "name": "to",
221
278
  "required": true,
@@ -256,6 +313,64 @@
256
313
  "tier": "presentation",
257
314
  "type": "PhysicsCanvasError"
258
315
  },
316
+ "field": {
317
+ "description": "A single uniform vector/into/out field lattice. 2D only.",
318
+ "label": "Field",
319
+ "properties": {
320
+ "angle": {
321
+ "name": "angle",
322
+ "required": false,
323
+ "type": "number"
324
+ },
325
+ "color": {
326
+ "name": "color",
327
+ "required": false,
328
+ "type": "string"
329
+ },
330
+ "height": {
331
+ "name": "height",
332
+ "required": false,
333
+ "type": "number"
334
+ },
335
+ "kind": {
336
+ "name": "kind",
337
+ "required": true,
338
+ "type": "string",
339
+ "values": [
340
+ "arrows",
341
+ "into",
342
+ "out"
343
+ ]
344
+ },
345
+ "size": {
346
+ "name": "size",
347
+ "required": false,
348
+ "type": "number"
349
+ },
350
+ "spacing": {
351
+ "name": "spacing",
352
+ "required": false,
353
+ "type": "number"
354
+ },
355
+ "width": {
356
+ "name": "width",
357
+ "required": false,
358
+ "type": "number"
359
+ },
360
+ "x": {
361
+ "name": "x",
362
+ "required": false,
363
+ "type": "number"
364
+ },
365
+ "y": {
366
+ "name": "y",
367
+ "required": false,
368
+ "type": "number"
369
+ }
370
+ },
371
+ "tier": "presentation",
372
+ "type": "PhysicsCanvasField"
373
+ },
259
374
  "forceScale": {
260
375
  "default": 20.0,
261
376
  "description": "forceScale prop",
@@ -289,6 +404,38 @@
289
404
  "tier": "presentation",
290
405
  "type": "json"
291
406
  },
407
+ "meters": {
408
+ "default": [],
409
+ "description": "Bottom-left labeled bar gauges. 2D only.",
410
+ "items": {
411
+ "properties": {
412
+ "color": {
413
+ "name": "color",
414
+ "required": false,
415
+ "type": "string"
416
+ },
417
+ "label": {
418
+ "name": "label",
419
+ "required": true,
420
+ "type": "string"
421
+ },
422
+ "max": {
423
+ "name": "max",
424
+ "required": false,
425
+ "type": "number"
426
+ },
427
+ "value": {
428
+ "name": "value",
429
+ "required": true,
430
+ "type": "number"
431
+ }
432
+ },
433
+ "type": "object"
434
+ },
435
+ "label": "Meters",
436
+ "tier": "presentation",
437
+ "type": "[PhysicsCanvasMetersItem]"
438
+ },
292
439
  "mode": {
293
440
  "default": "2d",
294
441
  "description": "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
@@ -314,6 +461,112 @@
314
461
  "tier": "presentation",
315
462
  "type": "json"
316
463
  },
464
+ "readouts": {
465
+ "default": [],
466
+ "description": "Top-right status chip row, forwarded to LearningCanvas verbatim.",
467
+ "items": {
468
+ "properties": {
469
+ "color": {
470
+ "name": "color",
471
+ "required": false,
472
+ "type": "string"
473
+ },
474
+ "label": {
475
+ "name": "label",
476
+ "required": true,
477
+ "type": "string"
478
+ },
479
+ "value": {
480
+ "name": "value",
481
+ "required": true,
482
+ "type": "string"
483
+ }
484
+ },
485
+ "type": "object"
486
+ },
487
+ "label": "Readouts",
488
+ "tier": "presentation",
489
+ "type": "[PhysicsCanvasReadoutsItem]"
490
+ },
491
+ "sceneObjects": {
492
+ "default": [],
493
+ "description": "Ground/wall/ramp/box/pivot scene fixtures. 2D only.",
494
+ "items": {
495
+ "properties": {
496
+ "color": {
497
+ "name": "color",
498
+ "required": false,
499
+ "type": "string"
500
+ },
501
+ "fill": {
502
+ "name": "fill",
503
+ "required": false,
504
+ "type": "string"
505
+ },
506
+ "height": {
507
+ "name": "height",
508
+ "required": false,
509
+ "type": "number"
510
+ },
511
+ "kind": {
512
+ "name": "kind",
513
+ "required": true,
514
+ "type": "string",
515
+ "values": [
516
+ "ground",
517
+ "wall",
518
+ "ramp",
519
+ "box",
520
+ "pivot"
521
+ ]
522
+ },
523
+ "label": {
524
+ "name": "label",
525
+ "required": false,
526
+ "type": "string"
527
+ },
528
+ "width": {
529
+ "name": "width",
530
+ "required": false,
531
+ "type": "number"
532
+ },
533
+ "x": {
534
+ "name": "x",
535
+ "required": false,
536
+ "type": "number"
537
+ },
538
+ "x1": {
539
+ "name": "x1",
540
+ "required": false,
541
+ "type": "number"
542
+ },
543
+ "x2": {
544
+ "name": "x2",
545
+ "required": false,
546
+ "type": "number"
547
+ },
548
+ "y": {
549
+ "name": "y",
550
+ "required": false,
551
+ "type": "number"
552
+ },
553
+ "y1": {
554
+ "name": "y1",
555
+ "required": false,
556
+ "type": "number"
557
+ },
558
+ "y2": {
559
+ "name": "y2",
560
+ "required": false,
561
+ "type": "number"
562
+ }
563
+ },
564
+ "type": "object"
565
+ },
566
+ "label": "Scene Objects",
567
+ "tier": "presentation",
568
+ "type": "[PhysicsCanvasSceneObjectsItem]"
569
+ },
317
570
  "shadows": {
318
571
  "description": "3D only: enable shadows. Omitted → the host default.",
319
572
  "label": "Shadows",
@@ -349,6 +602,20 @@
349
602
  "required": false,
350
603
  "type": "string"
351
604
  },
605
+ "dash": {
606
+ "name": "dash",
607
+ "required": false,
608
+ "type": "string",
609
+ "values": [
610
+ "dashed",
611
+ "dotted"
612
+ ]
613
+ },
614
+ "endAngle": {
615
+ "name": "endAngle",
616
+ "required": false,
617
+ "type": "number"
618
+ },
352
619
  "fill": {
353
620
  "name": "fill",
354
621
  "required": false,
@@ -424,6 +691,11 @@
424
691
  "required": false,
425
692
  "type": "number"
426
693
  },
694
+ "startAngle": {
695
+ "name": "startAngle",
696
+ "required": false,
697
+ "type": "number"
698
+ },
427
699
  "step": {
428
700
  "name": "step",
429
701
  "required": false,
@@ -442,6 +714,7 @@
442
714
  "line",
443
715
  "arrow",
444
716
  "circle",
717
+ "ellipse",
445
718
  "rect",
446
719
  "polygon",
447
720
  "path",
@@ -512,33 +785,398 @@
512
785
  "tier": "presentation",
513
786
  "type": "boolean"
514
787
  },
788
+ "surface3d": {
789
+ "description": "A 3D height-field surface mesh (wave, terrain, potential well). 3D only.",
790
+ "label": "Surface3d",
791
+ "properties": {
792
+ "bands": {
793
+ "items": {
794
+ "properties": {
795
+ "color": {
796
+ "name": "color",
797
+ "required": true,
798
+ "type": "string"
799
+ },
800
+ "min": {
801
+ "name": "min",
802
+ "required": false,
803
+ "type": "number"
804
+ }
805
+ },
806
+ "type": "object"
807
+ },
808
+ "name": "bands",
809
+ "required": false,
810
+ "type": "array"
811
+ },
812
+ "color": {
813
+ "name": "color",
814
+ "required": false,
815
+ "type": "string"
816
+ },
817
+ "flatShading": {
818
+ "name": "flatShading",
819
+ "required": false,
820
+ "type": "boolean"
821
+ },
822
+ "heights": {
823
+ "items": {
824
+ "type": "number"
825
+ },
826
+ "name": "heights",
827
+ "required": true,
828
+ "type": "array"
829
+ },
830
+ "nx": {
831
+ "name": "nx",
832
+ "required": true,
833
+ "type": "number"
834
+ },
835
+ "ny": {
836
+ "name": "ny",
837
+ "required": true,
838
+ "type": "number"
839
+ },
840
+ "opacity": {
841
+ "name": "opacity",
842
+ "required": false,
843
+ "type": "number"
844
+ },
845
+ "spacing": {
846
+ "name": "spacing",
847
+ "required": false,
848
+ "type": "number"
849
+ },
850
+ "x": {
851
+ "name": "x",
852
+ "required": false,
853
+ "type": "number"
854
+ },
855
+ "y": {
856
+ "name": "y",
857
+ "required": false,
858
+ "type": "number"
859
+ }
860
+ },
861
+ "tier": "presentation",
862
+ "type": "PhysicsCanvasSurface3d"
863
+ },
515
864
  "title": {
516
865
  "description": "title prop",
517
866
  "label": "Title",
518
867
  "tier": "presentation",
519
868
  "type": "string"
520
869
  },
521
- "velocityScale": {
522
- "default": 20.0,
523
- "description": "velocityScale prop",
524
- "label": "Velocity Scale",
525
- "tier": "presentation",
526
- "type": "number"
527
- },
528
- "width": {
529
- "default": 600.0,
530
- "description": "width prop",
531
- "label": "Width",
532
- "tier": "presentation",
533
- "type": "number"
534
- }
535
- },
536
- "emits": [
537
- {
538
- "description": "onShapeClick prop",
539
- "event": "@config.onShapeClick",
540
- "eventId": "evt_01M055GQAA3XBD1GWQJE6F3DX1",
541
- "payloadSchema": [
870
+ "traces": {
871
+ "default": [],
872
+ "description": "Inset sparkline panels, forwarded to LearningCanvas verbatim.",
873
+ "items": {
874
+ "properties": {
875
+ "backgroundColor": {
876
+ "name": "backgroundColor",
877
+ "required": false,
878
+ "type": "string"
879
+ },
880
+ "backgroundOpacity": {
881
+ "name": "backgroundOpacity",
882
+ "required": false,
883
+ "type": "number"
884
+ },
885
+ "frameColor": {
886
+ "name": "frameColor",
887
+ "required": false,
888
+ "type": "string"
889
+ },
890
+ "height": {
891
+ "name": "height",
892
+ "required": false,
893
+ "type": "number"
894
+ },
895
+ "series": {
896
+ "items": {
897
+ "properties": {
898
+ "color": {
899
+ "name": "color",
900
+ "required": false,
901
+ "type": "string"
902
+ },
903
+ "label": {
904
+ "name": "label",
905
+ "required": false,
906
+ "type": "string"
907
+ },
908
+ "samples": {
909
+ "items": {
910
+ "properties": {
911
+ "x": {
912
+ "name": "x",
913
+ "required": true,
914
+ "type": "number"
915
+ },
916
+ "y": {
917
+ "name": "y",
918
+ "required": true,
919
+ "type": "number"
920
+ }
921
+ },
922
+ "type": "object"
923
+ },
924
+ "name": "samples",
925
+ "required": true,
926
+ "type": "array"
927
+ }
928
+ },
929
+ "type": "object"
930
+ },
931
+ "name": "series",
932
+ "required": true,
933
+ "type": "array"
934
+ },
935
+ "width": {
936
+ "name": "width",
937
+ "required": false,
938
+ "type": "number"
939
+ },
940
+ "x": {
941
+ "name": "x",
942
+ "required": false,
943
+ "type": "number"
944
+ },
945
+ "xLabel": {
946
+ "name": "xLabel",
947
+ "required": false,
948
+ "type": "string"
949
+ },
950
+ "y": {
951
+ "name": "y",
952
+ "required": false,
953
+ "type": "number"
954
+ },
955
+ "yLabel": {
956
+ "name": "yLabel",
957
+ "required": false,
958
+ "type": "string"
959
+ }
960
+ },
961
+ "type": "object"
962
+ },
963
+ "label": "Traces",
964
+ "tier": "presentation",
965
+ "type": "[PhysicsCanvasTracesItem]"
966
+ },
967
+ "trails": {
968
+ "default": [],
969
+ "description": "Fading trajectory polylines (2D) / trajectory tubes (3D).",
970
+ "items": {
971
+ "properties": {
972
+ "color": {
973
+ "name": "color",
974
+ "required": false,
975
+ "type": "string"
976
+ },
977
+ "fade": {
978
+ "name": "fade",
979
+ "required": false,
980
+ "type": "boolean"
981
+ },
982
+ "id": {
983
+ "name": "id",
984
+ "required": false,
985
+ "type": "string"
986
+ },
987
+ "opacity": {
988
+ "name": "opacity",
989
+ "required": false,
990
+ "type": "number"
991
+ },
992
+ "points": {
993
+ "items": {
994
+ "properties": {
995
+ "x": {
996
+ "name": "x",
997
+ "required": true,
998
+ "type": "number"
999
+ },
1000
+ "y": {
1001
+ "name": "y",
1002
+ "required": true,
1003
+ "type": "number"
1004
+ },
1005
+ "z": {
1006
+ "name": "z",
1007
+ "required": false,
1008
+ "type": "number"
1009
+ }
1010
+ },
1011
+ "type": "object"
1012
+ },
1013
+ "name": "points",
1014
+ "required": true,
1015
+ "type": "array"
1016
+ },
1017
+ "width": {
1018
+ "name": "width",
1019
+ "required": false,
1020
+ "type": "number"
1021
+ }
1022
+ },
1023
+ "type": "object"
1024
+ },
1025
+ "label": "Trails",
1026
+ "tier": "presentation",
1027
+ "type": "[PhysicsCanvasTrailsItem]"
1028
+ },
1029
+ "vectorScale": {
1030
+ "default": 1.0,
1031
+ "description": "Multiplies every `vectors3d` entry's `dx`/`dy`/`dz` (default 1). 3D only.",
1032
+ "label": "Vector Scale",
1033
+ "tier": "presentation",
1034
+ "type": "number"
1035
+ },
1036
+ "vectors": {
1037
+ "default": [],
1038
+ "description": "Named force/velocity/free-body arrows, anchored by point or by body id. 2D only.",
1039
+ "items": {
1040
+ "properties": {
1041
+ "body": {
1042
+ "name": "body",
1043
+ "required": false,
1044
+ "type": "string"
1045
+ },
1046
+ "color": {
1047
+ "name": "color",
1048
+ "required": false,
1049
+ "type": "string"
1050
+ },
1051
+ "dash": {
1052
+ "name": "dash",
1053
+ "required": false,
1054
+ "type": "string",
1055
+ "values": [
1056
+ "dashed",
1057
+ "dotted"
1058
+ ]
1059
+ },
1060
+ "dx": {
1061
+ "name": "dx",
1062
+ "required": true,
1063
+ "type": "number"
1064
+ },
1065
+ "dy": {
1066
+ "name": "dy",
1067
+ "required": true,
1068
+ "type": "number"
1069
+ },
1070
+ "label": {
1071
+ "name": "label",
1072
+ "required": false,
1073
+ "type": "string"
1074
+ },
1075
+ "scale": {
1076
+ "name": "scale",
1077
+ "required": false,
1078
+ "type": "number"
1079
+ },
1080
+ "x": {
1081
+ "name": "x",
1082
+ "required": false,
1083
+ "type": "number"
1084
+ },
1085
+ "y": {
1086
+ "name": "y",
1087
+ "required": false,
1088
+ "type": "number"
1089
+ }
1090
+ },
1091
+ "type": "object"
1092
+ },
1093
+ "label": "Vectors",
1094
+ "tier": "presentation",
1095
+ "type": "[PhysicsCanvasVectorsItem]"
1096
+ },
1097
+ "vectors3d": {
1098
+ "default": [],
1099
+ "description": "Labeled 3D arrows (field arrows, axis triads). 3D only.",
1100
+ "items": {
1101
+ "properties": {
1102
+ "color": {
1103
+ "name": "color",
1104
+ "required": false,
1105
+ "type": "string"
1106
+ },
1107
+ "dx": {
1108
+ "name": "dx",
1109
+ "required": true,
1110
+ "type": "number"
1111
+ },
1112
+ "dy": {
1113
+ "name": "dy",
1114
+ "required": true,
1115
+ "type": "number"
1116
+ },
1117
+ "dz": {
1118
+ "name": "dz",
1119
+ "required": false,
1120
+ "type": "number"
1121
+ },
1122
+ "id": {
1123
+ "name": "id",
1124
+ "required": false,
1125
+ "type": "string"
1126
+ },
1127
+ "label": {
1128
+ "name": "label",
1129
+ "required": false,
1130
+ "type": "string"
1131
+ },
1132
+ "width": {
1133
+ "name": "width",
1134
+ "required": false,
1135
+ "type": "number"
1136
+ },
1137
+ "x": {
1138
+ "name": "x",
1139
+ "required": true,
1140
+ "type": "number"
1141
+ },
1142
+ "y": {
1143
+ "name": "y",
1144
+ "required": true,
1145
+ "type": "number"
1146
+ },
1147
+ "z": {
1148
+ "name": "z",
1149
+ "required": false,
1150
+ "type": "number"
1151
+ }
1152
+ },
1153
+ "type": "object"
1154
+ },
1155
+ "label": "Vectors3d",
1156
+ "tier": "presentation",
1157
+ "type": "[PhysicsCanvasVectors3dItem]"
1158
+ },
1159
+ "velocityScale": {
1160
+ "default": 20.0,
1161
+ "description": "velocityScale prop",
1162
+ "label": "Velocity Scale",
1163
+ "tier": "presentation",
1164
+ "type": "number"
1165
+ },
1166
+ "width": {
1167
+ "default": 600.0,
1168
+ "description": "width prop",
1169
+ "label": "Width",
1170
+ "tier": "presentation",
1171
+ "type": "number"
1172
+ }
1173
+ },
1174
+ "emits": [
1175
+ {
1176
+ "description": "onShapeClick prop",
1177
+ "event": "@config.onShapeClick",
1178
+ "eventId": "evt_01M055GQAA3XBD1GWQJE6F3DX1",
1179
+ "payloadSchema": [
542
1180
  {
543
1181
  "name": "payload",
544
1182
  "properties": [
@@ -590,28 +1228,218 @@
590
1228
  "name": "Update",
591
1229
  "payloadSchema": [
592
1230
  {
593
- "name": "bodies",
1231
+ "name": "bodies",
1232
+ "properties": [
1233
+ {
1234
+ "name": "id",
1235
+ "type": "string"
1236
+ },
1237
+ {
1238
+ "name": "x",
1239
+ "required": true,
1240
+ "type": "number"
1241
+ },
1242
+ {
1243
+ "name": "y",
1244
+ "required": true,
1245
+ "type": "number"
1246
+ },
1247
+ {
1248
+ "name": "z",
1249
+ "type": "number"
1250
+ },
1251
+ {
1252
+ "name": "radius",
1253
+ "type": "number"
1254
+ },
1255
+ {
1256
+ "name": "color",
1257
+ "type": "string"
1258
+ },
1259
+ {
1260
+ "name": "label",
1261
+ "type": "string"
1262
+ },
1263
+ {
1264
+ "name": "vx",
1265
+ "type": "number"
1266
+ },
1267
+ {
1268
+ "name": "vy",
1269
+ "type": "number"
1270
+ },
1271
+ {
1272
+ "name": "vz",
1273
+ "type": "number"
1274
+ },
1275
+ {
1276
+ "name": "fx",
1277
+ "type": "number"
1278
+ },
1279
+ {
1280
+ "name": "fy",
1281
+ "type": "number"
1282
+ },
1283
+ {
1284
+ "name": "fz",
1285
+ "type": "number"
1286
+ }
1287
+ ],
1288
+ "type": "[object]"
1289
+ },
1290
+ {
1291
+ "name": "constraints",
1292
+ "properties": [
1293
+ {
1294
+ "name": "from",
1295
+ "required": true,
1296
+ "type": "string"
1297
+ },
1298
+ {
1299
+ "name": "to",
1300
+ "required": true,
1301
+ "type": "string"
1302
+ },
1303
+ {
1304
+ "name": "color",
1305
+ "type": "string"
1306
+ },
1307
+ {
1308
+ "name": "kind",
1309
+ "type": "string"
1310
+ }
1311
+ ],
1312
+ "type": "[object]"
1313
+ },
1314
+ {
1315
+ "name": "sceneObjects",
1316
+ "properties": [
1317
+ {
1318
+ "name": "kind",
1319
+ "required": true,
1320
+ "type": "string"
1321
+ },
1322
+ {
1323
+ "name": "x",
1324
+ "type": "number"
1325
+ },
1326
+ {
1327
+ "name": "y",
1328
+ "type": "number"
1329
+ },
1330
+ {
1331
+ "name": "x1",
1332
+ "type": "number"
1333
+ },
1334
+ {
1335
+ "name": "y1",
1336
+ "type": "number"
1337
+ },
1338
+ {
1339
+ "name": "x2",
1340
+ "type": "number"
1341
+ },
1342
+ {
1343
+ "name": "y2",
1344
+ "type": "number"
1345
+ },
1346
+ {
1347
+ "name": "width",
1348
+ "type": "number"
1349
+ },
1350
+ {
1351
+ "name": "height",
1352
+ "type": "number"
1353
+ },
1354
+ {
1355
+ "name": "color",
1356
+ "type": "string"
1357
+ },
1358
+ {
1359
+ "name": "fill",
1360
+ "type": "string"
1361
+ },
1362
+ {
1363
+ "name": "label",
1364
+ "type": "string"
1365
+ }
1366
+ ],
1367
+ "type": "[object]"
1368
+ },
1369
+ {
1370
+ "name": "trails",
594
1371
  "properties": [
595
1372
  {
596
1373
  "name": "id",
597
1374
  "type": "string"
598
1375
  },
599
1376
  {
600
- "name": "x",
1377
+ "name": "points",
1378
+ "properties": [
1379
+ {
1380
+ "name": "x",
1381
+ "required": true,
1382
+ "type": "number"
1383
+ },
1384
+ {
1385
+ "name": "y",
1386
+ "required": true,
1387
+ "type": "number"
1388
+ },
1389
+ {
1390
+ "name": "z",
1391
+ "type": "number"
1392
+ }
1393
+ ],
601
1394
  "required": true,
1395
+ "type": "[object]"
1396
+ },
1397
+ {
1398
+ "name": "color",
1399
+ "type": "string"
1400
+ },
1401
+ {
1402
+ "name": "width",
1403
+ "type": "number"
1404
+ },
1405
+ {
1406
+ "name": "opacity",
1407
+ "type": "number"
1408
+ },
1409
+ {
1410
+ "name": "fade",
1411
+ "type": "boolean"
1412
+ }
1413
+ ],
1414
+ "type": "[object]"
1415
+ },
1416
+ {
1417
+ "name": "vectors",
1418
+ "properties": [
1419
+ {
1420
+ "name": "x",
602
1421
  "type": "number"
603
1422
  },
604
1423
  {
605
1424
  "name": "y",
1425
+ "type": "number"
1426
+ },
1427
+ {
1428
+ "name": "body",
1429
+ "type": "string"
1430
+ },
1431
+ {
1432
+ "name": "dx",
606
1433
  "required": true,
607
1434
  "type": "number"
608
1435
  },
609
1436
  {
610
- "name": "z",
1437
+ "name": "dy",
1438
+ "required": true,
611
1439
  "type": "number"
612
1440
  },
613
1441
  {
614
- "name": "radius",
1442
+ "name": "scale",
615
1443
  "type": "number"
616
1444
  },
617
1445
  {
@@ -623,45 +1451,117 @@
623
1451
  "type": "string"
624
1452
  },
625
1453
  {
626
- "name": "vx",
1454
+ "name": "dash",
1455
+ "type": "string"
1456
+ }
1457
+ ],
1458
+ "type": "[object]"
1459
+ },
1460
+ {
1461
+ "name": "vectors3d",
1462
+ "properties": [
1463
+ {
1464
+ "name": "id",
1465
+ "type": "string"
1466
+ },
1467
+ {
1468
+ "name": "x",
1469
+ "required": true,
627
1470
  "type": "number"
628
1471
  },
629
1472
  {
630
- "name": "vy",
1473
+ "name": "y",
1474
+ "required": true,
631
1475
  "type": "number"
632
1476
  },
633
1477
  {
634
- "name": "vz",
1478
+ "name": "z",
635
1479
  "type": "number"
636
1480
  },
637
1481
  {
638
- "name": "fx",
1482
+ "name": "dx",
1483
+ "required": true,
639
1484
  "type": "number"
640
1485
  },
641
1486
  {
642
- "name": "fy",
1487
+ "name": "dy",
1488
+ "required": true,
643
1489
  "type": "number"
644
1490
  },
645
1491
  {
646
- "name": "fz",
1492
+ "name": "dz",
1493
+ "type": "number"
1494
+ },
1495
+ {
1496
+ "name": "color",
1497
+ "type": "string"
1498
+ },
1499
+ {
1500
+ "name": "label",
1501
+ "type": "string"
1502
+ },
1503
+ {
1504
+ "name": "width",
647
1505
  "type": "number"
648
1506
  }
649
1507
  ],
650
1508
  "type": "[object]"
651
1509
  },
652
1510
  {
653
- "name": "constraints",
1511
+ "name": "angles",
654
1512
  "properties": [
1513
+ {
1514
+ "name": "x",
1515
+ "required": true,
1516
+ "type": "number"
1517
+ },
1518
+ {
1519
+ "name": "y",
1520
+ "required": true,
1521
+ "type": "number"
1522
+ },
655
1523
  {
656
1524
  "name": "from",
657
1525
  "required": true,
658
- "type": "string"
1526
+ "type": "number"
659
1527
  },
660
1528
  {
661
1529
  "name": "to",
662
1530
  "required": true,
1531
+ "type": "number"
1532
+ },
1533
+ {
1534
+ "name": "radius",
1535
+ "type": "number"
1536
+ },
1537
+ {
1538
+ "name": "color",
1539
+ "type": "string"
1540
+ },
1541
+ {
1542
+ "name": "label",
1543
+ "type": "string"
1544
+ }
1545
+ ],
1546
+ "type": "[object]"
1547
+ },
1548
+ {
1549
+ "name": "meters",
1550
+ "properties": [
1551
+ {
1552
+ "name": "label",
1553
+ "required": true,
663
1554
  "type": "string"
664
1555
  },
1556
+ {
1557
+ "name": "value",
1558
+ "required": true,
1559
+ "type": "number"
1560
+ },
1561
+ {
1562
+ "name": "max",
1563
+ "type": "number"
1564
+ },
665
1565
  {
666
1566
  "name": "color",
667
1567
  "type": "string"
@@ -784,6 +1684,112 @@
784
1684
  {
785
1685
  "name": "opacity",
786
1686
  "type": "number"
1687
+ },
1688
+ {
1689
+ "name": "startAngle",
1690
+ "type": "number"
1691
+ },
1692
+ {
1693
+ "name": "endAngle",
1694
+ "type": "number"
1695
+ },
1696
+ {
1697
+ "name": "dash",
1698
+ "type": "string"
1699
+ }
1700
+ ],
1701
+ "type": "[object]"
1702
+ },
1703
+ {
1704
+ "name": "readouts",
1705
+ "properties": [
1706
+ {
1707
+ "name": "label",
1708
+ "required": true,
1709
+ "type": "string"
1710
+ },
1711
+ {
1712
+ "name": "value",
1713
+ "required": true,
1714
+ "type": "string"
1715
+ },
1716
+ {
1717
+ "name": "color",
1718
+ "type": "string"
1719
+ }
1720
+ ],
1721
+ "type": "[object]"
1722
+ },
1723
+ {
1724
+ "name": "traces",
1725
+ "properties": [
1726
+ {
1727
+ "name": "x",
1728
+ "type": "number"
1729
+ },
1730
+ {
1731
+ "name": "y",
1732
+ "type": "number"
1733
+ },
1734
+ {
1735
+ "name": "width",
1736
+ "type": "number"
1737
+ },
1738
+ {
1739
+ "name": "height",
1740
+ "type": "number"
1741
+ },
1742
+ {
1743
+ "name": "series",
1744
+ "properties": [
1745
+ {
1746
+ "name": "samples",
1747
+ "properties": [
1748
+ {
1749
+ "name": "x",
1750
+ "required": true,
1751
+ "type": "number"
1752
+ },
1753
+ {
1754
+ "name": "y",
1755
+ "required": true,
1756
+ "type": "number"
1757
+ }
1758
+ ],
1759
+ "required": true,
1760
+ "type": "[object]"
1761
+ },
1762
+ {
1763
+ "name": "color",
1764
+ "type": "string"
1765
+ },
1766
+ {
1767
+ "name": "label",
1768
+ "type": "string"
1769
+ }
1770
+ ],
1771
+ "required": true,
1772
+ "type": "[object]"
1773
+ },
1774
+ {
1775
+ "name": "xLabel",
1776
+ "type": "string"
1777
+ },
1778
+ {
1779
+ "name": "yLabel",
1780
+ "type": "string"
1781
+ },
1782
+ {
1783
+ "name": "frameColor",
1784
+ "type": "string"
1785
+ },
1786
+ {
1787
+ "name": "backgroundColor",
1788
+ "type": "string"
1789
+ },
1790
+ {
1791
+ "name": "backgroundOpacity",
1792
+ "type": "number"
787
1793
  }
788
1794
  ],
789
1795
  "type": "[object]"
@@ -834,6 +1840,7 @@
834
1840
  "render-ui",
835
1841
  "main",
836
1842
  {
1843
+ "angles": "@config.angles",
837
1844
  "animate": "@config.animate",
838
1845
  "backgroundColor": "@config.backgroundColor",
839
1846
  "bodies": "@config.bodies",
@@ -841,21 +1848,31 @@
841
1848
  "className": "@config.className",
842
1849
  "constraints": "@config.constraints",
843
1850
  "error": "@config.error",
1851
+ "field": "@config.field",
844
1852
  "forceScale": "@config.forceScale",
845
1853
  "height": "@config.height",
846
1854
  "interactive": "@config.interactive",
847
1855
  "isLoading": "@config.isLoading",
848
1856
  "lighting": "@config.lighting",
1857
+ "meters": "@config.meters",
849
1858
  "mode": "@config.mode",
850
1859
  "onShapeClick": "@config.onShapeClick",
851
1860
  "post": "@config.post",
1861
+ "readouts": "@config.readouts",
1862
+ "sceneObjects": "@config.sceneObjects",
852
1863
  "shadows": "@config.shadows",
853
1864
  "shapes": "@config.shapes",
854
1865
  "showForces": "@config.showForces",
855
1866
  "showGrid": "@config.showGrid",
856
1867
  "showVelocity": "@config.showVelocity",
1868
+ "surface3d": "@config.surface3d",
857
1869
  "title": "@config.title",
1870
+ "traces": "@config.traces",
1871
+ "trails": "@config.trails",
858
1872
  "type": "physics-canvas",
1873
+ "vectorScale": "@config.vectorScale",
1874
+ "vectors": "@config.vectors",
1875
+ "vectors3d": "@config.vectors3d",
859
1876
  "velocityScale": "@config.velocityScale",
860
1877
  "width": "@config.width"
861
1878
  }
@@ -872,6 +1889,7 @@
872
1889
  "render-ui",
873
1890
  "main",
874
1891
  {
1892
+ "angles": "@payload.angles",
875
1893
  "animate": "@config.animate",
876
1894
  "backgroundColor": "@config.backgroundColor",
877
1895
  "bodies": "@payload.bodies",
@@ -879,21 +1897,31 @@
879
1897
  "className": "@config.className",
880
1898
  "constraints": "@payload.constraints",
881
1899
  "error": "@config.error",
1900
+ "field": "@config.field",
882
1901
  "forceScale": "@config.forceScale",
883
1902
  "height": "@config.height",
884
1903
  "interactive": "@config.interactive",
885
1904
  "isLoading": "@config.isLoading",
886
1905
  "lighting": "@config.lighting",
1906
+ "meters": "@payload.meters",
887
1907
  "mode": "@config.mode",
888
1908
  "onShapeClick": "@config.onShapeClick",
889
1909
  "post": "@config.post",
1910
+ "readouts": "@payload.readouts",
1911
+ "sceneObjects": "@payload.sceneObjects",
890
1912
  "shadows": "@config.shadows",
891
1913
  "shapes": "@payload.shapes",
892
1914
  "showForces": "@config.showForces",
893
1915
  "showGrid": "@config.showGrid",
894
1916
  "showVelocity": "@config.showVelocity",
1917
+ "surface3d": "@config.surface3d",
895
1918
  "title": "@config.title",
1919
+ "traces": "@payload.traces",
1920
+ "trails": "@payload.trails",
896
1921
  "type": "physics-canvas",
1922
+ "vectorScale": "@config.vectorScale",
1923
+ "vectors": "@payload.vectors",
1924
+ "vectors3d": "@payload.vectors3d",
897
1925
  "velocityScale": "@config.velocityScale",
898
1926
  "width": "@config.width"
899
1927
  }