@servicemind.tis/tis-image-and-file-upload-and-view 1.2.15 → 1.2.18

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.
@@ -15,7 +15,7 @@ export declare class TisImageAndFileUploadAndViewComponent {
15
15
  urlConfig: UrlConfig;
16
16
  entityType: string;
17
17
  entityId: any;
18
- viewType: 'card' | 'list';
18
+ viewType: 'card' | 'list' | 'compact';
19
19
  type: 'image' | 'file';
20
20
  label: string | null;
21
21
  disabled: boolean;
@@ -67,11 +67,7 @@ export declare class TisImageAndFileUploadAndViewComponent {
67
67
  private validateFileTypes;
68
68
  setSliderLoading(): void;
69
69
  openImageSelector(selectorId?: string): void;
70
- openCameraCapture(): void;
71
- private showSelectionDialog;
72
- private createMenuOption;
73
- private closeSelectionDialog;
74
- openAdvancedCamera(): Promise<void>;
70
+ openCameraCapture(): Promise<void>;
75
71
  private openCameraDialog;
76
72
  private showCameraModal;
77
73
  private cleanupCameraModal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicemind.tis/tis-image-and-file-upload-and-view",
3
- "version": "1.2.15",
3
+ "version": "1.2.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",