transform pos payload forms to shared

This commit is contained in:
2026-05-31 10:34:43 +03:30
parent f2a496134b
commit f50219a094
17 changed files with 72 additions and 59 deletions
+4 -1
View File
@@ -1,12 +1,15 @@
// export * from './abstract-select.component';
export * from './amountPercentageInput/amount-percentage-input.component';
export * from './breadcrumb.component';
export * from './calculatedAmountCard/calculated-amount-card.component';
export * from './card-data.component';
export * from './changePasswordFormDialog/change-password-form-dialog.component';
export * from './dialog/dialog.component';
export * from './dialog';
export * from './fields';
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 './posPayment';
export * from './table-action-row.component';