tango-app-ui-manage-tickets 3.7.0-beta.3 → 3.7.0-beta.5
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.
|
@@ -76,6 +76,7 @@ export declare class FootfallDicComponent implements OnInit, OnDestroy {
|
|
|
76
76
|
private lastSelectedTicket;
|
|
77
77
|
hasInitialStoreSynced: boolean;
|
|
78
78
|
addStoreIfNotExists(store: any): void;
|
|
79
|
+
selecteValues: any;
|
|
79
80
|
dataStoreView(data?: any): void;
|
|
80
81
|
isCollapsed: boolean;
|
|
81
82
|
toggleSidebar(): void;
|
|
@@ -122,6 +123,8 @@ export declare class FootfallDicComponent implements OnInit, OnDestroy {
|
|
|
122
123
|
getAllGroups(): void;
|
|
123
124
|
groups: any;
|
|
124
125
|
ongroupSelect(event: any): void;
|
|
126
|
+
getFormattedEntryTime(entryTime: string): string;
|
|
127
|
+
showSelectAllBox(): void;
|
|
125
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<FootfallDicComponent, never>;
|
|
126
129
|
static ɵcmp: i0.ɵɵComponentDeclaration<FootfallDicComponent, "lib-footfall-dic", never, {}, {}, never, never, false, never>;
|
|
127
130
|
}
|