@almadar/std 16.173.0 → 16.174.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/behaviors/lolo/infra/atoms/std-cross-reference.lolo +2 -4
  2. package/behaviors/lolo/ui/core/atoms/std-board.lolo +5 -9
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +8 -1
  4. package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +2 -2
  5. package/behaviors/lolo/ui/core/atoms/std-event-log.lolo +3 -7
  6. package/behaviors/lolo/ui/core/atoms/std-form-advanced.lolo +1 -1
  7. package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +1 -1
  8. package/behaviors/lolo/ui/core/atoms/std-list.lolo +3 -3
  9. package/behaviors/lolo/ui/core/atoms/std-modal.lolo +2 -2
  10. package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +2 -4
  11. package/behaviors/lolo/ui/core/atoms/std-rating-review.lolo +5 -13
  12. package/behaviors/lolo/ui/core/atoms/std-recurrence.lolo +3 -7
  13. package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +1 -1
  14. package/behaviors/lolo/ui/core/atoms/std-signature-capture.lolo +2 -2
  15. package/behaviors/lolo/ui/core/atoms/std-step-flow.lolo +2 -4
  16. package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +1 -1
  17. package/behaviors/lolo/ui/core/atoms/std-thread.lolo +2 -2
  18. package/behaviors/lolo/ui/core/atoms/std-vote.lolo +2 -2
  19. package/behaviors/lolo/ui/core/atoms/std-wizard.lolo +3 -7
  20. package/behaviors/lolo/ui/core/atoms/ui-atlas-image.lolo +1 -1
  21. package/behaviors/lolo/ui/core/atoms/ui-atlas-panel.lolo +1 -1
  22. package/behaviors/lolo/ui/core/atoms/ui-center.lolo +1 -1
  23. package/behaviors/lolo/ui/core/atoms/ui-hstack.lolo +1 -1
  24. package/behaviors/lolo/ui/core/atoms/ui-icon.lolo +1 -1
  25. package/behaviors/lolo/ui/core/atoms/ui-stack.lolo +1 -1
  26. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +1 -1
  27. package/behaviors/lolo/ui/core/atoms/ui-vstack.lolo +1 -1
  28. package/behaviors/lolo/ui/core/molecules/ui-content-renderer.lolo +1 -1
  29. package/behaviors/lolo/ui/core/molecules/ui-form-layout.lolo +1 -1
  30. package/behaviors/lolo/ui/core/molecules/ui-grid.lolo +1 -1
  31. package/behaviors/lolo/ui/core/organisms/ui-chat-bar.lolo +1 -1
  32. package/behaviors/lolo/ui/core/organisms/ui-dashboard-grid.lolo +1 -1
  33. package/behaviors/lolo/ui/core/organisms/ui-detail-panel.lolo +1 -1
  34. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +1 -1
  35. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +1 -1
  36. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -1
  37. package/behaviors/lolo/ui/core/organisms/ui-form-section.lolo +9 -3
  38. package/behaviors/lolo/ui/core/organisms/ui-form.lolo +9 -3
  39. package/behaviors/lolo/ui/core/organisms/ui-master-detail.lolo +1 -1
  40. package/behaviors/lolo/ui/core/organisms/ui-media-gallery.lolo +1 -1
  41. package/behaviors/lolo/ui/core/organisms/ui-segment-renderer.lolo +7 -1
  42. package/behaviors/lolo/ui/core/organisms/ui-stat-card.lolo +1 -1
  43. package/behaviors/lolo/ui/core/organisms/ui-subagent-trace-panel.lolo +1 -1
  44. package/behaviors/lolo/ui/game/atoms/ui-action-tile.lolo +1 -1
  45. package/behaviors/lolo/ui/game/atoms/ui-draw-shape-layer.lolo +41 -9
  46. package/behaviors/lolo/ui/game/atoms/ui-draw-shape.lolo +40 -8
  47. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite-layer.lolo +13 -3
  48. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +12 -2
  49. package/behaviors/lolo/ui/game/atoms/ui-draw-text-layer.lolo +3 -3
  50. package/behaviors/lolo/ui/game/atoms/ui-draw-text.lolo +2 -2
  51. package/behaviors/lolo/ui/game/organisms/std-tactics-board-3d.lolo +32 -2
  52. package/behaviors/lolo/ui/learning/atoms/std-learn-classify.lolo +1 -1
  53. package/behaviors/lolo/ui/learning/atoms/std-learn-compare.lolo +397 -0
  54. package/behaviors/lolo/ui/learning/atoms/std-learn-coupled-sim.lolo +537 -0
  55. package/behaviors/lolo/ui/learning/atoms/std-learn-estimate.lolo +419 -0
  56. package/behaviors/lolo/ui/learning/atoms/std-learn-goal-seek.lolo +591 -0
  57. package/behaviors/lolo/ui/learning/atoms/std-learn-grid-sim.lolo +425 -0
  58. package/behaviors/lolo/ui/learning/atoms/std-learn-hotspot.lolo +398 -0
  59. package/behaviors/lolo/ui/learning/atoms/std-learn-measure.lolo +325 -0
  60. package/behaviors/lolo/ui/learning/atoms/std-learn-perturb.lolo +494 -0
  61. package/behaviors/lolo/ui/learning/atoms/std-learn-predict.lolo +408 -0
  62. package/behaviors/lolo/ui/learning/atoms/std-learn-scenario.lolo +307 -0
  63. package/behaviors/lolo/ui/learning/atoms/std-learn-sim-3d.lolo +318 -0
  64. package/behaviors/lolo/ui/learning/atoms/std-learn-speed-drill.lolo +336 -0
  65. package/behaviors/lolo/ui/learning/atoms/std-learn-tour-3d.lolo +380 -0
  66. package/behaviors/lolo/ui/learning/atoms/ui-biology-canvas.lolo +43 -4
  67. package/behaviors/lolo/ui/learning/atoms/ui-chemistry-canvas.lolo +41 -4
  68. package/behaviors/lolo/ui/learning/atoms/ui-physics-canvas.lolo +43 -4
  69. package/behaviors/lolo/ui/marketing/organisms/ui-book-viewer.lolo +1 -1
  70. package/behaviors/lolo/ui/marketing/organisms/ui-case-study-organism.lolo +1 -1
  71. package/behaviors/lolo/ui/marketing/organisms/ui-feature-grid-organism.lolo +1 -1
  72. package/behaviors/lolo/ui/marketing/organisms/ui-hero-organism.lolo +1 -1
  73. package/behaviors/lolo/ui/marketing/organisms/ui-pricing-organism.lolo +1 -1
  74. package/behaviors/lolo/ui/marketing/organisms/ui-showcase-organism.lolo +1 -1
  75. package/behaviors/lolo/ui/marketing/organisms/ui-stats-organism.lolo +1 -1
  76. package/behaviors/lolo/ui/marketing/organisms/ui-step-flow-organism.lolo +1 -1
  77. package/behaviors/lolo/ui/marketing/organisms/ui-team-organism.lolo +1 -1
  78. package/behaviors/registry/agent/atoms/std-agent-session.orb +22 -1
  79. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +38 -2
  80. package/behaviors/registry/agent/atoms/std-agent-tool-loop.orb +38 -2
  81. package/behaviors/registry/agent/organisms/std-agent-rabit.orb +23 -1
  82. package/behaviors/registry/infra/atoms/std-approval-gate.orb +8 -16
  83. package/behaviors/registry/infra/atoms/std-cache-aside.orb +31 -62
  84. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +16 -32
  85. package/behaviors/registry/infra/atoms/std-cross-reference.orb +32 -4
  86. package/behaviors/registry/infra/atoms/std-data-erasure.orb +8 -16
  87. package/behaviors/registry/infra/atoms/std-mod-queue.orb +8 -16
  88. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +14 -28
  89. package/behaviors/registry/infra/atoms/std-row-access-control.orb +30 -2
  90. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +1 -2
  91. package/behaviors/registry/ui/core/atoms/std-board.orb +19 -5
  92. package/behaviors/registry/ui/core/atoms/std-browse.orb +29 -7
  93. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +1 -2
  94. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +3 -5
  95. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +3 -6
  96. package/behaviors/registry/ui/core/atoms/std-event-log.orb +17 -3
  97. package/behaviors/registry/ui/core/atoms/std-export.orb +2 -4
  98. package/behaviors/registry/ui/core/atoms/std-form-advanced.orb +1 -1
  99. package/behaviors/registry/ui/core/atoms/std-gallery.orb +9 -18
  100. package/behaviors/registry/ui/core/atoms/std-graphs.orb +15 -1
  101. package/behaviors/registry/ui/core/atoms/std-import.orb +2 -4
  102. package/behaviors/registry/ui/core/atoms/std-list.orb +4 -6
  103. package/behaviors/registry/ui/core/atoms/std-modal.orb +2 -2
  104. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +16 -2
  105. package/behaviors/registry/ui/core/atoms/std-pagination.orb +15 -1
  106. package/behaviors/registry/ui/core/atoms/std-rating-review.orb +19 -5
  107. package/behaviors/registry/ui/core/atoms/std-recurrence.orb +17 -3
  108. package/behaviors/registry/ui/core/atoms/std-rich-editor.orb +15 -1
  109. package/behaviors/registry/ui/core/atoms/std-scatter.orb +15 -1
  110. package/behaviors/registry/ui/core/atoms/std-signature-capture.orb +2 -2
  111. package/behaviors/registry/ui/core/atoms/std-stats.orb +15 -1
  112. package/behaviors/registry/ui/core/atoms/std-step-flow.orb +16 -2
  113. package/behaviors/registry/ui/core/atoms/std-thread.orb +2 -2
  114. package/behaviors/registry/ui/core/atoms/std-vote.orb +2 -2
  115. package/behaviors/registry/ui/core/atoms/std-wizard.orb +17 -3
  116. package/behaviors/registry/ui/core/atoms/ui-atlas-image.orb +4 -1
  117. package/behaviors/registry/ui/core/atoms/ui-atlas-panel.orb +4 -1
  118. package/behaviors/registry/ui/core/atoms/ui-center.orb +4 -1
  119. package/behaviors/registry/ui/core/atoms/ui-hstack.orb +4 -1
  120. package/behaviors/registry/ui/core/atoms/ui-icon.orb +4 -1
  121. package/behaviors/registry/ui/core/atoms/ui-stack.orb +4 -1
  122. package/behaviors/registry/ui/core/atoms/ui-typography.orb +4 -1
  123. package/behaviors/registry/ui/core/atoms/ui-vstack.orb +4 -1
  124. package/behaviors/registry/ui/core/molecules/ui-accordion.orb +3 -3
  125. package/behaviors/registry/ui/core/molecules/ui-content-renderer.orb +4 -1
  126. package/behaviors/registry/ui/core/molecules/ui-form-layout.orb +4 -1
  127. package/behaviors/registry/ui/core/molecules/ui-grid.orb +4 -1
  128. package/behaviors/registry/ui/core/molecules/ui-tabs.orb +2 -2
  129. package/behaviors/registry/ui/core/molecules/ui-wizard-container.orb +1 -1
  130. package/behaviors/registry/ui/core/organisms/ui-chat-bar.orb +4 -1
  131. package/behaviors/registry/ui/core/organisms/ui-dashboard-grid.orb +5 -2
  132. package/behaviors/registry/ui/core/organisms/ui-detail-panel.orb +5 -2
  133. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +4 -1
  134. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +4 -1
  135. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +4 -1
  136. package/behaviors/registry/ui/core/organisms/ui-form-section.orb +34 -2
  137. package/behaviors/registry/ui/core/organisms/ui-form.orb +34 -2
  138. package/behaviors/registry/ui/core/organisms/ui-master-detail.orb +4 -1
  139. package/behaviors/registry/ui/core/organisms/ui-media-gallery.orb +4 -1
  140. package/behaviors/registry/ui/core/organisms/ui-segment-renderer.orb +24 -2
  141. package/behaviors/registry/ui/core/organisms/ui-stat-card.orb +4 -1
  142. package/behaviors/registry/ui/core/organisms/ui-subagent-trace-panel.orb +4 -1
  143. package/behaviors/registry/ui/core/organisms/ui-tabbed-container.orb +1 -1
  144. package/behaviors/registry/ui/core/organisms/ui-ui-slot-renderer.orb +1 -1
  145. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +35 -1
  146. package/behaviors/registry/ui/game/atoms/ui-action-tile.orb +4 -1
  147. package/behaviors/registry/ui/game/atoms/ui-draw-shape-layer.orb +183 -13
  148. package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +104 -9
  149. package/behaviors/registry/ui/game/atoms/ui-draw-sprite-layer.orb +56 -2
  150. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +36 -4
  151. package/behaviors/registry/ui/game/atoms/ui-draw-text-layer.orb +21 -2
  152. package/behaviors/registry/ui/game/atoms/ui-draw-text.orb +19 -4
  153. package/behaviors/registry/ui/game/organisms/std-tactics-board-3d.orb +173 -2
  154. package/behaviors/registry/ui/learning/atoms/std-learn-classify.orb +1 -1
  155. package/behaviors/registry/ui/learning/atoms/std-learn-compare.orb +2814 -0
  156. package/behaviors/registry/ui/learning/atoms/std-learn-coupled-sim.orb +3183 -0
  157. package/behaviors/registry/ui/learning/atoms/std-learn-estimate.orb +2394 -0
  158. package/behaviors/registry/ui/learning/atoms/std-learn-goal-seek.orb +3951 -0
  159. package/behaviors/registry/ui/learning/atoms/std-learn-grid-sim.orb +3458 -0
  160. package/behaviors/registry/ui/learning/atoms/std-learn-hotspot.orb +2646 -0
  161. package/behaviors/registry/ui/learning/atoms/std-learn-measure.orb +1979 -0
  162. package/behaviors/registry/ui/learning/atoms/std-learn-perturb.orb +2994 -0
  163. package/behaviors/registry/ui/learning/atoms/std-learn-predict.orb +2682 -0
  164. package/behaviors/registry/ui/learning/atoms/std-learn-scenario.orb +1842 -0
  165. package/behaviors/registry/ui/learning/atoms/std-learn-sim-3d.orb +1648 -0
  166. package/behaviors/registry/ui/learning/atoms/std-learn-speed-drill.orb +2307 -0
  167. package/behaviors/registry/ui/learning/atoms/std-learn-tour-3d.orb +2947 -0
  168. package/behaviors/registry/ui/learning/atoms/ui-algorithm-canvas.orb +173 -4
  169. package/behaviors/registry/ui/learning/atoms/ui-biology-canvas.orb +267 -7
  170. package/behaviors/registry/ui/learning/atoms/ui-chemistry-canvas.orb +263 -8
  171. package/behaviors/registry/ui/learning/atoms/ui-learning-canvas.orb +116 -1
  172. package/behaviors/registry/ui/learning/atoms/ui-math-canvas.orb +200 -4
  173. package/behaviors/registry/ui/learning/atoms/ui-physics-canvas.orb +264 -7
  174. package/behaviors/registry/ui/marketing/atoms/std-marketing-article.orb +1 -2
  175. package/behaviors/registry/ui/marketing/atoms/std-marketing-footer.orb +1 -2
  176. package/behaviors/registry/ui/marketing/atoms/std-marketing-split.orb +1 -2
  177. package/behaviors/registry/ui/marketing/atoms/std-marketing-stats.orb +1 -2
  178. package/behaviors/registry/ui/marketing/atoms/std-marketing-steps.orb +1 -2
  179. package/behaviors/registry/ui/marketing/atoms/std-marketing-team.orb +1 -2
  180. package/behaviors/registry/ui/marketing/organisms/ui-book-viewer.orb +4 -1
  181. package/behaviors/registry/ui/marketing/organisms/ui-case-study-organism.orb +4 -1
  182. package/behaviors/registry/ui/marketing/organisms/ui-feature-grid-organism.orb +4 -1
  183. package/behaviors/registry/ui/marketing/organisms/ui-hero-organism.orb +4 -1
  184. package/behaviors/registry/ui/marketing/organisms/ui-pricing-organism.orb +4 -1
  185. package/behaviors/registry/ui/marketing/organisms/ui-showcase-organism.orb +4 -1
  186. package/behaviors/registry/ui/marketing/organisms/ui-stats-organism.orb +4 -1
  187. package/behaviors/registry/ui/marketing/organisms/ui-step-flow-organism.orb +4 -1
  188. package/behaviors/registry/ui/marketing/organisms/ui-team-organism.orb +4 -1
  189. package/dist/behaviors/exports-reader.js +3440 -2189
  190. package/dist/behaviors/functions/index.d.ts +1751 -154
  191. package/dist/behaviors/functions/index.js +3402 -2190
  192. package/dist/behaviors/index.d.ts +1 -1
  193. package/dist/behaviors/index.js +3441 -2190
  194. package/dist/behaviors/query.js +3440 -2189
  195. package/dist/behaviors-embeddings.hash.json +3 -3
  196. package/dist/behaviors-embeddings.json +230 -178
  197. package/dist/behaviors-registry.json +4397 -171
  198. package/dist/index.d.ts +1 -1
  199. package/dist/index.js +3441 -2190
  200. package/dist/knob-embeddings.hash.json +3 -3
  201. package/dist/knob-embeddings.json +1 -1
  202. package/dist/registry/factory-signatures.json +1 -1
  203. package/package.json +2 -2
@@ -740,7 +740,21 @@
740
740
  "payloadSchema": [
741
741
  {
742
742
  "name": "data",
743
- "type": "[ObjectSpec]"
743
+ "properties": [
744
+ {
745
+ "name": "id",
746
+ "type": "string"
747
+ },
748
+ {
749
+ "name": "label",
750
+ "type": "string"
751
+ },
752
+ {
753
+ "name": "value",
754
+ "type": "string"
755
+ }
756
+ ],
757
+ "type": "[object]"
744
758
  }
745
759
  ],
746
760
  "synonyms": "loaded, initialized, ready",
@@ -772,7 +786,7 @@
772
786
  "payloadSchema": [
773
787
  {
774
788
  "name": "row",
775
- "type": "object"
789
+ "type": "@entity"
776
790
  }
777
791
  ],
778
792
  "synonyms": "saved, updated, persisted",
@@ -217,7 +217,21 @@
217
217
  "payloadSchema": [
218
218
  {
219
219
  "name": "data",
220
- "type": "[ObjectSpec]"
220
+ "properties": [
221
+ {
222
+ "name": "id",
223
+ "type": "string"
224
+ },
225
+ {
226
+ "name": "label",
227
+ "type": "string"
228
+ },
229
+ {
230
+ "name": "value",
231
+ "type": "string"
232
+ }
233
+ ],
234
+ "type": "[object]"
221
235
  },
222
236
  {
223
237
  "name": "totalCount",
@@ -686,7 +686,7 @@
686
686
  "payloadSchema": [
687
687
  {
688
688
  "name": "row",
689
- "type": "object"
689
+ "type": "@entity"
690
690
  }
691
691
  ],
692
692
  "synonyms": "saved, persisted, updated",
@@ -733,7 +733,21 @@
733
733
  "payloadSchema": [
734
734
  {
735
735
  "name": "data",
736
- "type": "[ObjectSpec]"
736
+ "properties": [
737
+ {
738
+ "name": "id",
739
+ "type": "string"
740
+ },
741
+ {
742
+ "name": "label",
743
+ "type": "string"
744
+ },
745
+ {
746
+ "name": "value",
747
+ "type": "string"
748
+ }
749
+ ],
750
+ "type": "[object]"
737
751
  }
738
752
  ],
739
753
  "synonyms": "loaded, fetched, ready, available",
@@ -765,7 +779,7 @@
765
779
  "payloadSchema": [
766
780
  {
767
781
  "name": "row",
768
- "type": "object"
782
+ "type": "@entity"
769
783
  }
770
784
  ],
771
785
  "synonyms": "saved, persisted, updated",
@@ -2707,7 +2721,7 @@
2707
2721
  "payloadSchema": [
2708
2722
  {
2709
2723
  "name": "row",
2710
- "type": "object"
2724
+ "type": "@entity"
2711
2725
  }
2712
2726
  ],
2713
2727
  "synonyms": "saved, persisted, updated",
@@ -2790,7 +2804,7 @@
2790
2804
  "payloadSchema": [
2791
2805
  {
2792
2806
  "name": "row",
2793
- "type": "object"
2807
+ "type": "@entity"
2794
2808
  }
2795
2809
  ],
2796
2810
  "synonyms": "saved, persisted, updated",
@@ -540,7 +540,7 @@
540
540
  "payloadSchema": [
541
541
  {
542
542
  "name": "row",
543
- "type": "object"
543
+ "type": "@entity"
544
544
  }
545
545
  ],
546
546
  "synonyms": "saved, updated, persisted",
@@ -604,7 +604,21 @@
604
604
  "payloadSchema": [
605
605
  {
606
606
  "name": "data",
607
- "type": "[ObjectSpec]"
607
+ "properties": [
608
+ {
609
+ "name": "id",
610
+ "type": "string"
611
+ },
612
+ {
613
+ "name": "label",
614
+ "type": "string"
615
+ },
616
+ {
617
+ "name": "value",
618
+ "type": "string"
619
+ }
620
+ ],
621
+ "type": "[object]"
608
622
  }
609
623
  ],
610
624
  "synonyms": "loaded, initialized, ready",
@@ -636,7 +650,7 @@
636
650
  "payloadSchema": [
637
651
  {
638
652
  "name": "row",
639
- "type": "object"
653
+ "type": "@entity"
640
654
  }
641
655
  ],
642
656
  "synonyms": "saved, updated, persisted",
@@ -685,7 +685,21 @@
685
685
  "payloadSchema": [
686
686
  {
687
687
  "name": "blocks",
688
- "type": "[ObjectSpec]"
688
+ "properties": [
689
+ {
690
+ "name": "id",
691
+ "type": "string"
692
+ },
693
+ {
694
+ "name": "label",
695
+ "type": "string"
696
+ },
697
+ {
698
+ "name": "value",
699
+ "type": "string"
700
+ }
701
+ ],
702
+ "type": "[object]"
689
703
  }
690
704
  ],
691
705
  "synonyms": "update, modify, changed, edit",
@@ -213,7 +213,21 @@
213
213
  "payloadSchema": [
214
214
  {
215
215
  "name": "data",
216
- "type": "[ObjectSpec]"
216
+ "properties": [
217
+ {
218
+ "name": "id",
219
+ "type": "string"
220
+ },
221
+ {
222
+ "name": "label",
223
+ "type": "string"
224
+ },
225
+ {
226
+ "name": "value",
227
+ "type": "string"
228
+ }
229
+ ],
230
+ "type": "[object]"
217
231
  },
218
232
  {
219
233
  "name": "totalCount",
@@ -222,7 +222,7 @@
222
222
  {
223
223
  "name": "data",
224
224
  "required": true,
225
- "type": "object"
225
+ "type": "@entity"
226
226
  }
227
227
  ],
228
228
  "synonyms": "done, finalized, confirmed, saved",
@@ -410,7 +410,7 @@
410
410
  {
411
411
  "name": "data",
412
412
  "required": true,
413
- "type": "object"
413
+ "type": "@entity"
414
414
  }
415
415
  ],
416
416
  "synonyms": "done, finalized, confirmed, saved",
@@ -812,7 +812,21 @@
812
812
  "payloadSchema": [
813
813
  {
814
814
  "name": "data",
815
- "type": "[ObjectSpec]"
815
+ "properties": [
816
+ {
817
+ "name": "id",
818
+ "type": "string"
819
+ },
820
+ {
821
+ "name": "label",
822
+ "type": "string"
823
+ },
824
+ {
825
+ "name": "value",
826
+ "type": "string"
827
+ }
828
+ ],
829
+ "type": "[object]"
816
830
  },
817
831
  {
818
832
  "name": "totalCount",
@@ -674,7 +674,21 @@
674
674
  "payloadSchema": [
675
675
  {
676
676
  "name": "data",
677
- "type": "[ObjectSpec]"
677
+ "properties": [
678
+ {
679
+ "name": "id",
680
+ "type": "string"
681
+ },
682
+ {
683
+ "name": "label",
684
+ "type": "string"
685
+ },
686
+ {
687
+ "name": "value",
688
+ "type": "string"
689
+ }
690
+ ],
691
+ "type": "[object]"
678
692
  }
679
693
  ],
680
694
  "synonyms": "loaded, fetched, retrieved, populated",
@@ -706,7 +720,7 @@
706
720
  "payloadSchema": [
707
721
  {
708
722
  "name": "row",
709
- "type": "object"
723
+ "type": "@entity"
710
724
  }
711
725
  ],
712
726
  "synonyms": "update, persist, store, commit",
@@ -474,7 +474,7 @@
474
474
  {
475
475
  "name": "data",
476
476
  "required": true,
477
- "type": "object"
477
+ "type": "@entity"
478
478
  }
479
479
  ],
480
480
  "synonyms": "post, send, add, publish",
@@ -752,7 +752,7 @@
752
752
  {
753
753
  "name": "data",
754
754
  "required": true,
755
- "type": "object"
755
+ "type": "@entity"
756
756
  }
757
757
  ],
758
758
  "synonyms": "post, send, add, publish",
@@ -191,7 +191,7 @@
191
191
  {
192
192
  "name": "data",
193
193
  "required": true,
194
- "type": "object"
194
+ "type": "@entity"
195
195
  }
196
196
  ],
197
197
  "synonyms": "voted, submitted, confirmed",
@@ -357,7 +357,7 @@
357
357
  {
358
358
  "name": "data",
359
359
  "required": true,
360
- "type": "object"
360
+ "type": "@entity"
361
361
  }
362
362
  ],
363
363
  "synonyms": "voted, submitted, confirmed",
@@ -502,7 +502,7 @@
502
502
  "payloadSchema": [
503
503
  {
504
504
  "name": "row",
505
- "type": "object"
505
+ "type": "@entity"
506
506
  }
507
507
  ],
508
508
  "synonyms": "saved, submitted, confirmed",
@@ -569,7 +569,21 @@
569
569
  "payloadSchema": [
570
570
  {
571
571
  "name": "data",
572
- "type": "[ObjectSpec]"
572
+ "properties": [
573
+ {
574
+ "name": "id",
575
+ "type": "string"
576
+ },
577
+ {
578
+ "name": "label",
579
+ "type": "string"
580
+ },
581
+ {
582
+ "name": "value",
583
+ "type": "string"
584
+ }
585
+ ],
586
+ "type": "[object]"
573
587
  }
574
588
  ],
575
589
  "synonyms": "ready, initialized, available",
@@ -601,7 +615,7 @@
601
615
  "payloadSchema": [
602
616
  {
603
617
  "name": "row",
604
- "type": "object"
618
+ "type": "@entity"
605
619
  }
606
620
  ],
607
621
  "synonyms": "saved, submitted, confirmed",
@@ -144,9 +144,12 @@
144
144
  "style": {
145
145
  "default": {},
146
146
  "description": "style prop",
147
+ "items": {
148
+ "type": "string"
149
+ },
147
150
  "label": "Style",
148
151
  "tier": "presentation",
149
- "type": "json"
152
+ "type": "Map<string,string>"
150
153
  },
151
154
  "width": {
152
155
  "description": "width prop",
@@ -138,9 +138,12 @@
138
138
  "style": {
139
139
  "default": {},
140
140
  "description": "style prop",
141
+ "items": {
142
+ "type": "string"
143
+ },
141
144
  "label": "Style",
142
145
  "tier": "presentation",
143
- "type": "json"
146
+ "type": "Map<string,string>"
144
147
  }
145
148
  },
146
149
  "entityContract": {
@@ -129,9 +129,12 @@
129
129
  "style": {
130
130
  "default": {},
131
131
  "description": "Inline styles",
132
+ "items": {
133
+ "type": "string"
134
+ },
132
135
  "label": "Style",
133
136
  "tier": "presentation",
134
- "type": "json"
137
+ "type": "Map<string,string>"
135
138
  },
136
139
  "vertical": {
137
140
  "default": true,
@@ -190,9 +190,12 @@
190
190
  "style": {
191
191
  "default": {},
192
192
  "description": "Inline styles",
193
+ "items": {
194
+ "type": "string"
195
+ },
193
196
  "label": "Style",
194
197
  "tier": "presentation",
195
- "type": "json"
198
+ "type": "Map<string,string>"
196
199
  },
197
200
  "tabIndex": {
198
201
  "description": "Tab index for focus management",
@@ -148,9 +148,12 @@
148
148
  "style": {
149
149
  "default": {},
150
150
  "description": "Inline style",
151
+ "items": {
152
+ "type": "string"
153
+ },
151
154
  "label": "Style",
152
155
  "tier": "presentation",
153
- "type": "json"
156
+ "type": "Map<string,string>"
154
157
  }
155
158
  },
156
159
  "entityContract": {
@@ -201,9 +201,12 @@
201
201
  "style": {
202
202
  "default": {},
203
203
  "description": "Inline styles",
204
+ "items": {
205
+ "type": "string"
206
+ },
204
207
  "label": "Style",
205
208
  "tier": "presentation",
206
- "type": "json"
209
+ "type": "Map<string,string>"
207
210
  },
208
211
  "tabIndex": {
209
212
  "description": "Tab index for focus management",
@@ -182,9 +182,12 @@
182
182
  "style": {
183
183
  "default": {},
184
184
  "description": "Inline style",
185
+ "items": {
186
+ "type": "string"
187
+ },
185
188
  "label": "Style",
186
189
  "tier": "presentation",
187
- "type": "json"
190
+ "type": "Map<string,string>"
188
191
  },
189
192
  "truncate": {
190
193
  "default": false,
@@ -190,9 +190,12 @@
190
190
  "style": {
191
191
  "default": {},
192
192
  "description": "Inline styles",
193
+ "items": {
194
+ "type": "string"
195
+ },
193
196
  "label": "Style",
194
197
  "tier": "presentation",
195
- "type": "json"
198
+ "type": "Map<string,string>"
196
199
  },
197
200
  "tabIndex": {
198
201
  "description": "Tab index for focus management",
@@ -149,7 +149,7 @@
149
149
  "content": {
150
150
  "name": "content",
151
151
  "required": true,
152
- "type": "string"
152
+ "type": "node"
153
153
  },
154
154
  "defaultOpen": {
155
155
  "name": "defaultOpen",
@@ -164,7 +164,7 @@
164
164
  "header": {
165
165
  "name": "header",
166
166
  "required": false,
167
- "type": "string"
167
+ "type": "node"
168
168
  },
169
169
  "id": {
170
170
  "name": "id",
@@ -174,7 +174,7 @@
174
174
  "title": {
175
175
  "name": "title",
176
176
  "required": false,
177
- "type": "string"
177
+ "type": "node"
178
178
  }
179
179
  },
180
180
  "type": "object"
@@ -83,9 +83,12 @@
83
83
  "activeFilters": {
84
84
  "default": {},
85
85
  "description": "Active filters",
86
+ "items": {
87
+ "type": "string"
88
+ },
86
89
  "label": "Active Filters",
87
90
  "tier": "presentation",
88
- "type": "json"
91
+ "type": "Map<string,string>"
89
92
  },
90
93
  "className": {
91
94
  "description": "Additional CSS classes",
@@ -83,9 +83,12 @@
83
83
  "activeFilters": {
84
84
  "default": {},
85
85
  "description": "Active filters",
86
+ "items": {
87
+ "type": "string"
88
+ },
86
89
  "label": "Active Filters",
87
90
  "tier": "presentation",
88
- "type": "json"
91
+ "type": "Map<string,string>"
89
92
  },
90
93
  "children": {
91
94
  "description": "children prop",
@@ -195,9 +195,12 @@
195
195
  "style": {
196
196
  "default": {},
197
197
  "description": "Inline styles",
198
+ "items": {
199
+ "type": "string"
200
+ },
198
201
  "label": "Style",
199
202
  "tier": "presentation",
200
- "type": "json"
203
+ "type": "Map<string,string>"
201
204
  }
202
205
  },
203
206
  "entityContract": {
@@ -125,7 +125,7 @@
125
125
  "content": {
126
126
  "name": "content",
127
127
  "required": false,
128
- "type": "string"
128
+ "type": "node"
129
129
  },
130
130
  "disabled": {
131
131
  "name": "disabled",
@@ -294,7 +294,7 @@
294
294
  "content": {
295
295
  "name": "content",
296
296
  "required": false,
297
- "type": "string"
297
+ "type": "node"
298
298
  },
299
299
  "disabled": {
300
300
  "name": "disabled",
@@ -591,7 +591,7 @@
591
591
  "content": {
592
592
  "name": "content",
593
593
  "required": false,
594
- "type": "string"
594
+ "type": "node"
595
595
  },
596
596
  "contextMenu": {
597
597
  "items": {
@@ -83,9 +83,12 @@
83
83
  "activeFilters": {
84
84
  "default": {},
85
85
  "description": "Active filters",
86
+ "items": {
87
+ "type": "string"
88
+ },
86
89
  "label": "Active Filters",
87
90
  "tier": "presentation",
88
- "type": "json"
91
+ "type": "Map<string,string>"
89
92
  },
90
93
  "activeGate": {
91
94
  "description": "Currently active gate label, e.g. 'Gate 2: State machines'",
@@ -83,9 +83,12 @@
83
83
  "activeFilters": {
84
84
  "default": {},
85
85
  "description": "Active filters",
86
+ "items": {
87
+ "type": "string"
88
+ },
86
89
  "label": "Active Filters",
87
90
  "tier": "presentation",
88
- "type": "json"
91
+ "type": "Map<string,string>"
89
92
  },
90
93
  "cells": {
91
94
  "default": [
@@ -113,7 +116,7 @@
113
116
  "content": {
114
117
  "name": "content",
115
118
  "required": false,
116
- "type": "string"
119
+ "type": "node"
117
120
  },
118
121
  "id": {
119
122
  "name": "id",
@@ -135,9 +135,12 @@
135
135
  "activeFilters": {
136
136
  "default": {},
137
137
  "description": "Active filters",
138
+ "items": {
139
+ "type": "string"
140
+ },
138
141
  "label": "Active Filters",
139
142
  "tier": "presentation",
140
- "type": "json"
143
+ "type": "Map<string,string>"
141
144
  },
142
145
  "avatar": {
143
146
  "description": "avatar prop",
@@ -305,7 +308,7 @@
305
308
  "value": {
306
309
  "name": "value",
307
310
  "required": true,
308
- "type": "string"
311
+ "type": "node"
309
312
  }
310
313
  },
311
314
  "type": "object"
@@ -101,9 +101,12 @@
101
101
  "activeFilters": {
102
102
  "default": {},
103
103
  "description": "Active filters",
104
+ "items": {
105
+ "type": "string"
106
+ },
104
107
  "label": "Active Filters",
105
108
  "tier": "presentation",
106
- "type": "json"
109
+ "type": "Map<string,string>"
107
110
  },
108
111
  "alignItems": {
109
112
  "default": "stretch",