tango-app-ui-ticket-user 3.0.6-dev → 3.0.7-dev

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,6 +5,7 @@ import { DataService } from '../../services/data.service';
5
5
  import { GlobalStateService } from 'tango-app-ui-global';
6
6
  import dayjs from 'dayjs';
7
7
  import 'dayjs/locale/en';
8
+ import { ActivatedRoute } from '@angular/router';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class EdgeappLogComponent implements OnInit {
10
11
  private modalService;
@@ -12,6 +13,7 @@ export declare class EdgeappLogComponent implements OnInit {
12
13
  private cd;
13
14
  private dataservice;
14
15
  gs: GlobalStateService;
16
+ route: ActivatedRoute;
15
17
  noData: boolean;
16
18
  loading: boolean;
17
19
  getEdgeAppLoveValue: any;
@@ -20,7 +22,8 @@ export declare class EdgeappLogComponent implements OnInit {
20
22
  dayjs: typeof dayjs;
21
23
  private readonly destroy$;
22
24
  selectedDate: any;
23
- constructor(modalService: NgbModal, infraService: TicketsService, cd: ChangeDetectorRef, dataservice: DataService, gs: GlobalStateService);
25
+ ticketId: any;
26
+ constructor(modalService: NgbModal, infraService: TicketsService, cd: ChangeDetectorRef, dataservice: DataService, gs: GlobalStateService, route: ActivatedRoute);
24
27
  ngOnInit(): void;
25
28
  getEdgeAppLogTable(): void;
26
29
  datechange(event: any): void;
@@ -65,6 +65,7 @@ export declare class InstallationComponent implements OnInit, OnDestroy {
65
65
  showform: boolean;
66
66
  storeName: any;
67
67
  notworkingCamaralist: any[];
68
+ userType: any;
68
69
  constructor(modalService: NgbModal, router: Router, service: TicketsService, cd: ChangeDetectorRef, route: ActivatedRoute, toastService: ToastService, gs: GlobalStateService);
69
70
  onClick(event: MouseEvent): void;
70
71
  ngOnInit(): void;
@@ -63,6 +63,7 @@ export declare class TicketsComponent implements OnInit, OnDestroy {
63
63
  finalCamList: any;
64
64
  storeName: any;
65
65
  notworkingCamaralist: any;
66
+ userType: string;
66
67
  constructor(modalService: NgbModal, router: Router, service: TicketsService, cd: ChangeDetectorRef, route: ActivatedRoute, toastService: ToastService, gs: GlobalStateService);
67
68
  onClick(event: MouseEvent): void;
68
69
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-ticket-user",
3
- "version": "3.0.6-dev",
3
+ "version": "3.0.7-dev",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"