tango-app-ui-manage-tickets 3.7.0-beta.2 → 3.7.0-beta.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.
@@ -122,6 +122,7 @@ export declare class FootfallDicComponent implements OnInit, OnDestroy {
122
122
  getAllGroups(): void;
123
123
  groups: any;
124
124
  ongroupSelect(event: any): void;
125
+ getFormattedEntryTime(entryTime: string): string;
125
126
  static ɵfac: i0.ɵɵFactoryDeclaration<FootfallDicComponent, never>;
126
127
  static ɵcmp: i0.ɵɵComponentDeclaration<FootfallDicComponent, "lib-footfall-dic", never, {}, {}, never, never, false, never>;
127
128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-manage-tickets",
3
- "version": "3.7.0-beta.2",
3
+ "version": "3.7.0-beta.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"