tango-app-ui-shared 3.7.3-dev9 → 3.7.4

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.
@@ -57,7 +57,7 @@ export declare class TrafficHeaderComponent implements OnInit {
57
57
  selectedLocationsLabel(): string;
58
58
  removeLocation(): void;
59
59
  getGroups(): void;
60
- toggleDropdown(type: "country" | "location" | "group" | "store" | "status"): void;
60
+ toggleDropdown(type: 'country' | 'location' | 'group' | 'store'): void;
61
61
  handleGroupDropdownClick(): void;
62
62
  resetSelectedGroups(): void;
63
63
  selectedGroupsLabel(): string;
@@ -88,15 +88,6 @@ export declare class TrafficHeaderComponent implements OnInit {
88
88
  updateSelectedCountries(): void;
89
89
  removeCountry(): void;
90
90
  Apply(): void;
91
- statusVal: any;
92
- searchStatusText: any;
93
- filteredStatus: any;
94
- getStatus(): void;
95
- selectedStatusLabel(): string;
96
- filterStatus(): void;
97
- isAllStatusSelected(): boolean;
98
- toggleSelectAllStatus(event: any): void;
99
- updateSelectedStatus(): void;
100
91
  static ɵfac: i0.ɵɵFactoryDeclaration<TrafficHeaderComponent, never>;
101
92
  static ɵcmp: i0.ɵɵComponentDeclaration<TrafficHeaderComponent, "lib-traffic-header", never, {}, {}, never, never, false, never>;
102
93
  }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "tango-app-ui-eyetest-copilot";
3
+ export declare class EyetestWrapperModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<EyetestWrapperModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EyetestWrapperModule, never, [typeof i1.TangoEyetestCopilotModule], never>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<EyetestWrapperModule>;
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-shared",
3
- "version": "3.7.3-dev9",
3
+ "version": "3.7.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"