tango-app-ui-shared 3.7.3-dev6-copilot4 → 3.7.3-dev6-copilot5

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.
@@ -58,7 +58,7 @@ export declare class TrafficHeaderComponent implements OnInit {
58
58
  selectedLocationsLabel1(): string;
59
59
  removeLocation(): void;
60
60
  getGroups(): void;
61
- toggleDropdown(type: 'country' | 'location' | 'group' | 'store'): void;
61
+ toggleDropdown(type: 'country' | 'location' | 'group' | 'store' | 'status'): void;
62
62
  handleGroupDropdownClick(): void;
63
63
  resetSelectedGroups(): void;
64
64
  selectedGroupsLabel(): string;
@@ -108,6 +108,16 @@ export declare class TrafficHeaderComponent implements OnInit {
108
108
  downtimeData: any[];
109
109
  downtimeApi(): void;
110
110
  restoreDowntimeFromStorage(): void;
111
+ statusVal: any;
112
+ searchStatusText: any;
113
+ filteredStatus: any;
114
+ getStatus(): void;
115
+ selectedStatusLabel(): string;
116
+ selectedStatusLabel1(): string;
117
+ filterStatus(): void;
118
+ isAllStatusSelected(): boolean;
119
+ toggleSelectAllStatus(event: any): void;
120
+ updateSelectedStatus(): void;
111
121
  static ɵfac: i0.ɵɵFactoryDeclaration<TrafficHeaderComponent, never>;
112
122
  static ɵcmp: i0.ɵɵComponentDeclaration<TrafficHeaderComponent, "lib-traffic-header", never, {}, {}, never, never, false, never>;
113
123
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-shared",
3
- "version": "3.7.3-dev6-copilot4",
3
+ "version": "3.7.3-dev6-copilot5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"