@provoly/hypervisor 1.4.20 → 1.4.22

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.20",
3
+ "version": "1.4.22",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -209,7 +209,7 @@ export declare const enTranslations: {
209
209
  };
210
210
  service: {
211
211
  status: {
212
- CREATED: string;
212
+ NEW: string;
213
213
  ASKED: string;
214
214
  IN_PROGRESS: string;
215
215
  DONE: string;
@@ -222,7 +222,7 @@ export declare const frTranslations: {
222
222
  };
223
223
  service: {
224
224
  status: {
225
- CREATED: string;
225
+ NEW: string;
226
226
  ASKED: string;
227
227
  IN_PROGRESS: string;
228
228
  DONE: string;
@@ -7,7 +7,7 @@ export declare class LastEventsComponent extends SubscriptionnerDirective implem
7
7
  protected readonly displayDate: (endDate: string) => string | undefined;
8
8
  services: HypServiceTooltip[];
9
9
  events: HypEventDetails[];
10
- reference: string;
10
+ references: string[];
11
11
  ngOnInit(): void;
12
12
  initActionReference(services: HypServiceTooltip[]): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<LastEventsComponent, never>;
@@ -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
  }