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.
- package/esm2022/lib/components/ticket-footfall-new/ticket-footfall-new.component.mjs +69 -96
- package/fesm2022/tango-app-ui-manage-tickets.mjs +68 -95
- package/fesm2022/tango-app-ui-manage-tickets.mjs.map +1 -1
- package/lib/components/ticket-footfall-new/ticket-footfall-new.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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;
|