@almadar/std 14.25.0 → 14.27.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 (431) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  25. package/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  28. package/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  30. package/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  33. package/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  37. package/behaviors/registry/app/atoms/std-donor.orb +440 -153
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  39. package/behaviors/registry/app/atoms/std-driver.orb +477 -492
  40. package/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  42. package/behaviors/registry/app/atoms/std-event.orb +467 -669
  43. package/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  44. package/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  45. package/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  47. package/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  49. package/behaviors/registry/app/atoms/std-lease.orb +508 -184
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  52. package/behaviors/registry/app/atoms/std-matter.orb +482 -336
  53. package/behaviors/registry/app/atoms/std-membership.orb +521 -113
  54. package/behaviors/registry/app/atoms/std-menu.orb +766 -174
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  60. package/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  66. package/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  68. package/behaviors/registry/app/atoms/std-segment.orb +367 -113
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  70. package/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  71. package/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  75. package/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  79. package/behaviors/registry/app/atoms/std-trial.orb +423 -337
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  83. package/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  85. package/behaviors/registry/app/molecules/std-application.orb +168 -253
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  87. package/behaviors/registry/app/molecules/std-cart.orb +82 -76
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  92. package/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  97. package/behaviors/registry/app/organisms/std-cms.orb +315 -315
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  100. package/behaviors/registry/app/organisms/std-crm.orb +265 -265
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  106. package/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  110. package/behaviors/registry/app/organisms/std-forum.orb +150 -150
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  114. package/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  117. package/behaviors/registry/app/organisms/std-listings.orb +147 -147
  118. package/behaviors/registry/app/organisms/std-lms.orb +409 -409
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  122. package/behaviors/registry/app/organisms/std-notes.orb +112 -112
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  131. package/behaviors/registry/app/organisms/std-survey.orb +129 -129
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  134. package/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  137. package/behaviors/registry/core/atoms/std-browse.orb +58 -58
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  139. package/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  142. package/behaviors/registry/core/atoms/std-display.orb +1 -1
  143. package/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  145. package/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  146. package/behaviors/registry/core/atoms/std-filter.orb +12 -12
  147. package/behaviors/registry/core/atoms/std-flag.orb +95 -95
  148. package/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  153. package/behaviors/registry/core/atoms/std-modal.orb +20 -20
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  155. package/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  156. package/behaviors/registry/core/atoms/std-push.orb +38 -38
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  159. package/behaviors/registry/core/atoms/std-related.orb +34 -34
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  162. package/behaviors/registry/core/atoms/std-search.orb +9 -9
  163. package/behaviors/registry/core/atoms/std-selection.orb +77 -77
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  165. package/behaviors/registry/core/atoms/std-stats.orb +104 -104
  166. package/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  168. package/behaviors/registry/core/atoms/std-thread.orb +56 -56
  169. package/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  170. package/behaviors/registry/core/atoms/std-vote.orb +39 -39
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  177. package/behaviors/registry/core/molecules/std-list.orb +71 -71
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  191. package/behaviors/registry/game/atoms/std-quest.orb +122 -122
  192. package/behaviors/registry/game/atoms/std-timer.orb +266 -266
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  203. package/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  204. package/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  208. package/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  216. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +82 -82
  217. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +110 -110
  218. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +112 -112
  219. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +90 -90
  220. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +406 -406
  221. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
  222. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +83 -83
  223. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +122 -122
  224. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +51 -51
  225. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +122 -122
  226. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +214 -214
  227. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +329 -329
  228. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +67 -67
  229. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +202 -202
  230. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +185 -185
  231. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +122 -122
  232. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +114 -114
  233. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +209 -209
  234. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1039 -1039
  235. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2977 -2977
  236. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2090 -2090
  237. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +935 -935
  238. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +760 -760
  239. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +62 -62
  240. package/dist/behaviors/registry/app/atoms/std-applicant.orb +497 -43
  241. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +451 -625
  242. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +443 -238
  243. package/dist/behaviors/registry/app/atoms/std-change-order.orb +563 -305
  244. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +435 -98
  245. package/dist/behaviors/registry/app/atoms/std-checkin.orb +436 -272
  246. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +458 -260
  247. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +508 -74
  248. package/dist/behaviors/registry/app/atoms/std-class-session.orb +488 -101
  249. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +525 -94
  250. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +576 -96
  251. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +497 -54
  252. package/dist/behaviors/registry/app/atoms/std-donor.orb +440 -153
  253. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +453 -70
  254. package/dist/behaviors/registry/app/atoms/std-driver.orb +477 -492
  255. package/dist/behaviors/registry/app/atoms/std-dunning.orb +442 -515
  256. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +518 -65
  257. package/dist/behaviors/registry/app/atoms/std-event.orb +467 -669
  258. package/dist/behaviors/registry/app/atoms/std-health-score.orb +371 -436
  259. package/dist/behaviors/registry/app/atoms/std-help-article.orb +374 -532
  260. package/dist/behaviors/registry/app/atoms/std-help-category.orb +347 -369
  261. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +491 -49
  262. package/dist/behaviors/registry/app/atoms/std-invoice.orb +488 -303
  263. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +632 -140
  264. package/dist/behaviors/registry/app/atoms/std-lease.orb +508 -184
  265. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +474 -150
  266. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +653 -203
  267. package/dist/behaviors/registry/app/atoms/std-matter.orb +482 -336
  268. package/dist/behaviors/registry/app/atoms/std-membership.orb +521 -113
  269. package/dist/behaviors/registry/app/atoms/std-menu.orb +766 -174
  270. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +518 -100
  271. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +330 -338
  272. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +493 -43
  273. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +376 -360
  274. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +364 -331
  275. package/dist/behaviors/registry/app/atoms/std-receipt.orb +566 -57
  276. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +419 -842
  277. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +373 -436
  278. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +659 -57
  279. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +497 -46
  280. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +456 -149
  281. package/dist/behaviors/registry/app/atoms/std-rfi.orb +507 -466
  282. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +448 -158
  283. package/dist/behaviors/registry/app/atoms/std-segment.orb +367 -113
  284. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +486 -103
  285. package/dist/behaviors/registry/app/atoms/std-submittal.orb +538 -510
  286. package/dist/behaviors/registry/app/atoms/std-table-map.orb +88 -51
  287. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +649 -67
  288. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +324 -229
  289. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +527 -104
  290. package/dist/behaviors/registry/app/atoms/std-tenant.orb +522 -63
  291. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +469 -457
  292. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +338 -301
  293. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +542 -298
  294. package/dist/behaviors/registry/app/atoms/std-trial.orb +423 -337
  295. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +406 -571
  296. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +372 -283
  297. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +268 -214
  298. package/dist/behaviors/registry/app/atoms/std-work-order.orb +629 -241
  299. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +81 -75
  300. package/dist/behaviors/registry/app/molecules/std-application.orb +168 -253
  301. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +74 -200
  302. package/dist/behaviors/registry/app/molecules/std-cart.orb +82 -76
  303. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +422 -161
  304. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +622 -154
  305. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +512 -113
  306. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +390 -476
  307. package/dist/behaviors/registry/app/organisms/std-accounting.orb +120 -120
  308. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +214 -214
  309. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +143 -143
  310. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +698 -698
  311. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +282 -282
  312. package/dist/behaviors/registry/app/organisms/std-cms.orb +315 -315
  313. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +226 -226
  314. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +159 -159
  315. package/dist/behaviors/registry/app/organisms/std-crm.orb +265 -265
  316. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +106 -106
  317. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +384 -384
  318. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +101 -101
  319. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +735 -735
  320. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +207 -207
  321. package/dist/behaviors/registry/app/organisms/std-field-service.orb +181 -181
  322. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +227 -227
  323. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +145 -145
  324. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +149 -149
  325. package/dist/behaviors/registry/app/organisms/std-forum.orb +150 -150
  326. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +531 -531
  327. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +161 -161
  328. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +455 -455
  329. package/dist/behaviors/registry/app/organisms/std-inventory.orb +162 -162
  330. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +353 -353
  331. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +164 -164
  332. package/dist/behaviors/registry/app/organisms/std-listings.orb +147 -147
  333. package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
  334. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +123 -123
  335. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +251 -251
  336. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +105 -105
  337. package/dist/behaviors/registry/app/organisms/std-notes.orb +112 -112
  338. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  339. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +178 -178
  340. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +133 -133
  341. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +245 -245
  342. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +131 -131
  343. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
  344. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +159 -159
  345. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +187 -187
  346. package/dist/behaviors/registry/app/organisms/std-survey.orb +129 -129
  347. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +167 -167
  348. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +263 -263
  349. package/dist/behaviors/registry/app/organisms/std-wiki.orb +139 -139
  350. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +505 -101
  351. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +265 -594
  352. package/dist/behaviors/registry/core/atoms/std-browse.orb +58 -58
  353. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  354. package/dist/behaviors/registry/core/atoms/std-calendar.orb +50 -50
  355. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +184 -184
  356. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  357. package/dist/behaviors/registry/core/atoms/std-display.orb +1 -1
  358. package/dist/behaviors/registry/core/atoms/std-drawer.orb +14 -14
  359. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +29 -29
  360. package/dist/behaviors/registry/core/atoms/std-file-store.orb +541 -159
  361. package/dist/behaviors/registry/core/atoms/std-filter.orb +12 -12
  362. package/dist/behaviors/registry/core/atoms/std-flag.orb +95 -95
  363. package/dist/behaviors/registry/core/atoms/std-gallery.orb +119 -102
  364. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  365. package/dist/behaviors/registry/core/atoms/std-graphs.orb +37 -37
  366. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +93 -63
  367. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +56 -56
  368. package/dist/behaviors/registry/core/atoms/std-modal.orb +20 -20
  369. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +341 -459
  370. package/dist/behaviors/registry/core/atoms/std-pagination.orb +17 -17
  371. package/dist/behaviors/registry/core/atoms/std-push.orb +38 -38
  372. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +168 -168
  373. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +68 -68
  374. package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
  375. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +298 -433
  376. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +55 -55
  377. package/dist/behaviors/registry/core/atoms/std-search.orb +9 -9
  378. package/dist/behaviors/registry/core/atoms/std-selection.orb +77 -77
  379. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +89 -89
  380. package/dist/behaviors/registry/core/atoms/std-stats.orb +104 -104
  381. package/dist/behaviors/registry/core/atoms/std-tabs.orb +27 -27
  382. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +69 -69
  383. package/dist/behaviors/registry/core/atoms/std-thread.orb +56 -56
  384. package/dist/behaviors/registry/core/atoms/std-version-history.orb +462 -438
  385. package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
  386. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +21 -21
  387. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +11 -11
  388. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +52 -52
  389. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +86 -104
  390. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +22 -22
  391. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +133 -133
  392. package/dist/behaviors/registry/core/molecules/std-list.orb +71 -71
  393. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +13 -13
  394. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  395. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  396. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +227 -152
  397. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +544 -544
  398. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  399. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  400. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  401. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +40 -40
  402. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  403. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  404. package/dist/behaviors/registry/game/atoms/std-overworld.orb +56 -56
  405. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +78 -78
  406. package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
  407. package/dist/behaviors/registry/game/atoms/std-timer.orb +266 -266
  408. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  409. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  410. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  411. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  412. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  413. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  414. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  415. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +32 -32
  416. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +51 -51
  417. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +69 -69
  418. package/dist/behaviors/registry/service/atoms/std-service-email.orb +55 -55
  419. package/dist/behaviors/registry/service/atoms/std-service-github.orb +70 -70
  420. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +70 -70
  421. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +83 -83
  422. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +51 -51
  423. package/dist/behaviors/registry/service/atoms/std-service-print.orb +114 -114
  424. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +61 -61
  425. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +51 -51
  426. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +111 -111
  427. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +48 -48
  428. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +45 -45
  429. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +911 -911
  430. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +883 -883
  431. package/package.json +1 -1
@@ -72,12 +72,12 @@
72
72
  "linkedEntity": "SensorReading",
73
73
  "config": {
74
74
  "appName": "IoT Dashboard",
75
- "contentTrait": "@trait.SensorCatalog",
75
+ "notifications": [],
76
76
  "navItems": [
77
77
  {
78
+ "icon": "layout-list",
78
79
  "href": "/sensors",
79
- "label": "Sensors",
80
- "icon": "layout-list"
80
+ "label": "Sensors"
81
81
  },
82
82
  {
83
83
  "icon": "cpu",
@@ -85,18 +85,18 @@
85
85
  "label": "Devices"
86
86
  },
87
87
  {
88
- "icon": "bell",
89
88
  "label": "Alerts",
89
+ "icon": "bell",
90
90
  "href": "/alerts"
91
91
  }
92
92
  ],
93
93
  "searchEvent": "SENSOR_SEARCH",
94
- "notifications": [],
94
+ "contentTrait": "@trait.SensorCatalog",
95
95
  "notificationClickEvent": "SENSOR_NOTIFICATIONS_OPEN"
96
96
  },
97
97
  "events": {
98
- "NOTIFY_CLICK": "SENSOR_NOTIFICATIONS_OPEN",
99
- "SEARCH": "SENSOR_SEARCH"
98
+ "SEARCH": "SENSOR_SEARCH",
99
+ "NOTIFY_CLICK": "SENSOR_NOTIFICATIONS_OPEN"
100
100
  }
101
101
  },
102
102
  {
@@ -126,34 +126,33 @@
126
126
  "main",
127
127
  {
128
128
  "gap": "lg",
129
- "type": "stack",
130
129
  "direction": "vertical",
131
130
  "children": [
132
131
  {
132
+ "justify": "between",
133
+ "align": "center",
133
134
  "children": [
134
135
  {
135
- "align": "center",
136
- "direction": "horizontal",
137
136
  "type": "stack",
138
- "gap": "sm",
139
137
  "children": [
140
138
  {
141
139
  "type": "icon",
142
140
  "name": "thermometer"
143
141
  },
144
142
  {
143
+ "type": "typography",
145
144
  "content": "Sensor Readings",
146
- "variant": "h2",
147
- "type": "typography"
145
+ "variant": "h2"
148
146
  }
149
- ]
147
+ ],
148
+ "gap": "sm",
149
+ "direction": "horizontal",
150
+ "align": "center"
150
151
  }
151
152
  ],
152
- "type": "stack",
153
- "gap": "md",
154
- "justify": "between",
155
153
  "direction": "horizontal",
156
- "align": "center"
154
+ "gap": "md",
155
+ "type": "stack"
157
156
  },
158
157
  {
159
158
  "type": "divider"
@@ -161,17 +160,18 @@
161
160
  "@trait.SensorStats",
162
161
  "@trait.SensorGraphs",
163
162
  {
164
- "type": "meter",
165
163
  "max": "@entity.threshold",
166
- "value": "@entity.value",
167
164
  "label": "Latest reading vs threshold",
168
- "min": 0.0
165
+ "min": 0.0,
166
+ "type": "meter",
167
+ "value": "@entity.value"
169
168
  },
170
169
  {
171
170
  "type": "divider"
172
171
  },
173
172
  "@trait.SensorBrowseList"
174
- ]
173
+ ],
174
+ "type": "stack"
175
175
  }
176
176
  ]
177
177
  ]
@@ -187,9 +187,10 @@
187
187
  "title": "Sensors",
188
188
  "metrics": [
189
189
  {
190
- "format": "number",
191
190
  "aggregation": "count",
192
191
  "icon": "activity",
192
+ "variant": "primary",
193
+ "format": "number",
193
194
  "filter": [
194
195
  "fn",
195
196
  "row",
@@ -199,23 +200,17 @@
199
200
  ""
200
201
  ]
201
202
  ],
202
- "label": "Active Sensors",
203
- "variant": "primary"
203
+ "label": "Active Sensors"
204
204
  },
205
205
  {
206
+ "format": "number",
207
+ "field": "value",
208
+ "icon": "trending-up",
206
209
  "aggregation": "average",
207
210
  "variant": "success",
208
- "field": "value",
209
- "format": "number",
210
- "label": "Avg Reading",
211
- "icon": "trending-up"
211
+ "label": "Avg Reading"
212
212
  },
213
213
  {
214
- "aggregation": "count",
215
- "format": "number",
216
- "icon": "alert-triangle",
217
- "label": "Anomalies",
218
- "variant": "warning",
219
214
  "filter": [
220
215
  "fn",
221
216
  "row",
@@ -224,7 +219,12 @@
224
219
  "@row.value",
225
220
  "@row.threshold"
226
221
  ]
227
- ]
222
+ ],
223
+ "aggregation": "count",
224
+ "icon": "alert-triangle",
225
+ "format": "number",
226
+ "label": "Anomalies",
227
+ "variant": "warning"
228
228
  }
229
229
  ]
230
230
  },
@@ -243,12 +243,12 @@
243
243
  "ref": "Graphs.traits.GraphItemGraph",
244
244
  "name": "SensorGraphs",
245
245
  "config": {
246
- "subtitle": "Sensor values across time",
247
- "dateField": "timestamp",
248
- "showLegend": true,
246
+ "chartType": "line",
249
247
  "height": 240.0,
248
+ "showLegend": true,
249
+ "dateField": "timestamp",
250
250
  "title": "Readings over time",
251
- "chartType": "line",
251
+ "subtitle": "Sensor values across time",
252
252
  "valueField": "value"
253
253
  },
254
254
  "listens": [
@@ -267,38 +267,38 @@
267
267
  "name": "SensorBrowseList",
268
268
  "linkedEntity": "SensorReading",
269
269
  "config": {
270
- "gap": "sm",
271
270
  "fields": [
272
271
  {
273
- "label": "Sensor",
272
+ "name": "sensorId",
274
273
  "icon": "thermometer",
275
- "variant": "h4",
276
- "name": "sensorId"
274
+ "label": "Sensor",
275
+ "variant": "h4"
277
276
  },
278
277
  {
279
- "variant": "badge",
280
278
  "name": "type",
281
- "label": "Type"
279
+ "label": "Type",
280
+ "variant": "badge"
282
281
  },
283
282
  {
284
- "name": "value",
285
- "format": "number",
286
283
  "label": "Value",
287
- "variant": "h4"
284
+ "variant": "h4",
285
+ "name": "value",
286
+ "format": "number"
288
287
  },
289
288
  {
290
- "variant": "caption",
289
+ "label": "Unit",
291
290
  "name": "unit",
292
- "label": "Unit"
291
+ "variant": "caption"
293
292
  },
294
293
  {
295
294
  "name": "timestamp",
296
- "label": "Timestamp",
297
295
  "variant": "caption",
296
+ "label": "Timestamp",
298
297
  "format": "date"
299
298
  }
300
299
  ],
301
- "cols": 1.0
300
+ "cols": 1.0,
301
+ "gap": "sm"
302
302
  }
303
303
  }
304
304
  ],
@@ -401,31 +401,31 @@
401
401
  "name": "DeviceAppLayout",
402
402
  "config": {
403
403
  "notificationClickEvent": "DEVICE_NOTIFICATIONS_OPEN",
404
- "contentTrait": "@trait.DeviceCatalog",
404
+ "searchEvent": "DEVICE_SEARCH",
405
405
  "appName": "IoT Dashboard",
406
+ "contentTrait": "@trait.DeviceCatalog",
406
407
  "navItems": [
407
408
  {
408
- "icon": "layout-list",
409
+ "href": "/sensors",
409
410
  "label": "Sensors",
410
- "href": "/sensors"
411
+ "icon": "layout-list"
411
412
  },
412
413
  {
414
+ "href": "/devices",
413
415
  "icon": "cpu",
414
- "label": "Devices",
415
- "href": "/devices"
416
+ "label": "Devices"
416
417
  },
417
418
  {
419
+ "href": "/alerts",
418
420
  "icon": "bell",
419
- "label": "Alerts",
420
- "href": "/alerts"
421
+ "label": "Alerts"
421
422
  }
422
423
  ],
423
- "searchEvent": "DEVICE_SEARCH",
424
424
  "notifications": []
425
425
  },
426
426
  "events": {
427
- "SEARCH": "DEVICE_SEARCH",
428
- "NOTIFY_CLICK": "DEVICE_NOTIFICATIONS_OPEN"
427
+ "NOTIFY_CLICK": "DEVICE_NOTIFICATIONS_OPEN",
428
+ "SEARCH": "DEVICE_SEARCH"
429
429
  }
430
430
  },
431
431
  {
@@ -508,62 +508,62 @@
508
508
  "render-ui",
509
509
  "main",
510
510
  {
511
- "gap": "lg",
512
511
  "direction": "vertical",
512
+ "gap": "lg",
513
513
  "type": "stack",
514
514
  "children": [
515
515
  {
516
- "direction": "horizontal",
516
+ "type": "stack",
517
+ "justify": "between",
518
+ "align": "center",
517
519
  "children": [
518
520
  {
519
- "type": "stack",
520
- "direction": "horizontal",
521
- "gap": "sm",
522
- "align": "center",
523
521
  "children": [
524
522
  {
525
- "name": "cpu",
526
- "type": "icon"
523
+ "type": "icon",
524
+ "name": "cpu"
527
525
  },
528
526
  {
529
- "type": "typography",
530
527
  "variant": "h2",
528
+ "type": "typography",
531
529
  "content": "Devices"
532
530
  }
533
- ]
531
+ ],
532
+ "gap": "sm",
533
+ "direction": "horizontal",
534
+ "type": "stack",
535
+ "align": "center"
534
536
  },
535
537
  {
538
+ "type": "stack",
539
+ "direction": "horizontal",
536
540
  "children": [
537
541
  {
538
- "variant": "primary",
539
- "action": "CREATE",
542
+ "icon": "plus",
540
543
  "label": "Create Device",
544
+ "action": "CREATE",
541
545
  "type": "button",
542
- "icon": "plus"
546
+ "variant": "primary"
543
547
  }
544
548
  ],
545
- "gap": "sm",
546
- "type": "stack",
547
- "direction": "horizontal"
549
+ "gap": "sm"
548
550
  }
549
551
  ],
550
- "justify": "between",
551
- "align": "center",
552
- "type": "stack",
553
- "gap": "md"
552
+ "gap": "md",
553
+ "direction": "horizontal"
554
554
  },
555
555
  {
556
556
  "type": "divider"
557
557
  },
558
558
  {
559
- "align": "center",
560
559
  "children": [
561
560
  "@trait.DeviceSearch",
562
561
  "@trait.DeviceFilter"
563
562
  ],
563
+ "gap": "md",
564
564
  "type": "stack",
565
565
  "direction": "horizontal",
566
- "gap": "md"
566
+ "align": "center"
567
567
  },
568
568
  {
569
569
  "type": "divider"
@@ -589,10 +589,7 @@
589
589
  "main",
590
590
  {
591
591
  "type": "stack",
592
- "gap": "md",
593
592
  "className": "py-8",
594
- "align": "center",
595
- "direction": "vertical",
596
593
  "children": [
597
594
  {
598
595
  "name": "bell",
@@ -605,17 +602,20 @@
605
602
  },
606
603
  {
607
604
  "type": "typography",
608
- "content": "You're all caught up.",
605
+ "color": "muted",
609
606
  "variant": "caption",
610
- "color": "muted"
607
+ "content": "You're all caught up."
611
608
  },
612
609
  {
613
- "type": "button",
614
610
  "variant": "ghost",
611
+ "type": "button",
615
612
  "action": "INIT",
616
613
  "label": "Back"
617
614
  }
618
- ]
615
+ ],
616
+ "direction": "vertical",
617
+ "gap": "md",
618
+ "align": "center"
619
619
  }
620
620
  ]
621
621
  ]
@@ -638,16 +638,17 @@
638
638
  "config": {
639
639
  "filters": [
640
640
  {
641
- "filterType": "select",
642
- "field": "status",
643
641
  "label": "Status",
644
642
  "options": [
645
643
  "online",
646
644
  "offline",
647
645
  "maintenance"
648
- ]
646
+ ],
647
+ "filterType": "select",
648
+ "field": "status"
649
649
  },
650
650
  {
651
+ "field": "type",
651
652
  "label": "Type",
652
653
  "options": [
653
654
  "sensor",
@@ -655,7 +656,6 @@
655
656
  "actuator",
656
657
  "controller"
657
658
  ],
658
- "field": "type",
659
659
  "filterType": "select"
660
660
  }
661
661
  ],
@@ -669,9 +669,9 @@
669
669
  "config": {
670
670
  "fields": [
671
671
  {
672
- "name": "name",
673
672
  "icon": "cpu",
674
- "variant": "h3"
673
+ "variant": "h3",
674
+ "name": "name"
675
675
  },
676
676
  {
677
677
  "name": "status",
@@ -683,30 +683,30 @@
683
683
  },
684
684
  {
685
685
  "label": "Last Seen",
686
- "format": "date",
686
+ "name": "lastSeen",
687
687
  "variant": "caption",
688
- "name": "lastSeen"
688
+ "format": "date"
689
689
  }
690
690
  ],
691
691
  "itemActions": [
692
692
  {
693
- "label": "View",
694
693
  "variant": "ghost",
695
- "event": "VIEW"
694
+ "event": "VIEW",
695
+ "label": "View"
696
696
  },
697
697
  {
698
698
  "label": "Edit",
699
- "variant": "ghost",
700
- "event": "EDIT"
699
+ "event": "EDIT",
700
+ "variant": "ghost"
701
701
  },
702
702
  {
703
- "variant": "danger",
704
703
  "label": "Delete",
705
- "event": "DELETE"
704
+ "event": "DELETE",
705
+ "variant": "danger"
706
706
  }
707
707
  ],
708
- "cols": 3.0,
709
- "gap": "md"
708
+ "gap": "md",
709
+ "cols": 3.0
710
710
  },
711
711
  "listens": [
712
712
  {
@@ -756,7 +756,6 @@
756
756
  "name": "DeviceCreate",
757
757
  "linkedEntity": "Device",
758
758
  "config": {
759
- "icon": "plus-circle",
760
759
  "title": "Create Device",
761
760
  "fields": [
762
761
  "name",
@@ -764,7 +763,8 @@
764
763
  "status",
765
764
  "lastSeen"
766
765
  ],
767
- "mode": "create"
766
+ "mode": "create",
767
+ "icon": "plus-circle"
768
768
  },
769
769
  "events": {
770
770
  "OPEN": "CREATE"
@@ -785,14 +785,14 @@
785
785
  "name": "DeviceEdit",
786
786
  "linkedEntity": "Device",
787
787
  "config": {
788
- "title": "Edit Device",
788
+ "icon": "edit",
789
789
  "fields": [
790
790
  "name",
791
791
  "type",
792
792
  "status",
793
793
  "lastSeen"
794
794
  ],
795
- "icon": "edit",
795
+ "title": "Edit Device",
796
796
  "mode": "edit"
797
797
  },
798
798
  "events": {
@@ -814,15 +814,15 @@
814
814
  "name": "DeviceView",
815
815
  "linkedEntity": "Device",
816
816
  "config": {
817
+ "mode": "edit",
817
818
  "icon": "eye",
819
+ "title": "View Device",
818
820
  "fields": [
819
821
  "name",
820
822
  "type",
821
823
  "status",
822
824
  "lastSeen"
823
- ],
824
- "mode": "edit",
825
- "title": "View Device"
825
+ ]
826
826
  },
827
827
  "events": {
828
828
  "OPEN": "VIEW"
@@ -843,14 +843,14 @@
843
843
  "name": "DeviceDelete",
844
844
  "linkedEntity": "Device",
845
845
  "config": {
846
- "alertMessage": "This action cannot be undone.",
847
- "confirmLabel": "Delete",
848
846
  "title": "Delete Device",
849
- "icon": "alert-triangle"
847
+ "alertMessage": "This action cannot be undone.",
848
+ "icon": "alert-triangle",
849
+ "confirmLabel": "Delete"
850
850
  },
851
851
  "events": {
852
- "REQUEST": "DELETE",
853
- "CONFIRM": "CONFIRM_DELETE"
852
+ "CONFIRM": "CONFIRM_DELETE",
853
+ "REQUEST": "DELETE"
854
854
  },
855
855
  "listens": [
856
856
  {
@@ -1173,28 +1173,28 @@
1173
1173
  "name": "DeviceAlertAppLayout",
1174
1174
  "linkedEntity": "DeviceAlert",
1175
1175
  "config": {
1176
- "notifications": [],
1177
1176
  "contentTrait": "@trait.AlertCatalog",
1178
- "appName": "IoT Dashboard",
1179
- "notificationClickEvent": "ALERT_NOTIFICATIONS_OPEN",
1180
- "searchEvent": "ALERT_SEARCH",
1181
1177
  "navItems": [
1182
1178
  {
1183
- "label": "Sensors",
1184
1179
  "href": "/sensors",
1180
+ "label": "Sensors",
1185
1181
  "icon": "layout-list"
1186
1182
  },
1187
1183
  {
1184
+ "label": "Devices",
1188
1185
  "href": "/devices",
1189
- "icon": "cpu",
1190
- "label": "Devices"
1186
+ "icon": "cpu"
1191
1187
  },
1192
1188
  {
1193
- "label": "Alerts",
1194
1189
  "href": "/alerts",
1190
+ "label": "Alerts",
1195
1191
  "icon": "bell"
1196
1192
  }
1197
- ]
1193
+ ],
1194
+ "notifications": [],
1195
+ "notificationClickEvent": "ALERT_NOTIFICATIONS_OPEN",
1196
+ "appName": "IoT Dashboard",
1197
+ "searchEvent": "ALERT_SEARCH"
1198
1198
  },
1199
1199
  "events": {
1200
1200
  "NOTIFY_CLICK": "ALERT_NOTIFICATIONS_OPEN",
@@ -1243,18 +1243,21 @@
1243
1243
  "render-ui",
1244
1244
  "main",
1245
1245
  {
1246
- "direction": "vertical",
1247
- "gap": "lg",
1248
1246
  "type": "stack",
1247
+ "direction": "vertical",
1249
1248
  "children": [
1250
1249
  {
1250
+ "gap": "md",
1251
+ "direction": "horizontal",
1252
+ "type": "stack",
1253
+ "align": "center",
1251
1254
  "justify": "between",
1252
1255
  "children": [
1253
1256
  {
1257
+ "gap": "sm",
1254
1258
  "direction": "horizontal",
1255
- "align": "center",
1256
1259
  "type": "stack",
1257
- "gap": "sm",
1260
+ "align": "center",
1258
1261
  "children": [
1259
1262
  {
1260
1263
  "name": "bell",
@@ -1270,22 +1273,18 @@
1270
1273
  {
1271
1274
  "direction": "horizontal",
1272
1275
  "gap": "sm",
1276
+ "type": "stack",
1273
1277
  "children": [
1274
1278
  {
1275
- "action": "CREATE",
1276
1279
  "type": "button",
1277
1280
  "icon": "plus",
1281
+ "action": "CREATE",
1278
1282
  "variant": "primary",
1279
1283
  "label": "New Alert"
1280
1284
  }
1281
- ],
1282
- "type": "stack"
1285
+ ]
1283
1286
  }
1284
- ],
1285
- "direction": "horizontal",
1286
- "gap": "md",
1287
- "align": "center",
1288
- "type": "stack"
1287
+ ]
1289
1288
  },
1290
1289
  {
1291
1290
  "type": "divider"
@@ -1295,7 +1294,8 @@
1295
1294
  "type": "divider"
1296
1295
  },
1297
1296
  "@trait.DeviceAlertCircuitBreaker"
1298
- ]
1297
+ ],
1298
+ "gap": "lg"
1299
1299
  }
1300
1300
  ]
1301
1301
  ]
@@ -1309,47 +1309,47 @@
1309
1309
  "name": "AlertBrowseList",
1310
1310
  "linkedEntity": "DeviceAlert",
1311
1311
  "config": {
1312
- "itemActions": [
1313
- {
1314
- "label": "View",
1315
- "event": "VIEW",
1316
- "variant": "ghost"
1317
- },
1318
- {
1319
- "event": "EDIT",
1320
- "variant": "ghost",
1321
- "label": "Edit"
1322
- },
1323
- {
1324
- "label": "Delete",
1325
- "event": "DELETE",
1326
- "variant": "danger"
1327
- }
1328
- ],
1329
1312
  "fields": [
1330
1313
  {
1331
1314
  "label": "Device",
1332
- "icon": "cpu",
1315
+ "name": "deviceId",
1333
1316
  "variant": "h4",
1334
- "name": "deviceId"
1317
+ "icon": "cpu"
1335
1318
  },
1336
1319
  {
1320
+ "label": "Severity",
1337
1321
  "variant": "badge",
1338
- "name": "severity",
1339
- "label": "Severity"
1322
+ "name": "severity"
1340
1323
  },
1341
1324
  {
1342
- "variant": "body",
1343
1325
  "label": "Message",
1326
+ "variant": "body",
1344
1327
  "name": "message"
1345
1328
  },
1346
1329
  {
1347
- "format": "boolean",
1348
1330
  "label": "Acknowledged",
1331
+ "format": "boolean",
1349
1332
  "name": "acknowledged",
1350
1333
  "variant": "badge"
1351
1334
  }
1352
1335
  ],
1336
+ "itemActions": [
1337
+ {
1338
+ "label": "View",
1339
+ "event": "VIEW",
1340
+ "variant": "ghost"
1341
+ },
1342
+ {
1343
+ "label": "Edit",
1344
+ "variant": "ghost",
1345
+ "event": "EDIT"
1346
+ },
1347
+ {
1348
+ "variant": "danger",
1349
+ "label": "Delete",
1350
+ "event": "DELETE"
1351
+ }
1352
+ ],
1353
1353
  "cols": 1.0,
1354
1354
  "gap": "sm"
1355
1355
  },
@@ -1385,7 +1385,7 @@
1385
1385
  "name": "AlertCreate",
1386
1386
  "linkedEntity": "DeviceAlert",
1387
1387
  "config": {
1388
- "title": "New Alert",
1388
+ "mode": "create",
1389
1389
  "fields": [
1390
1390
  "deviceId",
1391
1391
  "severity",
@@ -1393,7 +1393,7 @@
1393
1393
  "acknowledged"
1394
1394
  ],
1395
1395
  "icon": "plus-circle",
1396
- "mode": "create"
1396
+ "title": "New Alert"
1397
1397
  },
1398
1398
  "events": {
1399
1399
  "OPEN": "CREATE"
@@ -1414,15 +1414,15 @@
1414
1414
  "name": "AlertEdit",
1415
1415
  "linkedEntity": "DeviceAlert",
1416
1416
  "config": {
1417
- "title": "Edit Alert",
1418
- "mode": "edit",
1419
- "icon": "edit",
1420
1417
  "fields": [
1421
1418
  "deviceId",
1422
1419
  "severity",
1423
1420
  "message",
1424
1421
  "acknowledged"
1425
- ]
1422
+ ],
1423
+ "mode": "edit",
1424
+ "icon": "edit",
1425
+ "title": "Edit Alert"
1426
1426
  },
1427
1427
  "events": {
1428
1428
  "OPEN": "EDIT"
@@ -1445,13 +1445,13 @@
1445
1445
  "config": {
1446
1446
  "mode": "edit",
1447
1447
  "title": "View Alert",
1448
+ "icon": "eye",
1448
1449
  "fields": [
1449
1450
  "deviceId",
1450
1451
  "severity",
1451
1452
  "message",
1452
1453
  "acknowledged"
1453
- ],
1454
- "icon": "eye"
1454
+ ]
1455
1455
  },
1456
1456
  "events": {
1457
1457
  "OPEN": "VIEW"
@@ -1472,10 +1472,10 @@
1472
1472
  "name": "AlertDelete",
1473
1473
  "linkedEntity": "DeviceAlert",
1474
1474
  "config": {
1475
- "alertMessage": "This action cannot be undone.",
1476
- "icon": "alert-triangle",
1477
1475
  "confirmLabel": "Delete",
1478
- "title": "Delete Alert"
1476
+ "alertMessage": "This action cannot be undone.",
1477
+ "title": "Delete Alert",
1478
+ "icon": "alert-triangle"
1479
1479
  },
1480
1480
  "events": {
1481
1481
  "REQUEST": "DELETE",
@@ -1701,8 +1701,8 @@
1701
1701
  "render-ui",
1702
1702
  "main",
1703
1703
  {
1704
- "type": "alert",
1705
1704
  "message": "Critical alerts auto-notify on-call ops via email.",
1705
+ "type": "alert",
1706
1706
  "variant": "info"
1707
1707
  }
1708
1708
  ]
@@ -1716,11 +1716,11 @@
1716
1716
  "ref": "Email.traits.ServiceEmailEmail",
1717
1717
  "name": "AlertEmail",
1718
1718
  "config": {
1719
+ "uiTrait": "@trait.AlertEmailNotice",
1719
1720
  "body": "A critical alert was raised on a device. Investigate immediately.",
1720
- "subject": "Critical alert raised",
1721
1721
  "recipient": "ops@example.com",
1722
- "uiTrait": "@trait.AlertEmailNotice",
1723
- "sender": "alerts@example.com"
1722
+ "sender": "alerts@example.com",
1723
+ "subject": "Critical alert raised"
1724
1724
  },
1725
1725
  "listens": [
1726
1726
  {
@@ -1850,8 +1850,8 @@
1850
1850
  "DeviceAlert",
1851
1851
  {
1852
1852
  "emit": {
1853
- "success": "DeviceAlertLoaded",
1854
- "failure": "DeviceAlertLoadFailed"
1853
+ "failure": "DeviceAlertLoadFailed",
1854
+ "success": "DeviceAlertLoaded"
1855
1855
  }
1856
1856
  }
1857
1857
  ],
@@ -1859,18 +1859,17 @@
1859
1859
  "render-ui",
1860
1860
  "main",
1861
1861
  {
1862
- "gap": "lg",
1863
- "direction": "vertical",
1864
1862
  "type": "stack",
1863
+ "direction": "vertical",
1864
+ "gap": "lg",
1865
1865
  "children": [
1866
1866
  {
1867
- "align": "center",
1868
- "gap": "md",
1869
- "direction": "horizontal",
1870
- "justify": "between",
1871
1867
  "type": "stack",
1868
+ "direction": "horizontal",
1869
+ "align": "center",
1872
1870
  "children": [
1873
1871
  {
1872
+ "type": "stack",
1874
1873
  "direction": "horizontal",
1875
1874
  "children": [
1876
1875
  {
@@ -1878,49 +1877,50 @@
1878
1877
  "name": "shield-check"
1879
1878
  },
1880
1879
  {
1881
- "content": "Circuit Breaker",
1880
+ "type": "typography",
1882
1881
  "variant": "h3",
1883
- "type": "typography"
1882
+ "content": "Circuit Breaker"
1884
1883
  }
1885
1884
  ],
1886
1885
  "gap": "md",
1887
- "type": "stack",
1888
1886
  "align": "center"
1889
1887
  },
1890
1888
  {
1891
- "type": "status-dot",
1892
- "pulse": false,
1893
1889
  "label": "Closed",
1894
- "status": "online"
1890
+ "status": "online",
1891
+ "pulse": false,
1892
+ "type": "status-dot"
1895
1893
  }
1896
- ]
1894
+ ],
1895
+ "justify": "between",
1896
+ "gap": "md"
1897
1897
  },
1898
1898
  {
1899
1899
  "message": "Service is healthy. All requests are being processed.",
1900
- "variant": "success",
1901
- "type": "alert"
1900
+ "type": "alert",
1901
+ "variant": "success"
1902
1902
  },
1903
1903
  {
1904
+ "type": "simple-grid",
1904
1905
  "cols": 2.0,
1905
1906
  "children": [
1906
1907
  {
1907
- "value": "@entity.failureCount",
1908
+ "type": "stat-display",
1908
1909
  "label": "Failures",
1909
- "type": "stat-display"
1910
+ "value": "@entity.failureCount"
1910
1911
  },
1911
1912
  {
1912
1913
  "type": "stat-display",
1913
1914
  "label": "Successes",
1914
1915
  "value": "@entity.successCount"
1915
1916
  }
1916
- ],
1917
- "type": "simple-grid"
1917
+ ]
1918
1918
  },
1919
1919
  {
1920
1920
  "type": "meter",
1921
+ "min": 0.0,
1921
1922
  "value": "@entity.failureCount",
1922
- "max": "@entity.threshold",
1923
- "min": 0.0
1923
+ "max": "@entity.threshold"
1924
1924
  }
1925
1925
  ]
1926
1926
  }
@@ -1936,16 +1936,13 @@
1936
1936
  "render-ui",
1937
1937
  "main",
1938
1938
  {
1939
+ "gap": "lg",
1939
1940
  "direction": "vertical",
1940
- "type": "stack",
1941
1941
  "children": [
1942
1942
  {
1943
- "direction": "horizontal",
1943
+ "type": "stack",
1944
1944
  "children": [
1945
1945
  {
1946
- "align": "center",
1947
- "gap": "md",
1948
- "direction": "horizontal",
1949
1946
  "children": [
1950
1947
  {
1951
1948
  "name": "alert-triangle",
@@ -1953,60 +1950,63 @@
1953
1950
  },
1954
1951
  {
1955
1952
  "type": "typography",
1956
- "content": "Circuit Breaker",
1957
- "variant": "h3"
1953
+ "variant": "h3",
1954
+ "content": "Circuit Breaker"
1958
1955
  }
1959
1956
  ],
1960
- "type": "stack"
1957
+ "type": "stack",
1958
+ "direction": "horizontal",
1959
+ "gap": "md",
1960
+ "align": "center"
1961
1961
  },
1962
1962
  {
1963
- "type": "status-dot",
1964
1963
  "status": "critical",
1965
1964
  "label": "Open",
1966
- "pulse": true
1965
+ "pulse": true,
1966
+ "type": "status-dot"
1967
1967
  }
1968
1968
  ],
1969
- "justify": "between",
1970
- "type": "stack",
1969
+ "direction": "horizontal",
1970
+ "gap": "md",
1971
1971
  "align": "center",
1972
- "gap": "md"
1972
+ "justify": "between"
1973
1973
  },
1974
1974
  {
1975
- "type": "alert",
1975
+ "message": "Circuit is open. Requests are being rejected to prevent cascading failures.",
1976
1976
  "variant": "error",
1977
- "message": "Circuit is open. Requests are being rejected to prevent cascading failures."
1977
+ "type": "alert"
1978
1978
  },
1979
1979
  {
1980
- "cols": 2.0,
1981
- "type": "simple-grid",
1982
1980
  "children": [
1983
1981
  {
1982
+ "type": "stat-display",
1984
1983
  "label": "Failures",
1985
- "value": "@entity.failureCount",
1986
- "type": "stat-display"
1984
+ "value": "@entity.failureCount"
1987
1985
  },
1988
1986
  {
1989
- "value": "@entity.successCount",
1990
1987
  "label": "Successes",
1991
- "type": "stat-display"
1988
+ "type": "stat-display",
1989
+ "value": "@entity.successCount"
1992
1990
  }
1993
- ]
1991
+ ],
1992
+ "type": "simple-grid",
1993
+ "cols": 2.0
1994
1994
  },
1995
1995
  {
1996
- "min": 0.0,
1997
1996
  "max": "@entity.threshold",
1998
- "type": "meter",
1999
- "value": "@entity.failureCount"
1997
+ "min": 0.0,
1998
+ "value": "@entity.failureCount",
1999
+ "type": "meter"
2000
2000
  },
2001
2001
  {
2002
- "label": "Reset",
2003
- "type": "button",
2004
2002
  "variant": "ghost",
2003
+ "icon": "rotate-ccw",
2005
2004
  "action": "RESET",
2006
- "icon": "rotate-ccw"
2005
+ "type": "button",
2006
+ "label": "Reset"
2007
2007
  }
2008
2008
  ],
2009
- "gap": "lg"
2009
+ "type": "stack"
2010
2010
  }
2011
2011
  ]
2012
2012
  ]
@@ -2020,15 +2020,16 @@
2020
2020
  "render-ui",
2021
2021
  "main",
2022
2022
  {
2023
- "gap": "lg",
2024
- "direction": "vertical",
2023
+ "type": "stack",
2025
2024
  "children": [
2026
2025
  {
2026
+ "align": "center",
2027
+ "gap": "md",
2027
2028
  "children": [
2028
2029
  {
2030
+ "align": "center",
2029
2031
  "gap": "md",
2030
2032
  "direction": "horizontal",
2031
- "align": "center",
2032
2033
  "type": "stack",
2033
2034
  "children": [
2034
2035
  {
@@ -2036,9 +2037,9 @@
2036
2037
  "name": "shield-check"
2037
2038
  },
2038
2039
  {
2039
- "content": "Circuit Breaker",
2040
2040
  "variant": "h3",
2041
- "type": "typography"
2041
+ "type": "typography",
2042
+ "content": "Circuit Breaker"
2042
2043
  }
2043
2044
  ]
2044
2045
  },
@@ -2049,41 +2050,40 @@
2049
2050
  "status": "online"
2050
2051
  }
2051
2052
  ],
2052
- "justify": "between",
2053
- "align": "center",
2054
2053
  "type": "stack",
2055
- "gap": "md",
2056
- "direction": "horizontal"
2054
+ "direction": "horizontal",
2055
+ "justify": "between"
2057
2056
  },
2058
2057
  {
2059
2058
  "variant": "success",
2060
- "message": "Service is healthy.",
2061
- "type": "alert"
2059
+ "type": "alert",
2060
+ "message": "Service is healthy."
2062
2061
  },
2063
2062
  {
2064
2063
  "type": "simple-grid",
2065
2064
  "cols": 2.0,
2066
2065
  "children": [
2067
2066
  {
2068
- "type": "stat-display",
2069
2067
  "label": "Failures",
2070
- "value": "@entity.failureCount"
2068
+ "value": "@entity.failureCount",
2069
+ "type": "stat-display"
2071
2070
  },
2072
2071
  {
2073
- "value": "@entity.successCount",
2074
2072
  "type": "stat-display",
2075
- "label": "Successes"
2073
+ "label": "Successes",
2074
+ "value": "@entity.successCount"
2076
2075
  }
2077
2076
  ]
2078
2077
  },
2079
2078
  {
2079
+ "type": "meter",
2080
2080
  "min": 0.0,
2081
- "value": "@entity.failureCount",
2082
2081
  "max": "@entity.threshold",
2083
- "type": "meter"
2082
+ "value": "@entity.failureCount"
2084
2083
  }
2085
2084
  ],
2086
- "type": "stack"
2085
+ "gap": "lg",
2086
+ "direction": "vertical"
2087
2087
  }
2088
2088
  ]
2089
2089
  ]
@@ -2097,43 +2097,45 @@
2097
2097
  "render-ui",
2098
2098
  "main",
2099
2099
  {
2100
+ "direction": "vertical",
2100
2101
  "type": "stack",
2102
+ "gap": "lg",
2101
2103
  "children": [
2102
2104
  {
2105
+ "direction": "horizontal",
2106
+ "align": "center",
2107
+ "justify": "between",
2103
2108
  "gap": "md",
2104
2109
  "children": [
2105
2110
  {
2106
- "align": "center",
2111
+ "direction": "horizontal",
2112
+ "type": "stack",
2113
+ "gap": "md",
2107
2114
  "children": [
2108
2115
  {
2109
2116
  "name": "activity",
2110
2117
  "type": "icon"
2111
2118
  },
2112
2119
  {
2113
- "type": "typography",
2114
2120
  "content": "Circuit Breaker",
2115
- "variant": "h3"
2121
+ "variant": "h3",
2122
+ "type": "typography"
2116
2123
  }
2117
2124
  ],
2118
- "gap": "md",
2119
- "direction": "horizontal",
2120
- "type": "stack"
2125
+ "align": "center"
2121
2126
  },
2122
2127
  {
2123
- "type": "status-dot",
2124
- "label": "Half-Open",
2128
+ "pulse": true,
2125
2129
  "status": "warning",
2126
- "pulse": true
2130
+ "label": "Half-Open",
2131
+ "type": "status-dot"
2127
2132
  }
2128
2133
  ],
2129
- "justify": "between",
2130
- "type": "stack",
2131
- "align": "center",
2132
- "direction": "horizontal"
2134
+ "type": "stack"
2133
2135
  },
2134
2136
  {
2135
- "type": "alert",
2136
2137
  "variant": "warning",
2138
+ "type": "alert",
2137
2139
  "message": "Testing recovery. Limited requests allowed."
2138
2140
  },
2139
2141
  {
@@ -2141,20 +2143,18 @@
2141
2143
  "children": [
2142
2144
  {
2143
2145
  "type": "stat-display",
2144
- "label": "Failures",
2145
- "value": "@entity.failureCount"
2146
+ "value": "@entity.failureCount",
2147
+ "label": "Failures"
2146
2148
  },
2147
2149
  {
2148
2150
  "type": "stat-display",
2149
- "value": "@entity.successCount",
2150
- "label": "Successes"
2151
+ "label": "Successes",
2152
+ "value": "@entity.successCount"
2151
2153
  }
2152
2154
  ],
2153
2155
  "type": "simple-grid"
2154
2156
  }
2155
- ],
2156
- "direction": "vertical",
2157
- "gap": "lg"
2157
+ ]
2158
2158
  }
2159
2159
  ]
2160
2160
  ]
@@ -2172,9 +2172,8 @@
2172
2172
  "direction": "vertical",
2173
2173
  "children": [
2174
2174
  {
2175
- "align": "center",
2176
- "type": "stack",
2177
- "gap": "md",
2175
+ "justify": "between",
2176
+ "direction": "horizontal",
2178
2177
  "children": [
2179
2178
  {
2180
2179
  "children": [
@@ -2184,24 +2183,25 @@
2184
2183
  },
2185
2184
  {
2186
2185
  "type": "typography",
2187
- "content": "Circuit Breaker",
2188
- "variant": "h3"
2186
+ "variant": "h3",
2187
+ "content": "Circuit Breaker"
2189
2188
  }
2190
2189
  ],
2191
- "type": "stack",
2192
2190
  "align": "center",
2193
2191
  "direction": "horizontal",
2194
- "gap": "md"
2192
+ "gap": "md",
2193
+ "type": "stack"
2195
2194
  },
2196
2195
  {
2196
+ "status": "online",
2197
2197
  "pulse": false,
2198
2198
  "type": "status-dot",
2199
- "label": "Closed",
2200
- "status": "online"
2199
+ "label": "Closed"
2201
2200
  }
2202
2201
  ],
2203
- "direction": "horizontal",
2204
- "justify": "between"
2202
+ "align": "center",
2203
+ "type": "stack",
2204
+ "gap": "md"
2205
2205
  },
2206
2206
  {
2207
2207
  "variant": "success",
@@ -2209,26 +2209,26 @@
2209
2209
  "type": "alert"
2210
2210
  },
2211
2211
  {
2212
- "type": "simple-grid",
2213
2212
  "cols": 2.0,
2214
2213
  "children": [
2215
2214
  {
2216
2215
  "type": "stat-display",
2217
- "label": "Failures",
2218
- "value": "@entity.failureCount"
2216
+ "value": "@entity.failureCount",
2217
+ "label": "Failures"
2219
2218
  },
2220
2219
  {
2221
2220
  "type": "stat-display",
2222
2221
  "label": "Successes",
2223
2222
  "value": "@entity.successCount"
2224
2223
  }
2225
- ]
2224
+ ],
2225
+ "type": "simple-grid"
2226
2226
  },
2227
2227
  {
2228
- "type": "meter",
2229
- "value": "@entity.failureCount",
2230
2228
  "max": "@entity.threshold",
2231
- "min": 0.0
2229
+ "value": "@entity.failureCount",
2230
+ "min": 0.0,
2231
+ "type": "meter"
2232
2232
  }
2233
2233
  ],
2234
2234
  "gap": "lg"
@@ -2245,18 +2245,11 @@
2245
2245
  "render-ui",
2246
2246
  "main",
2247
2247
  {
2248
- "gap": "lg",
2249
- "type": "stack",
2250
- "direction": "vertical",
2251
2248
  "children": [
2252
2249
  {
2253
2250
  "justify": "between",
2254
- "align": "center",
2255
2251
  "children": [
2256
2252
  {
2257
- "gap": "md",
2258
- "direction": "horizontal",
2259
- "type": "stack",
2260
2253
  "align": "center",
2261
2254
  "children": [
2262
2255
  {
@@ -2264,11 +2257,14 @@
2264
2257
  "type": "icon"
2265
2258
  },
2266
2259
  {
2260
+ "variant": "h3",
2267
2261
  "type": "typography",
2268
- "content": "Circuit Breaker",
2269
- "variant": "h3"
2262
+ "content": "Circuit Breaker"
2270
2263
  }
2271
- ]
2264
+ ],
2265
+ "type": "stack",
2266
+ "gap": "md",
2267
+ "direction": "horizontal"
2272
2268
  },
2273
2269
  {
2274
2270
  "type": "status-dot",
@@ -2279,36 +2275,40 @@
2279
2275
  ],
2280
2276
  "direction": "horizontal",
2281
2277
  "type": "stack",
2282
- "gap": "md"
2278
+ "gap": "md",
2279
+ "align": "center"
2283
2280
  },
2284
2281
  {
2285
- "variant": "success",
2286
2282
  "type": "alert",
2287
- "message": "Service is healthy."
2283
+ "message": "Service is healthy.",
2284
+ "variant": "success"
2288
2285
  },
2289
2286
  {
2290
2287
  "cols": 2.0,
2291
2288
  "children": [
2292
2289
  {
2293
- "value": "@entity.failureCount",
2294
2290
  "label": "Failures",
2291
+ "value": "@entity.failureCount",
2295
2292
  "type": "stat-display"
2296
2293
  },
2297
2294
  {
2298
2295
  "type": "stat-display",
2299
- "label": "Successes",
2300
- "value": "@entity.successCount"
2296
+ "value": "@entity.successCount",
2297
+ "label": "Successes"
2301
2298
  }
2302
2299
  ],
2303
2300
  "type": "simple-grid"
2304
2301
  },
2305
2302
  {
2306
- "max": "@entity.threshold",
2307
2303
  "type": "meter",
2308
- "value": "@entity.failureCount",
2309
- "min": 0.0
2304
+ "max": "@entity.threshold",
2305
+ "min": 0.0,
2306
+ "value": "@entity.failureCount"
2310
2307
  }
2311
- ]
2308
+ ],
2309
+ "gap": "lg",
2310
+ "type": "stack",
2311
+ "direction": "vertical"
2312
2312
  }
2313
2313
  ]
2314
2314
  ]
@@ -2325,70 +2325,70 @@
2325
2325
  "direction": "vertical",
2326
2326
  "children": [
2327
2327
  {
2328
- "type": "stack",
2329
2328
  "gap": "md",
2330
2329
  "align": "center",
2331
2330
  "justify": "between",
2332
2331
  "children": [
2333
2332
  {
2333
+ "align": "center",
2334
+ "gap": "md",
2334
2335
  "children": [
2335
2336
  {
2336
- "type": "icon",
2337
- "name": "alert-triangle"
2337
+ "name": "alert-triangle",
2338
+ "type": "icon"
2338
2339
  },
2339
2340
  {
2341
+ "content": "Circuit Breaker",
2340
2342
  "variant": "h3",
2341
- "type": "typography",
2342
- "content": "Circuit Breaker"
2343
+ "type": "typography"
2343
2344
  }
2344
2345
  ],
2345
2346
  "type": "stack",
2346
- "direction": "horizontal",
2347
- "gap": "md",
2348
- "align": "center"
2347
+ "direction": "horizontal"
2349
2348
  },
2350
2349
  {
2350
+ "pulse": true,
2351
2351
  "type": "status-dot",
2352
2352
  "label": "Open",
2353
- "pulse": true,
2354
2353
  "status": "critical"
2355
2354
  }
2356
2355
  ],
2357
- "direction": "horizontal"
2356
+ "direction": "horizontal",
2357
+ "type": "stack"
2358
2358
  },
2359
2359
  {
2360
- "type": "alert",
2361
2360
  "variant": "error",
2361
+ "type": "alert",
2362
2362
  "message": "Circuit is open."
2363
2363
  },
2364
2364
  {
2365
2365
  "cols": 2.0,
2366
- "type": "simple-grid",
2367
2366
  "children": [
2368
2367
  {
2369
- "type": "stat-display",
2370
2368
  "value": "@entity.failureCount",
2369
+ "type": "stat-display",
2371
2370
  "label": "Failures"
2372
2371
  },
2373
2372
  {
2374
2373
  "label": "Successes",
2375
- "value": "@entity.successCount",
2376
- "type": "stat-display"
2374
+ "type": "stat-display",
2375
+ "value": "@entity.successCount"
2377
2376
  }
2378
- ]
2377
+ ],
2378
+ "type": "simple-grid"
2379
2379
  },
2380
2380
  {
2381
- "max": "@entity.threshold",
2381
+ "value": "@entity.failureCount",
2382
2382
  "min": 0.0,
2383
2383
  "type": "meter",
2384
- "value": "@entity.failureCount"
2384
+ "max": "@entity.threshold"
2385
2385
  },
2386
2386
  {
2387
- "action": "RESET",
2388
2387
  "type": "button",
2389
2388
  "variant": "ghost",
2390
2389
  "icon": "rotate-ccw",
2391
- "label": "Reset"
2390
+ "label": "Reset",
2391
+ "action": "RESET"
2392
2392
  }
2393
2393
  ],
2394
2394
  "type": "stack",
@@ -2406,49 +2406,48 @@
2406
2406
  "render-ui",
2407
2407
  "main",
2408
2408
  {
2409
+ "gap": "lg",
2409
2410
  "type": "stack",
2410
2411
  "direction": "vertical",
2411
2412
  "children": [
2412
2413
  {
2413
- "gap": "md",
2414
- "type": "stack",
2415
- "justify": "between",
2416
2414
  "align": "center",
2417
- "direction": "horizontal",
2415
+ "justify": "between",
2416
+ "type": "stack",
2417
+ "gap": "md",
2418
2418
  "children": [
2419
2419
  {
2420
- "type": "stack",
2420
+ "align": "center",
2421
2421
  "children": [
2422
2422
  {
2423
- "type": "icon",
2424
- "name": "shield-check"
2423
+ "name": "shield-check",
2424
+ "type": "icon"
2425
2425
  },
2426
2426
  {
2427
- "variant": "h3",
2427
+ "content": "Circuit Breaker",
2428
2428
  "type": "typography",
2429
- "content": "Circuit Breaker"
2429
+ "variant": "h3"
2430
2430
  }
2431
2431
  ],
2432
- "align": "center",
2432
+ "type": "stack",
2433
2433
  "direction": "horizontal",
2434
2434
  "gap": "md"
2435
2435
  },
2436
2436
  {
2437
- "type": "status-dot",
2437
+ "status": "online",
2438
2438
  "pulse": false,
2439
2439
  "label": "Closed",
2440
- "status": "online"
2440
+ "type": "status-dot"
2441
2441
  }
2442
- ]
2442
+ ],
2443
+ "direction": "horizontal"
2443
2444
  },
2444
2445
  {
2445
- "type": "alert",
2446
+ "variant": "success",
2446
2447
  "message": "Service is healthy.",
2447
- "variant": "success"
2448
+ "type": "alert"
2448
2449
  },
2449
2450
  {
2450
- "cols": 2.0,
2451
- "type": "simple-grid",
2452
2451
  "children": [
2453
2452
  {
2454
2453
  "type": "stat-display",
@@ -2456,20 +2455,21 @@
2456
2455
  "value": "@entity.failureCount"
2457
2456
  },
2458
2457
  {
2459
- "type": "stat-display",
2460
2458
  "label": "Successes",
2459
+ "type": "stat-display",
2461
2460
  "value": "@entity.successCount"
2462
2461
  }
2463
- ]
2462
+ ],
2463
+ "type": "simple-grid",
2464
+ "cols": 2.0
2464
2465
  },
2465
2466
  {
2466
- "min": 0.0,
2467
- "value": "@entity.failureCount",
2468
2467
  "type": "meter",
2469
- "max": "@entity.threshold"
2468
+ "max": "@entity.threshold",
2469
+ "value": "@entity.failureCount",
2470
+ "min": 0.0
2470
2471
  }
2471
- ],
2472
- "gap": "lg"
2472
+ ]
2473
2473
  }
2474
2474
  ]
2475
2475
  ]
@@ -2522,4 +2522,4 @@
2522
2522
  ]
2523
2523
  }
2524
2524
  ]
2525
- }
2525
+ }