@provoly/hypervisor 0.0.27 → 0.0.29

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.
Files changed (38) hide show
  1. package/assets/svgs/arrow_down_rounded.svg +5 -0
  2. package/assets/svgs/caret_bottom_rounded.svg +5 -0
  3. package/esm2022/src/lib/event/detail/event-detail.component.mjs +5 -5
  4. package/esm2022/src/lib/event/filters/choice/choice-filter.component.mjs +3 -3
  5. package/esm2022/src/lib/event/filters/date/date-filter.component.mjs +3 -3
  6. package/esm2022/src/lib/event/filters/event-filters.component.mjs +3 -3
  7. package/esm2022/src/lib/event/filters/hvy-unit-filter.class.mjs +3 -3
  8. package/esm2022/src/lib/event/list/event-list.component.mjs +3 -3
  9. package/esm2022/src/lib/event-summary/item/event-summary-item.component.mjs +7 -6
  10. package/esm2022/src/lib/event-summary/list/event-summary-list.component.mjs +3 -3
  11. package/esm2022/src/lib/event-summary/page/event-summary-page.component.mjs +3 -3
  12. package/esm2022/src/lib/general/column-order/column-order.component.mjs +3 -3
  13. package/esm2022/src/lib/general/for-datetime-local-pipe/for-datetime-local.pipe.mjs +3 -3
  14. package/esm2022/src/lib/general/i18n/en.translations.mjs +12 -2
  15. package/esm2022/src/lib/general/i18n/fr.translations.mjs +6 -1
  16. package/esm2022/src/lib/general/icon-display/icon-display.component.mjs +3 -3
  17. package/esm2022/src/lib/general/icon-pipe/event-icon.pipe.mjs +3 -3
  18. package/esm2022/src/lib/general/progress-display/progress-display.component.mjs +3 -3
  19. package/esm2022/src/lib/general/status-display/status-display.component.mjs +25 -14
  20. package/esm2022/src/lib/hypervisor.module.mjs +4 -4
  21. package/esm2022/src/lib/store/equipment/equipment.service.mjs +3 -3
  22. package/esm2022/src/lib/store/event/event.effects.mjs +3 -3
  23. package/esm2022/src/lib/store/event/event.service.mjs +3 -3
  24. package/esm2022/src/lib/store/event-summary/event-summary.effects.mjs +3 -3
  25. package/esm2022/src/lib/store/event-summary/event-summary.service.mjs +3 -3
  26. package/esm2022/src/lib/store/hypervisor/hypervisor.effects.mjs +3 -3
  27. package/esm2022/src/lib/store/hypervisor/hypervisor.service.mjs +3 -3
  28. package/fesm2022/provoly-hypervisor.mjs +108 -84
  29. package/fesm2022/provoly-hypervisor.mjs.map +1 -1
  30. package/package.json +2 -2
  31. package/src/lib/general/i18n/en.translations.d.ts +10 -0
  32. package/src/lib/general/i18n/fr.translations.d.ts +5 -0
  33. package/src/lib/general/status-display/status-display.component.d.ts +5 -1
  34. package/styles/components/_a-chip-status.scss +8 -2
  35. package/styles/components/_m-hvy-event-summary-item.scss +1 -1
  36. package/styles/components/_o-hvy-event-detail.scss +65 -5
  37. package/styles/components/_o-hvy-events-table.scss +3 -2
  38. package/styles/components/_o-progressbar.scss +1 -0
@@ -24,10 +24,10 @@ export class EventSummaryService {
24
24
  return this.httpClient.get(encodeURI(`${url}/events/summary`), { params });
25
25
  }));
26
26
  }
27
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: EventSummaryService, deps: [{ token: i1.HttpClient }, { token: i2.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
28
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: EventSummaryService, providedIn: 'root' }); }
27
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: EventSummaryService, deps: [{ token: i1.HttpClient }, { token: i2.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
28
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: EventSummaryService, providedIn: 'root' }); }
29
29
  }
30
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: EventSummaryService, decorators: [{
30
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: EventSummaryService, decorators: [{
31
31
  type: Injectable,
32
32
  args: [{
33
33
  providedIn: 'root'
@@ -7,10 +7,10 @@ export class HypervisorEffects {
7
7
  this.actions$ = actions$;
8
8
  this.eventService = eventService;
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HypervisorEffects, deps: [{ token: i1.Actions }, { token: i2.HypervisorService }], target: i0.ɵɵFactoryTarget.Injectable }); }
11
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HypervisorEffects }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: HypervisorEffects, deps: [{ token: i1.Actions }, { token: i2.HypervisorService }], target: i0.ɵɵFactoryTarget.Injectable }); }
11
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: HypervisorEffects }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HypervisorEffects, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: HypervisorEffects, decorators: [{
14
14
  type: Injectable
15
15
  }], ctorParameters: () => [{ type: i1.Actions }, { type: i2.HypervisorService }] });
16
16
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaHlwZXJ2aXNvci5lZmZlY3RzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcHJvdm9seS9oeXBlcnZpc29yL3NyYy9saWIvc3RvcmUvaHlwZXJ2aXNvci9oeXBlcnZpc29yLmVmZmVjdHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7OztBQUszQyxNQUFNLE9BQU8saUJBQWlCO0lBRTVCLFlBQ1UsUUFBaUIsRUFDakIsWUFBK0I7UUFEL0IsYUFBUSxHQUFSLFFBQVEsQ0FBUztRQUNqQixpQkFBWSxHQUFaLFlBQVksQ0FBbUI7SUFFekMsQ0FBQzs4R0FOVSxpQkFBaUI7a0hBQWpCLGlCQUFpQjs7MkZBQWpCLGlCQUFpQjtrQkFEN0IsVUFBVSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEFjdGlvbnMgfSBmcm9tICdAbmdyeC9lZmZlY3RzJztcbmltcG9ydCB7IEh5cGVydmlzb3JTZXJ2aWNlIH0gZnJvbSAnLi9oeXBlcnZpc29yLnNlcnZpY2UnO1xuXG5ASW5qZWN0YWJsZSgpXG5leHBvcnQgY2xhc3MgSHlwZXJ2aXNvckVmZmVjdHMge1xuXG4gIGNvbnN0cnVjdG9yKFxuICAgIHByaXZhdGUgYWN0aW9ucyQ6IEFjdGlvbnMsXG4gICAgcHJpdmF0ZSBldmVudFNlcnZpY2U6IEh5cGVydmlzb3JTZXJ2aWNlLFxuICApIHtcbiAgfVxufVxuIl19
@@ -7,10 +7,10 @@ export class HypervisorService {
7
7
  this.httpClient = httpClient;
8
8
  this.store = store;
9
9
  }
10
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HypervisorService, deps: [{ token: i1.HttpClient }, { token: i2.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
11
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HypervisorService, providedIn: 'root' }); }
10
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: HypervisorService, deps: [{ token: i1.HttpClient }, { token: i2.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
11
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: HypervisorService, providedIn: 'root' }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.3", ngImport: i0, type: HypervisorService, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.4", ngImport: i0, type: HypervisorService, decorators: [{
14
14
  type: Injectable,
15
15
  args: [{
16
16
  providedIn: 'root'