@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
@@ -36,21 +36,11 @@
36
36
  "items": {
37
37
  "type": "object",
38
38
  "properties": {
39
- "title": {
40
- "name": "title",
39
+ "id": {
40
+ "name": "id",
41
41
  "type": "string",
42
42
  "required": true
43
43
  },
44
- "date": {
45
- "name": "date",
46
- "type": "string",
47
- "required": false
48
- },
49
- "description": {
50
- "name": "description",
51
- "type": "string",
52
- "required": false
53
- },
54
44
  "status": {
55
45
  "name": "status",
56
46
  "type": "string",
@@ -62,11 +52,6 @@
62
52
  "error"
63
53
  ]
64
54
  },
65
- "id": {
66
- "name": "id",
67
- "type": "string",
68
- "required": true
69
- },
70
55
  "rawStatus": {
71
56
  "name": "rawStatus",
72
57
  "type": "string",
@@ -77,6 +62,21 @@
77
62
  "completed",
78
63
  "rescheduled"
79
64
  ]
65
+ },
66
+ "date": {
67
+ "name": "date",
68
+ "type": "string",
69
+ "required": false
70
+ },
71
+ "description": {
72
+ "name": "description",
73
+ "type": "string",
74
+ "required": false
75
+ },
76
+ "title": {
77
+ "name": "title",
78
+ "type": "string",
79
+ "required": true
80
80
  }
81
81
  }
82
82
  }
@@ -408,8 +408,8 @@
408
408
  "RecurrenceView",
409
409
  {
410
410
  "emit": {
411
- "success": "RecurrenceLoaded",
412
- "failure": "RecurrenceLoadFailed"
411
+ "failure": "RecurrenceLoadFailed",
412
+ "success": "RecurrenceLoaded"
413
413
  }
414
414
  }
415
415
  ],
@@ -417,8 +417,8 @@
417
417
  "render-ui",
418
418
  "main",
419
419
  {
420
- "type": "loading-state",
421
- "title": "Loading schedule…"
420
+ "title": "Loading schedule…",
421
+ "type": "loading-state"
422
422
  }
423
423
  ]
424
424
  ]
@@ -503,30 +503,30 @@
503
503
  "fn",
504
504
  "row",
505
505
  {
506
- "rawStatus": "scheduled",
507
- "date": [
506
+ "status": "active",
507
+ "title": [
508
508
  "object/get",
509
509
  "@row",
510
- "date",
511
- ""
510
+ "title",
511
+ "Occurrence"
512
512
  ],
513
+ "rawStatus": "scheduled",
513
514
  "id": [
514
515
  "object/get",
515
516
  "@row",
516
517
  "id",
517
518
  ""
518
519
  ],
519
- "status": "active",
520
- "title": [
520
+ "description": [
521
521
  "object/get",
522
522
  "@row",
523
- "title",
524
- "Occurrence"
523
+ "notes",
524
+ ""
525
525
  ],
526
- "description": [
526
+ "date": [
527
527
  "object/get",
528
528
  "@row",
529
- "notes",
529
+ "date",
530
530
  ""
531
531
  ]
532
532
  }
@@ -537,106 +537,106 @@
537
537
  "render-ui",
538
538
  "main",
539
539
  {
540
- "type": "stack",
540
+ "direction": "vertical",
541
541
  "gap": "lg",
542
542
  "children": [
543
543
  {
544
- "align": "center",
545
- "direction": "horizontal",
546
- "gap": "sm",
547
544
  "type": "stack",
545
+ "direction": "horizontal",
546
+ "align": "center",
548
547
  "children": [
549
548
  {
550
- "name": "repeat",
551
- "type": "icon"
549
+ "type": "icon",
550
+ "name": "repeat"
552
551
  },
553
552
  {
553
+ "content": "@config.title",
554
554
  "variant": "h3",
555
- "type": "typography",
556
- "content": "@config.title"
555
+ "type": "typography"
557
556
  },
558
557
  {
559
558
  "variant": "success",
560
- "label": "Active",
561
- "type": "badge"
559
+ "type": "badge",
560
+ "label": "Active"
562
561
  },
563
562
  {
564
- "label": "Edit rule",
565
563
  "type": "button",
564
+ "label": "Edit rule",
565
+ "icon": "settings",
566
566
  "variant": "primary",
567
- "action": "EDIT_RULE",
568
- "icon": "settings"
567
+ "action": "EDIT_RULE"
569
568
  }
570
- ]
569
+ ],
570
+ "gap": "sm"
571
571
  },
572
572
  {
573
- "type": "card",
574
573
  "look": "@config.cardLook",
575
574
  "children": [
576
575
  {
576
+ "gap": "xs",
577
577
  "direction": "vertical",
578
- "type": "stack",
579
578
  "children": [
580
579
  {
581
- "direction": "horizontal",
582
580
  "gap": "xs",
583
- "type": "stack",
584
- "align": "center",
585
581
  "children": [
586
582
  {
587
583
  "content": "Repeats every",
588
- "type": "typography",
589
- "color": "muted"
584
+ "color": "muted",
585
+ "type": "typography"
590
586
  },
591
587
  {
588
+ "type": "typography",
592
589
  "content": "@entity.interval",
593
- "weight": "bold",
594
- "type": "typography"
590
+ "weight": "bold"
595
591
  },
596
592
  {
593
+ "type": "typography",
597
594
  "content": "@entity.frequency",
598
- "weight": "bold",
599
- "type": "typography"
595
+ "weight": "bold"
600
596
  }
601
- ]
597
+ ],
598
+ "type": "stack",
599
+ "align": "center",
600
+ "direction": "horizontal"
602
601
  },
603
602
  {
604
- "align": "center",
605
603
  "gap": "xs",
606
- "direction": "horizontal",
607
604
  "type": "stack",
608
605
  "children": [
609
606
  {
610
- "color": "muted",
607
+ "type": "typography",
611
608
  "content": "Starts",
612
- "type": "typography"
609
+ "color": "muted"
613
610
  },
614
611
  {
615
- "content": "@entity.startDate",
612
+ "type": "typography",
616
613
  "weight": "bold",
617
- "type": "typography"
614
+ "content": "@entity.startDate"
618
615
  },
619
616
  {
620
- "type": "typography",
621
617
  "content": "·",
618
+ "type": "typography",
622
619
  "color": "muted"
623
620
  },
624
621
  {
625
- "type": "typography",
626
622
  "content": "Ends",
623
+ "type": "typography",
627
624
  "color": "muted"
628
625
  },
629
626
  {
630
- "content": "@entity.endDate",
627
+ "weight": "bold",
631
628
  "type": "typography",
632
- "weight": "bold"
629
+ "content": "@entity.endDate"
633
630
  }
634
- ]
631
+ ],
632
+ "direction": "horizontal",
633
+ "align": "center"
635
634
  }
636
635
  ],
637
- "gap": "xs"
636
+ "type": "stack"
638
637
  }
639
- ]
638
+ ],
639
+ "type": "card"
640
640
  },
641
641
  {
642
642
  "content": "Next runs",
@@ -644,12 +644,7 @@
644
644
  "type": "typography"
645
645
  },
646
646
  {
647
- "itemActions": [
648
- {
649
- "label": "Manage",
650
- "event": "OPEN_EXCEPTION"
651
- }
652
- ],
647
+ "type": "timeline",
653
648
  "entity": "@entity.occurrences",
654
649
  "fields": [
655
650
  "title",
@@ -658,25 +653,30 @@
658
653
  "status"
659
654
  ],
660
655
  "look": "@config.timelineLook",
661
- "type": "timeline"
656
+ "itemActions": [
657
+ {
658
+ "event": "OPEN_EXCEPTION",
659
+ "label": "Manage"
660
+ }
661
+ ]
662
662
  },
663
663
  {
664
- "gap": "sm",
664
+ "align": "center",
665
+ "direction": "horizontal",
665
666
  "children": [
666
667
  {
667
- "label": "End schedule",
668
668
  "variant": "danger",
669
+ "label": "End schedule",
670
+ "icon": "x-circle",
669
671
  "type": "button",
670
- "action": "CANCEL_SCHEDULE",
671
- "icon": "x-circle"
672
+ "action": "CANCEL_SCHEDULE"
672
673
  }
673
674
  ],
674
675
  "type": "stack",
675
- "direction": "horizontal",
676
- "align": "center"
676
+ "gap": "sm"
677
677
  }
678
678
  ],
679
- "direction": "vertical"
679
+ "type": "stack"
680
680
  }
681
681
  ]
682
682
  ]
@@ -696,8 +696,8 @@
696
696
  "main",
697
697
  {
698
698
  "message": "@entity.errorMessage",
699
- "title": "Failed to load",
700
- "type": "error-state"
699
+ "type": "error-state",
700
+ "title": "Failed to load"
701
701
  }
702
702
  ]
703
703
  ]
@@ -712,8 +712,8 @@
712
712
  "RecurrenceView",
713
713
  {
714
714
  "emit": {
715
- "failure": "RecurrenceLoadFailed",
716
- "success": "RecurrenceLoaded"
715
+ "success": "RecurrenceLoaded",
716
+ "failure": "RecurrenceLoadFailed"
717
717
  }
718
718
  }
719
719
  ],
@@ -721,8 +721,8 @@
721
721
  "render-ui",
722
722
  "main",
723
723
  {
724
- "title": "Refreshing…",
725
- "type": "loading-state"
724
+ "type": "loading-state",
725
+ "title": "Refreshing…"
726
726
  }
727
727
  ]
728
728
  ]
@@ -757,19 +757,17 @@
757
757
  "render-ui",
758
758
  "main",
759
759
  {
760
+ "gap": "md",
761
+ "direction": "vertical",
760
762
  "children": [
761
763
  {
762
- "align": "center",
763
- "direction": "horizontal",
764
- "gap": "sm",
765
- "type": "stack",
766
764
  "children": [
767
765
  {
768
- "type": "button",
769
- "variant": "ghost",
770
- "icon": "arrow-left",
771
766
  "action": "CANCEL_RULE",
772
- "label": "Back"
767
+ "icon": "arrow-left",
768
+ "label": "Back",
769
+ "type": "button",
770
+ "variant": "ghost"
773
771
  },
774
772
  {
775
773
  "type": "icon",
@@ -780,26 +778,28 @@
780
778
  "type": "typography",
781
779
  "content": "Edit recurrence rule"
782
780
  }
783
- ]
781
+ ],
782
+ "type": "stack",
783
+ "direction": "horizontal",
784
+ "gap": "sm",
785
+ "align": "center"
784
786
  },
785
787
  {
786
788
  "type": "card",
787
789
  "look": "@config.cardLook",
788
790
  "children": [
789
791
  {
792
+ "type": "form-section",
790
793
  "fields": "@config.formFields",
791
794
  "entity": "@entity",
792
795
  "cancelEvent": "CANCEL_RULE",
793
- "submitEvent": "SAVE_RULE",
794
796
  "mode": "edit",
795
- "type": "form-section"
797
+ "submitEvent": "SAVE_RULE"
796
798
  }
797
799
  ]
798
800
  }
799
801
  ],
800
- "direction": "vertical",
801
- "type": "stack",
802
- "gap": "md"
802
+ "type": "stack"
803
803
  }
804
804
  ]
805
805
  ]
@@ -833,79 +833,79 @@
833
833
  "gap": "md",
834
834
  "children": [
835
835
  {
836
+ "gap": "sm",
836
837
  "type": "stack",
837
838
  "direction": "horizontal",
838
- "align": "center",
839
- "gap": "sm",
840
839
  "children": [
841
840
  {
842
841
  "type": "button",
843
842
  "label": "Back",
844
- "variant": "ghost",
843
+ "action": "CLOSE_EXCEPTION",
845
844
  "icon": "arrow-left",
846
- "action": "CLOSE_EXCEPTION"
845
+ "variant": "ghost"
847
846
  },
848
847
  {
849
- "name": "calendar-clock",
850
- "type": "icon"
848
+ "type": "icon",
849
+ "name": "calendar-clock"
851
850
  },
852
851
  {
853
- "type": "typography",
854
852
  "content": "@entity.currentOccurrenceLabel",
855
- "variant": "h3"
853
+ "variant": "h3",
854
+ "type": "typography"
856
855
  },
857
856
  {
857
+ "type": "badge",
858
858
  "variant": "primary",
859
- "label": "@entity.currentOccurrenceDate",
860
- "type": "badge"
859
+ "label": "@entity.currentOccurrenceDate"
861
860
  }
862
- ]
861
+ ],
862
+ "align": "center"
863
863
  },
864
864
  {
865
- "type": "card",
866
- "look": "@config.cardLook",
867
865
  "children": [
868
866
  {
869
867
  "direction": "vertical",
868
+ "gap": "sm",
870
869
  "type": "stack",
871
870
  "children": [
872
871
  {
873
- "type": "typography",
874
872
  "content": "What would you like to do with this occurrence?",
873
+ "type": "typography",
875
874
  "variant": "body"
876
875
  },
877
876
  {
878
877
  "direction": "horizontal",
879
878
  "type": "stack",
879
+ "gap": "sm",
880
880
  "align": "center",
881
881
  "children": [
882
882
  {
883
883
  "type": "button",
884
- "action": "SKIP_OCCURRENCE",
885
- "variant": "secondary",
886
- "icon": "skip-forward",
887
884
  "label": "Skip",
888
885
  "actionPayload": {
889
886
  "id": "@entity.currentOccurrenceId"
890
- }
887
+ },
888
+ "icon": "skip-forward",
889
+ "variant": "secondary",
890
+ "action": "SKIP_OCCURRENCE"
891
891
  },
892
892
  {
893
893
  "icon": "calendar-clock",
894
894
  "label": "Reschedule",
895
- "variant": "primary",
896
- "type": "button",
897
895
  "action": "RESCHEDULE_OCCURRENCE",
896
+ "type": "button",
898
897
  "actionPayload": {
899
898
  "id": "@entity.currentOccurrenceId"
900
- }
899
+ },
900
+ "variant": "primary"
901
901
  }
902
- ],
903
- "gap": "sm"
902
+ ]
904
903
  }
905
- ],
906
- "gap": "sm"
904
+ ]
907
905
  }
908
- ]
906
+ ],
907
+ "type": "card",
908
+ "look": "@config.cardLook"
909
909
  }
910
910
  ]
911
911
  }
@@ -921,35 +921,35 @@
921
921
  "render-ui",
922
922
  "main",
923
923
  {
924
+ "type": "stack",
924
925
  "align": "center",
925
926
  "children": [
926
927
  {
927
- "name": "x-circle",
928
928
  "size": "lg",
929
- "type": "icon"
929
+ "type": "icon",
930
+ "name": "x-circle"
930
931
  },
931
932
  {
932
933
  "content": "Schedule ended",
933
934
  "align": "center",
934
- "variant": "h2",
935
- "type": "typography"
935
+ "type": "typography",
936
+ "variant": "h2"
936
937
  },
937
938
  {
938
- "variant": "body",
939
939
  "content": "This recurring schedule has been cancelled. No further occurrences will fire.",
940
+ "variant": "body",
940
941
  "align": "center",
941
942
  "type": "typography",
942
943
  "color": "muted"
943
944
  },
944
945
  {
945
946
  "label": "Start a new schedule",
946
- "variant": "secondary",
947
- "action": "RESTART",
947
+ "type": "button",
948
948
  "icon": "rotate-ccw",
949
- "type": "button"
949
+ "action": "RESTART",
950
+ "variant": "secondary"
950
951
  }
951
952
  ],
952
- "type": "stack",
953
953
  "gap": "lg",
954
954
  "direction": "vertical"
955
955
  }
@@ -993,8 +993,8 @@
993
993
  "RecurrenceView",
994
994
  {
995
995
  "emit": {
996
- "failure": "RecurrenceLoadFailed",
997
- "success": "RecurrenceLoaded"
996
+ "success": "RecurrenceLoaded",
997
+ "failure": "RecurrenceLoadFailed"
998
998
  }
999
999
  }
1000
1000
  ],
@@ -1018,8 +1018,8 @@
1018
1018
  "update",
1019
1019
  "RecurrenceView",
1020
1020
  {
1021
- "status": "skipped",
1022
- "id": "@payload.id"
1021
+ "id": "@payload.id",
1022
+ "status": "skipped"
1023
1023
  },
1024
1024
  {
1025
1025
  "emit": {
@@ -1032,8 +1032,8 @@
1032
1032
  "render-ui",
1033
1033
  "main",
1034
1034
  {
1035
- "title": "Skipping…",
1036
- "type": "loading-state"
1035
+ "type": "loading-state",
1036
+ "title": "Skipping…"
1037
1037
  }
1038
1038
  ]
1039
1039
  ]
@@ -1054,13 +1054,13 @@
1054
1054
  "RecurrenceView",
1055
1055
  {
1056
1056
  "status": "rescheduled",
1057
- "date": "@payload.newDate",
1058
- "id": "@payload.id"
1057
+ "id": "@payload.id",
1058
+ "date": "@payload.newDate"
1059
1059
  },
1060
1060
  {
1061
1061
  "emit": {
1062
- "failure": "RecurrenceSaveFailed",
1063
- "success": "RecurrenceSaved"
1062
+ "success": "RecurrenceSaved",
1063
+ "failure": "RecurrenceSaveFailed"
1064
1064
  }
1065
1065
  }
1066
1066
  ],
@@ -1093,8 +1093,8 @@
1093
1093
  "render-ui",
1094
1094
  "main",
1095
1095
  {
1096
- "title": "Closing…",
1097
- "type": "loading-state"
1096
+ "type": "loading-state",
1097
+ "title": "Closing…"
1098
1098
  }
1099
1099
  ]
1100
1100
  ]
@@ -1118,8 +1118,8 @@
1118
1118
  "render-ui",
1119
1119
  "main",
1120
1120
  {
1121
- "type": "loading-state",
1122
- "title": "Restarting…"
1121
+ "title": "Restarting…",
1122
+ "type": "loading-state"
1123
1123
  }
1124
1124
  ]
1125
1125
  ]
@@ -1149,22 +1149,6 @@
1149
1149
  "description": "Heading shown above the recurrence editor",
1150
1150
  "tier": "presentation"
1151
1151
  },
1152
- "cardLook": {
1153
- "type": "string",
1154
- "default": "elevated",
1155
- "label": "Card look",
1156
- "description": "Layer 2 visual treatment for cards rendered by this atom.",
1157
- "tier": "presentation",
1158
- "values": [
1159
- "elevated",
1160
- "flat-bordered",
1161
- "borderless-divider",
1162
- "ticket",
1163
- "invoice",
1164
- "chip",
1165
- "tile-image-first"
1166
- ]
1167
- },
1168
1152
  "timelineLook": {
1169
1153
  "type": "string",
1170
1154
  "default": "vertical-spacious",
@@ -1193,6 +1177,22 @@
1193
1177
  "items": {
1194
1178
  "type": "string"
1195
1179
  }
1180
+ },
1181
+ "cardLook": {
1182
+ "type": "string",
1183
+ "default": "elevated",
1184
+ "label": "Card look",
1185
+ "description": "Layer 2 visual treatment for cards rendered by this atom.",
1186
+ "tier": "presentation",
1187
+ "values": [
1188
+ "elevated",
1189
+ "flat-bordered",
1190
+ "borderless-divider",
1191
+ "ticket",
1192
+ "invoice",
1193
+ "chip",
1194
+ "tile-image-first"
1195
+ ]
1196
1196
  }
1197
1197
  },
1198
1198
  "scope": "instance"