@almadar/std 16.173.0 → 16.174.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 (203) 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/organisms/ui-chat-bar.lolo +1 -1
  32. package/behaviors/lolo/ui/core/organisms/ui-dashboard-grid.lolo +1 -1
  33. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  34. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +1 -1
  35. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +1 -1
  36. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  37. package/behaviors/lolo/ui/core/organisms/ui-form-section.lolo +9 -3
  38. package/behaviors/lolo/ui/core/organisms/ui-form.lolo +9 -3
  39. package/behaviors/lolo/ui/core/organisms/ui-master-detail.lolo +1 -1
  40. package/behaviors/lolo/ui/core/organisms/ui-media-gallery.lolo +1 -1
  41. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +7 -1
  42. package/behaviors/lolo/ui/core/organisms/ui-stat-card.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +41 -9
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-shape.lolo +40 -8
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +13 -3
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +12 -2
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +3 -3
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text.lolo +2 -2
  51. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +32 -2
  52. package/behaviors/lolo/ui/learning/atoms/std-learn-classify.lolo +1 -1
  53. package/behaviors/lolo/ui/learning/atoms/std-learn-compare.lolo +397 -0
  54. package/behaviors/lolo/ui/learning/atoms/std-learn-coupled-sim.lolo +537 -0
  55. package/behaviors/lolo/ui/learning/atoms/std-learn-estimate.lolo +419 -0
  56. package/behaviors/lolo/ui/learning/atoms/std-learn-goal-seek.lolo +591 -0
  57. package/behaviors/lolo/ui/learning/atoms/std-learn-grid-sim.lolo +425 -0
  58. package/behaviors/lolo/ui/learning/atoms/std-learn-hotspot.lolo +398 -0
  59. package/behaviors/lolo/ui/learning/atoms/std-learn-measure.lolo +325 -0
  60. package/behaviors/lolo/ui/learning/atoms/std-learn-perturb.lolo +494 -0
  61. package/behaviors/lolo/ui/learning/atoms/std-learn-predict.lolo +408 -0
  62. package/behaviors/lolo/ui/learning/atoms/std-learn-scenario.lolo +307 -0
  63. package/behaviors/lolo/ui/learning/atoms/std-learn-sim-3d.lolo +318 -0
  64. package/behaviors/lolo/ui/learning/atoms/std-learn-speed-drill.lolo +336 -0
  65. package/behaviors/lolo/ui/learning/atoms/std-learn-tour-3d.lolo +380 -0
  66. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +43 -4
  67. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +41 -4
  68. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +43 -4
  69. package/behaviors/lolo/ui/marketing/organisms/ui-book-viewer.lolo +1 -1
  70. package/behaviors/lolo/ui/marketing/organisms/ui-case-study-organism.lolo +1 -1
  71. package/behaviors/lolo/ui/marketing/organisms/ui-feature-grid-organism.lolo +1 -1
  72. package/behaviors/lolo/ui/marketing/organisms/ui-hero-organism.lolo +1 -1
  73. package/behaviors/lolo/ui/marketing/organisms/ui-pricing-organism.lolo +1 -1
  74. package/behaviors/lolo/ui/marketing/organisms/ui-showcase-organism.lolo +1 -1
  75. package/behaviors/lolo/ui/marketing/organisms/ui-stats-organism.lolo +1 -1
  76. package/behaviors/lolo/ui/marketing/organisms/ui-step-flow-organism.lolo +1 -1
  77. package/behaviors/lolo/ui/marketing/organisms/ui-team-organism.lolo +1 -1
  78. package/behaviors/registry/agent/atoms/std-agent-session.orb +22 -1
  79. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +38 -2
  80. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +38 -2
  81. package/behaviors/registry/agent/organisms/std-agent-rabit.orb +23 -1
  82. package/behaviors/registry/infra/atoms/std-approval-gate.orb +8 -16
  83. package/behaviors/registry/infra/atoms/std-cache-aside.orb +31 -62
  84. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +16 -32
  85. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -4
  86. package/behaviors/registry/infra/atoms/std-data-erasure.orb +8 -16
  87. package/behaviors/registry/infra/atoms/std-mod-queue.orb +8 -16
  88. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +14 -28
  89. package/behaviors/registry/infra/atoms/std-row-access-control.orb +30 -2
  90. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +1 -2
  91. package/behaviors/registry/ui/core/atoms/std-board.orb +19 -5
  92. package/behaviors/registry/ui/core/atoms/std-browse.orb +29 -7
  93. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +1 -2
  94. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +3 -5
  95. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +3 -6
  96. package/behaviors/registry/ui/core/atoms/std-event-log.orb +17 -3
  97. package/behaviors/registry/ui/core/atoms/std-export.orb +2 -4
  98. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +1 -1
  99. package/behaviors/registry/ui/core/atoms/std-gallery.orb +9 -18
  100. package/behaviors/registry/ui/core/atoms/std-graphs.orb +15 -1
  101. package/behaviors/registry/ui/core/atoms/std-import.orb +2 -4
  102. package/behaviors/registry/ui/core/atoms/std-list.orb +4 -6
  103. package/behaviors/registry/ui/core/atoms/std-modal.orb +2 -2
  104. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -2
  105. package/behaviors/registry/ui/core/atoms/std-pagination.orb +15 -1
  106. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +19 -5
  107. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +17 -3
  108. package/behaviors/registry/ui/core/atoms/std-rich-editor.orb +15 -1
  109. package/behaviors/registry/ui/core/atoms/std-scatter.orb +15 -1
  110. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  111. package/behaviors/registry/ui/core/atoms/std-stats.orb +15 -1
  112. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -2
  113. package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -2
  114. package/behaviors/registry/ui/core/atoms/std-vote.orb +2 -2
  115. package/behaviors/registry/ui/core/atoms/std-wizard.orb +17 -3
  116. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +4 -1
  117. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +4 -1
  118. package/behaviors/registry/ui/core/atoms/ui-center.orb +4 -1
  119. package/behaviors/registry/ui/core/atoms/ui-hstack.orb +4 -1
  120. package/behaviors/registry/ui/core/atoms/ui-icon.orb +4 -1
  121. package/behaviors/registry/ui/core/atoms/ui-stack.orb +4 -1
  122. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -1
  123. package/behaviors/registry/ui/core/atoms/ui-vstack.orb +4 -1
  124. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +3 -3
  125. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +4 -1
  126. package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +4 -1
  127. package/behaviors/registry/ui/core/molecules/ui-grid.orb +4 -1
  128. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +2 -2
  129. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  130. package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +4 -1
  131. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +5 -2
  132. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +5 -2
  133. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +4 -1
  134. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +4 -1
  135. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +4 -1
  136. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +34 -2
  137. package/behaviors/registry/ui/core/organisms/ui-form.orb +34 -2
  138. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +4 -1
  139. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -1
  140. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +24 -2
  141. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +4 -1
  142. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +4 -1
  143. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +1 -1
  144. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +1 -1
  145. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +35 -1
  146. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  147. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +183 -13
  148. package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +104 -9
  149. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +56 -2
  150. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +36 -4
  151. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +21 -2
  152. package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +19 -4
  153. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +173 -2
  154. package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +1 -1
  155. package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +2814 -0
  156. package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +3183 -0
  157. package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +2394 -0
  158. package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +3951 -0
  159. package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +3458 -0
  160. package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +2646 -0
  161. package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +1979 -0
  162. package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +2994 -0
  163. package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +2682 -0
  164. package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +1842 -0
  165. package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +1648 -0
  166. package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +2307 -0
  167. package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +2947 -0
  168. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +173 -4
  169. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +267 -7
  170. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +263 -8
  171. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +116 -1
  172. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +200 -4
  173. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +264 -7
  174. package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
  175. package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +1 -2
  176. package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
  177. package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +1 -2
  178. package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +1 -2
  179. package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +1 -2
  180. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +4 -1
  181. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +4 -1
  182. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +4 -1
  183. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +4 -1
  184. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +4 -1
  185. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +4 -1
  186. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +4 -1
  187. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +4 -1
  188. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +4 -1
  189. package/dist/behaviors/exports-reader.js +3440 -2189
  190. package/dist/behaviors/functions/index.d.ts +1751 -154
  191. package/dist/behaviors/functions/index.js +3402 -2190
  192. package/dist/behaviors/index.d.ts +1 -1
  193. package/dist/behaviors/index.js +3441 -2190
  194. package/dist/behaviors/query.js +3440 -2189
  195. package/dist/behaviors-embeddings.hash.json +3 -3
  196. package/dist/behaviors-embeddings.json +230 -178
  197. package/dist/behaviors-registry.json +4397 -171
  198. package/dist/index.d.ts +1 -1
  199. package/dist/index.js +3441 -2190
  200. package/dist/knob-embeddings.hash.json +3 -3
  201. package/dist/knob-embeddings.json +1 -1
  202. package/dist/registry/factory-signatures.json +1 -1
  203. package/package.json +2 -2
@@ -100,7 +100,7 @@
100
100
  "config": {
101
101
  "animate": {
102
102
  "default": false,
103
- "description": "animate prop",
103
+ "description": "2D only: continuous redraw loop. 3D motion is entity-state driven.",
104
104
  "label": "Animate",
105
105
  "tier": "presentation",
106
106
  "type": "boolean"
@@ -181,6 +181,11 @@
181
181
  "name": "y",
182
182
  "required": true,
183
183
  "type": "number"
184
+ },
185
+ "z": {
186
+ "name": "z",
187
+ "required": false,
188
+ "type": "number"
184
189
  }
185
190
  },
186
191
  "type": "object"
@@ -232,6 +237,13 @@
232
237
  "tier": "presentation",
233
238
  "type": "[ChemistryCanvasBondsItem]"
234
239
  },
240
+ "camera": {
241
+ "default": {},
242
+ "description": "3D only: neutral camera pose ({ mode, zoom, fov, azimuth, target }).",
243
+ "label": "Camera",
244
+ "tier": "presentation",
245
+ "type": "json"
246
+ },
235
247
  "className": {
236
248
  "description": "className prop",
237
249
  "label": "Class Name",
@@ -274,8 +286,7 @@
274
286
  "type": "number"
275
287
  },
276
288
  "interactive": {
277
- "default": false,
278
- "description": "interactive prop",
289
+ "description": "2D: pointer interaction (click/hover). 3D: orbit camera controls.",
279
290
  "label": "Interactive",
280
291
  "tier": "presentation",
281
292
  "type": "boolean"
@@ -286,6 +297,24 @@
286
297
  "tier": "presentation",
287
298
  "type": "boolean"
288
299
  },
300
+ "lighting": {
301
+ "default": {},
302
+ "description": "3D only: scene light rig as data.",
303
+ "label": "Lighting",
304
+ "tier": "presentation",
305
+ "type": "json"
306
+ },
307
+ "mode": {
308
+ "default": "2d",
309
+ "description": "Painter: 2D raster (default) or 3D mesh scene via the lazy three.js host.",
310
+ "label": "Mode",
311
+ "tier": "presentation",
312
+ "type": "string",
313
+ "values": [
314
+ "2d",
315
+ "3d"
316
+ ]
317
+ },
289
318
  "onShapeClick": {
290
319
  "default": "SHAPE_CLICK",
291
320
  "description": "onShapeClick prop",
@@ -293,9 +322,22 @@
293
322
  "tier": "presentation",
294
323
  "type": "string"
295
324
  },
325
+ "post": {
326
+ "default": {},
327
+ "description": "3D only: post-processing stack (bloom/vignette).",
328
+ "label": "Post",
329
+ "tier": "presentation",
330
+ "type": "json"
331
+ },
332
+ "shadows": {
333
+ "description": "3D only: enable shadows. Omitted → the host default.",
334
+ "label": "Shadows",
335
+ "tier": "presentation",
336
+ "type": "boolean"
337
+ },
296
338
  "shapes": {
297
339
  "default": [],
298
- "description": "Extra declarative shapes in canvas pixel coordinates.",
340
+ "description": "Extra declarative shapes in canvas pixel coordinates (2D mode only — ignored in 3D).",
299
341
  "items": {
300
342
  "properties": {
301
343
  "align": {
@@ -465,6 +507,12 @@
465
507
  "tier": "presentation",
466
508
  "type": "[ChemistryCanvasShapesItem]"
467
509
  },
510
+ "showGrid": {
511
+ "description": "3D only: show the ground grid (default off).",
512
+ "label": "Show Grid",
513
+ "tier": "presentation",
514
+ "type": "boolean"
515
+ },
468
516
  "title": {
469
517
  "description": "title prop",
470
518
  "label": "Title",
@@ -537,19 +585,214 @@
537
585
  "payloadSchema": [
538
586
  {
539
587
  "name": "atoms",
540
- "type": "[ChemistryCanvasAtomsItem]"
588
+ "properties": [
589
+ {
590
+ "name": "id",
591
+ "type": "string"
592
+ },
593
+ {
594
+ "name": "x",
595
+ "required": true,
596
+ "type": "number"
597
+ },
598
+ {
599
+ "name": "y",
600
+ "required": true,
601
+ "type": "number"
602
+ },
603
+ {
604
+ "name": "z",
605
+ "type": "number"
606
+ },
607
+ {
608
+ "name": "element",
609
+ "type": "string"
610
+ },
611
+ {
612
+ "name": "radius",
613
+ "type": "number"
614
+ },
615
+ {
616
+ "name": "color",
617
+ "type": "string"
618
+ }
619
+ ],
620
+ "type": "[object]"
541
621
  },
542
622
  {
543
623
  "name": "bonds",
544
- "type": "[ChemistryCanvasBondsItem]"
624
+ "properties": [
625
+ {
626
+ "name": "from",
627
+ "required": true,
628
+ "type": "string"
629
+ },
630
+ {
631
+ "name": "to",
632
+ "required": true,
633
+ "type": "string"
634
+ },
635
+ {
636
+ "name": "type",
637
+ "type": "string"
638
+ },
639
+ {
640
+ "name": "color",
641
+ "type": "string"
642
+ }
643
+ ],
644
+ "type": "[object]"
545
645
  },
546
646
  {
547
647
  "name": "arrows",
548
- "type": "[ChemistryCanvasArrowsItem]"
648
+ "properties": [
649
+ {
650
+ "name": "x",
651
+ "required": true,
652
+ "type": "number"
653
+ },
654
+ {
655
+ "name": "y",
656
+ "required": true,
657
+ "type": "number"
658
+ },
659
+ {
660
+ "name": "angle",
661
+ "type": "number"
662
+ },
663
+ {
664
+ "name": "length",
665
+ "type": "number"
666
+ },
667
+ {
668
+ "name": "color",
669
+ "type": "string"
670
+ },
671
+ {
672
+ "name": "label",
673
+ "type": "string"
674
+ }
675
+ ],
676
+ "type": "[object]"
549
677
  },
550
678
  {
551
679
  "name": "shapes",
552
- "type": "[ChemistryCanvasShapesItem]"
680
+ "properties": [
681
+ {
682
+ "name": "type",
683
+ "required": true,
684
+ "type": "string"
685
+ },
686
+ {
687
+ "name": "id",
688
+ "type": "string"
689
+ },
690
+ {
691
+ "name": "x",
692
+ "type": "number"
693
+ },
694
+ {
695
+ "name": "y",
696
+ "type": "number"
697
+ },
698
+ {
699
+ "name": "x1",
700
+ "type": "number"
701
+ },
702
+ {
703
+ "name": "y1",
704
+ "type": "number"
705
+ },
706
+ {
707
+ "name": "x2",
708
+ "type": "number"
709
+ },
710
+ {
711
+ "name": "y2",
712
+ "type": "number"
713
+ },
714
+ {
715
+ "name": "radius",
716
+ "type": "number"
717
+ },
718
+ {
719
+ "name": "width",
720
+ "type": "number"
721
+ },
722
+ {
723
+ "name": "height",
724
+ "type": "number"
725
+ },
726
+ {
727
+ "name": "points",
728
+ "properties": [
729
+ {
730
+ "name": "x",
731
+ "required": true,
732
+ "type": "number"
733
+ },
734
+ {
735
+ "name": "y",
736
+ "required": true,
737
+ "type": "number"
738
+ }
739
+ ],
740
+ "type": "[object]"
741
+ },
742
+ {
743
+ "name": "path",
744
+ "type": "string"
745
+ },
746
+ {
747
+ "name": "text",
748
+ "type": "string"
749
+ },
750
+ {
751
+ "name": "label",
752
+ "type": "string"
753
+ },
754
+ {
755
+ "name": "fontSize",
756
+ "type": "number"
757
+ },
758
+ {
759
+ "name": "align",
760
+ "type": "string"
761
+ },
762
+ {
763
+ "name": "axis",
764
+ "type": "string"
765
+ },
766
+ {
767
+ "name": "min",
768
+ "type": "number"
769
+ },
770
+ {
771
+ "name": "max",
772
+ "type": "number"
773
+ },
774
+ {
775
+ "name": "step",
776
+ "type": "number"
777
+ },
778
+ {
779
+ "name": "color",
780
+ "type": "string"
781
+ },
782
+ {
783
+ "name": "fill",
784
+ "type": "string"
785
+ },
786
+ {
787
+ "name": "lineWidth",
788
+ "type": "number"
789
+ },
790
+ {
791
+ "name": "opacity",
792
+ "type": "number"
793
+ }
794
+ ],
795
+ "type": "[object]"
553
796
  }
554
797
  ],
555
798
  "synonyms": "tick, redraw, animate, frame",
@@ -602,13 +845,19 @@
602
845
  "atoms": "@config.atoms",
603
846
  "backgroundColor": "@config.backgroundColor",
604
847
  "bonds": "@config.bonds",
848
+ "camera": "@config.camera",
605
849
  "className": "@config.className",
606
850
  "error": "@config.error",
607
851
  "height": "@config.height",
608
852
  "interactive": "@config.interactive",
609
853
  "isLoading": "@config.isLoading",
854
+ "lighting": "@config.lighting",
855
+ "mode": "@config.mode",
610
856
  "onShapeClick": "@config.onShapeClick",
857
+ "post": "@config.post",
858
+ "shadows": "@config.shadows",
611
859
  "shapes": "@config.shapes",
860
+ "showGrid": "@config.showGrid",
612
861
  "title": "@config.title",
613
862
  "type": "chemistry-canvas",
614
863
  "width": "@config.width"
@@ -631,13 +880,19 @@
631
880
  "atoms": "@payload.atoms",
632
881
  "backgroundColor": "@config.backgroundColor",
633
882
  "bonds": "@payload.bonds",
883
+ "camera": "@config.camera",
634
884
  "className": "@config.className",
635
885
  "error": "@config.error",
636
886
  "height": "@config.height",
637
887
  "interactive": "@config.interactive",
638
888
  "isLoading": "@config.isLoading",
889
+ "lighting": "@config.lighting",
890
+ "mode": "@config.mode",
639
891
  "onShapeClick": "@config.onShapeClick",
892
+ "post": "@config.post",
893
+ "shadows": "@config.shadows",
640
894
  "shapes": "@payload.shapes",
895
+ "showGrid": "@config.showGrid",
641
896
  "title": "@config.title",
642
897
  "type": "chemistry-canvas",
643
898
  "width": "@config.width"
@@ -454,7 +454,122 @@
454
454
  "payloadSchema": [
455
455
  {
456
456
  "name": "shapes",
457
- "type": "[LearningCanvasShapesItem]"
457
+ "properties": [
458
+ {
459
+ "name": "type",
460
+ "required": true,
461
+ "type": "string"
462
+ },
463
+ {
464
+ "name": "id",
465
+ "type": "string"
466
+ },
467
+ {
468
+ "name": "x",
469
+ "type": "number"
470
+ },
471
+ {
472
+ "name": "y",
473
+ "type": "number"
474
+ },
475
+ {
476
+ "name": "x1",
477
+ "type": "number"
478
+ },
479
+ {
480
+ "name": "y1",
481
+ "type": "number"
482
+ },
483
+ {
484
+ "name": "x2",
485
+ "type": "number"
486
+ },
487
+ {
488
+ "name": "y2",
489
+ "type": "number"
490
+ },
491
+ {
492
+ "name": "radius",
493
+ "type": "number"
494
+ },
495
+ {
496
+ "name": "width",
497
+ "type": "number"
498
+ },
499
+ {
500
+ "name": "height",
501
+ "type": "number"
502
+ },
503
+ {
504
+ "name": "points",
505
+ "properties": [
506
+ {
507
+ "name": "x",
508
+ "required": true,
509
+ "type": "number"
510
+ },
511
+ {
512
+ "name": "y",
513
+ "required": true,
514
+ "type": "number"
515
+ }
516
+ ],
517
+ "type": "[object]"
518
+ },
519
+ {
520
+ "name": "path",
521
+ "type": "string"
522
+ },
523
+ {
524
+ "name": "text",
525
+ "type": "string"
526
+ },
527
+ {
528
+ "name": "label",
529
+ "type": "string"
530
+ },
531
+ {
532
+ "name": "fontSize",
533
+ "type": "number"
534
+ },
535
+ {
536
+ "name": "align",
537
+ "type": "string"
538
+ },
539
+ {
540
+ "name": "axis",
541
+ "type": "string"
542
+ },
543
+ {
544
+ "name": "min",
545
+ "type": "number"
546
+ },
547
+ {
548
+ "name": "max",
549
+ "type": "number"
550
+ },
551
+ {
552
+ "name": "step",
553
+ "type": "number"
554
+ },
555
+ {
556
+ "name": "color",
557
+ "type": "string"
558
+ },
559
+ {
560
+ "name": "fill",
561
+ "type": "string"
562
+ },
563
+ {
564
+ "name": "lineWidth",
565
+ "type": "number"
566
+ },
567
+ {
568
+ "name": "opacity",
569
+ "type": "number"
570
+ }
571
+ ],
572
+ "type": "[object]"
458
573
  }
459
574
  ],
460
575
  "synonyms": "tick, redraw, animate, frame",