@provoly/hypervisor 2.1.9 → 2.3.1

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.1.9",
3
+ "version": "2.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -220,6 +220,10 @@ export declare const frTranslations: {
220
220
  DONE: string;
221
221
  CANCELLED: string;
222
222
  OT_CLOSED: string;
223
+ active: {
224
+ true: string;
225
+ false: string;
226
+ };
223
227
  };
224
228
  };
225
229
  associationModal: {
@@ -9,4 +9,6 @@ export interface HypProcedureModel {
9
9
  actions: HypAction[];
10
10
  useCount: number;
11
11
  domain: string;
12
+ active: boolean;
13
+ lastUpdateDateActive: string;
12
14
  }
@@ -149,6 +149,6 @@ a.o-hvy-event-summary-list__footer-button {
149
149
  }
150
150
 
151
151
  .journal-table-event {
152
- width: 99.8%!important;
152
+ //width: 99.8%!important;
153
153
  }
154
154
 
@@ -6,6 +6,11 @@
6
6
  flex-direction: column;
7
7
  height: 100%;
8
8
 
9
+ > div:first-child {
10
+ display: flex;
11
+ justify-content: space-between;
12
+ }
13
+
9
14
  &__container {
10
15
  flex: 1 1;
11
16
  overflow: auto;
@@ -27,6 +32,16 @@
27
32
 
28
33
  background-color: white;
29
34
  border: 1px solid themed($theme-map, 'color', 'primary', 400);
35
+
36
+ > div {
37
+ display: flex;
38
+ justify-content: space-between;
39
+ align-items: center;
40
+
41
+ > span {
42
+ padding-bottom: 0.625rem;
43
+ }
44
+ }
30
45
  }
31
46
 
32
47
  &__actions {
@@ -25,19 +25,9 @@
25
25
  width: 14%;
26
26
  text-align: left;
27
27
  }
28
- .o-hvy-events-table__line__cell:nth-child(8) {
29
- width: unset;
28
+ .o-hvy-events-table__line__cell:nth-child(8) > span {
30
29
  display: flex;
31
- justify-content: left;
32
- align-items: center;
33
- > div {
34
- display: flex;
35
- align-items: center;
36
- background: aqua;
37
- border-radius: 1em;
38
- justify-content: center;
39
- padding: 0.5em;
40
- }
30
+ justify-content: flex-start;
41
31
  }
42
32
 
43
33
  .o-hvy-events-table__line__cell:nth-child(4) {