tango-app-ui-analyse-trax 3.7.24 → 3.7.25

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.
@@ -122,6 +122,15 @@ export declare class ChecklistConfigureComponent implements OnInit, OnDestroy {
122
122
  detectedstatuskeyconfig: any;
123
123
  auditkeyconfig: any;
124
124
  userType: any;
125
+ scheduletype: any;
126
+ recurrence: any;
127
+ schedulestartTime: any;
128
+ scheduleendTime: any;
129
+ recurrenceStatus: any;
130
+ recurrencetime: any;
131
+ isThresholdEnabled: any;
132
+ detectionThreshold: number;
133
+ thresholdOptions: number[];
125
134
  constructor(changedetector: ChangeDetectorRef, router: ActivatedRoute, route: Router, dialog: NgbModal, SopService: TraxService, toast: ToastService, gs: GlobalStateService, pageInfo: PageInfoService);
126
135
  ngOnInit(): void;
127
136
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-analyse-trax",
3
- "version": "3.7.24",
3
+ "version": "3.7.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"