tango-app-ui-analyse-trax 3.6.2 → 3.6.4
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/checklist-configure/checklist-configure.component.mjs +3 -3
- package/esm2022/lib/components/gallery/gallery.component.mjs +26 -6
- package/esm2022/lib/components/task-configure/task-configure.component.mjs +3 -3
- package/fesm2022/{tango-app-ui-analyse-trax-eye-test-audit.module-cw94cqNa.mjs → tango-app-ui-analyse-trax-eye-test-audit.module-J2xYZxYt.mjs} +2 -2
- package/fesm2022/{tango-app-ui-analyse-trax-eye-test-audit.module-cw94cqNa.mjs.map → tango-app-ui-analyse-trax-eye-test-audit.module-J2xYZxYt.mjs.map} +1 -1
- package/fesm2022/{tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-oG6ldS2p.mjs → tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-Bi8pbCXU.mjs} +31 -11
- package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-Bi8pbCXU.mjs.map +1 -0
- package/fesm2022/tango-app-ui-analyse-trax.mjs +1 -1
- package/lib/components/gallery/gallery.component.d.ts +6 -0
- package/package.json +1 -1
- package/fesm2022/tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-oG6ldS2p.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-Bi8pbCXU.mjs';
|
|
2
2
|
import '@angular/core';
|
|
3
3
|
import '@angular/common';
|
|
4
4
|
import '@angular/router';
|
|
@@ -185,6 +185,8 @@ export declare class GalleryComponent implements OnInit, OnDestroy, AfterViewIni
|
|
|
185
185
|
getGridRowHeight(length: number): string;
|
|
186
186
|
hasReferenceImages(question: any): boolean;
|
|
187
187
|
hasChecklistReferenceImages(question: any): boolean;
|
|
188
|
+
hasQuestionReferenceImages(question: any): boolean;
|
|
189
|
+
isValidImage(item: any): boolean;
|
|
188
190
|
selectedImageUrl: string;
|
|
189
191
|
selectedImageName: string;
|
|
190
192
|
currentImageIndex: number;
|
|
@@ -194,6 +196,10 @@ export declare class GalleryComponent implements OnInit, OnDestroy, AfterViewIni
|
|
|
194
196
|
navigateImage(direction: 'prev' | 'next'): void;
|
|
195
197
|
getImageUrls(userAnswers: any[]): string[];
|
|
196
198
|
getImageNames(userAnswers: any[]): string[];
|
|
199
|
+
getRefchecklistImageUrls(userAnswers: any[]): string[];
|
|
200
|
+
getRefchecklistImageNames(userAnswers: any[]): string[];
|
|
201
|
+
getRefImageUrls(userAnswers: any[]): string[];
|
|
202
|
+
getRefImageNames(userAnswers: any[]): string[];
|
|
197
203
|
static ɵfac: i0.ɵɵFactoryDeclaration<GalleryComponent, never>;
|
|
198
204
|
static ɵcmp: i0.ɵɵComponentDeclaration<GalleryComponent, "lib-gallery", never, {}, {}, never, never, false, never>;
|
|
199
205
|
}
|