@calcom/atoms 2.8.7 → 2.9.0
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/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts +3 -0
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts.map +1 -0
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.js +6 -0
- package/dist/add-members-switch/add-members-with-switch.d.ts +41 -0
- package/dist/add-members-switch/add-members-with-switch.d.ts.map +1 -0
- package/dist/add-members-switch/add-members-with-switch.js +200 -0
- package/dist/availability/availability-settings.d.ts +88 -0
- package/dist/availability/availability-settings.d.ts.map +1 -0
- package/dist/availability/availability-settings.js +620 -0
- package/dist/availability/components/date-override-input-dialog.d.ts +17 -0
- package/dist/availability/components/date-override-input-dialog.d.ts.map +1 -0
- package/dist/availability/components/date-override-input-dialog.js +169 -0
- package/dist/availability/components/date-override-list.d.ts +20 -0
- package/dist/availability/components/date-override-list.d.ts.map +1 -0
- package/dist/availability/components/date-override-list.js +111 -0
- package/dist/availability/components/schedule-component.d.ts +49 -0
- package/dist/availability/components/schedule-component.d.ts.map +1 -0
- package/dist/availability/components/schedule-component.js +512 -0
- package/dist/availability/index.d.ts +4 -0
- package/dist/availability/index.d.ts.map +1 -0
- package/dist/availability/index.js +6 -0
- package/dist/availability/types.d.ts +36 -0
- package/dist/availability/types.d.ts.map +1 -0
- package/dist/availability/types.js +1 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts +28 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.js +119 -0
- package/dist/booker/booker-platform-wrapper.d.ts +5 -0
- package/dist/booker/booker-platform-wrapper.d.ts.map +1 -0
- package/dist/booker/booker-platform-wrapper.js +388 -0
- package/dist/booker/booker-store-provider.d.ts +11 -0
- package/dist/booker/booker-store-provider.d.ts.map +1 -0
- package/dist/booker/booker-store-provider.js +94 -0
- package/dist/booker/components/available-time-slots.d.ts +46 -0
- package/dist/booker/components/available-time-slots.d.ts.map +1 -0
- package/dist/booker/components/available-time-slots.js +142 -0
- package/dist/booker/components/available-times-header.d.ts +14 -0
- package/dist/booker/components/available-times-header.d.ts.map +1 -0
- package/dist/booker/components/available-times-header.js +71 -0
- package/dist/booker/components/available-times.d.ts +46 -0
- package/dist/booker/components/available-times.d.ts.map +1 -0
- package/dist/booker/components/available-times.js +192 -0
- package/dist/booker/components/book-event-form/book-event-form.d.ts +34 -0
- package/dist/booker/components/book-event-form/book-event-form.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/book-event-form.js +260 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.d.ts +14 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.js +53 -0
- package/dist/booker/components/book-event-form/booking-fields.d.ts +35 -0
- package/dist/booker/components/book-event-form/booking-fields.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/booking-fields.js +124 -0
- package/dist/booker/components/book-event-form/index.d.ts +5 -0
- package/dist/booker/components/book-event-form/index.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/index.js +11 -0
- package/dist/booker/components/book-event-form/skeleton.d.ts +2 -0
- package/dist/booker/components/book-event-form/skeleton.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/skeleton.js +27 -0
- package/dist/booker/components/booker-component.d.ts +2 -0
- package/dist/booker/components/booker-component.d.ts.map +1 -0
- package/dist/booker/components/booker-component.js +596 -0
- package/dist/booker/components/booker-section.d.ts +15 -0
- package/dist/booker/components/booker-section.d.ts.map +1 -0
- package/dist/booker/components/booker-section.js +19 -0
- package/dist/booker/components/dry-run-message.d.ts +4 -0
- package/dist/booker/components/dry-run-message.d.ts.map +1 -0
- package/dist/booker/components/dry-run-message.js +22 -0
- package/dist/booker/components/event-meta/available-event-locations.d.ts +6 -0
- package/dist/booker/components/event-meta/available-event-locations.d.ts.map +1 -0
- package/dist/booker/components/event-meta/available-event-locations.js +72 -0
- package/dist/booker/components/event-meta/details.d.ts +34 -0
- package/dist/booker/components/event-meta/details.d.ts.map +1 -0
- package/dist/booker/components/event-meta/details.js +104 -0
- package/dist/booker/components/event-meta/duration.d.ts +9 -0
- package/dist/booker/components/event-meta/duration.d.ts.map +1 -0
- package/dist/booker/components/event-meta/duration.js +85 -0
- package/dist/booker/components/event-meta/index.d.ts +7 -0
- package/dist/booker/components/event-meta/index.d.ts.map +1 -0
- package/dist/booker/components/event-meta/index.js +16 -0
- package/dist/booker/components/event-meta/locations.d.ts +5 -0
- package/dist/booker/components/event-meta/locations.d.ts.map +1 -0
- package/dist/booker/components/event-meta/locations.js +54 -0
- package/dist/booker/components/event-meta/members.d.ts +13 -0
- package/dist/booker/components/event-meta/members.d.ts.map +1 -0
- package/dist/booker/components/event-meta/members.js +56 -0
- package/dist/booker/components/event-meta/occurences.d.ts +5 -0
- package/dist/booker/components/event-meta/occurences.d.ts.map +1 -0
- package/dist/booker/components/event-meta/occurences.js +96 -0
- package/dist/booker/components/event-meta/price-icon.d.ts +5 -0
- package/dist/booker/components/event-meta/price-icon.d.ts.map +1 -0
- package/dist/booker/components/event-meta/price-icon.js +81 -0
- package/dist/booker/components/event-meta/price.d.ts +7 -0
- package/dist/booker/components/event-meta/price.d.ts.map +1 -0
- package/dist/booker/components/event-meta/price.js +95 -0
- package/dist/booker/components/event-meta/skeleton.d.ts +2 -0
- package/dist/booker/components/event-meta/skeleton.d.ts.map +1 -0
- package/dist/booker/components/event-meta/skeleton.js +15 -0
- package/dist/booker/components/event-meta/title.d.ts +9 -0
- package/dist/booker/components/event-meta/title.d.ts.map +1 -0
- package/dist/booker/components/event-meta/title.js +6 -0
- package/dist/booker/components/event-meta.d.ts +25 -0
- package/dist/booker/components/event-meta.d.ts.map +1 -0
- package/dist/booker/components/event-meta.js +175 -0
- package/dist/booker/components/external-redirect-interstitial.d.ts +9 -0
- package/dist/booker/components/external-redirect-interstitial.d.ts.map +1 -0
- package/dist/booker/components/external-redirect-interstitial.js +47 -0
- package/dist/booker/components/form-builder/components.d.ts +48 -0
- package/dist/booker/components/form-builder/components.d.ts.map +1 -0
- package/dist/booker/components/form-builder/components.js +355 -0
- package/dist/booker/components/form-builder/form-builder-field.d.ts +46 -0
- package/dist/booker/components/form-builder/form-builder-field.d.ts.map +1 -0
- package/dist/booker/components/form-builder/form-builder-field.js +238 -0
- package/dist/booker/components/having-trouble-finding-time.d.ts +9 -0
- package/dist/booker/components/having-trouble-finding-time.d.ts.map +1 -0
- package/dist/booker/components/having-trouble-finding-time.js +33 -0
- package/dist/booker/components/header.d.ts +18 -0
- package/dist/booker/components/header.d.ts.map +1 -0
- package/dist/booker/components/header.js +216 -0
- package/dist/booker/components/instant-booking.d.ts +16 -0
- package/dist/booker/components/instant-booking.d.ts.map +1 -0
- package/dist/booker/components/instant-booking.js +53 -0
- package/dist/booker/components/out-of-office-in-slots.d.ts +19 -0
- package/dist/booker/components/out-of-office-in-slots.d.ts.map +1 -0
- package/dist/booker/components/out-of-office-in-slots.js +65 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts +8 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.js +29 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts +11 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.js +86 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts +8 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.js +61 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts +28 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.js +60 -0
- package/dist/booker/components/overlay-calendar/store.d.ts +12 -0
- package/dist/booker/components/overlay-calendar/store.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/store.js +18 -0
- package/dist/booker/components/pay-icon.d.ts +5 -0
- package/dist/booker/components/pay-icon.d.ts.map +1 -0
- package/dist/booker/components/pay-icon.js +9 -0
- package/dist/booker/components/price.d.ts +9 -0
- package/dist/booker/components/price.d.ts.map +1 -0
- package/dist/booker/components/price.js +6 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts +8 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts.map +1 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.js +75 -0
- package/dist/booker/components/scrollable-with-gradients.d.ts +9 -0
- package/dist/booker/components/scrollable-with-gradients.d.ts.map +1 -0
- package/dist/booker/components/scrollable-with-gradients.js +52 -0
- package/dist/booker/components/seats-availability-text.d.ts +18 -0
- package/dist/booker/components/seats-availability-text.d.ts.map +1 -0
- package/dist/booker/components/seats-availability-text.js +16 -0
- package/dist/booker/components/section.d.ts +17 -0
- package/dist/booker/components/section.d.ts.map +1 -0
- package/dist/booker/components/section.js +19 -0
- package/dist/booker/components/slot-selection-modal-header.d.ts +14 -0
- package/dist/booker/components/slot-selection-modal-header.d.ts.map +1 -0
- package/dist/booker/components/slot-selection-modal-header.js +72 -0
- package/dist/booker/components/time-format-toggle.d.ts +4 -0
- package/dist/booker/components/time-format-toggle.d.ts.map +1 -0
- package/dist/booker/components/time-format-toggle.js +27 -0
- package/dist/booker/components/unavailable.d.ts +3 -0
- package/dist/booker/components/unavailable.d.ts.map +1 -0
- package/dist/booker/components/unavailable.js +16 -0
- package/dist/booker/components/unpublished-entity.d.ts +8 -0
- package/dist/booker/components/unpublished-entity.d.ts.map +1 -0
- package/dist/booker/components/unpublished-entity.js +24 -0
- package/dist/booker/components/verify-code-dialog.d.ts +15 -0
- package/dist/booker/components/verify-code-dialog.d.ts.map +1 -0
- package/dist/booker/components/verify-code-dialog.js +89 -0
- package/dist/booker/config.d.ts +86 -0
- package/dist/booker/config.d.ts.map +1 -0
- package/dist/booker/config.js +161 -0
- package/dist/booker/framer-features.d.ts +3 -0
- package/dist/booker/framer-features.d.ts.map +1 -0
- package/dist/booker/framer-features.js +5 -0
- package/dist/booker/hooks/embed-stubs.d.ts +20 -0
- package/dist/booker/hooks/embed-stubs.d.ts.map +1 -0
- package/dist/booker/hooks/embed-stubs.js +18 -0
- package/dist/booker/hooks/use-available-time-slots.d.ts +23 -0
- package/dist/booker/hooks/use-available-time-slots.d.ts.map +1 -0
- package/dist/booker/hooks/use-available-time-slots.js +20 -0
- package/dist/booker/hooks/use-booker-layout.d.ts +51 -0
- package/dist/booker/hooks/use-booker-layout.d.ts.map +1 -0
- package/dist/booker/hooks/use-booker-layout.js +50 -0
- package/dist/booker/hooks/use-booker-time.d.ts +7 -0
- package/dist/booker/hooks/use-booker-time.d.ts.map +1 -0
- package/dist/booker/hooks/use-booker-time.js +19 -0
- package/dist/booker/hooks/use-booking-form.d.ts +65 -0
- package/dist/booker/hooks/use-booking-form.d.ts.map +1 -0
- package/dist/booker/hooks/use-booking-form.js +34 -0
- package/dist/booker/hooks/use-bookings-types.d.ts +10 -0
- package/dist/booker/hooks/use-bookings-types.d.ts.map +1 -0
- package/dist/booker/hooks/use-bookings-types.js +1 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts +11 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts.map +1 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.js +22 -0
- package/dist/booker/hooks/use-initialize-week-start.d.ts +2 -0
- package/dist/booker/hooks/use-initialize-week-start.d.ts.map +1 -0
- package/dist/booker/hooks/use-initialize-week-start.js +13 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts +15 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts.map +1 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.js +19 -0
- package/dist/booker/hooks/use-local-set.d.ts +12 -0
- package/dist/booker/hooks/use-local-set.d.ts.map +1 -0
- package/dist/booker/hooks/use-local-set.js +34 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.d.ts +3 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.d.ts.map +1 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.js +13 -0
- package/dist/booker/hooks/use-overlay-calendar.d.ts +23 -0
- package/dist/booker/hooks/use-overlay-calendar.d.ts.map +1 -0
- package/dist/booker/hooks/use-overlay-calendar.js +54 -0
- package/dist/booker/hooks/use-should-show-arrows.d.ts +8 -0
- package/dist/booker/hooks/use-should-show-arrows.d.ts.map +1 -0
- package/dist/booker/hooks/use-should-show-arrows.js +27 -0
- package/dist/booker/hooks/use-skip-confirm-step.d.ts +21 -0
- package/dist/booker/hooks/use-skip-confirm-step.d.ts.map +1 -0
- package/dist/booker/hooks/use-skip-confirm-step.js +39 -0
- package/dist/booker/hooks/use-slots-for-date.d.ts +21 -0
- package/dist/booker/hooks/use-slots-for-date.d.ts.map +1 -0
- package/dist/booker/hooks/use-slots-for-date.js +29 -0
- package/dist/booker/hooks/use-stable-timezone.d.ts +5 -0
- package/dist/booker/hooks/use-stable-timezone.d.ts.map +1 -0
- package/dist/booker/hooks/use-stable-timezone.js +8 -0
- package/dist/booker/hooks/use-times-for-schedule.d.ts +27 -0
- package/dist/booker/hooks/use-times-for-schedule.d.ts.map +1 -0
- package/dist/booker/hooks/use-times-for-schedule.js +49 -0
- package/dist/booker/store.d.ts +200 -0
- package/dist/booker/store.d.ts.map +1 -0
- package/dist/booker/store.js +265 -0
- package/dist/booker/types.d.ts +118 -0
- package/dist/booker/types.d.ts.map +1 -0
- package/dist/booker/types.js +1 -0
- package/dist/booker/use-slot-reservation-id.d.ts +2 -0
- package/dist/booker/use-slot-reservation-id.d.ts.map +1 -0
- package/dist/booker/use-slot-reservation-id.js +13 -0
- package/dist/booker/utils/are-different-valid-months.d.ts +2 -0
- package/dist/booker/utils/are-different-valid-months.d.ts.map +1 -0
- package/dist/booker/utils/are-different-valid-months.js +4 -0
- package/dist/booker/utils/dates.d.ts +26 -0
- package/dist/booker/utils/dates.d.ts.map +1 -0
- package/dist/booker/utils/dates.js +60 -0
- package/dist/booker/utils/get-booker-timezone.d.ts +5 -0
- package/dist/booker/utils/get-booker-timezone.d.ts.map +1 -0
- package/dist/booker/utils/get-booker-timezone.js +7 -0
- package/dist/booker/utils/get-booking-duration.d.ts +6 -0
- package/dist/booker/utils/get-booking-duration.d.ts.map +1 -0
- package/dist/booker/utils/get-booking-duration.js +7 -0
- package/dist/booker/utils/get-prefetch-month-count.d.ts +3 -0
- package/dist/booker/utils/get-prefetch-month-count.d.ts.map +1 -0
- package/dist/booker/utils/get-prefetch-month-count.js +12 -0
- package/dist/booker/utils/is-booking-dry-run.d.ts +3 -0
- package/dist/booker/utils/is-booking-dry-run.d.ts.map +1 -0
- package/dist/booker/utils/is-booking-dry-run.js +4 -0
- package/dist/booker/utils/is-month-change.d.ts +2 -0
- package/dist/booker/utils/is-month-change.d.ts.map +1 -0
- package/dist/booker/utils/is-month-change.js +4 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts +2 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts.map +1 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.js +9 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts +2 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts.map +1 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.js +9 -0
- package/dist/booker/utils/is-timeslot-available.d.ts +19 -0
- package/dist/booker/utils/is-timeslot-available.d.ts.map +1 -0
- package/dist/booker/utils/is-timeslot-available.js +32 -0
- package/dist/booker/utils/layout.d.ts +2 -0
- package/dist/booker/utils/layout.d.ts.map +1 -0
- package/dist/booker/utils/layout.js +7 -0
- package/dist/booker-embed/booker-embed.d.ts +31 -0
- package/dist/booker-embed/booker-embed.d.ts.map +1 -0
- package/dist/booker-embed/booker-embed.js +74 -0
- package/dist/booker-embed/index.d.ts +2 -0
- package/dist/booker-embed/index.d.ts.map +1 -0
- package/dist/booker-embed/index.js +4 -0
- package/dist/booker-embed/use-get-routing-form-url-props.d.ts +29 -0
- package/dist/booker-embed/use-get-routing-form-url-props.d.ts.map +1 -0
- package/dist/booker-embed/use-get-routing-form-url-props.js +72 -0
- package/dist/cal-provider/base-cal-provider.d.ts +24 -0
- package/dist/cal-provider/base-cal-provider.d.ts.map +1 -0
- package/dist/cal-provider/base-cal-provider.js +178 -0
- package/dist/cal-provider/cal-o-auth-provider.d.ts +19 -0
- package/dist/cal-provider/cal-o-auth-provider.d.ts.map +1 -0
- package/dist/cal-provider/cal-o-auth-provider.js +48 -0
- package/dist/cal-provider/cal-provider.d.ts +22 -0
- package/dist/cal-provider/cal-provider.d.ts.map +1 -0
- package/dist/cal-provider/cal-provider.js +72 -0
- package/dist/cal-provider/index.d.ts +3 -0
- package/dist/cal-provider/index.d.ts.map +1 -0
- package/dist/cal-provider/index.js +6 -0
- package/dist/cal-provider/languages.d.ts +55 -0
- package/dist/cal-provider/languages.d.ts.map +1 -0
- package/dist/cal-provider/languages.js +10 -0
- package/dist/calendar-settings/index.d.ts +2 -0
- package/dist/calendar-settings/index.d.ts.map +1 -0
- package/dist/calendar-settings/index.js +4 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts +17 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.js +32 -0
- package/dist/calendar-view/calendar-view-component.d.ts +2 -0
- package/dist/calendar-view/calendar-view-component.d.ts.map +1 -0
- package/dist/calendar-view/calendar-view-component.js +43 -0
- package/dist/calendar-view/components/calendar.d.ts +2 -0
- package/dist/calendar-view/components/calendar.d.ts.map +1 -0
- package/dist/calendar-view/components/calendar.js +5 -0
- package/dist/calendar-view/components/date-picker.d.ts +82 -0
- package/dist/calendar-view/components/date-picker.d.ts.map +1 -0
- package/dist/calendar-view/components/date-picker.js +285 -0
- package/dist/calendar-view/components/large-calendar.d.ts +19 -0
- package/dist/calendar-view/components/large-calendar.d.ts.map +1 -0
- package/dist/calendar-view/components/large-calendar.js +133 -0
- package/dist/calendar-view/components/no-availability-dialog.d.ts +19 -0
- package/dist/calendar-view/components/no-availability-dialog.d.ts.map +1 -0
- package/dist/calendar-view/components/no-availability-dialog.js +45 -0
- package/dist/calendar-view/event-type-calendar-view-component.d.ts +7 -0
- package/dist/calendar-view/event-type-calendar-view-component.d.ts.map +1 -0
- package/dist/calendar-view/event-type-calendar-view-component.js +105 -0
- package/dist/calendar-view/index.d.ts +2 -0
- package/dist/calendar-view/index.d.ts.map +1 -0
- package/dist/calendar-view/index.js +4 -0
- package/dist/calendar-view/scheduler/components/calendar.d.ts +4 -0
- package/dist/calendar-view/scheduler/components/calendar.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/calendar.js +185 -0
- package/dist/calendar-view/scheduler/components/current-time/index.d.ts +6 -0
- package/dist/calendar-view/scheduler/components/current-time/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/current-time/index.js +61 -0
- package/dist/calendar-view/scheduler/components/date-values/index.d.ts +12 -0
- package/dist/calendar-view/scheduler/components/date-values/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/date-values/index.js +98 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts +3 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.js +47 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts +108 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.js +156 -0
- package/dist/calendar-view/scheduler/components/event/empty.d.ts +18 -0
- package/dist/calendar-view/scheduler/components/event/empty.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/empty.js +162 -0
- package/dist/calendar-view/scheduler/components/event/event-list.d.ts +7 -0
- package/dist/calendar-view/scheduler/components/event/event-list.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/event-list.js +97 -0
- package/dist/calendar-view/scheduler/components/event/event.d.ts +14 -0
- package/dist/calendar-view/scheduler/components/event/event.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/event.js +131 -0
- package/dist/calendar-view/scheduler/components/event/index.d.ts +5 -0
- package/dist/calendar-view/scheduler/components/event/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/index.js +12 -0
- package/dist/calendar-view/scheduler/components/grid/index.d.ts +10 -0
- package/dist/calendar-view/scheduler/components/grid/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/grid/index.js +17 -0
- package/dist/calendar-view/scheduler/components/heading/index.d.ts +2 -0
- package/dist/calendar-view/scheduler/components/heading/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/heading/index.js +4 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts +2 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.js +48 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts +9 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.js +31 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts +4 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.js +32 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts +7 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.js +38 -0
- package/dist/calendar-view/scheduler/state/store.d.ts +7 -0
- package/dist/calendar-view/scheduler/state/store.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/state/store.js +64 -0
- package/dist/calendar-view/scheduler/types/common.d.ts +2 -0
- package/dist/calendar-view/scheduler/types/common.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/common.js +1 -0
- package/dist/calendar-view/scheduler/types/events.d.ts +20 -0
- package/dist/calendar-view/scheduler/types/events.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/events.js +1 -0
- package/dist/calendar-view/scheduler/types/state.d.ts +93 -0
- package/dist/calendar-view/scheduler/types/state.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/state.js +1 -0
- package/dist/calendar-view/scheduler/utils/index.d.ts +20 -0
- package/dist/calendar-view/scheduler/utils/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/utils/index.js +64 -0
- package/dist/calendar-view/scheduler/utils/overlap.d.ts +20 -0
- package/dist/calendar-view/scheduler/utils/overlap.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/utils/overlap.js +88 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts +22 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts.map +1 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.js +8 -0
- package/dist/components/atoms-wrapper.d.ts +6 -0
- package/dist/components/atoms-wrapper.d.ts.map +1 -0
- package/dist/components/atoms-wrapper.js +21 -0
- package/dist/components/ui/address-input.d.ts +11 -0
- package/dist/components/ui/address-input.d.ts.map +1 -0
- package/dist/components/ui/address-input.js +31 -0
- package/dist/components/ui/alert.d.ts +16 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/alert.js +46 -0
- package/dist/components/ui/app-list-card.d.ts +30 -0
- package/dist/components/ui/app-list-card.d.ts.map +1 -0
- package/dist/components/ui/app-list-card.js +57 -0
- package/dist/components/ui/avatar-group.d.ts +14 -0
- package/dist/components/ui/avatar-group.d.ts.map +1 -0
- package/dist/components/ui/avatar-group.js +45 -0
- package/dist/components/ui/avatar.d.ts +18 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/avatar.js +70 -0
- package/dist/components/ui/badge.d.ts +553 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/badge.js +61 -0
- package/dist/components/ui/button-group.d.ts +9 -0
- package/dist/components/ui/button-group.d.ts.map +1 -0
- package/dist/components/ui/button-group.js +29 -0
- package/dist/components/ui/button.d.ts +37 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +280 -0
- package/dist/components/ui/calendar-switch.d.ts +22 -0
- package/dist/components/ui/calendar-switch.d.ts.map +1 -0
- package/dist/components/ui/calendar-switch.js +26 -0
- package/dist/components/ui/checkbox.d.ts +15 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox.js +95 -0
- package/dist/components/ui/checked-team-select.d.ts +43 -0
- package/dist/components/ui/checked-team-select.d.ts.map +1 -0
- package/dist/components/ui/checked-team-select.js +183 -0
- package/dist/components/ui/confirmation-dialog-content.d.ts +21 -0
- package/dist/components/ui/confirmation-dialog-content.d.ts.map +1 -0
- package/dist/components/ui/confirmation-dialog-content.js +52 -0
- package/dist/components/ui/controlled-dialog.d.ts +17 -0
- package/dist/components/ui/controlled-dialog.d.ts.map +1 -0
- package/dist/components/ui/controlled-dialog.js +14 -0
- package/dist/components/ui/dialog.d.ts +58 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog.js +152 -0
- package/dist/components/ui/disconnect-calendar-integration.d.ts +12 -0
- package/dist/components/ui/disconnect-calendar-integration.d.ts.map +1 -0
- package/dist/components/ui/disconnect-calendar-integration.js +44 -0
- package/dist/components/ui/divider.d.ts +3 -0
- package/dist/components/ui/divider.d.ts.map +1 -0
- package/dist/components/ui/divider.js +25 -0
- package/dist/components/ui/dropdown.d.ts +40 -0
- package/dist/components/ui/dropdown.d.ts.map +1 -0
- package/dist/components/ui/dropdown.js +191 -0
- package/dist/components/ui/editable-heading.d.ts +6 -0
- package/dist/components/ui/editable-heading.d.ts.map +1 -0
- package/dist/components/ui/editable-heading.js +54 -0
- package/dist/components/ui/empty-screen.d.ts +18 -0
- package/dist/components/ui/empty-screen.d.ts.map +1 -0
- package/dist/components/ui/empty-screen.js +72 -0
- package/dist/components/ui/form.d.ts +11 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/form.js +26 -0
- package/dist/components/ui/icon.d.ts +42 -0
- package/dist/components/ui/icon.d.ts.map +1 -0
- package/dist/components/ui/icon.js +188 -0
- package/dist/components/ui/icons.d.ts +21 -0
- package/dist/components/ui/icons.d.ts.map +1 -0
- package/dist/components/ui/icons.js +327 -0
- package/dist/components/ui/info-badge.d.ts +4 -0
- package/dist/components/ui/info-badge.d.ts.map +1 -0
- package/dist/components/ui/info-badge.js +9 -0
- package/dist/components/ui/label.d.ts +2 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/label.js +16 -0
- package/dist/components/ui/navigation.d.ts +37 -0
- package/dist/components/ui/navigation.d.ts.map +1 -0
- package/dist/components/ui/navigation.js +1 -0
- package/dist/components/ui/popover.d.ts +17 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/popover.js +19 -0
- package/dist/components/ui/radio-area-group.d.ts +20 -0
- package/dist/components/ui/radio-area-group.d.ts.map +1 -0
- package/dist/components/ui/radio-area-group.js +52 -0
- package/dist/components/ui/radio.d.ts +24 -0
- package/dist/components/ui/radio.d.ts.map +1 -0
- package/dist/components/ui/radio.js +56 -0
- package/dist/components/ui/react-select-components.d.ts +29 -0
- package/dist/components/ui/react-select-components.d.ts.map +1 -0
- package/dist/components/ui/react-select-components.js +36 -0
- package/dist/components/ui/select.d.ts +36 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/select.js +125 -0
- package/dist/components/ui/settings-header.d.ts +21 -0
- package/dist/components/ui/settings-header.d.ts.map +1 -0
- package/dist/components/ui/settings-header.js +55 -0
- package/dist/components/ui/settings-toggle.d.ts +23 -0
- package/dist/components/ui/settings-toggle.d.ts.map +1 -0
- package/dist/components/ui/settings-toggle.js +100 -0
- package/dist/components/ui/shell.d.ts +31 -0
- package/dist/components/ui/shell.d.ts.map +1 -0
- package/dist/components/ui/shell.js +15 -0
- package/dist/components/ui/show-toast.d.ts +13 -0
- package/dist/components/ui/show-toast.d.ts.map +1 -0
- package/dist/components/ui/show-toast.js +65 -0
- package/dist/components/ui/skeleton.d.ts +31 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeleton.js +59 -0
- package/dist/components/ui/switch.d.ts +17 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/switch.js +71 -0
- package/dist/components/ui/text-field.d.ts +99 -0
- package/dist/components/ui/text-field.d.ts.map +1 -0
- package/dist/components/ui/text-field.js +183 -0
- package/dist/components/ui/toast.d.ts +13 -0
- package/dist/components/ui/toast.d.ts.map +1 -0
- package/dist/components/ui/toast.js +72 -0
- package/dist/components/ui/toaster.d.ts +2 -0
- package/dist/components/ui/toaster.d.ts.map +1 -0
- package/dist/components/ui/toaster.js +21 -0
- package/dist/components/ui/toggle-group.d.ts +20 -0
- package/dist/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/toggle-group.js +73 -0
- package/dist/components/ui/tooltip.d.ts +29 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/ui/tooltip.js +65 -0
- package/dist/components/ui/use-toast.d.ts +45 -0
- package/dist/components/ui/use-toast.d.ts.map +1 -0
- package/dist/components/ui/use-toast.js +95 -0
- package/dist/components/ui/user-avatar-group-with-org.d.ts +18 -0
- package/dist/components/ui/user-avatar-group-with-org.d.ts.map +1 -0
- package/dist/components/ui/user-avatar-group-with-org.js +27 -0
- package/dist/connect/apple/apple-connect.d.ts +4 -0
- package/dist/connect/apple/apple-connect.d.ts.map +1 -0
- package/dist/connect/apple/apple-connect.js +171 -0
- package/dist/connect/components/disconnect-integration-modal.d.ts +19 -0
- package/dist/connect/components/disconnect-integration-modal.d.ts.map +1 -0
- package/dist/connect/components/disconnect-integration-modal.js +30 -0
- package/dist/connect/components/office365-account-dialog.d.ts +12 -0
- package/dist/connect/components/office365-account-dialog.d.ts.map +1 -0
- package/dist/connect/components/office365-account-dialog.js +32 -0
- package/dist/connect/conferencing-apps/components/app-list.d.ts +65 -0
- package/dist/connect/conferencing-apps/components/app-list.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/components/app-list.js +131 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts +29 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.js +211 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts +10 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.js +35 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts +10 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.js +25 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts +4 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.js +27 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.d.ts +22 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.js +102 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts +9 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.js +26 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts +6 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.js +25 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts +9 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.js +31 -0
- package/dist/connect/google/gcal-connect.d.ts +4 -0
- package/dist/connect/google/gcal-connect.d.ts.map +1 -0
- package/dist/connect/google/gcal-connect.js +42 -0
- package/dist/connect/index.d.ts +4 -0
- package/dist/connect/index.d.ts.map +1 -0
- package/dist/connect/index.js +8 -0
- package/dist/connect/o-auth-connect.d.ts +25 -0
- package/dist/connect/o-auth-connect.d.ts.map +1 -0
- package/dist/connect/o-auth-connect.js +88 -0
- package/dist/connect/outlook/outlook-connect.d.ts +4 -0
- package/dist/connect/outlook/outlook-connect.d.ts.map +1 -0
- package/dist/connect/outlook/outlook-connect.js +42 -0
- package/dist/connect/stripe/stripe-connect.d.ts +22 -0
- package/dist/connect/stripe/stripe-connect.d.ts.map +1 -0
- package/dist/connect/stripe/stripe-connect.js +52 -0
- package/dist/constants/api.d.ts +44 -0
- package/dist/constants/api.d.ts.map +1 -0
- package/dist/constants/api.js +102 -0
- package/dist/constants/app.d.ts +19 -0
- package/dist/constants/app.d.ts.map +1 -0
- package/dist/constants/app.js +25 -0
- package/dist/constants/apps.d.ts +32 -0
- package/dist/constants/apps.d.ts.map +1 -0
- package/dist/constants/apps.js +34 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +80 -0
- package/dist/constants/styles.d.ts +2 -0
- package/dist/constants/styles.d.ts.map +1 -0
- package/dist/constants/styles.js +4 -0
- package/dist/contracts/api.d.ts +27 -0
- package/dist/contracts/api.d.ts.map +1 -0
- package/dist/contracts/api.js +1 -0
- package/dist/contracts/apps.d.ts +21 -0
- package/dist/contracts/apps.d.ts.map +1 -0
- package/dist/contracts/apps.js +1 -0
- package/dist/contracts/booker.d.ts +255 -0
- package/dist/contracts/booker.d.ts.map +1 -0
- package/dist/contracts/booker.js +17 -0
- package/dist/contracts/bookings.d.ts +154 -0
- package/dist/contracts/bookings.d.ts.map +1 -0
- package/dist/contracts/bookings.js +22 -0
- package/dist/contracts/calendars.d.ts +82 -0
- package/dist/contracts/calendars.d.ts.map +1 -0
- package/dist/contracts/calendars.js +1 -0
- package/dist/contracts/event-types.d.ts +225 -0
- package/dist/contracts/event-types.d.ts.map +1 -0
- package/dist/contracts/event-types.js +22 -0
- package/dist/contracts/index.d.ts +13 -0
- package/dist/contracts/index.d.ts.map +1 -0
- package/dist/contracts/index.js +20 -0
- package/dist/contracts/oauth.d.ts +2 -0
- package/dist/contracts/oauth.d.ts.map +1 -0
- package/dist/contracts/oauth.js +1 -0
- package/dist/contracts/organizations.d.ts +15 -0
- package/dist/contracts/organizations.d.ts.map +1 -0
- package/dist/contracts/organizations.js +1 -0
- package/dist/contracts/schedules.d.ts +92 -0
- package/dist/contracts/schedules.d.ts.map +1 -0
- package/dist/contracts/schedules.js +1 -0
- package/dist/contracts/slots.d.ts +57 -0
- package/dist/contracts/slots.d.ts.map +1 -0
- package/dist/contracts/slots.js +1 -0
- package/dist/contracts/teams.d.ts +31 -0
- package/dist/contracts/teams.d.ts.map +1 -0
- package/dist/contracts/teams.js +4 -0
- package/dist/contracts/user.d.ts +25 -0
- package/dist/contracts/user.d.ts.map +1 -0
- package/dist/contracts/user.js +1 -0
- package/dist/create-schedule/create-schedule-form.d.ts +18 -0
- package/dist/create-schedule/create-schedule-form.d.ts.map +1 -0
- package/dist/create-schedule/create-schedule-form.js +93 -0
- package/dist/create-schedule/index.d.ts +2 -0
- package/dist/create-schedule/index.d.ts.map +1 -0
- package/dist/create-schedule/index.js +4 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts +15 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts.map +1 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.js +53 -0
- package/dist/destination-calendar/components/destination-calendar-selector.d.ts +10 -0
- package/dist/destination-calendar/components/destination-calendar-selector.d.ts.map +1 -0
- package/dist/destination-calendar/components/destination-calendar-selector.js +21 -0
- package/dist/destination-calendar/destination-calendar-selector.d.ts +17 -0
- package/dist/destination-calendar/destination-calendar-selector.d.ts.map +1 -0
- package/dist/destination-calendar/destination-calendar-selector.js +105 -0
- package/dist/destination-calendar/destination-calendar.d.ts +21 -0
- package/dist/destination-calendar/destination-calendar.d.ts.map +1 -0
- package/dist/destination-calendar/destination-calendar.js +49 -0
- package/dist/destination-calendar/destination-reminder-selector.d.ts +9 -0
- package/dist/destination-calendar/destination-reminder-selector.d.ts.map +1 -0
- package/dist/destination-calendar/destination-reminder-selector.js +36 -0
- package/dist/destination-calendar/index.d.ts +2 -0
- package/dist/destination-calendar/index.d.ts.map +1 -0
- package/dist/destination-calendar/index.js +4 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts +8 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.js +40 -0
- package/dist/event-types/components/assign-all-team-members.d.ts +14 -0
- package/dist/event-types/components/assign-all-team-members.d.ts.map +1 -0
- package/dist/event-types/components/assign-all-team-members.js +33 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts +29 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts.map +1 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.js +105 -0
- package/dist/event-types/components/children-event-type-select.d.ts +34 -0
- package/dist/event-types/components/children-event-type-select.d.ts.map +1 -0
- package/dist/event-types/components/children-event-type-select.js +204 -0
- package/dist/event-types/components/create-event-type-form.d.ts +29 -0
- package/dist/event-types/components/create-event-type-form.d.ts.map +1 -0
- package/dist/event-types/components/create-event-type-form.js +128 -0
- package/dist/event-types/components/event-team-assignment-tab.d.ts +2 -0
- package/dist/event-types/components/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/event-types/components/event-team-assignment-tab.js +6 -0
- package/dist/event-types/components/event-type-list-item.d.ts +12 -0
- package/dist/event-types/components/event-type-list-item.d.ts.map +1 -0
- package/dist/event-types/components/event-type-list-item.js +100 -0
- package/dist/event-types/components/host-edit-dialogs.d.ts +40 -0
- package/dist/event-types/components/host-edit-dialogs.d.ts.map +1 -0
- package/dist/event-types/components/host-edit-dialogs.js +156 -0
- package/dist/event-types/components/learn-more-link.d.ts +15 -0
- package/dist/event-types/components/learn-more-link.d.ts.map +1 -0
- package/dist/event-types/components/learn-more-link.js +27 -0
- package/dist/event-types/components/managed-event-dialog.d.ts +13 -0
- package/dist/event-types/components/managed-event-dialog.d.ts.map +1 -0
- package/dist/event-types/components/managed-event-dialog.js +44 -0
- package/dist/event-types/components/recurring-event-controller.d.ts +34 -0
- package/dist/event-types/components/recurring-event-controller.d.ts.map +1 -0
- package/dist/event-types/components/recurring-event-controller.js +198 -0
- package/dist/event-types/components/tabs/event-recurring-tab.d.ts +14 -0
- package/dist/event-types/components/tabs/event-recurring-tab.d.ts.map +1 -0
- package/dist/event-types/components/tabs/event-recurring-tab.js +18 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts +9 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.js +35 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.d.ts +11 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.js +34 -0
- package/dist/event-types/components/team-assignment/children-event-types.d.ts +18 -0
- package/dist/event-types/components/team-assignment/children-event-types.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/children-event-types.js +47 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts +58 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.js +248 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.d.ts +20 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.js +135 -0
- package/dist/event-types/components/team-assignment/hosts.d.ts +19 -0
- package/dist/event-types/components/team-assignment/hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/hosts.js +99 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts +26 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.js +197 -0
- package/dist/event-types/components/team-event-type-form.d.ts +27 -0
- package/dist/event-types/components/team-event-type-form.d.ts.map +1 -0
- package/dist/event-types/components/team-event-type-form.js +161 -0
- package/dist/event-types/components/weight-description.d.ts +6 -0
- package/dist/event-types/components/weight-description.d.ts.map +1 -0
- package/dist/event-types/components/weight-description.js +27 -0
- package/dist/event-types/hooks/use-add-verified-email.d.ts +15 -0
- package/dist/event-types/hooks/use-add-verified-email.d.ts.map +1 -0
- package/dist/event-types/hooks/use-add-verified-email.js +31 -0
- package/dist/event-types/hooks/use-apps-data-stub.d.ts +15 -0
- package/dist/event-types/hooks/use-apps-data-stub.d.ts.map +1 -0
- package/dist/event-types/hooks/use-apps-data-stub.js +12 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts +17 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts.map +1 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.js +22 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts +21 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.js +24 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts +4 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.js +24 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts +7 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.js +28 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts +9 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.js +22 -0
- package/dist/event-types/hooks/use-atom-host-schedules.d.ts +14 -0
- package/dist/event-types/hooks/use-atom-host-schedules.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-host-schedules.js +32 -0
- package/dist/event-types/hooks/use-atom-update-event-type.d.ts +10 -0
- package/dist/event-types/hooks/use-atom-update-event-type.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-update-event-type.js +40 -0
- package/dist/event-types/hooks/use-event-type-form.d.ts +15 -0
- package/dist/event-types/hooks/use-event-type-form.d.ts.map +1 -0
- package/dist/event-types/hooks/use-event-type-form.js +334 -0
- package/dist/event-types/hooks/use-get-verified-emails.d.ts +3 -0
- package/dist/event-types/hooks/use-get-verified-emails.d.ts.map +1 -0
- package/dist/event-types/hooks/use-get-verified-emails.js +25 -0
- package/dist/event-types/hooks/use-handle-route-change.d.ts +15 -0
- package/dist/event-types/hooks/use-handle-route-change.d.ts.map +1 -0
- package/dist/event-types/hooks/use-handle-route-change.js +33 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts +29 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts.map +1 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.js +21 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts +16 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts.map +1 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.js +69 -0
- package/dist/event-types/hooks/use-tabs-navigations.d.ts +40 -0
- package/dist/event-types/hooks/use-tabs-navigations.d.ts.map +1 -0
- package/dist/event-types/hooks/use-tabs-navigations.js +160 -0
- package/dist/event-types/hooks/use-team-event-assignment.d.ts +65 -0
- package/dist/event-types/hooks/use-team-event-assignment.d.ts.map +1 -0
- package/dist/event-types/hooks/use-team-event-assignment.js +77 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts +36 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts.map +1 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.js +68 -0
- package/dist/event-types/index.d.ts +2 -0
- package/dist/event-types/index.d.ts.map +1 -0
- package/dist/event-types/index.js +4 -0
- package/dist/event-types/lib/format-event-type-duration.d.ts +13 -0
- package/dist/event-types/lib/format-event-type-duration.d.ts.map +1 -0
- package/dist/event-types/lib/format-event-type-duration.js +9 -0
- package/dist/event-types/payments/payment-form.d.ts +9 -0
- package/dist/event-types/payments/payment-form.d.ts.map +1 -0
- package/dist/event-types/payments/payment-form.js +110 -0
- package/dist/event-types/payments/payment-page-types.d.ts +48 -0
- package/dist/event-types/payments/payment-page-types.d.ts.map +1 -0
- package/dist/event-types/payments/payment-page-types.js +1 -0
- package/dist/event-types/payments/payment.d.ts +39 -0
- package/dist/event-types/payments/payment.d.ts.map +1 -0
- package/dist/event-types/payments/payment.js +56 -0
- package/dist/event-types/payments/stripe-payment-form.d.ts +9 -0
- package/dist/event-types/payments/stripe-payment-form.d.ts.map +1 -0
- package/dist/event-types/payments/stripe-payment-form.js +71 -0
- package/dist/event-types/types.d.ts +16 -0
- package/dist/event-types/types.d.ts.map +1 -0
- package/dist/event-types/types.js +1 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts +20 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.js +100 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts +4 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.js +6 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts +4 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.js +6 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts +28 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.js +240 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts +6 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.js +59 -0
- package/dist/event-types/wrappers/types.d.ts +4 -0
- package/dist/event-types/wrappers/types.d.ts.map +1 -0
- package/dist/event-types/wrappers/types.js +1 -0
- package/dist/hooks/bookings/use-booking.d.ts +2 -0
- package/dist/hooks/bookings/use-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-booking.js +22 -0
- package/dist/hooks/bookings/use-bookings.d.ts +6 -0
- package/dist/hooks/bookings/use-bookings.d.ts.map +1 -0
- package/dist/hooks/bookings/use-bookings.js +49 -0
- package/dist/hooks/bookings/use-cancel-booking.d.ts +23 -0
- package/dist/hooks/bookings/use-cancel-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-cancel-booking.js +25 -0
- package/dist/hooks/bookings/use-create-booking.d.ts +11 -0
- package/dist/hooks/bookings/use-create-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-booking.js +24 -0
- package/dist/hooks/bookings/use-create-instant-booking.d.ts +10 -0
- package/dist/hooks/bookings/use-create-instant-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-instant-booking.js +24 -0
- package/dist/hooks/bookings/use-create-recurring-booking.d.ts +10 -0
- package/dist/hooks/bookings/use-create-recurring-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-recurring-booking.js +20 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts +10 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts.map +1 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.js +32 -0
- package/dist/hooks/bookings/use-handle-book-event.d.ts +26 -0
- package/dist/hooks/bookings/use-handle-book-event.d.ts.map +1 -0
- package/dist/hooks/bookings/use-handle-book-event.js +70 -0
- package/dist/hooks/calendars/use-add-selected-calendar.d.ts +21 -0
- package/dist/hooks/calendars/use-add-selected-calendar.d.ts.map +1 -0
- package/dist/hooks/calendars/use-add-selected-calendar.js +27 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts +22 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts.map +1 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.js +33 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.d.ts +21 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.d.ts.map +1 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.js +28 -0
- package/dist/hooks/calendars/use-update-destination-calendars.d.ts +21 -0
- package/dist/hooks/calendars/use-update-destination-calendars.d.ts.map +1 -0
- package/dist/hooks/calendars/use-update-destination-calendars.js +28 -0
- package/dist/hooks/connect/use-check.d.ts +21 -0
- package/dist/hooks/connect/use-check.d.ts.map +1 -0
- package/dist/hooks/connect/use-check.js +32 -0
- package/dist/hooks/connect/use-connect.d.ts +18 -0
- package/dist/hooks/connect/use-connect.d.ts.map +1 -0
- package/dist/hooks/connect/use-connect.js +57 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.d.ts +8 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.js +19 -0
- package/dist/hooks/event-types/private/use-create-event-type.d.ts +9 -0
- package/dist/hooks/event-types/private/use-create-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-event-type.js +24 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.d.ts +13 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.js +29 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts +9 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.js +23 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts +15 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.js +33 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.d.ts +4 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.js +22 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts +13 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.js +41 -0
- package/dist/hooks/event-types/public/use-event-type.d.ts +5 -0
- package/dist/hooks/event-types/public/use-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-event-type.js +32 -0
- package/dist/hooks/event-types/public/use-event-types.d.ts +4 -0
- package/dist/hooks/event-types/public/use-event-types.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-event-types.js +22 -0
- package/dist/hooks/event-types/public/use-team-event-type.d.ts +4 -0
- package/dist/hooks/event-types/public/use-team-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-team-event-type.js +26 -0
- package/dist/hooks/event-types/public/use-team-event-types.d.ts +4 -0
- package/dist/hooks/event-types/public/use-team-event-types.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-team-event-types.js +24 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts +4 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts.map +1 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.js +27 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts +4 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts.map +1 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.js +24 -0
- package/dist/hooks/schedules/types.d.ts +37 -0
- package/dist/hooks/schedules/types.d.ts.map +1 -0
- package/dist/hooks/schedules/types.js +1 -0
- package/dist/hooks/schedules/use-atom-create-schedule.d.ts +9 -0
- package/dist/hooks/schedules/use-atom-create-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-create-schedule.js +26 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.js +28 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts +9 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.js +22 -0
- package/dist/hooks/schedules/use-atom-schedule.d.ts +8 -0
- package/dist/hooks/schedules/use-atom-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-schedule.js +24 -0
- package/dist/hooks/schedules/use-atom-update-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-atom-update-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-update-schedule.js +28 -0
- package/dist/hooks/schedules/use-delete-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-delete-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-delete-schedule.js +32 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.d.ts +3 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.js +12 -0
- package/dist/hooks/schedules/use-schedule.d.ts +7 -0
- package/dist/hooks/schedules/use-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-schedule.js +24 -0
- package/dist/hooks/schedules/use-schedules.d.ts +7 -0
- package/dist/hooks/schedules/use-schedules.d.ts.map +1 -0
- package/dist/hooks/schedules/use-schedules.js +24 -0
- package/dist/hooks/schedules/use-update-schedule.d.ts +10 -0
- package/dist/hooks/schedules/use-update-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-update-schedule.js +28 -0
- package/dist/hooks/stripe/use-check.d.ts +22 -0
- package/dist/hooks/stripe/use-check.d.ts.map +1 -0
- package/dist/hooks/stripe/use-check.js +38 -0
- package/dist/hooks/stripe/use-connect.d.ts +5 -0
- package/dist/hooks/stripe/use-connect.d.ts.map +1 -0
- package/dist/hooks/stripe/use-connect.js +37 -0
- package/dist/hooks/teams/use-team-members.d.ts +10 -0
- package/dist/hooks/teams/use-team-members.d.ts.map +1 -0
- package/dist/hooks/teams/use-team-members.js +25 -0
- package/dist/hooks/teams/use-teams.d.ts +7 -0
- package/dist/hooks/teams/use-teams.d.ts.map +1 -0
- package/dist/hooks/teams/use-teams.js +24 -0
- package/dist/hooks/use-api-keys.d.ts +9 -0
- package/dist/hooks/use-api-keys.d.ts.map +1 -0
- package/dist/hooks/use-api-keys.js +6 -0
- package/dist/hooks/use-atoms-context.d.ts +32 -0
- package/dist/hooks/use-atoms-context.d.ts.map +1 -0
- package/dist/hooks/use-atoms-context.js +15 -0
- package/dist/hooks/use-atoms-locale.d.ts +3 -0
- package/dist/hooks/use-atoms-locale.d.ts.map +1 -0
- package/dist/hooks/use-atoms-locale.js +9 -0
- package/dist/hooks/use-available-slots.d.ts +7 -0
- package/dist/hooks/use-available-slots.d.ts.map +1 -0
- package/dist/hooks/use-available-slots.js +35 -0
- package/dist/hooks/use-calendars-busy-times.d.ts +12 -0
- package/dist/hooks/use-calendars-busy-times.d.ts.map +1 -0
- package/dist/hooks/use-calendars-busy-times.js +39 -0
- package/dist/hooks/use-connected-calendars.d.ts +6 -0
- package/dist/hooks/use-connected-calendars.d.ts.map +1 -0
- package/dist/hooks/use-connected-calendars.js +23 -0
- package/dist/hooks/use-delete-selected-slot.d.ts +8 -0
- package/dist/hooks/use-delete-selected-slot.d.ts.map +1 -0
- package/dist/hooks/use-delete-selected-slot.js +27 -0
- package/dist/hooks/use-event-types-list.d.ts +18 -0
- package/dist/hooks/use-event-types-list.d.ts.map +1 -0
- package/dist/hooks/use-event-types-list.js +23 -0
- package/dist/hooks/use-get-city-timezones.d.ts +10 -0
- package/dist/hooks/use-get-city-timezones.d.ts.map +1 -0
- package/dist/hooks/use-get-city-timezones.js +21 -0
- package/dist/hooks/use-is-platform-booker-embed.d.ts +2 -0
- package/dist/hooks/use-is-platform-booker-embed.d.ts.map +1 -0
- package/dist/hooks/use-is-platform-booker-embed.js +8 -0
- package/dist/hooks/use-is-platform.d.ts +2 -0
- package/dist/hooks/use-is-platform.d.ts.map +1 -0
- package/dist/hooks/use-is-platform.js +8 -0
- package/dist/hooks/use-me.d.ts +9 -0
- package/dist/hooks/use-me.d.ts.map +1 -0
- package/dist/hooks/use-me.js +23 -0
- package/dist/hooks/use-o-auth-client.d.ts +18 -0
- package/dist/hooks/use-o-auth-client.d.ts.map +1 -0
- package/dist/hooks/use-o-auth-client.js +35 -0
- package/dist/hooks/use-o-auth-flow.d.ts +15 -0
- package/dist/hooks/use-o-auth-flow.d.ts.map +1 -0
- package/dist/hooks/use-o-auth-flow.js +79 -0
- package/dist/hooks/use-reserve-slot.d.ts +8 -0
- package/dist/hooks/use-reserve-slot.d.ts.map +1 -0
- package/dist/hooks/use-reserve-slot.js +25 -0
- package/dist/hooks/use-schedule-by-event-slug.d.ts +16 -0
- package/dist/hooks/use-schedule-by-event-slug.d.ts.map +1 -0
- package/dist/hooks/use-schedule-by-event-slug.js +23 -0
- package/dist/hooks/use-slots.d.ts +24 -0
- package/dist/hooks/use-slots.d.ts.map +1 -0
- package/dist/hooks/use-slots.js +72 -0
- package/dist/hooks/use-timezone.d.ts +2 -0
- package/dist/hooks/use-timezone.d.ts.map +1 -0
- package/dist/hooks/use-timezone.js +14 -0
- package/dist/hooks/use-update-user-timezone.d.ts +7 -0
- package/dist/hooks/use-update-user-timezone.d.ts.map +1 -0
- package/dist/hooks/use-update-user-timezone.js +21 -0
- package/dist/hooks/use-verify-code.d.ts +18 -0
- package/dist/hooks/use-verify-code.d.ts.map +1 -0
- package/dist/hooks/use-verify-code.js +58 -0
- package/dist/hooks/use-verify-email.d.ts +20 -0
- package/dist/hooks/use-verify-email.d.ts.map +1 -0
- package/dist/hooks/use-verify-email.js +63 -0
- package/dist/index.d.ts +162 -6258
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +333 -0
- package/dist/lib/append-client-id-to-email.d.ts +2 -0
- package/dist/lib/append-client-id-to-email.d.ts.map +1 -0
- package/dist/lib/append-client-id-to-email.js +7 -0
- package/dist/lib/get-placeholder-content.d.ts +16 -0
- package/dist/lib/get-placeholder-content.d.ts.map +1 -0
- package/dist/lib/get-placeholder-content.js +13 -0
- package/dist/lib/get-query-param.d.ts +3 -0
- package/dist/lib/get-query-param.d.ts.map +1 -0
- package/dist/lib/get-query-param.js +7 -0
- package/dist/lib/get-utm-tracking-parameters.d.ts +5 -0
- package/dist/lib/get-utm-tracking-parameters.d.ts.map +1 -0
- package/dist/lib/get-utm-tracking-parameters.js +10 -0
- package/dist/lib/http.d.ts +24 -0
- package/dist/lib/http.d.ts.map +1 -0
- package/dist/lib/http.js +68 -0
- package/dist/lib/markdown-to-safe-html-client.d.ts +8 -0
- package/dist/lib/markdown-to-safe-html-client.d.ts.map +1 -0
- package/dist/lib/markdown-to-safe-html-client.js +24 -0
- package/dist/lib/markdown-to-safe-html.d.ts +2 -0
- package/dist/lib/markdown-to-safe-html.d.ts.map +1 -0
- package/dist/lib/markdown-to-safe-html.js +11 -0
- package/dist/lib/set-query-param.d.ts +3 -0
- package/dist/lib/set-query-param.d.ts.map +1 -0
- package/dist/lib/set-query-param.js +7 -0
- package/dist/lib/time-zones.d.ts +15 -0
- package/dist/lib/time-zones.d.ts.map +1 -0
- package/dist/lib/time-zones.js +10 -0
- package/dist/lib/use-locale.d.ts +9 -0
- package/dist/lib/use-locale.d.ts.map +1 -0
- package/dist/lib/use-locale.js +13 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +8 -0
- package/dist/list-schedules/components/schedule-list-item.d.ts +39 -0
- package/dist/list-schedules/components/schedule-list-item.d.ts.map +1 -0
- package/dist/list-schedules/components/schedule-list-item.js +122 -0
- package/dist/list-schedules/index.d.ts +2 -0
- package/dist/list-schedules/index.d.ts.map +1 -0
- package/dist/list-schedules/index.js +4 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts +6 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts.map +1 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.js +99 -0
- package/dist/node_modules/.bun/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/esm/extends.js +12 -0
- package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +532 -0
- package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +403 -0
- package/dist/node_modules/.bun/@floating-ui_react-dom@2.1.8_21ccd8898788a04d/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +232 -0
- package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
- package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +128 -0
- package/dist/node_modules/.bun/@radix-ui_primitive@1.0.1/node_modules/@radix-ui/primitive/dist/index.js +8 -0
- package/dist/node_modules/.bun/@radix-ui_react-arrow@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-arrow/dist/index.js +19 -0
- package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-compose-refs/dist/index.js +16 -0
- package/dist/node_modules/.bun/@radix-ui_react-context@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-context/dist/index.js +85 -0
- package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.0.4_20d1060667f1d6f1/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +135 -0
- package/dist/node_modules/.bun/@radix-ui_react-focus-guards@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-focus-guards/dist/index.js +20 -0
- package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-focus-scope/dist/index.js +179 -0
- package/dist/node_modules/.bun/@radix-ui_react-popover@1.0.6_20d1060667f1d6f1/node_modules/@radix-ui/react-popover/dist/index.js +213 -0
- package/dist/node_modules/.bun/@radix-ui_react-popper@1.1.2_20d1060667f1d6f1/node_modules/@radix-ui/react-popper/dist/index.js +215 -0
- package/dist/node_modules/.bun/@radix-ui_react-portal@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-portal/dist/index.js +14 -0
- package/dist/node_modules/.bun/@radix-ui_react-presence@1.0.1_20d1060667f1d6f1/node_modules/@radix-ui/react-presence/dist/index.js +81 -0
- package/dist/node_modules/.bun/@radix-ui_react-primitive@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
- package/dist/node_modules/.bun/@radix-ui_react-slot@1.0.2_18a90a95e6705280/node_modules/@radix-ui/react-slot/dist/index.js +53 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +16 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +36 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-escape-keydown@1.0.3_18a90a95e6705280/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +17 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-size@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-size/dist/index.js +36 -0
- package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js +52 -0
- package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js +7 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/component.js +71 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +7 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +25 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +109 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/UI.js +31 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +16 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +62 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/component.js +11 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/hook.js +15 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/singleton.js +30 -0
- package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.js +27 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/assignRef.js +6 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +26 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useRef.js +25 -0
- package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
- package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/medium.js +67 -0
- package/dist/onboarding/continue-with-calcom.d.ts +3 -0
- package/dist/onboarding/continue-with-calcom.d.ts.map +1 -0
- package/dist/onboarding/continue-with-calcom.js +429 -0
- package/dist/onboarding/export.d.ts +3 -0
- package/dist/onboarding/export.d.ts.map +1 -0
- package/dist/onboarding/onboarding-embed.d.ts +3 -0
- package/dist/onboarding/onboarding-embed.d.ts.map +1 -0
- package/dist/onboarding/onboarding-embed.js +182 -0
- package/dist/onboarding/types.d.ts +31 -0
- package/dist/onboarding/types.d.ts.map +1 -0
- package/dist/onboarding/types.js +1 -0
- package/dist/router/index.d.ts +2 -0
- package/dist/router/index.d.ts.map +1 -0
- package/dist/router/index.js +4 -0
- package/dist/router/router.d.ts +30 -0
- package/dist/router/router.d.ts.map +1 -0
- package/dist/router/router.js +65 -0
- package/dist/selected-calendars/index.d.ts +2 -0
- package/dist/selected-calendars/index.d.ts.map +1 -0
- package/dist/selected-calendars/index.js +4 -0
- package/dist/selected-calendars/selected-calendars-settings.d.ts +6 -0
- package/dist/selected-calendars/selected-calendars-settings.d.ts.map +1 -0
- package/dist/selected-calendars/selected-calendars-settings.js +6 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts +38 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.js +306 -0
- package/dist/timezone/index.d.ts +6 -0
- package/dist/timezone/index.d.ts.map +1 -0
- package/dist/timezone/index.js +33 -0
- package/dist/timezone/timezone-select-component.d.ts +15 -0
- package/dist/timezone/timezone-select-component.d.ts.map +1 -0
- package/dist/timezone/timezone-select-component.js +136 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts +31 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.js +81 -0
- package/dist/troubleshooter/components/event-schedule-item-component.d.ts +12 -0
- package/dist/troubleshooter/components/event-schedule-item-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/event-schedule-item-component.js +28 -0
- package/dist/troubleshooter/components/event-type-select-component.d.ts +18 -0
- package/dist/troubleshooter/components/event-type-select-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/event-type-select-component.js +75 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts +12 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts.map +1 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.js +31 -0
- package/dist/troubleshooter/index.d.ts +2 -0
- package/dist/troubleshooter/index.d.ts.map +1 -0
- package/dist/troubleshooter/index.js +4 -0
- package/dist/troubleshooter/large-calendar/large-calendar.d.ts +6 -0
- package/dist/troubleshooter/large-calendar/large-calendar.d.ts.map +1 -0
- package/dist/troubleshooter/large-calendar/large-calendar.js +10 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts +7 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.js +22 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.d.ts +2 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.js +13 -0
- package/dist/troubleshooter/sidebar/event-type-select.d.ts +2 -0
- package/dist/troubleshooter/sidebar/event-type-select.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/event-type-select.js +10 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts +17 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.js +28 -0
- package/dist/troubleshooter/store.d.ts +30 -0
- package/dist/troubleshooter/store.d.ts.map +1 -0
- package/dist/troubleshooter/store.js +52 -0
- package/dist/troubleshooter/types.d.ts +11 -0
- package/dist/troubleshooter/types.d.ts.map +1 -0
- package/dist/troubleshooter/types.js +1 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts +14 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts.map +1 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.js +68 -0
- package/dist/types.d.ts +8 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +1 -0
- package/dist/vendor/analytics.d.ts +17 -0
- package/dist/vendor/analytics.d.ts.map +1 -0
- package/dist/vendor/analytics.js +8 -0
- package/dist/vendor/availability.d.ts +15 -0
- package/dist/vendor/availability.d.ts.map +1 -0
- package/dist/vendor/availability.js +27 -0
- package/dist/vendor/avatar-url.d.ts +23 -0
- package/dist/vendor/avatar-url.d.ts.map +1 -0
- package/dist/vendor/avatar-url.js +18 -0
- package/dist/vendor/booker-url.d.ts +13 -0
- package/dist/vendor/booker-url.d.ts.map +1 -0
- package/dist/vendor/booker-url.js +14 -0
- package/dist/vendor/booking-to-mutation-input.d.ts +96 -0
- package/dist/vendor/booking-to-mutation-input.d.ts.map +1 -0
- package/dist/vendor/booking-to-mutation-input.js +73 -0
- package/dist/vendor/cal-ai-phone.d.ts +4 -0
- package/dist/vendor/cal-ai-phone.d.ts.map +1 -0
- package/dist/vendor/cal-ai-phone.js +31 -0
- package/dist/vendor/check-for-empty-assignment.d.ts +16 -0
- package/dist/vendor/check-for-empty-assignment.d.ts.map +1 -0
- package/dist/vendor/check-for-empty-assignment.js +11 -0
- package/dist/vendor/children-event-type.d.ts +44 -0
- package/dist/vendor/children-event-type.d.ts.map +1 -0
- package/dist/vendor/children-event-type.js +14 -0
- package/dist/vendor/currency.d.ts +3 -0
- package/dist/vendor/currency.d.ts.map +1 -0
- package/dist/vendor/currency.js +34 -0
- package/dist/vendor/dayjs/index.d.ts +5 -0
- package/dist/vendor/dayjs/index.d.ts.map +1 -0
- package/dist/vendor/dayjs/index.js +27 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts +11 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.js +70 -0
- package/dist/vendor/dayjs-utils.d.ts +4 -0
- package/dist/vendor/dayjs-utils.d.ts.map +1 -0
- package/dist/vendor/dayjs-utils.js +10 -0
- package/dist/vendor/error-codes.d.ts +40 -0
- package/dist/vendor/error-codes.d.ts.map +1 -0
- package/dist/vendor/error-codes.js +4 -0
- package/dist/vendor/event-naming.d.ts +33 -0
- package/dist/vendor/event-naming.d.ts.map +1 -0
- package/dist/vendor/event-naming.js +9 -0
- package/dist/vendor/form-builder/base-schema.d.ts +917 -0
- package/dist/vendor/form-builder/base-schema.d.ts.map +1 -0
- package/dist/vendor/form-builder/base-schema.js +98 -0
- package/dist/vendor/form-builder/field-type-enum.d.ts +4 -0
- package/dist/vendor/form-builder/field-type-enum.d.ts.map +1 -0
- package/dist/vendor/form-builder/field-type-enum.js +21 -0
- package/dist/vendor/form-builder/field-types.d.ts +5 -0
- package/dist/vendor/form-builder/field-types.d.ts.map +1 -0
- package/dist/vendor/form-builder/field-types.js +156 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts +3 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts.map +1 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.js +4 -0
- package/dist/vendor/form-builder/props-types.d.ts +18 -0
- package/dist/vendor/form-builder/props-types.d.ts.map +1 -0
- package/dist/vendor/form-builder/props-types.js +20 -0
- package/dist/vendor/form-builder/schema.d.ts +761 -0
- package/dist/vendor/form-builder/schema.d.ts.map +1 -0
- package/dist/vendor/form-builder/schema.js +174 -0
- package/dist/vendor/form-builder/system-field.d.ts +9 -0
- package/dist/vendor/form-builder/system-field.d.ts.map +1 -0
- package/dist/vendor/form-builder/system-field.js +29 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts +12 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts.map +1 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.js +45 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.d.ts +2 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.js +5 -0
- package/dist/vendor/form-builder/utils/variants-config.d.ts +40 -0
- package/dist/vendor/form-builder/utils/variants-config.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils/variants-config.js +49 -0
- package/dist/vendor/form-builder/utils.d.ts +7 -0
- package/dist/vendor/form-builder/utils.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils.js +25 -0
- package/dist/vendor/form-builder-widgets/index.d.ts +49 -0
- package/dist/vendor/form-builder-widgets/index.d.ts.map +1 -0
- package/dist/vendor/form-builder-widgets/index.js +128 -0
- package/dist/vendor/format-date-time.d.ts +15 -0
- package/dist/vendor/format-date-time.d.ts.map +1 -0
- package/dist/vendor/format-date-time.js +72 -0
- package/dist/vendor/get-available-dates-in-month.d.ts +12 -0
- package/dist/vendor/get-available-dates-in-month.d.ts.map +1 -0
- package/dist/vendor/get-available-dates-in-month.js +20 -0
- package/dist/vendor/get-avatar-url.d.ts +5 -0
- package/dist/vendor/get-avatar-url.d.ts.map +1 -0
- package/dist/vendor/get-avatar-url.js +7 -0
- package/dist/vendor/get-routed-team-member-ids.d.ts +2 -0
- package/dist/vendor/get-routed-team-member-ids.d.ts.map +1 -0
- package/dist/vendor/get-routed-team-member-ids.js +7 -0
- package/dist/vendor/get-stripe.d.ts +7 -0
- package/dist/vendor/get-stripe.d.ts.map +1 -0
- package/dist/vendor/get-stripe.js +8 -0
- package/dist/vendor/get-username-list.d.ts +2 -0
- package/dist/vendor/get-username-list.d.ts.map +1 -0
- package/dist/vendor/get-username-list.js +8 -0
- package/dist/vendor/hooks/use-debounce.d.ts +2 -0
- package/dist/vendor/hooks/use-debounce.d.ts.map +1 -0
- package/dist/vendor/hooks/use-debounce.js +15 -0
- package/dist/vendor/hooks/use-media-query.d.ts +3 -0
- package/dist/vendor/hooks/use-media-query.d.ts.map +1 -0
- package/dist/vendor/hooks/use-media-query.js +15 -0
- package/dist/vendor/hooks/use-router-query.d.ts +2 -0
- package/dist/vendor/hooks/use-router-query.d.ts.map +1 -0
- package/dist/vendor/hooks/use-router-query.js +25 -0
- package/dist/vendor/host-group-utils.d.ts +19 -0
- package/dist/vendor/host-group-utils.d.ts.map +1 -0
- package/dist/vendor/host-group-utils.js +27 -0
- package/dist/vendor/interval-limit.d.ts +6 -0
- package/dist/vendor/interval-limit.d.ts.map +1 -0
- package/dist/vendor/interval-limit.js +8 -0
- package/dist/vendor/invert-logo-on-dark.d.ts +2 -0
- package/dist/vendor/invert-logo-on-dark.d.ts.map +1 -0
- package/dist/vendor/invert-logo-on-dark.js +6 -0
- package/dist/vendor/locales/de/common.json.d.ts +319 -0
- package/dist/vendor/locales/de/common.json.js +626 -0
- package/dist/vendor/locales/en/common.json.d.ts +319 -0
- package/dist/vendor/locales/en/common.json.js +626 -0
- package/dist/vendor/locales/es/common.json.d.ts +319 -0
- package/dist/vendor/locales/es/common.json.js +626 -0
- package/dist/vendor/locales/fr/common.json.d.ts +319 -0
- package/dist/vendor/locales/fr/common.json.js +626 -0
- package/dist/vendor/locales/it/common.json.d.ts +319 -0
- package/dist/vendor/locales/it/common.json.js +626 -0
- package/dist/vendor/locales/nl/common.json.d.ts +319 -0
- package/dist/vendor/locales/nl/common.json.js +626 -0
- package/dist/vendor/locales/pt-BR/common.json.d.ts +319 -0
- package/dist/vendor/locales/pt-BR/common.json.js +626 -0
- package/dist/vendor/locations-resolver.d.ts +38 -0
- package/dist/vendor/locations-resolver.d.ts.map +1 -0
- package/dist/vendor/locations-resolver.js +16 -0
- package/dist/vendor/locations.d.ts +58 -0
- package/dist/vendor/locations.d.ts.map +1 -0
- package/dist/vendor/locations.js +168 -0
- package/dist/vendor/parse-dates.d.ts +18 -0
- package/dist/vendor/parse-dates.d.ts.map +1 -0
- package/dist/vendor/parse-dates.js +56 -0
- package/dist/vendor/payments.d.ts +50 -0
- package/dist/vendor/payments.d.ts.map +1 -0
- package/dist/vendor/payments.js +48 -0
- package/dist/vendor/phone-input/phone-input.d.ts +17 -0
- package/dist/vendor/phone-input/phone-input.d.ts.map +1 -0
- package/dist/vendor/phone-input/phone-input.js +84 -0
- package/dist/vendor/phone-input/phone-masks.d.ts +8 -0
- package/dist/vendor/phone-input/phone-masks.d.ts.map +1 -0
- package/dist/vendor/phone-input/phone-masks.js +10 -0
- package/dist/vendor/query-param.d.ts +4 -0
- package/dist/vendor/query-param.d.ts.map +1 -0
- package/dist/vendor/query-param.js +23 -0
- package/dist/vendor/recurring.d.ts +27 -0
- package/dist/vendor/recurring.d.ts.map +1 -0
- package/dist/vendor/recurring.js +24 -0
- package/dist/vendor/schedule-list-item.d.ts +55 -0
- package/dist/vendor/schedule-list-item.d.ts.map +1 -0
- package/dist/vendor/schedule-list-item.js +12 -0
- package/dist/vendor/scroll.d.ts +2 -0
- package/dist/vendor/scroll.d.ts.map +1 -0
- package/dist/vendor/scroll.js +6 -0
- package/dist/vendor/server-trans.d.ts +25 -0
- package/dist/vendor/server-trans.d.ts.map +1 -0
- package/dist/vendor/server-trans.js +38 -0
- package/dist/vendor/slugify.d.ts +3 -0
- package/dist/vendor/slugify.d.ts.map +1 -0
- package/dist/vendor/slugify.js +13 -0
- package/dist/vendor/time-format.d.ts +10 -0
- package/dist/vendor/time-format.d.ts.map +1 -0
- package/dist/vendor/time-format.js +18 -0
- package/dist/vendor/time-preferences.d.ts +14 -0
- package/dist/vendor/time-preferences.d.ts.map +1 -0
- package/dist/vendor/time-preferences.js +18 -0
- package/dist/vendor/time-shift.d.ts +6 -0
- package/dist/vendor/time-shift.d.ts.map +1 -0
- package/dist/vendor/time-shift.js +19 -0
- package/dist/vendor/timezone-constants.d.ts +3 -0
- package/dist/vendor/timezone-constants.d.ts.map +1 -0
- package/dist/vendor/timezone-constants.js +8 -0
- package/dist/vendor/timezone.d.ts +10 -0
- package/dist/vendor/timezone.d.ts.map +1 -0
- package/dist/vendor/timezone.js +66 -0
- package/dist/vendor/validate-booker-layouts.d.ts +8 -0
- package/dist/vendor/validate-booker-layouts.d.ts.map +1 -0
- package/dist/vendor/validate-booker-layouts.js +18 -0
- package/dist/vendor/webstorage.d.ts +18 -0
- package/dist/vendor/webstorage.d.ts.map +1 -0
- package/dist/vendor/webstorage.js +77 -0
- package/dist/vendor/weekday.d.ts +5 -0
- package/dist/vendor/weekday.d.ts.map +1 -0
- package/dist/vendor/weekday.js +20 -0
- package/dist/vendor/weekstart.d.ts +3 -0
- package/dist/vendor/weekstart.d.ts.map +1 -0
- package/dist/vendor/weekstart.js +19 -0
- package/package.json +333 -5
- package/dist/cal-atoms.js +0 -191
- package/dist/index-CX3mF0eE.js +0 -22128
- package/dist/stripe-payment-form-BkyG0n4F.js +0 -118
- /package/dist/{cal-atoms.css → atoms.css} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-picker.d.ts","sourceRoot":"","sources":["../../../src/calendar-view/components/date-picker.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAQnC,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAUzD,MAAM,MAAM,eAAe,GAAG;IAC5B,uFAAuF;IACvF,SAAS,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACtC,iDAAiD;IACjD,QAAQ,EAAE,CAAC,IAAI,EAAE,KAAK,GAAG,IAAI,EAAE,kBAAkB,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;IACrE,uCAAuC;IACvC,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE,KAAK,KAAK,IAAI,CAAC;IACtC,yEAAyE;IACzE,QAAQ,CAAC,EAAE,KAAK,GAAG,KAAK,EAAE,GAAG,IAAI,CAAC;IAClC,gCAAgC;IAChC,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,iFAAiF;IACjF,MAAM,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,0DAA0D;IAC1D,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;;;;OAKG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC;;;;;OAKG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC,CAAC;AAEF,QAAA,MAAM,GAAG,GAAI,6GAUV,GAAG,CAAC,iBAAiB,CAAC,QAAQ,CAAC,GAAG;IACnC,MAAM,EAAE,OAAO,CAAC;IAChB,IAAI,EAAE,KAAK,CAAC;IACZ,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,CAAC,EAAE;QAChB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,SAAS,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;IACF,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACjC,gBAoEA,CAAC;AAEF,QAAA,MAAM,IAAI,GAAI,6SAmBX,IAAI,CAAC,eAAe,EAAE,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,YAAY,CAAC,GAAG;IAC9E,YAAY,CAAC,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC;IAC1D,YAAY,EAAE,KAAK,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE;QAChB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,oBAAoB,CAAC,EAAE,MAAM,CAAC;KAC/B,CAAC;IACF,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;IAC/B,eAAe,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,gBA8KA,CAAC;AAEF,QAAA,MAAM,UAAU,GAAI,sOAejB,eAAe,GAChB,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,GAAG;IAC3C,gBAAgB,CAAC,EAAE;QACjB,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;QAC1B,qBAAqB,CAAC,EAAE,MAAM,CAAC;QAC/B,gBAAgB,CAAC,EAAE,MAAM,CAAC;KAC3B,CAAC;IACF,iBAAiB,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC,gBA2GF,CAAC;AAEF,OAAO,EAAE,UAAU,EAAE,GAAG,EAAE,CAAC;AAC3B,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
import { jsxs as A, jsx as i, Fragment as G } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect as et } from "react";
|
|
3
|
+
import { shallow as nt } from "zustand/shallow";
|
|
4
|
+
import { useBookerStoreContext as L } from "../../booker/booker-store-provider.js";
|
|
5
|
+
import { useEmbedStyles as W, useSlotsViewOnSmallScreen as it } from "../../booker/hooks/embed-stubs.js";
|
|
6
|
+
import { Button as q } from "../../components/ui/button.js";
|
|
7
|
+
import { SkeletonText as J } from "../../components/ui/skeleton.js";
|
|
8
|
+
import { Tooltip as rt } from "../../components/ui/tooltip.js";
|
|
9
|
+
import { useAtomsLocale as Q } from "../../hooks/use-atoms-locale.js";
|
|
10
|
+
import { cn as p } from "../../lib/utils.js";
|
|
11
|
+
import "../../vendor/dayjs/index.js";
|
|
12
|
+
import { daysInMonth as at, yyyymmdd as x } from "../../vendor/dayjs-utils.js";
|
|
13
|
+
import { formatDateTime as ot } from "../../vendor/format-date-time.js";
|
|
14
|
+
import { getAvailableDatesInMonth as dt } from "../../vendor/get-available-dates-in-month.js";
|
|
15
|
+
import { weekdayNames as lt } from "../../vendor/weekday.js";
|
|
16
|
+
import { NoAvailabilityDialog as ct } from "./no-availability-dialog.js";
|
|
17
|
+
import M from "dayjs";
|
|
18
|
+
const ht = ({
|
|
19
|
+
date: b,
|
|
20
|
+
active: s,
|
|
21
|
+
disabled: a,
|
|
22
|
+
away: O,
|
|
23
|
+
emoji: S,
|
|
24
|
+
customClassName: n,
|
|
25
|
+
showMonthTooltip: e,
|
|
26
|
+
isFirstDayOfNextMonth: T,
|
|
27
|
+
...g
|
|
28
|
+
}) => {
|
|
29
|
+
const { t: v } = Q(), f = W(), P = W(), D = /* @__PURE__ */ A(
|
|
30
|
+
"button",
|
|
31
|
+
{
|
|
32
|
+
type: "button",
|
|
33
|
+
style: a ? { ...P } : { ...f },
|
|
34
|
+
className: p(
|
|
35
|
+
"disabled:text-bookinglighter absolute bottom-0 left-0 right-0 top-0 mx-auto w-full rounded-md border-2 border-transparent text-center text-sm font-medium transition disabled:cursor-default disabled:border-transparent disabled:font-light",
|
|
36
|
+
s ? "bg-brand-default text-brand" : a ? n ? "" : " text-mute" : n != null && n.dayActive ? `hover:border-brand-default ${n.dayActive}` : "hover:border-brand-default text-emphasis bg-emphasis"
|
|
37
|
+
),
|
|
38
|
+
"data-testid": "day",
|
|
39
|
+
"data-disabled": a,
|
|
40
|
+
disabled: a,
|
|
41
|
+
...g,
|
|
42
|
+
children: [
|
|
43
|
+
O && /* @__PURE__ */ i("span", { "data-testid": "away-emoji", children: S }),
|
|
44
|
+
!O && b.date(),
|
|
45
|
+
b.isToday() && /* @__PURE__ */ i(
|
|
46
|
+
"span",
|
|
47
|
+
{
|
|
48
|
+
className: p(
|
|
49
|
+
"bg-brand-default absolute left-1/2 top-1/2 flex h-[5px] w-[5px] -translate-x-1/2 translate-y-[8px] items-center justify-center rounded-full align-middle sm:translate-y-[12px]",
|
|
50
|
+
s && "bg-brand-accent"
|
|
51
|
+
),
|
|
52
|
+
children: /* @__PURE__ */ i("span", { className: "sr-only", children: v("today") })
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
), w = e ? /* @__PURE__ */ i(rt, { content: b.format("MMMM"), children: D }) : D;
|
|
58
|
+
return /* @__PURE__ */ A(G, { children: [
|
|
59
|
+
T && /* @__PURE__ */ i(
|
|
60
|
+
"div",
|
|
61
|
+
{
|
|
62
|
+
className: p(
|
|
63
|
+
"absolute top-0 z-10 mx-auto w-fit rounded-full font-semibold uppercase tracking-wide",
|
|
64
|
+
s ? "text-white" : "text-default",
|
|
65
|
+
a && "bg-emphasis"
|
|
66
|
+
),
|
|
67
|
+
style: {
|
|
68
|
+
fontSize: "10px",
|
|
69
|
+
lineHeight: "13px",
|
|
70
|
+
padding: a ? "0 3px" : "3px 3px 3px 4px"
|
|
71
|
+
},
|
|
72
|
+
children: b.format("MMM")
|
|
73
|
+
}
|
|
74
|
+
),
|
|
75
|
+
w
|
|
76
|
+
] });
|
|
77
|
+
}, ft = ({
|
|
78
|
+
minDate: b,
|
|
79
|
+
excludedDates: s = [],
|
|
80
|
+
browsingDate: a,
|
|
81
|
+
weekStart: O,
|
|
82
|
+
DayComponent: S = ht,
|
|
83
|
+
selected: n,
|
|
84
|
+
month: e,
|
|
85
|
+
nextMonthButton: T,
|
|
86
|
+
eventSlug: g,
|
|
87
|
+
slots: v,
|
|
88
|
+
customClassName: f,
|
|
89
|
+
isBookingInPast: P,
|
|
90
|
+
isCompact: D,
|
|
91
|
+
showNoAvailabilityDialog: w = !0,
|
|
92
|
+
noFutureAvailability: j = !1,
|
|
93
|
+
noAvailabilityDescription: E,
|
|
94
|
+
slotsViewOnSmallScreen: c,
|
|
95
|
+
...d
|
|
96
|
+
}) => {
|
|
97
|
+
const $ = it(), V = c ?? $;
|
|
98
|
+
L((t) => t.layout);
|
|
99
|
+
const y = dt({
|
|
100
|
+
browsingDate: a.toDate(),
|
|
101
|
+
minDate: b,
|
|
102
|
+
includedDates: d.includedDates
|
|
103
|
+
}), Y = M(), F = a.startOf("month"), m = Y.isAfter(F.add(2, "week"));
|
|
104
|
+
let k = [];
|
|
105
|
+
const z = (t) => (a.set("date", t).day() - O + 7) % 7, R = at(a), X = d.showExtraDays ?? !0, U = m && !D && X;
|
|
106
|
+
if (U) {
|
|
107
|
+
const o = z(8);
|
|
108
|
+
k = Array(o).fill(null);
|
|
109
|
+
for (let l = 8; l <= R; l++)
|
|
110
|
+
k.push(a.set("date", l));
|
|
111
|
+
const h = k.length % 7, r = (h > 0 ? 7 - h : 0) + 7, u = a.add(1, "month");
|
|
112
|
+
for (let l = 0; l < r; l++)
|
|
113
|
+
k.push(u.set("date", 1 + l));
|
|
114
|
+
} else {
|
|
115
|
+
const t = z(1);
|
|
116
|
+
k = Array(t).fill(null);
|
|
117
|
+
for (let o = 1; o <= R; o++)
|
|
118
|
+
k.push(a.set("date", o));
|
|
119
|
+
}
|
|
120
|
+
const [H] = L((t) => [t.selectedDatesAndTimes], nt), Z = (t) => Array.isArray(n) ? Array.isArray(n) && (n == null ? void 0 : n.some((o) => x(o) === x(t))) : n && x(n) === x(t) ? !0 : g && H && H[g] && Object.keys(H[g]).length > 0 ? Object.keys(H[g]).some((o) => x(M(o)) === x(t)) : !1, _ = k.map((t) => {
|
|
121
|
+
if (!t) return { day: null, disabled: !0 };
|
|
122
|
+
const o = x(t), h = (v == null ? void 0 : v[o]) || [], r = h.find((B) => B.away) || null, u = t.month() !== a.month(), l = m && !D && u && t.date() === 1, I = y == null ? void 0 : y.includes(o), N = s.includes(o), C = h.some((B) => !B.away), K = h.length > 0 && h.every((B) => B.away), tt = (r == null ? void 0 : r.toUser) || (r == null ? void 0 : r.showNotePublicly);
|
|
123
|
+
return {
|
|
124
|
+
day: t,
|
|
125
|
+
disabled: K ? !tt : u ? !C : !I || N,
|
|
126
|
+
away: K,
|
|
127
|
+
emoji: r == null ? void 0 : r.emoji,
|
|
128
|
+
isFirstDayOfNextMonth: l
|
|
129
|
+
};
|
|
130
|
+
});
|
|
131
|
+
return et(() => {
|
|
132
|
+
var h;
|
|
133
|
+
if (V || n instanceof Array) return;
|
|
134
|
+
const t = (h = _.find((r) => !r.disabled)) == null ? void 0 : h.day, o = n ? _.some(({ day: r, disabled: u }) => {
|
|
135
|
+
if (r && x(r) === x(n) && !u) return !0;
|
|
136
|
+
}) : !1;
|
|
137
|
+
if (!o && t) {
|
|
138
|
+
const r = !(n != null && n.isValid());
|
|
139
|
+
d.onChange(t, r);
|
|
140
|
+
}
|
|
141
|
+
o && d.onChange(M(n), !0), t || d.onChange(null);
|
|
142
|
+
}), /* @__PURE__ */ A(G, { children: [
|
|
143
|
+
_.map(({ day: t, disabled: o, away: h, emoji: r, isFirstDayOfNextMonth: u }, l) => /* @__PURE__ */ i("div", { className: "relative w-full pt-[100%]", children: t === null ? /* @__PURE__ */ i("div", {}, `e-${l}`) : d.isLoading ? /* @__PURE__ */ i(
|
|
144
|
+
"button",
|
|
145
|
+
{
|
|
146
|
+
className: "bg-cal-muted text-muted absolute bottom-0 left-0 right-0 top-0 mx-auto flex w-full items-center justify-center rounded-sm border-transparent text-center font-medium opacity-90 transition",
|
|
147
|
+
disabled: !0,
|
|
148
|
+
children: /* @__PURE__ */ i(J, { className: "h-8 w-9" })
|
|
149
|
+
},
|
|
150
|
+
`e-${l}`
|
|
151
|
+
) : /* @__PURE__ */ i(
|
|
152
|
+
S,
|
|
153
|
+
{
|
|
154
|
+
customClassName: {
|
|
155
|
+
dayContainer: f == null ? void 0 : f.datePickerDate,
|
|
156
|
+
dayActive: f == null ? void 0 : f.datePickerDateActive
|
|
157
|
+
},
|
|
158
|
+
date: t,
|
|
159
|
+
onClick: () => {
|
|
160
|
+
var I;
|
|
161
|
+
d.onChange(t), (I = d == null ? void 0 : d.scrollToTimeSlots) == null || I.call(d);
|
|
162
|
+
},
|
|
163
|
+
disabled: o,
|
|
164
|
+
active: Z(t),
|
|
165
|
+
away: h,
|
|
166
|
+
emoji: r,
|
|
167
|
+
showMonthTooltip: U && !o && t.month() !== a.month(),
|
|
168
|
+
isFirstDayOfNextMonth: u
|
|
169
|
+
}
|
|
170
|
+
) }, t === null ? `e-${l}` : `day-${t.format()}`)),
|
|
171
|
+
!d.isLoading && !P && y && (y == null ? void 0 : y.length) === 0 && w && /* @__PURE__ */ i(
|
|
172
|
+
ct,
|
|
173
|
+
{
|
|
174
|
+
month: e,
|
|
175
|
+
nextMonthButton: T,
|
|
176
|
+
description: E,
|
|
177
|
+
noFutureAvailability: j
|
|
178
|
+
}
|
|
179
|
+
)
|
|
180
|
+
] });
|
|
181
|
+
}, Bt = ({
|
|
182
|
+
weekStart: b = 0,
|
|
183
|
+
className: s,
|
|
184
|
+
locale: a,
|
|
185
|
+
selected: O,
|
|
186
|
+
onMonthChange: S,
|
|
187
|
+
slots: n,
|
|
188
|
+
customClassNames: e,
|
|
189
|
+
includedDates: T,
|
|
190
|
+
isCompact: g,
|
|
191
|
+
showNoAvailabilityDialog: v,
|
|
192
|
+
noFutureAvailability: f,
|
|
193
|
+
noAvailabilityDescription: P,
|
|
194
|
+
slotsViewOnSmallScreen: D,
|
|
195
|
+
...w
|
|
196
|
+
}) => {
|
|
197
|
+
const j = w.minDate, E = w.browsingDate || M().startOf("month"), c = j && E.valueOf() < j.valueOf() ? M(j) : E, { i18n: d, t: $ } = Q(), V = L((m) => m.bookingData), y = V ? new Date(V.endTime) < /* @__PURE__ */ new Date() : !1, Y = (m) => {
|
|
198
|
+
S && S(c.add(m, "month"));
|
|
199
|
+
}, F = c ? ot(new Date(c.year(), c.month()), {
|
|
200
|
+
locale: a || d.language,
|
|
201
|
+
month: "long"
|
|
202
|
+
}) : null;
|
|
203
|
+
return /* @__PURE__ */ A("div", { className: s, children: [
|
|
204
|
+
/* @__PURE__ */ A("div", { className: "mb-1 flex items-center justify-between text-xl", children: [
|
|
205
|
+
/* @__PURE__ */ i("span", { className: "text-default w-1/2 text-base", children: c ? /* @__PURE__ */ A("time", { dateTime: c.format("YYYY-MM"), "data-testid": "selected-month-label", children: [
|
|
206
|
+
/* @__PURE__ */ i("strong", { className: p("text-emphasis font-semibold", e == null ? void 0 : e.datePickerTitle), children: F }),
|
|
207
|
+
" ",
|
|
208
|
+
/* @__PURE__ */ i("span", { className: p("text-subtle font-medium", e == null ? void 0 : e.datePickerTitle), children: c.format("YYYY") })
|
|
209
|
+
] }) : /* @__PURE__ */ i(J, { className: "h-8 w-24" }) }),
|
|
210
|
+
/* @__PURE__ */ i("div", { className: "text-emphasis", children: /* @__PURE__ */ A("div", { className: "flex", children: [
|
|
211
|
+
/* @__PURE__ */ i(
|
|
212
|
+
q,
|
|
213
|
+
{
|
|
214
|
+
className: p(
|
|
215
|
+
"group p-1 opacity-70 transition hover:opacity-100 rtl:rotate-180",
|
|
216
|
+
!c.isAfter(M()) && "disabled:text-bookinglighter hover:bg-background hover:opacity-70",
|
|
217
|
+
e == null ? void 0 : e.datePickerToggle
|
|
218
|
+
),
|
|
219
|
+
onClick: () => Y(-1),
|
|
220
|
+
disabled: !c.isAfter(M()),
|
|
221
|
+
"data-testid": "decrementMonth",
|
|
222
|
+
color: "minimal",
|
|
223
|
+
variant: "icon",
|
|
224
|
+
StartIcon: "chevron-left",
|
|
225
|
+
"aria-label": $("view_previous_month")
|
|
226
|
+
}
|
|
227
|
+
),
|
|
228
|
+
/* @__PURE__ */ i(
|
|
229
|
+
q,
|
|
230
|
+
{
|
|
231
|
+
className: p(
|
|
232
|
+
"group p-1 opacity-70 transition hover:opacity-100 rtl:rotate-180",
|
|
233
|
+
`${(e == null ? void 0 : e.datePickerToggle) ?? ""}`
|
|
234
|
+
),
|
|
235
|
+
onClick: () => Y(1),
|
|
236
|
+
"data-testid": "incrementMonth",
|
|
237
|
+
color: "minimal",
|
|
238
|
+
variant: "icon",
|
|
239
|
+
StartIcon: "chevron-right",
|
|
240
|
+
"aria-label": $("view_next_month")
|
|
241
|
+
}
|
|
242
|
+
)
|
|
243
|
+
] }) })
|
|
244
|
+
] }),
|
|
245
|
+
/* @__PURE__ */ i("div", { className: "border-subtle mb-2 grid grid-cols-7 gap-4 border-b border-t text-center md:mb-0 md:border-0", children: lt(a, b, "short").map((m) => /* @__PURE__ */ i(
|
|
246
|
+
"div",
|
|
247
|
+
{
|
|
248
|
+
className: p(
|
|
249
|
+
"text-emphasis my-4 text-xs font-medium uppercase tracking-widest",
|
|
250
|
+
e == null ? void 0 : e.datePickerDays
|
|
251
|
+
),
|
|
252
|
+
children: m
|
|
253
|
+
},
|
|
254
|
+
m
|
|
255
|
+
)) }),
|
|
256
|
+
/* @__PURE__ */ i("div", { className: "relative grid grid-cols-7 grid-rows-6 gap-1 text-center", children: /* @__PURE__ */ i(
|
|
257
|
+
ft,
|
|
258
|
+
{
|
|
259
|
+
customClassName: {
|
|
260
|
+
datePickerDate: e == null ? void 0 : e.datePickersDates,
|
|
261
|
+
datePickerDateActive: e == null ? void 0 : e.datePickerDatesActive
|
|
262
|
+
},
|
|
263
|
+
weekStart: b,
|
|
264
|
+
selected: O,
|
|
265
|
+
...w,
|
|
266
|
+
browsingDate: c,
|
|
267
|
+
month: F,
|
|
268
|
+
nextMonthButton: () => Y(1),
|
|
269
|
+
slots: n,
|
|
270
|
+
includedDates: T,
|
|
271
|
+
isBookingInPast: y,
|
|
272
|
+
isCompact: g,
|
|
273
|
+
showNoAvailabilityDialog: v,
|
|
274
|
+
noFutureAvailability: f,
|
|
275
|
+
noAvailabilityDescription: P,
|
|
276
|
+
slotsViewOnSmallScreen: D
|
|
277
|
+
}
|
|
278
|
+
) })
|
|
279
|
+
] });
|
|
280
|
+
};
|
|
281
|
+
export {
|
|
282
|
+
Bt as DatePicker,
|
|
283
|
+
ht as Day,
|
|
284
|
+
Bt as default
|
|
285
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { BookerEvent, CalendarAvailableTimeslots } from '../../contracts';
|
|
2
|
+
import { OutOfOfficeRenderProps } from '../scheduler/types/state';
|
|
3
|
+
export declare const LargeCalendar: ({ extraDays, availableTimeslots, schedule, isLoading, event, events: injectedEvents, onEmptyCellClick, renderOutOfOffice, }: {
|
|
4
|
+
extraDays: number;
|
|
5
|
+
availableTimeslots?: CalendarAvailableTimeslots | undefined;
|
|
6
|
+
schedule?: {
|
|
7
|
+
slots?: Record<string, Array<{
|
|
8
|
+
time: string;
|
|
9
|
+
} & Record<string, unknown>>>;
|
|
10
|
+
};
|
|
11
|
+
isLoading: boolean;
|
|
12
|
+
event?: {
|
|
13
|
+
data?: Pick<BookerEvent, "length" | "id"> | null;
|
|
14
|
+
};
|
|
15
|
+
events?: Array<Record<string, unknown>>;
|
|
16
|
+
onEmptyCellClick?: (date: Date) => void;
|
|
17
|
+
renderOutOfOffice?: (props: OutOfOfficeRenderProps) => React.ReactNode;
|
|
18
|
+
}) => JSX.Element;
|
|
19
|
+
//# sourceMappingURL=large-calendar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"large-calendar.d.ts","sourceRoot":"","sources":["../../../src/calendar-view/components/large-calendar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAiB,0BAA0B,EAAE,MAAM,iBAAiB,CAAC;AAO9F,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAGvE,eAAO,MAAM,aAAa,GAAI,6HAiB3B;IACD,SAAS,EAAE,MAAM,CAAC;IAClB,kBAAkB,CAAC,EAAE,0BAA0B,GAAG,SAAS,CAAC;IAC5D,QAAQ,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC;YAAE,IAAI,EAAE,MAAM,CAAA;SAAE,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAA;KAAE,CAAC;IACzF,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,QAAQ,GAAG,IAAI,CAAC,GAAG,IAAI,CAAC;KAClD,CAAC;IACF,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IACxC,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACxC,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,sBAAsB,KAAK,KAAK,CAAC,SAAS,CAAC;CACxE,gBA8JA,CAAC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { jsx as k } from "react/jsx-runtime";
|
|
2
|
+
import { useMemo as f, useEffect as A } from "react";
|
|
3
|
+
import { useBookerStoreContext as x } from "../../booker/booker-store-provider.js";
|
|
4
|
+
import { useBookerTime as L } from "../../booker/hooks/use-booker-time.js";
|
|
5
|
+
import { useBookings as Q } from "../../hooks/bookings/use-bookings.js";
|
|
6
|
+
import { useCalendarsBusyTimes as _ } from "../../hooks/use-calendars-busy-times.js";
|
|
7
|
+
import { useConnectedCalendars as q } from "../../hooks/use-connected-calendars.js";
|
|
8
|
+
import "../../vendor/dayjs/index.js";
|
|
9
|
+
import { getQueryParam as G } from "../../vendor/query-param.js";
|
|
10
|
+
import { localStorage as J } from "../../vendor/webstorage.js";
|
|
11
|
+
import { Calendar as K } from "../scheduler/components/calendar.js";
|
|
12
|
+
import a from "dayjs";
|
|
13
|
+
const it = ({
|
|
14
|
+
extraDays: B,
|
|
15
|
+
availableTimeslots: C,
|
|
16
|
+
// Webapp callers still pass `schedule` (the raw trpc slot payload) instead
|
|
17
|
+
// of pre-converted `availableTimeslots`. We accept it here and convert
|
|
18
|
+
// inline so callers don't have to re-thread `useAvailableTimeSlots`.
|
|
19
|
+
schedule: p,
|
|
20
|
+
isLoading: P,
|
|
21
|
+
event: s,
|
|
22
|
+
// Injection points for non-platform consumers (e.g. the webapp booker
|
|
23
|
+
// week view) — when `events` is passed it replaces atoms's internal
|
|
24
|
+
// platform-bookings/overlay-busy combine logic; `onEmptyCellClick`
|
|
25
|
+
// forwards to the underlying scheduler so empty-cell taps can drive
|
|
26
|
+
// the booker store.
|
|
27
|
+
events: T,
|
|
28
|
+
onEmptyCellClick: F,
|
|
29
|
+
renderOutOfOffice: w
|
|
30
|
+
}) => {
|
|
31
|
+
var b, E, O;
|
|
32
|
+
const y = x((t) => t.selectedDate), H = x((t) => t.selectedDuration), N = G("overlayCalendar") === "true" || ((b = J) == null ? void 0 : b.getItem("overlayCalendarSwitchDefault")), { timezone: h } = L(), i = H || ((E = s == null ? void 0 : s.data) == null ? void 0 : E.length) || 30, l = p == null ? void 0 : p.slots, R = f(() => {
|
|
33
|
+
if (!l) return;
|
|
34
|
+
const t = {};
|
|
35
|
+
for (const r in l)
|
|
36
|
+
t[r] = l[r].map((o) => {
|
|
37
|
+
const { time: e, ...d } = o;
|
|
38
|
+
return {
|
|
39
|
+
start: a(e).toDate(),
|
|
40
|
+
end: a(e).add(i, "minutes").toDate(),
|
|
41
|
+
...d
|
|
42
|
+
};
|
|
43
|
+
});
|
|
44
|
+
return t;
|
|
45
|
+
}, [l, i]), z = C !== void 0 ? C : R, c = y ? a(y).toDate() : a().toDate(), g = a(c).add(B - 1, "day").toDate(), D = !!T, { data: m, isPending: V } = Q({
|
|
46
|
+
take: 150,
|
|
47
|
+
skip: 0,
|
|
48
|
+
eventTypeId: (O = s == null ? void 0 : s.data) == null ? void 0 : O.id,
|
|
49
|
+
afterStart: c.toISOString(),
|
|
50
|
+
beforeEnd: g.toISOString(),
|
|
51
|
+
status: ["upcoming", "past", "recurring"],
|
|
52
|
+
enabled: !D
|
|
53
|
+
}), { data: S, isPending: M } = q({
|
|
54
|
+
enabled: !D
|
|
55
|
+
}), u = S == null ? void 0 : S.connectedCalendars.flatMap((t) => {
|
|
56
|
+
var r;
|
|
57
|
+
return ((r = t.calendars) == null ? void 0 : r.filter((o) => o.isSelected === !0).map((o) => ({
|
|
58
|
+
credentialId: o.credentialId,
|
|
59
|
+
externalId: o.externalId
|
|
60
|
+
}))) ?? [];
|
|
61
|
+
}), { data: n } = _({
|
|
62
|
+
loggedInUsersTz: h,
|
|
63
|
+
dateFrom: c.toISOString(),
|
|
64
|
+
dateTo: g.toISOString(),
|
|
65
|
+
calendarsToLoad: u ?? [],
|
|
66
|
+
enabled: !!(!D && !M && (u != null && u.length))
|
|
67
|
+
});
|
|
68
|
+
A(() => {
|
|
69
|
+
}, [N]);
|
|
70
|
+
const v = f(
|
|
71
|
+
() => (m ?? []).map((t) => ({
|
|
72
|
+
booking: t,
|
|
73
|
+
startTime: a(t.start).valueOf(),
|
|
74
|
+
endTime: a(t.end).valueOf()
|
|
75
|
+
})).sort((t, r) => t.startTime - r.startTime),
|
|
76
|
+
[m]
|
|
77
|
+
), I = f(() => {
|
|
78
|
+
const t = (n == null ? void 0 : n.data) ?? [];
|
|
79
|
+
return v.length ? t.filter((r) => {
|
|
80
|
+
const o = a(r.start).valueOf(), e = a(r.end).valueOf();
|
|
81
|
+
for (const { startTime: d, endTime: j } of v) {
|
|
82
|
+
if (d >= e) break;
|
|
83
|
+
if (!(j <= o))
|
|
84
|
+
return !1;
|
|
85
|
+
}
|
|
86
|
+
return !0;
|
|
87
|
+
}) : t;
|
|
88
|
+
}, [n == null ? void 0 : n.data, v]), U = f(() => {
|
|
89
|
+
const t = m ?? [], r = I.map((e, d) => ({
|
|
90
|
+
id: d,
|
|
91
|
+
title: "Busy",
|
|
92
|
+
start: new Date(e.start),
|
|
93
|
+
end: new Date(e.end),
|
|
94
|
+
options: {
|
|
95
|
+
status: "ACCEPTED",
|
|
96
|
+
"data-test-id": "troubleshooter-busy-event",
|
|
97
|
+
className: "border-[1.5px]"
|
|
98
|
+
}
|
|
99
|
+
}));
|
|
100
|
+
return [...t.map((e) => ({
|
|
101
|
+
id: e.id,
|
|
102
|
+
title: e.title ?? "Busy",
|
|
103
|
+
start: new Date(e.start),
|
|
104
|
+
end: new Date(e.end),
|
|
105
|
+
options: {
|
|
106
|
+
status: e.status.toUpperCase(),
|
|
107
|
+
"data-test-id": "troubleshooter-busy-event",
|
|
108
|
+
className: "border-[1.5px]"
|
|
109
|
+
}
|
|
110
|
+
})), ...r];
|
|
111
|
+
}, [m, I]);
|
|
112
|
+
return /* @__PURE__ */ k("div", { className: "h-full [--calendar-dates-sticky-offset:66px]", children: /* @__PURE__ */ k(
|
|
113
|
+
K,
|
|
114
|
+
{
|
|
115
|
+
isPending: P,
|
|
116
|
+
availableTimeslots: z,
|
|
117
|
+
startHour: 0,
|
|
118
|
+
endHour: 23,
|
|
119
|
+
events: T ?? U,
|
|
120
|
+
startDate: c,
|
|
121
|
+
endDate: g,
|
|
122
|
+
gridCellsPerHour: 60 / i,
|
|
123
|
+
hoverEventDuration: i,
|
|
124
|
+
hideHeader: !0,
|
|
125
|
+
timezone: h,
|
|
126
|
+
onEmptyCellClick: F,
|
|
127
|
+
renderOutOfOffice: w
|
|
128
|
+
}
|
|
129
|
+
) });
|
|
130
|
+
};
|
|
131
|
+
export {
|
|
132
|
+
it as LargeCalendar
|
|
133
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Pure no-availability dialog. Business logic about *why* the month has
|
|
3
|
+
* no availability (ROLLING/RANGE period limits) lives with the caller —
|
|
4
|
+
* atoms just renders the dialog based on `description` and whether the
|
|
5
|
+
* caller thinks a "view next month" button makes sense.
|
|
6
|
+
*/
|
|
7
|
+
export declare const NoAvailabilityDialog: ({ month, nextMonthButton, description, noFutureAvailability, }: {
|
|
8
|
+
month: string | null;
|
|
9
|
+
nextMonthButton: () => void;
|
|
10
|
+
description?: string;
|
|
11
|
+
/**
|
|
12
|
+
* When true the dialog treats the next month as unavailable too: the
|
|
13
|
+
* close button becomes primary and the "view next month" button is
|
|
14
|
+
* hidden.
|
|
15
|
+
*/
|
|
16
|
+
noFutureAvailability?: boolean;
|
|
17
|
+
}) => JSX.Element;
|
|
18
|
+
export default NoAvailabilityDialog;
|
|
19
|
+
//# sourceMappingURL=no-availability-dialog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"no-availability-dialog.d.ts","sourceRoot":"","sources":["../../../src/calendar-view/components/no-availability-dialog.tsx"],"names":[],"mappings":"AAeA;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB,GAAI,gEAKlC;IACD,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,gBAmCA,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { jsx as o, jsxs as t } from "react/jsx-runtime";
|
|
2
|
+
import { useState as g } from "react";
|
|
3
|
+
import { Button as r } from "../../components/ui/button.js";
|
|
4
|
+
import { Dialog as h } from "../../components/ui/controlled-dialog.js";
|
|
5
|
+
import { DialogContent as p, DialogHeader as D, DialogTitle as f, DialogDescription as _, DialogFooter as u } from "../../components/ui/dialog.js";
|
|
6
|
+
import { useAtomsLocale as x } from "../../hooks/use-atoms-locale.js";
|
|
7
|
+
const j = ({
|
|
8
|
+
month: a,
|
|
9
|
+
nextMonthButton: c,
|
|
10
|
+
description: e,
|
|
11
|
+
noFutureAvailability: l = !1
|
|
12
|
+
}) => {
|
|
13
|
+
const { t: i } = x(), [s, n] = g(!0), m = () => n(!1);
|
|
14
|
+
return /* @__PURE__ */ o(h, { open: s, onOpenChange: (d) => n(d), children: /* @__PURE__ */ t(p, { children: [
|
|
15
|
+
/* @__PURE__ */ t(D, { children: [
|
|
16
|
+
/* @__PURE__ */ o(f, { children: i("no_availability_in_month", { month: a }) }),
|
|
17
|
+
e ? /* @__PURE__ */ o(_, { children: e }) : null
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ t(u, { children: [
|
|
20
|
+
/* @__PURE__ */ o(
|
|
21
|
+
r,
|
|
22
|
+
{
|
|
23
|
+
color: l ? "primary" : "secondary",
|
|
24
|
+
onClick: m,
|
|
25
|
+
"data-testid": "close_dialog_button",
|
|
26
|
+
children: i("close")
|
|
27
|
+
}
|
|
28
|
+
),
|
|
29
|
+
!l && /* @__PURE__ */ o(
|
|
30
|
+
r,
|
|
31
|
+
{
|
|
32
|
+
color: "primary",
|
|
33
|
+
onClick: c,
|
|
34
|
+
"data-testid": "view_next_month",
|
|
35
|
+
EndIcon: "arrow-right",
|
|
36
|
+
children: i("view_next_month")
|
|
37
|
+
}
|
|
38
|
+
)
|
|
39
|
+
] })
|
|
40
|
+
] }) });
|
|
41
|
+
};
|
|
42
|
+
export {
|
|
43
|
+
j as NoAvailabilityDialog,
|
|
44
|
+
j as default
|
|
45
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CalendarViewPlatformWrapperAtomPropsForIndividual, CalendarViewPlatformWrapperAtomPropsForTeam } from '../calendar-view/wrappers/calendar-view-platform-wrapper';
|
|
2
|
+
export declare const EventTypeCalendarViewComponent: (props: (CalendarViewPlatformWrapperAtomPropsForIndividual & {
|
|
3
|
+
teamId?: number;
|
|
4
|
+
}) | (CalendarViewPlatformWrapperAtomPropsForTeam & {
|
|
5
|
+
username?: string | string[];
|
|
6
|
+
})) => JSX.Element;
|
|
7
|
+
//# sourceMappingURL=event-type-calendar-view-component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-type-calendar-view-component.d.ts","sourceRoot":"","sources":["../../src/calendar-view/event-type-calendar-view-component.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EACV,iDAAiD,EACjD,2CAA2C,EAC5C,MAAM,0DAA0D,CAAC;AAUlE,eAAO,MAAM,8BAA8B,GACzC,OACI,CAAC,iDAAiD,GAAG;IACnD,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC,GACF,CAAC,2CAA2C,GAAG;IAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAAE,CAAC,gBA0HrF,CAAC"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { jsxs as M, jsx as m } from "react/jsx-runtime";
|
|
2
|
+
import { useMemo as k } from "react";
|
|
3
|
+
import { shallow as U } from "zustand/shallow";
|
|
4
|
+
import { formatUsername as j } from "../booker/booker-platform-wrapper.js";
|
|
5
|
+
import { useBookerStoreContext as n, useInitializeBookerStoreContext as N } from "../booker/booker-store-provider.js";
|
|
6
|
+
import { BookerSection as h } from "../booker/components/booker-section.js";
|
|
7
|
+
import { Header as V } from "../booker/components/header.js";
|
|
8
|
+
import { useAvailableTimeSlots as F } from "../booker/hooks/use-available-time-slots.js";
|
|
9
|
+
import { useBookerLayout as G } from "../booker/hooks/use-booker-layout.js";
|
|
10
|
+
import { useStableTimezone as H } from "../booker/hooks/use-stable-timezone.js";
|
|
11
|
+
import { useTimesForSchedule as W } from "../booker/hooks/use-times-for-schedule.js";
|
|
12
|
+
import { AtomsWrapper as Z } from "../components/atoms-wrapper.js";
|
|
13
|
+
import { useAtomGetPublicEvent as _ } from "../hooks/event-types/public/use-atom-get-public-event.js";
|
|
14
|
+
import { useEventType as q } from "../hooks/event-types/public/use-event-type.js";
|
|
15
|
+
import { useTeamEventType as J } from "../hooks/event-types/public/use-team-event-type.js";
|
|
16
|
+
import { useAvailableSlots as K } from "../hooks/use-available-slots.js";
|
|
17
|
+
import { getUsernameList as D } from "../vendor/get-username-list.js";
|
|
18
|
+
import { useTimePreferences as O } from "../vendor/time-preferences.js";
|
|
19
|
+
import { LargeCalendar as Q } from "./components/large-calendar.js";
|
|
20
|
+
const ye = (t) => {
|
|
21
|
+
var f, b, g, y, v, S, T;
|
|
22
|
+
const r = !!t.teamId, i = t.teamId ? t.teamId : void 0, a = k(() => t.username ? j(t.username) : "", [t.username]), { isPending: p } = q(a, t.eventSlug, r), { isPending: L } = J(i, t.eventSlug, r), s = n((o) => o.selectedDuration), e = _({
|
|
23
|
+
username: a,
|
|
24
|
+
eventSlug: t.eventSlug,
|
|
25
|
+
isTeamEvent: r,
|
|
26
|
+
teamId: i,
|
|
27
|
+
selectedDuration: s
|
|
28
|
+
}), l = G((b = (f = e.data) == null ? void 0 : f.profile) == null ? void 0 : b.bookerLayouts), B = n((o) => o.selectedDate), d = n((o) => o.month), [x] = n((o) => [o.dayCount, o.setDayCount], U), [C, I] = W({
|
|
29
|
+
month: d,
|
|
30
|
+
dayCount: x,
|
|
31
|
+
selectedDate: B,
|
|
32
|
+
bookerLayout: l
|
|
33
|
+
}), { timezone: P } = O(), u = H(
|
|
34
|
+
P,
|
|
35
|
+
((g = e == null ? void 0 : e.data) == null ? void 0 : g.restrictionScheduleId) != null ? { id: e.data.restrictionScheduleId, useBookerTimezone: e.data.useBookerTimezone } : void 0
|
|
36
|
+
), z = k(() => D(a ?? "").length > 1, [a]), E = n((o) => o.bookingData);
|
|
37
|
+
N({
|
|
38
|
+
...t,
|
|
39
|
+
eventId: (y = e == null ? void 0 : e.data) == null ? void 0 : y.id,
|
|
40
|
+
layout: "week_view",
|
|
41
|
+
username: a,
|
|
42
|
+
bookingData: E,
|
|
43
|
+
isPlatform: !0,
|
|
44
|
+
allowUpdatingUrlParams: !1
|
|
45
|
+
});
|
|
46
|
+
const c = K({
|
|
47
|
+
usernameList: D(a),
|
|
48
|
+
eventTypeId: ((v = e == null ? void 0 : e.data) == null ? void 0 : v.id) ?? 0,
|
|
49
|
+
startTime: C,
|
|
50
|
+
endTime: I,
|
|
51
|
+
timeZone: u,
|
|
52
|
+
duration: s ?? void 0,
|
|
53
|
+
teamMemberEmail: void 0,
|
|
54
|
+
...r ? {
|
|
55
|
+
isTeamEvent: r,
|
|
56
|
+
teamId: i
|
|
57
|
+
} : {},
|
|
58
|
+
enabled: !!(i || a) && !!d && !!u && (r ? !L : !p) && !!((S = e == null ? void 0 : e.data) != null && S.id),
|
|
59
|
+
orgSlug: void 0,
|
|
60
|
+
eventTypeSlug: z ? "dynamic" : t.eventSlug || ""
|
|
61
|
+
}), w = n((o) => o.selectedDuration) || ((T = e == null ? void 0 : e.data) == null ? void 0 : T.length) || 30, A = F({ schedule: c.data, eventDuration: w });
|
|
62
|
+
return /* @__PURE__ */ M(Z, { children: [
|
|
63
|
+
/* @__PURE__ */ m(
|
|
64
|
+
h,
|
|
65
|
+
{
|
|
66
|
+
area: "header",
|
|
67
|
+
className: "bg-default dark:bg-muted sticky top-0 z-10 border-default ltr:border-l rtl:border-r",
|
|
68
|
+
children: /* @__PURE__ */ m(
|
|
69
|
+
V,
|
|
70
|
+
{
|
|
71
|
+
isPlatform: !0,
|
|
72
|
+
isCalendarView: !0,
|
|
73
|
+
isMyLink: !0,
|
|
74
|
+
eventSlug: t.eventSlug,
|
|
75
|
+
enabledLayouts: l.bookerLayouts.enabledLayouts,
|
|
76
|
+
extraDays: 7,
|
|
77
|
+
isMobile: !1,
|
|
78
|
+
nextSlots: 6
|
|
79
|
+
}
|
|
80
|
+
)
|
|
81
|
+
}
|
|
82
|
+
),
|
|
83
|
+
/* @__PURE__ */ m(
|
|
84
|
+
h,
|
|
85
|
+
{
|
|
86
|
+
area: "main",
|
|
87
|
+
visible: !0,
|
|
88
|
+
className: "border-subtle sticky top-0 ml-[-1px] h-full md:border-l",
|
|
89
|
+
children: /* @__PURE__ */ m(
|
|
90
|
+
Q,
|
|
91
|
+
{
|
|
92
|
+
extraDays: 7,
|
|
93
|
+
availableTimeslots: A,
|
|
94
|
+
isLoading: c.isPending,
|
|
95
|
+
event: e
|
|
96
|
+
}
|
|
97
|
+
)
|
|
98
|
+
},
|
|
99
|
+
"large-calendar"
|
|
100
|
+
)
|
|
101
|
+
] });
|
|
102
|
+
};
|
|
103
|
+
export {
|
|
104
|
+
ye as EventTypeCalendarViewComponent
|
|
105
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/calendar-view/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,2CAA2C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../../src/calendar-view/scheduler/components/calendar.tsx"],"names":[],"mappings":"AAMA,OAAO,sBAAsB,CAAC;AAE9B,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AA6L7D,wBAAgB,QAAQ,CAAC,KAAK,EAAE,sBAAsB,eAmBrD;AAcD,eAAe,QAAQ,CAAC"}
|