@provoly/hypervisor 1.4.41 → 1.4.43

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.41",
3
+ "version": "1.4.43",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -75,12 +75,12 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
75
75
  eventSelectValue: (string | HypEventDetails | undefined)[];
76
76
  events$: Observable<HypEventDetailsWithMatching[]>;
77
77
  commented: EventEmitter<{
78
- event: HypEventDetails;
78
+ action: HypAction;
79
79
  comments: HypComment[];
80
80
  } | {
81
- action: HypAction;
81
+ event: HypEventDetails;
82
82
  comments: HypComment[];
83
- }>;
83
+ }[]>;
84
84
  profile: {
85
85
  sub: string | undefined;
86
86
  userName: string | undefined;
@@ -99,6 +99,7 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
99
99
  selectedEquipment: boolean;
100
100
  constructor(equipmentService: EquipmentService, store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, i18nService: PryI18nService, pryDialog: PryDialogService, commentsService: HypCommentsService, eventService: EventService, actions$: Actions);
101
101
  private setCreatorForEvents;
102
+ private getComboBoxRegExp;
102
103
  filterEquipmentsIfSelected(index: number, search: string, equipments: HypEquipment[]): HypEquipment[];
103
104
  get me(): {
104
105
  sub: string | undefined;