@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
@@ -223,8 +223,8 @@
223
223
  "BranchingRule",
224
224
  {
225
225
  "emit": {
226
- "success": "BranchingRuleLoaded",
227
- "failure": "BranchingRuleLoadFailed"
226
+ "failure": "BranchingRuleLoadFailed",
227
+ "success": "BranchingRuleLoaded"
228
228
  }
229
229
  }
230
230
  ],
@@ -232,22 +232,22 @@
232
232
  "render-ui",
233
233
  "main",
234
234
  {
235
- "align": "center",
236
235
  "type": "stack",
237
- "gap": "md",
238
- "direction": "vertical",
239
- "className": "py-12",
240
236
  "children": [
241
237
  {
242
238
  "type": "spinner"
243
239
  },
244
240
  {
245
- "content": "Loading branching rules…",
246
- "variant": "caption",
247
241
  "type": "typography",
248
- "color": "muted"
242
+ "variant": "caption",
243
+ "color": "muted",
244
+ "content": "Loading branching rules…"
249
245
  }
250
- ]
246
+ ],
247
+ "align": "center",
248
+ "direction": "vertical",
249
+ "className": "py-12",
250
+ "gap": "md"
251
251
  }
252
252
  ]
253
253
  ]
@@ -264,13 +264,13 @@
264
264
  "direction": "vertical",
265
265
  "children": [
266
266
  {
267
- "direction": "horizontal",
268
267
  "gap": "sm",
269
268
  "type": "stack",
269
+ "align": "center",
270
270
  "children": [
271
271
  {
272
- "name": "git-branch",
273
- "type": "icon"
272
+ "type": "icon",
273
+ "name": "git-branch"
274
274
  },
275
275
  {
276
276
  "type": "typography",
@@ -278,46 +278,64 @@
278
278
  "variant": "h3"
279
279
  }
280
280
  ],
281
- "align": "center"
281
+ "direction": "horizontal"
282
282
  },
283
283
  {
284
+ "cols": 4.0,
284
285
  "children": [
285
286
  {
286
- "look": "@config.statLook",
287
- "label": "Total rules",
288
287
  "type": "stat-display",
289
288
  "value": "@payload.data.length",
290
- "icon": "git-branch"
289
+ "look": "@config.statLook",
290
+ "icon": "git-branch",
291
+ "label": "Total rules"
291
292
  },
292
293
  {
293
- "type": "stat-display",
294
- "value": "8",
295
294
  "icon": "clipboard-list",
296
295
  "look": "@config.statLook",
297
- "label": "Active surveys"
296
+ "label": "Active surveys",
297
+ "type": "stat-display",
298
+ "value": "8"
298
299
  },
299
300
  {
301
+ "look": "@config.statLook",
300
302
  "type": "stat-display",
303
+ "icon": "skip-forward",
301
304
  "label": "Skip jumps",
302
- "look": "@config.statLook",
303
- "value": "42",
304
- "icon": "skip-forward"
305
+ "value": "42"
305
306
  },
306
307
  {
307
- "label": "Priority avg",
308
- "icon": "trending-up",
309
308
  "type": "stat-display",
310
- "look": "@config.statLook",
311
- "value": "3"
309
+ "icon": "trending-up",
310
+ "label": "Priority avg",
311
+ "value": "3",
312
+ "look": "@config.statLook"
312
313
  }
313
314
  ],
314
- "type": "simple-grid",
315
- "cols": 4.0
315
+ "type": "simple-grid"
316
316
  },
317
317
  {
318
318
  "type": "divider"
319
319
  },
320
320
  {
321
+ "itemActions": [
322
+ {
323
+ "label": "Open",
324
+ "variant": "primary",
325
+ "icon": "arrow-right",
326
+ "event": "OPEN_RULE"
327
+ },
328
+ {
329
+ "event": "DELETE_RULE",
330
+ "variant": "danger",
331
+ "icon": "trash-2",
332
+ "label": "Delete"
333
+ }
334
+ ],
335
+ "entity": "@payload.data",
336
+ "look": "@config.tableLook",
337
+ "type": "data-grid",
338
+ "cols": 1.0,
321
339
  "fields": [
322
340
  {
323
341
  "label": "If question",
@@ -325,45 +343,27 @@
325
343
  "name": "sourceQuestionId"
326
344
  },
327
345
  {
328
- "label": "Op",
346
+ "name": "operator",
329
347
  "variant": "badge",
330
- "name": "operator"
348
+ "label": "Op"
331
349
  },
332
350
  {
333
- "variant": "caption",
351
+ "name": "value",
334
352
  "label": "Value",
335
- "name": "value"
353
+ "variant": "caption"
336
354
  },
337
355
  {
338
356
  "label": "Jump to",
339
- "name": "targetQuestionId",
340
- "variant": "caption"
357
+ "variant": "caption",
358
+ "name": "targetQuestionId"
341
359
  },
342
360
  {
343
361
  "variant": "badge",
344
- "label": "Priority",
345
- "name": "priority"
346
- }
347
- ],
348
- "gap": "sm",
349
- "itemActions": [
350
- {
351
- "event": "OPEN_RULE",
352
- "label": "Open",
353
- "variant": "primary",
354
- "icon": "arrow-right"
355
- },
356
- {
357
- "event": "DELETE_RULE",
358
- "icon": "trash-2",
359
- "label": "Delete",
360
- "variant": "danger"
362
+ "name": "priority",
363
+ "label": "Priority"
361
364
  }
362
365
  ],
363
- "cols": 1.0,
364
- "type": "data-grid",
365
- "look": "@config.tableLook",
366
- "entity": "@payload.data"
366
+ "gap": "sm"
367
367
  }
368
368
  ],
369
369
  "type": "stack",
@@ -381,8 +381,8 @@
381
381
  "render-ui",
382
382
  "main",
383
383
  {
384
- "type": "alert",
385
384
  "variant": "error",
385
+ "type": "alert",
386
386
  "message": "@payload.error"
387
387
  }
388
388
  ]
@@ -436,12 +436,15 @@
436
436
  "children": [
437
437
  {
438
438
  "type": "stack",
439
+ "gap": "sm",
440
+ "align": "center",
441
+ "direction": "horizontal",
439
442
  "children": [
440
443
  {
441
444
  "type": "button",
442
- "label": "Back",
445
+ "variant": "ghost",
443
446
  "action": "CLOSE_VIEW",
444
- "variant": "ghost"
447
+ "label": "Back"
445
448
  },
446
449
  {
447
450
  "type": "icon",
@@ -453,111 +456,108 @@
453
456
  "type": "typography"
454
457
  },
455
458
  {
456
- "type": "badge",
457
459
  "variant": "default",
460
+ "type": "badge",
458
461
  "label": "@entity.operator"
459
462
  }
460
- ],
461
- "align": "center",
462
- "direction": "horizontal",
463
- "gap": "sm"
463
+ ]
464
464
  },
465
465
  {
466
466
  "type": "divider"
467
467
  },
468
468
  {
469
+ "direction": "vertical",
469
470
  "gap": "sm",
470
- "type": "stack",
471
471
  "children": [
472
472
  {
473
- "type": "stack",
473
+ "direction": "horizontal",
474
+ "gap": "md",
474
475
  "children": [
475
476
  {
476
- "type": "typography",
477
477
  "color": "muted",
478
+ "variant": "caption",
478
479
  "content": "Survey",
479
- "variant": "caption"
480
+ "type": "typography"
480
481
  },
481
482
  {
482
- "content": "@entity.surveyId",
483
483
  "type": "typography",
484
+ "content": "@entity.surveyId",
484
485
  "variant": "body"
485
486
  }
486
487
  ],
487
- "direction": "horizontal",
488
- "gap": "md"
488
+ "type": "stack"
489
489
  },
490
490
  {
491
491
  "type": "stack",
492
- "gap": "md",
493
- "direction": "horizontal",
494
492
  "children": [
495
493
  {
496
- "type": "typography",
494
+ "variant": "caption",
497
495
  "color": "muted",
498
496
  "content": "Value",
499
- "variant": "caption"
497
+ "type": "typography"
500
498
  },
501
499
  {
500
+ "content": "@entity.value",
502
501
  "type": "typography",
503
- "variant": "body",
504
- "content": "@entity.value"
502
+ "variant": "body"
505
503
  }
506
- ]
504
+ ],
505
+ "direction": "horizontal",
506
+ "gap": "md"
507
507
  }
508
508
  ],
509
- "direction": "vertical"
509
+ "type": "stack"
510
510
  },
511
511
  {
512
512
  "type": "divider"
513
513
  },
514
514
  {
515
- "cols": 3.0,
516
- "type": "simple-grid",
517
515
  "children": [
518
516
  {
519
- "type": "stat-display",
520
- "value": "@entity.sourceQuestionId",
521
- "look": "@config.statLook",
522
517
  "icon": "help-circle",
523
- "label": "Source"
518
+ "value": "@entity.sourceQuestionId",
519
+ "label": "Source",
520
+ "type": "stat-display",
521
+ "look": "@config.statLook"
524
522
  },
525
523
  {
526
- "icon": "arrow-right-circle",
527
- "type": "stat-display",
528
524
  "look": "@config.statLook",
529
525
  "value": "@entity.targetQuestionId",
530
- "label": "Target"
526
+ "icon": "arrow-right-circle",
527
+ "label": "Target",
528
+ "type": "stat-display"
531
529
  },
532
530
  {
533
531
  "type": "stat-display",
534
532
  "look": "@config.statLook",
535
533
  "icon": "trending-up",
536
- "value": "@entity.priority",
537
- "label": "Priority"
534
+ "label": "Priority",
535
+ "value": "@entity.priority"
538
536
  }
539
- ]
537
+ ],
538
+ "type": "simple-grid",
539
+ "cols": 3.0
540
540
  },
541
541
  {
542
+ "type": "stack",
543
+ "direction": "horizontal",
542
544
  "align": "center",
543
545
  "gap": "sm",
544
- "direction": "horizontal",
545
546
  "children": [
546
547
  {
547
- "action": "DELETE_RULE",
548
- "type": "button",
549
548
  "actionPayload": {
550
549
  "id": "@entity.id"
551
550
  },
552
551
  "variant": "danger",
553
- "label": "Delete"
552
+ "type": "button",
553
+ "label": "Delete",
554
+ "action": "DELETE_RULE"
554
555
  }
555
- ],
556
- "type": "stack"
556
+ ]
557
557
  }
558
558
  ],
559
- "direction": "vertical",
560
- "gap": "md"
559
+ "gap": "md",
560
+ "direction": "vertical"
561
561
  }
562
562
  ]
563
563
  ]
@@ -577,8 +577,8 @@
577
577
  "BranchingRule",
578
578
  {
579
579
  "emit": {
580
- "success": "BranchingRuleLoaded",
581
- "failure": "BranchingRuleLoadFailed"
580
+ "failure": "BranchingRuleLoadFailed",
581
+ "success": "BranchingRuleLoaded"
582
582
  }
583
583
  }
584
584
  ],
@@ -586,22 +586,22 @@
586
586
  "render-ui",
587
587
  "main",
588
588
  {
589
- "type": "stack",
590
- "gap": "md",
591
- "direction": "vertical",
589
+ "align": "center",
592
590
  "className": "py-12",
593
591
  "children": [
594
592
  {
595
593
  "type": "spinner"
596
594
  },
597
595
  {
596
+ "content": "Deleting rule…",
598
597
  "color": "muted",
599
- "type": "typography",
600
598
  "variant": "caption",
601
- "content": "Deleting rule…"
599
+ "type": "typography"
602
600
  }
603
601
  ],
604
- "align": "center"
602
+ "direction": "vertical",
603
+ "type": "stack",
604
+ "gap": "md"
605
605
  }
606
606
  ]
607
607
  ]
@@ -625,22 +625,22 @@
625
625
  "render-ui",
626
626
  "main",
627
627
  {
628
- "gap": "md",
629
- "direction": "vertical",
628
+ "className": "py-12",
630
629
  "children": [
631
630
  {
632
631
  "type": "spinner"
633
632
  },
634
633
  {
635
- "color": "muted",
634
+ "type": "typography",
636
635
  "variant": "caption",
637
636
  "content": "Loading branching rules…",
638
- "type": "typography"
637
+ "color": "muted"
639
638
  }
640
639
  ],
641
- "type": "stack",
642
640
  "align": "center",
643
- "className": "py-12"
641
+ "direction": "vertical",
642
+ "type": "stack",
643
+ "gap": "md"
644
644
  }
645
645
  ]
646
646
  ]
@@ -669,20 +669,20 @@
669
669
  "render-ui",
670
670
  "main",
671
671
  {
672
- "className": "py-12",
672
+ "type": "stack",
673
673
  "align": "center",
674
+ "className": "py-12",
674
675
  "children": [
675
676
  {
676
677
  "type": "spinner"
677
678
  },
678
679
  {
680
+ "type": "typography",
679
681
  "color": "muted",
680
682
  "variant": "caption",
681
- "type": "typography",
682
683
  "content": "Deleting rule…"
683
684
  }
684
685
  ],
685
- "type": "stack",
686
686
  "gap": "md",
687
687
  "direction": "vertical"
688
688
  }
@@ -699,8 +699,8 @@
699
699
  "BranchingRule",
700
700
  {
701
701
  "emit": {
702
- "success": "BranchingRuleLoaded",
703
- "failure": "BranchingRuleLoadFailed"
702
+ "failure": "BranchingRuleLoadFailed",
703
+ "success": "BranchingRuleLoaded"
704
704
  }
705
705
  }
706
706
  ],