tango-app-ui-analyse-trax 3.6.2-bulktask-5 → 3.6.2-bulktask-6
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/gallery/gallery.component.mjs +2 -2
- package/fesm2022/{tango-app-ui-analyse-trax-eye-test-audit.module-CbPBGiAI.mjs → tango-app-ui-analyse-trax-eye-test-audit.module-BV8rh2Dt.mjs} +2 -2
- package/fesm2022/{tango-app-ui-analyse-trax-eye-test-audit.module-CbPBGiAI.mjs.map → tango-app-ui-analyse-trax-eye-test-audit.module-BV8rh2Dt.mjs.map} +1 -1
- package/fesm2022/{tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-bWZT0X9J.mjs → tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-Dky7G8Ks.mjs} +3 -3
- package/fesm2022/{tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-bWZT0X9J.mjs.map → tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-Dky7G8Ks.mjs.map} +1 -1
- package/fesm2022/tango-app-ui-analyse-trax.mjs +1 -1
- package/package.json +1 -1
|
@@ -11540,7 +11540,7 @@ class GalleryComponent {
|
|
|
11540
11540
|
"filter": this.galleryForm.value.filter,
|
|
11541
11541
|
"approveFilter": this.approveFilter,
|
|
11542
11542
|
};
|
|
11543
|
-
if (this.galleryForm.value.
|
|
11543
|
+
if (this.galleryForm.value.type === 'checklist') {
|
|
11544
11544
|
this.traxService.viewChecklists(this.viewChecklistsoptions)?.pipe(takeUntil(this.destroy$))?.subscribe({
|
|
11545
11545
|
next: (res) => {
|
|
11546
11546
|
if (res && res.code === 200) {
|
|
@@ -20123,7 +20123,7 @@ const routes = [
|
|
|
20123
20123
|
},
|
|
20124
20124
|
{
|
|
20125
20125
|
path: 'audit',
|
|
20126
|
-
loadChildren: () => import('./tango-app-ui-analyse-trax-eye-test-audit.module-
|
|
20126
|
+
loadChildren: () => import('./tango-app-ui-analyse-trax-eye-test-audit.module-BV8rh2Dt.mjs').then((m) => m.EyeTestAuditModule)
|
|
20127
20127
|
}
|
|
20128
20128
|
// {
|
|
20129
20129
|
// path:'task',
|
|
@@ -20768,4 +20768,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
20768
20768
|
*/
|
|
20769
20769
|
|
|
20770
20770
|
export { TraxService as T, TangoAnalyseTraxModule as a, TangoAnalyseTraxComponent as b };
|
|
20771
|
-
//# sourceMappingURL=tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-
|
|
20771
|
+
//# sourceMappingURL=tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-Dky7G8Ks.mjs.map
|