@smartsoft001-mobilems/angular 2.22.0 → 2.24.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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -343,10 +343,10 @@ declare abstract class CrudBaseService<T extends IEntity<string>> extends CrudSe
343
343
  protected handleError(err: unknown & {
344
344
  status: number;
345
345
  }): Observable<any>;
346
- protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "[from]" | "[to]" | "[]" | "";
346
+ protected getQueryType(type: '=' | '!=' | '>=' | '<=' | '<' | '>', isArray: boolean): "" | "[from]" | "[to]" | "[]";
347
347
  }
348
348
 
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)[];
349
+ 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)[];
350
350
 
351
351
  declare class PageComponent extends PageBaseComponent {
352
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.22.0",
3
+ "version": "2.24.0",
4
4
  "module": "fesm2022/smartsoft001-mobilems-angular.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {