@osovitny/anatoly 3.19.14 → 3.19.16

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,7 @@
1
1
  export declare class Browser {
2
2
  static isIE(): boolean;
3
3
  static isIframe(): boolean;
4
+ static isMobile(): boolean;
5
+ static isTablet(): boolean;
6
+ static isMobileOrTablet(): boolean;
4
7
  }
@@ -4,5 +4,4 @@ export declare class Utils {
4
4
  static downloadBlobFile(value: Blob, fileName: string): void;
5
5
  static slugify(text: string, prefix?: string, postfix?: string): string;
6
6
  static generateRandom(start: number, end: number): number;
7
- static isBrowserMobile(): boolean;
8
7
  }
@@ -1,2 +1,2 @@
1
1
  import { CardComponent, CheckIconComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
- export declare const MAIN_COMPONENTS: (typeof TimezoneDropdownlist | typeof CardComponent | typeof CountryDropdownlist | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent)[];
2
+ export declare const MAIN_COMPONENTS: (typeof CardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent)[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.14",
3
+ "version": "3.19.16",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",