@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.
- package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors/behaviors-registry.json +2913 -156
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors-registry.json +2913 -156
- package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/registry/app/atoms/std-application.orb +300 -188
- package/dist/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/registry/app/atoms/std-donor.orb +191 -156
- package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/registry/app/atoms/std-driver.orb +440 -202
- package/dist/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/registry/app/atoms/std-event.orb +309 -178
- package/dist/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/registry/app/atoms/std-lease.orb +411 -178
- package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/registry/app/atoms/std-matter.orb +415 -189
- package/dist/registry/app/atoms/std-membership.orb +387 -167
- package/dist/registry/app/atoms/std-menu.orb +232 -175
- package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/registry/app/atoms/std-segment.orb +173 -139
- package/dist/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/registry/app/atoms/std-trial.orb +401 -183
- package/dist/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-telematics-event",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-telematics-event — read-only per-vehicle telemetry stream
|
|
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
|
-
"
|
|
278
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
296
|
+
"content": "Loading telematics events…"
|
|
299
297
|
}
|
|
300
298
|
],
|
|
301
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
325
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
349
|
-
"
|
|
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
|
-
"
|
|
370
|
+
"entity": "@payload.data",
|
|
372
371
|
"cols": 1.0,
|
|
373
|
-
"
|
|
374
|
-
"
|
|
372
|
+
"fields": "@config.fields",
|
|
373
|
+
"itemActions": "@config.itemActions",
|
|
374
|
+
"type": "data-grid"
|
|
375
375
|
}
|
|
376
376
|
],
|
|
377
|
-
"
|
|
377
|
+
"gap": "md"
|
|
378
378
|
}
|
|
379
379
|
]
|
|
380
380
|
]
|
|
@@ -389,8 +389,8 @@
|
|
|
389
389
|
"main",
|
|
390
390
|
{
|
|
391
391
|
"message": "@payload.error",
|
|
392
|
-
"
|
|
393
|
-
"
|
|
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
|
-
"
|
|
486
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
525
|
+
"variant": "body",
|
|
525
526
|
"content": "@entity.acknowledgedBy",
|
|
526
|
-
"
|
|
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
|
-
"
|
|
542
|
+
"type": "stat-display",
|
|
543
|
+
"label": "Speed",
|
|
544
|
+
"value": "@entity.speed"
|
|
546
545
|
},
|
|
547
546
|
{
|
|
548
|
-
"
|
|
549
|
-
"label": "Lat",
|
|
547
|
+
"value": "@entity.locationLat",
|
|
550
548
|
"icon": "map-pin",
|
|
551
|
-
"
|
|
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
|
-
"
|
|
616
|
+
"variant": "caption",
|
|
619
617
|
"content": "Acknowledging event…",
|
|
620
|
-
"
|
|
621
|
-
"
|
|
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
|
-
"
|
|
639
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
699
|
+
"color": "muted",
|
|
699
700
|
"type": "typography",
|
|
700
|
-
"
|
|
701
|
+
"variant": "caption"
|
|
701
702
|
}
|
|
702
703
|
],
|
|
703
|
-
"
|
|
704
|
-
"
|
|
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
|
-
"
|
|
722
|
-
"
|
|
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
|
-
"
|
|
745
|
-
"
|
|
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
|
-
"
|
|
790
|
-
"name": "
|
|
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
|
-
"
|
|
805
|
-
"name": "
|
|
806
|
+
"format": {
|
|
807
|
+
"name": "format",
|
|
806
808
|
"type": "string",
|
|
807
809
|
"required": false
|
|
808
810
|
},
|
|
809
|
-
"
|
|
810
|
-
"name": "
|
|
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
|
-
"
|
|
829
|
+
"icon": "arrow-right",
|
|
823
830
|
"variant": "primary",
|
|
824
|
-
"
|
|
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
|
-
"
|
|
839
|
-
"name": "
|
|
845
|
+
"label": {
|
|
846
|
+
"name": "label",
|
|
840
847
|
"type": "string",
|
|
841
|
-
"required":
|
|
848
|
+
"required": true
|
|
842
849
|
},
|
|
843
|
-
"
|
|
844
|
-
"name": "
|
|
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
|
-
"
|
|
854
|
-
"name": "
|
|
860
|
+
"icon": {
|
|
861
|
+
"name": "icon",
|
|
855
862
|
"type": "string",
|
|
856
|
-
"required":
|
|
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
|
+
}
|