tango-app-ui-manage-tickets 3.7.0-beta.43 → 3.7.0-beta.44

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.
@@ -147,6 +147,7 @@ export declare class TicketFootfallNewComponent implements OnInit, OnDestroy {
147
147
  private updateCloseStateFromMapping;
148
148
  private getActionCompletion;
149
149
  hasRevopsType(type: any): boolean;
150
+ private isFinalStatus;
150
151
  overallSelectedIds: any;
151
152
  overallSelect(event: any): void;
152
153
  getAllParentItems(): any[];
@@ -211,6 +212,7 @@ export declare class TicketFootfallNewComponent implements OnInit, OnDestroy {
211
212
  getPreviewImageUrl(): any;
212
213
  overallMapping: any;
213
214
  openImagePreview(list: any, target: any, startIndex: number, title: string): void;
215
+ private setPreviewIndex;
214
216
  overallApproveClosed(): boolean;
215
217
  getApproveActionForItem(item: any): any | null;
216
218
  canShowPreviewActions(item: any): 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.43",
3
+ "version": "3.7.0-beta.44",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.0.0",
6
6
  "@angular/core": "^17.0.0"