@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
|