Demo

Utilities

Everyday helpers from @quan-erp/shared-frontend-core — DTOs, toast, pagination types, and SemVer utilities.

Overview

Shared frontend helpers for API contracts, list pagination, user feedback, and version checks.

  • RequestDto & ResponseDto — wrap POST/PUT bodies and unwrap GET payloads
  • RequestIndexPaginationDto — canonical list-query shape (currentPage / pageSize / query)
  • toast — mutation success/error feedback
  • Version — SemVer compare, breaking-change detection, and update analysis