@almadar/std 16.9.1 → 16.9.2

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 +48 -47
  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 +57 -57
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  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 +50 -50
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  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 +1 -1
  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 +48 -47
  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 +57 -57
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  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 +50 -50
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  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 +1 -1
  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 +48 -47
  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 +57 -57
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +74 -74
  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 +50 -50
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +40 -40
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +43 -43
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +60 -60
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +44 -44
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +32 -32
  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
@@ -43,7 +43,10 @@
43
43
  {
44
44
  "name": "BrowseItemBrowse",
45
45
  "entityRebindable": true,
46
- "entityContract": {},
46
+ "entityContract": {
47
+ "requires": [],
48
+ "provides": []
49
+ },
47
50
  "category": "interaction",
48
51
  "linkedEntity": "BrowseItem",
49
52
  "emits": [
@@ -296,8 +299,8 @@
296
299
  "render-ui",
297
300
  "main",
298
301
  {
299
- "size": "sm",
300
- "type": "spinner"
302
+ "type": "spinner",
303
+ "size": "sm"
301
304
  }
302
305
  ]
303
306
  ]
@@ -324,9 +327,9 @@
324
327
  "main",
325
328
  {
326
329
  "color": "error",
330
+ "variant": "caption",
327
331
  "content": "@payload.error",
328
- "type": "typography",
329
- "variant": "caption"
332
+ "type": "typography"
330
333
  }
331
334
  ]
332
335
  ]
@@ -340,12 +343,12 @@
340
343
  "fetch",
341
344
  "BrowseItem",
342
345
  {
346
+ "limit": "@config.pageSize",
347
+ "offset": 0.0,
343
348
  "emit": {
344
349
  "success": "BrowseItemLoaded",
345
350
  "failure": "BrowseItemLoadFailed"
346
- },
347
- "offset": 0.0,
348
- "limit": "@config.pageSize"
351
+ }
349
352
  }
350
353
  ],
351
354
  [
@@ -367,6 +370,8 @@
367
370
  "fetch",
368
371
  "BrowseItem",
369
372
  {
373
+ "limit": "@config.pageSize",
374
+ "offset": 0.0,
370
375
  "filter": [
371
376
  "or",
372
377
  [
@@ -387,9 +392,7 @@
387
392
  "emit": {
388
393
  "success": "BrowseItemLoaded",
389
394
  "failure": "BrowseItemLoadFailed"
390
- },
391
- "offset": 0.0,
392
- "limit": "@config.pageSize"
395
+ }
393
396
  }
394
397
  ]
395
398
  ]
@@ -403,11 +406,6 @@
403
406
  "fetch",
404
407
  "BrowseItem",
405
408
  {
406
- "emit": {
407
- "success": "BrowseItemLoaded",
408
- "failure": "BrowseItemLoadFailed"
409
- },
410
- "offset": 0.0,
411
409
  "limit": "@config.pageSize",
412
410
  "filter": [
413
411
  "or",
@@ -425,7 +423,12 @@
425
423
  ],
426
424
  "@payload.value"
427
425
  ]
428
- ]
426
+ ],
427
+ "emit": {
428
+ "success": "BrowseItemLoaded",
429
+ "failure": "BrowseItemLoadFailed"
430
+ },
431
+ "offset": 0.0
429
432
  }
430
433
  ]
431
434
  ]
@@ -439,6 +442,7 @@
439
442
  "fetch",
440
443
  "BrowseItem",
441
444
  {
445
+ "limit": "@config.pageSize",
442
446
  "offset": [
443
447
  "*",
444
448
  [
@@ -448,10 +452,9 @@
448
452
  ],
449
453
  "@config.pageSize"
450
454
  ],
451
- "limit": "@config.pageSize",
452
455
  "emit": {
453
- "failure": "BrowseItemLoadFailed",
454
- "success": "BrowseItemLoaded"
456
+ "success": "BrowseItemLoaded",
457
+ "failure": "BrowseItemLoadFailed"
455
458
  }
456
459
  }
457
460
  ]
@@ -478,11 +481,11 @@
478
481
  "fetch",
479
482
  "BrowseItem",
480
483
  {
481
- "offset": 0.0,
482
484
  "limit": "@config.pageSize",
485
+ "offset": 0.0,
483
486
  "emit": {
484
- "success": "BrowseItemLoaded",
485
- "failure": "BrowseItemLoadFailed"
487
+ "failure": "BrowseItemLoadFailed",
488
+ "success": "BrowseItemLoaded"
486
489
  }
487
490
  }
488
491
  ],
@@ -490,8 +493,8 @@
490
493
  "render-ui",
491
494
  "main",
492
495
  {
493
- "size": "sm",
494
- "type": "spinner"
496
+ "type": "spinner",
497
+ "size": "sm"
495
498
  }
496
499
  ]
497
500
  ]
@@ -499,6 +502,76 @@
499
502
  ]
500
503
  },
501
504
  "config": {
505
+ "fields": {
506
+ "type": "[FieldSpec]",
507
+ "default": [
508
+ {
509
+ "variant": "h4",
510
+ "name": "name",
511
+ "label": "Name"
512
+ },
513
+ {
514
+ "variant": "caption",
515
+ "label": "Description",
516
+ "name": "description"
517
+ },
518
+ {
519
+ "label": "Status",
520
+ "variant": "badge",
521
+ "name": "status"
522
+ }
523
+ ],
524
+ "label": "Columns to show",
525
+ "description": "Each column maps to one field on the BrowseItem entity",
526
+ "tier": "presentation",
527
+ "items": {
528
+ "type": "object",
529
+ "properties": {
530
+ "icon": {
531
+ "name": "icon",
532
+ "type": "string",
533
+ "required": false
534
+ },
535
+ "format": {
536
+ "name": "format",
537
+ "type": "string",
538
+ "required": false
539
+ },
540
+ "key": {
541
+ "name": "key",
542
+ "type": "string",
543
+ "required": false
544
+ },
545
+ "label": {
546
+ "name": "label",
547
+ "type": "string",
548
+ "required": false
549
+ },
550
+ "header": {
551
+ "name": "header",
552
+ "type": "string",
553
+ "required": false
554
+ },
555
+ "name": {
556
+ "name": "name",
557
+ "type": "string",
558
+ "required": true
559
+ },
560
+ "variant": {
561
+ "name": "variant",
562
+ "type": "string",
563
+ "required": false
564
+ }
565
+ }
566
+ }
567
+ },
568
+ "imageField": {
569
+ "type": "string",
570
+ "default": "",
571
+ "label": "Image field",
572
+ "description": "Entity field that holds the row thumbnail URL",
573
+ "tier": "presentation"
574
+ },
502
575
  "gap": {
503
576
  "type": "string",
504
577
  "default": "md",
@@ -506,42 +579,35 @@
506
579
  "description": "Gap size between rows (sm, md, lg)",
507
580
  "tier": "presentation"
508
581
  },
509
- "pageSize": {
582
+ "displayPageSize": {
510
583
  "type": "number",
511
584
  "default": 10.0,
512
- "label": "Page size (fetch)",
513
- "description": "Rows fetched from the server per page",
585
+ "label": "Page size (display)",
586
+ "description": "Rows shown per visible page before pagination",
514
587
  "tier": "presentation"
515
588
  },
516
589
  "bodyContent": {
517
590
  "type": "render-ui",
518
591
  "default": {
519
- "type": "stack",
520
592
  "direction": "vertical",
521
593
  "children": [
522
594
  {
523
- "type": "data-grid",
524
595
  "fields": "@config.fields",
525
- "imageField": "@config.imageField",
526
- "entity": "@payload.data",
527
- "itemActions": "@config.itemActions",
528
596
  "cols": "@config.cols",
529
597
  "pageSize": "@config.displayPageSize",
530
- "gap": "@config.gap"
598
+ "gap": "@config.gap",
599
+ "imageField": "@config.imageField",
600
+ "itemActions": "@config.itemActions",
601
+ "entity": "@payload.data",
602
+ "type": "data-grid"
531
603
  }
532
- ]
604
+ ],
605
+ "type": "stack"
533
606
  },
534
607
  "label": "Body content tree",
535
608
  "description": "Render-ui SExpr rendered after rows load. Default is the canonical data-grid call wrapped in a stack. Layer 3 variants override this with their own tree (composing data-list/data-grid/entity-table + custom renderItem lambdas + filter-group, kbd, card, etc.) to deliver entirely different browse UX while inheriting the same trait, state machine, emits, and listens.",
536
609
  "tier": "internal"
537
610
  },
538
- "viewPattern": {
539
- "type": "pattern",
540
- "default": "data-grid",
541
- "label": "Render pattern",
542
- "description": "UI pattern used to render the collection. Used by the default bodyContent tree; Layer 3 variants override bodyContent directly instead and may ignore this knob.",
543
- "tier": "internal"
544
- },
545
611
  "itemActions": {
546
612
  "type": "[ItemAction]",
547
613
  "default": [],
@@ -551,11 +617,6 @@
551
617
  "items": {
552
618
  "type": "object",
553
619
  "properties": {
554
- "variant": {
555
- "name": "variant",
556
- "type": "string",
557
- "required": false
558
- },
559
620
  "event": {
560
621
  "name": "event",
561
622
  "type": "string",
@@ -570,80 +631,15 @@
570
631
  "name": "label",
571
632
  "type": "string",
572
633
  "required": true
573
- }
574
- }
575
- }
576
- },
577
- "fields": {
578
- "type": "[FieldSpec]",
579
- "default": [
580
- {
581
- "variant": "h4",
582
- "name": "name",
583
- "label": "Name"
584
- },
585
- {
586
- "variant": "caption",
587
- "name": "description",
588
- "label": "Description"
589
- },
590
- {
591
- "name": "status",
592
- "label": "Status",
593
- "variant": "badge"
594
- }
595
- ],
596
- "label": "Columns to show",
597
- "description": "Each column maps to one field on the BrowseItem entity",
598
- "tier": "presentation",
599
- "items": {
600
- "type": "object",
601
- "properties": {
602
- "label": {
603
- "name": "label",
604
- "type": "string",
605
- "required": false
606
- },
607
- "name": {
608
- "name": "name",
609
- "type": "string",
610
- "required": true
611
634
  },
612
635
  "variant": {
613
636
  "name": "variant",
614
637
  "type": "string",
615
638
  "required": false
616
- },
617
- "icon": {
618
- "name": "icon",
619
- "type": "string",
620
- "required": false
621
- },
622
- "format": {
623
- "name": "format",
624
- "type": "string",
625
- "required": false
626
- },
627
- "header": {
628
- "name": "header",
629
- "type": "string",
630
- "required": false
631
- },
632
- "key": {
633
- "name": "key",
634
- "type": "string",
635
- "required": false
636
639
  }
637
640
  }
638
641
  }
639
642
  },
640
- "imageField": {
641
- "type": "string",
642
- "default": "",
643
- "label": "Image field",
644
- "description": "Entity field that holds the row thumbnail URL",
645
- "tier": "presentation"
646
- },
647
643
  "cols": {
648
644
  "type": "number",
649
645
  "default": 1.0,
@@ -651,12 +647,19 @@
651
647
  "description": "Number of columns in the responsive grid layout",
652
648
  "tier": "presentation"
653
649
  },
654
- "displayPageSize": {
650
+ "pageSize": {
655
651
  "type": "number",
656
652
  "default": 10.0,
657
- "label": "Page size (display)",
658
- "description": "Rows shown per visible page before pagination",
653
+ "label": "Page size (fetch)",
654
+ "description": "Rows fetched from the server per page",
659
655
  "tier": "presentation"
656
+ },
657
+ "viewPattern": {
658
+ "type": "pattern",
659
+ "default": "data-grid",
660
+ "label": "Render pattern",
661
+ "description": "UI pattern used to render the collection. Used by the default bodyContent tree; Layer 3 variants override bodyContent directly instead and may ignore this knob.",
662
+ "tier": "internal"
660
663
  }
661
664
  },
662
665
  "scope": "collection"