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