Merged PR 2055: feature(ui-label, ahf, warenausgabe, customer-orders): Added and Updated Labe...

feature(ui-label, ahf, warenausgabe, customer-orders): Added and Updated Label Library and Label to the Views, Updated Positioning

Ref: #5479
This commit is contained in:
Nino Righi
2025-11-28 12:37:11 +00:00
committed by Lorenz Hilpert
parent a5bb8b2895
commit 41630d5d7c
47 changed files with 1830 additions and 1549 deletions

View File

@@ -1,11 +1,11 @@
# Library Reference Guide
> **Last Updated:** 2025-11-27
> **Last Updated:** 2025-11-28
> **Angular Version:** 20.3.6
> **Nx Version:** 21.3.2
> **Total Libraries:** 73
> **Total Libraries:** 74
All 73 libraries in the monorepo have comprehensive README.md documentation located at `libs/[domain]/[layer]/[feature]/README.md`.
All 74 libraries in the monorepo have comprehensive README.md documentation located at `libs/[domain]/[layer]/[feature]/README.md`.
**IMPORTANT: Always use the `docs-researcher` subagent** to retrieve and analyze library documentation. This keeps the main context clean and prevents pollution.
@@ -297,12 +297,7 @@ Enterprise-grade barcode scanning library for ISA-Frontend using the Scandit SDK
---
## UI Component Libraries (18 libraries)
### `@isa/ui/label`
A flexible label component for displaying tags and notices with configurable priority levels across Angular applications.
**Location:** `libs/ui/label/`
## UI Component Libraries (19 libraries)
### `@isa/ui/bullet-list`
A lightweight bullet list component system for Angular applications supporting customizable icons and hierarchical content presentation.
@@ -349,6 +344,11 @@ A collection of reusable row components for displaying structured data with cons
**Location:** `libs/ui/item-rows/`
### `@isa/ui/label`
Label components for displaying tags, categories, and priority indicators.
**Location:** `libs/ui/label/`
### `@isa/ui/layout`
This library provides utilities and directives for responsive design and viewport behavior in Angular applications.
@@ -359,6 +359,11 @@ A lightweight Angular component library providing accessible menu components bui
**Location:** `libs/ui/menu/`
### `@isa/ui/notice`
A notice component for displaying prominent notifications and alerts with configurable priority levels.
**Location:** `libs/ui/notice/`
### `@isa/ui/progress-bar`
A lightweight Angular progress bar component supporting both determinate and indeterminate modes.