@provoly/hypervisor 0.0.124 → 0.0.125

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": "0.0.124",
3
+ "version": "0.0.125",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "16.x || 17.x",
6
6
  "@angular/common": "16.x || 17.x",
@@ -128,6 +128,7 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
128
128
  id: string;
129
129
  message: string;
130
130
  }): void;
131
+ displayEquipment: string[];
131
132
  selectedEquipmentChange($event: string | HypEquipment, index: number): void;
132
133
  equipmentsEvents: {
133
134
  events?: HypEventDetails[];
@@ -10,6 +10,7 @@ export interface HypEventDetails extends HypEvent {
10
10
  name: string;
11
11
  type: string;
12
12
  entity: string;
13
+ family: string;
13
14
  };
14
15
  externalSourceRef?: string;
15
16
  startDate?: string;
@@ -33,6 +34,7 @@ export declare const eventForWriteAPI: (event: HypEventDetails) => {
33
34
  name: string;
34
35
  type: string;
35
36
  entity: string;
37
+ family: string;
36
38
  } | undefined;
37
39
  externalSourceRef?: string | undefined;
38
40
  startDate?: string | undefined;
@@ -24,6 +24,7 @@ export declare const procedureForWriteAPI: (procedure: HypProcedure) => {
24
24
  name: string;
25
25
  type: string;
26
26
  entity: string;
27
+ family: string;
27
28
  } | undefined;
28
29
  externalSourceRef?: string | undefined;
29
30
  startDate?: string | undefined;
@@ -20,6 +20,10 @@
20
20
  .a-pry-select__content {
21
21
  input {
22
22
  width: toRem(500);
23
+
24
+ &::placeholder {
25
+ font-style: italic;
26
+ }
23
27
  }
24
28
  }
25
29
  }
@@ -45,7 +45,7 @@
45
45
  padding: 0;
46
46
  border-radius: 50%;
47
47
  margin: 0;
48
- transform: translateY(toRem(5));
48
+ transform: translateY(toRem(3));
49
49
  cursor: pointer;
50
50
 
51
51
  pry-icon {