@provoly/hypervisor 1.4.27 → 1.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/hypervisor",
3
- "version": "1.4.27",
3
+ "version": "1.4.29",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -97,6 +97,7 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
97
97
  equipmentName?: string;
98
98
  });
99
99
  constructor(equipmentService: EquipmentService, store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, i18nService: PryI18nService, pryDialog: PryDialogService, commentsService: HypCommentsService, eventService: EventService, actions$: Actions);
100
+ private setCreatorForEvents;
100
101
  get me(): {
101
102
  sub: string | undefined;
102
103
  userName: string | undefined;
@@ -133,6 +133,7 @@ export declare const enTranslations: {
133
133
  IN_PROGRESS: string;
134
134
  DONE: string;
135
135
  };
136
+ alreadyExists: string;
136
137
  name: string;
137
138
  progress: string;
138
139
  useCount: string;
@@ -146,6 +146,7 @@ export declare const frTranslations: {
146
146
  IN_PROGRESS: string;
147
147
  DONE: string;
148
148
  };
149
+ alreadyExists: string;
149
150
  name: string;
150
151
  progress: string;
151
152
  useCount: string;
@@ -14,7 +14,11 @@ export declare class ProcedureModelDetailComponent extends SubscriptionnerDirect
14
14
  field: string;
15
15
  code: string;
16
16
  }[];
17
- eventErrors: EventEmitter<{
17
+ eventErrors: {
18
+ field: string;
19
+ code: string;
20
+ }[];
21
+ eventErrorsChange: EventEmitter<{
18
22
  field: string;
19
23
  code: string;
20
24
  }[]>;
@@ -37,5 +41,5 @@ export declare class ProcedureModelDetailComponent extends SubscriptionnerDirect
37
41
  fn: (id: number | string) => string;
38
42
  };
39
43
  static ɵfac: i0.ɵɵFactoryDeclaration<ProcedureModelDetailComponent, never>;
40
- 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; }; "readOnlyComment": { "alias": "readOnlyComment"; "required": false; }; "cancelModifications": { "alias": "cancelModifications"; "required": false; }; }, { "eventErrors": "eventErrors"; "modified": "modified"; }, never, never, false, never>;
44
+ 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; }; "eventErrors": { "alias": "eventErrors"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "readOnlyComment": { "alias": "readOnlyComment"; "required": false; }; "cancelModifications": { "alias": "cancelModifications"; "required": false; }; }, { "eventErrorsChange": "eventErrorsChange"; "modified": "modified"; }, never, never, false, never>;
41
45
  }