@smartsoft001-mobilems/angular 2.30.0 → 2.32.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.
package/index.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ declare class ConfigsFacade {
|
|
|
31
31
|
private sanitizer;
|
|
32
32
|
private static _source;
|
|
33
33
|
get data(): Config | null;
|
|
34
|
-
getPage(id: number): Promise<Page>;
|
|
34
|
+
getPage(id: number | 'home'): Promise<Page>;
|
|
35
35
|
init(): Promise<Config>;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigsFacade, never>;
|
|
37
37
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigsFacade>;
|
|
@@ -345,7 +345,7 @@ declare abstract class CrudBaseService<T extends IEntity<string>> extends CrudSe
|
|
|
345
345
|
protected handleError(err: unknown & {
|
|
346
346
|
status: number;
|
|
347
347
|
}): Observable<any>;
|
|
348
|
-
protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "
|
|
348
|
+
protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "" | "[from]" | "[to]" | "[]";
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
declare class QueryFilterService {
|
|
@@ -356,7 +356,7 @@ declare class QueryFilterService {
|
|
|
356
356
|
}): ICrudFilter;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
declare const SERVICES: (typeof
|
|
359
|
+
declare const SERVICES: (typeof AuthStorageService | typeof ConfigsService | typeof ContrastService | typeof DictionaryService | typeof FileUrlService | typeof GlobalService | typeof TranslationService | typeof MetaService | typeof ModalService | typeof SearchService | typeof SeoService | typeof SettingsService | typeof StyleService | typeof WcagService | typeof ConfigsFacade)[];
|
|
360
360
|
|
|
361
361
|
declare class PageComponent extends PageBaseComponent {
|
|
362
362
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
|