tango-app-ui-manage-tickets 3.7.0-beta.58 → 3.7.0-beta.60

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.
Files changed (177) hide show
  1. package/.eslintrc.json +37 -0
  2. package/ng-package.json +7 -0
  3. package/package.json +12 -25
  4. package/src/lib/components/add-csm-modal/add-csm-modal.component.html +32 -0
  5. package/src/lib/components/add-csm-modal/add-csm-modal.component.scss +14 -0
  6. package/src/lib/components/add-csm-modal/add-csm-modal.component.spec.ts +23 -0
  7. package/src/lib/components/add-csm-modal/add-csm-modal.component.ts +94 -0
  8. package/src/lib/components/audit-log/audit-log.component.html +1 -0
  9. package/src/lib/components/audit-log/audit-log.component.scss +0 -0
  10. package/src/lib/components/audit-log/audit-log.component.spec.ts +23 -0
  11. package/src/lib/components/audit-log/audit-log.component.ts +10 -0
  12. package/src/lib/components/audit-mapping-list/audit-mapping-list.component.html +234 -0
  13. package/src/lib/components/audit-mapping-list/audit-mapping-list.component.scss +186 -0
  14. package/src/lib/components/audit-mapping-list/audit-mapping-list.component.spec.ts +23 -0
  15. package/src/lib/components/audit-mapping-list/audit-mapping-list.component.ts +520 -0
  16. package/src/lib/components/audit-metrics/audit-metrics.component.html +345 -0
  17. package/src/lib/components/audit-metrics/audit-metrics.component.scss +34 -0
  18. package/src/lib/components/audit-metrics/audit-metrics.component.spec.ts +23 -0
  19. package/src/lib/components/audit-metrics/audit-metrics.component.ts +292 -0
  20. package/src/lib/components/audit-report-popup/audit-report-popup.component.html +111 -0
  21. package/src/lib/components/audit-report-popup/audit-report-popup.component.scss +101 -0
  22. package/src/lib/components/audit-report-popup/audit-report-popup.component.spec.ts +23 -0
  23. package/src/lib/components/audit-report-popup/audit-report-popup.component.ts +397 -0
  24. package/src/lib/components/audit-retag/audit-retag.component.html +129 -0
  25. package/src/lib/components/audit-retag/audit-retag.component.scss +146 -0
  26. package/src/lib/components/audit-retag/audit-retag.component.spec.ts +23 -0
  27. package/src/lib/components/audit-retag/audit-retag.component.ts +489 -0
  28. package/src/lib/components/comment-model/comment-model.component.html +24 -0
  29. package/src/lib/components/comment-model/comment-model.component.scss +20 -0
  30. package/src/lib/components/comment-model/comment-model.component.spec.ts +23 -0
  31. package/src/lib/components/comment-model/comment-model.component.ts +53 -0
  32. package/src/lib/components/count/count.component.html +54 -0
  33. package/src/lib/components/count/count.component.scss +14 -0
  34. package/src/lib/components/count/count.component.spec.ts +23 -0
  35. package/src/lib/components/count/count.component.ts +82 -0
  36. package/src/lib/components/custom-select/custom-select.component.html +134 -0
  37. package/src/lib/components/custom-select/custom-select.component.scss +204 -0
  38. package/src/lib/components/custom-select/custom-select.component.spec.ts +23 -0
  39. package/src/lib/components/custom-select/custom-select.component.ts +189 -0
  40. package/src/lib/components/filter-options/filter-options.component.html +51 -0
  41. package/src/lib/components/filter-options/filter-options.component.scss +102 -0
  42. package/src/lib/components/filter-options/filter-options.component.spec.ts +23 -0
  43. package/src/lib/components/filter-options/filter-options.component.ts +38 -0
  44. package/src/lib/components/footfall-dic/footfall-dic.component.html +1275 -0
  45. package/src/lib/components/footfall-dic/footfall-dic.component.scss +273 -0
  46. package/src/lib/components/footfall-dic/footfall-dic.component.spec.ts +23 -0
  47. package/src/lib/components/footfall-dic/footfall-dic.component.ts +1206 -0
  48. package/src/lib/components/footfall-dicview/footfall-dicview.component.html +1136 -0
  49. package/src/lib/components/footfall-dicview/footfall-dicview.component.scss +416 -0
  50. package/src/lib/components/footfall-dicview/footfall-dicview.component.spec.ts +23 -0
  51. package/src/lib/components/footfall-dicview/footfall-dicview.component.ts +1168 -0
  52. package/src/lib/components/footfall-popup/footfall-popup.component.html +61 -0
  53. package/src/lib/components/footfall-popup/footfall-popup.component.scss +20 -0
  54. package/src/lib/components/footfall-popup/footfall-popup.component.spec.ts +23 -0
  55. package/src/lib/components/footfall-popup/footfall-popup.component.ts +12 -0
  56. package/src/lib/components/group-select/group-select.component.html +44 -0
  57. package/src/lib/components/group-select/group-select.component.scss +144 -0
  58. package/src/lib/components/group-select/group-select.component.spec.ts +23 -0
  59. package/src/lib/components/group-select/group-select.component.ts +145 -0
  60. package/src/lib/components/re-trigger/re-trigger.component.html +53 -0
  61. package/src/lib/components/re-trigger/re-trigger.component.scss +16 -0
  62. package/src/lib/components/re-trigger/re-trigger.component.spec.ts +23 -0
  63. package/src/lib/components/re-trigger/re-trigger.component.ts +96 -0
  64. package/src/lib/components/reactive-select/reactive-select.component.html +18 -0
  65. package/src/lib/components/reactive-select/reactive-select.component.scss +52 -0
  66. package/src/lib/components/reactive-select/reactive-select.component.spec.ts +23 -0
  67. package/src/lib/components/reactive-select/reactive-select.component.ts +104 -0
  68. package/src/lib/components/remove-audit/remove-audit.component.html +38 -0
  69. package/src/lib/components/remove-audit/remove-audit.component.scss +27 -0
  70. package/src/lib/components/remove-audit/remove-audit.component.spec.ts +23 -0
  71. package/src/lib/components/remove-audit/remove-audit.component.ts +81 -0
  72. package/src/lib/components/start-audit/start-audit.component.html +174 -0
  73. package/src/lib/components/start-audit/start-audit.component.scss +185 -0
  74. package/src/lib/components/start-audit/start-audit.component.spec.ts +23 -0
  75. package/src/lib/components/start-audit/start-audit.component.ts +761 -0
  76. package/src/lib/components/tango-manage-tickets/tango-manage-tickets.component.html +43 -0
  77. package/src/lib/components/tango-manage-tickets/tango-manage-tickets.component.scss +35 -0
  78. package/src/lib/components/tango-manage-tickets/tango-manage-tickets.component.spec.ts +23 -0
  79. package/src/lib/components/tango-manage-tickets/tango-manage-tickets.component.ts +118 -0
  80. package/src/lib/components/ticket-filter-panel/ticket-filter-panel.component.html +386 -0
  81. package/src/lib/components/ticket-filter-panel/ticket-filter-panel.component.scss +87 -0
  82. package/src/lib/components/ticket-filter-panel/ticket-filter-panel.component.spec.ts +23 -0
  83. package/src/lib/components/ticket-filter-panel/ticket-filter-panel.component.ts +494 -0
  84. package/src/lib/components/ticket-footfall-new/ticket-footfall-new.component.html +4743 -0
  85. package/src/lib/components/ticket-footfall-new/ticket-footfall-new.component.scss +1208 -0
  86. package/src/lib/components/ticket-footfall-new/ticket-footfall-new.component.spec.ts +23 -0
  87. package/src/lib/components/ticket-footfall-new/ticket-footfall-new.component.ts +3351 -0
  88. package/src/lib/components/ticketclosepopup/ticketclosepopup.component.html +100 -0
  89. package/src/lib/components/ticketclosepopup/ticketclosepopup.component.scss +34 -0
  90. package/src/lib/components/ticketclosepopup/ticketclosepopup.component.spec.ts +23 -0
  91. package/src/lib/components/ticketclosepopup/ticketclosepopup.component.ts +48 -0
  92. package/src/lib/components/tickets/tickets.component.html +451 -0
  93. package/src/lib/components/tickets/tickets.component.scss +131 -0
  94. package/src/lib/components/tickets/tickets.component.spec.ts +23 -0
  95. package/src/lib/components/tickets/tickets.component.ts +809 -0
  96. package/src/lib/components/viewcategory/viewcategory.component.html +38 -0
  97. package/src/lib/components/viewcategory/viewcategory.component.scss +29 -0
  98. package/src/lib/components/viewcategory/viewcategory.component.spec.ts +23 -0
  99. package/src/lib/components/viewcategory/viewcategory.component.ts +79 -0
  100. package/src/lib/services/audit.service.spec.ts +16 -0
  101. package/src/lib/services/audit.service.ts +98 -0
  102. package/src/lib/services/excel.service.ts +48 -0
  103. package/src/lib/services/ticket.service.spec.ts +16 -0
  104. package/src/lib/services/ticket.service.ts +501 -0
  105. package/src/lib/services/timer.service.spec.ts +16 -0
  106. package/src/lib/services/timer.service.ts +92 -0
  107. package/src/lib/tango-manage-tickets-routing.module.ts +37 -0
  108. package/src/lib/tango-manage-tickets.module.ts +68 -0
  109. package/{public-api.d.ts → src/public-api.ts} +8 -2
  110. package/tsconfig.lib.json +14 -0
  111. package/tsconfig.lib.prod.json +10 -0
  112. package/tsconfig.spec.json +14 -0
  113. package/esm2022/lib/components/add-csm-modal/add-csm-modal.component.mjs +0 -98
  114. package/esm2022/lib/components/audit-log/audit-log.component.mjs +0 -11
  115. package/esm2022/lib/components/audit-mapping-list/audit-mapping-list.component.mjs +0 -486
  116. package/esm2022/lib/components/audit-metrics/audit-metrics.component.mjs +0 -298
  117. package/esm2022/lib/components/audit-report-popup/audit-report-popup.component.mjs +0 -389
  118. package/esm2022/lib/components/audit-retag/audit-retag.component.mjs +0 -470
  119. package/esm2022/lib/components/comment-model/comment-model.component.mjs +0 -58
  120. package/esm2022/lib/components/count/count.component.mjs +0 -89
  121. package/esm2022/lib/components/custom-select/custom-select.component.mjs +0 -187
  122. package/esm2022/lib/components/filter-options/filter-options.component.mjs +0 -41
  123. package/esm2022/lib/components/footfall-dic/footfall-dic.component.mjs +0 -1061
  124. package/esm2022/lib/components/footfall-dicview/footfall-dicview.component.mjs +0 -1014
  125. package/esm2022/lib/components/footfall-popup/footfall-popup.component.mjs +0 -15
  126. package/esm2022/lib/components/group-select/group-select.component.mjs +0 -155
  127. package/esm2022/lib/components/re-trigger/re-trigger.component.mjs +0 -96
  128. package/esm2022/lib/components/reactive-select/reactive-select.component.mjs +0 -108
  129. package/esm2022/lib/components/remove-audit/remove-audit.component.mjs +0 -81
  130. package/esm2022/lib/components/start-audit/start-audit.component.mjs +0 -761
  131. package/esm2022/lib/components/tango-manage-tickets/tango-manage-tickets.component.mjs +0 -131
  132. package/esm2022/lib/components/ticket-filter-panel/ticket-filter-panel.component.mjs +0 -435
  133. package/esm2022/lib/components/ticket-footfall-new/ticket-footfall-new.component.mjs +0 -2673
  134. package/esm2022/lib/components/ticketclosepopup/ticketclosepopup.component.mjs +0 -43
  135. package/esm2022/lib/components/tickets/tickets.component.mjs +0 -847
  136. package/esm2022/lib/components/viewcategory/viewcategory.component.mjs +0 -89
  137. package/esm2022/lib/services/audit.service.mjs +0 -88
  138. package/esm2022/lib/services/excel.service.mjs +0 -45
  139. package/esm2022/lib/services/ticket.service.mjs +0 -314
  140. package/esm2022/lib/services/timer.service.mjs +0 -84
  141. package/esm2022/lib/tango-manage-tickets-routing.module.mjs +0 -44
  142. package/esm2022/lib/tango-manage-tickets.module.mjs +0 -109
  143. package/esm2022/public-api.mjs +0 -6
  144. package/esm2022/tango-app-ui-manage-tickets.mjs +0 -5
  145. package/fesm2022/tango-app-ui-manage-tickets.mjs +0 -10083
  146. package/fesm2022/tango-app-ui-manage-tickets.mjs.map +0 -1
  147. package/index.d.ts +0 -5
  148. package/lib/components/add-csm-modal/add-csm-modal.component.d.ts +0 -30
  149. package/lib/components/audit-log/audit-log.component.d.ts +0 -5
  150. package/lib/components/audit-mapping-list/audit-mapping-list.component.d.ts +0 -73
  151. package/lib/components/audit-metrics/audit-metrics.component.d.ts +0 -59
  152. package/lib/components/audit-report-popup/audit-report-popup.component.d.ts +0 -52
  153. package/lib/components/audit-retag/audit-retag.component.d.ts +0 -59
  154. package/lib/components/comment-model/comment-model.component.d.ts +0 -17
  155. package/lib/components/count/count.component.d.ts +0 -23
  156. package/lib/components/custom-select/custom-select.component.d.ts +0 -35
  157. package/lib/components/filter-options/filter-options.component.d.ts +0 -15
  158. package/lib/components/footfall-dic/footfall-dic.component.d.ts +0 -143
  159. package/lib/components/footfall-dicview/footfall-dicview.component.d.ts +0 -132
  160. package/lib/components/footfall-popup/footfall-popup.component.d.ts +0 -8
  161. package/lib/components/group-select/group-select.component.d.ts +0 -33
  162. package/lib/components/re-trigger/re-trigger.component.d.ts +0 -32
  163. package/lib/components/reactive-select/reactive-select.component.d.ts +0 -32
  164. package/lib/components/remove-audit/remove-audit.component.d.ts +0 -16
  165. package/lib/components/start-audit/start-audit.component.d.ts +0 -86
  166. package/lib/components/tango-manage-tickets/tango-manage-tickets.component.d.ts +0 -28
  167. package/lib/components/ticket-filter-panel/ticket-filter-panel.component.d.ts +0 -79
  168. package/lib/components/ticket-footfall-new/ticket-footfall-new.component.d.ts +0 -286
  169. package/lib/components/ticketclosepopup/ticketclosepopup.component.d.ts +0 -15
  170. package/lib/components/tickets/tickets.component.d.ts +0 -88
  171. package/lib/components/viewcategory/viewcategory.component.d.ts +0 -16
  172. package/lib/services/audit.service.d.ts +0 -36
  173. package/lib/services/excel.service.d.ts +0 -10
  174. package/lib/services/ticket.service.d.ts +0 -85
  175. package/lib/services/timer.service.d.ts +0 -22
  176. package/lib/tango-manage-tickets-routing.module.d.ts +0 -7
  177. package/lib/tango-manage-tickets.module.d.ts +0 -38
@@ -1,88 +0,0 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit } from "@angular/core";
2
- import { ActivatedRoute, Router } from "@angular/router";
3
- import { GlobalStateService } from "tango-app-ui-global";
4
- import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
5
- import { TicketService } from "../../services/ticket.service";
6
- import { ExcelService } from '../../services/excel.service';
7
- import * as i0 from "@angular/core";
8
- export declare class TicketsComponent implements OnInit, OnDestroy {
9
- private cd;
10
- private router;
11
- private route;
12
- gs: GlobalStateService;
13
- private modalService;
14
- private service;
15
- private excelservice;
16
- type: string;
17
- searchValue: any;
18
- selectedTab: any;
19
- itemsPerPage: number;
20
- currentPage: number;
21
- totalItems: number;
22
- paginationSizes: number[];
23
- pageSize: number;
24
- private readonly destroy$;
25
- assignTicket: boolean;
26
- filterByStores: any;
27
- filterByinstalled: any;
28
- filterByStatus: any;
29
- filterByQueryType: any;
30
- issueType: any;
31
- sortedColumn: string;
32
- sortDirection: number;
33
- headerFilters: any;
34
- userList_req: any;
35
- userList: any;
36
- dataObject: any;
37
- storeList: any;
38
- statusType: {
39
- text: string;
40
- id: string;
41
- }[];
42
- typeName: string;
43
- users: any;
44
- limit: number;
45
- offset: number;
46
- sortBy: any;
47
- sortColumName: any;
48
- listArray: any;
49
- tableListArray: any;
50
- loading: boolean;
51
- noData: boolean;
52
- selectAll: any;
53
- assignStores: any;
54
- issueTypeList: any;
55
- queryTypeList: any;
56
- ClusterList: any[];
57
- filterByCluster: any[];
58
- showClusterFilter: boolean;
59
- constructor(cd: ChangeDetectorRef, router: Router, route: ActivatedRoute, gs: GlobalStateService, modalService: NgbModal, service: TicketService, excelservice: ExcelService);
60
- ngOnInit(): void;
61
- getInitload(): void;
62
- getstoreFilter(): void;
63
- getuserlist(): void;
64
- ngOnDestroy(): void;
65
- searchData(): void;
66
- onSort(column: string): void;
67
- exportXLSX(): void;
68
- selectedTabs(type: any): void;
69
- transformName(name: string): string;
70
- onPageChange(pageOffset: number): void;
71
- onPageSizeChange(pageSize: number): void;
72
- selectAllStore(event: any): void;
73
- getAllGroups(): void;
74
- updateCheck(event: any, ticketId: any): void;
75
- addAssignTicket(): void;
76
- applyFilters(event: any): void;
77
- getTable(): void;
78
- routeToStore(storeId: any, clientId: any): void;
79
- routeToMat(storeId: any, clientId: any, clientName: any): void;
80
- commentModal(obj: any): void;
81
- tickets(type: any, clientId: any, storeId: any, clientName: any): void;
82
- clientTickets(clientId: any, storeId: any, clientName: any): void;
83
- storeTickets(clientId: any, storeId: any, clientName: any): void;
84
- userTickets(clientId: any, storeId: any): void;
85
- setpageSize(): number;
86
- static ɵfac: i0.ɵɵFactoryDeclaration<TicketsComponent, never>;
87
- static ɵcmp: i0.ɵɵComponentDeclaration<TicketsComponent, "lib-tickets", never, {}, {}, never, never, false, never>;
88
- }
@@ -1,16 +0,0 @@
1
- import { NgbModal, NgbActiveModal } from '@ng-bootstrap/ng-bootstrap';
2
- import * as i0 from "@angular/core";
3
- export declare class ViewcategoryComponent {
4
- modalService: NgbModal;
5
- activeModel: NgbActiveModal;
6
- maindata: any;
7
- imagelist: any;
8
- counter: any;
9
- data: any;
10
- constructor(modalService: NgbModal, activeModel: NgbActiveModal);
11
- ngOnInit(): void;
12
- removeimage(data: any): void;
13
- closepopup(): void;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ViewcategoryComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewcategoryComponent, "lib-viewcategory", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
16
- }
@@ -1,36 +0,0 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Observable, BehaviorSubject } from 'rxjs';
3
- import { GlobalStateService } from 'tango-app-ui-global';
4
- import * as i0 from "@angular/core";
5
- export declare class AuditService {
6
- private http;
7
- private gs;
8
- ticketApiUrl: any;
9
- storeApiUrl: any;
10
- data: any;
11
- userUrl: any;
12
- tokenStorage: any;
13
- zoneauditApiUrl: any;
14
- edgeAppApiUrl: any;
15
- clientApiUrl: string;
16
- clientId: BehaviorSubject<string>;
17
- clientData: BehaviorSubject<any>;
18
- auditApiUrl: any;
19
- traxauditApiUrl: any;
20
- vmsAuditUrl: any;
21
- footfallDirapiUrl: any;
22
- dropDownTrigger: BehaviorSubject<any>;
23
- constructor(http: HttpClient, gs: GlobalStateService);
24
- getAuditMapping(payload: any): Observable<Object>;
25
- getAuditconfig(clientId: any): Observable<Object>;
26
- export(data: any): Observable<ArrayBuffer>;
27
- getauditCard(filter: any, user: any): Observable<Object>;
28
- getactivitylog(data: any): Observable<Object>;
29
- saveDraft(data: any): Observable<Object>;
30
- getAuditmappinglist(payload: any): Observable<Object>;
31
- saveaudit(data: any): Observable<Object>;
32
- userDetails(): Observable<any>;
33
- private handleError;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<AuditService, never>;
35
- static ɵprov: i0.ɵɵInjectableDeclaration<AuditService>;
36
- }
@@ -1,10 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ExcelService {
3
- constructor();
4
- exportAsExcelFile(json: any[], excelFileName: string): void;
5
- saveAsExcelFile(buffer: any, fileName: string): void;
6
- private saveAsTemplate;
7
- saveAsZipFile(buffer: any, fileName: string): void;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<ExcelService, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<ExcelService>;
10
- }
@@ -1,85 +0,0 @@
1
- import { HttpClient } from "@angular/common/http";
2
- import { GlobalStateService } from "tango-app-ui-global";
3
- import { BehaviorSubject, Observable } from "rxjs";
4
- import * as i0 from "@angular/core";
5
- export declare class TicketService {
6
- private http;
7
- private gs;
8
- userApiUrl: any;
9
- ticketsApiUrl: any;
10
- auditApiUrl: any;
11
- auditmetricApiUrl: any;
12
- zoneauditApiUrl: any;
13
- footfallDirapiUrl: any;
14
- footfallCDN: any;
15
- trafficApiUrl: any;
16
- revopApiUrl: any;
17
- clientApiUrl: any;
18
- dropDownTrigger: BehaviorSubject<any>;
19
- constructor(http: HttpClient, gs: GlobalStateService);
20
- getUserList(params: any): Observable<any>;
21
- exportInstallationList(data: any): Observable<ArrayBuffer>;
22
- exportInfraList(data: any): Observable<ArrayBuffer>;
23
- exportMatList(data: any): Observable<ArrayBuffer>;
24
- getSotresList(data: any): Observable<any>;
25
- getInstallationList(data: any): Observable<any>;
26
- getInfraList(data: any): Observable<any>;
27
- getAssignTicket(data: any): Observable<any>;
28
- getMatList(data: any): Observable<any>;
29
- updateTicketIssue(data: any): Observable<any>;
30
- getUserActiveList(params: any): Observable<any>;
31
- getAllCounts(data: any): Observable<any>;
32
- getstoreMetrics(data: any): Observable<Object>;
33
- getstoreMetricsExport(data: any): Observable<ArrayBuffer>;
34
- getclientList(): Observable<Object>;
35
- getuserList(): Observable<Object>;
36
- auditretrigger(data: any): Observable<Object>;
37
- getfootfallcount(data: any): Observable<Object>;
38
- getstoreList(data: any): Observable<Object>;
39
- checkTicketExists(data: any): Observable<Object>;
40
- mergeticket(data: any): Observable<Object>;
41
- getDataMismathList(data: any): Observable<any>;
42
- accuracyReasonsupdate(data: any): Observable<any>;
43
- exportDataMismatchList(data: any): Observable<ArrayBuffer>;
44
- getAuditImages(data: any): Observable<Object>;
45
- ExportAuditImagesasxlsx(data: any): Observable<ArrayBuffer>;
46
- getTicketSummaryApi(client: any, fromDate: any, toDate: any, tangoType: any, permissionType?: string | null): Observable<any>;
47
- accuracyReasons(client: any): Observable<any>;
48
- getTicketListOldApi(client: any, fromDate: any, toDate: any, searchvalue: any, limit: any, offset: any, isExport: any, sortBy: any, sortOrder: any): Observable<any>;
49
- getTicketListApi(client: any, fromDate: any, toDate: any, searchvalue: any, limit: any, offset: any, isExport: any, sortBy: any, sortOrder: any, tangoType: any, permissionType?: string | null, filters?: {
50
- filterByStatus: any[];
51
- filterByReviewer: any | null;
52
- filterByApprover: any | null;
53
- filterByTango: any | null;
54
- filterByReviewedBy: any[];
55
- fileterByApprovedBy: any[];
56
- }): Observable<any>;
57
- getTicketListExportOldApi(client: any, fromDate: any, toDate: any, searchvalue: any, limit: any, offset: any, isExport: any, sortBy: any, sortOrder: any): Observable<any>;
58
- getTicketListExportApi(client: any, fromDate: any, toDate: any, searchvalue: any, limit: any, offset: any, isExport: any, sortBy: any, sortOrder: any, tangoType: any, permissionType?: string | null, filters?: {
59
- filterByStatus?: string[];
60
- filterByReviewer?: string | null;
61
- filterByApprover?: string | null;
62
- filterByTango?: string | null;
63
- filterByReviewedBy?: string[];
64
- fileterByApprovedBy?: string[];
65
- }): Observable<any>;
66
- getTicketsApi(store: any, fromDate: any, toDate: any, revopsType: any, status: any, action: any, offset: any, limit: any): Observable<any>;
67
- getTicketsNewApi(ticketId: any): Observable<any>;
68
- getTaggedStoresApi(client: any, fromDate: any, toDate: any, searchValue: any, clusters: any, sortOrder: any): Observable<any>;
69
- getUpdateStatusApi(data: any): Observable<any>;
70
- getUpdateTempStatusApi(data: any): Observable<any>;
71
- getOpenTicketListApi(data: any): Observable<any>;
72
- getUpdateTicketStatusApi(data: any): Observable<any>;
73
- getCreateTicketListApi(data: any): Observable<any>;
74
- CreateinternalTicketApi(data: any): Observable<any>;
75
- getclusters(data: any): Observable<Object>;
76
- getReviewerApi(clientId: any, type: any): Observable<any>;
77
- getTicketAssignApi(data: any): Observable<any>;
78
- getMultiCloseTicketApi(data: any): Observable<any>;
79
- getTypeFunction(clientId: any): Observable<any>;
80
- private footfallData;
81
- setFootfallData(data: any): void;
82
- getFootfallData(): any;
83
- static ɵfac: i0.ɵɵFactoryDeclaration<TicketService, never>;
84
- static ɵprov: i0.ɵɵInjectableDeclaration<TicketService>;
85
- }
@@ -1,22 +0,0 @@
1
- import { BehaviorSubject } from 'rxjs';
2
- import { ActivatedRoute } from '@angular/router';
3
- import * as i0 from "@angular/core";
4
- export declare class TimerService {
5
- private route;
6
- private timePassed;
7
- private subscription;
8
- private inactivityTimeout;
9
- private INACTIVITY_LIMIT;
10
- constructor(route: ActivatedRoute);
11
- startTimer(): void;
12
- stopTimer(): void;
13
- stopTimerAfterInactivity(): void;
14
- resetInactivityTimeout(): void;
15
- getTimePassed(): BehaviorSubject<number>;
16
- clearTimer(): void;
17
- resetTimer(): void;
18
- formatTime(seconds: number): string;
19
- private padZero;
20
- static ɵfac: i0.ɵɵFactoryDeclaration<TimerService, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<TimerService>;
22
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/router";
3
- export declare class TangoManageTicketsRoutingModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<TangoManageTicketsRoutingModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<TangoManageTicketsRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<TangoManageTicketsRoutingModule>;
7
- }
@@ -1,38 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./components/tango-manage-tickets/tango-manage-tickets.component";
3
- import * as i2 from "./components/tickets/tickets.component";
4
- import * as i3 from "./components/add-csm-modal/add-csm-modal.component";
5
- import * as i4 from "./components/comment-model/comment-model.component";
6
- import * as i5 from "./components/audit-metrics/audit-metrics.component";
7
- import * as i6 from "./components/re-trigger/re-trigger.component";
8
- import * as i7 from "./components/audit-log/audit-log.component";
9
- import * as i8 from "./components/count/count.component";
10
- import * as i9 from "./components/footfall-dic/footfall-dic.component";
11
- import * as i10 from "./components/reactive-select/reactive-select.component";
12
- import * as i11 from "./components/group-select/group-select.component";
13
- import * as i12 from "./components/footfall-dicview/footfall-dicview.component";
14
- import * as i13 from "./components/audit-mapping-list/audit-mapping-list.component";
15
- import * as i14 from "./components/start-audit/start-audit.component";
16
- import * as i15 from "./components/viewcategory/viewcategory.component";
17
- import * as i16 from "./components/remove-audit/remove-audit.component";
18
- import * as i17 from "./components/ticket-footfall-new/ticket-footfall-new.component";
19
- import * as i18 from "./components/footfall-popup/footfall-popup.component";
20
- import * as i19 from "./components/filter-options/filter-options.component";
21
- import * as i20 from "./components/audit-report-popup/audit-report-popup.component";
22
- import * as i21 from "./components/audit-retag/audit-retag.component";
23
- import * as i22 from "./components/ticketclosepopup/ticketclosepopup.component";
24
- import * as i23 from "./components/custom-select/custom-select.component";
25
- import * as i24 from "./components/ticket-filter-panel/ticket-filter-panel.component";
26
- import * as i25 from "@angular/common";
27
- import * as i26 from "./tango-manage-tickets-routing.module";
28
- import * as i27 from "@angular/forms";
29
- import * as i28 from "tango-app-ui-shared";
30
- import * as i29 from "ngx-daterangepicker-material";
31
- import * as i30 from "@ng-bootstrap/ng-bootstrap";
32
- import * as i31 from "ngx-spinner";
33
- import * as i32 from "@angular/material/tooltip";
34
- export declare class TangoManageTicketsModule {
35
- static ɵfac: i0.ɵɵFactoryDeclaration<TangoManageTicketsModule, never>;
36
- static ɵmod: i0.ɵɵNgModuleDeclaration<TangoManageTicketsModule, [typeof i1.TangoManageTicketsComponent, typeof i2.TicketsComponent, typeof i3.AddCsmModalComponent, typeof i4.CommentModelComponent, typeof i5.AuditMetricsComponent, typeof i6.ReTriggerComponent, typeof i7.AuditLogComponent, typeof i8.CountComponent, typeof i9.FootfallDicComponent, typeof i10.ReactiveSelectComponent, typeof i11.GroupSelectComponent, typeof i12.FootfallDicviewComponent, typeof i13.AuditMappingListComponent, typeof i14.StartAuditComponent, typeof i15.ViewcategoryComponent, typeof i16.RemoveAuditComponent, typeof i17.TicketFootfallNewComponent, typeof i18.FootfallPopupComponent, typeof i19.FilterOptionsComponent, typeof i20.AuditReportPopupComponent, typeof i21.AuditRetagComponent, typeof i22.TicketclosepopupComponent, typeof i23.CustomSelectComponent, typeof i24.TicketFilterPanelComponent], [typeof i25.CommonModule, typeof i26.TangoManageTicketsRoutingModule, typeof i27.FormsModule, typeof i27.ReactiveFormsModule, typeof i28.CommonSharedModule, typeof i29.NgxDaterangepickerMd, typeof i30.NgbAccordionModule, typeof i31.NgxSpinnerModule, typeof i32.MatTooltipModule], never>;
37
- static ɵinj: i0.ɵɵInjectorDeclaration<TangoManageTicketsModule>;
38
- }