# XWUISuperWorkplace

Hybrid-workplace module: floor maps, desk and room booking with auto-release, presence, visitor check-in, deliveries, space analytics. SuperBooking does not exist yet.

Planning is XWUI's thinnest group. SuperCalendar is the productivity shell; this SuperApp owns desk/room booking and visitors rather than nesting a second calendar SuperApp.

The constructor is `new XWUISuperWorkplace(container, data, config)`. Navigation is the inherited SuperApp shell (`menuTree()` / `pages()` / `XWUISuperApp.merge()`). Every leaf composes an existing XWUI widget — a Super module that reimplements a grid or editor internally is a defect.

This shell does not call a model. Destructive actions still go through the composed widget provider (`execute`) rather than a silent adapter write.

## Basic Usage

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Standalone Workplace shell on the KPI dashboard.
```

## Arabic (RTL)

```example
file: examples/RtlArabic.ts
html: examples/RtlArabic.html
title: Arabic (RTL)
description: Deep-link under locale ar.
```

## Showcase

```example
file: examples/Showcase.ts
html: examples/Showcase.html
title: Showcase
description: Dashboard, collapsed deep-link, and RTL.
```

## Host extra page

```example
file: examples/WithExtraPage.ts
html: examples/WithExtraPage.html
title: Host extra page
description: extraTree / extraPages host leaf.
```

## Merged shell

```example
file: examples/MergedShell.ts
html: examples/MergedShell.html
title: Merged shell
description: XWUISuperApp.merge with XWUISuperCalendar.
```

```api
```
