@provoly/hypervisor 1.4.0 → 1.4.5
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/event/detail/add-event/add-event.component.mjs +3 -3
- package/esm2022/src/lib/event/detail/event-detail.component.mjs +5 -5
- package/esm2022/src/lib/event/detail/event-details-tooltip.component.mjs +4 -4
- package/esm2022/src/lib/event/filters/choice/choice-filter.component.mjs +3 -3
- package/esm2022/src/lib/event/filters/date/date-filter.component.mjs +3 -3
- package/esm2022/src/lib/event/filters/hvy-unit-filter.class.mjs +3 -3
- package/esm2022/src/lib/event/filters/on/click/event-filters.component.mjs +3 -3
- package/esm2022/src/lib/event/filters/on/immediate/immediate-filters.component.mjs +3 -3
- package/esm2022/src/lib/event/filters/text/text-filter.component.mjs +3 -3
- package/esm2022/src/lib/event/list/event-column-order.component.mjs +3 -3
- package/esm2022/src/lib/event/list/event-list.component.mjs +5 -5
- package/esm2022/src/lib/event/procedure-association-modal/procedure-association-modal.component.mjs +3 -3
- package/esm2022/src/lib/event-summary/item/event-summary-item.component.mjs +3 -3
- package/esm2022/src/lib/event-summary/list/event-summary-list.component.mjs +3 -3
- package/esm2022/src/lib/event-summary/page/event-summary-page.component.mjs +3 -3
- package/esm2022/src/lib/general/column-order/column-order.component.mjs +3 -3
- package/esm2022/src/lib/general/comments/comments.component.mjs +3 -3
- package/esm2022/src/lib/general/display-locale-datetime/display-locale-datetime.pipe.mjs +3 -3
- package/esm2022/src/lib/general/for-datetime-local-pipe/for-datetime-local.pipe.mjs +3 -3
- package/esm2022/src/lib/general/icon-display/icon-display.component.mjs +3 -3
- package/esm2022/src/lib/general/icon-pipe/event-icon.pipe.mjs +3 -3
- package/esm2022/src/lib/general/infiniteScroll.service.mjs +3 -3
- package/esm2022/src/lib/general/last-events/last-events.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-menu.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/action-parameter.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/base-parameter-action.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/email/email-action-display.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/email/email-action-parameter.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/no-param/no-params-action-display.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/other/other-action-display.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/other/other-action-parameter.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/phone/phone-action-display.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/phone/phone-action-parameter.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/service/create-service.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/action-parameters/service/service-action-display.component.mjs +4 -4
- package/esm2022/src/lib/general/procedure-actions/action-parameters/service/service-action-parameter.component.mjs +3 -3
- package/esm2022/src/lib/general/procedure-actions/procedure-actions.component.mjs +3 -3
- package/esm2022/src/lib/general/progress-display/progress-display.component.mjs +3 -3
- package/esm2022/src/lib/general/status-display/status-display.component.mjs +3 -3
- package/esm2022/src/lib/hypervisor.module.mjs +9 -7
- package/esm2022/src/lib/model/comment.interface.mjs +1 -1
- package/esm2022/src/lib/procedure/model-detail/procedure-model-detail.component.mjs +3 -3
- package/esm2022/src/lib/procedure/model-list/procedure-column-order.component.mjs +3 -3
- package/esm2022/src/lib/procedure/model-list/procedure-list.component.mjs +3 -3
- package/esm2022/src/lib/store/comments/comments.service.mjs +3 -3
- package/esm2022/src/lib/store/equipment/equipment.service.mjs +3 -3
- package/esm2022/src/lib/store/event/event.effects.mjs +3 -3
- package/esm2022/src/lib/store/event/event.service.mjs +3 -3
- package/esm2022/src/lib/store/event-summary/event-summary.effects.mjs +3 -3
- package/esm2022/src/lib/store/event-summary/event-summary.service.mjs +3 -3
- package/esm2022/src/lib/store/hypervisor/hypervisor.effects.mjs +3 -3
- package/esm2022/src/lib/store/hypervisor/hypervisor.service.mjs +3 -3
- package/esm2022/src/lib/store/procedure/procedure.effects.mjs +3 -3
- package/esm2022/src/lib/store/procedure/procedure.service.mjs +3 -3
- package/esm2022/src/lib/store/service/service.service.mjs +3 -3
- package/fesm2022/provoly-hypervisor.mjs +169 -167
- package/fesm2022/provoly-hypervisor.mjs.map +1 -1
- package/package.json +10 -10
- package/src/lib/event/detail/event-detail.component.d.ts +1 -1
- package/src/lib/event/detail/event-details-tooltip.component.d.ts +4 -4
- package/src/lib/event/list/event-list.component.d.ts +1 -1
- package/src/lib/general/procedure-actions/action-parameters/service/service-action-display.component.d.ts +1 -1
- package/src/lib/general/procedure-actions/actions-types.constant.d.ts +1 -1
- package/src/lib/hypervisor.module.d.ts +1 -1
- package/src/lib/model/comment.interface.d.ts +1 -1
- package/src/lib/model/event/hyp-event-detail.interface.d.ts +8 -8
- package/src/lib/model/procedure/hyp-procedure.interface.d.ts +9 -9
- package/src/lib/procedure/model-detail/procedure-model-detail.component.d.ts +1 -1
- package/src/lib/procedure/model-list/procedure-list.component.d.ts +1 -1
- package/src/lib/store/event/event.actions.d.ts +45 -45
- package/src/lib/store/event/event.effects.d.ts +41 -41
- package/src/lib/store/event/event.selectors.d.ts +4 -4
- package/src/lib/store/event-summary/event-summary.actions.d.ts +3 -3
- package/src/lib/store/event-summary/event-summary.effects.d.ts +2 -2
- package/src/lib/store/hypervisor/hypervisor.actions.d.ts +3 -3
- package/src/lib/store/procedure/procedure.actions.d.ts +24 -24
- package/src/lib/store/procedure/procedure.effects.d.ts +13 -13
- package/styles/components/_o-hvy-comments.scss +6 -0
- package/styles/components/_o-hvy-event-detail.scss +1 -1
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/hypervisor",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/cdk": "
|
|
6
|
-
"@angular/common": "
|
|
7
|
-
"@angular/core": "
|
|
8
|
-
"@angular/platform-browser": "
|
|
9
|
-
"@angular/router": "
|
|
10
|
-
"@ngrx/effects": "
|
|
11
|
-
"@ngrx/entity": "
|
|
12
|
-
"@ngrx/store": "
|
|
5
|
+
"@angular/cdk": "17.x || 18.x",
|
|
6
|
+
"@angular/common": "17.x || 18.x",
|
|
7
|
+
"@angular/core": "17.x || 18.x",
|
|
8
|
+
"@angular/platform-browser": "17.x || 18.x",
|
|
9
|
+
"@angular/router": "17.x || 18.x",
|
|
10
|
+
"@ngrx/effects": "18.x",
|
|
11
|
+
"@ngrx/entity": "18.x",
|
|
12
|
+
"@ngrx/store": "18.x",
|
|
13
13
|
"fast-deep-equal": "3.1.3",
|
|
14
14
|
"rxjs": "^7.4.0",
|
|
15
15
|
"uuid": "^8.3.2 || ^9.0.0",
|
|
16
16
|
"zone.js": "~0.14.3",
|
|
17
|
-
"@provoly/dashboard": "^1.4.
|
|
17
|
+
"@provoly/dashboard": "^1.4.4"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"tslib": "^2.6.2"
|
|
@@ -123,7 +123,7 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
|
|
|
123
123
|
confirmDisabled(): boolean;
|
|
124
124
|
get calculatedProgress(): number;
|
|
125
125
|
protected readonly padId: {
|
|
126
|
-
fn: (id:
|
|
126
|
+
fn: (id: number | string) => string;
|
|
127
127
|
};
|
|
128
128
|
protected readonly subCategories: (string | undefined)[];
|
|
129
129
|
modifiedActions($event: any): void;
|
|
@@ -3,12 +3,12 @@ import { HypEventDetails } from '../../model/event/hyp-event-detail.interface';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class HvyEventDetailsTooltipComponent {
|
|
5
5
|
data: {
|
|
6
|
-
events
|
|
7
|
-
services
|
|
6
|
+
events?: HypEventDetails[];
|
|
7
|
+
services?: HypServiceTooltip[];
|
|
8
8
|
};
|
|
9
9
|
constructor(data: {
|
|
10
|
-
events
|
|
11
|
-
services
|
|
10
|
+
events?: HypEventDetails[];
|
|
11
|
+
services?: HypServiceTooltip[];
|
|
12
12
|
});
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<HvyEventDetailsTooltipComponent, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<HvyEventDetailsTooltipComponent, "hvy-event-detail-tooltip", never, {}, {}, never, never, false, never>;
|
|
@@ -32,7 +32,7 @@ export declare class EventListComponent extends SubscriptionnerDirective impleme
|
|
|
32
32
|
goTo(event: HypEventDetails): Promise<boolean> | undefined;
|
|
33
33
|
protected readonly Math: Math;
|
|
34
34
|
protected readonly padId: {
|
|
35
|
-
fn: (id:
|
|
35
|
+
fn: (id: number | string) => string;
|
|
36
36
|
};
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventListComponent, never>;
|
|
38
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<EventListComponent, "hvy-event-list", never, { "disableGotoDetail": { "alias": "disableGotoDetail"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
@@ -8,7 +8,7 @@ import { act } from '@ngrx/effects';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export interface HypServiceAction extends HypAction {
|
|
10
10
|
name: string;
|
|
11
|
-
serviceExternalId
|
|
11
|
+
serviceExternalId?: string;
|
|
12
12
|
}
|
|
13
13
|
export declare class HvyServiceActionDisplayComponent extends HvyBaseParameterActionComponent<HypServiceAction> {
|
|
14
14
|
private pryDialog;
|
|
@@ -6,7 +6,7 @@ export declare const ACTIONS_TYPES: {
|
|
|
6
6
|
[key: string]: {
|
|
7
7
|
display: undefined | Type<HvyBaseParameterActionComponent<HypAction>>;
|
|
8
8
|
parameter: undefined | Type<HvyBaseParameterActionComponent<HypAction>>;
|
|
9
|
-
validator: ((action: any) => boolean)
|
|
9
|
+
validator: undefined | ((action: any) => boolean);
|
|
10
10
|
order: number;
|
|
11
11
|
};
|
|
12
12
|
};
|
|
@@ -60,6 +60,6 @@ export declare class PvyHypervisorModule {
|
|
|
60
60
|
url: string;
|
|
61
61
|
}, store: Store<any>, i18nService: PryI18nService);
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<PvyHypervisorModule, never>;
|
|
63
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PvyHypervisorModule, [typeof i1.EventDetailComponent, typeof i2.EventListComponent, typeof i3.EventColumnOrderComponent, typeof i4.IconDisplayComponent, typeof i5.EventSummaryItemComponent, typeof i6.EventSummaryListComponent, typeof i7.EventSummaryPageComponent, typeof i8.EventIconPipe, typeof i9.ForDatetimeLocalPipe, typeof i10.StatusDisplayComponent, typeof i11.ProgressDisplayComponent, typeof i12.ColumnOrderComponent, typeof i13.EventFiltersComponent, typeof i14.DateFilterComponent, typeof i15.TextFilterComponent, typeof i16.ChoiceFilterComponent, typeof i17.ProcedureListComponent, typeof i18.ProcedureColumnOrderComponent, typeof i19.ProcedureAssociationModalComponent, typeof i20.ProcedureModelDetailComponent, typeof i21.ImmediateFiltersComponent, typeof i22.HvyActionMenuComponent, typeof i23.HvyCreateServiceComponent, typeof i24.HvyActionParameterComponent, typeof i25.HvyBaseParameterActionComponent, typeof i26.HvyOtherActionParameterComponent, typeof i27.HvyOtherActionDisplayComponent, typeof i28.HvyNoParamsActionDisplayComponent, typeof i29.HvyPhoneActionParameterComponent, typeof i30.HvyPhoneActionDisplayComponent, typeof i31.HvyEmailActionDisplayComponent, typeof i32.HvyEmailActionParameterComponent, typeof i33.HvyServiceActionParameterComponent, typeof i34.HvyServiceActionDisplayComponent, typeof i35.DisplayLocaleDateTime, typeof i36.HvyCommentsComponent, typeof i37.LastEventsComponent, typeof i38.HvyEventDetailsTooltipComponent, typeof i39.HvyEventAddEventComponent, typeof i40.ProcedureActionsComponent], [typeof i41.StoreFeatureModule, typeof i41.StoreFeatureModule, typeof i41.StoreFeatureModule, typeof i41.StoreFeatureModule, typeof i42.EffectsFeatureModule, typeof i43.NgForOf, typeof i43.AsyncPipe, typeof i44.PryI18nModule, typeof i44.PryCoreModule, typeof i43.NgStyle, typeof i45.PryCheckboxModule, typeof i46.FormsModule, typeof i47.RouterLink, typeof i44.PrySinceDateModule, typeof i43.DatePipe, typeof i44.PryIconModule, typeof i43.KeyValuePipe, typeof i44.PrySelectModule, typeof i43.JsonPipe, typeof i44.PryDatePickerModule, typeof i43.NgIf, typeof i44.PryCoreModule, typeof i44.PryI18nModule, typeof i46.FormsModule], [typeof i1.EventDetailComponent, typeof i2.EventListComponent, typeof i3.EventColumnOrderComponent, typeof i4.IconDisplayComponent, typeof i5.EventSummaryItemComponent, typeof i6.EventSummaryListComponent, typeof i7.EventSummaryPageComponent, typeof i8.EventIconPipe, typeof i9.ForDatetimeLocalPipe, typeof i10.StatusDisplayComponent, typeof i11.ProgressDisplayComponent, typeof i12.ColumnOrderComponent, typeof i13.EventFiltersComponent, typeof i14.DateFilterComponent, typeof i15.TextFilterComponent, typeof i16.ChoiceFilterComponent, typeof i17.ProcedureListComponent, typeof i18.ProcedureColumnOrderComponent, typeof i19.ProcedureAssociationModalComponent, typeof i20.ProcedureModelDetailComponent, typeof i21.ImmediateFiltersComponent, typeof i22.HvyActionMenuComponent, typeof i23.HvyCreateServiceComponent, typeof i24.HvyActionParameterComponent, typeof i25.HvyBaseParameterActionComponent, typeof i26.HvyOtherActionParameterComponent, typeof i27.HvyOtherActionDisplayComponent, typeof i28.HvyNoParamsActionDisplayComponent, typeof i29.HvyPhoneActionParameterComponent, typeof i30.HvyPhoneActionDisplayComponent, typeof i31.HvyEmailActionDisplayComponent, typeof i32.HvyEmailActionParameterComponent, typeof i33.HvyServiceActionParameterComponent, typeof i34.HvyServiceActionDisplayComponent, typeof i35.DisplayLocaleDateTime, typeof i36.HvyCommentsComponent, typeof i37.LastEventsComponent, typeof i38.HvyEventDetailsTooltipComponent, typeof i39.HvyEventAddEventComponent]>;
|
|
63
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PvyHypervisorModule, [typeof i1.EventDetailComponent, typeof i2.EventListComponent, typeof i3.EventColumnOrderComponent, typeof i4.IconDisplayComponent, typeof i5.EventSummaryItemComponent, typeof i6.EventSummaryListComponent, typeof i7.EventSummaryPageComponent, typeof i8.EventIconPipe, typeof i9.ForDatetimeLocalPipe, typeof i10.StatusDisplayComponent, typeof i11.ProgressDisplayComponent, typeof i12.ColumnOrderComponent, typeof i13.EventFiltersComponent, typeof i14.DateFilterComponent, typeof i15.TextFilterComponent, typeof i16.ChoiceFilterComponent, typeof i17.ProcedureListComponent, typeof i18.ProcedureColumnOrderComponent, typeof i19.ProcedureAssociationModalComponent, typeof i20.ProcedureModelDetailComponent, typeof i21.ImmediateFiltersComponent, typeof i22.HvyActionMenuComponent, typeof i23.HvyCreateServiceComponent, typeof i24.HvyActionParameterComponent, typeof i25.HvyBaseParameterActionComponent, typeof i26.HvyOtherActionParameterComponent, typeof i27.HvyOtherActionDisplayComponent, typeof i28.HvyNoParamsActionDisplayComponent, typeof i29.HvyPhoneActionParameterComponent, typeof i30.HvyPhoneActionDisplayComponent, typeof i31.HvyEmailActionDisplayComponent, typeof i32.HvyEmailActionParameterComponent, typeof i33.HvyServiceActionParameterComponent, typeof i34.HvyServiceActionDisplayComponent, typeof i35.DisplayLocaleDateTime, typeof i36.HvyCommentsComponent, typeof i37.LastEventsComponent, typeof i38.HvyEventDetailsTooltipComponent, typeof i39.HvyEventAddEventComponent, typeof i40.ProcedureActionsComponent], [typeof i41.StoreFeatureModule, typeof i41.StoreFeatureModule, typeof i41.StoreFeatureModule, typeof i41.StoreFeatureModule, typeof i42.EffectsFeatureModule, typeof i43.NgForOf, typeof i43.AsyncPipe, typeof i44.PryI18nModule, typeof i44.PryCoreModule, typeof i43.NgStyle, typeof i45.PryCheckboxModule, typeof i46.FormsModule, typeof i47.RouterLink, typeof i44.PrySinceDateModule, typeof i43.DatePipe, typeof i44.PryIconModule, typeof i43.KeyValuePipe, typeof i44.PrySelectModule, typeof i43.JsonPipe, typeof i44.PryDatePickerModule, typeof i43.NgIf, typeof i44.PryCoreModule, typeof i44.PryI18nModule, typeof i46.FormsModule, typeof i43.AsyncPipe], [typeof i1.EventDetailComponent, typeof i2.EventListComponent, typeof i3.EventColumnOrderComponent, typeof i4.IconDisplayComponent, typeof i5.EventSummaryItemComponent, typeof i6.EventSummaryListComponent, typeof i7.EventSummaryPageComponent, typeof i8.EventIconPipe, typeof i9.ForDatetimeLocalPipe, typeof i10.StatusDisplayComponent, typeof i11.ProgressDisplayComponent, typeof i12.ColumnOrderComponent, typeof i13.EventFiltersComponent, typeof i14.DateFilterComponent, typeof i15.TextFilterComponent, typeof i16.ChoiceFilterComponent, typeof i17.ProcedureListComponent, typeof i18.ProcedureColumnOrderComponent, typeof i19.ProcedureAssociationModalComponent, typeof i20.ProcedureModelDetailComponent, typeof i21.ImmediateFiltersComponent, typeof i22.HvyActionMenuComponent, typeof i23.HvyCreateServiceComponent, typeof i24.HvyActionParameterComponent, typeof i25.HvyBaseParameterActionComponent, typeof i26.HvyOtherActionParameterComponent, typeof i27.HvyOtherActionDisplayComponent, typeof i28.HvyNoParamsActionDisplayComponent, typeof i29.HvyPhoneActionParameterComponent, typeof i30.HvyPhoneActionDisplayComponent, typeof i31.HvyEmailActionDisplayComponent, typeof i32.HvyEmailActionParameterComponent, typeof i33.HvyServiceActionParameterComponent, typeof i34.HvyServiceActionDisplayComponent, typeof i35.DisplayLocaleDateTime, typeof i36.HvyCommentsComponent, typeof i37.LastEventsComponent, typeof i38.HvyEventDetailsTooltipComponent, typeof i39.HvyEventAddEventComponent]>;
|
|
64
64
|
static ɵinj: i0.ɵɵInjectorDeclaration<PvyHypervisorModule>;
|
|
65
65
|
}
|
|
@@ -38,20 +38,20 @@ export declare const eventForWriteAPI: (event: HypEventDetails) => {
|
|
|
38
38
|
type: string;
|
|
39
39
|
entity: string;
|
|
40
40
|
family: string;
|
|
41
|
-
}
|
|
42
|
-
externalSourceRef?: string
|
|
43
|
-
startDate?: string
|
|
44
|
-
endDate?: string
|
|
41
|
+
};
|
|
42
|
+
externalSourceRef?: string;
|
|
43
|
+
startDate?: string;
|
|
44
|
+
endDate?: string;
|
|
45
45
|
closeDate: string;
|
|
46
|
-
procedureId?: string
|
|
46
|
+
procedureId?: string;
|
|
47
47
|
linkedEvents: number;
|
|
48
|
-
procedureProgress?: number
|
|
49
|
-
domain?: string
|
|
48
|
+
procedureProgress?: number;
|
|
49
|
+
domain?: string;
|
|
50
50
|
lastComment: HypComment;
|
|
51
51
|
commentCount: number;
|
|
52
52
|
id: number;
|
|
53
53
|
name: string;
|
|
54
54
|
criticality: string;
|
|
55
55
|
category: string;
|
|
56
|
-
subCategory?: string
|
|
56
|
+
subCategory?: string;
|
|
57
57
|
};
|
|
@@ -25,22 +25,22 @@ export declare const procedureForWriteAPI: (procedure: HypProcedure) => {
|
|
|
25
25
|
type: string;
|
|
26
26
|
entity: string;
|
|
27
27
|
family: string;
|
|
28
|
-
}
|
|
29
|
-
externalSourceRef?: string
|
|
30
|
-
startDate?: string
|
|
31
|
-
endDate?: string
|
|
28
|
+
};
|
|
29
|
+
externalSourceRef?: string;
|
|
30
|
+
startDate?: string;
|
|
31
|
+
endDate?: string;
|
|
32
32
|
closeDate: string;
|
|
33
|
-
procedureId?: string
|
|
33
|
+
procedureId?: string;
|
|
34
34
|
linkedEvents: number;
|
|
35
|
-
procedureProgress?: number
|
|
36
|
-
domain?: string
|
|
35
|
+
procedureProgress?: number;
|
|
36
|
+
domain?: string;
|
|
37
37
|
lastComment: import("../comment.interface").HypComment;
|
|
38
38
|
commentCount: number;
|
|
39
39
|
id: number;
|
|
40
40
|
name: string;
|
|
41
41
|
criticality: string;
|
|
42
42
|
category: string;
|
|
43
|
-
subCategory?: string
|
|
43
|
+
subCategory?: string;
|
|
44
44
|
}[];
|
|
45
45
|
id: number;
|
|
46
46
|
name: string;
|
|
@@ -48,5 +48,5 @@ export declare const procedureForWriteAPI: (procedure: HypProcedure) => {
|
|
|
48
48
|
creationDate: string;
|
|
49
49
|
actions: HypAction[];
|
|
50
50
|
progress: number;
|
|
51
|
-
closeComment?: string
|
|
51
|
+
closeComment?: string;
|
|
52
52
|
};
|
|
@@ -33,7 +33,7 @@ export declare class ProcedureModelDetailComponent extends SubscriptionnerDirect
|
|
|
33
33
|
private _outputModifications;
|
|
34
34
|
updateActions($event: HypAction[]): void;
|
|
35
35
|
protected readonly padId: {
|
|
36
|
-
fn: (id:
|
|
36
|
+
fn: (id: number | string) => string;
|
|
37
37
|
};
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcedureModelDetailComponent, never>;
|
|
39
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProcedureModelDetailComponent, "hvy-procedure-model-detail", never, { "model": { "alias": "model"; "required": false; }; "username": { "alias": "username"; "required": false; }; "title": { "alias": "title"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "cancelModifications": { "alias": "cancelModifications"; "required": false; }; }, { "eventErrors": "eventErrors"; "modified": "modified"; }, never, never, false, never>;
|
|
@@ -26,7 +26,7 @@ export declare class ProcedureListComponent extends SubscriptionnerDirective imp
|
|
|
26
26
|
ngAfterViewInit(): void;
|
|
27
27
|
goTo(procedure: HypProcedureModel): Promise<boolean>;
|
|
28
28
|
protected readonly padId: {
|
|
29
|
-
fn: (id:
|
|
29
|
+
fn: (id: number | string) => string;
|
|
30
30
|
};
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcedureListComponent, never>;
|
|
32
32
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProcedureListComponent, "hvy-procedure-model-list", never, {}, {}, never, ["*"], false, never>;
|
|
@@ -3,22 +3,22 @@ import { HypProcedure } from '../../model/procedure/hyp-procedure.interface';
|
|
|
3
3
|
import { HypEventTooltip } from '../../model/event/hyp-event-tooltip.interface';
|
|
4
4
|
export declare const EventActions: {
|
|
5
5
|
load: import("@ngrx/store").ActionCreator<"[Event] Load Events", (props: {
|
|
6
|
-
next?: boolean
|
|
6
|
+
next?: boolean;
|
|
7
7
|
}) => {
|
|
8
|
-
next?: boolean
|
|
9
|
-
} & import("@ngrx/store
|
|
8
|
+
next?: boolean;
|
|
9
|
+
} & import("@ngrx/store").Action<"[Event] Load Events">>;
|
|
10
10
|
loadSuccess: import("@ngrx/store").ActionCreator<"[Event Api] Load Events Success", (props: {
|
|
11
11
|
events: HypEventDetails[];
|
|
12
|
-
startingFrom?: number
|
|
12
|
+
startingFrom?: number;
|
|
13
13
|
}) => {
|
|
14
14
|
events: HypEventDetails[];
|
|
15
|
-
startingFrom?: number
|
|
16
|
-
} & import("@ngrx/store
|
|
15
|
+
startingFrom?: number;
|
|
16
|
+
} & import("@ngrx/store").Action<"[Event Api] Load Events Success">>;
|
|
17
17
|
loadFailure: import("@ngrx/store").ActionCreator<"[Event Api] Load Events Failure", (props: {
|
|
18
18
|
error: string;
|
|
19
19
|
}) => {
|
|
20
20
|
error: string;
|
|
21
|
-
} & import("@ngrx/store
|
|
21
|
+
} & import("@ngrx/store").Action<"[Event Api] Load Events Failure">>;
|
|
22
22
|
filter: import("@ngrx/store").ActionCreator<"[Event Api] Set filters", (props: {
|
|
23
23
|
filters: {
|
|
24
24
|
[key: string]: string[];
|
|
@@ -29,132 +29,132 @@ export declare const EventActions: {
|
|
|
29
29
|
[key: string]: string[];
|
|
30
30
|
};
|
|
31
31
|
filterSet: string;
|
|
32
|
-
} & import("@ngrx/store
|
|
32
|
+
} & import("@ngrx/store").Action<"[Event Api] Set filters">>;
|
|
33
33
|
select: import("@ngrx/store").ActionCreator<"[Event Api] Select", (props: {
|
|
34
34
|
cumulative: boolean;
|
|
35
35
|
ids: number[];
|
|
36
36
|
}) => {
|
|
37
37
|
cumulative: boolean;
|
|
38
38
|
ids: number[];
|
|
39
|
-
} & import("@ngrx/store
|
|
39
|
+
} & import("@ngrx/store").Action<"[Event Api] Select">>;
|
|
40
40
|
get: import("@ngrx/store").ActionCreator<"[Event] Load specific Event", (props: {
|
|
41
41
|
id: number;
|
|
42
42
|
}) => {
|
|
43
43
|
id: number;
|
|
44
|
-
} & import("@ngrx/store
|
|
44
|
+
} & import("@ngrx/store").Action<"[Event] Load specific Event">>;
|
|
45
45
|
getForProcedure: import("@ngrx/store").ActionCreator<"[Event] Load specific Event for procedure", (props: {
|
|
46
46
|
id: number;
|
|
47
47
|
}) => {
|
|
48
48
|
id: number;
|
|
49
|
-
} & import("@ngrx/store
|
|
49
|
+
} & import("@ngrx/store").Action<"[Event] Load specific Event for procedure">>;
|
|
50
50
|
getSuccess: import("@ngrx/store").ActionCreator<"[Event Api] Get Events/Procedure Success", (props: {
|
|
51
|
-
event?: HypEventDetails
|
|
52
|
-
procedure?: HypProcedure
|
|
51
|
+
event?: HypEventDetails;
|
|
52
|
+
procedure?: HypProcedure;
|
|
53
53
|
}) => {
|
|
54
|
-
event?: HypEventDetails
|
|
55
|
-
procedure?: HypProcedure
|
|
56
|
-
} & import("@ngrx/store
|
|
54
|
+
event?: HypEventDetails;
|
|
55
|
+
procedure?: HypProcedure;
|
|
56
|
+
} & import("@ngrx/store").Action<"[Event Api] Get Events/Procedure Success">>;
|
|
57
57
|
getFailure: import("@ngrx/store").ActionCreator<"[Event Api] Get Events/Procedure Failure", (props: {
|
|
58
58
|
error: string;
|
|
59
59
|
}) => {
|
|
60
60
|
error: string;
|
|
61
|
-
} & import("@ngrx/store
|
|
61
|
+
} & import("@ngrx/store").Action<"[Event Api] Get Events/Procedure Failure">>;
|
|
62
62
|
getTooltipInfo: import("@ngrx/store").ActionCreator<"[Event] Load tooltip info", (props: {
|
|
63
63
|
name: string;
|
|
64
64
|
}) => {
|
|
65
65
|
name: string;
|
|
66
|
-
} & import("@ngrx/store
|
|
66
|
+
} & import("@ngrx/store").Action<"[Event] Load tooltip info">>;
|
|
67
67
|
getTooltipInfoSuccess: import("@ngrx/store").ActionCreator<"[Event Api] Load tooltip info Success", (props: {
|
|
68
68
|
event: HypEventTooltip;
|
|
69
69
|
}) => {
|
|
70
70
|
event: HypEventTooltip;
|
|
71
|
-
} & import("@ngrx/store
|
|
71
|
+
} & import("@ngrx/store").Action<"[Event Api] Load tooltip info Success">>;
|
|
72
72
|
getTooltipInfoFailure: import("@ngrx/store").ActionCreator<"[Event Api] Load tooltip info Failure", (props: {
|
|
73
73
|
error: string;
|
|
74
74
|
}) => {
|
|
75
75
|
error: string;
|
|
76
|
-
} & import("@ngrx/store
|
|
76
|
+
} & import("@ngrx/store").Action<"[Event Api] Load tooltip info Failure">>;
|
|
77
77
|
save: import("@ngrx/store").ActionCreator<"[Event] Save Event", (props: {
|
|
78
78
|
event: HypEventDetails;
|
|
79
79
|
}) => {
|
|
80
80
|
event: HypEventDetails;
|
|
81
|
-
} & import("@ngrx/store
|
|
81
|
+
} & import("@ngrx/store").Action<"[Event] Save Event">>;
|
|
82
82
|
saveProcedure: import("@ngrx/store").ActionCreator<"[Event] Save Procedure and linked Events", (props: {
|
|
83
83
|
procedure: HypProcedure;
|
|
84
84
|
}) => {
|
|
85
85
|
procedure: HypProcedure;
|
|
86
|
-
} & import("@ngrx/store
|
|
86
|
+
} & import("@ngrx/store").Action<"[Event] Save Procedure and linked Events">>;
|
|
87
87
|
addEventToProcedure: import("@ngrx/store").ActionCreator<"[Event] Add event to procedure", (props: {
|
|
88
88
|
eventId: number;
|
|
89
89
|
procedure: HypProcedure;
|
|
90
90
|
}) => {
|
|
91
91
|
eventId: number;
|
|
92
92
|
procedure: HypProcedure;
|
|
93
|
-
} & import("@ngrx/store
|
|
93
|
+
} & import("@ngrx/store").Action<"[Event] Add event to procedure">>;
|
|
94
94
|
saveSuccess: import("@ngrx/store").ActionCreator<"[Event] Save success", (props: {
|
|
95
|
-
event?: HypEventDetails
|
|
96
|
-
procedure?: HypProcedure
|
|
95
|
+
event?: HypEventDetails;
|
|
96
|
+
procedure?: HypProcedure;
|
|
97
97
|
creation: boolean;
|
|
98
98
|
}) => {
|
|
99
|
-
event?: HypEventDetails
|
|
100
|
-
procedure?: HypProcedure
|
|
99
|
+
event?: HypEventDetails;
|
|
100
|
+
procedure?: HypProcedure;
|
|
101
101
|
creation: boolean;
|
|
102
|
-
} & import("@ngrx/store
|
|
102
|
+
} & import("@ngrx/store").Action<"[Event] Save success">>;
|
|
103
103
|
saveFailure: import("@ngrx/store").ActionCreator<"[Event] Save failure", (props: {
|
|
104
104
|
error: any;
|
|
105
105
|
}) => {
|
|
106
106
|
error: any;
|
|
107
|
-
} & import("@ngrx/store
|
|
107
|
+
} & import("@ngrx/store").Action<"[Event] Save failure">>;
|
|
108
108
|
status: import("@ngrx/store").ActionCreator<"[Event] Close Event or Procedure", (props: {
|
|
109
109
|
targetStatus: string;
|
|
110
|
-
event?: HypEventDetails
|
|
111
|
-
procedure?: HypProcedure
|
|
110
|
+
event?: HypEventDetails;
|
|
111
|
+
procedure?: HypProcedure;
|
|
112
112
|
comment: string;
|
|
113
113
|
}) => {
|
|
114
114
|
targetStatus: string;
|
|
115
|
-
event?: HypEventDetails
|
|
116
|
-
procedure?: HypProcedure
|
|
115
|
+
event?: HypEventDetails;
|
|
116
|
+
procedure?: HypProcedure;
|
|
117
117
|
comment: string;
|
|
118
|
-
} & import("@ngrx/store
|
|
118
|
+
} & import("@ngrx/store").Action<"[Event] Close Event or Procedure">>;
|
|
119
119
|
statusSuccess: import("@ngrx/store").ActionCreator<"[Event] Close success", (props: {
|
|
120
|
-
event?: HypEventDetails
|
|
121
|
-
procedure?: HypProcedure
|
|
120
|
+
event?: HypEventDetails;
|
|
121
|
+
procedure?: HypProcedure;
|
|
122
122
|
}) => {
|
|
123
|
-
event?: HypEventDetails
|
|
124
|
-
procedure?: HypProcedure
|
|
125
|
-
} & import("@ngrx/store
|
|
123
|
+
event?: HypEventDetails;
|
|
124
|
+
procedure?: HypProcedure;
|
|
125
|
+
} & import("@ngrx/store").Action<"[Event] Close success">>;
|
|
126
126
|
statusFailure: import("@ngrx/store").ActionCreator<"[Event] Close failure", (props: {
|
|
127
127
|
error: any;
|
|
128
128
|
}) => {
|
|
129
129
|
error: any;
|
|
130
|
-
} & import("@ngrx/store
|
|
130
|
+
} & import("@ngrx/store").Action<"[Event] Close failure">>;
|
|
131
131
|
sort: import("@ngrx/store").ActionCreator<"[Event] set log event sorting", (props: {
|
|
132
132
|
field: string;
|
|
133
133
|
order: string;
|
|
134
134
|
}) => {
|
|
135
135
|
field: string;
|
|
136
136
|
order: string;
|
|
137
|
-
} & import("@ngrx/store
|
|
137
|
+
} & import("@ngrx/store").Action<"[Event] set log event sorting">>;
|
|
138
138
|
associateProcedure: import("@ngrx/store").ActionCreator<"[Event] Associate Procedure to Event", (props: {
|
|
139
139
|
procedureId: number;
|
|
140
140
|
eventIds: number[];
|
|
141
141
|
}) => {
|
|
142
142
|
procedureId: number;
|
|
143
143
|
eventIds: number[];
|
|
144
|
-
} & import("@ngrx/store
|
|
144
|
+
} & import("@ngrx/store").Action<"[Event] Associate Procedure to Event">>;
|
|
145
145
|
associateProcedureSuccess: import("@ngrx/store").ActionCreator<"[Event] Associate Procedure to Event Success", (props: {
|
|
146
146
|
procedure: HypProcedure;
|
|
147
147
|
}) => {
|
|
148
148
|
procedure: HypProcedure;
|
|
149
|
-
} & import("@ngrx/store
|
|
149
|
+
} & import("@ngrx/store").Action<"[Event] Associate Procedure to Event Success">>;
|
|
150
150
|
associateProcedureFailure: import("@ngrx/store").ActionCreator<"[Event] Associate Procedure to Event Failure", (props: {
|
|
151
151
|
error: string;
|
|
152
152
|
}) => {
|
|
153
153
|
error: string;
|
|
154
|
-
} & import("@ngrx/store
|
|
154
|
+
} & import("@ngrx/store").Action<"[Event] Associate Procedure to Event Failure">>;
|
|
155
155
|
export: import("@ngrx/store").ActionCreator<"[Event] Export events", (props: {
|
|
156
156
|
archived: boolean;
|
|
157
157
|
}) => {
|
|
158
158
|
archived: boolean;
|
|
159
|
-
} & import("@ngrx/store
|
|
159
|
+
} & import("@ngrx/store").Action<"[Event] Export events">>;
|
|
160
160
|
};
|
|
@@ -8,74 +8,74 @@ export declare class EventEffects {
|
|
|
8
8
|
private store;
|
|
9
9
|
loadEvents$: import("rxjs").Observable<({
|
|
10
10
|
events: import("@provoly/hypervisor").HypEventDetails[];
|
|
11
|
-
startingFrom?: number
|
|
12
|
-
} & import("@ngrx/store
|
|
11
|
+
startingFrom?: number;
|
|
12
|
+
} & import("@ngrx/store").Action<"[Event Api] Load Events Success">) | ({
|
|
13
13
|
error: string;
|
|
14
|
-
} & import("@ngrx/store
|
|
14
|
+
} & import("@ngrx/store").Action<"[Event Api] Load Events Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
15
15
|
getEvent$: import("rxjs").Observable<({
|
|
16
|
-
event?: import("@provoly/hypervisor").HypEventDetails
|
|
17
|
-
procedure?: import("@provoly/hypervisor").HypProcedure
|
|
18
|
-
} & import("@ngrx/store
|
|
16
|
+
event?: import("@provoly/hypervisor").HypEventDetails;
|
|
17
|
+
procedure?: import("@provoly/hypervisor").HypProcedure;
|
|
18
|
+
} & import("@ngrx/store").Action<"[Event Api] Get Events/Procedure Success">) | ({
|
|
19
19
|
error: string;
|
|
20
|
-
} & import("@ngrx/store
|
|
20
|
+
} & import("@ngrx/store").Action<"[Event Api] Get Events/Procedure Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
21
21
|
getEventByName$: import("rxjs").Observable<({
|
|
22
22
|
event: import("../../model/event/hyp-event-tooltip.interface").HypEventTooltip;
|
|
23
|
-
} & import("@ngrx/store
|
|
23
|
+
} & import("@ngrx/store").Action<"[Event Api] Load tooltip info Success">) | ({
|
|
24
24
|
error: string;
|
|
25
|
-
} & import("@ngrx/store
|
|
25
|
+
} & import("@ngrx/store").Action<"[Event Api] Load tooltip info Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
26
26
|
getForProcedureEvent$: import("rxjs").Observable<({
|
|
27
|
-
event?: import("@provoly/hypervisor").HypEventDetails
|
|
28
|
-
procedure?: import("@provoly/hypervisor").HypProcedure
|
|
29
|
-
} & import("@ngrx/store
|
|
27
|
+
event?: import("@provoly/hypervisor").HypEventDetails;
|
|
28
|
+
procedure?: import("@provoly/hypervisor").HypProcedure;
|
|
29
|
+
} & import("@ngrx/store").Action<"[Event Api] Get Events/Procedure Success">) | ({
|
|
30
30
|
error: string;
|
|
31
|
-
} & import("@ngrx/store
|
|
31
|
+
} & import("@ngrx/store").Action<"[Event Api] Get Events/Procedure Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
32
32
|
saveEvent$: import("rxjs").Observable<({
|
|
33
|
-
event?: import("@provoly/hypervisor").HypEventDetails
|
|
34
|
-
procedure?: import("@provoly/hypervisor").HypProcedure
|
|
33
|
+
event?: import("@provoly/hypervisor").HypEventDetails;
|
|
34
|
+
procedure?: import("@provoly/hypervisor").HypProcedure;
|
|
35
35
|
creation: boolean;
|
|
36
|
-
} & import("@ngrx/store
|
|
36
|
+
} & import("@ngrx/store").Action<"[Event] Save success">) | ({
|
|
37
37
|
error: any;
|
|
38
|
-
} & import("@ngrx/store
|
|
38
|
+
} & import("@ngrx/store").Action<"[Event] Save failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
39
39
|
saveProcedure$: import("rxjs").Observable<({
|
|
40
|
-
event?: import("@provoly/hypervisor").HypEventDetails
|
|
41
|
-
procedure?: import("@provoly/hypervisor").HypProcedure
|
|
40
|
+
event?: import("@provoly/hypervisor").HypEventDetails;
|
|
41
|
+
procedure?: import("@provoly/hypervisor").HypProcedure;
|
|
42
42
|
creation: boolean;
|
|
43
|
-
} & import("@ngrx/store
|
|
43
|
+
} & import("@ngrx/store").Action<"[Event] Save success">) | ({
|
|
44
44
|
error: any;
|
|
45
|
-
} & import("@ngrx/store
|
|
45
|
+
} & import("@ngrx/store").Action<"[Event] Save failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
46
46
|
addEventToProcedure$: import("rxjs").Observable<({
|
|
47
|
-
event?: import("@provoly/hypervisor").HypEventDetails
|
|
48
|
-
procedure?: import("@provoly/hypervisor").HypProcedure
|
|
47
|
+
event?: import("@provoly/hypervisor").HypEventDetails;
|
|
48
|
+
procedure?: import("@provoly/hypervisor").HypProcedure;
|
|
49
49
|
creation: boolean;
|
|
50
|
-
} & import("@ngrx/store
|
|
50
|
+
} & import("@ngrx/store").Action<"[Event] Save success">) | ({
|
|
51
51
|
error: any;
|
|
52
|
-
} & import("@ngrx/store
|
|
52
|
+
} & import("@ngrx/store").Action<"[Event] Save failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
53
53
|
refreshAfterSave$: import("rxjs").Observable<({
|
|
54
54
|
id: number;
|
|
55
|
-
} & import("@ngrx/store
|
|
55
|
+
} & import("@ngrx/store").Action<"[Event] Load specific Event">) | ({
|
|
56
56
|
id: number;
|
|
57
|
-
} & import("@ngrx/store
|
|
57
|
+
} & import("@ngrx/store").Action<"[Event] Load specific Event for procedure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
58
58
|
close$: import("rxjs").Observable<({
|
|
59
|
-
next?: boolean
|
|
60
|
-
} & import("@ngrx/store
|
|
61
|
-
event?: import("@provoly/hypervisor").HypEventDetails
|
|
62
|
-
procedure?: import("@provoly/hypervisor").HypProcedure
|
|
63
|
-
} & import("@ngrx/store
|
|
59
|
+
next?: boolean;
|
|
60
|
+
} & import("@ngrx/store").Action<"[Event] Load Events">) | ({
|
|
61
|
+
event?: import("@provoly/hypervisor").HypEventDetails;
|
|
62
|
+
procedure?: import("@provoly/hypervisor").HypProcedure;
|
|
63
|
+
} & import("@ngrx/store").Action<"[Event] Close success">) | ({
|
|
64
64
|
error: any;
|
|
65
|
-
} & import("@ngrx/store
|
|
65
|
+
} & import("@ngrx/store").Action<"[Event] Close failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
66
66
|
sort$: import("rxjs").Observable<{
|
|
67
|
-
next?: boolean
|
|
68
|
-
} & import("@ngrx/store
|
|
67
|
+
next?: boolean;
|
|
68
|
+
} & import("@ngrx/store").Action<"[Event] Load Events">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
69
69
|
filter$: import("rxjs").Observable<{
|
|
70
|
-
next?: boolean
|
|
71
|
-
} & import("@ngrx/store
|
|
70
|
+
next?: boolean;
|
|
71
|
+
} & import("@ngrx/store").Action<"[Event] Load Events">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
72
72
|
associateProcedure$: import("rxjs").Observable<({
|
|
73
|
-
next?: boolean
|
|
74
|
-
} & import("@ngrx/store
|
|
73
|
+
next?: boolean;
|
|
74
|
+
} & import("@ngrx/store").Action<"[Event] Load Events">) | ({
|
|
75
75
|
procedure: import("@provoly/hypervisor").HypProcedure;
|
|
76
|
-
} & import("@ngrx/store
|
|
76
|
+
} & import("@ngrx/store").Action<"[Event] Associate Procedure to Event Success">) | ({
|
|
77
77
|
error: string;
|
|
78
|
-
} & import("@ngrx/store
|
|
78
|
+
} & import("@ngrx/store").Action<"[Event] Associate Procedure to Event Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
79
79
|
constructor(actions$: Actions, eventService: EventService, store: Store);
|
|
80
80
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventEffects, never>;
|
|
81
81
|
static ɵprov: i0.ɵɵInjectableDeclaration<EventEffects>;
|
|
@@ -7,11 +7,11 @@ export declare const EventSelectors: {
|
|
|
7
7
|
loading: import("@ngrx/store").MemoizedSelector<object, boolean, (s1: EventState) => boolean>;
|
|
8
8
|
filters: import("@ngrx/store").MemoizedSelector<object, import("../../event/filters/hvy-unit-filter.class").HvyFilterParams, (s1: EventState) => import("../../event/filters/hvy-unit-filter.class").HvyFilterParams>;
|
|
9
9
|
details: import("@ngrx/store").MemoizedSelector<object, {
|
|
10
|
-
event?: import("@provoly/hypervisor").HypEventDetails
|
|
11
|
-
procedure?: import("@provoly/hypervisor").HypProcedure
|
|
10
|
+
event?: import("@provoly/hypervisor").HypEventDetails;
|
|
11
|
+
procedure?: import("@provoly/hypervisor").HypProcedure;
|
|
12
12
|
}, (s1: EventState) => {
|
|
13
|
-
event?: import("@provoly/hypervisor").HypEventDetails
|
|
14
|
-
procedure?: import("@provoly/hypervisor").HypProcedure
|
|
13
|
+
event?: import("@provoly/hypervisor").HypEventDetails;
|
|
14
|
+
procedure?: import("@provoly/hypervisor").HypProcedure;
|
|
15
15
|
}>;
|
|
16
16
|
noMoreEvents: import("@ngrx/store").MemoizedSelector<object, boolean, (s1: EventState) => boolean>;
|
|
17
17
|
sort: import("@ngrx/store").MemoizedSelector<object, {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { HypEventSummaries } from '../../model/event/hyp-event-summary.interface';
|
|
2
2
|
export declare const EventSummaryActions: {
|
|
3
|
-
load: import("@ngrx/store").ActionCreator<"[Event] Load Summaries", () => import("@ngrx/store
|
|
3
|
+
load: import("@ngrx/store").ActionCreator<"[Event] Load Summaries", () => import("@ngrx/store").Action<"[Event] Load Summaries">>;
|
|
4
4
|
loadSuccess: import("@ngrx/store").ActionCreator<"[Event Api] Load Summaries Success", (props: {
|
|
5
5
|
summaries: HypEventSummaries;
|
|
6
6
|
}) => {
|
|
7
7
|
summaries: HypEventSummaries;
|
|
8
|
-
} & import("@ngrx/store
|
|
8
|
+
} & import("@ngrx/store").Action<"[Event Api] Load Summaries Success">>;
|
|
9
9
|
loadFailure: import("@ngrx/store").ActionCreator<"[Event Api] Load Summaries Failure", (props: {
|
|
10
10
|
error: string;
|
|
11
11
|
}) => {
|
|
12
12
|
error: string;
|
|
13
|
-
} & import("@ngrx/store
|
|
13
|
+
} & import("@ngrx/store").Action<"[Event Api] Load Summaries Failure">>;
|
|
14
14
|
};
|
|
@@ -6,9 +6,9 @@ export declare class EventSummaryEffects {
|
|
|
6
6
|
private eventSummaryService;
|
|
7
7
|
loadSummaries$: import("rxjs").Observable<({
|
|
8
8
|
summaries: import("@provoly/hypervisor").HypEventSummaries;
|
|
9
|
-
} & import("@ngrx/store
|
|
9
|
+
} & import("@ngrx/store").Action<"[Event Api] Load Summaries Success">) | ({
|
|
10
10
|
error: string;
|
|
11
|
-
} & import("@ngrx/store
|
|
11
|
+
} & import("@ngrx/store").Action<"[Event Api] Load Summaries Failure">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
12
12
|
constructor(actions$: Actions, eventSummaryService: EventSummaryService);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EventSummaryEffects, never>;
|
|
14
14
|
static ɵprov: i0.ɵɵInjectableDeclaration<EventSummaryEffects>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const HypervisorActions: {
|
|
2
2
|
setUrl: import("@ngrx/store").ActionCreator<"[Event] Set Backend Url", (props: {
|
|
3
|
-
url?: string
|
|
3
|
+
url?: string;
|
|
4
4
|
}) => {
|
|
5
|
-
url?: string
|
|
6
|
-
} & import("@ngrx/store
|
|
5
|
+
url?: string;
|
|
6
|
+
} & import("@ngrx/store").Action<"[Event] Set Backend Url">>;
|
|
7
7
|
};
|