update many things

This commit is contained in:
2026-05-04 20:02:10 +03:30
parent 797aecd489
commit ec452bca22
72 changed files with 1375 additions and 606 deletions
@@ -14,7 +14,7 @@ export class PosDisplayComponent {
@Input() variant: PosVariant = 'full';
@Input() pos = signal<IPosEntity | undefined>(undefined);
@Input() editMode = signal<boolean>(false);
@Input() cardTitle = 'اطلاعات پایانه‌ی فروش';
@Input() cardTitle = 'اطلاعات پایانه‌ فروش';
@Input() showMoreActions = true;
@Output() editModeChange = new EventEmitter<boolean>();