update ux writing

This commit is contained in:
2026-05-04 21:30:05 +03:30
parent ec452bca22
commit d130a83bd4
44 changed files with 66 additions and 73 deletions
@@ -1,5 +1,5 @@
import { Component, Input, Output, EventEmitter } from '@angular/core';
import { CommonModule } from '@angular/common';
import { Component, EventEmitter, Input, Output } from '@angular/core';
import { Button } from 'primeng/button';
@Component({
@@ -12,6 +12,7 @@ export class TableActionRowComponent {
@Input() showEdit = false;
@Input() showDelete = false;
@Input() showDetails = false;
@Input() showDetailsText: string = 'جزییات';
@Output() edit = new EventEmitter<void>();
@Output() delete = new EventEmitter<void>();