tango-app-ui-manage-tickets 3.7.0-beta.21 → 3.7.0-beta.22

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.
@@ -1,15 +1,17 @@
1
- import { ChangeDetectorRef, OnDestroy, OnInit, ElementRef } from '@angular/core';
2
- import { GlobalStateService } from 'tango-app-ui-global';
3
- import { TicketService } from '../../services/ticket.service';
4
- import { ToastService } from 'tango-app-ui-shared';
5
- import { ExcelService } from '../../services/excel.service';
6
- import { FormBuilder, FormControl } from '@angular/forms';
7
- import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
1
+ import { ChangeDetectorRef, OnDestroy, OnInit, ElementRef } from "@angular/core";
2
+ import { GlobalStateService } from "tango-app-ui-global";
3
+ import { TicketService } from "../../services/ticket.service";
4
+ import { ToastService } from "tango-app-ui-shared";
5
+ import { ExcelService } from "../../services/excel.service";
6
+ import { FormBuilder, FormControl } from "@angular/forms";
7
+ import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
8
+ import { Router } from "@angular/router";
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class FootfallDicComponent implements OnInit, OnDestroy {
10
11
  private gs;
11
12
  private ticketService;
12
13
  private cd;
14
+ private router;
13
15
  private toast;
14
16
  private modalService;
15
17
  private excelservice;
@@ -36,7 +38,7 @@ export declare class FootfallDicComponent implements OnInit, OnDestroy {
36
38
  allSelected: boolean;
37
39
  stores: any[];
38
40
  private readonly destroy$;
39
- constructor(gs: GlobalStateService, ticketService: TicketService, cd: ChangeDetectorRef, toast: ToastService, modalService: NgbModal, excelservice: ExcelService, fb: FormBuilder);
41
+ constructor(gs: GlobalStateService, ticketService: TicketService, cd: ChangeDetectorRef, router: Router, toast: ToastService, modalService: NgbModal, excelservice: ExcelService, fb: FormBuilder);
40
42
  ngOnDestroy(): void;
41
43
  ngOnInit(): void;
42
44
  getFootfallSummaryData: any;
@@ -0,0 +1,129 @@
1
+ import { ChangeDetectorRef, ElementRef, OnInit } from "@angular/core";
2
+ import { FormBuilder } from "@angular/forms";
3
+ import { NgbModal } from "@ng-bootstrap/ng-bootstrap";
4
+ import { GlobalStateService, PageInfoService } from "tango-app-ui-global";
5
+ import { TicketService } from "../../services/ticket.service";
6
+ import { ToastService } from "tango-app-ui-shared";
7
+ import { ActivatedRoute, Router } from "@angular/router";
8
+ import dayjs from "dayjs";
9
+ import "dayjs/locale/en";
10
+ import * as i0 from "@angular/core";
11
+ export declare class FootfallDicviewComponent implements OnInit {
12
+ private gs;
13
+ private ticketService;
14
+ private pageInfo;
15
+ private cd;
16
+ private router;
17
+ private route;
18
+ private toast;
19
+ private modalService;
20
+ private fb;
21
+ dayjs: typeof dayjs;
22
+ filterForm: any;
23
+ form: any;
24
+ paginationSizes: number[];
25
+ selectedRevopsType: any;
26
+ revopsTypeArray: any;
27
+ type: any;
28
+ pendingArray: any;
29
+ storeCount: any;
30
+ constructor(gs: GlobalStateService, ticketService: TicketService, pageInfo: PageInfoService, cd: ChangeDetectorRef, router: Router, route: ActivatedRoute, toast: ToastService, modalService: NgbModal, fb: FormBuilder);
31
+ selectedStores: any[];
32
+ allSelected: boolean;
33
+ stores: any[];
34
+ selectedDateRange: any;
35
+ selectedDate: any;
36
+ isCustomDate: any;
37
+ private readonly destroy$;
38
+ ticketDataList: any;
39
+ setPageData(): void;
40
+ ngOnInit(): void;
41
+ headDate: any;
42
+ headDateEnd: any;
43
+ datechange(event: any): void;
44
+ onStartDateChange(event: any): void;
45
+ resetValidation(): void;
46
+ ClusterList: any;
47
+ client: any;
48
+ getAllGroups(): void;
49
+ groups: any;
50
+ ongroupSelect(event: any): void;
51
+ searchStoresData(): void;
52
+ StoresSearchValue: any;
53
+ sortOrderStores: any;
54
+ sortedColumn1: any;
55
+ sortDirection1: any;
56
+ sortValue(column: string): void;
57
+ getStores(): void;
58
+ toggleStoreSelection(store: any): void;
59
+ toggleSelectAll(): void;
60
+ isSelected(store: any): boolean;
61
+ backToNavigation(): void;
62
+ cancel(): void;
63
+ clear(): void;
64
+ ticketData: any;
65
+ imgtoggleSelectAll(): void;
66
+ selectedImagesList: any[];
67
+ selectedDuplicateImagesList: any[];
68
+ selectedHousekeepingImagesList: any[];
69
+ selectedEmployeeImagesList: any[];
70
+ houseKeepingACCount: any;
71
+ employeeACCount: any;
72
+ duplicateACCount: any;
73
+ cloneWithoutSelected(obj: any): any;
74
+ allSelectValue: boolean;
75
+ cloneWithoutSelected1(data: any): any;
76
+ onImageCheckboxChange1(data: any, category: string, parentOriginal?: any): void;
77
+ selectAllValue(): void;
78
+ areAllCheckboxesSelected(): boolean;
79
+ checkedValue: boolean;
80
+ onImageCheckboxChange(data: any, category: string, parentOriginal?: any): void;
81
+ commentText: any;
82
+ submitValue(status?: string, category?: string): void;
83
+ searchTerm: any;
84
+ get filteredStores(): any[];
85
+ onImageError(event: any): void;
86
+ isCollapsed: boolean;
87
+ toggleSidebar(): void;
88
+ matchedType: any;
89
+ matchedArray: any;
90
+ onFilterApply(): void;
91
+ pageSizeFootfall: any;
92
+ footfallcurrentPage: any;
93
+ onFootfallPageChange(pageOffset: number): void;
94
+ onFootfallPageSizeChange(pageSize: number): void;
95
+ totalItemsFootfall: any;
96
+ setFootfallpageSize(): any;
97
+ footfallMulticurrentPage: any;
98
+ onFootfallMultiPageChange(pageOffset: number): void;
99
+ onFootfallMultiPageSizeChange(pageSize: number): void;
100
+ typeChange(event: any): void;
101
+ pendingChange(event: any): void;
102
+ RevopsTypeChange(event: any): void;
103
+ footfalloffset: number;
104
+ footfalllimit: number;
105
+ footfallTicketsData: any;
106
+ storeIdValue: any;
107
+ dataReset(): void;
108
+ dataApply(): void;
109
+ imageUrl: any;
110
+ dataIndexId: any;
111
+ dateString: any;
112
+ footfallNoData: boolean;
113
+ footfallLoading: boolean;
114
+ private lastSelectedTicket;
115
+ hasInitialStoreSynced: boolean;
116
+ addStoreIfNotExists(store: any): void;
117
+ selecteValues: any;
118
+ selectedStatus: any;
119
+ dataStoreView(data?: any): void;
120
+ zoomPopup: ElementRef;
121
+ popupvalue: any;
122
+ popupType: any;
123
+ popupOpen(type: any, value: any): void;
124
+ getFormattedEntryTime(entryTime: string): string;
125
+ showSelectAllBox(): void;
126
+ scrollToStore(store: any): void;
127
+ static ɵfac: i0.ɵɵFactoryDeclaration<FootfallDicviewComponent, never>;
128
+ static ɵcmp: i0.ɵɵComponentDeclaration<FootfallDicviewComponent, "lib-footfall-dicview", never, {}, {}, never, never, false, never>;
129
+ }
@@ -44,6 +44,9 @@ export declare class TicketService {
44
44
  getTaggedStoresApi(client: any, fromDate: any, toDate: any, searchValue: any, clusters: any, sortOrder: any): Observable<any>;
45
45
  getUpdateStatusApi(data: any): Observable<any>;
46
46
  getclusters(data: any): Observable<Object>;
47
+ private footfallData;
48
+ setFootfallData(data: any): void;
49
+ getFootfallData(): any;
47
50
  static ɵfac: i0.ɵɵFactoryDeclaration<TicketService, never>;
48
51
  static ɵprov: i0.ɵɵInjectableDeclaration<TicketService>;
49
52
  }
@@ -10,12 +10,14 @@ import * as i8 from "./components/count/count.component";
10
10
  import * as i9 from "./components/footfall-dic/footfall-dic.component";
11
11
  import * as i10 from "./components/reactive-select/reactive-select.component";
12
12
  import * as i11 from "./components/group-select/group-select.component";
13
- import * as i12 from "@angular/common";
14
- import * as i13 from "./tango-manage-tickets-routing.module";
15
- import * as i14 from "@angular/forms";
16
- import * as i15 from "tango-app-ui-shared";
13
+ import * as i12 from "./components/footfall-dicview/footfall-dicview.component";
14
+ import * as i13 from "@angular/common";
15
+ import * as i14 from "./tango-manage-tickets-routing.module";
16
+ import * as i15 from "@angular/forms";
17
+ import * as i16 from "tango-app-ui-shared";
18
+ import * as i17 from "ngx-daterangepicker-material";
17
19
  export declare class TangoManageTicketsModule {
18
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TangoManageTicketsModule, never>;
19
- 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.CommonModule, typeof i13.TangoManageTicketsRoutingModule, typeof i14.FormsModule, typeof i14.ReactiveFormsModule, typeof i15.CommonSharedModule], never>;
21
+ 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.CommonModule, typeof i14.TangoManageTicketsRoutingModule, typeof i15.FormsModule, typeof i15.ReactiveFormsModule, typeof i16.CommonSharedModule, typeof i17.NgxDaterangepickerMd], never>;
20
22
  static ɵinj: i0.ɵɵInjectorDeclaration<TangoManageTicketsModule>;
21
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-manage-tickets",
3
- "version": "3.7.0-beta.21",
3
+ "version": "3.7.0-beta.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"