brainloper-ui 20.0.7 → 20.0.8

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/index.d.ts CHANGED
@@ -695,6 +695,10 @@ declare class SessionService {
695
695
  static ɵprov: i0.ɵɵInjectableDeclaration<SessionService>;
696
696
  }
697
697
 
698
+ declare class ScreenSizeUtil {
699
+ static isMobile(): boolean;
700
+ }
701
+
698
702
  interface TemplatePdfPurchaseOrder extends TemplatePdfBase {
699
703
  items: PurchaseOrderItemReport[];
700
704
  providerName: string;
@@ -793,10 +797,6 @@ declare class LocalStorageService {
793
797
  static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
794
798
  }
795
799
 
796
- declare class ScreenSizeUtil {
797
- static isMobile(): boolean;
798
- }
799
-
800
800
  interface TableColumns<T> {
801
801
  ID: keyof T;
802
802
  label: String;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brainloper-ui",
3
- "version": "20.0.7",
3
+ "version": "20.0.8",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@angular/animations": "^20.3.15",