// @hash v3-B7ED149A70CB4BB41A98B060780151FDC722B9D5 // Automatically generated by ReactJS.NET. Do not edit, your changes will be overridden. // Version: 5.2.12 (build 29c76c8) with Babel 7.8.7 // Generated at: 9/7/2026 2:55:43 AM /////////////////////////////////////////////////////////////////////////////// class StaffAvailabilityCalendar extends React.Component { render() { let id; if (typeof window !== 'undefined' && typeof URLSearchParams !== 'undefined') { id = new URLSearchParams(window.location.search).get('staffId'); return React.createElement(OptionsProvider, { value: this.props.options }, React.createElement(StatusProvider, { options: this.props.calendar.statusOptions }, React.createElement(StaffAvailability, { id: id, name: this.props.staffName, calendarPage: this.props.calendarPage, urls: this.props.urls, calendar: this.props.calendar }))); } } }