simpo-component-library 3.6.925 → 3.6.926

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.
@@ -56,6 +56,7 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
56
56
  ngOnInit(): void;
57
57
  getTotalAmtPaid(order: any): any;
58
58
  checkPassbookApp(): void;
59
+ checkReferralApp(): void;
59
60
  closeDialog(): void;
60
61
  storeCharges: any;
61
62
  payDueLoader: boolean;
@@ -94,6 +95,7 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
94
95
  getScreenSize(event?: any): void;
95
96
  editProfile(): void;
96
97
  logout(): void;
98
+ _doLogout(): void;
97
99
  private saveProfile;
98
100
  selectTab(tab: Tabs): void;
99
101
  toggleSidepanelTab(tab: Tabs): void;
@@ -32,7 +32,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
32
32
  get stylesLayout(): LayOutModel;
33
33
  get getBlurValue(): "NONE" | "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | undefined;
34
34
  get getBackgroundColor(): BackgroundModel;
35
- get getBackgroundOpacity(): "1" | "0" | "0.7" | "0.5" | "0.6" | "0.8";
35
+ get getBackgroundOpacity(): "0" | "1" | "0.7" | "0.5" | "0.6" | "0.8";
36
36
  opacityValue(value: OverlayValue): "1" | "0.7" | "0.5" | "0.6" | "0.8";
37
37
  editSection(): void;
38
38
  getScreenSize(): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.925",
3
+ "version": "3.6.926",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file