simpo-component-library 3.6.215 → 3.6.217

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[];
@@ -97,6 +97,7 @@ export declare class ProductListComponent extends BaseSection {
97
97
  loadMoreProductsToList(): void;
98
98
  ecomConfigs: any;
99
99
  getEcommerceConfigs(): void;
100
+ toShowInJewellery: boolean;
100
101
  ngOnInit(): void;
101
102
  get selectedCategoryCollectionChips(): {
102
103
  id: string;
@@ -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[];
@@ -23,7 +23,7 @@ export declare class BannerCarouselComponent extends BaseSection implements OnIn
23
23
  constructor(_eventService: EventsService);
24
24
  ngOnInit(): void;
25
25
  get stylesLayout(): LayOutModel;
26
- get getBlurValue(): "STRONG" | "NONE" | "LIGHT" | "MODERATE" | "VERY_STRONG" | undefined;
26
+ get getBlurValue(): "NONE" | "LIGHT" | "MODERATE" | "STRONG" | "VERY_STRONG" | undefined;
27
27
  get getBackgroundColor(): BackgroundModel;
28
28
  get getBackgroundOpacity(): "0" | "0.7" | "0.5" | "0.3" | "0.2";
29
29
  opacityValue(value: OverlayValue): "0" | "0.7" | "0.5" | "0.3" | "0.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.215",
3
+ "version": "3.6.217",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file