@elderbyte/ngx-starter 19.9.0 → 19.10.0
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.
|
@@ -5,7 +5,8 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class ElderTableSortDirective {
|
|
7
7
|
private readonly logger;
|
|
8
|
+
elderTableSort: never;
|
|
8
9
|
constructor();
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<ElderTableSortDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTableSortDirective, "[elderTableSort]", never, {}, {}, never, never, true, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ElderTableSortDirective, "[elderTableSort]", never, { "elderTableSort": { "alias": "elderTableSort"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
12
|
}
|
|
@@ -71,7 +71,7 @@ export declare class ElderOverlayComponent implements OnInit, OnDestroy {
|
|
|
71
71
|
/**
|
|
72
72
|
* Show this overlay
|
|
73
73
|
*/
|
|
74
|
-
showOverlay(options?: OverlayShowOptions): EmbeddedViewRef<any
|
|
74
|
+
showOverlay(options?: OverlayShowOptions): EmbeddedViewRef<any> | undefined;
|
|
75
75
|
/**
|
|
76
76
|
* Hide this overlay
|
|
77
77
|
*/
|