@almadar/std 15.15.0 → 15.15.1

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 (273) hide show
  1. package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  2. package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  3. package/behaviors/registry/app/atoms/std-application.orb +300 -188
  4. package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  5. package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  6. package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  7. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  8. package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  9. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  10. package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  11. package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  12. package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  13. package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  14. package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  15. package/behaviors/registry/app/atoms/std-donor.orb +191 -156
  16. package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  17. package/behaviors/registry/app/atoms/std-driver.orb +440 -202
  18. package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  19. package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  20. package/behaviors/registry/app/atoms/std-event.orb +309 -178
  21. package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  22. package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  23. package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  24. package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  25. package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  26. package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  27. package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  28. package/behaviors/registry/app/atoms/std-lease.orb +411 -178
  29. package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  30. package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  31. package/behaviors/registry/app/atoms/std-matter.orb +415 -189
  32. package/behaviors/registry/app/atoms/std-membership.orb +387 -167
  33. package/behaviors/registry/app/atoms/std-menu.orb +232 -175
  34. package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  35. package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  36. package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  37. package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  38. package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  39. package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  40. package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  41. package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  42. package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  43. package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  44. package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  45. package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  46. package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  47. package/behaviors/registry/app/atoms/std-segment.orb +173 -139
  48. package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  49. package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  50. package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  51. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  52. package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  53. package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  54. package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  55. package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  56. package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  57. package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  58. package/behaviors/registry/app/atoms/std-trial.orb +401 -183
  59. package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  60. package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  61. package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  62. package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  63. package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  64. package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  65. package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  66. package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  67. package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  68. package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  69. package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  70. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  71. package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  72. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  73. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  74. package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  75. package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  76. package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  77. package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  78. package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  79. package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  80. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  81. package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  82. package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  83. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  84. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  85. package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  86. package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  87. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  88. package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  89. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  90. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  91. package/dist/behaviors/behaviors-registry.json +2913 -156
  92. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  93. package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  94. package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
  95. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  96. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  97. package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  98. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  99. package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  100. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  101. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  102. package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  103. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  104. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  105. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  106. package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
  107. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  108. package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
  109. package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  110. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  111. package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
  112. package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  113. package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  114. package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  115. package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  116. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  117. package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  118. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  119. package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
  120. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  121. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  122. package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
  123. package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
  124. package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
  125. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  126. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  127. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  128. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  129. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  130. package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  131. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  132. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  133. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  134. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  135. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  136. package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  137. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  138. package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
  139. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  140. package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  141. package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  142. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  143. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  144. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  145. package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  146. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  147. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  148. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  149. package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
  150. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  151. package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  152. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  153. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  154. package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  155. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  156. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  157. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  158. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  159. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  160. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  161. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  162. package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  163. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  164. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  165. package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  166. package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  167. package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  168. package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  169. package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  170. package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  171. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  172. package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  173. package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  174. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  175. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  176. package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  177. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  178. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  179. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  180. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  181. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  182. package/dist/behaviors-registry.json +2913 -156
  183. package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
  184. package/dist/registry/app/atoms/std-applicant.orb +207 -165
  185. package/dist/registry/app/atoms/std-application.orb +300 -188
  186. package/dist/registry/app/atoms/std-approval-request.orb +370 -215
  187. package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
  188. package/dist/registry/app/atoms/std-change-order.orb +458 -194
  189. package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  190. package/dist/registry/app/atoms/std-checkin.orb +215 -151
  191. package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
  192. package/dist/registry/app/atoms/std-class-roster.orb +343 -170
  193. package/dist/registry/app/atoms/std-class-session.orb +321 -190
  194. package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
  195. package/dist/registry/app/atoms/std-customer-account.orb +376 -157
  196. package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
  197. package/dist/registry/app/atoms/std-donor.orb +191 -156
  198. package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
  199. package/dist/registry/app/atoms/std-driver.orb +440 -202
  200. package/dist/registry/app/atoms/std-dunning.orb +431 -167
  201. package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
  202. package/dist/registry/app/atoms/std-event.orb +309 -178
  203. package/dist/registry/app/atoms/std-form-builder.orb +353 -220
  204. package/dist/registry/app/atoms/std-health-score.orb +218 -183
  205. package/dist/registry/app/atoms/std-help-article.orb +425 -162
  206. package/dist/registry/app/atoms/std-help-category.orb +409 -166
  207. package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
  208. package/dist/registry/app/atoms/std-invoice.orb +349 -211
  209. package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
  210. package/dist/registry/app/atoms/std-lease.orb +411 -178
  211. package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
  212. package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
  213. package/dist/registry/app/atoms/std-matter.orb +415 -189
  214. package/dist/registry/app/atoms/std-membership.orb +387 -167
  215. package/dist/registry/app/atoms/std-menu.orb +232 -175
  216. package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
  217. package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
  218. package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
  219. package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
  220. package/dist/registry/app/atoms/std-question-bank.orb +211 -145
  221. package/dist/registry/app/atoms/std-receipt.orb +248 -177
  222. package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
  223. package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
  224. package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
  225. package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
  226. package/dist/registry/app/atoms/std-response-collector.orb +213 -150
  227. package/dist/registry/app/atoms/std-rfi.orb +365 -210
  228. package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
  229. package/dist/registry/app/atoms/std-segment.orb +173 -139
  230. package/dist/registry/app/atoms/std-stock-level.orb +205 -135
  231. package/dist/registry/app/atoms/std-submittal.orb +323 -166
  232. package/dist/registry/app/atoms/std-table-map.orb +187 -63
  233. package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
  234. package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
  235. package/dist/registry/app/atoms/std-template-editor.orb +255 -189
  236. package/dist/registry/app/atoms/std-tenant.orb +375 -147
  237. package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
  238. package/dist/registry/app/atoms/std-time-entry.orb +259 -150
  239. package/dist/registry/app/atoms/std-timesheet.orb +292 -183
  240. package/dist/registry/app/atoms/std-trial.orb +401 -183
  241. package/dist/registry/app/atoms/std-vehicle.orb +447 -205
  242. package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  243. package/dist/registry/app/atoms/std-waitlist.orb +308 -177
  244. package/dist/registry/app/atoms/std-warehouse.orb +211 -141
  245. package/dist/registry/app/atoms/std-work-order.orb +374 -219
  246. package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
  247. package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
  248. package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
  249. package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
  250. package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
  251. package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
  252. package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  253. package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
  254. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  255. package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
  256. package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  257. package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
  258. package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  259. package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  260. package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  261. package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  262. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  263. package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
  264. package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  265. package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  266. package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
  267. package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  268. package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
  269. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  270. package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
  271. package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
  272. package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  273. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "std-telematics-event",
3
- "version": "1.1.0",
4
- "description": "std-telematics-event — read-only per-vehicle telemetry stream from GPS/OBD-II devices. Lists events in `browsing`; opens event detail in `viewing_single` with Acknowledge action. Agents tune the list shape via `config.fields` + `config.itemActions`.",
3
+ "version": "1.2.0",
4
+ "description": "std-telematics-event — read-only per-vehicle telemetry stream (GPS/OBD-II). Lists events, detail offers Acknowledge. Exposes Inventory/Logistics knobs (defaultWarehouse, hazmatEnabled, …) for the questionnaire.",
5
5
  "orbitals": [
6
6
  {
7
7
  "name": "TelematicsEventOrbital",
@@ -274,8 +274,8 @@
274
274
  "TelematicsEvent",
275
275
  {
276
276
  "emit": {
277
- "success": "TelematicsEventLoaded",
278
- "failure": "TelematicsEventLoadFailed"
277
+ "failure": "TelematicsEventLoadFailed",
278
+ "success": "TelematicsEventLoaded"
279
279
  }
280
280
  }
281
281
  ],
@@ -283,22 +283,22 @@
283
283
  "render-ui",
284
284
  "main",
285
285
  {
286
- "className": "py-12",
287
- "gap": "md",
288
286
  "direction": "vertical",
289
- "type": "stack",
287
+ "align": "center",
290
288
  "children": [
291
289
  {
292
290
  "type": "spinner"
293
291
  },
294
292
  {
295
- "content": "Loading telematics events…",
296
293
  "type": "typography",
294
+ "variant": "caption",
297
295
  "color": "muted",
298
- "variant": "caption"
296
+ "content": "Loading telematics events…"
299
297
  }
300
298
  ],
301
- "align": "center"
299
+ "type": "stack",
300
+ "gap": "md",
301
+ "className": "py-12"
302
302
  }
303
303
  ]
304
304
  ]
@@ -312,25 +312,25 @@
312
312
  "render-ui",
313
313
  "main",
314
314
  {
315
- "gap": "md",
315
+ "type": "stack",
316
316
  "direction": "vertical",
317
317
  "children": [
318
318
  {
319
- "gap": "sm",
320
319
  "direction": "horizontal",
321
320
  "type": "stack",
321
+ "align": "center",
322
322
  "children": [
323
323
  {
324
- "name": "activity",
325
- "type": "icon"
324
+ "type": "icon",
325
+ "name": "activity"
326
326
  },
327
327
  {
328
+ "variant": "h3",
328
329
  "type": "typography",
329
- "content": "@config.title",
330
- "variant": "h3"
330
+ "content": "@config.title"
331
331
  }
332
332
  ],
333
- "align": "center"
333
+ "gap": "sm"
334
334
  },
335
335
  {
336
336
  "cols": 4.0,
@@ -343,22 +343,22 @@
343
343
  "type": "stat-display"
344
344
  },
345
345
  {
346
- "value": "3",
347
346
  "type": "stat-display",
348
- "icon": "alert-triangle",
349
- "label": "Critical"
347
+ "label": "Critical",
348
+ "value": "3",
349
+ "icon": "alert-triangle"
350
350
  },
351
351
  {
352
+ "icon": "bell",
352
353
  "type": "stat-display",
353
354
  "label": "Unacked",
354
- "value": "12",
355
- "icon": "bell"
355
+ "value": "12"
356
356
  },
357
357
  {
358
+ "value": "speeding",
358
359
  "label": "Most common",
359
360
  "icon": "gauge",
360
- "type": "stat-display",
361
- "value": "speeding"
361
+ "type": "stat-display"
362
362
  }
363
363
  ]
364
364
  },
@@ -366,15 +366,15 @@
366
366
  "type": "divider"
367
367
  },
368
368
  {
369
- "entity": "@payload.data",
370
369
  "gap": "sm",
371
- "itemActions": "@config.itemActions",
370
+ "entity": "@payload.data",
372
371
  "cols": 1.0,
373
- "type": "data-grid",
374
- "fields": "@config.fields"
372
+ "fields": "@config.fields",
373
+ "itemActions": "@config.itemActions",
374
+ "type": "data-grid"
375
375
  }
376
376
  ],
377
- "type": "stack"
377
+ "gap": "md"
378
378
  }
379
379
  ]
380
380
  ]
@@ -389,8 +389,8 @@
389
389
  "main",
390
390
  {
391
391
  "message": "@payload.error",
392
- "type": "alert",
393
- "variant": "error"
392
+ "variant": "error",
393
+ "type": "alert"
394
394
  }
395
395
  ]
396
396
  ]
@@ -454,101 +454,100 @@
454
454
  "render-ui",
455
455
  "main",
456
456
  {
457
- "gap": "md",
458
457
  "direction": "vertical",
459
- "type": "stack",
460
458
  "children": [
461
459
  {
462
460
  "direction": "horizontal",
461
+ "gap": "sm",
463
462
  "children": [
464
463
  {
465
- "type": "button",
466
464
  "label": "Back",
467
465
  "variant": "ghost",
468
- "action": "CLOSE_VIEW"
466
+ "action": "CLOSE_VIEW",
467
+ "type": "button"
469
468
  },
470
469
  {
471
470
  "type": "icon",
472
471
  "name": "activity"
473
472
  },
474
473
  {
474
+ "type": "typography",
475
475
  "content": "@entity.eventType",
476
- "variant": "h3",
477
- "type": "typography"
476
+ "variant": "h3"
478
477
  },
479
478
  {
480
- "type": "badge",
481
479
  "label": "@entity.severity",
482
- "variant": "default"
480
+ "variant": "default",
481
+ "type": "badge"
483
482
  }
484
483
  ],
485
- "type": "stack",
486
- "gap": "sm",
487
- "align": "center"
484
+ "align": "center",
485
+ "type": "stack"
488
486
  },
489
487
  {
490
488
  "type": "divider"
491
489
  },
492
490
  {
491
+ "direction": "vertical",
493
492
  "gap": "sm",
494
493
  "type": "stack",
495
494
  "children": [
496
495
  {
497
- "gap": "md",
498
496
  "direction": "horizontal",
499
497
  "children": [
500
498
  {
501
- "color": "muted",
502
- "content": "Vehicle",
503
499
  "type": "typography",
504
- "variant": "caption"
500
+ "color": "muted",
501
+ "variant": "caption",
502
+ "content": "Vehicle"
505
503
  },
506
504
  {
505
+ "type": "typography",
507
506
  "content": "@entity.vehicleId",
508
- "variant": "body",
509
- "type": "typography"
507
+ "variant": "body"
510
508
  }
511
509
  ],
512
- "type": "stack"
510
+ "type": "stack",
511
+ "gap": "md"
513
512
  },
514
513
  {
514
+ "direction": "horizontal",
515
515
  "type": "stack",
516
+ "gap": "md",
516
517
  "children": [
517
518
  {
518
- "variant": "caption",
519
- "color": "muted",
520
519
  "type": "typography",
521
- "content": "Acknowledged by"
520
+ "content": "Acknowledged by",
521
+ "variant": "caption",
522
+ "color": "muted"
522
523
  },
523
524
  {
524
- "type": "typography",
525
+ "variant": "body",
525
526
  "content": "@entity.acknowledgedBy",
526
- "variant": "body"
527
+ "type": "typography"
527
528
  }
528
- ],
529
- "direction": "horizontal",
530
- "gap": "md"
529
+ ]
531
530
  }
532
- ],
533
- "direction": "vertical"
531
+ ]
534
532
  },
535
533
  {
536
534
  "type": "divider"
537
535
  },
538
536
  {
539
537
  "type": "simple-grid",
538
+ "cols": 3.0,
540
539
  "children": [
541
540
  {
542
- "value": "@entity.speed",
543
- "type": "stat-display",
544
541
  "icon": "gauge",
545
- "label": "Speed"
542
+ "type": "stat-display",
543
+ "label": "Speed",
544
+ "value": "@entity.speed"
546
545
  },
547
546
  {
548
- "type": "stat-display",
549
- "label": "Lat",
547
+ "value": "@entity.locationLat",
550
548
  "icon": "map-pin",
551
- "value": "@entity.locationLat"
549
+ "label": "Lat",
550
+ "type": "stat-display"
552
551
  },
553
552
  {
554
553
  "label": "Lng",
@@ -556,27 +555,28 @@
556
555
  "value": "@entity.locationLng",
557
556
  "icon": "map-pin"
558
557
  }
559
- ],
560
- "cols": 3.0
558
+ ]
561
559
  },
562
560
  {
563
- "type": "stack",
564
- "align": "center",
565
- "gap": "sm",
566
- "direction": "horizontal",
567
561
  "children": [
568
562
  {
569
- "type": "button",
570
- "variant": "primary",
571
- "action": "ACKNOWLEDGE",
572
563
  "label": "Acknowledge",
564
+ "action": "ACKNOWLEDGE",
565
+ "variant": "primary",
573
566
  "actionPayload": {
574
567
  "id": "@entity.id"
575
- }
568
+ },
569
+ "type": "button"
576
570
  }
577
- ]
571
+ ],
572
+ "type": "stack",
573
+ "gap": "sm",
574
+ "direction": "horizontal",
575
+ "align": "center"
578
576
  }
579
- ]
577
+ ],
578
+ "type": "stack",
579
+ "gap": "md"
580
580
  }
581
581
  ]
582
582
  ]
@@ -605,22 +605,22 @@
605
605
  "render-ui",
606
606
  "main",
607
607
  {
608
+ "type": "stack",
608
609
  "direction": "vertical",
609
610
  "className": "py-12",
610
- "align": "center",
611
- "type": "stack",
612
- "gap": "md",
613
611
  "children": [
614
612
  {
615
613
  "type": "spinner"
616
614
  },
617
615
  {
618
- "type": "typography",
616
+ "variant": "caption",
619
617
  "content": "Acknowledging event…",
620
- "color": "muted",
621
- "variant": "caption"
618
+ "type": "typography",
619
+ "color": "muted"
622
620
  }
623
- ]
621
+ ],
622
+ "align": "center",
623
+ "gap": "md"
624
624
  }
625
625
  ]
626
626
  ]
@@ -635,8 +635,8 @@
635
635
  "TelematicsEvent",
636
636
  {
637
637
  "emit": {
638
- "failure": "TelematicsEventLoadFailed",
639
- "success": "TelematicsEventLoaded"
638
+ "success": "TelematicsEventLoaded",
639
+ "failure": "TelematicsEventLoadFailed"
640
640
  }
641
641
  }
642
642
  ],
@@ -650,14 +650,14 @@
650
650
  },
651
651
  {
652
652
  "type": "typography",
653
+ "color": "muted",
653
654
  "content": "Loading events…",
654
- "variant": "caption",
655
- "color": "muted"
655
+ "variant": "caption"
656
656
  }
657
657
  ],
658
- "gap": "md",
659
658
  "direction": "vertical",
660
659
  "type": "stack",
660
+ "gap": "md",
661
661
  "align": "center",
662
662
  "className": "py-12"
663
663
  }
@@ -688,22 +688,22 @@
688
688
  "render-ui",
689
689
  "main",
690
690
  {
691
- "gap": "md",
691
+ "className": "py-12",
692
+ "type": "stack",
692
693
  "children": [
693
694
  {
694
695
  "type": "spinner"
695
696
  },
696
697
  {
697
698
  "content": "Acknowledging event…",
698
- "variant": "caption",
699
+ "color": "muted",
699
700
  "type": "typography",
700
- "color": "muted"
701
+ "variant": "caption"
701
702
  }
702
703
  ],
703
- "type": "stack",
704
- "className": "py-12",
705
- "direction": "vertical",
706
- "align": "center"
704
+ "gap": "md",
705
+ "align": "center",
706
+ "direction": "vertical"
707
707
  }
708
708
  ]
709
709
  ]
@@ -718,8 +718,8 @@
718
718
  "TelematicsEvent",
719
719
  {
720
720
  "emit": {
721
- "success": "TelematicsEventLoaded",
722
- "failure": "TelematicsEventLoadFailed"
721
+ "failure": "TelematicsEventLoadFailed",
722
+ "success": "TelematicsEventLoaded"
723
723
  }
724
724
  }
725
725
  ],
@@ -736,18 +736,25 @@
736
736
  ]
737
737
  },
738
738
  "config": {
739
+ "multiLocationEnabled": {
740
+ "type": "boolean",
741
+ "default": false,
742
+ "label": "Multi-location",
743
+ "description": "Source vehicles across multiple depots.",
744
+ "tier": "customization"
745
+ },
739
746
  "fields": {
740
747
  "type": "[FieldSpec]",
741
748
  "default": [
742
749
  {
743
750
  "label": "Vehicle",
744
- "variant": "caption",
745
- "name": "vehicleId"
751
+ "name": "vehicleId",
752
+ "variant": "caption"
746
753
  },
747
754
  {
755
+ "name": "eventType",
748
756
  "label": "Type",
749
- "variant": "badge",
750
- "name": "eventType"
757
+ "variant": "badge"
751
758
  },
752
759
  {
753
760
  "name": "severity",
@@ -755,13 +762,13 @@
755
762
  "variant": "badge"
756
763
  },
757
764
  {
765
+ "label": "Speed",
758
766
  "variant": "caption",
759
- "name": "speed",
760
- "label": "Speed"
767
+ "name": "speed"
761
768
  },
762
769
  {
763
- "label": "Occurred",
764
770
  "name": "occurredAt",
771
+ "label": "Occurred",
765
772
  "variant": "caption"
766
773
  },
767
774
  {
@@ -786,30 +793,30 @@
786
793
  "type": "string",
787
794
  "required": false
788
795
  },
789
- "key": {
790
- "name": "key",
796
+ "label": {
797
+ "name": "label",
791
798
  "type": "string",
792
799
  "required": false
793
800
  },
794
- "name": {
795
- "name": "name",
796
- "type": "string",
797
- "required": true
798
- },
799
801
  "variant": {
800
802
  "name": "variant",
801
803
  "type": "string",
802
804
  "required": false
803
805
  },
804
- "label": {
805
- "name": "label",
806
+ "format": {
807
+ "name": "format",
806
808
  "type": "string",
807
809
  "required": false
808
810
  },
809
- "format": {
810
- "name": "format",
811
+ "key": {
812
+ "name": "key",
811
813
  "type": "string",
812
814
  "required": false
815
+ },
816
+ "name": {
817
+ "name": "name",
818
+ "type": "string",
819
+ "required": true
813
820
  }
814
821
  }
815
822
  }
@@ -819,13 +826,13 @@
819
826
  "default": [
820
827
  {
821
828
  "label": "Open",
822
- "event": "OPEN_EVENT",
829
+ "icon": "arrow-right",
823
830
  "variant": "primary",
824
- "icon": "arrow-right"
831
+ "event": "OPEN_EVENT"
825
832
  },
826
833
  {
827
- "variant": "secondary",
828
834
  "event": "ACKNOWLEDGE",
835
+ "variant": "secondary",
829
836
  "label": "Acknowledge"
830
837
  }
831
838
  ],
@@ -835,13 +842,13 @@
835
842
  "items": {
836
843
  "type": "object",
837
844
  "properties": {
838
- "variant": {
839
- "name": "variant",
845
+ "label": {
846
+ "name": "label",
840
847
  "type": "string",
841
- "required": false
848
+ "required": true
842
849
  },
843
- "icon": {
844
- "name": "icon",
850
+ "variant": {
851
+ "name": "variant",
845
852
  "type": "string",
846
853
  "required": false
847
854
  },
@@ -850,14 +857,35 @@
850
857
  "type": "string",
851
858
  "required": true
852
859
  },
853
- "label": {
854
- "name": "label",
860
+ "icon": {
861
+ "name": "icon",
855
862
  "type": "string",
856
- "required": true
863
+ "required": false
857
864
  }
858
865
  }
859
866
  }
860
867
  },
868
+ "cycleCountFrequencyDays": {
869
+ "type": "number",
870
+ "default": 30.0,
871
+ "label": "Cycle count cadence (days)",
872
+ "description": "Days between scheduled fleet cycle counts triggered off telematics. v1.2 declarative.",
873
+ "tier": "advanced"
874
+ },
875
+ "defaultWarehouse": {
876
+ "type": "string",
877
+ "default": "",
878
+ "label": "Default depot / warehouse",
879
+ "description": "Depot that owns these vehicles by default. Used by downstream alerting.",
880
+ "tier": "customization"
881
+ },
882
+ "hazmatEnabled": {
883
+ "type": "boolean",
884
+ "default": false,
885
+ "label": "Hazmat tracking",
886
+ "description": "Surface hazmat-relevant telematics events distinctly.",
887
+ "tier": "advanced"
888
+ },
861
889
  "title": {
862
890
  "type": "string",
863
891
  "default": "Telematics Events",
@@ -882,4 +910,4 @@
882
910
  ]
883
911
  }
884
912
  ]
885
- }
913
+ }