@stemy/ngx-utils 17.1.0 → 17.1.1

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.
@@ -49,8 +49,8 @@ import { PaginationMenuComponent } from "./components/pagination-menu/pagination
49
49
  import { UnorderedListComponent } from "./components/unordered-list/unordered-list.component";
50
50
  export declare const pipes: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe)[];
51
51
  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 UnorderedListComponent | typeof DynamicTableComponent | typeof PaginationMenuComponent)[];
53
- 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 ErrorHandlerService | typeof EventsService | typeof FormatterService | typeof GlobalTemplateService | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof ConsoleToasterService | typeof TranslatedUrlSerializer | typeof PromiseService | typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe | typeof DeviceDetectorService | {
52
+ export declare const components: (typeof DynamicTableComponent | typeof PaginationMenuComponent | typeof UnorderedListComponent)[];
53
+ export declare const providers: (typeof StateService | 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 StorageService | typeof ConsoleToasterService | typeof TranslatedUrlSerializer | typeof UniversalService | typeof WasmService | typeof DeviceDetectorService | {
54
54
  provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").EventManagerPlugin[]>;
55
55
  useClass: typeof ResizeEventPlugin;
56
56
  multi: boolean;
@@ -1,6 +1,6 @@
1
1
  import { Injector, NgZone } from "@angular/core";
2
2
  import { ActivatedRouteSnapshot, ChildrenOutletContexts, Data, NavigationExtras, Params, Route, Router, UrlSegment, UrlTree } from "@angular/router";
3
- import { BehaviorSubject, Observer, Subscription } from "rxjs";
3
+ import { BehaviorSubject, Observable, Observer, Subscription } from "rxjs";
4
4
  import { IRoute, NavigationUrlParam } from "../common-types";
5
5
  import { UniversalService } from "./universal.service";
6
6
  import * as i0 from "@angular/core";
@@ -35,6 +35,7 @@ export declare class StateService {
35
35
  get urlSegments(): UrlSegment[];
36
36
  get components(): any[];
37
37
  get routerConfig(): IRoute[];
38
+ get $observable(): Observable<ActivatedRouteSnapshot>;
38
39
  constructor(injector: Injector, zone: NgZone, universal: UniversalService, router?: Router, contexts?: ChildrenOutletContexts);
39
40
  reload(): Promise<any>;
40
41
  navigateByUrl(url: string | UrlTree, navigationExtras?: NavigationExtras): Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stemy/ngx-utils",
3
- "version": "17.1.0",
3
+ "version": "17.1.1",
4
4
  "license": "MIT",
5
5
  "public": true,
6
6
  "repository": "https://github.com/stemyke/ngx-utils.git",