@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
@@ -21,16 +21,6 @@
21
21
  "items": {
22
22
  "type": "object",
23
23
  "properties": {
24
- "label": {
25
- "name": "label",
26
- "type": "string",
27
- "required": true
28
- },
29
- "icon": {
30
- "name": "icon",
31
- "type": "string",
32
- "required": false
33
- },
34
24
  "value": {
35
25
  "name": "value",
36
26
  "type": "string",
@@ -40,6 +30,16 @@
40
30
  "name": "id",
41
31
  "type": "string",
42
32
  "required": false
33
+ },
34
+ "icon": {
35
+ "name": "icon",
36
+ "type": "string",
37
+ "required": false
38
+ },
39
+ "label": {
40
+ "name": "label",
41
+ "type": "string",
42
+ "required": true
43
43
  }
44
44
  }
45
45
  }
@@ -66,6 +66,7 @@
66
66
  "name": "RowAccessGate",
67
67
  "entityRebindable": true,
68
68
  "entityContract": {
69
+ "requires": [],
69
70
  "provides": [
70
71
  "accessDenied",
71
72
  "filteredData",
@@ -228,16 +229,6 @@
228
229
  ]
229
230
  },
230
231
  "config": {
231
- "visibleRoles": {
232
- "type": "[string]",
233
- "default": [],
234
- "label": "Allowed roles",
235
- "description": "Roles permitted to see any row (empty = no role gate)",
236
- "tier": "domain",
237
- "items": {
238
- "type": "string"
239
- }
240
- },
241
232
  "ownerField": {
242
233
  "type": "string",
243
234
  "default": "",
@@ -252,6 +243,16 @@
252
243
  "description": "Whether this access rule is active for the host orbital. Off by default; turn on to enforce.",
253
244
  "synonyms": "enable, turn on, enforce, require, activate, apply, switch on, only owner can edit, owner-only, private to owner, only see your own, restrict to role, role-based visibility, permission gate, admin-only access, hide from other users, only show mine, ownership scoping",
254
245
  "tier": "domain"
246
+ },
247
+ "visibleRoles": {
248
+ "type": "[string]",
249
+ "default": [],
250
+ "label": "Allowed roles",
251
+ "description": "Roles permitted to see any row (empty = no role gate)",
252
+ "tier": "domain",
253
+ "items": {
254
+ "type": "string"
255
+ }
255
256
  }
256
257
  },
257
258
  "scope": "instance"
@@ -346,8 +346,8 @@
346
346
  "SavedSearch",
347
347
  {
348
348
  "emit": {
349
- "success": "SavedSearchLoaded",
350
- "failure": "SavedSearchLoadFailed"
349
+ "failure": "SavedSearchLoadFailed",
350
+ "success": "SavedSearchLoaded"
351
351
  }
352
352
  }
353
353
  ],
@@ -355,21 +355,21 @@
355
355
  "render-ui",
356
356
  "main",
357
357
  {
358
- "direction": "vertical",
358
+ "className": "py-12",
359
+ "gap": "md",
359
360
  "children": [
360
361
  {
361
362
  "type": "spinner"
362
363
  },
363
364
  {
364
- "content": "Loading saved searches…",
365
+ "variant": "caption",
365
366
  "type": "typography",
366
367
  "color": "muted",
367
- "variant": "caption"
368
+ "content": "Loading saved searches…"
368
369
  }
369
370
  ],
370
- "gap": "md",
371
- "className": "py-12",
372
371
  "type": "stack",
372
+ "direction": "vertical",
373
373
  "align": "center"
374
374
  }
375
375
  ]
@@ -384,79 +384,79 @@
384
384
  "render-ui",
385
385
  "main",
386
386
  {
387
+ "gap": "md",
388
+ "direction": "vertical",
389
+ "type": "stack",
387
390
  "children": [
388
391
  {
389
- "type": "stack",
390
- "direction": "horizontal",
392
+ "gap": "sm",
391
393
  "children": [
392
394
  {
393
- "type": "icon",
394
- "name": "bookmark"
395
+ "name": "bookmark",
396
+ "type": "icon"
395
397
  },
396
398
  {
397
- "content": "@config.title",
399
+ "variant": "h3",
398
400
  "type": "typography",
399
- "variant": "h3"
401
+ "content": "@config.title"
400
402
  }
401
403
  ],
402
- "gap": "sm"
404
+ "direction": "horizontal",
405
+ "type": "stack"
403
406
  },
404
407
  {
405
408
  "type": "divider"
406
409
  },
407
410
  {
408
- "fields": [
409
- {
410
- "name": "name",
411
- "label": "Name",
412
- "variant": "h4"
413
- },
414
- {
415
- "variant": "caption",
416
- "name": "query",
417
- "label": "Query"
418
- },
419
- {
420
- "name": "alertFrequency",
421
- "variant": "badge",
422
- "label": "Frequency"
423
- },
424
- {
425
- "name": "alertEnabled",
426
- "variant": "badge",
427
- "label": "Alerts"
428
- }
429
- ],
430
- "cols": 1.0,
431
411
  "type": "data-grid",
432
412
  "entity": "@payload.data",
433
- "look": "@config.tableLook",
434
- "gap": "sm",
435
413
  "itemActions": [
436
414
  {
415
+ "label": "Toggle alert",
437
416
  "icon": "bell",
438
- "event": "TOGGLE_ALERT",
439
417
  "variant": "secondary",
440
- "label": "Toggle alert"
418
+ "event": "TOGGLE_ALERT"
441
419
  },
442
420
  {
443
- "variant": "secondary",
444
421
  "label": "Edit",
422
+ "variant": "secondary",
445
423
  "event": "EDIT",
446
424
  "icon": "pencil"
447
425
  },
448
426
  {
449
427
  "label": "Delete",
450
- "event": "DELETE",
451
428
  "icon": "trash-2",
452
- "variant": "danger"
429
+ "variant": "danger",
430
+ "event": "DELETE"
453
431
  }
454
- ]
432
+ ],
433
+ "look": "@config.tableLook",
434
+ "gap": "sm",
435
+ "fields": [
436
+ {
437
+ "variant": "h4",
438
+ "label": "Name",
439
+ "name": "name"
440
+ },
441
+ {
442
+ "name": "query",
443
+ "label": "Query",
444
+ "variant": "caption"
445
+ },
446
+ {
447
+ "label": "Frequency",
448
+ "variant": "badge",
449
+ "name": "alertFrequency"
450
+ },
451
+ {
452
+ "name": "alertEnabled",
453
+ "variant": "badge",
454
+ "label": "Alerts"
455
+ }
456
+ ],
457
+ "cols": 1.0
455
458
  }
456
- ],
457
- "direction": "vertical",
458
- "type": "stack",
459
- "gap": "md"
459
+ ]
460
460
  }
461
461
  ]
462
462
  ]
@@ -470,8 +470,8 @@
470
470
  "render-ui",
471
471
  "main",
472
472
  {
473
- "type": "alert",
474
473
  "variant": "error",
474
+ "type": "alert",
475
475
  "message": "@payload.error"
476
476
  }
477
477
  ]
@@ -544,82 +544,82 @@
544
544
  "render-ui",
545
545
  "main",
546
546
  {
547
+ "type": "stack",
548
+ "direction": "vertical",
549
+ "gap": "md",
547
550
  "children": [
548
551
  {
549
- "direction": "horizontal",
550
552
  "type": "stack",
551
553
  "children": [
552
554
  {
553
- "type": "icon",
554
- "name": "pencil"
555
+ "name": "pencil",
556
+ "type": "icon"
555
557
  },
556
558
  {
559
+ "type": "typography",
557
560
  "content": "Edit saved search",
558
- "variant": "h3",
559
- "type": "typography"
561
+ "variant": "h3"
560
562
  }
561
563
  ],
564
+ "direction": "horizontal",
562
565
  "gap": "sm"
563
566
  },
564
567
  {
565
568
  "type": "divider"
566
569
  },
567
570
  {
568
- "type": "input",
569
- "value": "@entity.name",
570
571
  "placeholder": "Name",
571
- "action": "RENAME"
572
+ "type": "input",
573
+ "action": "RENAME",
574
+ "value": "@entity.name"
572
575
  },
573
576
  {
574
577
  "type": "select",
575
- "value": "@entity.alertFrequency",
578
+ "placeholder": "Alert frequency",
576
579
  "action": "CHANGE_FREQUENCY",
580
+ "value": "@entity.alertFrequency",
577
581
  "options": [
578
582
  {
579
583
  "label": "Instant",
580
584
  "value": "instant"
581
585
  },
582
586
  {
583
- "value": "daily",
584
- "label": "Daily"
587
+ "label": "Daily",
588
+ "value": "daily"
585
589
  },
586
590
  {
587
- "value": "weekly",
588
- "label": "Weekly"
591
+ "label": "Weekly",
592
+ "value": "weekly"
589
593
  }
590
- ],
591
- "placeholder": "Alert frequency"
594
+ ]
592
595
  },
593
596
  {
594
- "type": "switch",
595
597
  "checked": "@entity.alertEnabled",
596
- "label": "Alerts enabled"
598
+ "label": "Alerts enabled",
599
+ "type": "switch"
597
600
  },
598
601
  {
602
+ "direction": "horizontal",
599
603
  "children": [
600
604
  {
601
- "icon": "check",
602
- "label": "Save",
603
605
  "type": "button",
606
+ "label": "Save",
604
607
  "action": "SAVE",
605
- "variant": "primary"
608
+ "variant": "primary",
609
+ "icon": "check"
606
610
  },
607
611
  {
612
+ "icon": "x",
608
613
  "type": "button",
609
- "label": "Cancel",
610
- "variant": "secondary",
611
614
  "action": "CANCEL",
612
- "icon": "x"
615
+ "label": "Cancel",
616
+ "variant": "secondary"
613
617
  }
614
618
  ],
615
- "direction": "horizontal",
616
619
  "type": "stack",
617
620
  "gap": "sm"
618
621
  }
619
- ],
620
- "type": "stack",
621
- "gap": "md",
622
- "direction": "vertical"
622
+ ]
623
623
  }
624
624
  ]
625
625
  ]
@@ -651,8 +651,8 @@
651
651
  "SavedSearch",
652
652
  {
653
653
  "emit": {
654
- "failure": "SavedSearchLoadFailed",
655
- "success": "SavedSearchLoaded"
654
+ "success": "SavedSearchLoaded",
655
+ "failure": "SavedSearchLoadFailed"
656
656
  }
657
657
  }
658
658
  ]
@@ -711,8 +711,8 @@
711
711
  "SavedSearch",
712
712
  {
713
713
  "emit": {
714
- "failure": "SavedSearchLoadFailed",
715
- "success": "SavedSearchLoaded"
714
+ "success": "SavedSearchLoaded",
715
+ "failure": "SavedSearchLoadFailed"
716
716
  }
717
717
  }
718
718
  ]
@@ -746,13 +746,6 @@
746
746
  ]
747
747
  },
748
748
  "config": {
749
- "title": {
750
- "type": "string",
751
- "default": "Saved Searches",
752
- "label": "Section title",
753
- "description": "Heading shown above the saved-search list",
754
- "tier": "presentation"
755
- },
756
749
  "tableLook": {
757
750
  "type": "string",
758
751
  "default": "dense",
@@ -766,6 +759,13 @@
766
759
  "borderless",
767
760
  "card-rows"
768
761
  ]
762
+ },
763
+ "title": {
764
+ "type": "string",
765
+ "default": "Saved Searches",
766
+ "label": "Section title",
767
+ "description": "Heading shown above the saved-search list",
768
+ "tier": "presentation"
769
769
  }
770
770
  },
771
771
  "scope": "collection"