@almadar/std 16.9.1 → 16.10.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 (252) hide show
  1. package/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  2. package/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  3. package/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  4. package/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  5. package/behaviors/registry/core/atoms/std-board.orb +289 -288
  6. package/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  7. package/behaviors/registry/core/atoms/std-browse.orb +118 -115
  8. package/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  9. package/behaviors/registry/core/atoms/std-calendar.orb +119 -60
  10. package/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  11. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  12. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  13. package/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  14. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  15. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  16. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  17. package/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  18. package/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  19. package/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  20. package/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  21. package/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  22. package/behaviors/registry/core/atoms/std-export.orb +63 -63
  23. package/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  24. package/behaviors/registry/core/atoms/std-filter.orb +36 -36
  25. package/behaviors/registry/core/atoms/std-flag.orb +92 -92
  26. package/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  27. package/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  28. package/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  29. package/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  30. package/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  31. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  32. package/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  33. package/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  34. package/behaviors/registry/core/atoms/std-modal.orb +39 -36
  35. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  36. package/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  37. package/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  38. package/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  39. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  40. package/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  41. package/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  42. package/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  43. package/behaviors/registry/core/atoms/std-related.orb +34 -31
  44. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  45. package/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  46. package/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  47. package/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  48. package/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  49. package/behaviors/registry/core/atoms/std-search.orb +11 -11
  50. package/behaviors/registry/core/atoms/std-selection.orb +103 -100
  51. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  52. package/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  53. package/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  54. package/behaviors/registry/core/atoms/std-stats.orb +326 -325
  55. package/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  56. package/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  57. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  58. package/behaviors/registry/core/atoms/std-thread.orb +64 -63
  59. package/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  60. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  61. package/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  62. package/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  63. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  64. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  66. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  67. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  73. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  74. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  75. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  76. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  77. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  78. package/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  79. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  80. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  81. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  82. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  83. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  84. package/dist/behaviors/behaviors-registry.json +3 -3
  85. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  86. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  87. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  88. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  89. package/dist/behaviors/registry/core/atoms/std-board.orb +289 -288
  90. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  91. package/dist/behaviors/registry/core/atoms/std-browse.orb +118 -115
  92. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  93. package/dist/behaviors/registry/core/atoms/std-calendar.orb +119 -60
  94. package/dist/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  95. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  96. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  97. package/dist/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  98. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  99. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  100. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  101. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  102. package/dist/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  103. package/dist/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  104. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  105. package/dist/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  106. package/dist/behaviors/registry/core/atoms/std-export.orb +63 -63
  107. package/dist/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  108. package/dist/behaviors/registry/core/atoms/std-filter.orb +36 -36
  109. package/dist/behaviors/registry/core/atoms/std-flag.orb +92 -92
  110. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  111. package/dist/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  112. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  113. package/dist/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  114. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  115. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  116. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  117. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  118. package/dist/behaviors/registry/core/atoms/std-modal.orb +39 -36
  119. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  120. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  121. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  122. package/dist/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  123. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  124. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  125. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  126. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  127. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -31
  128. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  129. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  130. package/dist/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  131. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  132. package/dist/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  133. package/dist/behaviors/registry/core/atoms/std-search.orb +11 -11
  134. package/dist/behaviors/registry/core/atoms/std-selection.orb +103 -100
  135. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  136. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  137. package/dist/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  138. package/dist/behaviors/registry/core/atoms/std-stats.orb +326 -325
  139. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  140. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  141. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  142. package/dist/behaviors/registry/core/atoms/std-thread.orb +64 -63
  143. package/dist/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  144. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  145. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  146. package/dist/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  147. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  148. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  150. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  151. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  157. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  158. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  159. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  160. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  161. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  162. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  163. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  164. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  165. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  166. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  167. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  168. package/dist/behaviors-registry.json +3 -3
  169. package/dist/registry/core/atoms/std-app-layout.orb +81 -78
  170. package/dist/registry/core/atoms/std-approval-gate.orb +84 -83
  171. package/dist/registry/core/atoms/std-audit-capture.orb +16 -15
  172. package/dist/registry/core/atoms/std-billable-hour.orb +125 -125
  173. package/dist/registry/core/atoms/std-board.orb +289 -288
  174. package/dist/registry/core/atoms/std-branching-logic.orb +118 -118
  175. package/dist/registry/core/atoms/std-browse.orb +118 -115
  176. package/dist/registry/core/atoms/std-cache-aside.orb +120 -120
  177. package/dist/registry/core/atoms/std-calendar.orb +119 -60
  178. package/dist/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  179. package/dist/registry/core/atoms/std-circuit-breaker.orb +210 -210
  180. package/dist/registry/core/atoms/std-confirmation.orb +33 -32
  181. package/dist/registry/core/atoms/std-cross-reference.orb +19 -19
  182. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  183. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  184. package/dist/registry/core/atoms/std-dashboard-summary.orb +84 -84
  185. package/dist/registry/core/atoms/std-data-erasure.orb +71 -71
  186. package/dist/registry/core/atoms/std-date-range.orb +24 -24
  187. package/dist/registry/core/atoms/std-drawer.orb +12 -9
  188. package/dist/registry/core/atoms/std-esign-request.orb +32 -32
  189. package/dist/registry/core/atoms/std-event-log.orb +170 -170
  190. package/dist/registry/core/atoms/std-export.orb +63 -63
  191. package/dist/registry/core/atoms/std-file-store.orb +157 -157
  192. package/dist/registry/core/atoms/std-filter.orb +36 -36
  193. package/dist/registry/core/atoms/std-flag.orb +92 -92
  194. package/dist/registry/core/atoms/std-form-advanced.orb +66 -66
  195. package/dist/registry/core/atoms/std-gallery.orb +30 -29
  196. package/dist/registry/core/atoms/std-geosearch.orb +27 -27
  197. package/dist/registry/core/atoms/std-graphs.orb +180 -180
  198. package/dist/registry/core/atoms/std-hero-banner.orb +22 -22
  199. package/dist/registry/core/atoms/std-image-upload-multi.orb +63 -63
  200. package/dist/registry/core/atoms/std-lifecycle.orb +28 -28
  201. package/dist/registry/core/atoms/std-mod-queue.orb +53 -53
  202. package/dist/registry/core/atoms/std-modal.orb +39 -36
  203. package/dist/registry/core/atoms/std-multi-party-flow.orb +598 -597
  204. package/dist/registry/core/atoms/std-notify-on-event.orb +37 -31
  205. package/dist/registry/core/atoms/std-page-tree.orb +132 -132
  206. package/dist/registry/core/atoms/std-pagination.orb +11 -11
  207. package/dist/registry/core/atoms/std-push.orb +43 -43
  208. package/dist/registry/core/atoms/std-rate-limiter.orb +216 -216
  209. package/dist/registry/core/atoms/std-rating-review.orb +647 -647
  210. package/dist/registry/core/atoms/std-recurrence.orb +169 -169
  211. package/dist/registry/core/atoms/std-related.orb +34 -31
  212. package/dist/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  213. package/dist/registry/core/atoms/std-rich-editor.orb +113 -113
  214. package/dist/registry/core/atoms/std-row-access-control.orb +21 -20
  215. package/dist/registry/core/atoms/std-saved-search.orb +89 -89
  216. package/dist/registry/core/atoms/std-scatter.orb +85 -85
  217. package/dist/registry/core/atoms/std-search.orb +11 -11
  218. package/dist/registry/core/atoms/std-selection.orb +103 -100
  219. package/dist/registry/core/atoms/std-sidebar-meta.orb +77 -77
  220. package/dist/registry/core/atoms/std-signature-capture.orb +85 -85
  221. package/dist/registry/core/atoms/std-stack-layout.orb +17 -17
  222. package/dist/registry/core/atoms/std-stats.orb +326 -325
  223. package/dist/registry/core/atoms/std-step-flow.orb +150 -149
  224. package/dist/registry/core/atoms/std-tabs.orb +47 -46
  225. package/dist/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  226. package/dist/registry/core/atoms/std-thread.orb +64 -63
  227. package/dist/registry/core/atoms/std-version-history.orb +155 -155
  228. package/dist/registry/core/atoms/std-vote.orb +39 -39
  229. package/dist/registry/core/atoms/std-wizard-form.orb +177 -177
  230. package/dist/registry/core/atoms/std-wizard.orb +183 -183
  231. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  232. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  234. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  235. package/dist/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  241. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  242. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  243. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  244. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  245. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  246. package/dist/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  247. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  248. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  249. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  250. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  251. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  252. package/package.json +1 -1
@@ -20,7 +20,10 @@
20
20
  {
21
21
  "name": "AppLayout",
22
22
  "entityRebindable": true,
23
- "entityContract": {},
23
+ "entityContract": {
24
+ "requires": [],
25
+ "provides": []
26
+ },
24
27
  "category": "interaction",
25
28
  "linkedEntity": "AppLayoutData",
26
29
  "emits": [
@@ -134,25 +137,25 @@
134
137
  "render-ui",
135
138
  "main",
136
139
  {
137
- "topBarActions": "@config.topBarActions",
140
+ "searchEvent": "@config.searchEvent",
141
+ "type": "@config.layoutPattern",
142
+ "appName": "@config.appName",
138
143
  "layoutMode": "@config.layoutMode",
139
144
  "notificationClickEvent": "@config.notificationClickEvent",
145
+ "navItems": "@config.navItems",
140
146
  "children": [
141
147
  {
148
+ "direction": "vertical",
149
+ "gap": "lg",
142
150
  "children": [
143
151
  "@config.contentTrait"
144
152
  ],
145
- "type": "stack",
146
- "gap": "lg",
147
153
  "className": "max-w-5xl mx-auto w-full",
148
- "direction": "vertical"
154
+ "type": "stack"
149
155
  }
150
156
  ],
151
- "navItems": "@config.navItems",
152
- "appName": "@config.appName",
153
- "notifications": "@config.notifications",
154
- "type": "@config.layoutPattern",
155
- "searchEvent": "@config.searchEvent"
157
+ "topBarActions": "@config.topBarActions",
158
+ "notifications": "@config.notifications"
156
159
  }
157
160
  ]
158
161
  ]
@@ -180,38 +183,17 @@
180
183
  ]
181
184
  },
182
185
  "config": {
183
- "notifications": {
184
- "type": "[NotificationSpec]",
185
- "default": [],
186
- "label": "Notifications",
187
- "description": "Items shown in the notifications dropdown",
188
- "tier": "presentation",
189
- "items": {
190
- "type": "object",
191
- "properties": {
192
- "id": {
193
- "name": "id",
194
- "type": "string",
195
- "required": false
196
- },
197
- "message": {
198
- "name": "message",
199
- "type": "string",
200
- "required": false
201
- },
202
- "variant": {
203
- "name": "variant",
204
- "type": "string",
205
- "required": false
206
- }
207
- }
208
- }
186
+ "contentTrait": {
187
+ "type": "trait",
188
+ "label": "Content trait",
189
+ "description": "Trait rendered inside the app layout content area",
190
+ "tier": "internal"
209
191
  },
210
- "detailSlot": {
211
- "type": "slot",
212
- "default": "modal",
213
- "label": "Detail slot",
214
- "description": "Slot where detail/edit views render",
192
+ "layoutPattern": {
193
+ "type": "pattern",
194
+ "default": "dashboard-layout",
195
+ "label": "Layout pattern",
196
+ "description": "UI pattern used to render the application chrome",
215
197
  "tier": "internal"
216
198
  },
217
199
  "notificationClickEvent": {
@@ -228,6 +210,13 @@
228
210
  "description": "Product name shown in the chrome header",
229
211
  "tier": "presentation"
230
212
  },
213
+ "detailSlot": {
214
+ "type": "slot",
215
+ "default": "modal",
216
+ "label": "Detail slot",
217
+ "description": "Slot where detail/edit views render",
218
+ "tier": "internal"
219
+ },
231
220
  "navItems": {
232
221
  "type": "[NavItem]",
233
222
  "default": [],
@@ -237,29 +226,36 @@
237
226
  "items": {
238
227
  "type": "object",
239
228
  "properties": {
240
- "icon": {
241
- "name": "icon",
229
+ "label": {
230
+ "name": "label",
242
231
  "type": "string",
243
- "required": false
232
+ "required": true
244
233
  },
245
234
  "href": {
246
235
  "name": "href",
247
236
  "type": "string",
248
237
  "required": true
249
238
  },
250
- "label": {
251
- "name": "label",
252
- "type": "string",
253
- "required": true
254
- },
255
239
  "badge": {
256
240
  "name": "badge",
257
241
  "type": "string",
258
242
  "required": false
243
+ },
244
+ "icon": {
245
+ "name": "icon",
246
+ "type": "string",
247
+ "required": false
259
248
  }
260
249
  }
261
250
  }
262
251
  },
252
+ "searchEvent": {
253
+ "type": "string",
254
+ "default": "SEARCH",
255
+ "label": "Search event",
256
+ "description": "Event emitted when the user runs a global search",
257
+ "tier": "internal"
258
+ },
263
259
  "topBarActions": {
264
260
  "type": "[ItemAction]",
265
261
  "default": [],
@@ -269,6 +265,16 @@
269
265
  "items": {
270
266
  "type": "object",
271
267
  "properties": {
268
+ "variant": {
269
+ "name": "variant",
270
+ "type": "string",
271
+ "required": false
272
+ },
273
+ "icon": {
274
+ "name": "icon",
275
+ "type": "string",
276
+ "required": false
277
+ },
272
278
  "event": {
273
279
  "name": "event",
274
280
  "type": "string",
@@ -278,33 +284,10 @@
278
284
  "name": "label",
279
285
  "type": "string",
280
286
  "required": true
281
- },
282
- "icon": {
283
- "name": "icon",
284
- "type": "string",
285
- "required": false
286
- },
287
- "variant": {
288
- "name": "variant",
289
- "type": "string",
290
- "required": false
291
287
  }
292
288
  }
293
289
  }
294
290
  },
295
- "contentTrait": {
296
- "type": "trait",
297
- "label": "Content trait",
298
- "description": "Trait rendered inside the app layout content area",
299
- "tier": "internal"
300
- },
301
- "layoutPattern": {
302
- "type": "pattern",
303
- "default": "dashboard-layout",
304
- "label": "Layout pattern",
305
- "description": "UI pattern used to render the application chrome",
306
- "tier": "internal"
307
- },
308
291
  "layoutMode": {
309
292
  "type": "string",
310
293
  "default": "sidebar",
@@ -318,12 +301,32 @@
318
301
  "minimal"
319
302
  ]
320
303
  },
321
- "searchEvent": {
322
- "type": "string",
323
- "default": "SEARCH",
324
- "label": "Search event",
325
- "description": "Event emitted when the user runs a global search",
326
- "tier": "internal"
304
+ "notifications": {
305
+ "type": "[NotificationSpec]",
306
+ "default": [],
307
+ "label": "Notifications",
308
+ "description": "Items shown in the notifications dropdown",
309
+ "tier": "presentation",
310
+ "items": {
311
+ "type": "object",
312
+ "properties": {
313
+ "message": {
314
+ "name": "message",
315
+ "type": "string",
316
+ "required": false
317
+ },
318
+ "id": {
319
+ "name": "id",
320
+ "type": "string",
321
+ "required": false
322
+ },
323
+ "variant": {
324
+ "name": "variant",
325
+ "type": "string",
326
+ "required": false
327
+ }
328
+ }
329
+ }
327
330
  }
328
331
  },
329
332
  "scope": "instance"
@@ -63,6 +63,7 @@
63
63
  "name": "ApprovalGateReview",
64
64
  "entityRebindable": true,
65
65
  "entityContract": {
66
+ "requires": [],
66
67
  "provides": [
67
68
  "reviewer",
68
69
  "status"
@@ -383,8 +384,8 @@
383
384
  "ApprovalRequest",
384
385
  {
385
386
  "emit": {
386
- "failure": "ApprovalRequestLoadFailed",
387
- "success": "ApprovalRequestLoaded"
387
+ "success": "ApprovalRequestLoaded",
388
+ "failure": "ApprovalRequestLoadFailed"
388
389
  }
389
390
  }
390
391
  ],
@@ -392,22 +393,22 @@
392
393
  "render-ui",
393
394
  "main",
394
395
  {
396
+ "gap": "md",
395
397
  "type": "stack",
398
+ "className": "py-12",
396
399
  "children": [
397
400
  {
398
401
  "type": "spinner"
399
402
  },
400
403
  {
401
- "content": "Loading approval queue…",
404
+ "type": "typography",
402
405
  "variant": "caption",
403
406
  "color": "muted",
404
- "type": "typography"
407
+ "content": "Loading approval queue…"
405
408
  }
406
409
  ],
407
- "direction": "vertical",
408
- "gap": "md",
409
410
  "align": "center",
410
- "className": "py-12"
411
+ "direction": "vertical"
411
412
  }
412
413
  ]
413
414
  ]
@@ -421,69 +422,69 @@
421
422
  "render-ui",
422
423
  "main",
423
424
  {
425
+ "gap": "md",
426
+ "type": "stack",
427
+ "direction": "vertical",
424
428
  "children": [
425
429
  {
426
- "align": "center",
427
- "type": "stack",
428
- "gap": "sm",
429
430
  "direction": "horizontal",
430
431
  "children": [
431
432
  {
432
- "name": "shield-check",
433
- "type": "icon"
433
+ "type": "icon",
434
+ "name": "shield-check"
434
435
  },
435
436
  {
437
+ "variant": "h3",
436
438
  "type": "typography",
437
- "content": "Approval queue",
438
- "variant": "h3"
439
+ "content": "Approval queue"
439
440
  }
440
- ]
441
+ ],
442
+ "gap": "sm",
443
+ "align": "center",
444
+ "type": "stack"
441
445
  },
442
446
  {
443
447
  "type": "divider"
444
448
  },
445
449
  {
446
- "fields": [
447
- {
448
- "label": "Action",
449
- "name": "gatedEvent",
450
- "variant": "badge"
451
- },
452
- {
453
- "name": "requestedAt",
454
- "label": "Requested",
455
- "variant": "caption"
456
- },
457
- {
458
- "variant": "badge",
459
- "name": "status",
460
- "label": "Status"
461
- }
462
- ],
463
- "cols": 1.0,
464
- "gap": "sm",
465
450
  "itemActions": [
466
451
  {
467
452
  "label": "Approve",
468
- "event": "APPROVE",
469
453
  "icon": "check",
454
+ "event": "APPROVE",
470
455
  "variant": "primary"
471
456
  },
472
457
  {
458
+ "variant": "danger",
473
459
  "icon": "x",
474
460
  "label": "Deny",
475
- "variant": "danger",
476
461
  "event": "DENY"
477
462
  }
478
463
  ],
479
464
  "entity": "@payload.data",
465
+ "look": "@config.tableLook",
480
466
  "type": "data-grid",
481
- "look": "@config.tableLook"
467
+ "cols": 1.0,
468
+ "fields": [
469
+ {
470
+ "variant": "badge",
471
+ "name": "gatedEvent",
472
+ "label": "Action"
473
+ },
474
+ {
475
+ "label": "Requested",
476
+ "name": "requestedAt",
477
+ "variant": "caption"
478
+ },
479
+ {
480
+ "label": "Status",
481
+ "variant": "badge",
482
+ "name": "status"
483
+ }
484
+ ],
485
+ "gap": "sm"
482
486
  }
483
- ],
484
- "gap": "md",
485
- "type": "stack",
486
- "direction": "vertical"
487
+ ]
487
488
  }
488
489
  ]
489
490
  ]
@@ -497,8 +498,8 @@
497
498
  "render-ui",
498
499
  "main",
499
500
  {
500
- "variant": "error",
501
501
  "type": "alert",
502
+ "variant": "error",
502
503
  "message": "@payload.error"
503
504
  }
504
505
  ]
@@ -572,8 +573,8 @@
572
573
  "@entity",
573
574
  {
574
575
  "emit": {
575
- "success": "ApprovalRequestReviewed",
576
- "failure": "ApprovalRequestReviewFailed"
576
+ "failure": "ApprovalRequestReviewFailed",
577
+ "success": "ApprovalRequestReviewed"
577
578
  }
578
579
  }
579
580
  ],
@@ -612,9 +613,9 @@
612
613
  "render-ui",
613
614
  "main",
614
615
  {
615
- "variant": "error",
616
616
  "type": "alert",
617
- "message": "@payload.error"
617
+ "message": "@payload.error",
618
+ "variant": "error"
618
619
  }
619
620
  ]
620
621
  ]
@@ -647,12 +648,15 @@
647
648
  ]
648
649
  },
649
650
  "config": {
650
- "threshold": {
651
- "type": "number",
652
- "default": 0.0,
653
- "label": "Auto-approve threshold",
654
- "description": "Below this value, requests should be auto-approved. v1.0 declarative only; wiring lands in v1.1 (gap).",
655
- "tier": "domain"
651
+ "escalationRoles": {
652
+ "type": "[string]",
653
+ "default": [],
654
+ "label": "Escalation roles",
655
+ "description": "Roles notified when a request escalates (compose sibling std-notify-on-event).",
656
+ "tier": "domain",
657
+ "items": {
658
+ "type": "string"
659
+ }
656
660
  },
657
661
  "approverRoles": {
658
662
  "type": "[string]",
@@ -664,6 +668,21 @@
664
668
  "type": "string"
665
669
  }
666
670
  },
671
+ "threshold": {
672
+ "type": "number",
673
+ "default": 0.0,
674
+ "label": "Auto-approve threshold",
675
+ "description": "Below this value, requests should be auto-approved. v1.0 declarative only; wiring lands in v1.1 (gap).",
676
+ "tier": "domain"
677
+ },
678
+ "enabled": {
679
+ "type": "boolean",
680
+ "default": false,
681
+ "label": "Enabled",
682
+ "description": "Whether the approval gate is active for the host orbital. Off by default; turn on to require sign-off.",
683
+ "synonyms": "enable, turn on, enforce, require, activate, apply, switch on, approval, needs approval, sign-off, signed off, review before, gatekeeper, editor approval, publishing approval, draft approval, content review, requires approval, manager approval, supervisor approval, admin approval, before going live",
684
+ "tier": "domain"
685
+ },
667
686
  "autoApproveBelowThreshold": {
668
687
  "type": "boolean",
669
688
  "default": true,
@@ -671,15 +690,19 @@
671
690
  "description": "Skip the review queue when the gated event's value is below the threshold. v1.0 declarative only.",
672
691
  "tier": "domain"
673
692
  },
674
- "escalationRoles": {
675
- "type": "[string]",
676
- "default": [],
677
- "label": "Escalation roles",
678
- "description": "Roles notified when a request escalates (compose sibling std-notify-on-event).",
679
- "tier": "domain",
680
- "items": {
681
- "type": "string"
682
- }
693
+ "valueField": {
694
+ "type": "string",
695
+ "default": "",
696
+ "label": "Value field",
697
+ "description": "Payload field name to compare against threshold (e.g. 'amount' on a RefundRequested event). v1.0 declarative only.",
698
+ "tier": "domain"
699
+ },
700
+ "escalationHours": {
701
+ "type": "number",
702
+ "default": 0.0,
703
+ "label": "Escalation hours",
704
+ "description": "Hours a request can sit pending before escalating. v1.0 declarative only; per-row escalation needs loop-with-emit primitive (gap).",
705
+ "tier": "domain"
683
706
  },
684
707
  "tableLook": {
685
708
  "type": "string",
@@ -694,28 +717,6 @@
694
717
  "borderless",
695
718
  "card-rows"
696
719
  ]
697
- },
698
- "enabled": {
699
- "type": "boolean",
700
- "default": false,
701
- "label": "Enabled",
702
- "description": "Whether the approval gate is active for the host orbital. Off by default; turn on to require sign-off.",
703
- "synonyms": "enable, turn on, enforce, require, activate, apply, switch on, approval, needs approval, sign-off, signed off, review before, gatekeeper, editor approval, publishing approval, draft approval, content review, requires approval, manager approval, supervisor approval, admin approval, before going live",
704
- "tier": "domain"
705
- },
706
- "escalationHours": {
707
- "type": "number",
708
- "default": 0.0,
709
- "label": "Escalation hours",
710
- "description": "Hours a request can sit pending before escalating. v1.0 declarative only; per-row escalation needs loop-with-emit primitive (gap).",
711
- "tier": "domain"
712
- },
713
- "valueField": {
714
- "type": "string",
715
- "default": "",
716
- "label": "Value field",
717
- "description": "Payload field name to compare against threshold (e.g. 'amount' on a RefundRequested event). v1.0 declarative only.",
718
- "tier": "domain"
719
720
  }
720
721
  },
721
722
  "scope": "collection"
@@ -57,6 +57,7 @@
57
57
  "name": "AuditCaptureListener",
58
58
  "entityRebindable": true,
59
59
  "entityContract": {
60
+ "requires": [],
60
61
  "provides": [
61
62
  "action",
62
63
  "actor",
@@ -248,13 +249,13 @@
248
249
  "create",
249
250
  "AuditEntry",
250
251
  {
251
- "before": "@entity.before",
252
+ "entityType": "@config.captureEntity",
253
+ "actor": "@user.id",
254
+ "entityId": "@entity.entityId",
252
255
  "after": "@entity.after",
253
256
  "action": "@entity.action",
254
- "entityId": "@entity.entityId",
255
- "recordedAt": 0.0,
256
- "actor": "@user.id",
257
- "entityType": "@config.captureEntity"
257
+ "before": "@entity.before",
258
+ "recordedAt": 0.0
258
259
  }
259
260
  ],
260
261
  [
@@ -262,10 +263,10 @@
262
263
  "AuditRecorded",
263
264
  {
264
265
  "recordedAt": 0.0,
266
+ "entityId": "@entity.entityId",
265
267
  "actor": "@user.id",
266
268
  "entityType": "@config.captureEntity",
267
- "action": "@entity.action",
268
- "entityId": "@entity.entityId"
269
+ "action": "@entity.action"
269
270
  }
270
271
  ]
271
272
  ]
@@ -275,14 +276,6 @@
275
276
  ]
276
277
  },
277
278
  "config": {
278
- "enabled": {
279
- "type": "boolean",
280
- "default": false,
281
- "label": "Enabled",
282
- "description": "Whether the audit trail is active for the host orbital. Off by default; turn on to record mutations.",
283
- "synonyms": "enable, turn on, enforce, require, activate, apply, switch on, audit, audit trail, log changes, track changes, who edited what, mutation log, change history, edit history, modification log, accountability log, record changes, log every edit, compliance log",
284
- "tier": "domain"
285
- },
286
279
  "captureEntity": {
287
280
  "type": "string",
288
281
  "default": "",
@@ -307,6 +300,14 @@
307
300
  "type": "string"
308
301
  }
309
302
  },
303
+ "enabled": {
304
+ "type": "boolean",
305
+ "default": false,
306
+ "label": "Enabled",
307
+ "description": "Whether the audit trail is active for the host orbital. Off by default; turn on to record mutations.",
308
+ "synonyms": "enable, turn on, enforce, require, activate, apply, switch on, audit, audit trail, log changes, track changes, who edited what, mutation log, change history, edit history, modification log, accountability log, record changes, log every edit, compliance log",
309
+ "tier": "domain"
310
+ },
310
311
  "excludeFields": {
311
312
  "type": "[string]",
312
313
  "default": [],