# XWUIHrShiftTemplatesPage

Shell page scaffold for reusable Shift Templates (predefined shift patterns applied when scheduling). It extends `HrPageBase`, inheriting the injected `IHrApi` plus the shared loading / empty / error UX, defaults its title to `Shift Templates`, and in `afterSetupDOM()` appends a `xwui-hr-page-note` placeholder paragraph reading "Shift Templates" to the content area. Template data binding is not yet implemented, so this serves as a structural placeholder for the templates list/editor. Configure with `conf_comp.hrApiOptions`, `conf_comp.hrApi`, and `conf_comp.locale`; override the heading via `data.title`/`titleAr`.

## Basic Usage

Mounts the Shift Templates page against a sandbox mock HR API (`hrApiOptions: { env: 'sandbox' }`, `locale: 'en'`) with a custom title and description; the content region shows the page note placeholder.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Renders the Shift Templates shell page with a sandbox mock IHrApi and English locale, showing the placeholder content note.
```

## Arabic (RTL)

The page rendered in Arabic with a right-to-left layout - built-in labels, status pills, and loading text localize, and `titleAr` supplies the heading.

```example
file: examples/ArabicLocale.ts
html: examples/ArabicLocale.html
title: Arabic (RTL)
description: The shift-templates page in Arabic with a right-to-left layout and an Arabic heading via titleAr.
```

## Embedded Panel

A width-constrained, centred layout (`maxWidth: '720px'`, `centered: true`) with the breadcrumb row hidden - the shape used when the page is dropped into a narrow settings column.

```example
file: examples/EmbeddedPanel.ts
html: examples/EmbeddedPanel.html
title: Embedded Panel
description: The shift-templates in a 720px centred column with breadcrumbs hidden, for an embedded settings panel.
```

```api
```
