@provoly/hypervisor 1.4.19 → 1.4.21

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.19",
3
+ "version": "1.4.21",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -1,11 +1,15 @@
1
+ import { OnInit } from '@angular/core';
1
2
  import { SubscriptionnerDirective } from '@provoly/dashboard';
2
3
  import { HypEventDetails } from '../../model/event/hyp-event-detail.interface';
3
4
  import { HypServiceTooltip } from '../../model/event/hyp-event-tooltip.interface';
4
5
  import * as i0 from "@angular/core";
5
- export declare class LastEventsComponent extends SubscriptionnerDirective {
6
+ export declare class LastEventsComponent extends SubscriptionnerDirective implements OnInit {
6
7
  protected readonly displayDate: (endDate: string) => string | undefined;
7
8
  services: HypServiceTooltip[];
8
9
  events: HypEventDetails[];
10
+ references: string[];
11
+ ngOnInit(): void;
12
+ initActionReference(services: HypServiceTooltip[]): void;
9
13
  static ɵfac: i0.ɵɵFactoryDeclaration<LastEventsComponent, never>;
10
14
  static ɵcmp: i0.ɵɵComponentDeclaration<LastEventsComponent, "hvy-last-events", never, { "services": { "alias": "services"; "required": false; }; "events": { "alias": "events"; "required": false; }; }, {}, never, never, false, never>;
11
15
  }
@@ -9,6 +9,7 @@ import * as i0 from "@angular/core";
9
9
  export interface HypServiceAction extends HypAction {
10
10
  name: string;
11
11
  serviceExternalId?: string;
12
+ serviceAdditionalInfo?: string;
12
13
  serviceStatus?: string;
13
14
  }
14
15
  export declare class HvyServiceActionDisplayComponent extends HvyBaseParameterActionComponent<HypServiceAction> implements OnInit {
@@ -18,8 +19,10 @@ export declare class HvyServiceActionDisplayComponent extends HvyBaseParameterAc
18
19
  private i18n;
19
20
  menuButton: ElementRef;
20
21
  status: string;
22
+ reference: string;
21
23
  constructor(pryDialog: PryDialogService, overlay: Overlay, serviceService: ServiceService, i18n: I18nPipe);
22
24
  ngOnInit(): void;
25
+ initActionReference(): void;
23
26
  toggleModal(): void;
24
27
  protected readonly act: typeof act;
25
28
  static ɵfac: i0.ɵɵFactoryDeclaration<HvyServiceActionDisplayComponent, never>;
@@ -44,6 +44,7 @@ export interface HypServiceTooltip {
44
44
  domain: string;
45
45
  status: string;
46
46
  category: string;
47
+ additionalInfo?: string;
47
48
  }
48
49
  export interface HypParentTooltip {
49
50
  id: string;
@@ -117,7 +117,6 @@
117
117
  // - triangle
118
118
  &.-hvy-triangle {
119
119
  background-color: transparent;
120
- align-items: flex-end;
121
120
 
122
121
  &:after {
123
122
  --side: 28px;
@@ -150,7 +149,7 @@
150
149
  }
151
150
 
152
151
  span {
153
- transform: translateY(-2px);
152
+ transform: translateY(1px);
154
153
  }
155
154
 
156
155
  }