simpo-component-library 3.6.214 → 3.6.216

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.
@@ -64,7 +64,9 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
64
64
  subIndustryName: string;
65
65
  isJewellery: boolean;
66
66
  selectedRedemption: boolean;
67
+ ecomConfigs: any;
67
68
  ngOnInit(): void;
69
+ getEcommerceConfigs(): void;
68
70
  schemeList: any[];
69
71
  getSchemeDetails(): void;
70
72
  ngOnDestroy(): void;
@@ -115,6 +117,7 @@ export declare class CartComponent extends BaseSection implements OnInit, OnDest
115
117
  showReedemError: boolean;
116
118
  vaildAmount: number;
117
119
  redeemScheme(scheme: any, action: boolean): void;
120
+ getUrl(): boolean;
118
121
  static ɵfac: i0.ɵɵFactoryDeclaration<CartComponent, [null, null, null, null, null, null, null, null, null, { optional: true; }, { optional: true; }]>;
119
122
  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>;
120
123
  }
@@ -63,6 +63,7 @@ export declare class ProductDescComponent extends BaseSection {
63
63
  businessDetails: any;
64
64
  trialCartItem: any[];
65
65
  isPinCode: boolean;
66
+ toShowInJewellery: boolean;
66
67
  ngOnInit(): void;
67
68
  varientLoading: boolean;
68
69
  recentViewItemList: Product[];
@@ -111,7 +112,7 @@ export declare class ProductDescComponent extends BaseSection {
111
112
  getTextColor(color: any): "#000000" | "#ffffff";
112
113
  languages: string[];
113
114
  selectedLang: string;
114
- getClass(map: any): "col-4" | "col-6" | "col-3" | "width-max";
115
+ getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
115
116
  onFindInStore(id: string): void;
116
117
  onBookAppointment(): void;
117
118
  isDetails: boolean;
@@ -44,6 +44,8 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
44
44
  orderList: OrderedItems[];
45
45
  wishlistData: OrderedItems[];
46
46
  ngOnInit(): void;
47
+ ecomConfigs: any;
48
+ getEcommerceConfigs(): void;
47
49
  getUserOrderDetails(): void;
48
50
  passbookSummary: any;
49
51
  userEnrollments: 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
  }
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.214",
3
+ "version": "3.6.216",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file