@osovitny/anatoly 3.19.8 → 3.19.10

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.
@@ -4,3 +4,4 @@ export declare const IsDevMode: boolean;
4
4
  export declare const IsProdMode: boolean;
5
5
  export declare const ClientApps: any;
6
6
  export declare const ApiUrl: string;
7
+ export declare function formatUrl(url: string): string;
@@ -4,6 +4,7 @@ export declare class LoadingService extends BehaviorSubject<boolean> {
4
4
  private counter;
5
5
  isFreezed: boolean;
6
6
  constructor();
7
+ private setTimeout;
7
8
  show(): void;
8
9
  hide(): void;
9
10
  freeze(timeout?: number): void;
@@ -1,2 +1,2 @@
1
1
  import { CardComponent, CheckIconComponent, CountryDropdownlist, TimezoneDropdownlist, NodataComponent, PageSpinnerComponent, LoadingComponent } from './exports';
2
- export declare const MAIN_COMPONENTS: (typeof CardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CheckIconComponent | typeof NodataComponent | typeof LoadingComponent | typeof PageSpinnerComponent)[];
2
+ export declare const MAIN_COMPONENTS: (typeof LoadingComponent | typeof CardComponent | typeof CountryDropdownlist | typeof TimezoneDropdownlist | typeof CheckIconComponent | typeof NodataComponent | typeof PageSpinnerComponent)[];
@@ -4,8 +4,8 @@ export declare abstract class ReplacerDirectiveBase {
4
4
  private el;
5
5
  private renderer;
6
6
  constructor(el: ElementRef, renderer: Renderer2);
7
- protected setCDN2Attribute(name: string, value: any): void;
8
- protected setAttribute(name: string, value: any): void;
7
+ protected setUrlAttribute(name: string, url: string): void;
8
+ protected setAttribute(name: string, value: string): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ReplacerDirectiveBase, never>;
10
10
  static ɵdir: i0.ɵɵDirectiveDeclaration<ReplacerDirectiveBase, never, never, {}, {}, never, never, true, never>;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.19.8",
3
+ "version": "3.19.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.11",
6
6
  "@angular/core": "19.2.11",