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.
@@ -1,4 +1,4 @@
1
- export { b as TangoAnalyseTraxComponent, a as TangoAnalyseTraxModule } from './tango-app-ui-analyse-trax-tango-app-ui-analyse-trax-oG6ldS2p.mjs';
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-ui-analyse-trax",
3
- "version": "3.6.2",
3
+ "version": "3.6.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"