tango-app-ui-analyse-trax 3.6.2-bulktask-13 → 3.6.2-bulktask-15
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/add-multitask/add-multitask.component.mjs +8 -3
- package/esm2022/lib/components/add-multitask/bulkcreationmodel/bulkcreationmodel.component.mjs +3 -3
- package/esm2022/lib/components/add-task/add-task.component.mjs +4 -4
- package/esm2022/lib/components/gallery/gallery.component.mjs +44 -4
- package/esm2022/lib/services/trax.service.mjs +7 -1
- package/fesm2022/{tango-app-ui-analyse-trax-eye-test-audit.module-VtfBAXzU.mjs → tango-app-ui-analyse-trax-eye-test-audit.module-CPP7vCPY.mjs} +2 -2
- package/fesm2022/{tango-app-ui-analyse-trax-eye-test-audit.module-VtfBAXzU.mjs.map → tango-app-ui-analyse-trax-eye-test-audit.module-CPP7vCPY.mjs.map} +1 -1
- package/fesm2022/{tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DWDpA3zS.mjs → tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DqKvPWNf.mjs} +63 -12
- package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DqKvPWNf.mjs.map +1 -0
- package/fesm2022/tango-app-ui-analyse-trax.mjs +1 -1
- package/lib/components/add-multitask/add-multitask.component.d.ts +2 -0
- package/lib/components/gallery/gallery.component.d.ts +2 -0
- package/lib/services/trax.service.d.ts +2 -0
- package/package.json +1 -1
- package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DWDpA3zS.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { b as TangoAnalyseTraxComponent, a as TangoAnalyseTraxModule } from './tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-
|
|
1
|
+
export { b as TangoAnalyseTraxComponent, a as TangoAnalyseTraxModule } from './tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-DqKvPWNf.mjs';
|
|
2
2
|
import '@angular/core';
|
|
3
3
|
import '@angular/common';
|
|
4
4
|
import '@angular/router';
|
|
@@ -78,6 +78,7 @@ export declare class GalleryComponent implements OnInit, OnDestroy, AfterViewIni
|
|
|
78
78
|
checkListDescription: any;
|
|
79
79
|
answerFilter: any;
|
|
80
80
|
approvalStatus: boolean;
|
|
81
|
+
allapprovalStatus: boolean;
|
|
81
82
|
category: string;
|
|
82
83
|
videoChecklist: string[];
|
|
83
84
|
imageChecklist: string[];
|
|
@@ -188,6 +189,7 @@ export declare class GalleryComponent implements OnInit, OnDestroy, AfterViewIni
|
|
|
188
189
|
taskredirect(question: any, storeProfile: any, checklistInfo: any): void;
|
|
189
190
|
ViewInDetails(data: any, checklistInfo: any, storeProfile: any, section: any): void;
|
|
190
191
|
addTask(type: any, data: any, checklistInfo: any, storeProfile: any, section: any): void;
|
|
192
|
+
checkallapproved(): void;
|
|
191
193
|
approvalstatus(): void;
|
|
192
194
|
taskTab(task: any): void;
|
|
193
195
|
categoryChange(): void;
|
|
@@ -116,6 +116,8 @@ export declare class TraxService implements OnDestroy {
|
|
|
116
116
|
getStoreslist(data: any): Observable<Object>;
|
|
117
117
|
approvalstatuschecklist(data: any): Observable<Object>;
|
|
118
118
|
approvalstatustask(data: any): Observable<Object>;
|
|
119
|
+
Allapprovalstatuschecklist(data: any): Observable<Object>;
|
|
120
|
+
Allapprovalstatustask(data: any): Observable<Object>;
|
|
119
121
|
getOrdersByDate(data: any): Observable<Object>;
|
|
120
122
|
orderUpdate(data: any): Observable<Object>;
|
|
121
123
|
orderDelete(data: any): Observable<Object>;
|