tango-app-ui-shared 3.7.3-dev16 → 3.7.3-dev18

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,5 +1,12 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { AuthService } from '../../../../services/auth.service';
1
3
  import * as i0 from "@angular/core";
2
- export declare class HeaderBannerComponent {
4
+ export declare class HeaderBannerComponent implements OnInit {
5
+ private service;
6
+ showCreateOrder: 'AUTHORIZED' | 'UNAUTHORIZED';
7
+ constructor(service: AuthService);
8
+ users: any;
9
+ ngOnInit(): void;
3
10
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderBannerComponent, never>;
4
11
  static ɵcmp: i0.ɵɵComponentDeclaration<HeaderBannerComponent, "lib-header-banner", never, {}, {}, never, never, false, never>;
5
12
  }
@@ -19,10 +19,10 @@ export declare class TrafficHeaderComponent implements OnInit {
19
19
  searchLocationText: string;
20
20
  searchGroupText: string;
21
21
  locations: any[];
22
- filteredLocations: any[];
22
+ filteredLocations: any;
23
23
  groupsData: any[];
24
- filteredGroups: any[];
25
- filteredStores: any[];
24
+ filteredGroups: any;
25
+ filteredStores: any;
26
26
  stores: any[];
27
27
  searchStoreText: string;
28
28
  clientList: any;
@@ -31,7 +31,7 @@ export declare class TrafficHeaderComponent implements OnInit {
31
31
  groupLabel: any[];
32
32
  users: any;
33
33
  url: any;
34
- filteredCountries: any[];
34
+ filteredCountries: any;
35
35
  countryLabel: any[];
36
36
  searchCountryText: string;
37
37
  countries: any[];
@@ -19,10 +19,10 @@ export declare class TrafficNobComponent implements OnInit {
19
19
  searchLocationText: string;
20
20
  searchGroupText: string;
21
21
  locations: any[];
22
- filteredLocations: any[];
22
+ filteredLocations: any;
23
23
  groupsData: any[];
24
- filteredGroups: any[];
25
- filteredStores: any[];
24
+ filteredGroups: any;
25
+ filteredStores: any;
26
26
  stores: any[];
27
27
  searchStoreText: string;
28
28
  clientList: any;
@@ -19,10 +19,10 @@ export declare class TraxHeaderComponent implements OnInit {
19
19
  searchLocationText: string;
20
20
  searchGroupText: string;
21
21
  locations: any[];
22
- filteredLocations: any[];
22
+ filteredLocations: any;
23
23
  groupsData: any[];
24
- filteredGroups: any[];
25
- filteredStores: any[];
24
+ filteredGroups: any;
25
+ filteredStores: any;
26
26
  stores: any[];
27
27
  searchStoreText: string;
28
28
  clientList: any;
@@ -19,10 +19,10 @@ export declare class TraxWithoutdateComponent implements OnInit {
19
19
  searchLocationText: string;
20
20
  searchGroupText: string;
21
21
  locations: any[];
22
- filteredLocations: any[];
22
+ filteredLocations: any;
23
23
  groupsData: any[];
24
- filteredGroups: any[];
25
- filteredStores: any[];
24
+ filteredGroups: any;
25
+ filteredStores: any;
26
26
  stores: any[];
27
27
  searchStoreText: string;
28
28
  clientList: any;
@@ -49,6 +49,7 @@ export declare class AuthService {
49
49
  getStoreLogData(data: any, id: any): Observable<Object>;
50
50
  getAllClientInfo(): Observable<any>;
51
51
  getDowntimeHeader(data: any): Observable<any>;
52
+ isLocusAuthorized(): Observable<Object>;
52
53
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthService, never>;
53
54
  static ɵprov: i0.ɵɵInjectableDeclaration<AuthService>;
54
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-shared",
3
- "version": "3.7.3-dev16",
3
+ "version": "3.7.3-dev18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"