@almadar/std 16.207.0 → 16.209.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 (259) hide show
  1. package/behaviors/lolo/agent/atoms/std-agent-tool-call.lolo +7 -2
  2. package/behaviors/lolo/agent/atoms/std-agent-tool-loop.lolo +7 -2
  3. package/behaviors/lolo/infra/atoms/std-approval-gate.lolo +3 -5
  4. package/behaviors/lolo/infra/atoms/std-audit-capture.lolo +2 -2
  5. package/behaviors/lolo/infra/atoms/std-migration-job.lolo +15 -14
  6. package/behaviors/lolo/infra/atoms/std-notify-on-event.lolo +2 -2
  7. package/behaviors/lolo/ml/atoms/std-data-collector.lolo +3 -3
  8. package/behaviors/lolo/ml/atoms/std-graph-builder.lolo +1 -1
  9. package/behaviors/lolo/ml/atoms/std-ml-exact-check.lolo +3 -3
  10. package/behaviors/lolo/ml/atoms/std-ml-infer.lolo +5 -5
  11. package/behaviors/lolo/ml/atoms/std-ml-label-capture.lolo +6 -6
  12. package/behaviors/lolo/ml/atoms/std-ml-lookup.lolo +5 -5
  13. package/behaviors/lolo/ml/atoms/std-tokenizer.lolo +2 -2
  14. package/behaviors/lolo/ml/atoms/std-weight-validator.lolo +3 -3
  15. package/behaviors/lolo/ml/organisms/std-escalating-decision.lolo +7 -3
  16. package/behaviors/lolo/ml/organisms/std-knowledge-tracing.lolo +3 -3
  17. package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +1 -1
  18. package/behaviors/lolo/ui/core/atoms/std-import.lolo +2 -1
  19. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +3 -0
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +3 -0
  21. package/behaviors/lolo/ui/core/atoms/ui-avatar.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-badge.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-filter-pill.lolo +2 -25
  25. package/behaviors/lolo/ui/core/atoms/ui-input.lolo +2 -35
  26. package/behaviors/lolo/ui/core/molecules/ui-carousel.lolo +7 -1
  27. package/behaviors/lolo/ui/core/molecules/ui-code-block.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-command-palette.lolo +7 -7
  29. package/behaviors/lolo/ui/core/molecules/ui-document-viewer.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-flex.lolo +3 -3
  31. package/behaviors/lolo/ui/core/molecules/ui-floating-toolbar.lolo +4 -4
  32. package/behaviors/lolo/ui/core/molecules/ui-form-actions.lolo +1 -1
  33. package/behaviors/lolo/ui/core/molecules/ui-input-group.lolo +2 -36
  34. package/behaviors/lolo/ui/core/molecules/ui-likert-scale.lolo +1 -1
  35. package/behaviors/lolo/ui/core/molecules/ui-notification.lolo +1 -1
  36. package/behaviors/lolo/ui/core/molecules/ui-orbital-visualization.lolo +4 -4
  37. package/behaviors/lolo/ui/core/molecules/ui-page-header.lolo +2 -2
  38. package/behaviors/lolo/ui/core/molecules/ui-reply-tree.lolo +11 -1
  39. package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +1 -1
  40. package/behaviors/lolo/ui/core/molecules/ui-stat-display.lolo +1 -1
  41. package/behaviors/lolo/ui/core/molecules/ui-swipeable-row.lolo +37 -8
  42. package/behaviors/lolo/ui/core/molecules/ui-wizard-container.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  45. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +30 -7
  46. package/behaviors/lolo/ui/game/atoms/std-mesh-asset-art.lolo +2 -2
  47. package/behaviors/lolo/ui/game/atoms/std-svg-asset-art.lolo +2 -2
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +2 -1
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +2 -1
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +2 -1
  51. package/behaviors/lolo/ui/game/atoms/ui-game-hud.lolo +74 -0
  52. package/behaviors/lolo/ui/game/atoms/ui-game-menu.lolo +1 -1
  53. package/behaviors/lolo/ui/game/atoms/ui-stat-badge.lolo +1 -1
  54. package/behaviors/lolo/ui/marketing/atoms/ui-animated-counter.lolo +1 -1
  55. package/behaviors/lolo/ui/marketing/atoms/ui-animated-graphic.lolo +2 -2
  56. package/behaviors/registry/agent/atoms/std-agent-memory.orb +92 -4
  57. package/behaviors/registry/agent/atoms/std-agent-planner.orb +46 -2
  58. package/behaviors/registry/agent/atoms/std-agent-session.orb +72 -4
  59. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +161 -6
  60. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +161 -6
  61. package/behaviors/registry/infra/atoms/std-approval-gate.orb +135 -10
  62. package/behaviors/registry/infra/atoms/std-audit-capture.orb +8 -2
  63. package/behaviors/registry/infra/atoms/std-cache-aside.orb +69 -2
  64. package/behaviors/registry/infra/atoms/std-calendar-sync.orb +60 -3
  65. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +72 -2
  66. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -2
  67. package/behaviors/registry/infra/atoms/std-data-erasure.orb +168 -4
  68. package/behaviors/registry/infra/atoms/std-migration-job.orb +181 -26
  69. package/behaviors/registry/infra/atoms/std-mod-queue.orb +102 -2
  70. package/behaviors/registry/infra/atoms/std-notification-center.orb +36 -1
  71. package/behaviors/registry/infra/atoms/std-notify-on-event.orb +69 -4
  72. package/behaviors/registry/infra/atoms/std-row-access-control.orb +16 -1
  73. package/behaviors/registry/infra/atoms/std-status-lifecycle.orb +2 -0
  74. package/behaviors/registry/ml/atoms/std-data-collector.orb +7 -4
  75. package/behaviors/registry/ml/atoms/std-graph-builder.orb +29 -3
  76. package/behaviors/registry/ml/atoms/std-ml-exact-check.orb +10 -4
  77. package/behaviors/registry/ml/atoms/std-ml-infer.orb +12 -6
  78. package/behaviors/registry/ml/atoms/std-ml-label-capture.orb +15 -6
  79. package/behaviors/registry/ml/atoms/std-ml-lookup.orb +17 -7
  80. package/behaviors/registry/ml/atoms/std-tokenizer.orb +5 -2
  81. package/behaviors/registry/ml/atoms/std-weight-validator.orb +44 -6
  82. package/behaviors/registry/ml/organisms/std-escalating-decision.orb +31 -4
  83. package/behaviors/registry/ml/organisms/std-knowledge-tracing.orb +38 -3
  84. package/behaviors/registry/ui/core/atoms/std-app-layout.orb +18 -2
  85. package/behaviors/registry/ui/core/atoms/std-app-search.orb +34 -2
  86. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +104 -2
  87. package/behaviors/registry/ui/core/atoms/std-board.orb +16 -1
  88. package/behaviors/registry/ui/core/atoms/std-browse.orb +58 -2
  89. package/behaviors/registry/ui/core/atoms/std-calendar.orb +92 -2
  90. package/behaviors/registry/ui/core/atoms/std-confirmation.orb +57 -2
  91. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +112 -2
  92. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +96 -2
  93. package/behaviors/registry/ui/core/atoms/std-event-log.orb +16 -1
  94. package/behaviors/registry/ui/core/atoms/std-file-store.orb +100 -3
  95. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +96 -2
  96. package/behaviors/registry/ui/core/atoms/std-gallery.orb +62 -2
  97. package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +144 -4
  98. package/behaviors/registry/ui/core/atoms/std-import.orb +119 -4
  99. package/behaviors/registry/ui/core/atoms/std-list.orb +62 -2
  100. package/behaviors/registry/ui/core/atoms/std-modal.orb +58 -2
  101. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -1
  102. package/behaviors/registry/ui/core/atoms/std-pagination.orb +34 -2
  103. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +324 -13
  104. package/behaviors/registry/ui/core/atoms/std-record-detail.orb +111 -2
  105. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +16 -1
  106. package/behaviors/registry/ui/core/atoms/std-related.orb +26 -2
  107. package/behaviors/registry/ui/core/atoms/std-saved-search.orb +86 -2
  108. package/behaviors/registry/ui/core/atoms/std-selection.orb +52 -2
  109. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +76 -2
  110. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -1
  111. package/behaviors/registry/ui/core/atoms/std-tag-strip.orb +254 -6
  112. package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +70 -2
  113. package/behaviors/registry/ui/core/atoms/std-thread.orb +108 -2
  114. package/behaviors/registry/ui/core/atoms/std-tree.orb +52 -2
  115. package/behaviors/registry/ui/core/atoms/std-version-history.orb +212 -4
  116. package/behaviors/registry/ui/core/atoms/std-vote.orb +54 -2
  117. package/behaviors/registry/ui/core/atoms/std-wizard.orb +16 -1
  118. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +27 -0
  119. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +27 -0
  120. package/behaviors/registry/ui/core/atoms/ui-avatar.orb +1 -1
  121. package/behaviors/registry/ui/core/atoms/ui-badge.orb +1 -1
  122. package/behaviors/registry/ui/core/atoms/ui-center.orb +1 -1
  123. package/behaviors/registry/ui/core/atoms/ui-filter-pill.orb +3 -70
  124. package/behaviors/registry/ui/core/atoms/ui-input.orb +3 -83
  125. package/behaviors/registry/ui/core/molecules/ui-branching-logic-builder.orb +58 -2
  126. package/behaviors/registry/ui/core/molecules/ui-calendar-grid.orb +50 -2
  127. package/behaviors/registry/ui/core/molecules/ui-carousel.orb +48 -4
  128. package/behaviors/registry/ui/core/molecules/ui-code-block.orb +1 -1
  129. package/behaviors/registry/ui/core/molecules/ui-command-palette.orb +16 -19
  130. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +18 -2
  131. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +18 -2
  132. package/behaviors/registry/ui/core/molecules/ui-document-details.orb +18 -2
  133. package/behaviors/registry/ui/core/molecules/ui-document-viewer.orb +2 -1
  134. package/behaviors/registry/ui/core/molecules/ui-flex.orb +3 -3
  135. package/behaviors/registry/ui/core/molecules/ui-floating-toolbar.orb +7 -10
  136. package/behaviors/registry/ui/core/molecules/ui-form-actions.orb +2 -2
  137. package/behaviors/registry/ui/core/molecules/ui-input-group.orb +3 -84
  138. package/behaviors/registry/ui/core/molecules/ui-likert-scale.orb +1 -1
  139. package/behaviors/registry/ui/core/molecules/ui-notification.orb +1 -1
  140. package/behaviors/registry/ui/core/molecules/ui-orbital-visualization.orb +9 -27
  141. package/behaviors/registry/ui/core/molecules/ui-page-header.orb +2 -2
  142. package/behaviors/registry/ui/core/molecules/ui-positioned-canvas.orb +82 -2
  143. package/behaviors/registry/ui/core/molecules/ui-reply-tree.orb +208 -4
  144. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +2 -1
  145. package/behaviors/registry/ui/core/molecules/ui-sortable-list.orb +18 -2
  146. package/behaviors/registry/ui/core/molecules/ui-stat-display.orb +1 -1
  147. package/behaviors/registry/ui/core/molecules/ui-swipeable-row.orb +125 -19
  148. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +18 -2
  149. package/behaviors/registry/ui/core/molecules/ui-upload-drop-zone.orb +48 -2
  150. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  151. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +20 -4
  152. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +18 -2
  153. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +18 -2
  154. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +20 -4
  155. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +18 -2
  156. package/behaviors/registry/ui/core/organisms/ui-form.orb +18 -2
  157. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +18 -2
  158. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +18 -2
  159. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +18 -2
  160. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +301 -21
  161. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +18 -2
  162. package/behaviors/registry/ui/core/templates/ui-counter-template.orb +66 -2
  163. package/behaviors/registry/ui/core/templates/ui-generic-app-template.orb +18 -2
  164. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +72 -2
  165. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +72 -2
  166. package/behaviors/registry/ui/game/atoms/std-coef-pad.orb +28 -2
  167. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +72 -2
  168. package/behaviors/registry/ui/game/atoms/std-fx-narrative.orb +152 -2
  169. package/behaviors/registry/ui/game/atoms/std-gather.orb +72 -2
  170. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +72 -2
  171. package/behaviors/registry/ui/game/atoms/std-mesh-asset-art.orb +9 -3
  172. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +72 -2
  173. package/behaviors/registry/ui/game/atoms/std-patience.orb +72 -2
  174. package/behaviors/registry/ui/game/atoms/std-svg-asset-art.orb +9 -3
  175. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +11 -0
  176. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +11 -0
  177. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +11 -0
  178. package/behaviors/registry/ui/game/atoms/ui-game-hud.orb +1028 -112
  179. package/behaviors/registry/ui/game/atoms/ui-game-menu.orb +3 -3
  180. package/behaviors/registry/ui/game/atoms/ui-stat-badge.orb +1 -1
  181. package/behaviors/registry/ui/game/organisms/std-platformer-board-2d.orb +152 -2
  182. package/behaviors/registry/ui/learning/atoms/std-learn-fx-cues.orb +112 -2
  183. package/behaviors/registry/ui/learning/atoms/std-learn-tree.orb +86 -4
  184. package/behaviors/registry/ui/marketing/atoms/ui-animated-counter.orb +1 -1
  185. package/behaviors/registry/ui/marketing/atoms/ui-animated-graphic.orb +2 -2
  186. package/behaviors/registry/ui/marketing/organisms/ui-book-chapter-view.orb +18 -2
  187. package/behaviors/registry/ui/marketing/organisms/ui-book-table-of-contents.orb +18 -2
  188. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +18 -2
  189. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +66 -2
  190. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +58 -2
  191. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +98 -2
  192. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +82 -2
  193. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +66 -2
  194. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +34 -2
  195. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +50 -2
  196. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +58 -2
  197. package/behaviors/registry/ui/marketing/templates/ui-about-page-template.orb +66 -2
  198. package/behaviors/registry/ui/marketing/templates/ui-feature-detail-page-template.orb +50 -2
  199. package/behaviors/registry/ui/marketing/templates/ui-landing-page-template.orb +106 -2
  200. package/behaviors/registry/ui/marketing/templates/ui-pricing-page-template.orb +66 -2
  201. package/canonical-operators.json +0 -40
  202. package/dist/behaviors/exports-reader.js +8025 -869
  203. package/dist/behaviors/functions/index.d.ts +190 -184
  204. package/dist/behaviors/functions/index.js +8025 -869
  205. package/dist/behaviors/index.d.ts +1 -1
  206. package/dist/behaviors/index.js +8025 -869
  207. package/dist/behaviors/query.js +8025 -869
  208. package/dist/behaviors-embeddings.hash.json +3 -3
  209. package/dist/behaviors-embeddings.json +9 -9
  210. package/dist/behaviors-registry.json +910 -229
  211. package/dist/index.d.ts +3 -3
  212. package/dist/index.js +8025 -891
  213. package/dist/knob-embeddings.hash.json +3 -3
  214. package/dist/knob-embeddings.json +1 -1
  215. package/dist/modules/anim.d.ts +1 -1
  216. package/dist/modules/array.d.ts +1 -1
  217. package/dist/modules/array.js +0 -11
  218. package/dist/modules/async.d.ts +1 -1
  219. package/dist/modules/behavior.d.ts +1 -1
  220. package/dist/modules/browser.d.ts +1 -1
  221. package/dist/modules/composition.d.ts +1 -1
  222. package/dist/modules/contract.d.ts +1 -1
  223. package/dist/modules/core.d.ts +1 -1
  224. package/dist/modules/data.d.ts +1 -1
  225. package/dist/modules/ease.d.ts +1 -1
  226. package/dist/modules/format.d.ts +1 -1
  227. package/dist/modules/geo.d.ts +1 -1
  228. package/dist/modules/graph.d.ts +1 -1
  229. package/dist/modules/grid.d.ts +1 -1
  230. package/dist/modules/index.d.ts +1 -1
  231. package/dist/modules/index.js +0 -22
  232. package/dist/modules/integration.d.ts +1 -1
  233. package/dist/modules/llm.d.ts +1 -1
  234. package/dist/modules/math.d.ts +1 -1
  235. package/dist/modules/memory.d.ts +1 -1
  236. package/dist/modules/nn.d.ts +1 -1
  237. package/dist/modules/noise.d.ts +1 -1
  238. package/dist/modules/object.d.ts +1 -1
  239. package/dist/modules/object.js +0 -11
  240. package/dist/modules/os.d.ts +1 -1
  241. package/dist/modules/path.d.ts +1 -1
  242. package/dist/modules/prob.d.ts +1 -1
  243. package/dist/modules/session.d.ts +1 -1
  244. package/dist/modules/str.d.ts +1 -1
  245. package/dist/modules/tensor.d.ts +1 -1
  246. package/dist/modules/time.d.ts +1 -1
  247. package/dist/modules/trace.d.ts +1 -1
  248. package/dist/modules/train.d.ts +1 -1
  249. package/dist/modules/validate.d.ts +1 -1
  250. package/dist/modules/vector.d.ts +1 -1
  251. package/dist/modules/workspace.d.ts +1 -1
  252. package/dist/registry/factory-signatures.json +1 -1
  253. package/dist/registry.d.ts +1 -1
  254. package/dist/registry.js +0 -22
  255. package/dist/{types-BXWzEjFm.d.ts → types-C-Yerb4-.d.ts} +1 -1
  256. package/i18n/ar.json +433 -0
  257. package/i18n/en.json +433 -0
  258. package/i18n/sl.json +433 -0
  259. package/package.json +21 -8
@@ -281,8 +281,48 @@
281
281
  "eventId": "evt_01KXG04QKCPY6RDR4614RF846G",
282
282
  "payloadSchema": [
283
283
  {
284
+ "entity": "PositionedCanvasItem",
284
285
  "name": "data",
285
- "type": "[PositionedCanvasItem]"
286
+ "properties": [
287
+ {
288
+ "name": "id",
289
+ "required": true,
290
+ "type": "string"
291
+ },
292
+ {
293
+ "name": "label",
294
+ "type": "string"
295
+ },
296
+ {
297
+ "name": "x",
298
+ "type": "number"
299
+ },
300
+ {
301
+ "name": "y",
302
+ "type": "number"
303
+ },
304
+ {
305
+ "name": "capacity",
306
+ "type": "number"
307
+ },
308
+ {
309
+ "name": "partySize",
310
+ "type": "number"
311
+ },
312
+ {
313
+ "name": "serverName",
314
+ "type": "string"
315
+ },
316
+ {
317
+ "name": "status",
318
+ "type": "string"
319
+ },
320
+ {
321
+ "name": "shape",
322
+ "type": "string"
323
+ }
324
+ ],
325
+ "type": "[object]"
286
326
  }
287
327
  ],
288
328
  "scope": "internal",
@@ -317,8 +357,48 @@
317
357
  "name": "Positioned canvas loaded",
318
358
  "payloadSchema": [
319
359
  {
360
+ "entity": "PositionedCanvasItem",
320
361
  "name": "data",
321
- "type": "[PositionedCanvasItem]"
362
+ "properties": [
363
+ {
364
+ "name": "id",
365
+ "required": true,
366
+ "type": "string"
367
+ },
368
+ {
369
+ "name": "label",
370
+ "type": "string"
371
+ },
372
+ {
373
+ "name": "x",
374
+ "type": "number"
375
+ },
376
+ {
377
+ "name": "y",
378
+ "type": "number"
379
+ },
380
+ {
381
+ "name": "capacity",
382
+ "type": "number"
383
+ },
384
+ {
385
+ "name": "partySize",
386
+ "type": "number"
387
+ },
388
+ {
389
+ "name": "serverName",
390
+ "type": "string"
391
+ },
392
+ {
393
+ "name": "status",
394
+ "type": "string"
395
+ },
396
+ {
397
+ "name": "shape",
398
+ "type": "string"
399
+ }
400
+ ],
401
+ "type": "[object]"
322
402
  }
323
403
  ],
324
404
  "synonyms": "loaded, fetched, retrieved",
@@ -144,7 +144,60 @@
144
144
  {
145
145
  "default": [],
146
146
  "items": {
147
- "type": "opaque"
147
+ "properties": {
148
+ "authorAvatarUrl": {
149
+ "name": "authorAvatarUrl",
150
+ "required": false,
151
+ "type": "string"
152
+ },
153
+ "authorName": {
154
+ "name": "authorName",
155
+ "required": false,
156
+ "type": "string"
157
+ },
158
+ "collapsed": {
159
+ "name": "collapsed",
160
+ "required": false,
161
+ "type": "boolean"
162
+ },
163
+ "content": {
164
+ "name": "content",
165
+ "required": false,
166
+ "type": "string"
167
+ },
168
+ "postedAt": {
169
+ "name": "postedAt",
170
+ "required": false,
171
+ "type": "string"
172
+ },
173
+ "replies": {
174
+ "items": {
175
+ "type": "union",
176
+ "values": [
177
+ "ReplyNodeRow"
178
+ ]
179
+ },
180
+ "name": "replies",
181
+ "required": false,
182
+ "type": "array"
183
+ },
184
+ "userVote": {
185
+ "name": "userVote",
186
+ "required": false,
187
+ "type": "string",
188
+ "values": [
189
+ "up",
190
+ "down",
191
+ "none"
192
+ ]
193
+ },
194
+ "voteCount": {
195
+ "name": "voteCount",
196
+ "required": false,
197
+ "type": "number"
198
+ }
199
+ },
200
+ "type": "object"
148
201
  },
149
202
  "name": "replies",
150
203
  "type": "array"
@@ -339,8 +392,48 @@
339
392
  "eventId": "evt_01KXG04QWWE4TBPXC96SN39GZH",
340
393
  "payloadSchema": [
341
394
  {
395
+ "entity": "ReplyTreeItem",
342
396
  "name": "data",
343
- "type": "[ReplyTreeItem]"
397
+ "properties": [
398
+ {
399
+ "name": "id",
400
+ "required": true,
401
+ "type": "string"
402
+ },
403
+ {
404
+ "name": "authorName",
405
+ "type": "string"
406
+ },
407
+ {
408
+ "name": "content",
409
+ "type": "string"
410
+ },
411
+ {
412
+ "name": "authorAvatarUrl",
413
+ "type": "string"
414
+ },
415
+ {
416
+ "name": "postedAt",
417
+ "type": "string"
418
+ },
419
+ {
420
+ "name": "voteCount",
421
+ "type": "number"
422
+ },
423
+ {
424
+ "name": "userVote",
425
+ "type": "string"
426
+ },
427
+ {
428
+ "name": "collapsed",
429
+ "type": "boolean"
430
+ },
431
+ {
432
+ "name": "replies",
433
+ "type": "[ReplyNodeRow]"
434
+ }
435
+ ],
436
+ "type": "[object]"
344
437
  }
345
438
  ],
346
439
  "scope": "internal",
@@ -375,8 +468,48 @@
375
468
  "name": "Reply tree loaded",
376
469
  "payloadSchema": [
377
470
  {
471
+ "entity": "ReplyTreeItem",
378
472
  "name": "data",
379
- "type": "[ReplyTreeItem]"
473
+ "properties": [
474
+ {
475
+ "name": "id",
476
+ "required": true,
477
+ "type": "string"
478
+ },
479
+ {
480
+ "name": "authorName",
481
+ "type": "string"
482
+ },
483
+ {
484
+ "name": "content",
485
+ "type": "string"
486
+ },
487
+ {
488
+ "name": "authorAvatarUrl",
489
+ "type": "string"
490
+ },
491
+ {
492
+ "name": "postedAt",
493
+ "type": "string"
494
+ },
495
+ {
496
+ "name": "voteCount",
497
+ "type": "number"
498
+ },
499
+ {
500
+ "name": "userVote",
501
+ "type": "string"
502
+ },
503
+ {
504
+ "name": "collapsed",
505
+ "type": "boolean"
506
+ },
507
+ {
508
+ "name": "replies",
509
+ "type": "[ReplyNodeRow]"
510
+ }
511
+ ],
512
+ "type": "[object]"
380
513
  }
381
514
  ],
382
515
  "synonyms": "loaded, fetched, retrieved",
@@ -549,7 +682,78 @@
549
682
  ]
550
683
  }
551
684
  }
552
- ]
685
+ ],
686
+ "types": {
687
+ "ReplyNodeRow": [
688
+ {
689
+ "name": "authorName",
690
+ "type": "string"
691
+ },
692
+ {
693
+ "name": "content",
694
+ "type": "string"
695
+ },
696
+ {
697
+ "name": "authorAvatarUrl",
698
+ "type": "string"
699
+ },
700
+ {
701
+ "name": "postedAt",
702
+ "type": "string"
703
+ },
704
+ {
705
+ "name": "voteCount",
706
+ "type": "number"
707
+ },
708
+ {
709
+ "name": "userVote",
710
+ "type": "string"
711
+ },
712
+ {
713
+ "name": "collapsed",
714
+ "type": "boolean"
715
+ },
716
+ {
717
+ "name": "replies",
718
+ "properties": [
719
+ {
720
+ "name": "authorName",
721
+ "type": "string"
722
+ },
723
+ {
724
+ "name": "content",
725
+ "type": "string"
726
+ },
727
+ {
728
+ "name": "authorAvatarUrl",
729
+ "type": "string"
730
+ },
731
+ {
732
+ "name": "postedAt",
733
+ "type": "string"
734
+ },
735
+ {
736
+ "name": "voteCount",
737
+ "type": "number"
738
+ },
739
+ {
740
+ "name": "userVote",
741
+ "type": "string"
742
+ },
743
+ {
744
+ "name": "collapsed",
745
+ "type": "boolean"
746
+ },
747
+ {
748
+ "name": "replies",
749
+ "properties": [],
750
+ "type": "[ReplyNodeRow]"
751
+ }
752
+ ],
753
+ "type": "[object]"
754
+ }
755
+ ]
756
+ }
553
757
  }
554
758
  ],
555
759
  "schemaVersion": 1,
@@ -120,10 +120,11 @@
120
120
  "type": "number"
121
121
  },
122
122
  "minChildWidth": {
123
+ "default": 250.0,
123
124
  "description": "Minimum width of each child (e.g., 200, '200px', '15rem')",
124
125
  "label": "Min Child Width",
125
126
  "tier": "presentation",
126
- "type": "string"
127
+ "type": "scalar"
127
128
  }
128
129
  },
129
130
  "effectRow": [
@@ -185,8 +185,16 @@
185
185
  "eventId": "evt_01KXG04RJ0M7CBXBG6WXWB7N6E",
186
186
  "payloadSchema": [
187
187
  {
188
+ "entity": "SortableListItem",
188
189
  "name": "data",
189
- "type": "[SortableListItem]"
190
+ "properties": [
191
+ {
192
+ "name": "id",
193
+ "required": true,
194
+ "type": "string"
195
+ }
196
+ ],
197
+ "type": "[object]"
190
198
  }
191
199
  ],
192
200
  "scope": "internal",
@@ -221,8 +229,16 @@
221
229
  "name": "Sortable list loaded",
222
230
  "payloadSchema": [
223
231
  {
232
+ "entity": "SortableListItem",
224
233
  "name": "data",
225
- "type": "[SortableListItem]"
234
+ "properties": [
235
+ {
236
+ "name": "id",
237
+ "required": true,
238
+ "type": "string"
239
+ }
240
+ ],
241
+ "type": "[object]"
226
242
  }
227
243
  ],
228
244
  "synonyms": "loaded, fetched, retrieved",
@@ -260,7 +260,7 @@
260
260
  "description": "Primary value (number or formatted string)",
261
261
  "label": "Value",
262
262
  "tier": "presentation",
263
- "type": "string"
263
+ "type": "scalar"
264
264
  },
265
265
  "variant": {
266
266
  "default": "default",
@@ -19,6 +19,15 @@
19
19
  "parent": "trt_01KXG04RR2H3KMQGZ10VB5VQ6D",
20
20
  "renames": []
21
21
  },
22
+ "evt_01M1WZ4WX4KTRXEMYZG2C6QQNP": {
23
+ "bakedName": "SwipeableRowLoaded",
24
+ "curName": "SwipeableRowLoaded",
25
+ "id": "evt_01M1WZ4WX4KTRXEMYZG2C6QQNP",
26
+ "kind": "event",
27
+ "owner": "workspace",
28
+ "parent": "trt_01KXG04RR2H3KMQGZ10VB5VQ6D",
29
+ "renames": []
30
+ },
22
31
  "orb_01KXG04RR2BEEQ32MCZT5162EP": {
23
32
  "bakedName": "SwipeableRowOrbital",
24
33
  "curName": "SwipeableRowOrbital",
@@ -92,16 +101,6 @@
92
101
  "tier": "presentation",
93
102
  "type": "string"
94
103
  },
95
- "itemData": {
96
- "default": {},
97
- "description": "itemData prop",
98
- "items": {
99
- "type": "scalar"
100
- },
101
- "label": "Item Data",
102
- "tier": "presentation",
103
- "type": "Map<string,scalar>"
104
- },
105
104
  "leftActions": {
106
105
  "default": [],
107
106
  "description": "leftActions prop",
@@ -113,9 +112,6 @@
113
112
  "type": "event"
114
113
  },
115
114
  "eventPayload": {
116
- "items": {
117
- "type": "scalar"
118
- },
119
115
  "name": "eventPayload",
120
116
  "required": false,
121
117
  "type": "object"
@@ -159,9 +155,6 @@
159
155
  "type": "event"
160
156
  },
161
157
  "eventPayload": {
162
- "items": {
163
- "type": "scalar"
164
- },
165
158
  "name": "eventPayload",
166
159
  "required": false,
167
160
  "type": "object"
@@ -194,6 +187,13 @@
194
187
  "tier": "presentation",
195
188
  "type": "[SwipeableRowRightActionsItem]"
196
189
  },
190
+ "selfFetch": {
191
+ "default": true,
192
+ "description": "true (default) = standalone mount self-populates on INIT. false = a composing atom owns the fetch and routes its loaded event here — suppresses the wrapper's own un-hydrated fetch so it cannot race the composer's.",
193
+ "label": "Fetch its own rows on mount?",
194
+ "tier": "internal",
195
+ "type": "boolean"
196
+ },
197
197
  "threshold": {
198
198
  "default": 80.0,
199
199
  "description": "threshold prop",
@@ -203,11 +203,39 @@
203
203
  }
204
204
  },
205
205
  "effectRow": [
206
+ {
207
+ "kind": "fetch",
208
+ "resource": "SwipeableRowItem"
209
+ },
206
210
  {
207
211
  "kind": "render-ui",
208
212
  "resource": "main"
209
213
  }
210
214
  ],
215
+ "emits": [
216
+ {
217
+ "description": "SwipeableRow rows finished loading; payload.data holds the collection.",
218
+ "event": "SwipeableRowLoaded",
219
+ "eventId": "evt_01M1WZ4WX4KTRXEMYZG2C6QQNP",
220
+ "payloadSchema": [
221
+ {
222
+ "entity": "SwipeableRowItem",
223
+ "name": "data",
224
+ "properties": [
225
+ {
226
+ "name": "id",
227
+ "required": true,
228
+ "type": "string"
229
+ }
230
+ ],
231
+ "type": "[object]"
232
+ }
233
+ ],
234
+ "scope": "internal",
235
+ "synonyms": "loaded, fetched, retrieved",
236
+ "tier": "essential"
237
+ }
238
+ ],
211
239
  "entityContract": {
212
240
  "provides": [],
213
241
  "requires": []
@@ -227,6 +255,28 @@
227
255
  "id": "evt_01KXG04RR2SB60JTQCVEN867B6",
228
256
  "key": "INIT",
229
257
  "name": "Initialize"
258
+ },
259
+ {
260
+ "description": "SwipeableRow rows finished loading; payload.data holds the collection.",
261
+ "id": "evt_01M1WZ4WX4KTRXEMYZG2C6QQNP",
262
+ "key": "SwipeableRowLoaded",
263
+ "name": "Swipeable row loaded",
264
+ "payloadSchema": [
265
+ {
266
+ "entity": "SwipeableRowItem",
267
+ "name": "data",
268
+ "properties": [
269
+ {
270
+ "name": "id",
271
+ "required": true,
272
+ "type": "string"
273
+ }
274
+ ],
275
+ "type": "[object]"
276
+ }
277
+ ],
278
+ "synonyms": "loaded, fetched, retrieved",
279
+ "tier": "essential"
230
280
  }
231
281
  ],
232
282
  "states": [
@@ -238,13 +288,22 @@
238
288
  "transitions": [
239
289
  {
240
290
  "effects": [
291
+ [
292
+ "fetch",
293
+ "SwipeableRowItem",
294
+ {
295
+ "emit": {
296
+ "success": "SwipeableRowLoaded"
297
+ }
298
+ }
299
+ ],
241
300
  [
242
301
  "render-ui",
243
302
  "main",
244
303
  {
245
304
  "children": "@config.children",
246
305
  "className": "@config.className",
247
- "itemData": "@config.itemData",
306
+ "itemData": "@entity",
248
307
  "leftActions": "@config.leftActions",
249
308
  "rightActions": "@config.rightActions",
250
309
  "threshold": "@config.threshold",
@@ -255,6 +314,53 @@
255
314
  "event": "INIT",
256
315
  "eventId": "evt_01KXG04RR2SB60JTQCVEN867B6",
257
316
  "from": "idle",
317
+ "guard": "@config.selfFetch",
318
+ "to": "idle"
319
+ },
320
+ {
321
+ "effects": [
322
+ [
323
+ "render-ui",
324
+ "main",
325
+ {
326
+ "children": "@config.children",
327
+ "className": "@config.className",
328
+ "itemData": "@entity",
329
+ "leftActions": "@config.leftActions",
330
+ "rightActions": "@config.rightActions",
331
+ "threshold": "@config.threshold",
332
+ "type": "swipeable-row"
333
+ }
334
+ ]
335
+ ],
336
+ "event": "INIT",
337
+ "eventId": "evt_01KXG04RR2SB60JTQCVEN867B6",
338
+ "from": "idle",
339
+ "guard": [
340
+ "not",
341
+ "@config.selfFetch"
342
+ ],
343
+ "to": "idle"
344
+ },
345
+ {
346
+ "effects": [
347
+ [
348
+ "render-ui",
349
+ "main",
350
+ {
351
+ "children": "@config.children",
352
+ "className": "@config.className",
353
+ "itemData": "@payload.data",
354
+ "leftActions": "@config.leftActions",
355
+ "rightActions": "@config.rightActions",
356
+ "threshold": "@config.threshold",
357
+ "type": "swipeable-row"
358
+ }
359
+ ]
360
+ ],
361
+ "event": "SwipeableRowLoaded",
362
+ "eventId": "evt_01M1WZ4WX4KTRXEMYZG2C6QQNP",
363
+ "from": "idle",
258
364
  "to": "idle"
259
365
  }
260
366
  ]
@@ -283,7 +389,7 @@
283
389
  },
284
390
  {
285
391
  "name": "eventPayload",
286
- "type": "Map<string,scalar>"
392
+ "type": "@payload(.event)"
287
393
  }
288
394
  ],
289
395
  "SwipeableRowRightActionsItem": [
@@ -307,7 +413,7 @@
307
413
  },
308
414
  {
309
415
  "name": "eventPayload",
310
- "type": "Map<string,scalar>"
416
+ "type": "@payload(.event)"
311
417
  }
312
418
  ]
313
419
  }
@@ -586,8 +586,16 @@
586
586
  "eventId": "evt_01KXG04RSDQRXCVM7YXC772W9K",
587
587
  "payloadSchema": [
588
588
  {
589
+ "entity": "TableViewItem",
589
590
  "name": "data",
590
- "type": "[TableViewItem]"
591
+ "properties": [
592
+ {
593
+ "name": "id",
594
+ "required": true,
595
+ "type": "string"
596
+ }
597
+ ],
598
+ "type": "[object]"
591
599
  }
592
600
  ],
593
601
  "scope": "internal",
@@ -622,8 +630,16 @@
622
630
  "name": "Table view loaded",
623
631
  "payloadSchema": [
624
632
  {
633
+ "entity": "TableViewItem",
625
634
  "name": "data",
626
- "type": "[TableViewItem]"
635
+ "properties": [
636
+ {
637
+ "name": "id",
638
+ "required": true,
639
+ "type": "string"
640
+ }
641
+ ],
642
+ "type": "[object]"
627
643
  }
628
644
  ],
629
645
  "synonyms": "loaded, fetched, retrieved",