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.
- package/esm2022/lib/components/checklist-configure/checklist-configure.component.mjs +18 -3
- package/esm2022/lib/components/gallery/gallery.component.mjs +3 -3
- package/fesm2022/tango-app-ui-analyse-trax.mjs +19 -4
- package/fesm2022/tango-app-ui-analyse-trax.mjs.map +1 -1
- package/lib/components/checklist-configure/checklist-configure.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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;
|