@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.
|
@@ -19165,7 +19165,9 @@ class DsMobileFacilityDetailModalComponent {
|
|
|
19165
19165
|
await this.bookingModalService.open({
|
|
19166
19166
|
facilityId: this.facilityData.id,
|
|
19167
19167
|
facilityTitle: this.facilityData.facilityTitle,
|
|
19168
|
-
facilityThumbnail: this.facilityData.heroImage
|
|
19168
|
+
facilityThumbnail: this.facilityData.heroImage,
|
|
19169
|
+
availableDates: this.facilityData.availableDates,
|
|
19170
|
+
availableTimeSlots: this.facilityData.availableTimeSlots
|
|
19169
19171
|
});
|
|
19170
19172
|
}
|
|
19171
19173
|
/**
|