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.
- package/esm2022/lib/components/create-task/create-task.component.mjs +26 -15
- package/esm2022/lib/components/gallery/gallery.component.mjs +83 -28
- package/esm2022/lib/components/task/task.component.mjs +1 -2
- package/esm2022/lib/components/task-configure/task-configure.component.mjs +2 -2
- package/esm2022/lib/services/trax.service.mjs +2 -2
- package/fesm2022/tango-app-ui-analyse-trax.mjs +108 -43
- package/fesm2022/tango-app-ui-analyse-trax.mjs.map +1 -1
- package/lib/components/gallery/gallery.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -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>;
|