Algu dati
$el.clientWidth) { dragging = true; moved = false; startX = $event.clientX; startScrollLeft = $el.scrollLeft; }"
@pointermove="if (dragging) { const delta = $event.clientX - startX; if (Math.abs(delta) > 6) { if (!moved) { moved = true; try { $el.setPointerCapture($event.pointerId); } catch (_) {} } $el.scrollLeft = startScrollLeft - delta; $event.preventDefault(); } }"
@pointerup="if (dragging) { dragging = false; try { if ($el.hasPointerCapture($event.pointerId)) { $el.releasePointerCapture($event.pointerId); } } catch (_) {} setTimeout(() => { moved = false; }, 0); }"
@pointercancel="dragging = false; moved = false"
@click.capture="if (moved) { $event.preventDefault(); $event.stopPropagation(); moved = false; }"
:class="dragging ? 'cursor-grabbing' : 'cursor-grab'"
>
Vidējā alga Apvienotajā Karalistē reģionos
Salīdzini vidējo algu Apvienotajā Karalistē reģionos, izmantojot jaunākos oficiālos statistikas datus.
Vidējā alga pēc reģiona
Vidējā bruto un neto alga pēc reģioniem
| Reģions |
Bruto (GBP/gadā) |
| Anglija |
33 142 £ |
| Skotija |
32 775 £ |
| Ziemeļīrija |
31 084 £ |
| Velsa |
30 245 £ |
Avots: oficiālā nacionālā statistika. Vērtības vietējā valūtā.