simpo-component-library 1.4.83 → 1.4.86

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.
@@ -0,0 +1,13 @@
1
+ import { EventEmitter, OnDestroy, OnInit } from "@angular/core";
2
+ import { StorageServiceService } from "./storage.service";
3
+ import * as i0 from "@angular/core";
4
+ export declare class EndUserService implements OnInit, OnDestroy {
5
+ private readonly storageService;
6
+ constructor(storageService: StorageServiceService);
7
+ paymentStatusEvent: EventEmitter<boolean>;
8
+ private eventRef;
9
+ ngOnInit(): void;
10
+ ngOnDestroy(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<EndUserService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<EndUserService>;
13
+ }
@@ -41,7 +41,6 @@ export declare class EventsService implements OnInit {
41
41
  environmentType: EventEmitter<string>;
42
42
  showLoadingScreen: EventEmitter<boolean>;
43
43
  cashFreeEvent: EventEmitter<unknown>;
44
- paymentStatusEvent: EventEmitter<boolean>;
45
44
  static ɵfac: i0.ɵɵFactoryDeclaration<EventsService, never>;
46
45
  static ɵprov: i0.ɵɵInjectableDeclaration<EventsService>;
47
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.4.83",
3
+ "version": "1.4.86",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -38,6 +38,7 @@ export * from './lib/ecommerce/sections/whislist/whislist.component';
38
38
  export * from './lib/ecommerce/sections/user-profile/user-profile.component';
39
39
  export * from './lib/ecommerce/sections/authenticate-user/authenticate-user.component';
40
40
  export * from './lib/services/events.service';
41
+ export * from './lib/services/endUser.service';
41
42
  export * from './lib/directive/animation-directive';
42
43
  export * from './lib/directive/background-directive';
43
44
  export * from './lib/directive/banner-content-fit-directive';
Binary file