@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
@@ -275,8 +275,7 @@
275
275
  "linkedEntity": "RateBucket",
276
276
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
277
277
  "name": "ShieldIcon",
278
- "ref": "Icon.traits.IconRender",
279
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
278
+ "ref": "Icon.traits.IconRender"
280
279
  },
281
280
  {
282
281
  "config": {
@@ -293,8 +292,7 @@
293
292
  "linkedEntity": "RateBucket",
294
293
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
295
294
  "name": "RateBucketTitle",
296
- "ref": "Typography.traits.TypographyRender",
297
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
295
+ "ref": "Typography.traits.TypographyRender"
298
296
  },
299
297
  {
300
298
  "config": {
@@ -315,8 +313,7 @@
315
313
  "linkedEntity": "RateBucket",
316
314
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
317
315
  "name": "OpenStatusDot",
318
- "ref": "StatusDot.traits.StatusDotRender",
319
- "refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
316
+ "ref": "StatusDot.traits.StatusDotRender"
320
317
  },
321
318
  {
322
319
  "config": {
@@ -337,8 +334,7 @@
337
334
  "linkedEntity": "RateBucket",
338
335
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
339
336
  "name": "ThrottledStatusDot",
340
- "ref": "StatusDot.traits.StatusDotRender",
341
- "refId": "trt_01KXG04KT7W5V5P7XAVNZP4Z3R"
337
+ "ref": "StatusDot.traits.StatusDotRender"
342
338
  },
343
339
  {
344
340
  "config": {
@@ -355,8 +351,7 @@
355
351
  "linkedEntity": "RateBucket",
356
352
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
357
353
  "name": "RateLimitAlert",
358
- "ref": "Alert.traits.AlertRender",
359
- "refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
354
+ "ref": "Alert.traits.AlertRender"
360
355
  },
361
356
  {
362
357
  "config": {
@@ -377,8 +372,7 @@
377
372
  "linkedEntity": "RateBucket",
378
373
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
379
374
  "name": "RequestsStat",
380
- "ref": "StatDisplay.traits.StatDisplayRender",
381
- "refId": "trt_01KXG04RPXAYAKQT0BJ4J28HAZ"
375
+ "ref": "StatDisplay.traits.StatDisplayRender"
382
376
  },
383
377
  {
384
378
  "config": {
@@ -399,8 +393,7 @@
399
393
  "linkedEntity": "RateBucket",
400
394
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
401
395
  "name": "WindowStat",
402
- "ref": "StatDisplay.traits.StatDisplayRender",
403
- "refId": "trt_01KXG04RPXAYAKQT0BJ4J28HAZ"
396
+ "ref": "StatDisplay.traits.StatDisplayRender"
404
397
  },
405
398
  {
406
399
  "config": {
@@ -421,8 +414,7 @@
421
414
  "linkedEntity": "RateBucket",
422
415
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
423
416
  "name": "CountMeter",
424
- "ref": "Meter.traits.MeterRender",
425
- "refId": "trt_01KXG04Q390S305KZKHGMCH23G"
417
+ "ref": "Meter.traits.MeterRender"
426
418
  },
427
419
  {
428
420
  "config": {
@@ -443,8 +435,7 @@
443
435
  "linkedEntity": "RateBucket",
444
436
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
445
437
  "name": "CountProgressBar",
446
- "ref": "ProgressBar.traits.ProgressBarRender",
447
- "refId": "trt_01KXG04KAK5TD4GRHJVVY58WDM"
438
+ "ref": "ProgressBar.traits.ProgressBarRender"
448
439
  },
449
440
  {
450
441
  "config": {
@@ -469,8 +460,7 @@
469
460
  "linkedEntity": "RateBucket",
470
461
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
471
462
  "name": "RequestButton",
472
- "ref": "Button.traits.ButtonRender",
473
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
463
+ "ref": "Button.traits.ButtonRender"
474
464
  },
475
465
  {
476
466
  "config": {
@@ -495,8 +485,7 @@
495
485
  "linkedEntity": "RateBucket",
496
486
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
497
487
  "name": "ResetButton",
498
- "ref": "Button.traits.ButtonRender",
499
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
488
+ "ref": "Button.traits.ButtonRender"
500
489
  },
501
490
  {
502
491
  "config": {
@@ -521,16 +510,14 @@
521
510
  "linkedEntity": "RateBucket",
522
511
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
523
512
  "name": "ResetPrimaryButton",
524
- "ref": "Button.traits.ButtonRender",
525
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
513
+ "ref": "Button.traits.ButtonRender"
526
514
  },
527
515
  {
528
516
  "id": "trt_01KY1DXS8B2BVRCAWAJ3EE0EJK",
529
517
  "linkedEntity": "RateBucket",
530
518
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
531
519
  "name": "RateBucketDivider",
532
- "ref": "Divider.traits.DividerRender",
533
- "refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
520
+ "ref": "Divider.traits.DividerRender"
534
521
  },
535
522
  {
536
523
  "config": {
@@ -550,8 +537,7 @@
550
537
  "linkedEntity": "RateBucket",
551
538
  "linkedEntityId": "ent_01KXG04FG0R4NF2MX692M3D599",
552
539
  "name": "StatsGrid",
553
- "ref": "SimpleGrid.traits.SimpleGridRender",
554
- "refId": "trt_01KXG04R9RWNHP9Y7B1QW8VNVR"
540
+ "ref": "SimpleGrid.traits.SimpleGridRender"
555
541
  },
556
542
  {
557
543
  "capabilities": [
@@ -216,7 +216,21 @@
216
216
  "payloadSchema": [
217
217
  {
218
218
  "name": "data",
219
- "type": "[ObjectSpec]"
219
+ "properties": [
220
+ {
221
+ "name": "id",
222
+ "type": "string"
223
+ },
224
+ {
225
+ "name": "label",
226
+ "type": "string"
227
+ },
228
+ {
229
+ "name": "value",
230
+ "type": "string"
231
+ }
232
+ ],
233
+ "type": "[object]"
220
234
  }
221
235
  ]
222
236
  },
@@ -227,7 +241,21 @@
227
241
  "payloadSchema": [
228
242
  {
229
243
  "name": "data",
230
- "type": "[ObjectSpec]"
244
+ "properties": [
245
+ {
246
+ "name": "id",
247
+ "type": "string"
248
+ },
249
+ {
250
+ "name": "label",
251
+ "type": "string"
252
+ },
253
+ {
254
+ "name": "value",
255
+ "type": "string"
256
+ }
257
+ ],
258
+ "type": "[object]"
231
259
  },
232
260
  {
233
261
  "name": "filteredCount",
@@ -253,8 +253,7 @@
253
253
  }
254
254
  ],
255
255
  "name": "DenseHoursTable",
256
- "ref": "TableView.traits.TableViewRender",
257
- "refId": "trt_01KXG04RSAMGZ70BX7E6M2EKPH"
256
+ "ref": "TableView.traits.TableViewRender"
258
257
  },
259
258
  {
260
259
  "category": "interaction",
@@ -910,7 +910,7 @@
910
910
  {
911
911
  "name": "data",
912
912
  "required": true,
913
- "type": "object"
913
+ "type": "@entity"
914
914
  }
915
915
  ],
916
916
  "synonyms": "persist, update, store",
@@ -1035,7 +1035,7 @@
1035
1035
  "payloadSchema": [
1036
1036
  {
1037
1037
  "name": "row",
1038
- "type": "object"
1038
+ "type": "@entity"
1039
1039
  }
1040
1040
  ],
1041
1041
  "synonyms": "saved, persisted, updated",
@@ -1096,7 +1096,21 @@
1096
1096
  "payloadSchema": [
1097
1097
  {
1098
1098
  "name": "data",
1099
- "type": "[ObjectSpec]"
1099
+ "properties": [
1100
+ {
1101
+ "name": "id",
1102
+ "type": "string"
1103
+ },
1104
+ {
1105
+ "name": "label",
1106
+ "type": "string"
1107
+ },
1108
+ {
1109
+ "name": "value",
1110
+ "type": "string"
1111
+ }
1112
+ ],
1113
+ "type": "[object]"
1100
1114
  }
1101
1115
  ],
1102
1116
  "synonyms": "loaded, fetched, retrieved, populated",
@@ -1128,7 +1142,7 @@
1128
1142
  "payloadSchema": [
1129
1143
  {
1130
1144
  "name": "row",
1131
- "type": "object"
1145
+ "type": "@entity"
1132
1146
  }
1133
1147
  ],
1134
1148
  "synonyms": "saved, persisted, updated",
@@ -1295,7 +1309,7 @@
1295
1309
  {
1296
1310
  "name": "data",
1297
1311
  "required": true,
1298
- "type": "object"
1312
+ "type": "@entity"
1299
1313
  }
1300
1314
  ],
1301
1315
  "synonyms": "persist, update, store",
@@ -256,8 +256,7 @@
256
256
  }
257
257
  ],
258
258
  "name": "DataGrid1",
259
- "ref": "DataGrid.traits.DataGridRender",
260
- "refId": "trt_01KXG04N8B3PF7M8CWQWG5WQ60"
259
+ "ref": "DataGrid.traits.DataGridRender"
261
260
  },
262
261
  {
263
262
  "config": {
@@ -308,8 +307,7 @@
308
307
  }
309
308
  ],
310
309
  "name": "DenseTableView",
311
- "ref": "TableView.traits.TableViewRender",
312
- "refId": "trt_01KXG04RSAMGZ70BX7E6M2EKPH"
310
+ "ref": "TableView.traits.TableViewRender"
313
311
  },
314
312
  {
315
313
  "config": {
@@ -348,8 +346,7 @@
348
346
  }
349
347
  ],
350
348
  "name": "MasterListView",
351
- "ref": "DataList.traits.DataListRender",
352
- "refId": "trt_01KXG04N9J0KFPA1X4BBQX9057"
349
+ "ref": "DataList.traits.DataListRender"
353
350
  },
354
351
  {
355
352
  "category": "interaction",
@@ -577,10 +574,35 @@
577
574
  }
578
575
  ],
579
576
  "description": "Action buttons on the master-detail record pane (detail-panel `actions` descriptors: label/event/icon/variant). Consumers add their own record actions (Edit/Delete/…) alongside or instead of Close.",
577
+ "items": {
578
+ "properties": {
579
+ "event": {
580
+ "name": "event",
581
+ "required": true,
582
+ "type": "string"
583
+ },
584
+ "icon": {
585
+ "name": "icon",
586
+ "required": false,
587
+ "type": "string"
588
+ },
589
+ "label": {
590
+ "name": "label",
591
+ "required": true,
592
+ "type": "string"
593
+ },
594
+ "variant": {
595
+ "name": "variant",
596
+ "required": false,
597
+ "type": "string"
598
+ }
599
+ },
600
+ "type": "object"
601
+ },
580
602
  "label": "Master-detail record pane actions",
581
603
  "synonyms": "record actions, detail actions, pane actions",
582
604
  "tier": "presentation",
583
- "type": "json"
605
+ "type": "[BrowseDetailAction]"
584
606
  },
585
607
  "detailFields": {
586
608
  "default": [
@@ -130,8 +130,7 @@
130
130
  "linkedEntity": "DashboardGridEmbeddedData",
131
131
  "linkedEntityId": "ent_01KXG04G02KY54SX7VCED85JZR",
132
132
  "name": "SimpleGrid1",
133
- "ref": "SimpleGrid.traits.SimpleGridRender",
134
- "refId": "trt_01KXG04R9RWNHP9Y7B1QW8VNVR"
133
+ "ref": "SimpleGrid.traits.SimpleGridRender"
135
134
  },
136
135
  {
137
136
  "category": "interaction",
@@ -1009,8 +1009,7 @@
1009
1009
  }
1010
1010
  ],
1011
1011
  "name": "SignatureSessionCreate",
1012
- "ref": "Modal.traits.ModalRecordModal",
1013
- "refId": "trt_01KXG04GVS1W2103BQKJT7KZRZ"
1012
+ "ref": "Modal.traits.ModalRecordModal"
1014
1013
  },
1015
1014
  {
1016
1015
  "config": {
@@ -1049,8 +1048,7 @@
1049
1048
  }
1050
1049
  ],
1051
1050
  "name": "SignatureSessionDelete",
1052
- "ref": "Confirmation.traits.ConfirmActionConfirmation",
1053
- "refId": "trt_01KXG04FYBTTTS73WNZ70BHYG3"
1051
+ "ref": "Confirmation.traits.ConfirmActionConfirmation"
1054
1052
  },
1055
1053
  {
1056
1054
  "category": "lifecycle",
@@ -1155,7 +1153,7 @@
1155
1153
  {
1156
1154
  "name": "data",
1157
1155
  "required": true,
1158
- "type": "object"
1156
+ "type": "@entity"
1159
1157
  }
1160
1158
  ],
1161
1159
  "synonyms": "new, add, generate, start",
@@ -221,8 +221,7 @@
221
221
  "linkedEntity": "ESignRequest",
222
222
  "linkedEntityId": "ent_01KXG04G5B7M3Z329MRPPNYF8T",
223
223
  "name": "TitleHeading",
224
- "ref": "Typography.traits.TypographyRender",
225
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
224
+ "ref": "Typography.traits.TypographyRender"
226
225
  },
227
226
  {
228
227
  "config": {
@@ -265,8 +264,7 @@
265
264
  "linkedEntity": "ESignRequest",
266
265
  "linkedEntityId": "ent_01KXG04G5B7M3Z329MRPPNYF8T",
267
266
  "name": "RequestDataGrid",
268
- "ref": "DataGrid.traits.DataGridRender",
269
- "refId": "trt_01KXG04N8B3PF7M8CWQWG5WQ60"
267
+ "ref": "DataGrid.traits.DataGridRender"
270
268
  },
271
269
  {
272
270
  "config": {
@@ -287,8 +285,7 @@
287
285
  "linkedEntity": "ESignRequest",
288
286
  "linkedEntityId": "ent_01KXG04G5B7M3Z329MRPPNYF8T",
289
287
  "name": "ErrorAlert",
290
- "ref": "Alert.traits.AlertRender",
291
- "refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
288
+ "ref": "Alert.traits.AlertRender"
292
289
  },
293
290
  {
294
291
  "category": "interaction",
@@ -554,7 +554,7 @@
554
554
  "payloadSchema": [
555
555
  {
556
556
  "name": "row",
557
- "type": "object"
557
+ "type": "@entity"
558
558
  }
559
559
  ],
560
560
  "synonyms": "saved, added, created, recorded",
@@ -616,7 +616,21 @@
616
616
  "payloadSchema": [
617
617
  {
618
618
  "name": "data",
619
- "type": "[ObjectSpec]"
619
+ "properties": [
620
+ {
621
+ "name": "id",
622
+ "type": "string"
623
+ },
624
+ {
625
+ "name": "label",
626
+ "type": "string"
627
+ },
628
+ {
629
+ "name": "value",
630
+ "type": "string"
631
+ }
632
+ ],
633
+ "type": "[object]"
620
634
  }
621
635
  ],
622
636
  "synonyms": "loaded, ready, initialized",
@@ -648,7 +662,7 @@
648
662
  "payloadSchema": [
649
663
  {
650
664
  "name": "row",
651
- "type": "object"
665
+ "type": "@entity"
652
666
  }
653
667
  ],
654
668
  "synonyms": "saved, added, created, recorded",
@@ -146,8 +146,7 @@
146
146
  "linkedEntity": "ExportPanel",
147
147
  "linkedEntityId": "ent_01KXG04G9QEP94NGAMEV0WVKF8",
148
148
  "name": "Button1",
149
- "ref": "Button.traits.ButtonRender",
150
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
149
+ "ref": "Button.traits.ButtonRender"
151
150
  },
152
151
  {
153
152
  "config": {
@@ -170,8 +169,7 @@
170
169
  "linkedEntity": "ExportPanel",
171
170
  "linkedEntityId": "ent_01KXG04G9QEP94NGAMEV0WVKF8",
172
171
  "name": "Menu1",
173
- "ref": "Menu.traits.MenuRender",
174
- "refId": "trt_01KXG04Q03EYTCP5J0MX1ACQH7"
172
+ "ref": "Menu.traits.MenuRender"
175
173
  },
176
174
  {
177
175
  "category": "interaction",
@@ -505,7 +505,7 @@
505
505
  {
506
506
  "name": "data",
507
507
  "required": true,
508
- "type": "object"
508
+ "type": "@entity"
509
509
  }
510
510
  ],
511
511
  "synonyms": "submit, send, post",
@@ -263,8 +263,7 @@
263
263
  "linkedEntity": "GalleryItem",
264
264
  "linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
265
265
  "name": "LoadingSpinner",
266
- "ref": "Spinner.traits.SpinnerRender",
267
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
266
+ "ref": "Spinner.traits.SpinnerRender"
268
267
  },
269
268
  {
270
269
  "config": {
@@ -285,8 +284,7 @@
285
284
  "linkedEntity": "GalleryItem",
286
285
  "linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
287
286
  "name": "LoadingCaption",
288
- "ref": "Typography.traits.TypographyRender",
289
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
287
+ "ref": "Typography.traits.TypographyRender"
290
288
  },
291
289
  {
292
290
  "config": {
@@ -299,24 +297,21 @@
299
297
  "linkedEntity": "GalleryItem",
300
298
  "linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
301
299
  "name": "GalleryIcon",
302
- "ref": "Icon.traits.IconRender",
303
- "refId": "trt_01KXG04K2JE4GSQVWEWHAHDE2A"
300
+ "ref": "Icon.traits.IconRender"
304
301
  },
305
302
  {
306
303
  "id": "trt_01KXZ44YBTCWSAFWWCR0675M99",
307
304
  "linkedEntity": "GalleryItem",
308
305
  "linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
309
306
  "name": "TitleDivider",
310
- "ref": "Divider.traits.DividerRender",
311
- "refId": "trt_01KXG04JVTJZ479S2KPR7HD1KB"
307
+ "ref": "Divider.traits.DividerRender"
312
308
  },
313
309
  {
314
310
  "id": "trt_01KXZ44YBT6MQ6Y0WSJKNZ0M9B",
315
311
  "linkedEntity": "GalleryItem",
316
312
  "linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
317
313
  "name": "MediaGalleryGrid",
318
- "ref": "MediaGallery.traits.MediaGalleryRender",
319
- "refId": "trt_01KXG04STSKR7RB9HG6V6H19XZ"
314
+ "ref": "MediaGallery.traits.MediaGalleryRender"
320
315
  },
321
316
  {
322
317
  "config": {
@@ -333,8 +328,7 @@
333
328
  "linkedEntity": "GalleryItem",
334
329
  "linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
335
330
  "name": "ErrorAlert",
336
- "ref": "Alert.traits.AlertRender",
337
- "refId": "trt_01KXG04MT125AX1BGFS3ZNGX67"
331
+ "ref": "Alert.traits.AlertRender"
338
332
  },
339
333
  {
340
334
  "config": {
@@ -347,8 +341,7 @@
347
341
  "linkedEntity": "GalleryItem",
348
342
  "linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
349
343
  "name": "ReloadSpinner",
350
- "ref": "Spinner.traits.SpinnerRender",
351
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
344
+ "ref": "Spinner.traits.SpinnerRender"
352
345
  },
353
346
  {
354
347
  "config": {
@@ -369,8 +362,7 @@
369
362
  "linkedEntity": "GalleryItem",
370
363
  "linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
371
364
  "name": "ReloadCaption",
372
- "ref": "Typography.traits.TypographyRender",
373
- "refId": "trt_01KXG04MN4YEZRM29MVNFTYM98"
365
+ "ref": "Typography.traits.TypographyRender"
374
366
  },
375
367
  {
376
368
  "config": {
@@ -383,8 +375,7 @@
383
375
  "linkedEntity": "GalleryItem",
384
376
  "linkedEntityId": "ent_01KXG04GJ9CSPRAKTW27XMN7DV",
385
377
  "name": "RetrySpinner",
386
- "ref": "Spinner.traits.SpinnerRender",
387
- "refId": "trt_01KXG04KQTE55FSTDE4V4XKESN"
378
+ "ref": "Spinner.traits.SpinnerRender"
388
379
  },
389
380
  {
390
381
  "category": "interaction",
@@ -371,7 +371,21 @@
371
371
  "payloadSchema": [
372
372
  {
373
373
  "name": "data",
374
- "type": "[ObjectSpec]"
374
+ "properties": [
375
+ {
376
+ "name": "id",
377
+ "type": "string"
378
+ },
379
+ {
380
+ "name": "label",
381
+ "type": "string"
382
+ },
383
+ {
384
+ "name": "value",
385
+ "type": "string"
386
+ }
387
+ ],
388
+ "type": "[object]"
375
389
  },
376
390
  {
377
391
  "name": "totalCount",
@@ -195,8 +195,7 @@
195
195
  "linkedEntity": "ImportPanel",
196
196
  "linkedEntityId": "ent_01KYEH1JJPJH06F07Q6CNTHTR8",
197
197
  "name": "Button1",
198
- "ref": "Button.traits.ButtonRender",
199
- "refId": "trt_01KXG04JBQPWD7RW8X33NXPXG9"
198
+ "ref": "Button.traits.ButtonRender"
200
199
  },
201
200
  {
202
201
  "config": {
@@ -219,8 +218,7 @@
219
218
  "linkedEntity": "ImportPanel",
220
219
  "linkedEntityId": "ent_01KYEH1JJPJH06F07Q6CNTHTR8",
221
220
  "name": "Menu1",
222
- "ref": "Menu.traits.MenuRender",
223
- "refId": "trt_01KXG04Q03EYTCP5J0MX1ACQH7"
221
+ "ref": "Menu.traits.MenuRender"
224
222
  },
225
223
  {
226
224
  "category": "interaction",
@@ -388,6 +388,7 @@
388
388
  "payloadSchema": [
389
389
  {
390
390
  "name": "error",
391
+ "required": true,
391
392
  "type": "string"
392
393
  },
393
394
  {
@@ -886,8 +887,7 @@
886
887
  }
887
888
  ],
888
889
  "name": "ListItemCreate",
889
- "ref": "Modal.traits.ModalRecordModal",
890
- "refId": "trt_01KXG04GVS1W2103BQKJT7KZRZ"
890
+ "ref": "Modal.traits.ModalRecordModal"
891
891
  },
892
892
  {
893
893
  "config": {
@@ -930,8 +930,7 @@
930
930
  }
931
931
  ],
932
932
  "name": "ListItemEdit",
933
- "ref": "Modal.traits.ModalRecordModal",
934
- "refId": "trt_01KXG04GVS1W2103BQKJT7KZRZ"
933
+ "ref": "Modal.traits.ModalRecordModal"
935
934
  },
936
935
  {
937
936
  "config": {
@@ -970,8 +969,7 @@
970
969
  }
971
970
  ],
972
971
  "name": "ListItemDelete",
973
- "ref": "Confirmation.traits.ConfirmActionConfirmation",
974
- "refId": "trt_01KXG04FYBTTTS73WNZ70BHYG3"
972
+ "ref": "Confirmation.traits.ConfirmActionConfirmation"
975
973
  },
976
974
  {
977
975
  "category": "lifecycle",
@@ -211,7 +211,7 @@
211
211
  {
212
212
  "name": "data",
213
213
  "required": true,
214
- "type": "object"
214
+ "type": "@entity"
215
215
  }
216
216
  ],
217
217
  "synonyms": "submit, persist, confirm",
@@ -312,7 +312,7 @@
312
312
  {
313
313
  "name": "data",
314
314
  "required": true,
315
- "type": "object"
315
+ "type": "@entity"
316
316
  }
317
317
  ],
318
318
  "synonyms": "submit, persist, confirm",