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.
- package/esm2022/lib/modules/layout/header/header.component.mjs +2 -2
- package/esm2022/lib/modules/layout/toolbar/traffic-header/traffic-header/traffic-header.component.mjs +130 -32
- package/fesm2022/tango-app-ui-shared.mjs +130 -32
- package/fesm2022/tango-app-ui-shared.mjs.map +1 -1
- package/lib/modules/layout/toolbar/traffic-header/traffic-header/traffic-header.component.d.ts +11 -1
- package/package.json +1 -1
package/lib/modules/layout/toolbar/traffic-header/traffic-header/traffic-header.component.d.ts
CHANGED
|
@@ -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
|
}
|