@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
@@ -121,7 +121,7 @@
121
121
  "commands": {
122
122
  "default": [
123
123
  {
124
- "action": "Action",
124
+ "action": "INIT",
125
125
  "disabled": false,
126
126
  "group": "Group",
127
127
  "icon": "circle",
@@ -134,7 +134,7 @@
134
134
  "shortcut": "Shortcut"
135
135
  },
136
136
  {
137
- "action": "Action 2",
137
+ "action": "INIT",
138
138
  "disabled": true,
139
139
  "group": "Group 2",
140
140
  "icon": "circle",
@@ -153,12 +153,9 @@
153
153
  "action": {
154
154
  "name": "action",
155
155
  "required": false,
156
- "type": "string"
156
+ "type": "event"
157
157
  },
158
158
  "actionPayload": {
159
- "items": {
160
- "type": "scalar"
161
- },
162
159
  "name": "actionPayload",
163
160
  "required": false,
164
161
  "type": "object"
@@ -171,7 +168,7 @@
171
168
  "event": {
172
169
  "name": "event",
173
170
  "required": false,
174
- "type": "string"
171
+ "type": "event"
175
172
  },
176
173
  "group": {
177
174
  "name": "group",
@@ -315,15 +312,15 @@
315
312
  },
316
313
  {
317
314
  "name": "event",
318
- "type": "string"
315
+ "type": "event"
319
316
  },
320
317
  {
321
318
  "name": "action",
322
- "type": "string"
319
+ "type": "event"
323
320
  },
324
321
  {
325
322
  "name": "actionPayload",
326
- "type": "Map<string,scalar>"
323
+ "type": "@payload(.action)"
327
324
  }
328
325
  ],
329
326
  "type": "object"
@@ -420,15 +417,15 @@
420
417
  },
421
418
  {
422
419
  "name": "event",
423
- "type": "string"
420
+ "type": "event"
424
421
  },
425
422
  {
426
423
  "name": "action",
427
- "type": "string"
424
+ "type": "event"
428
425
  },
429
426
  {
430
427
  "name": "actionPayload",
431
- "type": "Map<string,scalar>"
428
+ "type": "@payload(.action)"
432
429
  }
433
430
  ],
434
431
  "type": "object"
@@ -536,15 +533,15 @@
536
533
  },
537
534
  {
538
535
  "name": "event",
539
- "type": "string"
536
+ "type": "event"
540
537
  },
541
538
  {
542
539
  "name": "action",
543
- "type": "string"
540
+ "type": "event"
544
541
  },
545
542
  {
546
543
  "name": "actionPayload",
547
- "type": "Map<string,scalar>"
544
+ "type": "@payload(.action)"
548
545
  }
549
546
  ],
550
547
  "CommandPaletteSELECTCommand": [
@@ -580,15 +577,15 @@
580
577
  },
581
578
  {
582
579
  "name": "event",
583
- "type": "string"
580
+ "type": "event"
584
581
  },
585
582
  {
586
583
  "name": "action",
587
- "type": "string"
584
+ "type": "event"
588
585
  },
589
586
  {
590
587
  "name": "actionPayload",
591
- "type": "Map<string,scalar>"
588
+ "type": "@payload(.action)"
592
589
  }
593
590
  ]
594
591
  }
@@ -537,8 +537,16 @@
537
537
  "eventId": "evt_01KXG04N8DK57488TSZFVFEC94",
538
538
  "payloadSchema": [
539
539
  {
540
+ "entity": "DataGridItem",
540
541
  "name": "data",
541
- "type": "[DataGridItem]"
542
+ "properties": [
543
+ {
544
+ "name": "id",
545
+ "required": true,
546
+ "type": "string"
547
+ }
548
+ ],
549
+ "type": "[object]"
542
550
  }
543
551
  ],
544
552
  "scope": "internal",
@@ -573,8 +581,16 @@
573
581
  "name": "Data grid loaded",
574
582
  "payloadSchema": [
575
583
  {
584
+ "entity": "DataGridItem",
576
585
  "name": "data",
577
- "type": "[DataGridItem]"
586
+ "properties": [
587
+ {
588
+ "name": "id",
589
+ "required": true,
590
+ "type": "string"
591
+ }
592
+ ],
593
+ "type": "[object]"
578
594
  }
579
595
  ],
580
596
  "synonyms": "loaded, fetched, retrieved",
@@ -709,8 +709,16 @@
709
709
  "eventId": "evt_01KXG04N9M8T9GWGKD8RDCZB00",
710
710
  "payloadSchema": [
711
711
  {
712
+ "entity": "DataListItem",
712
713
  "name": "data",
713
- "type": "[DataListItem]"
714
+ "properties": [
715
+ {
716
+ "name": "id",
717
+ "required": true,
718
+ "type": "string"
719
+ }
720
+ ],
721
+ "type": "[object]"
714
722
  }
715
723
  ],
716
724
  "scope": "internal",
@@ -745,8 +753,16 @@
745
753
  "name": "Data list loaded",
746
754
  "payloadSchema": [
747
755
  {
756
+ "entity": "DataListItem",
748
757
  "name": "data",
749
- "type": "[DataListItem]"
758
+ "properties": [
759
+ {
760
+ "name": "id",
761
+ "required": true,
762
+ "type": "string"
763
+ }
764
+ ],
765
+ "type": "[object]"
750
766
  }
751
767
  ],
752
768
  "synonyms": "loaded, fetched, retrieved",
@@ -277,8 +277,16 @@
277
277
  "eventId": "evt_01M13ZXC59HB41Z83ZYJR50JQP",
278
278
  "payloadSchema": [
279
279
  {
280
+ "entity": "DocumentDetailsItem",
280
281
  "name": "data",
281
- "type": "[DocumentDetailsItem]"
282
+ "properties": [
283
+ {
284
+ "name": "id",
285
+ "required": true,
286
+ "type": "string"
287
+ }
288
+ ],
289
+ "type": "[object]"
282
290
  }
283
291
  ],
284
292
  "scope": "internal",
@@ -313,8 +321,16 @@
313
321
  "name": "Document details loaded",
314
322
  "payloadSchema": [
315
323
  {
324
+ "entity": "DocumentDetailsItem",
316
325
  "name": "data",
317
- "type": "[DocumentDetailsItem]"
326
+ "properties": [
327
+ {
328
+ "name": "id",
329
+ "required": true,
330
+ "type": "string"
331
+ }
332
+ ],
333
+ "type": "[object]"
318
334
  }
319
335
  ],
320
336
  "synonyms": "loaded, fetched, retrieved",
@@ -215,10 +215,11 @@
215
215
  "type": "DocumentViewerError"
216
216
  },
217
217
  "height": {
218
+ "default": 600.0,
218
219
  "description": "Viewer height",
219
220
  "label": "Height",
220
221
  "tier": "presentation",
221
- "type": "string"
222
+ "type": "scalar"
222
223
  },
223
224
  "isLoading": {
224
225
  "default": false,
@@ -98,7 +98,7 @@
98
98
  "description": "Flex basis",
99
99
  "label": "Basis",
100
100
  "tier": "presentation",
101
- "type": "string"
101
+ "type": "scalar"
102
102
  },
103
103
  "children": {
104
104
  "description": "Children elements",
@@ -145,7 +145,7 @@
145
145
  "description": "Flex grow",
146
146
  "label": "Grow",
147
147
  "tier": "presentation",
148
- "type": "number"
148
+ "type": "scalar"
149
149
  },
150
150
  "inline": {
151
151
  "default": false,
@@ -173,7 +173,7 @@
173
173
  "description": "Flex shrink",
174
174
  "label": "Shrink",
175
175
  "tier": "presentation",
176
- "type": "number"
176
+ "type": "scalar"
177
177
  },
178
178
  "wrap": {
179
179
  "default": "nowrap",
@@ -95,7 +95,7 @@
95
95
  "items": {
96
96
  "default": [
97
97
  {
98
- "action": "Action",
98
+ "action": "INIT",
99
99
  "active": false,
100
100
  "disabled": false,
101
101
  "icon": "circle",
@@ -104,7 +104,7 @@
104
104
  "testId": "Test Id"
105
105
  },
106
106
  {
107
- "action": "Action 2",
107
+ "action": "INIT",
108
108
  "active": true,
109
109
  "disabled": true,
110
110
  "icon": "circle",
@@ -119,12 +119,9 @@
119
119
  "action": {
120
120
  "name": "action",
121
121
  "required": false,
122
- "type": "string"
122
+ "type": "event"
123
123
  },
124
124
  "actionPayload": {
125
- "items": {
126
- "type": "scalar"
127
- },
128
125
  "name": "actionPayload",
129
126
  "required": false,
130
127
  "type": "object"
@@ -142,7 +139,7 @@
142
139
  "event": {
143
140
  "name": "event",
144
141
  "required": false,
145
- "type": "string"
142
+ "type": "event"
146
143
  },
147
144
  "icon": {
148
145
  "name": "icon",
@@ -263,15 +260,15 @@
263
260
  },
264
261
  {
265
262
  "name": "event",
266
- "type": "string"
263
+ "type": "event"
267
264
  },
268
265
  {
269
266
  "name": "action",
270
- "type": "string"
267
+ "type": "event"
271
268
  },
272
269
  {
273
270
  "name": "actionPayload",
274
- "type": "Map<string,scalar>"
271
+ "type": "@payload(.action)"
275
272
  },
276
273
  {
277
274
  "name": "active",
@@ -206,7 +206,7 @@
206
206
  "event": {
207
207
  "name": "event",
208
208
  "required": false,
209
- "type": "string"
209
+ "type": "event"
210
210
  },
211
211
  "label": {
212
212
  "name": "label",
@@ -397,7 +397,7 @@
397
397
  },
398
398
  {
399
399
  "name": "event",
400
- "type": "string"
400
+ "type": "event"
401
401
  },
402
402
  {
403
403
  "name": "navigatesTo",
@@ -46,15 +46,6 @@
46
46
  "parent": "trt_01KXG04PHZ9GE0NNK5Y3XD638J",
47
47
  "renames": []
48
48
  },
49
- "evt_01M1CHY57J3NEE72YGY5FD2A7M": {
50
- "bakedName": "ACTION",
51
- "curName": "ACTION",
52
- "id": "evt_01M1CHY57J3NEE72YGY5FD2A7M",
53
- "kind": "event",
54
- "owner": "workspace",
55
- "parent": "trt_01KXG04PHZ9GE0NNK5Y3XD638J",
56
- "renames": []
57
- },
58
49
  "orb_01KXG04PHZRFNKFTTPPMJM02PK": {
59
50
  "bakedName": "InputGroupOrbital",
60
51
  "curName": "InputGroupOrbital",
@@ -91,10 +82,6 @@
91
82
  "name": "id",
92
83
  "required": true,
93
84
  "type": "string"
94
- },
95
- {
96
- "name": "value",
97
- "type": "string"
98
85
  }
99
86
  ],
100
87
  "id": "ent_01KXG04PHZ2FYTF9JPPFZ1DW6M",
@@ -261,17 +248,13 @@
261
248
  "description": "Current value",
262
249
  "label": "Value",
263
250
  "tier": "presentation",
264
- "type": "string"
251
+ "type": "scalar"
265
252
  }
266
253
  },
267
254
  "effectRow": [
268
255
  {
269
256
  "kind": "render-ui",
270
257
  "resource": "main"
271
- },
272
- {
273
- "kind": "set",
274
- "resource": "@entity.value"
275
258
  }
276
259
  ],
277
260
  "emits": [
@@ -315,9 +298,7 @@
315
298
  }
316
299
  ],
317
300
  "entityContract": {
318
- "provides": [
319
- "value"
320
- ],
301
+ "provides": [],
321
302
  "requires": []
322
303
  },
323
304
  "entityRebindable": true,
@@ -336,25 +317,6 @@
336
317
  "key": "INIT",
337
318
  "name": "Initialize"
338
319
  },
339
- {
340
- "id": "evt_01M1CHY57J3NEE72YGY5FD2A7M",
341
- "key": "ACTION",
342
- "name": "Action",
343
- "payloadSchema": [
344
- {
345
- "name": "value",
346
- "required": true,
347
- "type": "string",
348
- "typeWhen": [
349
- {
350
- "equals": "number",
351
- "knob": "inputType",
352
- "type": "number"
353
- }
354
- ]
355
- }
356
- ]
357
- },
358
320
  {
359
321
  "description": "Declarative event name for trait dispatch.",
360
322
  "id": "evt_01KXG04PJ2GY23CVYYP7N8DGR1",
@@ -400,11 +362,6 @@
400
362
  "transitions": [
401
363
  {
402
364
  "effects": [
403
- [
404
- "set",
405
- "@entity.value",
406
- "@config.value"
407
- ],
408
365
  [
409
366
  "render-ui",
410
367
  "main",
@@ -427,7 +384,7 @@
427
384
  "rightIcon": "@config.rightIcon",
428
385
  "rows": "@config.rows",
429
386
  "type": "input-group",
430
- "value": "@entity.value"
387
+ "value": "@config.value"
431
388
  }
432
389
  ]
433
390
  ],
@@ -435,44 +392,6 @@
435
392
  "eventId": "evt_01KXG04PHZPWCKXGY522ATTDMS",
436
393
  "from": "idle",
437
394
  "to": "idle"
438
- },
439
- {
440
- "effects": [
441
- [
442
- "set",
443
- "@entity.value",
444
- "@payload.value"
445
- ],
446
- [
447
- "render-ui",
448
- "main",
449
- {
450
- "action": "@config.action",
451
- "className": "@config.className",
452
- "clearable": "@config.clearable",
453
- "disabled": "@config.disabled",
454
- "error": "@config.error",
455
- "helperText": "@config.helperText",
456
- "inputType": "@config.inputType",
457
- "label": "@config.label",
458
- "leftAddon": "@config.leftAddon",
459
- "leftIcon": "@config.leftIcon",
460
- "onChange": "@config.onChange",
461
- "onClear": "@config.onClear",
462
- "options": "@config.options",
463
- "placeholder": "@config.placeholder",
464
- "rightAddon": "@config.rightAddon",
465
- "rightIcon": "@config.rightIcon",
466
- "rows": "@config.rows",
467
- "type": "input-group",
468
- "value": "@entity.value"
469
- }
470
- ]
471
- ],
472
- "event": "ACTION",
473
- "eventId": "evt_01M1CHY57J3NEE72YGY5FD2A7M",
474
- "from": "idle",
475
- "to": "idle"
476
395
  }
477
396
  ]
478
397
  }
@@ -160,7 +160,7 @@
160
160
  "description": "Selected value (controlled)",
161
161
  "label": "Value",
162
162
  "tier": "presentation",
163
- "type": "string"
163
+ "type": "scalar"
164
164
  },
165
165
  "variant": {
166
166
  "default": "radios",
@@ -115,7 +115,7 @@
115
115
  "description": "Badge count (optional)",
116
116
  "label": "Badge",
117
117
  "tier": "presentation",
118
- "type": "string"
118
+ "type": "scalar"
119
119
  },
120
120
  "className": {
121
121
  "description": "Additional CSS classes",
@@ -150,30 +150,18 @@
150
150
  "type": "event"
151
151
  },
152
152
  "schema": {
153
- "description": "Full KFlow schema object",
153
+ "description": "Complexity-scoring summary of a KFlow schema (counts only — see {@link OrbitalVisualizationSchemaSummary}).",
154
154
  "label": "Schema",
155
155
  "properties": {
156
156
  "dataEntities": {
157
- "items": {
158
- "items": {
159
- "type": "scalar"
160
- },
161
- "type": "object"
162
- },
163
157
  "name": "dataEntities",
164
158
  "required": false,
165
- "type": "array"
159
+ "type": "number"
166
160
  },
167
161
  "traits": {
168
- "items": {
169
- "items": {
170
- "type": "scalar"
171
- },
172
- "type": "object"
173
- },
174
162
  "name": "traits",
175
163
  "required": false,
176
- "type": "array"
164
+ "type": "number"
177
165
  },
178
166
  "ui": {
179
167
  "name": "ui",
@@ -182,15 +170,9 @@
182
170
  "items": {
183
171
  "properties": {
184
172
  "sections": {
185
- "items": {
186
- "items": {
187
- "type": "scalar"
188
- },
189
- "type": "object"
190
- },
191
173
  "name": "sections",
192
174
  "required": false,
193
- "type": "array"
175
+ "type": "number"
194
176
  }
195
177
  },
196
178
  "type": "object"
@@ -330,7 +312,7 @@
330
312
  "OrbitalVisualizationSchema": [
331
313
  {
332
314
  "name": "dataEntities",
333
- "type": "[Map<string,scalar>]"
315
+ "type": "number"
334
316
  },
335
317
  {
336
318
  "name": "ui",
@@ -340,7 +322,7 @@
340
322
  "properties": [
341
323
  {
342
324
  "name": "sections",
343
- "type": "[Map<string,scalar>]"
325
+ "type": "number"
344
326
  }
345
327
  ],
346
328
  "type": "[object]"
@@ -350,7 +332,7 @@
350
332
  },
351
333
  {
352
334
  "name": "traits",
353
- "type": "[Map<string,scalar>]"
335
+ "type": "number"
354
336
  }
355
337
  ],
356
338
  "OrbitalVisualizationSchemaUi": [
@@ -359,7 +341,7 @@
359
341
  "properties": [
360
342
  {
361
343
  "name": "sections",
362
- "type": "[Map<string,scalar>]"
344
+ "type": "number"
363
345
  }
364
346
  ],
365
347
  "type": "[object]"
@@ -368,7 +350,7 @@
368
350
  "OrbitalVisualizationSchemaUiPagesItem": [
369
351
  {
370
352
  "name": "sections",
371
- "type": "[Map<string,scalar>]"
353
+ "type": "number"
372
354
  }
373
355
  ]
374
356
  }
@@ -275,7 +275,7 @@
275
275
  "description": "Optional subtitle/description",
276
276
  "label": "Subtitle",
277
277
  "tier": "presentation",
278
- "type": "string"
278
+ "type": "scalar"
279
279
  },
280
280
  "tabs": {
281
281
  "default": [],
@@ -308,7 +308,7 @@
308
308
  "description": "Page title - accepts string or number from generated code accessing dynamic entity data",
309
309
  "label": "Title",
310
310
  "tier": "presentation",
311
- "type": "string"
311
+ "type": "scalar"
312
312
  }
313
313
  },
314
314
  "effectRow": [