@almadar/std 16.9.1 → 16.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  2. package/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  3. package/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  4. package/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  5. package/behaviors/registry/core/atoms/std-board.orb +289 -288
  6. package/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  7. package/behaviors/registry/core/atoms/std-browse.orb +118 -115
  8. package/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  9. package/behaviors/registry/core/atoms/std-calendar.orb +119 -60
  10. package/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  11. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  12. package/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  13. package/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  14. package/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  15. package/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  16. package/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  17. package/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  18. package/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  19. package/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  20. package/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  21. package/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  22. package/behaviors/registry/core/atoms/std-export.orb +63 -63
  23. package/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  24. package/behaviors/registry/core/atoms/std-filter.orb +36 -36
  25. package/behaviors/registry/core/atoms/std-flag.orb +92 -92
  26. package/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  27. package/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  28. package/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  29. package/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  30. package/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  31. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  32. package/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  33. package/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  34. package/behaviors/registry/core/atoms/std-modal.orb +39 -36
  35. package/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  36. package/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  37. package/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  38. package/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  39. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  40. package/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  41. package/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  42. package/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  43. package/behaviors/registry/core/atoms/std-related.orb +34 -31
  44. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  45. package/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  46. package/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  47. package/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  48. package/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  49. package/behaviors/registry/core/atoms/std-search.orb +11 -11
  50. package/behaviors/registry/core/atoms/std-selection.orb +103 -100
  51. package/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  52. package/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  53. package/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  54. package/behaviors/registry/core/atoms/std-stats.orb +326 -325
  55. package/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  56. package/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  57. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  58. package/behaviors/registry/core/atoms/std-thread.orb +64 -63
  59. package/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  60. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  61. package/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  62. package/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  63. package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  64. package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  65. package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  66. package/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  67. package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  68. package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  69. package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  70. package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  71. package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  72. package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  73. package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  74. package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  75. package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  76. package/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  77. package/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  78. package/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  79. package/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  80. package/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  81. package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  82. package/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  83. package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  84. package/dist/behaviors/behaviors-registry.json +3 -3
  85. package/dist/behaviors/registry/core/atoms/std-app-layout.orb +81 -78
  86. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +84 -83
  87. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +16 -15
  88. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +125 -125
  89. package/dist/behaviors/registry/core/atoms/std-board.orb +289 -288
  90. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +118 -118
  91. package/dist/behaviors/registry/core/atoms/std-browse.orb +118 -115
  92. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +120 -120
  93. package/dist/behaviors/registry/core/atoms/std-calendar.orb +119 -60
  94. package/dist/behaviors/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  95. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +210 -210
  96. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -32
  97. package/dist/behaviors/registry/core/atoms/std-cross-reference.orb +19 -19
  98. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  99. package/dist/behaviors/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  100. package/dist/behaviors/registry/core/atoms/std-dashboard-summary.orb +84 -84
  101. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +71 -71
  102. package/dist/behaviors/registry/core/atoms/std-date-range.orb +24 -24
  103. package/dist/behaviors/registry/core/atoms/std-drawer.orb +12 -9
  104. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +32 -32
  105. package/dist/behaviors/registry/core/atoms/std-event-log.orb +170 -170
  106. package/dist/behaviors/registry/core/atoms/std-export.orb +63 -63
  107. package/dist/behaviors/registry/core/atoms/std-file-store.orb +157 -157
  108. package/dist/behaviors/registry/core/atoms/std-filter.orb +36 -36
  109. package/dist/behaviors/registry/core/atoms/std-flag.orb +92 -92
  110. package/dist/behaviors/registry/core/atoms/std-form-advanced.orb +66 -66
  111. package/dist/behaviors/registry/core/atoms/std-gallery.orb +30 -29
  112. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +27 -27
  113. package/dist/behaviors/registry/core/atoms/std-graphs.orb +180 -180
  114. package/dist/behaviors/registry/core/atoms/std-hero-banner.orb +22 -22
  115. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +63 -63
  116. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +28 -28
  117. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +53 -53
  118. package/dist/behaviors/registry/core/atoms/std-modal.orb +39 -36
  119. package/dist/behaviors/registry/core/atoms/std-multi-party-flow.orb +598 -597
  120. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +37 -31
  121. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +132 -132
  122. package/dist/behaviors/registry/core/atoms/std-pagination.orb +11 -11
  123. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  124. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +216 -216
  125. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +647 -647
  126. package/dist/behaviors/registry/core/atoms/std-recurrence.orb +169 -169
  127. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -31
  128. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  129. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +113 -113
  130. package/dist/behaviors/registry/core/atoms/std-row-access-control.orb +21 -20
  131. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +89 -89
  132. package/dist/behaviors/registry/core/atoms/std-scatter.orb +85 -85
  133. package/dist/behaviors/registry/core/atoms/std-search.orb +11 -11
  134. package/dist/behaviors/registry/core/atoms/std-selection.orb +103 -100
  135. package/dist/behaviors/registry/core/atoms/std-sidebar-meta.orb +77 -77
  136. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +85 -85
  137. package/dist/behaviors/registry/core/atoms/std-stack-layout.orb +17 -17
  138. package/dist/behaviors/registry/core/atoms/std-stats.orb +326 -325
  139. package/dist/behaviors/registry/core/atoms/std-step-flow.orb +150 -149
  140. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -46
  141. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  142. package/dist/behaviors/registry/core/atoms/std-thread.orb +64 -63
  143. package/dist/behaviors/registry/core/atoms/std-version-history.orb +155 -155
  144. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  145. package/dist/behaviors/registry/core/atoms/std-wizard-form.orb +177 -177
  146. package/dist/behaviors/registry/core/atoms/std-wizard.orb +183 -183
  147. package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  148. package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  149. package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  150. package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  151. package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  152. package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  153. package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  154. package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  155. package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  156. package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  157. package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  158. package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  159. package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  160. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  161. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  162. package/dist/behaviors/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  163. package/dist/behaviors/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  164. package/dist/behaviors/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  165. package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  166. package/dist/behaviors/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  167. package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  168. package/dist/behaviors-registry.json +3 -3
  169. package/dist/registry/core/atoms/std-app-layout.orb +81 -78
  170. package/dist/registry/core/atoms/std-approval-gate.orb +84 -83
  171. package/dist/registry/core/atoms/std-audit-capture.orb +16 -15
  172. package/dist/registry/core/atoms/std-billable-hour.orb +125 -125
  173. package/dist/registry/core/atoms/std-board.orb +289 -288
  174. package/dist/registry/core/atoms/std-branching-logic.orb +118 -118
  175. package/dist/registry/core/atoms/std-browse.orb +118 -115
  176. package/dist/registry/core/atoms/std-cache-aside.orb +120 -120
  177. package/dist/registry/core/atoms/std-calendar.orb +119 -60
  178. package/dist/registry/core/atoms/std-cascade-on-delete.orb +7 -7
  179. package/dist/registry/core/atoms/std-circuit-breaker.orb +210 -210
  180. package/dist/registry/core/atoms/std-confirmation.orb +33 -32
  181. package/dist/registry/core/atoms/std-cross-reference.orb +19 -19
  182. package/dist/registry/core/atoms/std-dashboard-grid-embedded.orb +81 -81
  183. package/dist/registry/core/atoms/std-dashboard-grid-layout.orb +84 -84
  184. package/dist/registry/core/atoms/std-dashboard-summary.orb +84 -84
  185. package/dist/registry/core/atoms/std-data-erasure.orb +71 -71
  186. package/dist/registry/core/atoms/std-date-range.orb +24 -24
  187. package/dist/registry/core/atoms/std-drawer.orb +12 -9
  188. package/dist/registry/core/atoms/std-esign-request.orb +32 -32
  189. package/dist/registry/core/atoms/std-event-log.orb +170 -170
  190. package/dist/registry/core/atoms/std-export.orb +63 -63
  191. package/dist/registry/core/atoms/std-file-store.orb +157 -157
  192. package/dist/registry/core/atoms/std-filter.orb +36 -36
  193. package/dist/registry/core/atoms/std-flag.orb +92 -92
  194. package/dist/registry/core/atoms/std-form-advanced.orb +66 -66
  195. package/dist/registry/core/atoms/std-gallery.orb +30 -29
  196. package/dist/registry/core/atoms/std-geosearch.orb +27 -27
  197. package/dist/registry/core/atoms/std-graphs.orb +180 -180
  198. package/dist/registry/core/atoms/std-hero-banner.orb +22 -22
  199. package/dist/registry/core/atoms/std-image-upload-multi.orb +63 -63
  200. package/dist/registry/core/atoms/std-lifecycle.orb +28 -28
  201. package/dist/registry/core/atoms/std-mod-queue.orb +53 -53
  202. package/dist/registry/core/atoms/std-modal.orb +39 -36
  203. package/dist/registry/core/atoms/std-multi-party-flow.orb +598 -597
  204. package/dist/registry/core/atoms/std-notify-on-event.orb +37 -31
  205. package/dist/registry/core/atoms/std-page-tree.orb +132 -132
  206. package/dist/registry/core/atoms/std-pagination.orb +11 -11
  207. package/dist/registry/core/atoms/std-push.orb +43 -43
  208. package/dist/registry/core/atoms/std-rate-limiter.orb +216 -216
  209. package/dist/registry/core/atoms/std-rating-review.orb +647 -647
  210. package/dist/registry/core/atoms/std-recurrence.orb +169 -169
  211. package/dist/registry/core/atoms/std-related.orb +34 -31
  212. package/dist/registry/core/atoms/std-reminder-scheduler.orb +9 -9
  213. package/dist/registry/core/atoms/std-rich-editor.orb +113 -113
  214. package/dist/registry/core/atoms/std-row-access-control.orb +21 -20
  215. package/dist/registry/core/atoms/std-saved-search.orb +89 -89
  216. package/dist/registry/core/atoms/std-scatter.orb +85 -85
  217. package/dist/registry/core/atoms/std-search.orb +11 -11
  218. package/dist/registry/core/atoms/std-selection.orb +103 -100
  219. package/dist/registry/core/atoms/std-sidebar-meta.orb +77 -77
  220. package/dist/registry/core/atoms/std-signature-capture.orb +85 -85
  221. package/dist/registry/core/atoms/std-stack-layout.orb +17 -17
  222. package/dist/registry/core/atoms/std-stats.orb +326 -325
  223. package/dist/registry/core/atoms/std-step-flow.orb +150 -149
  224. package/dist/registry/core/atoms/std-tabs.orb +47 -46
  225. package/dist/registry/core/atoms/std-tag-taxonomy.orb +63 -63
  226. package/dist/registry/core/atoms/std-thread.orb +64 -63
  227. package/dist/registry/core/atoms/std-version-history.orb +155 -155
  228. package/dist/registry/core/atoms/std-vote.orb +39 -39
  229. package/dist/registry/core/atoms/std-wizard-form.orb +177 -177
  230. package/dist/registry/core/atoms/std-wizard.orb +183 -183
  231. package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +65 -65
  232. package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +65 -65
  233. package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +79 -73
  234. package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +61 -61
  235. package/dist/registry/core-variations/atoms/std-browse-dense.orb +52 -58
  236. package/dist/registry/core-variations/atoms/std-browse-feed.orb +48 -47
  237. package/dist/registry/core-variations/atoms/std-browse-gallery.orb +38 -38
  238. package/dist/registry/core-variations/atoms/std-browse-triage.orb +64 -84
  239. package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +46 -46
  240. package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +40 -40
  241. package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +30 -30
  242. package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +91 -91
  243. package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +83 -83
  244. package/dist/registry/core-variations/atoms/std-step-flow-cards-deck.orb +42 -42
  245. package/dist/registry/core-variations/atoms/std-step-flow-progress-vertical.orb +56 -56
  246. package/dist/registry/core-variations/atoms/std-step-flow-stepper-horizontal.orb +28 -28
  247. package/dist/registry/core-variations/atoms/std-tabs-segmented-pills.orb +21 -21
  248. package/dist/registry/core-variations/atoms/std-tabs-sidebar-rail.orb +22 -22
  249. package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +50 -50
  250. package/dist/registry/core-variations/atoms/std-thread-comments-linear.orb +114 -114
  251. package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +101 -101
  252. package/package.json +1 -1
@@ -60,13 +60,13 @@
60
60
  "items": {
61
61
  "type": "object",
62
62
  "properties": {
63
- "id": {
64
- "name": "id",
63
+ "title": {
64
+ "name": "title",
65
65
  "type": "string",
66
66
  "required": true
67
67
  },
68
- "title": {
69
- "name": "title",
68
+ "id": {
69
+ "name": "id",
70
70
  "type": "string",
71
71
  "required": true
72
72
  },
@@ -335,8 +335,8 @@
335
335
  "WizardView",
336
336
  {
337
337
  "emit": {
338
- "success": "WizardLoaded",
339
- "failure": "WizardLoadFailed"
338
+ "failure": "WizardLoadFailed",
339
+ "success": "WizardLoaded"
340
340
  }
341
341
  }
342
342
  ],
@@ -383,16 +383,16 @@
383
383
  "@step",
384
384
  "label"
385
385
  ],
386
- "id": [
387
- "object/get",
388
- "@step",
389
- "key"
390
- ],
391
386
  "description": [
392
387
  "object/get",
393
388
  "@step",
394
389
  "description",
395
390
  ""
391
+ ],
392
+ "id": [
393
+ "object/get",
394
+ "@step",
395
+ "key"
396
396
  ]
397
397
  }
398
398
  ]
@@ -508,121 +508,121 @@
508
508
  "render-ui",
509
509
  "main",
510
510
  {
511
+ "direction": "vertical",
511
512
  "type": "stack",
512
513
  "children": [
513
514
  {
515
+ "type": "stack",
514
516
  "children": [
515
517
  {
516
518
  "name": "list-checks",
517
519
  "type": "icon"
518
520
  },
519
521
  {
520
- "type": "typography",
522
+ "content": "@config.title",
521
523
  "variant": "h3",
522
- "content": "@config.title"
524
+ "type": "typography"
523
525
  }
524
526
  ],
525
- "direction": "horizontal",
526
- "gap": "sm",
527
527
  "align": "center",
528
- "type": "stack"
528
+ "gap": "sm",
529
+ "direction": "horizontal"
529
530
  },
530
531
  {
531
- "currentStep": "@entity.currentStepIndex",
532
532
  "steps": "@entity.wizardSteps",
533
533
  "allowNavigation": false,
534
- "type": "wizard-progress"
534
+ "type": "wizard-progress",
535
+ "currentStep": "@entity.currentStepIndex"
535
536
  },
536
537
  {
537
538
  "type": "card",
538
- "look": "@config.cardLook",
539
539
  "children": [
540
540
  {
541
+ "gap": "md",
542
+ "type": "stack",
541
543
  "direction": "vertical",
542
544
  "children": [
543
545
  {
544
- "direction": "horizontal",
545
546
  "gap": "sm",
546
547
  "align": "center",
547
548
  "children": [
548
549
  {
549
- "size": "lg",
550
550
  "name": "@entity.currentStepIcon",
551
- "type": "icon"
551
+ "type": "icon",
552
+ "size": "lg"
552
553
  },
553
554
  {
554
- "direction": "vertical",
555
- "gap": "xs",
556
555
  "children": [
557
556
  {
558
- "variant": "h2",
559
557
  "type": "typography",
558
+ "variant": "h2",
560
559
  "content": "@entity.currentStepLabel"
561
560
  },
562
561
  {
563
- "type": "typography",
564
562
  "variant": "body",
565
563
  "content": "@entity.currentStepDescription",
564
+ "type": "typography",
566
565
  "color": "muted"
567
566
  }
568
567
  ],
568
+ "direction": "vertical",
569
+ "gap": "xs",
569
570
  "type": "stack"
570
571
  }
571
572
  ],
572
- "type": "stack"
573
+ "type": "stack",
574
+ "direction": "horizontal"
573
575
  },
574
576
  {
575
577
  "type": "divider"
576
578
  },
577
579
  {
578
- "type": "form-section",
579
- "showSubmit": false,
580
- "entity": "@entity",
581
- "submitEvent": "ADVANCE",
582
580
  "cancelEvent": "CANCEL",
581
+ "showSubmit": false,
583
582
  "showCancel": false,
584
583
  "mode": "edit",
585
- "fields": "@entity.currentFields"
584
+ "submitEvent": "ADVANCE",
585
+ "fields": "@entity.currentFields",
586
+ "entity": "@entity",
587
+ "type": "form-section"
586
588
  }
587
- ],
588
- "type": "stack",
589
- "gap": "md"
589
+ ]
590
590
  }
591
- ]
591
+ ],
592
+ "look": "@config.cardLook"
592
593
  },
593
594
  {
594
595
  "align": "center",
595
- "gap": "sm",
596
596
  "direction": "horizontal",
597
- "type": "stack",
598
597
  "children": [
599
598
  {
599
+ "label": "Back",
600
600
  "variant": "ghost",
601
+ "disabled": "@entity.isFirstStep",
601
602
  "action": "RETREAT",
602
- "label": "Back",
603
- "icon": "chevron-left",
604
603
  "type": "button",
605
- "disabled": "@entity.isFirstStep"
604
+ "icon": "chevron-left"
606
605
  },
607
606
  {
607
+ "icon": "x",
608
608
  "type": "button",
609
- "variant": "ghost",
610
609
  "label": "Cancel wizard",
611
- "action": "CANCEL",
612
- "icon": "x"
610
+ "variant": "ghost",
611
+ "action": "CANCEL"
613
612
  },
614
613
  {
615
- "variant": "primary",
616
- "type": "button",
617
- "action": "ADVANCE",
618
614
  "label": "@entity.primaryActionLabel",
619
- "icon": "@entity.primaryActionIcon"
615
+ "icon": "@entity.primaryActionIcon",
616
+ "action": "ADVANCE",
617
+ "type": "button",
618
+ "variant": "primary"
620
619
  }
621
- ]
620
+ ],
621
+ "type": "stack",
622
+ "gap": "sm"
622
623
  }
623
624
  ],
624
- "gap": "lg",
625
- "direction": "vertical"
625
+ "gap": "lg"
626
626
  }
627
627
  ]
628
628
  ]
@@ -641,9 +641,9 @@
641
641
  "render-ui",
642
642
  "main",
643
643
  {
644
- "type": "error-state",
645
644
  "title": "Failed to load",
646
- "message": "@entity.errorMessage"
645
+ "message": "@entity.errorMessage",
646
+ "type": "error-state"
647
647
  }
648
648
  ]
649
649
  ]
@@ -832,114 +832,114 @@
832
832
  "type": "stack",
833
833
  "children": [
834
834
  {
835
- "type": "stack",
836
835
  "children": [
837
836
  {
838
- "type": "icon",
839
- "name": "list-checks"
837
+ "name": "list-checks",
838
+ "type": "icon"
840
839
  },
841
840
  {
841
+ "variant": "h3",
842
842
  "type": "typography",
843
- "content": "@config.title",
844
- "variant": "h3"
843
+ "content": "@config.title"
845
844
  }
846
845
  ],
847
- "align": "center",
848
846
  "gap": "sm",
849
- "direction": "horizontal"
847
+ "align": "center",
848
+ "direction": "horizontal",
849
+ "type": "stack"
850
850
  },
851
851
  {
852
- "allowNavigation": false,
853
- "currentStep": "@entity.currentStepIndex",
854
852
  "type": "wizard-progress",
855
- "steps": "@entity.wizardSteps"
853
+ "steps": "@entity.wizardSteps",
854
+ "allowNavigation": false,
855
+ "currentStep": "@entity.currentStepIndex"
856
856
  },
857
857
  {
858
- "look": "@config.cardLook",
858
+ "type": "card",
859
859
  "children": [
860
860
  {
861
861
  "direction": "vertical",
862
+ "gap": "md",
862
863
  "type": "stack",
863
864
  "children": [
864
865
  {
866
+ "type": "stack",
867
+ "align": "center",
865
868
  "children": [
866
869
  {
867
- "type": "icon",
868
870
  "size": "lg",
871
+ "type": "icon",
869
872
  "name": "@entity.currentStepIcon"
870
873
  },
871
874
  {
872
- "type": "stack",
873
875
  "children": [
874
876
  {
877
+ "type": "typography",
875
878
  "content": "@entity.currentStepLabel",
876
- "variant": "h2",
877
- "type": "typography"
879
+ "variant": "h2"
878
880
  },
879
881
  {
880
- "content": "@entity.currentStepDescription",
882
+ "type": "typography",
881
883
  "color": "muted",
882
- "variant": "body",
883
- "type": "typography"
884
+ "content": "@entity.currentStepDescription",
885
+ "variant": "body"
884
886
  }
885
887
  ],
886
- "gap": "xs",
887
- "direction": "vertical"
888
+ "type": "stack",
889
+ "direction": "vertical",
890
+ "gap": "xs"
888
891
  }
889
892
  ],
890
- "gap": "sm",
891
- "type": "stack",
892
893
  "direction": "horizontal",
893
- "align": "center"
894
+ "gap": "sm"
894
895
  },
895
896
  {
896
897
  "type": "divider"
897
898
  },
898
899
  {
899
- "mode": "edit",
900
- "showSubmit": false,
901
- "type": "form-section",
902
- "showCancel": false,
903
- "entity": "@entity",
904
900
  "fields": "@entity.currentFields",
901
+ "entity": "@entity",
902
+ "type": "form-section",
903
+ "mode": "edit",
905
904
  "submitEvent": "ADVANCE",
906
- "cancelEvent": "CANCEL"
905
+ "cancelEvent": "CANCEL",
906
+ "showCancel": false,
907
+ "showSubmit": false
907
908
  }
908
- ],
909
- "gap": "md"
909
+ ]
910
910
  }
911
911
  ],
912
- "type": "card"
912
+ "look": "@config.cardLook"
913
913
  },
914
914
  {
915
- "align": "center",
916
- "direction": "horizontal",
917
- "type": "stack",
918
- "gap": "sm",
919
915
  "children": [
920
916
  {
921
- "variant": "ghost",
922
- "label": "Back",
923
- "type": "button",
924
917
  "action": "RETREAT",
918
+ "disabled": "@entity.isFirstStep",
919
+ "variant": "ghost",
925
920
  "icon": "chevron-left",
926
- "disabled": "@entity.isFirstStep"
921
+ "type": "button",
922
+ "label": "Back"
927
923
  },
928
924
  {
925
+ "icon": "x",
929
926
  "type": "button",
930
927
  "variant": "ghost",
931
- "label": "Cancel wizard",
932
928
  "action": "CANCEL",
933
- "icon": "x"
929
+ "label": "Cancel wizard"
934
930
  },
935
931
  {
936
932
  "icon": "@entity.primaryActionIcon",
933
+ "label": "@entity.primaryActionLabel",
937
934
  "type": "button",
938
935
  "action": "ADVANCE",
939
- "variant": "primary",
940
- "label": "@entity.primaryActionLabel"
936
+ "variant": "primary"
941
937
  }
942
- ]
938
+ ],
939
+ "type": "stack",
940
+ "direction": "horizontal",
941
+ "gap": "sm",
942
+ "align": "center"
943
943
  }
944
944
  ],
945
945
  "gap": "lg",
@@ -966,8 +966,8 @@
966
966
  "@payload.data",
967
967
  {
968
968
  "emit": {
969
- "success": "WizardSaved",
970
- "failure": "WizardSaveFailed"
969
+ "failure": "WizardSaveFailed",
970
+ "success": "WizardSaved"
971
971
  }
972
972
  }
973
973
  ],
@@ -975,43 +975,43 @@
975
975
  "render-ui",
976
976
  "main",
977
977
  {
978
- "type": "stack",
979
978
  "children": [
980
979
  {
981
- "type": "icon",
980
+ "name": "check-circle",
982
981
  "size": "lg",
983
- "name": "check-circle"
982
+ "type": "icon"
984
983
  },
985
984
  {
986
985
  "type": "typography",
987
- "variant": "h2",
988
986
  "align": "center",
987
+ "variant": "h2",
989
988
  "content": "Complete"
990
989
  },
991
990
  {
992
- "content": "@entity.completionMessage",
993
991
  "color": "muted",
994
992
  "type": "typography",
993
+ "content": "@entity.completionMessage",
995
994
  "variant": "body",
996
995
  "align": "center"
997
996
  },
998
997
  {
999
- "steps": "@entity.wizardSteps",
998
+ "type": "wizard-progress",
1000
999
  "currentStep": "@entity.totalSteps",
1001
- "allowNavigation": false,
1002
- "type": "wizard-progress"
1000
+ "steps": "@entity.wizardSteps",
1001
+ "allowNavigation": false
1003
1002
  },
1004
1003
  {
1004
+ "action": "RESTART",
1005
+ "variant": "secondary",
1005
1006
  "icon": "rotate-ccw",
1006
1007
  "type": "button",
1007
- "variant": "secondary",
1008
- "label": "Start a new wizard",
1009
- "action": "RESTART"
1008
+ "label": "Start a new wizard"
1010
1009
  }
1011
1010
  ],
1012
- "align": "center",
1011
+ "type": "stack",
1013
1012
  "direction": "vertical",
1014
- "gap": "lg"
1013
+ "gap": "lg",
1014
+ "align": "center"
1015
1015
  }
1016
1016
  ]
1017
1017
  ]
@@ -1148,45 +1148,46 @@
1148
1148
  "main",
1149
1149
  {
1150
1150
  "gap": "lg",
1151
- "direction": "vertical",
1152
- "type": "stack",
1153
1151
  "children": [
1154
1152
  {
1155
- "gap": "sm",
1156
- "type": "stack",
1157
1153
  "direction": "horizontal",
1158
1154
  "align": "center",
1155
+ "gap": "sm",
1156
+ "type": "stack",
1159
1157
  "children": [
1160
1158
  {
1161
1159
  "type": "icon",
1162
1160
  "name": "list-checks"
1163
1161
  },
1164
1162
  {
1163
+ "type": "typography",
1165
1164
  "content": "@config.title",
1166
- "variant": "h3",
1167
- "type": "typography"
1165
+ "variant": "h3"
1168
1166
  }
1169
1167
  ]
1170
1168
  },
1171
1169
  {
1170
+ "type": "wizard-progress",
1172
1171
  "allowNavigation": false,
1173
1172
  "steps": "@entity.wizardSteps",
1174
- "type": "wizard-progress",
1175
1173
  "currentStep": "@entity.currentStepIndex"
1176
1174
  },
1177
1175
  {
1178
- "type": "card",
1179
1176
  "children": [
1180
1177
  {
1178
+ "gap": "md",
1179
+ "type": "stack",
1181
1180
  "direction": "vertical",
1182
1181
  "children": [
1183
1182
  {
1183
+ "direction": "horizontal",
1184
1184
  "type": "stack",
1185
+ "gap": "sm",
1185
1186
  "align": "center",
1186
1187
  "children": [
1187
1188
  {
1188
- "size": "lg",
1189
1189
  "name": "@entity.currentStepIcon",
1190
+ "size": "lg",
1190
1191
  "type": "icon"
1191
1192
  },
1192
1193
  {
@@ -1199,69 +1200,68 @@
1199
1200
  {
1200
1201
  "color": "muted",
1201
1202
  "variant": "body",
1202
- "type": "typography",
1203
- "content": "@entity.currentStepDescription"
1203
+ "content": "@entity.currentStepDescription",
1204
+ "type": "typography"
1204
1205
  }
1205
1206
  ],
1206
- "gap": "xs",
1207
1207
  "type": "stack",
1208
- "direction": "vertical"
1208
+ "direction": "vertical",
1209
+ "gap": "xs"
1209
1210
  }
1210
- ],
1211
- "direction": "horizontal",
1212
- "gap": "sm"
1211
+ ]
1213
1212
  },
1214
1213
  {
1215
1214
  "type": "divider"
1216
1215
  },
1217
1216
  {
1217
+ "mode": "edit",
1218
+ "type": "form-section",
1218
1219
  "fields": "@entity.currentFields",
1220
+ "showSubmit": false,
1221
+ "entity": "@entity",
1219
1222
  "showCancel": false,
1220
1223
  "cancelEvent": "CANCEL",
1221
- "entity": "@entity",
1222
- "type": "form-section",
1223
- "submitEvent": "ADVANCE",
1224
- "mode": "edit",
1225
- "showSubmit": false
1224
+ "submitEvent": "ADVANCE"
1226
1225
  }
1227
- ],
1228
- "type": "stack",
1229
- "gap": "md"
1226
+ ]
1230
1227
  }
1231
1228
  ],
1229
+ "type": "card",
1232
1230
  "look": "@config.cardLook"
1233
1231
  },
1234
1232
  {
1235
- "type": "stack",
1236
- "align": "center",
1237
1233
  "direction": "horizontal",
1238
1234
  "gap": "sm",
1235
+ "type": "stack",
1236
+ "align": "center",
1239
1237
  "children": [
1240
1238
  {
1239
+ "disabled": "@entity.isFirstStep",
1241
1240
  "action": "RETREAT",
1242
- "icon": "chevron-left",
1243
1241
  "variant": "ghost",
1244
- "disabled": "@entity.isFirstStep",
1245
1242
  "type": "button",
1246
- "label": "Back"
1243
+ "label": "Back",
1244
+ "icon": "chevron-left"
1247
1245
  },
1248
1246
  {
1249
- "variant": "ghost",
1250
- "label": "Cancel wizard",
1251
- "action": "CANCEL",
1252
1247
  "icon": "x",
1248
+ "action": "CANCEL",
1249
+ "label": "Cancel wizard",
1250
+ "variant": "ghost",
1253
1251
  "type": "button"
1254
1252
  },
1255
1253
  {
1256
- "type": "button",
1257
1254
  "label": "@entity.primaryActionLabel",
1258
- "variant": "primary",
1255
+ "icon": "@entity.primaryActionIcon",
1259
1256
  "action": "ADVANCE",
1260
- "icon": "@entity.primaryActionIcon"
1257
+ "variant": "primary",
1258
+ "type": "button"
1261
1259
  }
1262
1260
  ]
1263
1261
  }
1264
- ]
1262
+ ],
1263
+ "type": "stack",
1264
+ "direction": "vertical"
1265
1265
  }
1266
1266
  ]
1267
1267
  ]
@@ -1280,7 +1280,6 @@
1280
1280
  "render-ui",
1281
1281
  "main",
1282
1282
  {
1283
- "align": "center",
1284
1283
  "children": [
1285
1284
  {
1286
1285
  "type": "icon",
@@ -1288,28 +1287,29 @@
1288
1287
  "size": "lg"
1289
1288
  },
1290
1289
  {
1291
- "type": "typography",
1292
1290
  "variant": "h2",
1293
1291
  "align": "center",
1294
- "content": "Cancelled"
1292
+ "content": "Cancelled",
1293
+ "type": "typography"
1295
1294
  },
1296
1295
  {
1297
- "type": "typography",
1298
- "content": "The wizard was cancelled. No data was submitted.",
1296
+ "align": "center",
1299
1297
  "variant": "body",
1300
1298
  "color": "muted",
1301
- "align": "center"
1299
+ "type": "typography",
1300
+ "content": "The wizard was cancelled. No data was submitted."
1302
1301
  },
1303
1302
  {
1304
- "type": "button",
1305
- "icon": "rotate-ccw",
1306
1303
  "action": "RESTART",
1304
+ "icon": "rotate-ccw",
1305
+ "variant": "secondary",
1307
1306
  "label": "Start a new wizard",
1308
- "variant": "secondary"
1307
+ "type": "button"
1309
1308
  }
1310
1309
  ],
1311
1310
  "direction": "vertical",
1312
1311
  "type": "stack",
1312
+ "align": "center",
1313
1313
  "gap": "lg"
1314
1314
  }
1315
1315
  ]
@@ -1335,8 +1335,8 @@
1335
1335
  "WizardView",
1336
1336
  {
1337
1337
  "emit": {
1338
- "failure": "WizardLoadFailed",
1339
- "success": "WizardLoaded"
1338
+ "success": "WizardLoaded",
1339
+ "failure": "WizardLoadFailed"
1340
1340
  }
1341
1341
  }
1342
1342
  ],
@@ -1379,8 +1379,8 @@
1379
1379
  "render-ui",
1380
1380
  "main",
1381
1381
  {
1382
- "title": "Restarting…",
1383
- "type": "loading-state"
1382
+ "type": "loading-state",
1383
+ "title": "Restarting…"
1384
1384
  }
1385
1385
  ]
1386
1386
  ]
@@ -1394,8 +1394,8 @@
1394
1394
  "render-ui",
1395
1395
  "main",
1396
1396
  {
1397
- "type": "loading-state",
1398
- "title": "Retrying…"
1397
+ "title": "Retrying…",
1398
+ "type": "loading-state"
1399
1399
  }
1400
1400
  ]
1401
1401
  ]
@@ -1430,33 +1430,33 @@
1430
1430
  "type": "[StepSpec]",
1431
1431
  "default": [
1432
1432
  {
1433
- "label": "Details",
1434
- "key": "details",
1433
+ "icon": "file-text",
1435
1434
  "description": "Basic information",
1435
+ "key": "details",
1436
+ "label": "Details",
1436
1437
  "fields": [
1437
1438
  "title",
1438
1439
  "description"
1439
- ],
1440
- "icon": "file-text"
1440
+ ]
1441
1441
  },
1442
1442
  {
1443
- "label": "Options",
1444
1443
  "description": "Configure preferences",
1445
1444
  "icon": "settings",
1446
- "key": "options",
1445
+ "label": "Options",
1447
1446
  "fields": [
1448
1447
  "category",
1449
1448
  "priority"
1450
- ]
1449
+ ],
1450
+ "key": "options"
1451
1451
  },
1452
1452
  {
1453
- "description": "Confirm and submit",
1454
- "key": "review",
1455
- "icon": "check-circle",
1456
- "label": "Review",
1457
1453
  "fields": [
1458
1454
  "notes"
1459
- ]
1455
+ ],
1456
+ "icon": "check-circle",
1457
+ "label": "Review",
1458
+ "description": "Confirm and submit",
1459
+ "key": "review"
1460
1460
  }
1461
1461
  ],
1462
1462
  "label": "Steps",
@@ -1473,8 +1473,8 @@
1473
1473
  "type": "string"
1474
1474
  }
1475
1475
  },
1476
- "key": {
1477
- "name": "key",
1476
+ "icon": {
1477
+ "name": "icon",
1478
1478
  "type": "string",
1479
1479
  "required": false
1480
1480
  },
@@ -1483,6 +1483,11 @@
1483
1483
  "type": "string",
1484
1484
  "required": false
1485
1485
  },
1486
+ "key": {
1487
+ "name": "key",
1488
+ "type": "string",
1489
+ "required": false
1490
+ },
1486
1491
  "label": {
1487
1492
  "name": "label",
1488
1493
  "type": "string",
@@ -1495,11 +1500,6 @@
1495
1500
  "items": {
1496
1501
  "type": "string"
1497
1502
  }
1498
- },
1499
- "icon": {
1500
- "name": "icon",
1501
- "type": "string",
1502
- "required": false
1503
1503
  }
1504
1504
  }
1505
1505
  }