* Get status order for sorting
(statusValue: string)
| 141 | * Get status order for sorting |
| 142 | */ |
| 143 | getStatusOrder(statusValue: string): number { |
| 144 | const status = this.getStatusConfig(statusValue); |
| 145 | return status?.order || 0; |
| 146 | } |
| 147 | |
| 148 | /** |
| 149 | * Get CSS variables for status colors |
no test coverage detected