tango-app-ui-analyse-trax 3.3.1-alpha-task.69 → 3.3.1-alpha-task.70

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.
@@ -71,6 +71,7 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
71
71
  showfilter: boolean;
72
72
  previewType: any;
73
73
  checkListDescription: any;
74
+ answerFilter: any;
74
75
  constructor(fb: FormBuilder, gs: GlobalStateService, traxService: TraxService, cd: ChangeDetectorRef, modalService: NgbModal, route: ActivatedRoute, router: Router, toastService: ToastService, location: Location, pageInfo: PageInfoService);
75
76
  ngOnDestroy(): void;
76
77
  ngOnInit(): void;
@@ -108,6 +109,7 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
108
109
  onview(): void;
109
110
  getcustomerunattendedview(): void;
110
111
  getmobileUsageDataview(): void;
112
+ getfilterCount(): void;
111
113
  selectsinglequestion(): void;
112
114
  getChecklistQA(type: any): void;
113
115
  gettaskQA(type: any): void;
@@ -132,7 +134,6 @@ export declare class GalleryComponent implements OnInit, OnDestroy {
132
134
  viewTasks(sectionName: any, questionName: any): void;
133
135
  taskredirect(question: any, storeProfile: any, checklistInfo: any): void;
134
136
  addTask(type: any, data: any, checklistInfo: any, storeProfile: any, section: any): void;
135
- selectedTask: any;
136
137
  taskTab(task: any): void;
137
138
  static ɵfac: i0.ɵɵFactoryDeclaration<GalleryComponent, never>;
138
139
  static ɵcmp: i0.ɵɵComponentDeclaration<GalleryComponent, "lib-gallery", never, {}, {}, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-analyse-trax",
3
- "version": "3.3.1-alpha-task.69",
3
+ "version": "3.3.1-alpha-task.70",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"