simpo-component-library 3.6.950 → 3.6.951

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.
@@ -39,6 +39,8 @@ interface BookingRow {
39
39
  }[];
40
40
  videoCallLink?: string;
41
41
  totalCollectedAtBooking?: number;
42
+ totalPayable?: number;
43
+ homeVisitCharge?: number;
42
44
  }
43
45
  /**
44
46
  * "My Bookings" - a customer's own booking history (Upcoming/Past), a detail view per booking,
@@ -82,6 +84,8 @@ export declare class MyBookingsComponent implements OnInit {
82
84
  statusLabel(status: string): string;
83
85
  statusClass(status: string): string;
84
86
  paidLabel(b: BookingRow): string;
87
+ totalDue(b: BookingRow): number;
88
+ pendingAmount(b: BookingRow): number;
85
89
  get canCancelSelected(): boolean;
86
90
  viewBookingDetail(b: BookingRow): void;
87
91
  backToList(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.950",
3
+ "version": "3.6.951",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file