@provoly/hypervisor 1.7.6 → 1.7.7

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.7.6",
3
+ "version": "1.7.7",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -15,6 +15,7 @@ import { HypAction } from '../../model/procedure/hyp-action.interface';
15
15
  import { HypComment } from '../../model/comment.interface';
16
16
  import { Actions } from '@ngrx/effects';
17
17
  import { FormArray, FormBuilder, FormControl } from "@angular/forms";
18
+ import { MatAutocompleteTrigger } from "@angular/material/autocomplete";
18
19
  import * as i0 from "@angular/core";
19
20
  export type ChangeStatusContext = {
20
21
  comment: string;
@@ -178,6 +179,7 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
178
179
  getEquipControl(index: number): FormControl;
179
180
  openAutocomplete(index: number): void;
180
181
  closeAutocomplete(index: number): void;
182
+ openOrCloseAutocomplete(event: Event, trigger: MatAutocompleteTrigger, index: number): void;
181
183
  equipmentEventsForTooltip: {
182
184
  events?: HypEventDetails[];
183
185
  services?: HypServiceTooltip[];
@@ -376,3 +376,7 @@ div.mat-mdc-autocomplete-panel {
376
376
  border-color: #859db6!important;
377
377
  }
378
378
 
379
+ .autocomplete-chevron {
380
+ cursor: auto;
381
+ }
382
+