# XWUIBankTransactionFeed

Bank-grade activity feed with pending/posted filters, running balance, dispute flags and OFX export. Host applies items; this widget never fetches.

## BasicUsage

Default posted and pending sample.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Default posted and pending sample.
```

## PendingOnly

Show pending authorizations.

```example
file: examples/PendingOnly.ts
html: examples/PendingOnly.html
title: PendingOnly
description: Show pending authorizations.
```

## Dispute

Flag a transaction from the class API.

```example
file: examples/Dispute.ts
html: examples/Dispute.html
title: Dispute
description: Flag a transaction from the class API.
```

## ExportOfx

Read sanitised OFX text.

```example
file: examples/ExportOfx.ts
html: examples/ExportOfx.html
title: ExportOfx
description: Read sanitised OFX text.
```

```api
```
