tango-app-ui-manage-tickets 3.7.0-beta.37 → 3.7.0-beta.39

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.
@@ -124,6 +124,7 @@ export declare class TicketFootfallNewComponent implements OnInit, OnDestroy {
124
124
  toggleCommentsAccordion(): void;
125
125
  ngOnDestroy(): void;
126
126
  activityData: any;
127
+ activityData1: any;
127
128
  comments: any;
128
129
  showRevisedDetails: boolean;
129
130
  footfallNoData: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-manage-tickets",
3
- "version": "3.7.0-beta.37",
3
+ "version": "3.7.0-beta.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"