@elderbyte/ngx-starter 16.4.2 → 16.4.3
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/esm2022/lib/components/forms/search/domain/url/elder-search-url.directive.mjs +20 -9
- package/fesm2022/elderbyte-ngx-starter.mjs +18 -7
- package/fesm2022/elderbyte-ngx-starter.mjs.map +1 -1
- package/lib/components/forms/search/domain/url/elder-search-url.directive.d.ts +0 -1
- package/package.json +1 -1
|
@@ -15,7 +15,6 @@ export declare class ElderSearchUrlDirective implements AfterViewInit, OnDestroy
|
|
|
15
15
|
**************************************************************************/
|
|
16
16
|
private readonly log;
|
|
17
17
|
private readonly destroy$;
|
|
18
|
-
private readonly searchContextId;
|
|
19
18
|
private readonly searchContext$;
|
|
20
19
|
/***************************************************************************
|
|
21
20
|
* *
|