simpo-component-library 3.6.258 → 3.6.260

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.
@@ -63,7 +63,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
63
63
  validateNumber(event: KeyboardEvent): void;
64
64
  validateOTP(event: KeyboardEvent): void;
65
65
  checkStrength(): void;
66
- getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
66
+ getStrengthColor(index: number): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
67
67
  emailDebounceTimer: any;
68
68
  onEmailChange(): void;
69
69
  emailCheck: boolean;
@@ -112,7 +112,7 @@ export declare class ProductDescComponent extends BaseSection {
112
112
  getTextColor(color: any): "#000000" | "#ffffff";
113
113
  languages: string[];
114
114
  selectedLang: string;
115
- getClass(map: any): "col-4" | "col-6" | "col-3" | "width-max";
115
+ getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
116
116
  onFindInStore(id: string): void;
117
117
  onBookAppointment(): void;
118
118
  isDetails: boolean;
@@ -48,6 +48,7 @@ export declare class ReturnsCalculatorComponent extends BaseSection {
48
48
  redirectTo(scheme: any): void;
49
49
  closeDialog(): void;
50
50
  storeCharges: any;
51
+ enrollButtonLoader: boolean;
51
52
  enrollScheme(scheme: any): void;
52
53
  continuePayment(payload: any): void;
53
54
  allSchemes: any[];
@@ -27,7 +27,7 @@ export declare class SchemeDetailsComponent implements OnInit {
27
27
  openCashfreeSdk(sessionId: string): void;
28
28
  showBenefitSlab(): void;
29
29
  confirmRequest(): void;
30
- slabDetails: any;
30
+ slabDetails: any[];
31
31
  getvalidSlabList(): void;
32
32
  goBack(): void;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<SchemeDetailsComponent, never>;
@@ -46,6 +46,7 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
46
46
  wishlistData: OrderedItems[];
47
47
  storeId: any;
48
48
  ngOnInit(): void;
49
+ checkPassbookApp(): void;
49
50
  getAllStores(): void;
50
51
  ecomConfigs: any;
51
52
  getEcommerceConfigs(): void;
@@ -29,7 +29,7 @@ export declare class LinkEditorComponent {
29
29
  changeButtonStyle(): void;
30
30
  getContrastTextColor(backgroundHex: any): void;
31
31
  backgroundType: string[];
32
- setBorderRadius(): "0px" | "99px" | "7px";
32
+ setBorderRadius(): "0px" | "7px" | "99px";
33
33
  setBorder(): string;
34
34
  setColor(): any;
35
35
  setBackground(): any;
@@ -15,7 +15,7 @@ export declare class PricingS1Component extends BaseSection {
15
15
  editSection(): void;
16
16
  getButtonId(): string;
17
17
  redirectTo(): void;
18
- getClass(): "col-4" | "col-12" | "col-5" | "col-3";
18
+ getClass(): "col-4" | "col-3" | "col-12" | "col-5";
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingS1Component, never>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<PricingS1Component, "simpo-pricing-s1", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
21
21
  }
@@ -105,6 +105,7 @@ export declare class HeaderSectionComponent implements OnInit {
105
105
  getRGBA(bgColor: any, opacity: number): any;
106
106
  showCategoryMobileHeader(): boolean;
107
107
  byMetalAndStone: any;
108
+ navigateLogin(): void;
108
109
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
109
110
  static ɵcmp: i0.ɵɵComponentDeclaration<HeaderSectionComponent, "simpo-header-section", never, { "data": { "alias": "data"; "required": false; }; "nextComponent": { "alias": "nextComponent"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
110
111
  }
@@ -23,7 +23,7 @@ export declare class PricingSectionComponent extends BaseSection {
23
23
  getButtonId(): string;
24
24
  editSection(): void;
25
25
  redirectTo(): void;
26
- getClass(): "col-4" | "col-12" | "col-6" | "col-3";
26
+ getClass(): "col-6" | "col-4" | "col-3" | "col-12";
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
28
28
  static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "simpo-pricing-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
29
29
  }
@@ -112,6 +112,7 @@ export declare class RestService implements OnDestroy {
112
112
  getBenefitSlab(passbookId?: any): Observable<Object>;
113
113
  getAllStaffList(): Observable<Object>;
114
114
  requestRedeemption(passbookId: any): Observable<Object>;
115
+ PassbookAppStatus(bId: any): Observable<Object>;
115
116
  static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
116
117
  static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
117
118
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.258",
3
+ "version": "3.6.260",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file