@smartsoft001-mobilems/angular 2.20.0 → 2.22.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
@@ -242,6 +242,8 @@ declare class SearchService extends CrudSearchService {
242
242
  declare class SeoService {
243
243
  private readonly title;
244
244
  private readonly meta;
245
+ private readonly platformId;
246
+ private readonly isBrowser;
245
247
  updateTitle(titleText: string): void;
246
248
  updateMetaTags(metaTags: MetaDefinition[]): void;
247
249
  updateDescription(description: string): void;
@@ -344,7 +346,7 @@ declare abstract class CrudBaseService<T extends IEntity<string>> extends CrudSe
344
346
  protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "[from]" | "[to]" | "[]" | "";
345
347
  }
346
348
 
347
- declare const SERVICES: (typeof ConfigsFacade | typeof StyleService | typeof DictionaryService | typeof ConfigsService | typeof AuthStorageService | typeof TranslationService | typeof GlobalService | typeof FileUrlService | typeof SettingsService | typeof WcagService | typeof ContrastService | typeof MetaService | typeof SeoService | typeof ModalService | typeof SearchService)[];
349
+ declare const SERVICES: (typeof ConfigsFacade | typeof StyleService | typeof SearchService | typeof ConfigsService | typeof SeoService | typeof DictionaryService | typeof AuthStorageService | typeof TranslationService | typeof GlobalService | typeof FileUrlService | typeof SettingsService | typeof WcagService | typeof ContrastService | typeof MetaService | typeof ModalService)[];
348
350
 
349
351
  declare class PageComponent extends PageBaseComponent {
350
352
  static ɵfac: i0.ɵɵFactoryDeclaration<PageComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsoft001-mobilems/angular",
3
- "version": "2.20.0",
3
+ "version": "2.22.0",
4
4
  "module": "fesm2022/smartsoft001-mobilems-angular.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {