@osovitny/anatoly 3.19.13 → 3.19.15

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,6 @@
1
1
  export declare class Browser {
2
2
  static isIE(): boolean;
3
3
  static isIframe(): boolean;
4
+ static isMobile(): boolean;
5
+ static isTablet(): boolean;
4
6
  }
@@ -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
  }
@@ -7,9 +7,10 @@ export declare class TimezoneDropdownlist extends EditComponentBase implements O
7
7
  private api;
8
8
  private appContext;
9
9
  items: any;
10
+ disabled: boolean;
10
11
  constructor(api: CoreApiService, appContext: AppContextService);
11
12
  ngOnInit(): void;
12
13
  setValues(): void;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TimezoneDropdownlist, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<TimezoneDropdownlist, "anatoly-timezone-dropdownlist", never, {}, {}, never, never, false, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimezoneDropdownlist, "anatoly-timezone-dropdownlist", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, false, never>;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.13",
3
+ "version": "3.19.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",