Skip to main content

Category group table

Component: <pcp-group-category-expenses>

Deprecated

This component is deprecated and will be removed in the next major release.

Preview:

Preview

Description

This component displays the current list of category groups blocked by the client. Additionally, it allows the admin user to block or unblock any unlisted category group.


Usage

import { PcpGroupCategoryExpensesComponent } from '@celerofinancas/pcp-client-ui';
<pcp-group-category-expenses 
[cardId]="0"
[isBlocked]="true"
/>

Component Inputs and Outputs

Inputs

NameTypeDefaultDescriptionRequired
cardIdstring or undefinedundefinedThe card identification to obtain the category group detailsYES
isBlockedbooleanfalseWhether the card is blockedNO

Dependencies

  • @celerofinancas/class-utils
  • @celerofinancas/ui-common
  • @celerofinancas/ui-directives
  • @celerofinancas/ui-loaders
  • @celerofinancas/ui-modals
  • celerofinancas/design-system

Notes