simpo-component-library 3.6.151 → 3.6.152

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.
@@ -36,6 +36,12 @@ export declare class OrderDetailsComponent implements OnInit {
36
36
  trackOrder(): void;
37
37
  productReview: number;
38
38
  submitReview(item: any): void;
39
+ sectionsVisible: {
40
+ billDetails: boolean;
41
+ deliveryDetails: boolean;
42
+ timeline: boolean;
43
+ };
44
+ toggleSection(section: keyof typeof this.sectionsVisible): void;
39
45
  static ɵfac: i0.ɵɵFactoryDeclaration<OrderDetailsComponent, never>;
40
46
  static ɵcmp: i0.ɵɵComponentDeclaration<OrderDetailsComponent, "simpo-order-details", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "orderDetailData": { "alias": "orderDetailData"; "required": false; }; }, { "goBackEmitter": "goBackEmitter"; }, never, never, true, never>;
41
47
  }
@@ -104,7 +104,7 @@ export declare class ProductDescComponent extends BaseSection {
104
104
  getTextColor(color: any): "#000000" | "#ffffff";
105
105
  languages: string[];
106
106
  selectedLang: string;
107
- getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
107
+ getClass(map: any): "col-4" | "col-6" | "col-3" | "width-max";
108
108
  onFindInStore(id: string): void;
109
109
  onBookAppointment(): void;
110
110
  isDetails: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.151",
3
+ "version": "3.6.152",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file