@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
@@ -292,8 +292,8 @@
292
292
  "FormEntry",
293
293
  {
294
294
  "emit": {
295
- "success": "FormEntryLoaded",
296
- "failure": "FormEntryLoadFailed"
295
+ "failure": "FormEntryLoadFailed",
296
+ "success": "FormEntryLoaded"
297
297
  }
298
298
  }
299
299
  ],
@@ -313,36 +313,36 @@
313
313
  {
314
314
  "type": "stack",
315
315
  "gap": "lg",
316
+ "direction": "vertical",
316
317
  "children": [
317
318
  {
319
+ "gap": "sm",
318
320
  "children": [
319
321
  {
320
322
  "type": "icon",
321
323
  "name": "file-text"
322
324
  },
323
325
  {
326
+ "variant": "h2",
324
327
  "type": "typography",
325
- "content": "FormEntry Form",
326
- "variant": "h2"
328
+ "content": "FormEntry Form"
327
329
  }
328
330
  ],
329
- "gap": "sm",
330
- "direction": "horizontal",
331
331
  "type": "stack",
332
+ "direction": "horizontal",
332
333
  "align": "center"
333
334
  },
334
335
  {
335
336
  "type": "divider"
336
337
  },
337
338
  {
338
- "cancelEvent": "INIT",
339
- "type": "form-section",
340
- "fields": "@config.fields",
341
339
  "submitEvent": "SUBMIT",
342
- "mode": "create"
340
+ "type": "form-section",
341
+ "mode": "create",
342
+ "cancelEvent": "INIT",
343
+ "fields": "@config.fields"
343
344
  }
344
- ],
345
- "direction": "vertical"
345
+ ]
346
346
  }
347
347
  ]
348
348
  ]
@@ -404,8 +404,8 @@
404
404
  "@payload.data",
405
405
  {
406
406
  "emit": {
407
- "success": "FormEntrySaved",
408
- "failure": "FormEntrySaveFailed"
407
+ "failure": "FormEntrySaveFailed",
408
+ "success": "FormEntrySaved"
409
409
  }
410
410
  }
411
411
  ],
@@ -413,15 +413,19 @@
413
413
  "render-ui",
414
414
  "main",
415
415
  {
416
+ "type": "stack",
417
+ "direction": "vertical",
418
+ "gap": "lg",
419
+ "align": "center",
416
420
  "children": [
417
421
  {
418
- "type": "icon",
419
- "name": "check-circle"
422
+ "name": "check-circle",
423
+ "type": "icon"
420
424
  },
421
425
  {
422
- "variant": "h2",
423
426
  "type": "typography",
424
- "content": "Form Submitted"
427
+ "content": "Form Submitted",
428
+ "variant": "h2"
425
429
  },
426
430
  {
427
431
  "message": "Your form has been submitted successfully.",
@@ -431,15 +435,11 @@
431
435
  {
432
436
  "type": "button",
433
437
  "action": "RESET",
434
- "variant": "primary",
435
438
  "icon": "plus",
439
+ "variant": "primary",
436
440
  "label": "New Entry"
437
441
  }
438
- ],
439
- "align": "center",
440
- "type": "stack",
441
- "gap": "lg",
442
- "direction": "vertical"
442
+ ]
443
443
  }
444
444
  ]
445
445
  ]
@@ -454,8 +454,8 @@
454
454
  "FormEntry",
455
455
  {
456
456
  "emit": {
457
- "success": "FormEntryLoaded",
458
- "failure": "FormEntryLoadFailed"
457
+ "failure": "FormEntryLoadFailed",
458
+ "success": "FormEntryLoaded"
459
459
  }
460
460
  }
461
461
  ],
@@ -473,38 +473,38 @@
473
473
  "render-ui",
474
474
  "main",
475
475
  {
476
- "direction": "vertical",
477
476
  "type": "stack",
478
477
  "gap": "lg",
479
478
  "children": [
480
479
  {
480
+ "gap": "sm",
481
+ "type": "stack",
482
+ "align": "center",
481
483
  "children": [
482
484
  {
483
485
  "type": "icon",
484
486
  "name": "file-text"
485
487
  },
486
488
  {
487
- "variant": "h2",
488
489
  "type": "typography",
489
- "content": "FormEntry Form"
490
+ "content": "FormEntry Form",
491
+ "variant": "h2"
490
492
  }
491
493
  ],
492
- "gap": "sm",
493
- "direction": "horizontal",
494
- "type": "stack",
495
- "align": "center"
494
+ "direction": "horizontal"
496
495
  },
497
496
  {
498
497
  "type": "divider"
499
498
  },
500
499
  {
501
500
  "fields": "@config.fields",
502
- "cancelEvent": "INIT",
503
- "type": "form-section",
504
501
  "mode": "create",
505
- "submitEvent": "SUBMIT"
502
+ "type": "form-section",
503
+ "submitEvent": "SUBMIT",
504
+ "cancelEvent": "INIT"
506
505
  }
507
- ]
506
+ ],
507
+ "direction": "vertical"
508
508
  }
509
509
  ]
510
510
  ]
@@ -520,18 +520,18 @@
520
520
  "label": "Name"
521
521
  },
522
522
  {
523
- "name": "description",
524
- "label": "Description"
523
+ "label": "Description",
524
+ "name": "description"
525
525
  },
526
526
  {
527
+ "type": "enum",
527
528
  "label": "Status",
528
- "name": "status",
529
529
  "values": [
530
530
  "active",
531
531
  "inactive",
532
532
  "pending"
533
533
  ],
534
- "type": "enum"
534
+ "name": "status"
535
535
  },
536
536
  {
537
537
  "label": "Notes",
@@ -539,39 +539,39 @@
539
539
  "type": "textarea"
540
540
  },
541
541
  {
542
- "label": "Age",
543
542
  "type": "number",
544
- "name": "age"
543
+ "name": "age",
544
+ "label": "Age"
545
545
  },
546
546
  {
547
547
  "type": "boolean",
548
- "name": "isActive",
549
- "label": "Is Active"
548
+ "label": "Is Active",
549
+ "name": "isActive"
550
550
  },
551
551
  {
552
- "type": "date",
553
552
  "label": "Birth Date",
553
+ "type": "date",
554
554
  "name": "birthDate"
555
555
  },
556
556
  {
557
- "type": "enum",
557
+ "name": "priority",
558
558
  "values": [
559
559
  "low",
560
560
  "medium",
561
561
  "high",
562
562
  "critical"
563
563
  ],
564
- "name": "priority",
565
- "label": "Priority"
564
+ "label": "Priority",
565
+ "type": "enum"
566
566
  },
567
567
  {
568
+ "name": "categoryId",
569
+ "label": "Category ID",
570
+ "type": "relation",
568
571
  "relation": {
569
572
  "entity": "FormEntry",
570
573
  "cardinality": "one"
571
- },
572
- "name": "categoryId",
573
- "label": "Category ID",
574
- "type": "relation"
574
+ }
575
575
  }
576
576
  ],
577
577
  "label": "Form fields",
@@ -585,18 +585,18 @@
585
585
  "type": "string",
586
586
  "required": false
587
587
  },
588
- "header": {
589
- "name": "header",
588
+ "format": {
589
+ "name": "format",
590
590
  "type": "string",
591
591
  "required": false
592
592
  },
593
- "label": {
594
- "name": "label",
593
+ "variant": {
594
+ "name": "variant",
595
595
  "type": "string",
596
596
  "required": false
597
597
  },
598
- "format": {
599
- "name": "format",
598
+ "label": {
599
+ "name": "label",
600
600
  "type": "string",
601
601
  "required": false
602
602
  },
@@ -605,8 +605,8 @@
605
605
  "type": "string",
606
606
  "required": true
607
607
  },
608
- "variant": {
609
- "name": "variant",
608
+ "header": {
609
+ "name": "header",
610
610
  "type": "string",
611
611
  "required": false
612
612
  },
@@ -632,15 +632,15 @@
632
632
  "type": "string",
633
633
  "required": false
634
634
  },
635
- "field": {
636
- "name": "field",
637
- "type": "string",
638
- "required": true
639
- },
640
635
  "message": {
641
636
  "name": "message",
642
637
  "type": "string",
643
638
  "required": false
639
+ },
640
+ "field": {
641
+ "name": "field",
642
+ "type": "string",
643
+ "required": true
644
644
  }
645
645
  }
646
646
  }
@@ -49,6 +49,7 @@
49
49
  "name": "GalleryItemGallery",
50
50
  "entityRebindable": true,
51
51
  "entityContract": {
52
+ "requires": [],
52
53
  "provides": [
53
54
  "description",
54
55
  "imageUrl",
@@ -206,21 +207,21 @@
206
207
  "main",
207
208
  {
208
209
  "direction": "vertical",
209
- "align": "center",
210
- "type": "stack",
211
210
  "gap": "md",
211
+ "type": "stack",
212
+ "className": "py-12",
212
213
  "children": [
213
214
  {
214
215
  "type": "spinner"
215
216
  },
216
217
  {
217
- "variant": "caption",
218
- "content": "Loading gallery…",
219
218
  "type": "typography",
220
- "color": "muted"
219
+ "color": "muted",
220
+ "content": "Loading gallery…",
221
+ "variant": "caption"
221
222
  }
222
223
  ],
223
- "className": "py-12"
224
+ "align": "center"
224
225
  }
225
226
  ]
226
227
  ]
@@ -237,32 +238,32 @@
237
238
  "type": "stack",
238
239
  "children": [
239
240
  {
241
+ "type": "stack",
242
+ "gap": "sm",
243
+ "align": "center",
240
244
  "children": [
241
245
  {
242
246
  "name": "image",
243
247
  "type": "icon"
244
248
  },
245
249
  {
246
- "variant": "h3",
247
250
  "type": "typography",
248
- "content": "@config.title"
251
+ "content": "@config.title",
252
+ "variant": "h3"
249
253
  }
250
254
  ],
251
- "type": "stack",
252
- "direction": "horizontal",
253
- "gap": "sm",
254
- "align": "center"
255
+ "direction": "horizontal"
255
256
  },
256
257
  {
257
258
  "type": "divider"
258
259
  },
259
260
  {
260
- "entity": "@payload.data",
261
- "type": "media-gallery"
261
+ "type": "media-gallery",
262
+ "entity": "@payload.data"
262
263
  }
263
264
  ],
264
- "gap": "md",
265
- "direction": "vertical"
265
+ "direction": "vertical",
266
+ "gap": "md"
266
267
  }
267
268
  ]
268
269
  ]
@@ -276,9 +277,9 @@
276
277
  "render-ui",
277
278
  "main",
278
279
  {
280
+ "message": "@payload.error",
279
281
  "type": "alert",
280
- "variant": "error",
281
- "message": "@payload.error"
282
+ "variant": "error"
282
283
  }
283
284
  ]
284
285
  ]
@@ -312,18 +313,18 @@
312
313
  "render-ui",
313
314
  "modal",
314
315
  {
315
- "type": "lightbox",
316
316
  "currentIndex": 0.0,
317
+ "showCounter": true,
317
318
  "closeAction": "CLOSE",
318
- "isOpen": true,
319
+ "type": "lightbox",
319
320
  "images": [
320
321
  {
322
+ "alt": "@entity.name",
321
323
  "src": "@entity.imageUrl",
322
- "caption": "@entity.name",
323
- "alt": "@entity.name"
324
+ "caption": "@entity.name"
324
325
  }
325
326
  ],
326
- "showCounter": true
327
+ "isOpen": true
327
328
  }
328
329
  ]
329
330
  ]
@@ -352,20 +353,20 @@
352
353
  "render-ui",
353
354
  "main",
354
355
  {
355
- "type": "stack",
356
- "className": "py-12",
357
356
  "align": "center",
358
- "direction": "vertical",
357
+ "className": "py-12",
358
+ "type": "stack",
359
359
  "gap": "md",
360
+ "direction": "vertical",
360
361
  "children": [
361
362
  {
362
363
  "type": "spinner"
363
364
  },
364
365
  {
365
- "color": "muted",
366
- "content": "Loading gallery…",
367
366
  "variant": "caption",
368
- "type": "typography"
367
+ "content": "Loading gallery…",
368
+ "type": "typography",
369
+ "color": "muted"
369
370
  }
370
371
  ]
371
372
  }
@@ -130,33 +130,33 @@
130
130
  "render-ui",
131
131
  "main",
132
132
  {
133
- "direction": "vertical",
134
133
  "type": "stack",
135
- "gap": "md",
134
+ "direction": "vertical",
136
135
  "children": [
137
136
  {
138
- "event": "@config.event",
139
137
  "type": "search-input",
138
+ "event": "@config.event",
140
139
  "placeholder": "@config.placeholder"
141
140
  },
142
141
  {
143
- "centerLat": "@entity.centerLat",
144
- "centerLng": "@entity.centerLng",
145
142
  "zoom": 12.0,
146
143
  "markers": [],
144
+ "centerLng": "@entity.centerLng",
147
145
  "height": "240px",
146
+ "centerLat": "@entity.centerLat",
148
147
  "type": "map-view"
149
148
  },
150
149
  {
151
150
  "showTooltip": true,
151
+ "max": 100.0,
152
152
  "action": "GEO_SEARCH",
153
- "step": 1.0,
154
153
  "type": "range-slider",
155
- "max": 100.0,
154
+ "min": 1.0,
156
155
  "value": "@entity.radiusKm",
157
- "min": 1.0
156
+ "step": 1.0
158
157
  }
159
- ]
158
+ ],
159
+ "gap": "md"
160
160
  }
161
161
  ]
162
162
  ]
@@ -190,7 +190,8 @@
190
190
  "render-ui",
191
191
  "main",
192
192
  {
193
- "type": "stack",
193
+ "direction": "vertical",
194
+ "gap": "md",
194
195
  "children": [
195
196
  {
196
197
  "event": "@config.event",
@@ -198,25 +199,24 @@
198
199
  "placeholder": "@config.placeholder"
199
200
  },
200
201
  {
201
- "markers": [],
202
202
  "type": "map-view",
203
- "centerLng": "@entity.centerLng",
204
- "zoom": 12.0,
203
+ "markers": [],
204
+ "centerLat": "@entity.centerLat",
205
205
  "height": "240px",
206
- "centerLat": "@entity.centerLat"
206
+ "centerLng": "@entity.centerLng",
207
+ "zoom": 12.0
207
208
  },
208
209
  {
209
- "max": 100.0,
210
- "value": "@entity.radiusKm",
211
210
  "action": "GEO_SEARCH",
212
- "showTooltip": true,
213
211
  "step": 1.0,
212
+ "type": "range-slider",
214
213
  "min": 1.0,
215
- "type": "range-slider"
214
+ "value": "@entity.radiusKm",
215
+ "showTooltip": true,
216
+ "max": 100.0
216
217
  }
217
218
  ],
218
- "direction": "vertical",
219
- "gap": "md"
219
+ "type": "stack"
220
220
  }
221
221
  ]
222
222
  ]
@@ -224,6 +224,13 @@
224
224
  ]
225
225
  },
226
226
  "config": {
227
+ "event": {
228
+ "type": "string",
229
+ "default": "GEO_SEARCH",
230
+ "label": "Search event",
231
+ "description": "Event emitted when the user runs a geo search",
232
+ "tier": "internal"
233
+ },
227
234
  "defaultRadiusKm": {
228
235
  "type": "number",
229
236
  "default": 10.0,
@@ -237,13 +244,6 @@
237
244
  "label": "Search placeholder",
238
245
  "description": "Hint text in the location search input",
239
246
  "tier": "presentation"
240
- },
241
- "event": {
242
- "type": "string",
243
- "default": "GEO_SEARCH",
244
- "label": "Search event",
245
- "description": "Event emitted when the user runs a geo search",
246
- "tier": "internal"
247
247
  }
248
248
  },
249
249
  "scope": "instance"