# XWUIOpsClientsPage

The OPFlow Resources > Clients directory: an `XWUIShellPage` wrapping a 10-column `XWUIDataGrid` (Name English / Name Arabic / Industry / Primary Contact / Email as a mailto link / Phone as a tel link / Active Deals / Total Revenue / Status / Actions), with a toolbar holding free-text search and a "+ Add Client" primary button. Total Revenue is formatted with `currencyCode` (default SAR) and `currencyLocale`; the Status column renders a color-coded pill over the `active` / `pipeline` / `dormant` / `internal` enum. Use it as the root commercial-partner registry that Projects, Deals, Invoices, and the Commercial Dashboard reference by client id.

## Basic Usage

Renders the client directory pre-loaded with the eight-account OPFlow seed roster across active, pipeline, dormant, and internal statuses.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Clients grid seeded with eight broadcast partners (SPL, SAFF, AFC, SBA, LIV Golf, GEA, Ministry of Sports, internal Meridian) with SAR revenue and mixed statuses.
```

## Motorsport Portfolio

Scopes the directory to the motorsport vertical, mixing a high-revenue F1 anchor with active, dormant, and pipeline circuits.

```example
file: examples/MotorsportPortfolio.ts
html: examples/MotorsportPortfolio.html
title: Motorsport Portfolio
description: Motorsport-vertical clients led by Formula 1 Saudi Arabian GP (41.5M SAR) with Dakar and Formula E active, Extreme E dormant, and a MotoGP pipeline bid.
```

## Pipeline Prospects (USD)

A business-development list of pre-signing prospects with estimated value shown in USD via the configurable currency code and locale.

```example
file: examples/PipelineProspects.ts
html: examples/PipelineProspects.html
title: Pipeline Prospects (USD)
description: Five pipeline prospects (DAZN, ESL, WWE, PGA Tour, NBA) with zero active deals and estimated annual value rendered in USD instead of the default SAR.
```

```api
```
