tango-app-ui-analyse-trax 3.7.48 → 3.7.49

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.
@@ -134,6 +134,7 @@ export declare class ChecklistConfigureComponent implements OnInit, OnDestroy {
134
134
  queueLengthEnabled: boolean;
135
135
  queueLimit: any;
136
136
  waitTimeEnabled: boolean;
137
+ cameraAngleEnabled: boolean;
137
138
  waitTimeLimit: any;
138
139
  constructor(changedetector: ChangeDetectorRef, router: ActivatedRoute, route: Router, dialog: NgbModal, SopService: TraxService, toast: ToastService, gs: GlobalStateService, pageInfo: PageInfoService);
139
140
  ngOnInit(): void;
@@ -271,6 +272,7 @@ export declare class ChecklistConfigureComponent implements OnInit, OnDestroy {
271
272
  changenotificationconfig(event: any): void;
272
273
  changeautotaskconfig(event: any): void;
273
274
  changequeuelengthconfig(event: any): void;
275
+ cameraAngleconfig(event: any): void;
274
276
  changequeuewaittimeconfig(event: any): void;
275
277
  changeexportconfig(event: any): void;
276
278
  changedetectedstatusconfig(event: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-analyse-trax",
3
- "version": "3.7.48",
3
+ "version": "3.7.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"