# XWUICardOBVan

Fleet entity card for an OB van (outside-broadcast truck), used by the AI Planner Route Map right-rail (`/en/planner/route-map`) and the OB Mobility Fleet Overview grid (`/en/ob-mobility`). Pure composition: an XWUIIcon truck glyph + `data.id` + an XWUIDisplayBadge status pill (Active/Maintenance/Offline) in the header, an XWUIChip per tech spec (`cameraCount` "N cam" + each `resolutions` entry), a two-line location block (kind icon · city + "(source · timestamp)"), an "Update Location" XWUIButton, and an XWUIDisplayDueDate-backed upcoming-assignments footer (or its empty state). Each `show*` flag in `conf_comp` toggles a region; `density` switches comfortable/compact.

## Basic Usage

An active OB10 van with 26 cameras and UHD 4K, on-site in Al Bukayriyah via auto telemetry, with no upcoming assignments (empty-state footer).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Active OB10, 26 cameras, UHD 4K, on-site in Al Bukayriyah, empty upcoming-assignments footer.
```

## Maintenance At Base

OB7 down for maintenance at the home depot with a manual position, rendered compact for the Fleet-Overview grid.

```example
file: examples/MaintenanceAtBase.ts
html: examples/MaintenanceAtBase.html
title: Maintenance At Base
description: Maintenance-status OB7, home/at-base location with a manual source, compact density.
```

## In Transit Schedule

OB12 rolling to its next venue on live telemetry with a populated three-fixture upcoming-assignments footer.

```example
file: examples/InTransitSchedule.ts
html: examples/InTransitSchedule.html
title: In Transit Schedule
description: Active in-transit OB12, 4K/HDR specs, three upcoming assignments rendered as XWUIDisplayDueDate rows.
```

```api
```
