tickera-angular-components 0.0.1-dev.54 → 0.0.1-dev.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3071,6 +3071,9 @@ class TicketSelectionService {
3071
3071
  };
3072
3072
  return lists[ticket.status] ?? null;
3073
3073
  }
3074
+ setSelectedTickets(tickets) {
3075
+ this._selectedTickets.set(new Set(tickets));
3076
+ }
3074
3077
  toggle(ticket) {
3075
3078
  const list = this.getListByStatus(ticket);
3076
3079
  if (list) {