@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
@@ -105,6 +105,33 @@
105
105
  "tier": "presentation",
106
106
  "type": "boolean"
107
107
  },
108
+ "auxBars": {
109
+ "default": [],
110
+ "description": "Secondary bar strip inside the bars panel (e.g. a running total beside the primary values).",
111
+ "items": {
112
+ "properties": {
113
+ "color": {
114
+ "name": "color",
115
+ "required": false,
116
+ "type": "string"
117
+ },
118
+ "label": {
119
+ "name": "label",
120
+ "required": false,
121
+ "type": "string"
122
+ },
123
+ "value": {
124
+ "name": "value",
125
+ "required": true,
126
+ "type": "number"
127
+ }
128
+ },
129
+ "type": "object"
130
+ },
131
+ "label": "Aux Bars",
132
+ "tier": "presentation",
133
+ "type": "[AlgorithmCanvasAuxBarsItem]"
134
+ },
108
135
  "backgroundColor": {
109
136
  "description": "backgroundColor prop",
110
137
  "label": "Background Color",
@@ -138,6 +165,53 @@
138
165
  "tier": "presentation",
139
166
  "type": "[AlgorithmCanvasBarsItem]"
140
167
  },
168
+ "buckets": {
169
+ "default": [],
170
+ "description": "Hash-table buckets; each row is an index chip plus its chained entries.",
171
+ "items": {
172
+ "properties": {
173
+ "entries": {
174
+ "items": {
175
+ "properties": {
176
+ "color": {
177
+ "name": "color",
178
+ "required": false,
179
+ "type": "string"
180
+ },
181
+ "label": {
182
+ "name": "label",
183
+ "required": true,
184
+ "type": "string"
185
+ },
186
+ "state": {
187
+ "name": "state",
188
+ "required": false,
189
+ "type": "string",
190
+ "values": [
191
+ "default",
192
+ "highlight",
193
+ "probing"
194
+ ]
195
+ }
196
+ },
197
+ "type": "object"
198
+ },
199
+ "name": "entries",
200
+ "required": true,
201
+ "type": "array"
202
+ },
203
+ "index": {
204
+ "name": "index",
205
+ "required": true,
206
+ "type": "number"
207
+ }
208
+ },
209
+ "type": "object"
210
+ },
211
+ "label": "Buckets",
212
+ "tier": "presentation",
213
+ "type": "[AlgorithmCanvasBucketsItem]"
214
+ },
141
215
  "cells": {
142
216
  "default": [],
143
217
  "description": "Grid/array/DP cells; laid out on a row/col lattice sized to the extent.",
@@ -153,6 +227,33 @@
153
227
  "required": false,
154
228
  "type": "string"
155
229
  },
230
+ "corner": {
231
+ "name": "corner",
232
+ "properties": {
233
+ "bl": {
234
+ "name": "bl",
235
+ "required": false,
236
+ "type": "string"
237
+ },
238
+ "br": {
239
+ "name": "br",
240
+ "required": false,
241
+ "type": "string"
242
+ },
243
+ "tl": {
244
+ "name": "tl",
245
+ "required": false,
246
+ "type": "string"
247
+ },
248
+ "tr": {
249
+ "name": "tr",
250
+ "required": false,
251
+ "type": "string"
252
+ }
253
+ },
254
+ "required": false,
255
+ "type": "object"
256
+ },
156
257
  "label": {
157
258
  "name": "label",
158
259
  "required": false,
@@ -181,6 +282,33 @@
181
282
  "tier": "presentation",
182
283
  "type": "string"
183
284
  },
285
+ "colLabels": {
286
+ "default": [],
287
+ "description": "Column-header labels drawn above the cells grid.",
288
+ "items": {
289
+ "properties": {
290
+ "color": {
291
+ "name": "color",
292
+ "required": false,
293
+ "type": "string"
294
+ },
295
+ "index": {
296
+ "name": "index",
297
+ "required": true,
298
+ "type": "number"
299
+ },
300
+ "text": {
301
+ "name": "text",
302
+ "required": true,
303
+ "type": "string"
304
+ }
305
+ },
306
+ "type": "object"
307
+ },
308
+ "label": "Col Labels",
309
+ "tier": "presentation",
310
+ "type": "[AlgorithmCanvasColLabelsItem]"
311
+ },
184
312
  "error": {
185
313
  "description": "error prop",
186
314
  "label": "Error",
@@ -209,6 +337,43 @@
209
337
  "tier": "presentation",
210
338
  "type": "AlgorithmCanvasError"
211
339
  },
340
+ "frames": {
341
+ "default": [],
342
+ "description": "Recursion/call-stack frames; laid out bottom-up like a real call stack.",
343
+ "items": {
344
+ "properties": {
345
+ "color": {
346
+ "name": "color",
347
+ "required": false,
348
+ "type": "string"
349
+ },
350
+ "detail": {
351
+ "name": "detail",
352
+ "required": false,
353
+ "type": "string"
354
+ },
355
+ "label": {
356
+ "name": "label",
357
+ "required": true,
358
+ "type": "string"
359
+ },
360
+ "state": {
361
+ "name": "state",
362
+ "required": false,
363
+ "type": "string",
364
+ "values": [
365
+ "active",
366
+ "returning",
367
+ "done"
368
+ ]
369
+ }
370
+ },
371
+ "type": "object"
372
+ },
373
+ "label": "Frames",
374
+ "tier": "presentation",
375
+ "type": "[AlgorithmCanvasFramesItem]"
376
+ },
212
377
  "height": {
213
378
  "default": 400.0,
214
379
  "description": "height prop",
@@ -238,7 +403,7 @@
238
403
  },
239
404
  "pointers": {
240
405
  "default": [],
241
- "description": "Index cursors (i/j/lo/hi/mid); drawn as markers beneath the referenced bar/cell column.",
406
+ "description": "Index cursors (i/j/lo/hi/mid); drawn as markers beneath the referenced bar/slot column.",
242
407
  "items": {
243
408
  "properties": {
244
409
  "color": {
@@ -263,6 +428,74 @@
263
428
  "tier": "presentation",
264
429
  "type": "[AlgorithmCanvasPointersItem]"
265
430
  },
431
+ "ranges": {
432
+ "default": [],
433
+ "description": "Highlighted index ranges over the bars panel (translucent fill bands or labeled brackets).",
434
+ "items": {
435
+ "properties": {
436
+ "color": {
437
+ "name": "color",
438
+ "required": false,
439
+ "type": "string"
440
+ },
441
+ "from": {
442
+ "name": "from",
443
+ "required": true,
444
+ "type": "number"
445
+ },
446
+ "kind": {
447
+ "name": "kind",
448
+ "required": false,
449
+ "type": "string",
450
+ "values": [
451
+ "fill",
452
+ "bracket"
453
+ ]
454
+ },
455
+ "label": {
456
+ "name": "label",
457
+ "required": false,
458
+ "type": "string"
459
+ },
460
+ "to": {
461
+ "name": "to",
462
+ "required": true,
463
+ "type": "number"
464
+ }
465
+ },
466
+ "type": "object"
467
+ },
468
+ "label": "Ranges",
469
+ "tier": "presentation",
470
+ "type": "[AlgorithmCanvasRangesItem]"
471
+ },
472
+ "rowLabels": {
473
+ "default": [],
474
+ "description": "Row-header labels drawn to the left of the cells grid.",
475
+ "items": {
476
+ "properties": {
477
+ "color": {
478
+ "name": "color",
479
+ "required": false,
480
+ "type": "string"
481
+ },
482
+ "index": {
483
+ "name": "index",
484
+ "required": true,
485
+ "type": "number"
486
+ },
487
+ "text": {
488
+ "name": "text",
489
+ "required": true,
490
+ "type": "string"
491
+ }
492
+ },
493
+ "type": "object"
494
+ },
495
+ "label": "Row Labels",
496
+ "tier": "presentation",
497
+ "type": "[AlgorithmCanvasRowLabelsItem]"
498
+ },
266
499
  "shapes": {
267
500
  "default": [],
268
501
  "description": "Extra declarative shapes in canvas pixel coordinates.",
@@ -292,6 +525,20 @@
292
525
  "required": false,
293
526
  "type": "string"
294
527
  },
528
+ "dash": {
529
+ "name": "dash",
530
+ "required": false,
531
+ "type": "string",
532
+ "values": [
533
+ "dashed",
534
+ "dotted"
535
+ ]
536
+ },
537
+ "endAngle": {
538
+ "name": "endAngle",
539
+ "required": false,
540
+ "type": "number"
541
+ },
295
542
  "fill": {
296
543
  "name": "fill",
297
544
  "required": false,
@@ -367,6 +614,11 @@
367
614
  "required": false,
368
615
  "type": "number"
369
616
  },
617
+ "startAngle": {
618
+ "name": "startAngle",
619
+ "required": false,
620
+ "type": "number"
621
+ },
370
622
  "step": {
371
623
  "name": "step",
372
624
  "required": false,
@@ -385,6 +637,7 @@
385
637
  "line",
386
638
  "arrow",
387
639
  "circle",
640
+ "ellipse",
388
641
  "rect",
389
642
  "polygon",
390
643
  "path",
@@ -435,6 +688,49 @@
435
688
  "tier": "presentation",
436
689
  "type": "[AlgorithmCanvasShapesItem]"
437
690
  },
691
+ "slotOrientation": {
692
+ "default": "horizontal",
693
+ "description": "Slot stack direction; horizontal lays slots left-to-right, vertical stacks bottom-up.",
694
+ "label": "Slot Orientation",
695
+ "tier": "presentation",
696
+ "type": "string",
697
+ "values": [
698
+ "horizontal",
699
+ "vertical"
700
+ ]
701
+ },
702
+ "slots": {
703
+ "default": [],
704
+ "description": "Discrete value slots (registers/variables); laid out in a row or a vertical stack.",
705
+ "items": {
706
+ "properties": {
707
+ "color": {
708
+ "name": "color",
709
+ "required": false,
710
+ "type": "string"
711
+ },
712
+ "state": {
713
+ "name": "state",
714
+ "required": false,
715
+ "type": "string",
716
+ "values": [
717
+ "empty",
718
+ "filled",
719
+ "highlight"
720
+ ]
721
+ },
722
+ "value": {
723
+ "name": "value",
724
+ "required": false,
725
+ "type": "string"
726
+ }
727
+ },
728
+ "type": "object"
729
+ },
730
+ "label": "Slots",
731
+ "tier": "presentation",
732
+ "type": "[AlgorithmCanvasSlotsItem]"
733
+ },
438
734
  "title": {
439
735
  "description": "title prop",
440
736
  "label": "Title",
@@ -507,19 +803,381 @@
507
803
  "payloadSchema": [
508
804
  {
509
805
  "name": "bars",
510
- "type": "[AlgorithmCanvasBarsItem]"
806
+ "properties": [
807
+ {
808
+ "name": "value",
809
+ "required": true,
810
+ "type": "number"
811
+ },
812
+ {
813
+ "name": "color",
814
+ "type": "string"
815
+ },
816
+ {
817
+ "name": "label",
818
+ "type": "string"
819
+ }
820
+ ],
821
+ "type": "[object]"
511
822
  },
512
823
  {
513
824
  "name": "cells",
514
- "type": "[AlgorithmCanvasCellsItem]"
825
+ "properties": [
826
+ {
827
+ "name": "row",
828
+ "required": true,
829
+ "type": "number"
830
+ },
831
+ {
832
+ "name": "col",
833
+ "required": true,
834
+ "type": "number"
835
+ },
836
+ {
837
+ "name": "value",
838
+ "type": "number"
839
+ },
840
+ {
841
+ "name": "color",
842
+ "type": "string"
843
+ },
844
+ {
845
+ "name": "label",
846
+ "type": "string"
847
+ },
848
+ {
849
+ "name": "corner",
850
+ "properties": [
851
+ {
852
+ "name": "tl",
853
+ "type": "string"
854
+ },
855
+ {
856
+ "name": "tr",
857
+ "type": "string"
858
+ },
859
+ {
860
+ "name": "bl",
861
+ "type": "string"
862
+ },
863
+ {
864
+ "name": "br",
865
+ "type": "string"
866
+ }
867
+ ],
868
+ "type": "object"
869
+ }
870
+ ],
871
+ "type": "[object]"
515
872
  },
516
873
  {
517
874
  "name": "pointers",
518
- "type": "[AlgorithmCanvasPointersItem]"
875
+ "properties": [
876
+ {
877
+ "name": "index",
878
+ "required": true,
879
+ "type": "number"
880
+ },
881
+ {
882
+ "name": "label",
883
+ "type": "string"
884
+ },
885
+ {
886
+ "name": "color",
887
+ "type": "string"
888
+ }
889
+ ],
890
+ "type": "[object]"
891
+ },
892
+ {
893
+ "name": "ranges",
894
+ "properties": [
895
+ {
896
+ "name": "from",
897
+ "required": true,
898
+ "type": "number"
899
+ },
900
+ {
901
+ "name": "to",
902
+ "required": true,
903
+ "type": "number"
904
+ },
905
+ {
906
+ "name": "color",
907
+ "type": "string"
908
+ },
909
+ {
910
+ "name": "label",
911
+ "type": "string"
912
+ },
913
+ {
914
+ "name": "kind",
915
+ "type": "string"
916
+ }
917
+ ],
918
+ "type": "[object]"
919
+ },
920
+ {
921
+ "name": "slots",
922
+ "properties": [
923
+ {
924
+ "name": "value",
925
+ "type": "string"
926
+ },
927
+ {
928
+ "name": "state",
929
+ "type": "string"
930
+ },
931
+ {
932
+ "name": "color",
933
+ "type": "string"
934
+ }
935
+ ],
936
+ "type": "[object]"
937
+ },
938
+ {
939
+ "name": "frames",
940
+ "properties": [
941
+ {
942
+ "name": "label",
943
+ "required": true,
944
+ "type": "string"
945
+ },
946
+ {
947
+ "name": "detail",
948
+ "type": "string"
949
+ },
950
+ {
951
+ "name": "state",
952
+ "type": "string"
953
+ },
954
+ {
955
+ "name": "color",
956
+ "type": "string"
957
+ }
958
+ ],
959
+ "type": "[object]"
960
+ },
961
+ {
962
+ "name": "buckets",
963
+ "properties": [
964
+ {
965
+ "name": "index",
966
+ "required": true,
967
+ "type": "number"
968
+ },
969
+ {
970
+ "name": "entries",
971
+ "properties": [
972
+ {
973
+ "name": "label",
974
+ "required": true,
975
+ "type": "string"
976
+ },
977
+ {
978
+ "name": "state",
979
+ "type": "string"
980
+ },
981
+ {
982
+ "name": "color",
983
+ "type": "string"
984
+ }
985
+ ],
986
+ "required": true,
987
+ "type": "[object]"
988
+ }
989
+ ],
990
+ "type": "[object]"
991
+ },
992
+ {
993
+ "name": "auxBars",
994
+ "properties": [
995
+ {
996
+ "name": "value",
997
+ "required": true,
998
+ "type": "number"
999
+ },
1000
+ {
1001
+ "name": "color",
1002
+ "type": "string"
1003
+ },
1004
+ {
1005
+ "name": "label",
1006
+ "type": "string"
1007
+ }
1008
+ ],
1009
+ "type": "[object]"
1010
+ },
1011
+ {
1012
+ "name": "rowLabels",
1013
+ "properties": [
1014
+ {
1015
+ "name": "index",
1016
+ "required": true,
1017
+ "type": "number"
1018
+ },
1019
+ {
1020
+ "name": "text",
1021
+ "required": true,
1022
+ "type": "string"
1023
+ },
1024
+ {
1025
+ "name": "color",
1026
+ "type": "string"
1027
+ }
1028
+ ],
1029
+ "type": "[object]"
1030
+ },
1031
+ {
1032
+ "name": "colLabels",
1033
+ "properties": [
1034
+ {
1035
+ "name": "index",
1036
+ "required": true,
1037
+ "type": "number"
1038
+ },
1039
+ {
1040
+ "name": "text",
1041
+ "required": true,
1042
+ "type": "string"
1043
+ },
1044
+ {
1045
+ "name": "color",
1046
+ "type": "string"
1047
+ }
1048
+ ],
1049
+ "type": "[object]"
519
1050
  },
520
1051
  {
521
1052
  "name": "shapes",
522
- "type": "[AlgorithmCanvasShapesItem]"
1053
+ "properties": [
1054
+ {
1055
+ "name": "type",
1056
+ "required": true,
1057
+ "type": "string"
1058
+ },
1059
+ {
1060
+ "name": "id",
1061
+ "type": "string"
1062
+ },
1063
+ {
1064
+ "name": "x",
1065
+ "type": "number"
1066
+ },
1067
+ {
1068
+ "name": "y",
1069
+ "type": "number"
1070
+ },
1071
+ {
1072
+ "name": "x1",
1073
+ "type": "number"
1074
+ },
1075
+ {
1076
+ "name": "y1",
1077
+ "type": "number"
1078
+ },
1079
+ {
1080
+ "name": "x2",
1081
+ "type": "number"
1082
+ },
1083
+ {
1084
+ "name": "y2",
1085
+ "type": "number"
1086
+ },
1087
+ {
1088
+ "name": "radius",
1089
+ "type": "number"
1090
+ },
1091
+ {
1092
+ "name": "width",
1093
+ "type": "number"
1094
+ },
1095
+ {
1096
+ "name": "height",
1097
+ "type": "number"
1098
+ },
1099
+ {
1100
+ "name": "points",
1101
+ "properties": [
1102
+ {
1103
+ "name": "x",
1104
+ "required": true,
1105
+ "type": "number"
1106
+ },
1107
+ {
1108
+ "name": "y",
1109
+ "required": true,
1110
+ "type": "number"
1111
+ }
1112
+ ],
1113
+ "type": "[object]"
1114
+ },
1115
+ {
1116
+ "name": "path",
1117
+ "type": "string"
1118
+ },
1119
+ {
1120
+ "name": "text",
1121
+ "type": "string"
1122
+ },
1123
+ {
1124
+ "name": "label",
1125
+ "type": "string"
1126
+ },
1127
+ {
1128
+ "name": "fontSize",
1129
+ "type": "number"
1130
+ },
1131
+ {
1132
+ "name": "align",
1133
+ "type": "string"
1134
+ },
1135
+ {
1136
+ "name": "axis",
1137
+ "type": "string"
1138
+ },
1139
+ {
1140
+ "name": "min",
1141
+ "type": "number"
1142
+ },
1143
+ {
1144
+ "name": "max",
1145
+ "type": "number"
1146
+ },
1147
+ {
1148
+ "name": "step",
1149
+ "type": "number"
1150
+ },
1151
+ {
1152
+ "name": "color",
1153
+ "type": "string"
1154
+ },
1155
+ {
1156
+ "name": "fill",
1157
+ "type": "string"
1158
+ },
1159
+ {
1160
+ "name": "lineWidth",
1161
+ "type": "number"
1162
+ },
1163
+ {
1164
+ "name": "opacity",
1165
+ "type": "number"
1166
+ },
1167
+ {
1168
+ "name": "startAngle",
1169
+ "type": "number"
1170
+ },
1171
+ {
1172
+ "name": "endAngle",
1173
+ "type": "number"
1174
+ },
1175
+ {
1176
+ "name": "dash",
1177
+ "type": "string"
1178
+ }
1179
+ ],
1180
+ "type": "[object]"
523
1181
  }
524
1182
  ],
525
1183
  "synonyms": "tick, redraw, animate, frame",
@@ -568,17 +1226,25 @@
568
1226
  "main",
569
1227
  {
570
1228
  "animate": "@config.animate",
1229
+ "auxBars": "@config.auxBars",
571
1230
  "backgroundColor": "@config.backgroundColor",
572
1231
  "bars": "@config.bars",
1232
+ "buckets": "@config.buckets",
573
1233
  "cells": "@config.cells",
574
1234
  "className": "@config.className",
1235
+ "colLabels": "@config.colLabels",
575
1236
  "error": "@config.error",
1237
+ "frames": "@config.frames",
576
1238
  "height": "@config.height",
577
1239
  "interactive": "@config.interactive",
578
1240
  "isLoading": "@config.isLoading",
579
1241
  "onShapeClick": "@config.onShapeClick",
580
1242
  "pointers": "@config.pointers",
1243
+ "ranges": "@config.ranges",
1244
+ "rowLabels": "@config.rowLabels",
581
1245
  "shapes": "@config.shapes",
1246
+ "slotOrientation": "@config.slotOrientation",
1247
+ "slots": "@config.slots",
582
1248
  "title": "@config.title",
583
1249
  "type": "algorithm-canvas",
584
1250
  "width": "@config.width"
@@ -597,17 +1263,25 @@
597
1263
  "main",
598
1264
  {
599
1265
  "animate": "@config.animate",
1266
+ "auxBars": "@payload.auxBars",
600
1267
  "backgroundColor": "@config.backgroundColor",
601
1268
  "bars": "@payload.bars",
1269
+ "buckets": "@payload.buckets",
602
1270
  "cells": "@payload.cells",
603
1271
  "className": "@config.className",
1272
+ "colLabels": "@payload.colLabels",
604
1273
  "error": "@config.error",
1274
+ "frames": "@payload.frames",
605
1275
  "height": "@config.height",
606
1276
  "interactive": "@config.interactive",
607
1277
  "isLoading": "@config.isLoading",
608
1278
  "onShapeClick": "@config.onShapeClick",
609
1279
  "pointers": "@payload.pointers",
1280
+ "ranges": "@payload.ranges",
1281
+ "rowLabels": "@payload.rowLabels",
610
1282
  "shapes": "@payload.shapes",
1283
+ "slotOrientation": "@config.slotOrientation",
1284
+ "slots": "@payload.slots",
611
1285
  "title": "@config.title",
612
1286
  "type": "algorithm-canvas",
613
1287
  "width": "@config.width"