@provoly/hypervisor 1.4.34 → 1.4.35

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/hypervisor",
3
- "version": "1.4.34",
3
+ "version": "1.4.35",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -96,8 +96,10 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
96
96
  index: number;
97
97
  equipmentName?: string;
98
98
  });
99
+ selectedEquipment: boolean;
99
100
  constructor(equipmentService: EquipmentService, store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, i18nService: PryI18nService, pryDialog: PryDialogService, commentsService: HypCommentsService, eventService: EventService, actions$: Actions);
100
101
  private setCreatorForEvents;
102
+ filterEquipmentsIfSelected(index: number, search: string, equipments: HypEquipment[]): HypEquipment[];
101
103
  get me(): {
102
104
  sub: string | undefined;
103
105
  userName: string | undefined;