@stemy/ngx-utils 19.0.3 → 19.0.4

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.
@@ -8,6 +8,7 @@ import { StaticAuthService } from "./services/auth.service";
8
8
  import { BaseHttpClient } from "./services/base-http.client";
9
9
  import { BaseHttpService } from "./services/base-http.service";
10
10
  import { ConfigService } from "./services/config.service";
11
+ import { DialogService } from "./services/dialog.service";
11
12
  import { ErrorHandlerService } from "./services/error-handler.service";
12
13
  import { EventsService } from "./services/events.service";
13
14
  import { FormatterService } from "./services/formatter.service";
@@ -49,8 +50,8 @@ import { PaginationMenuComponent } from "./components/pagination-menu/pagination
49
50
  import { UnorderedListComponent } from "./components/unordered-list/unordered-list.component";
50
51
  export declare const pipes: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe)[];
51
52
  export declare const directives: (typeof AsyncMethodBase | typeof BackgroundDirective | typeof DynamicTableTemplateDirective | typeof GlobalTemplateDirective | typeof IconDirective | typeof NgxTemplateOutletDirective | typeof PaginationDirective | typeof PaginationItemDirective | typeof ResourceIfDirective | typeof StickyDirective | typeof StickyClassDirective | typeof UnorderedListItemDirective | typeof UnorderedListTemplateDirective)[];
52
- export declare const components: (typeof DynamicTableComponent | typeof PaginationMenuComponent | typeof UnorderedListComponent)[];
53
- export declare const providers: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe | typeof BaseHttpClient | typeof BaseHttpService | typeof AuthGuard | typeof AclService | typeof StaticAuthService | typeof ConfigService | typeof ErrorHandlerService | typeof EventsService | typeof FormatterService | typeof GlobalTemplateService | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof PromiseService | typeof StateService | typeof StorageService | typeof BaseToasterService | typeof TranslatedUrlSerializer | typeof UniversalService | typeof WasmService | typeof DeviceDetectorService | {
53
+ export declare const components: (typeof UnorderedListComponent | typeof DynamicTableComponent | typeof PaginationMenuComponent)[];
54
+ export declare const providers: (typeof UniversalService | typeof StateService | typeof AuthGuard | typeof BaseHttpClient | typeof StorageService | typeof BaseHttpService | typeof WasmService | typeof AclService | typeof StaticAuthService | typeof ConfigService | typeof DialogService | typeof ErrorHandlerService | typeof EventsService | typeof FormatterService | typeof GlobalTemplateService | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof BaseToasterService | typeof TranslatedUrlSerializer | typeof PromiseService | typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe | typeof DeviceDetectorService | {
54
55
  provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").EventManagerPlugin[]>;
55
56
  useClass: typeof ResizeEventPlugin;
56
57
  multi: boolean;
@@ -1,6 +1,6 @@
1
1
  import { AsyncMethod, ILanguageService, IToasterService, ToastType } from "../common-types";
2
2
  import * as i0 from "@angular/core";
3
- export declare class BaseToasterService<T = any> implements IToasterService {
3
+ export declare class BaseToasterService implements IToasterService {
4
4
  private language;
5
5
  protected colorMap: Record<ToastType, string>;
6
6
  constructor(language: ILanguageService);
@@ -11,6 +11,6 @@ export declare class BaseToasterService<T = any> implements IToasterService {
11
11
  handleAsyncMethod(method: AsyncMethod): void;
12
12
  protected translateMessage(message: string, params: any, type: ToastType): void;
13
13
  protected show(message: string, type: ToastType): any;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseToasterService<any>, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<BaseToasterService<any>>;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseToasterService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<BaseToasterService>;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "19.0.3",
3
+ "version": "19.0.4",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",