@provoly/hypervisor 1.5.1 → 1.5.2
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
|
@@ -121,6 +121,7 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
|
|
|
121
121
|
adressDisabled: boolean[];
|
|
122
122
|
constructor(equipmentService: EquipmentService, store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, i18nService: PryI18nService, pryDialog: PryDialogService, commentsService: HypCommentsService, eventService: EventService, actions$: Actions);
|
|
123
123
|
isEventModified(): boolean;
|
|
124
|
+
private setDistrictForEvents;
|
|
124
125
|
private setCreatorForEvents;
|
|
125
126
|
private getComboBoxRegExp;
|
|
126
127
|
filterEquipmentsIfSelected(index: number, search: string, equipments: HypEquipment[]): HypEquipment[];
|