@servicemind.tis/tis-image-and-file-upload-and-view 1.2.33 → 1.2.35

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.
@@ -42,6 +42,10 @@ export declare class TisViewConnectionDialogComponent implements OnInit, OnDestr
42
42
  * Get last ping time formatted
43
43
  */
44
44
  getLastPing(timestamp: number | undefined): string;
45
+ /**
46
+ * Truncate device ID to show first 8 and last 8 characters
47
+ */
48
+ truncateDeviceId(deviceId: string): string;
45
49
  static ɵfac: i0.ɵɵFactoryDeclaration<TisViewConnectionDialogComponent, never>;
46
50
  static ɵcmp: i0.ɵɵComponentDeclaration<TisViewConnectionDialogComponent, "tis-view-connection-dialog", never, {}, {}, never, never, false, never>;
47
51
  }
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.33",
3
+ "version": "1.2.35",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.0",
6
6
  "@angular/core": "^19.2.0",