@provoly/hypervisor 2.4.0 → 2.4.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/hypervisor",
3
- "version": "2.4.0",
3
+ "version": "2.4.2",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -133,6 +133,7 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
133
133
  isEventModified(): boolean;
134
134
  private setDistrictForEvents;
135
135
  private setCreatorForEvents;
136
+ getCreator(eve: HypEventDetails): string;
136
137
  private getComboBoxRegExp;
137
138
  get me(): {
138
139
  sub: string | undefined;