@provoly/hypervisor 1.4.20 → 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/esm2022/src/lib/general/last-events/last-events.component.mjs +8 -7
- package/esm2022/src/lib/model/event/hyp-event-category.type.mjs +2 -2
- package/fesm2022/provoly-hypervisor.mjs +8 -7
- package/fesm2022/provoly-hypervisor.mjs.map +1 -1
- package/package.json +1 -1
- package/src/lib/general/last-events/last-events.component.d.ts +1 -1
- package/styles/components/_m-hvy-event-summary-item.scss +1 -2
package/package.json
CHANGED
|
@@ -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
|
-
|
|
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(
|
|
152
|
+
transform: translateY(1px);
|
|
154
153
|
}
|
|
155
154
|
|
|
156
155
|
}
|