@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.
- package/fesm2022/osovitny-anatoly.mjs +35 -22
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/core/consts/core-settings.d.ts +1 -0
- package/lib/core/services/loading.service.d.ts +1 -0
- package/lib/ui/components/index.d.ts +1 -1
- package/lib/ui/directives/replacer/replacer.base.directive.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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
|
|
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
|
|
8
|
-
protected setAttribute(name: string, value:
|
|
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
|
}
|