@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
|
@@ -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
|
-
|
|
78
|
+
action: HypAction;
|
|
79
79
|
comments: HypComment[];
|
|
80
80
|
} | {
|
|
81
|
-
|
|
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;
|