@propbinder/mobile-design 0.2.53 → 0.2.54

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.
package/index.d.ts CHANGED
@@ -6694,6 +6694,10 @@ interface FacilityDetailData {
6694
6694
  bookingDate?: string;
6695
6695
  /** Booking time range (for active bookings) */
6696
6696
  bookingTime?: string;
6697
+ /** Available dates for the calendar */
6698
+ availableDates?: DateOption[];
6699
+ /** Available time slots mapping */
6700
+ availableTimeSlots?: Record<string, TimeSlot[]>;
6697
6701
  }
6698
6702
  /**
6699
6703
  * DsMobileFacilityDetailModalComponent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.53",
3
+ "version": "0.2.54",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"