simpo-component-library 3.6.196 → 3.6.197

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.
Files changed (30) hide show
  1. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +61 -48
  2. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +3 -3
  3. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.component.mjs +1 -2
  4. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +13 -5
  5. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.component.mjs +13 -4
  6. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
  7. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
  8. package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +11 -5
  9. package/esm2022/lib/ecommerce/sections/scheme-selection/scheme-selection.component.mjs +1 -2
  10. package/esm2022/lib/ecommerce/sections/store-list/store-list.component.mjs +3 -3
  11. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +8 -7
  12. package/esm2022/lib/elements/schedule-video-call/schedule-video-call.component.mjs +7 -4
  13. package/esm2022/lib/pipes/gender.pipe.mjs +5 -1
  14. package/esm2022/lib/sections/header-section/header-section.component.mjs +9 -3
  15. package/esm2022/lib/services/rest.service.mjs +2 -2
  16. package/fesm2022/simpo-component-library.mjs +127 -79
  17. package/fesm2022/simpo-component-library.mjs.map +1 -1
  18. package/lib/ecommerce/sections/address/address.component.d.ts +5 -0
  19. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
  20. package/lib/ecommerce/sections/cart/cart.component.d.ts +2 -0
  21. package/lib/ecommerce/sections/enrollment-form/enrollment-form.component.d.ts +1 -0
  22. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
  23. package/lib/ecommerce/sections/scheme-details/scheme-details.component.d.ts +2 -0
  24. package/lib/elements/pricing-s1/pricing-s1.component.d.ts +1 -1
  25. package/lib/elements/schedule-video-call/schedule-video-call.component.d.ts +1 -1
  26. package/lib/sections/header-section/header-section.component.d.ts +1 -0
  27. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  28. package/package.json +1 -1
  29. package/simpo-component-library-3.6.197.tgz +0 -0
  30. package/simpo-component-library-3.6.196.tgz +0 -0
@@ -66,6 +66,11 @@ export declare class AddressComponent extends BaseSection implements OnInit, OnC
66
66
  editSection(): void;
67
67
  get isEmailValid(): boolean;
68
68
  get isMobile(): boolean;
69
+ setAddress(key: any): void;
70
+ debounceTimer: any;
71
+ validateForm(fieldType: string): void;
72
+ validater(fieldType: any): void;
73
+ validateObject: any;
69
74
  static ɵfac: i0.ɵɵFactoryDeclaration<AddressComponent, [null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
70
75
  static ɵcmp: i0.ɵɵComponentDeclaration<AddressComponent, "simpo-address", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "isCart": { "alias": "isCart"; "required": false; }; }, { "selectedAddress": "selectedAddress"; }, never, never, true, never>;
71
76
  }
@@ -62,7 +62,7 @@ export declare class AuthenticationRequiredComponent extends BaseSection {
62
62
  validateNumber(event: KeyboardEvent): void;
63
63
  validateOTP(event: KeyboardEvent): void;
64
64
  checkStrength(): void;
65
- getStrengthColor(index: number): "tomato" | "#d3d3d3ba" | "orange" | "yellow" | "lightgreen";
65
+ getStrengthColor(index: number): "yellow" | "tomato" | "#d3d3d3ba" | "orange" | "lightgreen";
66
66
  emailDebounceTimer: any;
67
67
  onEmailChange(): void;
68
68
  emailCheck: boolean;
@@ -111,6 +111,8 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
111
111
  changeQuantity(event: any, item: OrderedItems): void;
112
112
  removeTrialItem(item: OrderedItems): void;
113
113
  bookAppointment(): void;
114
+ showReedemError: boolean;
115
+ vaildAmount: number;
114
116
  redeemScheme(scheme: any, action: boolean): void;
115
117
  static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
116
118
  static ɵcmp: i0.ɵɵComponentDeclaration<CartComponent, "simpo-cart", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
@@ -35,6 +35,7 @@ export declare class EnrollmentFormComponent extends BaseSection {
35
35
  setMonthlyInstallmentAmount(): void;
36
36
  storeSlabs: any;
37
37
  getStoreSlabs(): void;
38
+ validator: boolean;
38
39
  createEnrollment(): void;
39
40
  success(): void;
40
41
  result: any;
@@ -109,7 +109,7 @@ export declare class ProductDescComponent extends BaseSection {
109
109
  getTextColor(color: any): "#000000" | "#ffffff";
110
110
  languages: string[];
111
111
  selectedLang: string;
112
- getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
112
+ getClass(map: any): "col-4" | "col-6" | "col-3" | "width-max";
113
113
  onFindInStore(id: string): void;
114
114
  onBookAppointment(): void;
115
115
  isDetails: boolean;
@@ -5,6 +5,8 @@ export declare class SchemeDetailsComponent implements OnInit {
5
5
  gotoSchemeOverview: EventEmitter<void>;
6
6
  constructor();
7
7
  ngOnInit(): void;
8
+ screenWidth: any;
9
+ getScreenSize(event?: any): void;
8
10
  paymentData: any[];
9
11
  getPaymentScheme(): void;
10
12
  getDueDate(paymentDate: string | Date): number | null;
@@ -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-3" | "col-12" | "col-5";
18
+ getClass(): "col-4" | "col-12" | "col-5" | "col-3";
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
  }
@@ -11,6 +11,7 @@ export declare class ScheduleVideoCallComponent implements OnInit {
11
11
  responseData: any;
12
12
  constructor(dialogRef: MatDialogRef<ScheduleVideoCallComponent>, matDialog: MatDialog, messageService: MessageService, restService: RestService, responseData: any);
13
13
  ngOnInit(): void;
14
+ selectedProducts: any[];
14
15
  languages: string[];
15
16
  selectedLang: string;
16
17
  otherLanguage: string;
@@ -26,7 +27,6 @@ export declare class ScheduleVideoCallComponent implements OnInit {
26
27
  scheduled: boolean;
27
28
  resetValidationErrors(): void;
28
29
  scheduleVideoCall(): void;
29
- selectedProducts: any[];
30
30
  selectedItems(item: any): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ScheduleVideoCallComponent, never>;
32
32
  static ɵcmp: i0.ɵɵComponentDeclaration<ScheduleVideoCallComponent, "simpo-schedule-video-call", never, {}, {}, never, never, true, never>;
@@ -94,6 +94,7 @@ export declare class HeaderSectionComponent implements OnInit {
94
94
  setPincode(): void;
95
95
  showLogin: boolean;
96
96
  goToSchemes(): void;
97
+ getRGBA(bgColor: any, opacity: number): any;
97
98
  static ɵfac: i0.ɵɵFactoryDeclaration<HeaderSectionComponent, never>;
98
99
  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>;
99
100
  }
@@ -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-6" | "col-4" | "col-3" | "col-12";
26
+ getClass(): "col-4" | "col-12" | "col-6" | "col-3";
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.196",
3
+ "version": "3.6.197",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file