tango-app-ui-manage-tickets 3.7.0-beta.41 → 3.7.0-beta.43

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.
@@ -5,10 +5,12 @@ import { ActivatedRoute, Router } from '@angular/router';
5
5
  import { ToastService } from 'tango-app-ui-shared';
6
6
  import { Subscription } from 'rxjs';
7
7
  import { TimerService } from '../../services/timer.service';
8
+ import { TicketService } from '../../services/ticket.service';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class AuditReportPopupComponent implements OnInit, OnDestroy {
10
11
  modalService: NgbModal;
11
12
  activeModal: NgbActiveModal;
13
+ private service;
12
14
  router: Router;
13
15
  private timerService;
14
16
  private cd;
@@ -33,7 +35,9 @@ export declare class AuditReportPopupComponent implements OnInit, OnDestroy {
33
35
  subscription: Subscription | null;
34
36
  formattedTime: string;
35
37
  category: any;
36
- constructor(modalService: NgbModal, activeModal: NgbActiveModal, router: Router, timerService: TimerService, cd: ChangeDetectorRef, apiservice: AuditService, route: ActivatedRoute, toast: ToastService);
38
+ centralOpsData: any;
39
+ tangoData: any;
40
+ constructor(modalService: NgbModal, activeModal: NgbActiveModal, service: TicketService, router: Router, timerService: TimerService, cd: ChangeDetectorRef, apiservice: AuditService, route: ActivatedRoute, toast: ToastService);
37
41
  ngOnInit(): void;
38
42
  setTimer(): void;
39
43
  handleGlobalMouseEvent: () => void;
@@ -46,7 +46,7 @@ export declare class TicketFootfallNewComponent implements OnInit, OnDestroy {
46
46
  private hasReviewDecision;
47
47
  selectedRole: 'approver' | 'reviewer' | '';
48
48
  statusVal: any;
49
- getHeaderStatus(): string;
49
+ getHeaderStatus(): any;
50
50
  approverClosed: any;
51
51
  getCurrentRoleMapping(): any;
52
52
  datechange(event: any): void;
@@ -105,6 +105,7 @@ export declare class TicketFootfallNewComponent implements OnInit, OnDestroy {
105
105
  get storeCount(): number;
106
106
  isSelected(store: any): boolean;
107
107
  toggleStoreSelection(store: any): void;
108
+ newallSelected: boolean;
108
109
  toggleSelectAll(): void;
109
110
  ticketViewChanges(store: any): void;
110
111
  originalImage: any;
@@ -143,6 +144,8 @@ export declare class TicketFootfallNewComponent implements OnInit, OnDestroy {
143
144
  addStoreIfNotExists(store: any): void;
144
145
  revopsTypes: string[];
145
146
  buildRevopsTypes(tickets: any[]): void;
147
+ private updateCloseStateFromMapping;
148
+ private getActionCompletion;
146
149
  hasRevopsType(type: any): boolean;
147
150
  overallSelectedIds: any;
148
151
  overallSelect(event: any): void;
@@ -156,7 +159,7 @@ export declare class TicketFootfallNewComponent implements OnInit, OnDestroy {
156
159
  ticketView(data?: any): void;
157
160
  dataStoreView(data?: any): void;
158
161
  footfallTicketsData: any[];
159
- selectedByType?: any;
162
+ selectedByType: any;
160
163
  selectAllByType: any;
161
164
  getListByType(type: any): any[];
162
165
  private updateOverallSelectedIds;
@@ -168,12 +171,12 @@ export declare class TicketFootfallNewComponent implements OnInit, OnDestroy {
168
171
  type: any;
169
172
  popupvalue: any;
170
173
  onSelectAll(type: any, event: any): void;
171
- onImageCheckboxChange(type: any, id: any): void;
174
+ onImageCheckboxChange(type: string, id: any, event: any): void;
172
175
  remarks: any;
173
176
  zoomPopup: ElementRef;
174
177
  popupType: any;
175
178
  popupIds: any[];
176
- popupOpen(type: any, value?: any | "employee" | "junk" | "houseKeeping" | "duplicate"): void;
179
+ popupOpen(type: any, value?: any): void;
177
180
  houseKeepingACCount: any;
178
181
  employeeACCount: any;
179
182
  duplicateACCount: any;
@@ -195,7 +198,6 @@ export declare class TicketFootfallNewComponent implements OnInit, OnDestroy {
195
198
  resetCheckbox(type: any, original: any): void;
196
199
  viewMode: "tangoreview" | "approve" | "review" | "tagging";
197
200
  getAction(original: any, type: "tagging" | "review" | "tangoreview" | "approve"): any;
198
- updateCloseButtonFromStore(): void;
199
201
  getCurrentReviewMapping(): any;
200
202
  isTicketFullyReviewed(mapping: any): boolean;
201
203
  getInitialsFromEmail(email?: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-manage-tickets",
3
- "version": "3.7.0-beta.41",
3
+ "version": "3.7.0-beta.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"