Files
psp_panel/src/app/shared/components/index.ts
T
ahasani c085104976 feat: refactor password input handling across multiple components
- Replaced individual password and confirm password fields with a shared-password-input component in the following components:
  - Partner Account Password Form
  - Consumer Account Form
  - Consumer User Form
  - Consumer Pos Form
  - Super Admin Consumer Account Form
  - Super Admin Partner Account Form
  - Super Admin Provider Form
  - Super Admin User Account Form
  - Modify Login Info Page

- Introduced a new SharedPasswordInputComponent to encapsulate password input logic and validation messages.
- Updated form handling to utilize reactive forms with shared components for better maintainability and consistency.
- Added a ChangePasswordFormDialogComponent for changing passwords with validation.
- Created API routes for business activity goods in the consumer module.
2026-04-26 20:26:30 +03:30

11 lines
533 B
TypeScript

// export * from './abstract-select.component';
export * from './breadcrumb.component';
export * from './card-data.component';
export * from './changePasswordFormDialog/change-password-form-dialog.component';
export * from './inlineConfirmation/inline-confirmation.component';
export * from './inlineEdit/inline-edit.component';
export * from './input/input.component';
export * from './key-value.component/key-value.component';
export * from './passwordInput/password-input.component';
export * from './table-action-row.component';