@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,99 @@
|
|
|
1
|
+
import { jsx as f, jsxs as j, Fragment as l } from "react/jsx-runtime";
|
|
2
|
+
import { useRef as L, useEffect as V } from "react";
|
|
3
|
+
import { useFormContext as B, useWatch as G, Controller as S } from "react-hook-form";
|
|
4
|
+
import { FixedHosts as y } from "./fixed-hosts.js";
|
|
5
|
+
import { RoundRobinHosts as T } from "./round-robin-hosts.js";
|
|
6
|
+
const z = ({
|
|
7
|
+
orgId: E,
|
|
8
|
+
teamId: h,
|
|
9
|
+
teamMembers: p,
|
|
10
|
+
assignAllTeamMembers: c,
|
|
11
|
+
setAssignAllTeamMembers: x,
|
|
12
|
+
customClassNames: t,
|
|
13
|
+
isSegmentApplicable: F,
|
|
14
|
+
hideFixedHostsForCollective: s = !1,
|
|
15
|
+
weightsEditorSlot: D
|
|
16
|
+
}) => {
|
|
17
|
+
const {
|
|
18
|
+
control: O,
|
|
19
|
+
setValue: I,
|
|
20
|
+
getValues: H,
|
|
21
|
+
formState: { submitCount: R }
|
|
22
|
+
} = B(), i = G({ control: O, name: "schedulingType" }), d = L(null);
|
|
23
|
+
V(() => {
|
|
24
|
+
var n;
|
|
25
|
+
if (!d.current || ((n = d.current) == null ? void 0 : n.submitCount) !== R) {
|
|
26
|
+
d.current = { hosts: H("hosts"), schedulingType: i, submitCount: R };
|
|
27
|
+
return;
|
|
28
|
+
}
|
|
29
|
+
I(
|
|
30
|
+
"hosts",
|
|
31
|
+
d.current.schedulingType === i ? d.current.hosts : [],
|
|
32
|
+
{ shouldDirty: !0 }
|
|
33
|
+
);
|
|
34
|
+
}, [i, I, H, R]);
|
|
35
|
+
const g = (n) => {
|
|
36
|
+
const o = H("hosts");
|
|
37
|
+
return n.map((u) => {
|
|
38
|
+
const r = o.find((e) => e.userId === u.userId);
|
|
39
|
+
return r ? { ...u, scheduleId: r.scheduleId, groupId: r.groupId } : u;
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
return /* @__PURE__ */ f(
|
|
43
|
+
S,
|
|
44
|
+
{
|
|
45
|
+
name: "hosts",
|
|
46
|
+
render: ({ field: { onChange: n, value: o } }) => {
|
|
47
|
+
const u = {
|
|
48
|
+
COLLECTIVE: s ? null : /* @__PURE__ */ f(
|
|
49
|
+
y,
|
|
50
|
+
{
|
|
51
|
+
teamId: h,
|
|
52
|
+
teamMembers: p,
|
|
53
|
+
value: o,
|
|
54
|
+
onChange: (r) => n([...g(r)]),
|
|
55
|
+
assignAllTeamMembers: c,
|
|
56
|
+
setAssignAllTeamMembers: x,
|
|
57
|
+
customClassNames: t == null ? void 0 : t.fixedHosts
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
ROUND_ROBIN: /* @__PURE__ */ j(l, { children: [
|
|
61
|
+
/* @__PURE__ */ f(
|
|
62
|
+
y,
|
|
63
|
+
{
|
|
64
|
+
teamId: h,
|
|
65
|
+
teamMembers: p,
|
|
66
|
+
value: o,
|
|
67
|
+
onChange: (r) => n([...o.filter((e) => !e.isFixed), ...g(r)]),
|
|
68
|
+
assignAllTeamMembers: c,
|
|
69
|
+
setAssignAllTeamMembers: x,
|
|
70
|
+
isRoundRobinEvent: !0,
|
|
71
|
+
customClassNames: t == null ? void 0 : t.fixedHosts
|
|
72
|
+
}
|
|
73
|
+
),
|
|
74
|
+
/* @__PURE__ */ f(
|
|
75
|
+
T,
|
|
76
|
+
{
|
|
77
|
+
orgId: E,
|
|
78
|
+
teamId: h,
|
|
79
|
+
teamMembers: p,
|
|
80
|
+
value: o,
|
|
81
|
+
onChange: (r) => n([...o.filter((e) => e.isFixed), ...g(r)]),
|
|
82
|
+
assignAllTeamMembers: c,
|
|
83
|
+
setAssignAllTeamMembers: x,
|
|
84
|
+
customClassNames: t == null ? void 0 : t.roundRobinHosts,
|
|
85
|
+
isSegmentApplicable: F,
|
|
86
|
+
weightsEditorSlot: D
|
|
87
|
+
}
|
|
88
|
+
)
|
|
89
|
+
] }),
|
|
90
|
+
MANAGED: null
|
|
91
|
+
};
|
|
92
|
+
return i ? u[i] : null;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
);
|
|
96
|
+
};
|
|
97
|
+
export {
|
|
98
|
+
z as Hosts
|
|
99
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { AddMembersWithSwitchCustomClassNames } from '../../../add-members-switch/add-members-with-switch';
|
|
2
|
+
import { Host, TeamMember } from '../../../contracts';
|
|
3
|
+
export type RoundRobinHostsCustomClassNames = {
|
|
4
|
+
container?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
enableWeights?: {
|
|
8
|
+
container?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
description?: string;
|
|
11
|
+
};
|
|
12
|
+
addMembers?: AddMembersWithSwitchCustomClassNames;
|
|
13
|
+
};
|
|
14
|
+
export declare const RoundRobinHosts: ({ orgId: _orgId, teamMembers, value, onChange, assignAllTeamMembers, setAssignAllTeamMembers, customClassNames, teamId, isSegmentApplicable, weightsEditorSlot, }: {
|
|
15
|
+
orgId: number | null;
|
|
16
|
+
value: Host[];
|
|
17
|
+
onChange: (hosts: Host[]) => void;
|
|
18
|
+
teamMembers: TeamMember[];
|
|
19
|
+
assignAllTeamMembers: boolean;
|
|
20
|
+
setAssignAllTeamMembers: (value: boolean) => void;
|
|
21
|
+
customClassNames?: RoundRobinHostsCustomClassNames;
|
|
22
|
+
teamId: number;
|
|
23
|
+
isSegmentApplicable: boolean;
|
|
24
|
+
weightsEditorSlot?: React.ReactNode;
|
|
25
|
+
}) => JSX.Element;
|
|
26
|
+
//# sourceMappingURL=round-robin-hosts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"round-robin-hosts.d.ts","sourceRoot":"","sources":["../../../../src/event-types/components/team-assignment/round-robin-hosts.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,qDAAqD,CAAC;AAMhH,OAAO,KAAK,EAAc,IAAI,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAOvE,MAAM,MAAM,+BAA+B,GAAG;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE;QACd,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,UAAU,CAAC,EAAE,oCAAoC,CAAC;CACnD,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,mKAiB7B;IACD,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;IAClC,WAAW,EAAE,UAAU,EAAE,CAAC;IAC1B,oBAAoB,EAAE,OAAO,CAAC;IAC9B,uBAAuB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IAClD,gBAAgB,CAAC,EAAE,+BAA+B,CAAC;IACnD,MAAM,EAAE,MAAM,CAAC;IACf,mBAAmB,EAAE,OAAO,CAAC;IAC7B,iBAAiB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACrC,gBA8MA,CAAC"}
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
import { jsxs as s, jsx as d, Fragment as $ } from "react/jsx-runtime";
|
|
2
|
+
import { useCallback as g } from "react";
|
|
3
|
+
import { useFormContext as z, useWatch as _, Controller as B } from "react-hook-form";
|
|
4
|
+
import { v4 as I } from "uuid";
|
|
5
|
+
import { AddMembersWithSwitch as K } from "../../../add-members-switch/add-members-with-switch.js";
|
|
6
|
+
import { Button as U } from "../../../components/ui/button.js";
|
|
7
|
+
import { XIcon as X } from "../../../components/ui/icons.js";
|
|
8
|
+
import { Label as q } from "../../../components/ui/label.js";
|
|
9
|
+
import { SettingsToggle as J } from "../../../components/ui/settings-toggle.js";
|
|
10
|
+
import { useAtomsLocale as O } from "../../../hooks/use-atoms-locale.js";
|
|
11
|
+
import { cn as x } from "../../../lib/utils.js";
|
|
12
|
+
import { sortHosts as P } from "../../../vendor/host-group-utils.js";
|
|
13
|
+
import { LearnMoreLink as Q } from "../learn-more-link.js";
|
|
14
|
+
import Y from "../weight-description.js";
|
|
15
|
+
const ue = ({
|
|
16
|
+
orgId: Z,
|
|
17
|
+
teamMembers: v,
|
|
18
|
+
value: f,
|
|
19
|
+
onChange: H,
|
|
20
|
+
assignAllTeamMembers: y,
|
|
21
|
+
setAssignAllTeamMembers: G,
|
|
22
|
+
customClassNames: t,
|
|
23
|
+
teamId: W,
|
|
24
|
+
isSegmentApplicable: F,
|
|
25
|
+
/**
|
|
26
|
+
* atoms ships without the EditWeightsForAllTeamMembers sheet (346L,
|
|
27
|
+
* depends on @calcom/ui Sheet + RAQB AttributesQueryValue). Callers
|
|
28
|
+
* that need the full weights editor inject it here; atoms renders
|
|
29
|
+
* nothing in this slot by default.
|
|
30
|
+
*/
|
|
31
|
+
weightsEditorSlot: D
|
|
32
|
+
}) => {
|
|
33
|
+
var w;
|
|
34
|
+
const { t: c } = O(), { setValue: i, getValues: a, control: R } = z(), k = _({ control: R, name: "isRRWeightsEnabled" }), l = _({ control: R, name: "hostGroups" }) ?? [], j = (r, o) => {
|
|
35
|
+
o(r);
|
|
36
|
+
const n = a("hosts"), e = n.filter((u) => u.isFixed), b = n.filter((u) => !u.isFixed).sort((u, h) => P(u, h, r));
|
|
37
|
+
i("hosts", [...e, ...b]);
|
|
38
|
+
}, E = g(() => {
|
|
39
|
+
const r = a("hosts"), o = r.filter((e) => !e.isFixed), n = r.filter((e) => e.isFixed);
|
|
40
|
+
if (l.length === 0 && o.length > 0) {
|
|
41
|
+
const e = { id: I(), name: "" }, p = { id: I(), name: "" };
|
|
42
|
+
i("hostGroups", [e, p], { shouldDirty: !0 });
|
|
43
|
+
const u = o.map(
|
|
44
|
+
(h) => !h.groupId && !h.isFixed ? { ...h, groupId: e.id } : h
|
|
45
|
+
);
|
|
46
|
+
i("hosts", [...n, ...u], { shouldDirty: !0 });
|
|
47
|
+
} else {
|
|
48
|
+
const e = { id: I(), name: "" }, p = [...l, e];
|
|
49
|
+
i("hostGroups", p, { shouldDirty: !0 });
|
|
50
|
+
}
|
|
51
|
+
y && (i("assignAllTeamMembers", !1, { shouldDirty: !0 }), G(!1));
|
|
52
|
+
}, [l, a, i, y, G]), S = g(
|
|
53
|
+
(r, o) => {
|
|
54
|
+
const n = l.map(
|
|
55
|
+
(e) => e.id === r ? { ...e, name: o } : e
|
|
56
|
+
);
|
|
57
|
+
i("hostGroups", n, { shouldDirty: !0 });
|
|
58
|
+
},
|
|
59
|
+
[l, i]
|
|
60
|
+
), L = g(
|
|
61
|
+
(r) => {
|
|
62
|
+
const o = l.filter((e) => e.id !== r);
|
|
63
|
+
i("hostGroups", o, { shouldDirty: !0 });
|
|
64
|
+
const n = f.filter((e) => e.groupId !== r);
|
|
65
|
+
H(n), i("hosts", n, { shouldDirty: !0 });
|
|
66
|
+
},
|
|
67
|
+
[l, i, f, H]
|
|
68
|
+
), A = g(
|
|
69
|
+
(r) => {
|
|
70
|
+
const o = a("hosts");
|
|
71
|
+
i(
|
|
72
|
+
"hosts",
|
|
73
|
+
v.map((n) => {
|
|
74
|
+
const e = o.find((p) => p.userId === parseInt(n.value, 10));
|
|
75
|
+
return {
|
|
76
|
+
isFixed: !1,
|
|
77
|
+
userId: parseInt(n.value, 10),
|
|
78
|
+
priority: (e == null ? void 0 : e.priority) ?? 2,
|
|
79
|
+
weight: (e == null ? void 0 : e.weight) ?? 100,
|
|
80
|
+
avatar: (e == null ? void 0 : e.avatar) ?? n.avatar,
|
|
81
|
+
name: (e == null ? void 0 : e.name) ?? n.label,
|
|
82
|
+
scheduleId: (e == null ? void 0 : e.scheduleId) || n.defaultScheduleId,
|
|
83
|
+
groupId: (e == null ? void 0 : e.groupId) || r
|
|
84
|
+
};
|
|
85
|
+
}),
|
|
86
|
+
{ shouldDirty: !0 }
|
|
87
|
+
);
|
|
88
|
+
},
|
|
89
|
+
[a, i, v]
|
|
90
|
+
), m = ({
|
|
91
|
+
groupId: r,
|
|
92
|
+
containerClassName: o
|
|
93
|
+
}) => /* @__PURE__ */ d(
|
|
94
|
+
K,
|
|
95
|
+
{
|
|
96
|
+
placeholder: c("add_a_member"),
|
|
97
|
+
teamId: W,
|
|
98
|
+
teamMembers: v,
|
|
99
|
+
value: f,
|
|
100
|
+
onChange: H,
|
|
101
|
+
assignAllTeamMembers: y,
|
|
102
|
+
setAssignAllTeamMembers: G,
|
|
103
|
+
isSegmentApplicable: F,
|
|
104
|
+
automaticAddAllEnabled: !0,
|
|
105
|
+
isRRWeightsEnabled: k,
|
|
106
|
+
isFixed: !1,
|
|
107
|
+
groupId: r,
|
|
108
|
+
onActive: () => A(r),
|
|
109
|
+
customClassNames: t == null ? void 0 : t.addMembers
|
|
110
|
+
}
|
|
111
|
+
), V = () => f.filter((o) => !o.isFixed && !o.groupId).length === 0 ? null : /* @__PURE__ */ s("div", { className: "border-subtle my-4 rounded-md border p-4 pb-0", children: [
|
|
112
|
+
/* @__PURE__ */ d("div", { className: "-mb-4 flex items-center justify-between", children: /* @__PURE__ */ d("div", { className: "flex items-center gap-1", children: /* @__PURE__ */ d("span", { className: "text-default text-sm font-medium", children: `Group ${l.length + 1}` }) }) }),
|
|
113
|
+
/* @__PURE__ */ d(m, { groupId: null })
|
|
114
|
+
] });
|
|
115
|
+
return /* @__PURE__ */ s("div", { className: x("rounded-lg"), children: [
|
|
116
|
+
/* @__PURE__ */ d("div", { className: x("border-subtle mt-5 rounded-t-md border p-6 pb-5", t == null ? void 0 : t.container), children: /* @__PURE__ */ s("div", { className: "flex items-center justify-between", children: [
|
|
117
|
+
/* @__PURE__ */ s("div", { children: [
|
|
118
|
+
/* @__PURE__ */ d(q, { className: x("mb-1 text-sm font-semibold", t == null ? void 0 : t.label), children: c("round_robin_hosts") }),
|
|
119
|
+
/* @__PURE__ */ d(
|
|
120
|
+
"p",
|
|
121
|
+
{
|
|
122
|
+
className: x(
|
|
123
|
+
"text-subtle wrap-break-word max-w-full text-sm leading-tight",
|
|
124
|
+
t == null ? void 0 : t.description
|
|
125
|
+
),
|
|
126
|
+
children: /* @__PURE__ */ d(
|
|
127
|
+
Q,
|
|
128
|
+
{
|
|
129
|
+
t: c,
|
|
130
|
+
i18nKey: l.length > 0 ? "round_robin_groups_helper" : "round_robin_helper",
|
|
131
|
+
href: "https://cal.com/help/event-types/round-robin"
|
|
132
|
+
}
|
|
133
|
+
)
|
|
134
|
+
}
|
|
135
|
+
)
|
|
136
|
+
] }),
|
|
137
|
+
/* @__PURE__ */ d(U, { color: "secondary", size: "sm", StartIcon: "plus", onClick: E, children: c("add_group") })
|
|
138
|
+
] }) }),
|
|
139
|
+
/* @__PURE__ */ s("div", { className: "border-subtle rounded-b-md border border-t-0 px-6 pt-4", children: [
|
|
140
|
+
/* @__PURE__ */ d(
|
|
141
|
+
B,
|
|
142
|
+
{
|
|
143
|
+
name: "isRRWeightsEnabled",
|
|
144
|
+
render: ({ field: { value: r, onChange: o } }) => {
|
|
145
|
+
var n, e, p;
|
|
146
|
+
return /* @__PURE__ */ d(
|
|
147
|
+
J,
|
|
148
|
+
{
|
|
149
|
+
title: c("enable_weights"),
|
|
150
|
+
description: /* @__PURE__ */ d(Y, { t: c }),
|
|
151
|
+
checked: r,
|
|
152
|
+
switchContainerClassName: (n = t == null ? void 0 : t.enableWeights) == null ? void 0 : n.container,
|
|
153
|
+
labelClassName: (e = t == null ? void 0 : t.enableWeights) == null ? void 0 : e.label,
|
|
154
|
+
descriptionClassName: (p = t == null ? void 0 : t.enableWeights) == null ? void 0 : p.description,
|
|
155
|
+
onCheckedChange: (b) => j(b, o),
|
|
156
|
+
children: D ?? null
|
|
157
|
+
}
|
|
158
|
+
);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
),
|
|
162
|
+
l.length ? /* @__PURE__ */ s($, { children: [
|
|
163
|
+
/* @__PURE__ */ d(V, {}),
|
|
164
|
+
l.map((r, o) => {
|
|
165
|
+
const n = o + 1;
|
|
166
|
+
return /* @__PURE__ */ s("div", { className: "border-subtle my-4 rounded-md border p-4 pb-0", children: [
|
|
167
|
+
/* @__PURE__ */ s("div", { className: "-mb-4 flex items-center justify-between", children: [
|
|
168
|
+
/* @__PURE__ */ d("div", { className: "flex items-center gap-2", children: /* @__PURE__ */ d(
|
|
169
|
+
"input",
|
|
170
|
+
{
|
|
171
|
+
type: "text",
|
|
172
|
+
value: r.name ?? "",
|
|
173
|
+
onChange: (e) => S(r.id, e.target.value),
|
|
174
|
+
className: "border-none bg-transparent p-0 text-sm font-medium focus:outline-none focus:ring-0",
|
|
175
|
+
placeholder: `Group ${n}`
|
|
176
|
+
}
|
|
177
|
+
) }),
|
|
178
|
+
/* @__PURE__ */ d(
|
|
179
|
+
"button",
|
|
180
|
+
{
|
|
181
|
+
type: "button",
|
|
182
|
+
onClick: () => L(r.id),
|
|
183
|
+
className: "text-subtle hover:text-default rounded p-1",
|
|
184
|
+
children: /* @__PURE__ */ d(X, { className: "h-4 w-4" })
|
|
185
|
+
}
|
|
186
|
+
)
|
|
187
|
+
] }),
|
|
188
|
+
/* @__PURE__ */ d(m, { groupId: r.id })
|
|
189
|
+
] }, r.id);
|
|
190
|
+
})
|
|
191
|
+
] }) : /* @__PURE__ */ d(m, { groupId: ((w = l[0]) == null ? void 0 : w.id) ?? null })
|
|
192
|
+
] })
|
|
193
|
+
] });
|
|
194
|
+
};
|
|
195
|
+
export {
|
|
196
|
+
ue as RoundRobinHosts
|
|
197
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { UseFormReturn } from 'react-hook-form';
|
|
3
|
+
import { SchedulingType } from '../../contracts';
|
|
4
|
+
type CreateEventTypeFormValues = {
|
|
5
|
+
title?: string;
|
|
6
|
+
slug?: string;
|
|
7
|
+
schedulingType?: SchedulingType | string | null;
|
|
8
|
+
teamId?: number;
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
11
|
+
type Props = {
|
|
12
|
+
permissions: {
|
|
13
|
+
canCreateEventType: boolean;
|
|
14
|
+
};
|
|
15
|
+
teamSlug?: string | null;
|
|
16
|
+
teamId: number;
|
|
17
|
+
isPending: boolean;
|
|
18
|
+
urlPrefix?: string;
|
|
19
|
+
form: UseFormReturn<CreateEventTypeFormValues>;
|
|
20
|
+
handleSubmit: (values: CreateEventTypeFormValues) => void;
|
|
21
|
+
isManagedEventType: boolean;
|
|
22
|
+
SubmitButton: (isPending: boolean) => ReactNode;
|
|
23
|
+
isPlatform?: boolean;
|
|
24
|
+
};
|
|
25
|
+
export declare const TeamEventTypeForm: ({ permissions, teamSlug, teamId, form, urlPrefix, isPending, handleSubmit, isManagedEventType, SubmitButton, isPlatform, }: Props) => JSX.Element;
|
|
26
|
+
export default TeamEventTypeForm;
|
|
27
|
+
//# sourceMappingURL=team-event-type-form.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"team-event-type-form.d.ts","sourceRoot":"","sources":["../../../src/event-types/components/team-event-type-form.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAMrD,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAKjD,KAAK,yBAAyB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,cAAc,GAAG,MAAM,GAAG,IAAI,CAAC;IAChD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,KAAK,KAAK,GAAG;IACX,WAAW,EAAE;QACX,kBAAkB,EAAE,OAAO,CAAC;KAC7B,CAAC;IACF,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,aAAa,CAAC,yBAAyB,CAAC,CAAC;IAC/C,YAAY,EAAE,CAAC,MAAM,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAC1D,kBAAkB,EAAE,OAAO,CAAC;IAC5B,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,SAAS,CAAC;IAChD,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAAI,4HAW/B,KAAK,gBAmIP,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
import { jsxs as t, jsx as a } from "react/jsx-runtime";
|
|
2
|
+
import { Alert as T } from "../../components/ui/alert.js";
|
|
3
|
+
import { Form as $ } from "../../components/ui/form.js";
|
|
4
|
+
import { RadioAreaGroup as k, RadioArea as p } from "../../components/ui/radio-area-group.js";
|
|
5
|
+
import { TextField as u } from "../../components/ui/text-field.js";
|
|
6
|
+
import { Tooltip as N } from "../../components/ui/tooltip.js";
|
|
7
|
+
import "../../contracts/bookings.js";
|
|
8
|
+
import { SchedulingType as g } from "../../contracts/event-types.js";
|
|
9
|
+
import { useAtomsLocale as A } from "../../hooks/use-atoms-locale.js";
|
|
10
|
+
import { cn as c } from "../../lib/utils.js";
|
|
11
|
+
import v from "../../vendor/slugify.js";
|
|
12
|
+
const B = ({
|
|
13
|
+
permissions: _,
|
|
14
|
+
teamSlug: m,
|
|
15
|
+
teamId: b,
|
|
16
|
+
form: n,
|
|
17
|
+
urlPrefix: o,
|
|
18
|
+
isPending: x,
|
|
19
|
+
handleSubmit: y,
|
|
20
|
+
isManagedEventType: i,
|
|
21
|
+
SubmitButton: f,
|
|
22
|
+
isPlatform: d = !1
|
|
23
|
+
}) => {
|
|
24
|
+
const { t: e } = A(), { register: r, setValue: w, formState: h } = n, { canCreateEventType: s } = _;
|
|
25
|
+
return /* @__PURE__ */ t($, { form: n, handleSubmit: y, children: [
|
|
26
|
+
/* @__PURE__ */ t("div", { className: "mb-6 mt-1 stack-y-6", children: [
|
|
27
|
+
/* @__PURE__ */ a(
|
|
28
|
+
u,
|
|
29
|
+
{
|
|
30
|
+
type: "hidden",
|
|
31
|
+
labelProps: { style: { display: "none" } },
|
|
32
|
+
...r("teamId", { valueAsNumber: !0 }),
|
|
33
|
+
value: b
|
|
34
|
+
}
|
|
35
|
+
),
|
|
36
|
+
/* @__PURE__ */ a(
|
|
37
|
+
u,
|
|
38
|
+
{
|
|
39
|
+
label: e("title"),
|
|
40
|
+
placeholder: e("quick_chat"),
|
|
41
|
+
"data-testid": "event-type-quick-chat",
|
|
42
|
+
...r("title"),
|
|
43
|
+
onChange: (l) => {
|
|
44
|
+
n.setValue("title", l == null ? void 0 : l.target.value), h.touchedFields.slug === void 0 && n.setValue("slug", v(l == null ? void 0 : l.target.value));
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
o && o.length >= 21 ? /* @__PURE__ */ t("div", { children: [
|
|
49
|
+
/* @__PURE__ */ a(
|
|
50
|
+
u,
|
|
51
|
+
{
|
|
52
|
+
label: d ? "Slug" : `${e("url")}: ${o}`,
|
|
53
|
+
required: !0,
|
|
54
|
+
addOnLeading: d ? void 0 : /* @__PURE__ */ a(N, { content: i ? e("username_placeholder") : `team/${m}`, children: /* @__PURE__ */ t("span", { className: "max-w-24 md:max-w-56", children: [
|
|
55
|
+
"/",
|
|
56
|
+
i ? e("username_placeholder") : `team/${m}`,
|
|
57
|
+
"/"
|
|
58
|
+
] }) }),
|
|
59
|
+
...r("slug"),
|
|
60
|
+
onChange: (l) => {
|
|
61
|
+
n.setValue("slug", v(l == null ? void 0 : l.target.value), { shouldTouch: !0 });
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
),
|
|
65
|
+
i && !d && /* @__PURE__ */ a("p", { className: "mt-2 text-sm text-gray-600", children: e("managed_event_url_clarification") })
|
|
66
|
+
] }) : /* @__PURE__ */ t("div", { children: [
|
|
67
|
+
/* @__PURE__ */ a(
|
|
68
|
+
u,
|
|
69
|
+
{
|
|
70
|
+
label: d ? "Slug" : e("url"),
|
|
71
|
+
required: !0,
|
|
72
|
+
addOnLeading: d ? void 0 : /* @__PURE__ */ a(
|
|
73
|
+
N,
|
|
74
|
+
{
|
|
75
|
+
content: `${o}/${i ? e("username_placeholder") : `team/${m}`}/`,
|
|
76
|
+
children: /* @__PURE__ */ t("span", { className: "max-w-24 md:max-w-56", children: [
|
|
77
|
+
o,
|
|
78
|
+
"/",
|
|
79
|
+
i ? e("username_placeholder") : `team/${m}`,
|
|
80
|
+
"/"
|
|
81
|
+
] })
|
|
82
|
+
}
|
|
83
|
+
),
|
|
84
|
+
...r("slug"),
|
|
85
|
+
onChange: (l) => {
|
|
86
|
+
n.setValue("slug", v(l == null ? void 0 : l.target.value), { shouldTouch: !0 });
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
),
|
|
90
|
+
i && !d && /* @__PURE__ */ a("p", { className: "mt-2 text-sm text-gray-600", children: e("managed_event_url_clarification") })
|
|
91
|
+
] }),
|
|
92
|
+
/* @__PURE__ */ t("div", { className: "mb-4", children: [
|
|
93
|
+
/* @__PURE__ */ a("label", { htmlFor: "schedulingType", className: "text-default block text-sm font-bold", children: e("assignment") }),
|
|
94
|
+
h.errors.schedulingType && /* @__PURE__ */ a(
|
|
95
|
+
T,
|
|
96
|
+
{
|
|
97
|
+
className: "mt-1",
|
|
98
|
+
severity: "error",
|
|
99
|
+
message: h.errors.schedulingType.message
|
|
100
|
+
}
|
|
101
|
+
),
|
|
102
|
+
/* @__PURE__ */ t(
|
|
103
|
+
k,
|
|
104
|
+
{
|
|
105
|
+
onValueChange: (l) => {
|
|
106
|
+
w("schedulingType", l);
|
|
107
|
+
},
|
|
108
|
+
className: c("mt-1 flex gap-4", s && "flex-col"),
|
|
109
|
+
children: [
|
|
110
|
+
/* @__PURE__ */ t(
|
|
111
|
+
p,
|
|
112
|
+
{
|
|
113
|
+
...r("schedulingType"),
|
|
114
|
+
value: g.COLLECTIVE,
|
|
115
|
+
className: c("w-full text-sm", !s && "w-1/2"),
|
|
116
|
+
classNames: { container: c(s && "w-full") },
|
|
117
|
+
children: [
|
|
118
|
+
/* @__PURE__ */ a("strong", { className: "mb-1 block", children: e("collective") }),
|
|
119
|
+
/* @__PURE__ */ a("p", { children: e("collective_description") })
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
),
|
|
123
|
+
/* @__PURE__ */ t(
|
|
124
|
+
p,
|
|
125
|
+
{
|
|
126
|
+
...r("schedulingType"),
|
|
127
|
+
value: g.ROUND_ROBIN,
|
|
128
|
+
className: c("text-sm", !s && "w-1/2"),
|
|
129
|
+
classNames: { container: c(s && "w-full") },
|
|
130
|
+
children: [
|
|
131
|
+
/* @__PURE__ */ a("strong", { className: "mb-1 block", children: e("round_robin") }),
|
|
132
|
+
/* @__PURE__ */ a("p", { children: e("round_robin_description") })
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
),
|
|
136
|
+
s && /* @__PURE__ */ t(
|
|
137
|
+
p,
|
|
138
|
+
{
|
|
139
|
+
...r("schedulingType"),
|
|
140
|
+
value: g.MANAGED,
|
|
141
|
+
className: c("text-sm", !s && "w-1/2"),
|
|
142
|
+
classNames: { container: c(s && "w-full") },
|
|
143
|
+
"data-testid": "managed-event-type",
|
|
144
|
+
children: [
|
|
145
|
+
/* @__PURE__ */ a("strong", { className: "mb-1 block", children: e("managed_event") }),
|
|
146
|
+
/* @__PURE__ */ a("p", { children: e("managed_event_description") })
|
|
147
|
+
]
|
|
148
|
+
}
|
|
149
|
+
)
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
)
|
|
153
|
+
] })
|
|
154
|
+
] }),
|
|
155
|
+
f(x)
|
|
156
|
+
] });
|
|
157
|
+
};
|
|
158
|
+
export {
|
|
159
|
+
B as TeamEventTypeForm,
|
|
160
|
+
B as default
|
|
161
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"weight-description.d.ts","sourceRoot":"","sources":["../../../src/event-types/components/weight-description.tsx"],"names":[],"mappings":"AAIA,KAAK,mBAAmB,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC;AAEtF,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EAAE,CAAC,EAAE,EAAE;IAAE,CAAC,EAAE,mBAAmB,CAAA;CAAE,eAiB1E"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
import t from "next/link";
|
|
3
|
+
import { ServerTrans as i } from "../../vendor/server-trans.js";
|
|
4
|
+
function a({ t: r }) {
|
|
5
|
+
return /* @__PURE__ */ e(
|
|
6
|
+
i,
|
|
7
|
+
{
|
|
8
|
+
t: r,
|
|
9
|
+
i18nKey: "weights_description",
|
|
10
|
+
components: [
|
|
11
|
+
/* @__PURE__ */ e(
|
|
12
|
+
t,
|
|
13
|
+
{
|
|
14
|
+
className: "underline underline-offset-2",
|
|
15
|
+
target: "_blank",
|
|
16
|
+
href: "https://cal.com/docs/enterprise-features/teams/round-robin-scheduling#weights",
|
|
17
|
+
children: "Learn more"
|
|
18
|
+
},
|
|
19
|
+
"weights_description"
|
|
20
|
+
)
|
|
21
|
+
]
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
export {
|
|
26
|
+
a as default
|
|
27
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ApiErrorResponse, ApiResponse } from '../../contracts';
|
|
2
|
+
interface IUseAddVerifiedEmail {
|
|
3
|
+
onSuccess?: (res: ApiResponse) => void;
|
|
4
|
+
onError?: (err: ApiErrorResponse | Error) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const useAddVerifiedEmail: ({ onSuccess, onError }?: IUseAddVerifiedEmail) => import('@tanstack/react-query').UseMutationResult<ApiErrorResponse | import('../../contracts').ApiSuccessResponse<{
|
|
7
|
+
status: string;
|
|
8
|
+
data: {
|
|
9
|
+
emailVerified: boolean;
|
|
10
|
+
};
|
|
11
|
+
}>, unknown, {
|
|
12
|
+
email: string;
|
|
13
|
+
}, unknown>;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=use-add-verified-email.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-add-verified-email.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-add-verified-email.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAMrE,UAAU,oBAAoB;IAC5B,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,CAAC;IACvC,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,gBAAgB,GAAG,KAAK,KAAK,IAAI,CAAC;CACnD;AAED,eAAO,MAAM,mBAAmB,GAC9B,yBAAwB,oBAOvB;YAMW,MAAM;UACR;QACJ,aAAa,EAAE,OAAO,CAAC;KACxB;;WAIM,MAAM;WA4BlB,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { useMutation as s } from "@tanstack/react-query";
|
|
2
|
+
import { SUCCESS_STATUS as p } from "../../constants/api.js";
|
|
3
|
+
import "../../constants/app.js";
|
|
4
|
+
import { useAtomsContext as f } from "../../hooks/use-atoms-context.js";
|
|
5
|
+
import { appendClientIdToEmail as d } from "../../lib/append-client-id-to-email.js";
|
|
6
|
+
import o from "../../lib/http.js";
|
|
7
|
+
const c = ({ onSuccess: i, onError: e } = {
|
|
8
|
+
onSuccess: () => {
|
|
9
|
+
},
|
|
10
|
+
onError: () => {
|
|
11
|
+
}
|
|
12
|
+
}) => {
|
|
13
|
+
const { clientId: m } = f();
|
|
14
|
+
return s({
|
|
15
|
+
mutationFn: (t) => {
|
|
16
|
+
const { email: a } = t, l = d(a, m);
|
|
17
|
+
return o.post("/atoms/emails/verified-emails", {
|
|
18
|
+
email: l
|
|
19
|
+
}).then((n) => n.data);
|
|
20
|
+
},
|
|
21
|
+
onSuccess: (t) => {
|
|
22
|
+
t.status === p ? i == null || i(t) : e == null || e(t);
|
|
23
|
+
},
|
|
24
|
+
onError: (t) => {
|
|
25
|
+
e == null || e(t);
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
c as useAddVerifiedEmail
|
|
31
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* atoms-local adapter (out of UI canonicalization — hook, not UI). Replaces @calcom/web/modules/apps/hooks/useAppsData.
|
|
3
|
+
*
|
|
4
|
+
* The webapp's useAppsData wires per-app form metadata into the
|
|
5
|
+
* EventType form via context. atoms doesn't render app-store addons,
|
|
6
|
+
* so this returns no-op getters/setters and an empty metadata object.
|
|
7
|
+
* Callers that need real per-app settings should drive them through
|
|
8
|
+
* the booking/event-type API directly.
|
|
9
|
+
*/
|
|
10
|
+
export default function useAppsData(): {
|
|
11
|
+
getAppDataGetter: (_key: string) => (_field: string) => unknown;
|
|
12
|
+
getAppDataSetter: (_key: string, _categories: string[], _credentialId?: number) => (_field: string, _value: unknown) => void;
|
|
13
|
+
eventTypeFormMetadata: {};
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=use-apps-data-stub.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-apps-data-stub.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-apps-data-stub.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,WAAW;6BAEN,MAAM,MAAM,QAAQ,MAAM,KAAkB,OAAO;6BAEnE,MAAM,eAAe,MAAM,EAAE,kBAAkB,MAAM,MAAM,QAAQ,MAAM,EAAE,QAAQ,OAAO;;EAKtG"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Manages the "Assign all team members" warning dialog for managed
|
|
3
|
+
* event types. Mirrors the webapp hook — atoms needs the same UX
|
|
4
|
+
* flow when isPlatform callers render the team-assignment tab.
|
|
5
|
+
*/
|
|
6
|
+
export declare function useAssignAllManagedWarning(): {
|
|
7
|
+
isOpen: boolean;
|
|
8
|
+
shouldShowWarning: ({ schedulingType, oldAssignAllTeamMembers, newAssignAllTeamMembers, }: {
|
|
9
|
+
schedulingType: string | null;
|
|
10
|
+
oldAssignAllTeamMembers: boolean;
|
|
11
|
+
newAssignAllTeamMembers: boolean;
|
|
12
|
+
}) => boolean;
|
|
13
|
+
show: () => void;
|
|
14
|
+
confirm: () => void;
|
|
15
|
+
cancel: () => void;
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=use-assign-all-managed-warning.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-assign-all-managed-warning.d.ts","sourceRoot":"","sources":["../../../src/event-types/hooks/use-assign-all-managed-warning.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAgB,0BAA0B;;+FASnC;QACD,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;QAC9B,uBAAuB,EAAE,OAAO,CAAC;QACjC,uBAAuB,EAAE,OAAO,CAAC;KAClC;;;;EAsBJ"}
|