tango-app-ui-manage-tickets 3.7.0-beta.4 → 3.7.0-beta.6

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