@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,626 @@
|
|
|
1
|
+
const e = "più alto", o = "Confermo che in caso di mia mancata partecipazione a questo evento, una penale per mancata presentazione di {{amount, currency}} verrà addebitata sulla mia carta.", i = "attivo", n = "Aggiungi", t = "Aggiungi un calendario", a = "Aggiungi un membro", s = "Aggiungi configurazione specifica", r = "Aggiungi un altro", c = "Aggiungi partecipanti", l = "Aggiungi il calendario {{calendar}}", _ = "Aggiungi eventi a", d = "Aggiungi gruppo", u = "Aggiungi nuova fascia oraria", p = "Aggiungi al calendario", m = "Seleziona dove aggiungere gli eventi quando vieni prenotato.", g = "Nessuna disponibilità.", Ot = "e", v = "App rimossa correttamente", b = "Calendario Apple connesso", f = "Connetti Calendario Apple", h = "Verifica Calendario Apple", z = "Applica", Mt = "App", y = "Rimuovere questa app?", w = "Quando questa opzione è abilitata, qualsiasi membro del team — inclusi i membri futuri — che ha un tipo di evento personale con lo slug /{{slug}} vedrà il proprio link di prenotazione sostituito automaticamente. Riceveranno una notifica via email.", C = "I link di prenotazione potrebbero essere sostituiti per i membri del team", P = "Assegna a", k = "Assegnazione", A = "Pianifica le riunioni quando tutti sono disponibili, oppure ruota tra i membri del tuo team", I = "Aggiungi tutti i membri del team, compresi quelli futuri", S = "Disponibilità", q = "Calendario disponibilità", N = "Impostazioni di disponibilità", L = "Indietro", R = "Impostazione evento", T = "Beta", D = "Questa funzionalità è in versione Beta. Invia il tuo feedback a", V = "Non siamo riusciti a trovare l'evento che stai cercando di prenotare.", O = "Impossibile prenotare la riunione.", M = "Non ci sono più posti disponibili", x = "L'evento ricorrente non supporta la funzionalità di limite di prenotazione per prenotatore. Disabilita il limite di prenotazione per prenotatore per abilitare l'evento ricorrente.", E = "Prova a riconnettere il calendario con tutti i permessi necessari", Q = "Impostazioni calendario", U = "Calendari che stiamo controllando per conflitti", G = "Riprovare specificando un orario differente.", F = "Annulla", B = "Questo tipo di evento non può essere eliminato", H = "cambia priorità", j = "Controlla conflitti", W = "Chiudi", Z = "Codice", $ = "Collettivo", J = "Pianifica le riunioni quando tutti i membri del team selezionati sono disponibili.", K = "Completa la prenotazione", X = "Conferenze", Y = "Aggiungi le tue app di videoconferenza preferite per le tue riunioni", ee = "Conferma", oe = "Conferma i tuoi dati", ie = "Connetti ora", ne = "Ti stiamo mettendo in contatto con qualcuno di {{orgName}}.", te = "Continua con {{appName}}", ae = "Copia orari in", se = "Copia orari in…", re = "Crea il tuo link di prenotazione con {{appName}}", ce = "Crea eventi su:", le = "Create a new schedule", _e = "Configurazione date specifiche", de = "Cancella configurazione specifica per il {{date}}", ue = "Seleziona le date da configurare", pe = "In quali orari sei libero/a?", me = "Le configurazioni valide per date specifiche vengono archiviate automaticamente dopo tali date", ge = "Segna come non disponibile (tutto il giorno)", ve = "Salva modifica", be = "Aggiungi le date in cui la tua disponibilità differisce dall'orario giornaliero.", fe = "Non disponibile, per tutto il giorno", he = "Aggiorna configurazione data specifica", ze = "Configurazione delle date aggiunta correttamente", ye = "Aggiorna le posizioni per i tipi di eventi selezionati", we = "Aggiorna in blocco i tipi di eventi esistenti", Ce = "Promemoria predefinito", Pe = "Imposta l'orario predefinito del promemoria per gli eventi aggiunti al tuo Google Calendar.", ke = "Orario lavorativo", Ae = "Aggiorna i programmi per i tipi di eventi selezionati", Ie = "Eliminare il tipo di evento?", Se = "Sei sicuro di voler eliminare questo tipo di evento?", qe = "Elimina programma", Ne = "L'eliminazione di una pianificazione comporterà la sua rimozione da tutti i tipi di eventi. L'azione non può essere annullata.", Le = "Descrizione", Re = "Fatto", Te = "Non vuoi aspettare?", De = "Stai effettuando una prenotazione di prova.", Ve = "Duplica", Oe = "Durata", Me = "La durata non può superare {{max}} minuti (24 ore)", xe = "La durata deve essere di almeno {{min}} minuto/i", Ee = "Modifica", Qe = "Abilita Pesi", Ue = "Immetti il codice di 6 cifre che è stato inviato a {{email}}", Ge = "Insrisci un numero compreso tra 1 e {{maxOccurences}}", Fe = "Si è verificato un errore durante la prenotazione dell'evento. Aggiorna la pagina e riprova", Be = "Errore nel caricamento dei tipi di evento", He = "Errore durante la rimozione dell'app", je = "Avanzate", We = "Limiti", Ze = "I limiti per le prenotazioni devono essere specificati in ordine crescente [giorno,settimana,mese,anno]", $e = "I limiti di durata devono essere specificati in ordine crescente [giorno, settimana, mese, anno]", Je = "Impostazione evento: la durata deve essere di almeno 1 minuto.", Ke = "Impostazione evento: Selezionare una durata predefinita valida.", Xe = "Impostazione evento: In caso di più durate è richiesta almeno 1 opzione.", Ye = "Puoi avere solo un'app di pagamento abilitata per ciascun tipo di evento.", eo = "Tipo di Evento", oo = "Tipo di evento eliminato con successo", io = "{{eventTypeTitle}} tipo di evento aggiornato con successo", no = "Eventi", to = "Ogni {{freq}} per", ao = "Stai lasciando Cal.com", so = "Stai per essere reindirizzato a un sito web esterno non gestito da Cal.com. Se desideri procedere, fai clic su continua.", ro = "Filtra per attributi", co = "Organizzatori fissi", lo = "Per un massimo di", _o = "Orario precedente", uo = "Torna indietro", po = "Calendario Google connesso", mo = "Connetti Calendario Google", go = "Verifica Calendario Google", vo = "Google Meet", bo = "Non riesci a trovare un orario?", fo = "Nascosto", ho = "alto", zo = "Nessuna disponibilità in questa festività", yo = "L'host ti sta reindirizzando a {{hostname}}:", wo = "{{count}}h", Co = "Includi prenotazioni non presentate nei calcoli round robin", Po = "Installa Calendario", ko = "Installato", Ao = "{{count}} installate", Io = "Prenotazione immediata", So = "Errore! Sembra che l'autorizzazione sia scaduta o che sia stata revocata. Prova a reinstallare.", qo = "Nel nome dell'evento è presente una variabile non valida", No = "Ti sei appena connesso. Prenota dagli slot sopra indicati o riprova più tardi.", Lo = "Avvia la risoluzione dei problemi", Ro = "Layout", To = "Caricamento...", Do = "{{locationCount}} opzioni di luogo", Vo = "basso", Oo = "più basso", Mo = "Gestisci calendari", xo = "Gestito", Eo = "Evento gestito", Qo = "Crea e distribuisci tipi di evento in blocco ai membri del team", Uo = "Se decidi di sostituirlo, i membri ne saranno avvisati. Torna indietro e rimuovili se non desideri sovrascriverlo.", Go = "Sostituisci e invia notifica a {{count}} membro", Fo = "Sostituisci e invia notifica a {{count}} membri", Bo = "L'URL /{{slug}} esiste già per {{count}} membro. Vuoi sostituirlo?", Ho = "L'URL /{{slug}} esiste già per {{count}} membri. Vuoi sostituirlo?", jo = 'il campo "username" può essere compilato solo con il nome utente dei membri assegnati', Wo = "medio", Zo = "L'URL della riunione è riportato nell'e-mail di conferma", $o = "Membri", Jo = "Pianificazione predefinita membro", Ko = "{{count}}m", Xo = "minuti", Yo = "Minuti", ei = "{{count}}$t({{unit}}_short)", oi = "Nome", ii = "Calendario senza nome", ni = "Hai bisogno di aiuto?", ti = "Nessuna disponibilità in {{month}}", ai = "Nessun calendario installato", si = "Non hai ancora collegato alcun calendario", ri = "Nessuna app {{category}}", ci = "Prova ad aggiungere un'app di conferenza per effettuare videochiamate con i clienti", li = "Nessun tipo di evento impostato", _i = "Questo utente non ha ancora impostato alcun tipo di evento.", di = "No schedules found", ui = "Penale per mancata presentazione", pi = "Non installato", mi = "{{num}} opzioni di luogo", gi = "Inserisci il numero in formato internazionale.", vi = "{{count}} membro", bi = "{{count}} membri", fi = "occorrenza", hi = "occorrenze", zi = "Video MS Teams", yi = "Prenota {{displayName}}", wi = "{{displayName}} è assente", Ci = "Opzioni", Pi = "Calendario Outlook connesso", ki = "Connetti Calendario Outlook", Ai = "Verifica Calendario Outlook", Ii = "Sovrapponi il mio calendario", Si = "Collegando il tuo calendario, accetti la nostra informativa sulla privacy e i termini di servizio. Puoi revocare l'accesso in qualsiasi momento.", qi = "Proprietario", Ni = "Pagato", Li = "Pagare per prenotare", Ri = "Paga ora", Ti = "Pagamento", Di = "In Attesa", Vi = "Sembra che tutti i nostri esperti siano occupati al momento. Ti invitiamo a programmare una chiamata in un momento che ti sia più comodo e saremo pronti ad assisterti.", Oi = "Per favore, non chiudere o aggiornare questa pagina", Mi = "Installa un calendario", xi = " Pianifica una chiamata futura se non siamo disponibili entro {{seconds}} secondi", Ei = "Altri {{count}}", Qi = "Anteprima", Ui = "Prezzo", Gi = "Priorità per {{userName}}", Fi = "Informativa sulla privacy", Bi = "Procedendo, accetti i nostri", Hi = "Chat Veloce", ji = "Una riunione video veloce.", Wi = "Ricorrente", Zi = "Evento ricorrente", $i = "L'evento ricorrente non supporta la funzionalità dei posti. Disabilita la funzionalità dei posti o rendi l'evento non ricorrente.", Ji = "Rimborsato", Ki = "Rimuovi app", Xi = "Si ripete ogni", Yi = "Si ripete {{count}} volte", en = "È necessario avere almeno un programma", on = "Richiede conferma", nn = "Riprogramma", tn = "Impossibile riprogrammare la riunione.", an = "Round Robin", sn = "Ciclo di riunioni tra più membri del team.", rn = "Organizzatori round robin", cn = "Distribuzione", ln = "Permette ai prenotanti di fissare incontri ogni volta che un host è disponibile. Usa questa opzione per massimizzare il numero di potenziali incontri prenotabili e quando la distribuzione uniforme degli incontri tra gli host è meno importante.", _n = "Massimizza disponibilità", dn = "Monitoreremo quante prenotazioni sono state effettuate con ciascun host e le confronteremo con gli altri, disabilitando alcuni host che sono troppo avanti per garantire una distribuzione uniforme delle prenotazioni.", un = "Bilanciamento del carico", pn = "Permette di ottimizzare la distribuzione per massimizzare la disponibilità o per ottenere un'assegnazione più bilanciata.", mn = "Il bilanciamento del carico è disponibile solo quando la base temporale è impostata su Orario di creazione della prenotazione", gn = "Il bilanciamento del carico non è disponibile con i gruppi Round Robin", vn = "Salva", bn = "Programma {{scheduleName}} creato", fn = "Programma invece", hn = "Tipo Di Pianificazione", zn = "Attualmente non è possibile abilitare i posti e addebitare la penale per mancata presentazione", yn = "Posti disponibili", wn = "Posti disponibili", Cn = "Posto disponibile", Pn = "Posti disponibili", kn = "Posti disponibili", An = "Posti disponibili", In = "La funzionalità dei posti non supporta eventi ricorrenti. Disabilita la funzionalità dei posti per renderlo ricorrente.", Sn = "I posti si esauriscono in fretta", qn = "Quasi tutti i posti sono al completo", Nn = "Seleziona...", Ln = "Seleziona tutto", Rn = "Seleziona su quali calendari desideri controllare i conflitti per evitare doppie prenotazioni.", Tn = "Seleziona nel passaggio successivo", Dn = "Imposta come predefinito", Vn = "Imposta priorità", On = "Imposta come predefinito", Mn = "Imposta Peso", xn = "Mostra nel profilo", En = "Mostra altro", Qn = "Inserendo il tuo numero di telefono acconsenti a ricevere messaggi SMS per questo evento. Potrebbero essere applicate tariffe SMS.", Un = "Qualcosa non sembra giusto?", Gn = "Qualcosa è andato storto.", Fn = "Altrove", Bn = "Stripe collegato", Hn = "Collegati a Stripe", jn = "Verifica delle credenziali Stripe in corso", Wn = "Invia", Zn = "Invia carta", $n = "Passa alla vista colonna", Jn = "Passa alla vista mensile", Kn = "Passa alla vista settimanale", Xn = "{{team}} non è pubblicato", Yn = "Termini", et = "Formato dell'orario", ot = "Fuso orario", it = "Seleziona fascia oraria", nt = "Seleziona una fascia oraria per prenotare l'evento.", tt = "Nessuna fascia oraria selezionata", at = "Occupato", st = "Timezone", rt = "Titolo", ct = "oggi", lt = "Attiva/disattiva i calendari in cui desideri controllare i conflitti per evitare doppie prenotazioni.", _t = "ID di riferimento traccia", dt = "Risoluzione problemi", ut = "Apri lo strumento di soluzione dei problemi per individuare il problema del tuo programma", pt = "Non Disponibile", mt = "Intervallo non disponibile", gt = "Aggiorna", xt = "URL", vt = "Questo utente è attualmente assente.", bt = "La persona che stai cercando di prenotare si è segnalata assente, quindi non accetta nuove prenotazioni.", ft = "username", ht = "Verifica email", zt = "Verifica l'e-mail", yt = "Visualizza il mese successivo", wt = "Visualizza gli eventi del tuo calendario per prevenire prenotazioni in conflitto.", Ct = "Visualizza mese precedente", Pt = "I pagamenti per gli eventi ricorrenti non sono ancora supportati", kt = "Dettagli della conferenza web da seguire.", At = "Webhook", It = "Peso", St = "Peso per {{userName}}", qt = "Cosa", Nt = "Quando", Lt = "Dove", Rt = "Flussi di lavoro", Tt = "Sì, rimuovi l'app", Dt = "Puoi configurare queste impostazioni su base per evento nelle impostazioni avanzate di ciascun tipo di evento.", Vt = "Zoom", Et = {
|
|
2
|
+
"12_hour_short": "12h",
|
|
3
|
+
"24_hour_short": "24 ore",
|
|
4
|
+
"404_page_not_found": "404: Questa pagina non è stata trovata.",
|
|
5
|
+
Highest: e,
|
|
6
|
+
acknowledge_booking_no_show_fee: o,
|
|
7
|
+
active: i,
|
|
8
|
+
add: n,
|
|
9
|
+
add_a_calendar: t,
|
|
10
|
+
add_a_member: a,
|
|
11
|
+
add_an_override: s,
|
|
12
|
+
add_another: r,
|
|
13
|
+
add_attendees: c,
|
|
14
|
+
add_calendar_label: l,
|
|
15
|
+
add_events_to: _,
|
|
16
|
+
add_group: d,
|
|
17
|
+
add_time_availability: u,
|
|
18
|
+
add_to_calendar: p,
|
|
19
|
+
add_to_calendar_description: m,
|
|
20
|
+
all_booked_today: g,
|
|
21
|
+
and: "e",
|
|
22
|
+
app_removed_successfully: v,
|
|
23
|
+
apple_connect_atom_already_connected_label: b,
|
|
24
|
+
apple_connect_atom_label: f,
|
|
25
|
+
apple_connect_atom_loading_label: h,
|
|
26
|
+
apply: z,
|
|
27
|
+
apps: "App",
|
|
28
|
+
are_you_sure_you_want_to_remove_this_app: y,
|
|
29
|
+
assign_all_managed_warning_description: w,
|
|
30
|
+
assign_all_managed_warning_title: C,
|
|
31
|
+
assign_to: P,
|
|
32
|
+
assignment: k,
|
|
33
|
+
assignment_description: A,
|
|
34
|
+
automatically_add_all_team_members: I,
|
|
35
|
+
availability: S,
|
|
36
|
+
availability_schedule: q,
|
|
37
|
+
availability_settings: N,
|
|
38
|
+
back: L,
|
|
39
|
+
basics: R,
|
|
40
|
+
beta: T,
|
|
41
|
+
beta_try_recurring_events: D,
|
|
42
|
+
booker_event_not_found: V,
|
|
43
|
+
booking_fail: O,
|
|
44
|
+
booking_full: M,
|
|
45
|
+
booking_limit_per_booker_doesnt_support_recurring: x,
|
|
46
|
+
calendar_error: E,
|
|
47
|
+
calendar_settings: Q,
|
|
48
|
+
calendars_were_checking_for_conflicts: U,
|
|
49
|
+
can_you_try_again: G,
|
|
50
|
+
cancel: F,
|
|
51
|
+
cannot_delete_event_type: B,
|
|
52
|
+
change_priority: H,
|
|
53
|
+
check_for_conflicts: j,
|
|
54
|
+
close: W,
|
|
55
|
+
code: Z,
|
|
56
|
+
collective: $,
|
|
57
|
+
collective_description: J,
|
|
58
|
+
complete_your_booking: K,
|
|
59
|
+
conferencing: X,
|
|
60
|
+
conferencing_description: Y,
|
|
61
|
+
confirm: ee,
|
|
62
|
+
confirm_your_details: oe,
|
|
63
|
+
connect_now: ie,
|
|
64
|
+
connecting_you_to_someone: ne,
|
|
65
|
+
continue: "Continua",
|
|
66
|
+
continue_with: te,
|
|
67
|
+
copy_times_to: ae,
|
|
68
|
+
copy_times_to_tooltip: se,
|
|
69
|
+
create_booking_link_with_calcom: re,
|
|
70
|
+
create_events_on: ce,
|
|
71
|
+
create_new_schedule: le,
|
|
72
|
+
date_overrides: _e,
|
|
73
|
+
date_overrides_delete_on_date: de,
|
|
74
|
+
date_overrides_dialog_title: ue,
|
|
75
|
+
date_overrides_dialog_which_hours: pe,
|
|
76
|
+
date_overrides_info: me,
|
|
77
|
+
date_overrides_mark_all_day_unavailable_one: ge,
|
|
78
|
+
date_overrides_save_btn: ve,
|
|
79
|
+
date_overrides_subtitle: be,
|
|
80
|
+
date_overrides_unavailable: fe,
|
|
81
|
+
date_overrides_update_btn: he,
|
|
82
|
+
date_successfully_added: ze,
|
|
83
|
+
default: "Predefinito",
|
|
84
|
+
default_conferencing_bulk_description: ye,
|
|
85
|
+
default_conferencing_bulk_title: we,
|
|
86
|
+
default_reminder: Ce,
|
|
87
|
+
default_reminder_description: Pe,
|
|
88
|
+
default_schedule_name: ke,
|
|
89
|
+
default_schedules_bulk_description: Ae,
|
|
90
|
+
delete: "Elimina",
|
|
91
|
+
delete_event_type: Ie,
|
|
92
|
+
delete_event_type_confirmation: Se,
|
|
93
|
+
delete_schedule: qe,
|
|
94
|
+
delete_schedule_description: Ne,
|
|
95
|
+
description: Le,
|
|
96
|
+
done: Re,
|
|
97
|
+
dont_want_to_wait: Te,
|
|
98
|
+
dry_run_mode_active: De,
|
|
99
|
+
duplicate: Ve,
|
|
100
|
+
duration: Oe,
|
|
101
|
+
duration_max_error: Me,
|
|
102
|
+
duration_min_error: xe,
|
|
103
|
+
edit: Ee,
|
|
104
|
+
enable_weights: Qe,
|
|
105
|
+
enter_digit_code: Ue,
|
|
106
|
+
enter_number_between_range: Ge,
|
|
107
|
+
error_booking_event: Fe,
|
|
108
|
+
error_loading_event_types: Be,
|
|
109
|
+
error_removing_app: He,
|
|
110
|
+
event_advanced_tab_title: je,
|
|
111
|
+
event_limit_tab_title: We,
|
|
112
|
+
event_setup_booking_limits_error: Ze,
|
|
113
|
+
event_setup_duration_limits_error: $e,
|
|
114
|
+
event_setup_length_error: Je,
|
|
115
|
+
event_setup_multiple_duration_default_error: Ke,
|
|
116
|
+
event_setup_multiple_duration_error: Xe,
|
|
117
|
+
event_setup_multiple_payment_apps_error: Ye,
|
|
118
|
+
event_type: eo,
|
|
119
|
+
event_type_deleted_successfully: oo,
|
|
120
|
+
event_type_updated_successfully: io,
|
|
121
|
+
events: no,
|
|
122
|
+
every_for_freq: to,
|
|
123
|
+
external_redirect_title: ao,
|
|
124
|
+
external_redirect_warning: so,
|
|
125
|
+
filter_by_attributes: ro,
|
|
126
|
+
fixed_hosts: co,
|
|
127
|
+
for_a_maximum_of: lo,
|
|
128
|
+
former_time: _o,
|
|
129
|
+
go_back: uo,
|
|
130
|
+
google_connect_atom_already_connected_label: po,
|
|
131
|
+
google_connect_atom_label: mo,
|
|
132
|
+
google_connect_atom_loading_label: go,
|
|
133
|
+
google_meet: vo,
|
|
134
|
+
having_trouble_finding_time: bo,
|
|
135
|
+
hidden: fo,
|
|
136
|
+
high: ho,
|
|
137
|
+
holiday_no_availability: zo,
|
|
138
|
+
host_redirecting_to: yo,
|
|
139
|
+
hour_one_short: wo,
|
|
140
|
+
include_no_show_in_rr_calculation: Co,
|
|
141
|
+
install_calendar: Po,
|
|
142
|
+
installed: ko,
|
|
143
|
+
installed_other: Ao,
|
|
144
|
+
instant_tab_title: Io,
|
|
145
|
+
invalid_credential: So,
|
|
146
|
+
invalid_event_name_variables: qo,
|
|
147
|
+
just_connected_description: No,
|
|
148
|
+
launch_troubleshooter: Lo,
|
|
149
|
+
layout: Ro,
|
|
150
|
+
loading: To,
|
|
151
|
+
location_options: Do,
|
|
152
|
+
low: Vo,
|
|
153
|
+
lowest: Oo,
|
|
154
|
+
manage_calendars: Mo,
|
|
155
|
+
managed: xo,
|
|
156
|
+
managed_event: Eo,
|
|
157
|
+
managed_event_description: Qo,
|
|
158
|
+
managed_event_dialog_clarification: Uo,
|
|
159
|
+
managed_event_dialog_confirm_button_one: Go,
|
|
160
|
+
managed_event_dialog_confirm_button_other: Fo,
|
|
161
|
+
managed_event_dialog_title_one: Bo,
|
|
162
|
+
managed_event_dialog_title_other: Ho,
|
|
163
|
+
managed_event_url_clarification: jo,
|
|
164
|
+
medium: Wo,
|
|
165
|
+
meeting_url_in_confirmation_email: Zo,
|
|
166
|
+
member: $o,
|
|
167
|
+
members_default_schedule: Jo,
|
|
168
|
+
minute_one_short: Ko,
|
|
169
|
+
minute_timeUnit: Xo,
|
|
170
|
+
minutes: Yo,
|
|
171
|
+
multiple_duration_timeUnit_short: ei,
|
|
172
|
+
name: oi,
|
|
173
|
+
nameless_calendar: ii,
|
|
174
|
+
need_help: ni,
|
|
175
|
+
new: "Nuovo",
|
|
176
|
+
no_availability_in_month: ti,
|
|
177
|
+
no_calendar_installed: ai,
|
|
178
|
+
no_calendar_installed_description: si,
|
|
179
|
+
no_category_apps: ri,
|
|
180
|
+
no_category_apps_description_conferencing: ci,
|
|
181
|
+
no_event_types: li,
|
|
182
|
+
no_event_types_have_been_setup: _i,
|
|
183
|
+
no_schedules_present: di,
|
|
184
|
+
no_show_fee: ui,
|
|
185
|
+
not_installed: pi,
|
|
186
|
+
num_locations: mi,
|
|
187
|
+
number_in_international_format: gi,
|
|
188
|
+
number_member_one: vi,
|
|
189
|
+
number_member_other: bi,
|
|
190
|
+
occurrence_one: fi,
|
|
191
|
+
occurrence_other: hi,
|
|
192
|
+
office_365_video: zi,
|
|
193
|
+
ooo_slots_book_with: yi,
|
|
194
|
+
ooo_user_is_ooo: wi,
|
|
195
|
+
options: Ci,
|
|
196
|
+
outlook_connect_atom_already_connected_label: Pi,
|
|
197
|
+
outlook_connect_atom_label: ki,
|
|
198
|
+
outlook_connect_atom_loading_label: Ai,
|
|
199
|
+
overlay_my_calendar: Ii,
|
|
200
|
+
overlay_my_calendar_toc: Si,
|
|
201
|
+
owner: qi,
|
|
202
|
+
paid: Ni,
|
|
203
|
+
pay_and_book: Li,
|
|
204
|
+
pay_now: Ri,
|
|
205
|
+
payment: Ti,
|
|
206
|
+
pending: Di,
|
|
207
|
+
please_book_a_time_sometime_later: Vi,
|
|
208
|
+
please_do_not_close_this_tab: Oi,
|
|
209
|
+
please_install_a_calendar: Mi,
|
|
210
|
+
please_schedule_future_call: xi,
|
|
211
|
+
plus_more: Ei,
|
|
212
|
+
preview: Qi,
|
|
213
|
+
price: Ui,
|
|
214
|
+
priority_for_user: Gi,
|
|
215
|
+
privacy_policy: Fi,
|
|
216
|
+
proceeding_agreement: Bi,
|
|
217
|
+
quick_chat: Hi,
|
|
218
|
+
quick_video_meeting: ji,
|
|
219
|
+
recurring: Wi,
|
|
220
|
+
recurring_event: Zi,
|
|
221
|
+
recurring_event_seats_error: $i,
|
|
222
|
+
refunded: Ji,
|
|
223
|
+
remove_app: Ki,
|
|
224
|
+
repeats_every: Xi,
|
|
225
|
+
repeats_num_times: Yi,
|
|
226
|
+
requires_at_least_one_schedule: en,
|
|
227
|
+
requires_confirmation: on,
|
|
228
|
+
reschedule: nn,
|
|
229
|
+
reschedule_fail: tn,
|
|
230
|
+
round_robin: an,
|
|
231
|
+
round_robin_description: sn,
|
|
232
|
+
round_robin_hosts: rn,
|
|
233
|
+
rr_distribution_method: cn,
|
|
234
|
+
rr_distribution_method_availability_description: ln,
|
|
235
|
+
rr_distribution_method_availability_title: _n,
|
|
236
|
+
rr_distribution_method_balanced_description: dn,
|
|
237
|
+
rr_distribution_method_balanced_title: un,
|
|
238
|
+
rr_distribution_method_description: pn,
|
|
239
|
+
rr_load_balancing_disabled: mn,
|
|
240
|
+
rr_load_balancing_disabled_with_groups: gn,
|
|
241
|
+
save: vn,
|
|
242
|
+
schedule_created_successfully: bn,
|
|
243
|
+
schedule_instead: fn,
|
|
244
|
+
scheduling_type: hn,
|
|
245
|
+
seats_and_no_show_fee_error: zn,
|
|
246
|
+
seats_available_few: yn,
|
|
247
|
+
seats_available_many: wn,
|
|
248
|
+
seats_available_one: Cn,
|
|
249
|
+
seats_available_other: Pn,
|
|
250
|
+
seats_available_two: kn,
|
|
251
|
+
seats_available_zero: An,
|
|
252
|
+
seats_doesnt_support_recurring: In,
|
|
253
|
+
seats_half_full: Sn,
|
|
254
|
+
seats_nearly_full: qn,
|
|
255
|
+
select: Nn,
|
|
256
|
+
select_all: Ln,
|
|
257
|
+
select_calendars: Rn,
|
|
258
|
+
select_on_next_step: Tn,
|
|
259
|
+
set_as_default: Dn,
|
|
260
|
+
set_priority: Vn,
|
|
261
|
+
set_to_default: On,
|
|
262
|
+
set_weight: Mn,
|
|
263
|
+
show_eventtype_on_profile: xn,
|
|
264
|
+
show_more: En,
|
|
265
|
+
sms_workflow_consent: Qn,
|
|
266
|
+
something_doesnt_look_right: Un,
|
|
267
|
+
something_went_wrong: Gn,
|
|
268
|
+
somewhere_else: Fn,
|
|
269
|
+
stripe_connect_atom_already_connected_label: Bn,
|
|
270
|
+
stripe_connect_atom_label: Hn,
|
|
271
|
+
stripe_connect_atom_loading_label: jn,
|
|
272
|
+
submit: Wn,
|
|
273
|
+
submit_card: Zn,
|
|
274
|
+
switch_columnview: $n,
|
|
275
|
+
switch_monthly: Jn,
|
|
276
|
+
switch_weekly: Kn,
|
|
277
|
+
team_is_unpublished: Xn,
|
|
278
|
+
terms: Yn,
|
|
279
|
+
time_format: et,
|
|
280
|
+
time_shift: ot,
|
|
281
|
+
timeslot_missing_cta: it,
|
|
282
|
+
timeslot_missing_description: nt,
|
|
283
|
+
timeslot_missing_title: tt,
|
|
284
|
+
timeslot_unavailable_short: at,
|
|
285
|
+
timezone: st,
|
|
286
|
+
title: rt,
|
|
287
|
+
today: ct,
|
|
288
|
+
toggle_calendars_conflict: lt,
|
|
289
|
+
trace_reference_id: _t,
|
|
290
|
+
troubleshooter: dt,
|
|
291
|
+
troubleshooter_tooltip: ut,
|
|
292
|
+
unavailable: pt,
|
|
293
|
+
unavailable_timeslot_title: mt,
|
|
294
|
+
update: gt,
|
|
295
|
+
url: "URL",
|
|
296
|
+
user_away: vt,
|
|
297
|
+
user_away_description: bt,
|
|
298
|
+
username_placeholder: ft,
|
|
299
|
+
verify_email_button: ht,
|
|
300
|
+
verify_your_email: zt,
|
|
301
|
+
view_next_month: yt,
|
|
302
|
+
view_overlay_calendar_events: wt,
|
|
303
|
+
view_previous_month: Ct,
|
|
304
|
+
warning_payment_recurring_event: Pt,
|
|
305
|
+
web_conferencing_details_to_follow: kt,
|
|
306
|
+
webhooks: At,
|
|
307
|
+
weight: It,
|
|
308
|
+
weight_for_user: St,
|
|
309
|
+
what: qt,
|
|
310
|
+
when: Nt,
|
|
311
|
+
where: Lt,
|
|
312
|
+
workflows: Rt,
|
|
313
|
+
yes_remove_app: Tt,
|
|
314
|
+
you_can_override_calendar_in_advanced_tab: Dt,
|
|
315
|
+
zoom: Vt
|
|
316
|
+
};
|
|
317
|
+
export {
|
|
318
|
+
e as Highest,
|
|
319
|
+
o as acknowledge_booking_no_show_fee,
|
|
320
|
+
i as active,
|
|
321
|
+
n as add,
|
|
322
|
+
t as add_a_calendar,
|
|
323
|
+
a as add_a_member,
|
|
324
|
+
s as add_an_override,
|
|
325
|
+
r as add_another,
|
|
326
|
+
c as add_attendees,
|
|
327
|
+
l as add_calendar_label,
|
|
328
|
+
_ as add_events_to,
|
|
329
|
+
d as add_group,
|
|
330
|
+
u as add_time_availability,
|
|
331
|
+
p as add_to_calendar,
|
|
332
|
+
m as add_to_calendar_description,
|
|
333
|
+
g as all_booked_today,
|
|
334
|
+
Ot as and,
|
|
335
|
+
v as app_removed_successfully,
|
|
336
|
+
b as apple_connect_atom_already_connected_label,
|
|
337
|
+
f as apple_connect_atom_label,
|
|
338
|
+
h as apple_connect_atom_loading_label,
|
|
339
|
+
z as apply,
|
|
340
|
+
Mt as apps,
|
|
341
|
+
y as are_you_sure_you_want_to_remove_this_app,
|
|
342
|
+
w as assign_all_managed_warning_description,
|
|
343
|
+
C as assign_all_managed_warning_title,
|
|
344
|
+
P as assign_to,
|
|
345
|
+
k as assignment,
|
|
346
|
+
A as assignment_description,
|
|
347
|
+
I as automatically_add_all_team_members,
|
|
348
|
+
S as availability,
|
|
349
|
+
q as availability_schedule,
|
|
350
|
+
N as availability_settings,
|
|
351
|
+
L as back,
|
|
352
|
+
R as basics,
|
|
353
|
+
T as beta,
|
|
354
|
+
D as beta_try_recurring_events,
|
|
355
|
+
V as booker_event_not_found,
|
|
356
|
+
O as booking_fail,
|
|
357
|
+
M as booking_full,
|
|
358
|
+
x as booking_limit_per_booker_doesnt_support_recurring,
|
|
359
|
+
E as calendar_error,
|
|
360
|
+
Q as calendar_settings,
|
|
361
|
+
U as calendars_were_checking_for_conflicts,
|
|
362
|
+
G as can_you_try_again,
|
|
363
|
+
F as cancel,
|
|
364
|
+
B as cannot_delete_event_type,
|
|
365
|
+
H as change_priority,
|
|
366
|
+
j as check_for_conflicts,
|
|
367
|
+
W as close,
|
|
368
|
+
Z as code,
|
|
369
|
+
$ as collective,
|
|
370
|
+
J as collective_description,
|
|
371
|
+
K as complete_your_booking,
|
|
372
|
+
X as conferencing,
|
|
373
|
+
Y as conferencing_description,
|
|
374
|
+
ee as confirm,
|
|
375
|
+
oe as confirm_your_details,
|
|
376
|
+
ie as connect_now,
|
|
377
|
+
ne as connecting_you_to_someone,
|
|
378
|
+
te as continue_with,
|
|
379
|
+
ae as copy_times_to,
|
|
380
|
+
se as copy_times_to_tooltip,
|
|
381
|
+
re as create_booking_link_with_calcom,
|
|
382
|
+
ce as create_events_on,
|
|
383
|
+
le as create_new_schedule,
|
|
384
|
+
_e as date_overrides,
|
|
385
|
+
de as date_overrides_delete_on_date,
|
|
386
|
+
ue as date_overrides_dialog_title,
|
|
387
|
+
pe as date_overrides_dialog_which_hours,
|
|
388
|
+
me as date_overrides_info,
|
|
389
|
+
ge as date_overrides_mark_all_day_unavailable_one,
|
|
390
|
+
ve as date_overrides_save_btn,
|
|
391
|
+
be as date_overrides_subtitle,
|
|
392
|
+
fe as date_overrides_unavailable,
|
|
393
|
+
he as date_overrides_update_btn,
|
|
394
|
+
ze as date_successfully_added,
|
|
395
|
+
Et as default,
|
|
396
|
+
ye as default_conferencing_bulk_description,
|
|
397
|
+
we as default_conferencing_bulk_title,
|
|
398
|
+
Ce as default_reminder,
|
|
399
|
+
Pe as default_reminder_description,
|
|
400
|
+
ke as default_schedule_name,
|
|
401
|
+
Ae as default_schedules_bulk_description,
|
|
402
|
+
Ie as delete_event_type,
|
|
403
|
+
Se as delete_event_type_confirmation,
|
|
404
|
+
qe as delete_schedule,
|
|
405
|
+
Ne as delete_schedule_description,
|
|
406
|
+
Le as description,
|
|
407
|
+
Re as done,
|
|
408
|
+
Te as dont_want_to_wait,
|
|
409
|
+
De as dry_run_mode_active,
|
|
410
|
+
Ve as duplicate,
|
|
411
|
+
Oe as duration,
|
|
412
|
+
Me as duration_max_error,
|
|
413
|
+
xe as duration_min_error,
|
|
414
|
+
Ee as edit,
|
|
415
|
+
Qe as enable_weights,
|
|
416
|
+
Ue as enter_digit_code,
|
|
417
|
+
Ge as enter_number_between_range,
|
|
418
|
+
Fe as error_booking_event,
|
|
419
|
+
Be as error_loading_event_types,
|
|
420
|
+
He as error_removing_app,
|
|
421
|
+
je as event_advanced_tab_title,
|
|
422
|
+
We as event_limit_tab_title,
|
|
423
|
+
Ze as event_setup_booking_limits_error,
|
|
424
|
+
$e as event_setup_duration_limits_error,
|
|
425
|
+
Je as event_setup_length_error,
|
|
426
|
+
Ke as event_setup_multiple_duration_default_error,
|
|
427
|
+
Xe as event_setup_multiple_duration_error,
|
|
428
|
+
Ye as event_setup_multiple_payment_apps_error,
|
|
429
|
+
eo as event_type,
|
|
430
|
+
oo as event_type_deleted_successfully,
|
|
431
|
+
io as event_type_updated_successfully,
|
|
432
|
+
no as events,
|
|
433
|
+
to as every_for_freq,
|
|
434
|
+
ao as external_redirect_title,
|
|
435
|
+
so as external_redirect_warning,
|
|
436
|
+
ro as filter_by_attributes,
|
|
437
|
+
co as fixed_hosts,
|
|
438
|
+
lo as for_a_maximum_of,
|
|
439
|
+
_o as former_time,
|
|
440
|
+
uo as go_back,
|
|
441
|
+
po as google_connect_atom_already_connected_label,
|
|
442
|
+
mo as google_connect_atom_label,
|
|
443
|
+
go as google_connect_atom_loading_label,
|
|
444
|
+
vo as google_meet,
|
|
445
|
+
bo as having_trouble_finding_time,
|
|
446
|
+
fo as hidden,
|
|
447
|
+
ho as high,
|
|
448
|
+
zo as holiday_no_availability,
|
|
449
|
+
yo as host_redirecting_to,
|
|
450
|
+
wo as hour_one_short,
|
|
451
|
+
Co as include_no_show_in_rr_calculation,
|
|
452
|
+
Po as install_calendar,
|
|
453
|
+
ko as installed,
|
|
454
|
+
Ao as installed_other,
|
|
455
|
+
Io as instant_tab_title,
|
|
456
|
+
So as invalid_credential,
|
|
457
|
+
qo as invalid_event_name_variables,
|
|
458
|
+
No as just_connected_description,
|
|
459
|
+
Lo as launch_troubleshooter,
|
|
460
|
+
Ro as layout,
|
|
461
|
+
To as loading,
|
|
462
|
+
Do as location_options,
|
|
463
|
+
Vo as low,
|
|
464
|
+
Oo as lowest,
|
|
465
|
+
Mo as manage_calendars,
|
|
466
|
+
xo as managed,
|
|
467
|
+
Eo as managed_event,
|
|
468
|
+
Qo as managed_event_description,
|
|
469
|
+
Uo as managed_event_dialog_clarification,
|
|
470
|
+
Go as managed_event_dialog_confirm_button_one,
|
|
471
|
+
Fo as managed_event_dialog_confirm_button_other,
|
|
472
|
+
Bo as managed_event_dialog_title_one,
|
|
473
|
+
Ho as managed_event_dialog_title_other,
|
|
474
|
+
jo as managed_event_url_clarification,
|
|
475
|
+
Wo as medium,
|
|
476
|
+
Zo as meeting_url_in_confirmation_email,
|
|
477
|
+
$o as member,
|
|
478
|
+
Jo as members_default_schedule,
|
|
479
|
+
Ko as minute_one_short,
|
|
480
|
+
Xo as minute_timeUnit,
|
|
481
|
+
Yo as minutes,
|
|
482
|
+
ei as multiple_duration_timeUnit_short,
|
|
483
|
+
oi as name,
|
|
484
|
+
ii as nameless_calendar,
|
|
485
|
+
ni as need_help,
|
|
486
|
+
ti as no_availability_in_month,
|
|
487
|
+
ai as no_calendar_installed,
|
|
488
|
+
si as no_calendar_installed_description,
|
|
489
|
+
ri as no_category_apps,
|
|
490
|
+
ci as no_category_apps_description_conferencing,
|
|
491
|
+
li as no_event_types,
|
|
492
|
+
_i as no_event_types_have_been_setup,
|
|
493
|
+
di as no_schedules_present,
|
|
494
|
+
ui as no_show_fee,
|
|
495
|
+
pi as not_installed,
|
|
496
|
+
mi as num_locations,
|
|
497
|
+
gi as number_in_international_format,
|
|
498
|
+
vi as number_member_one,
|
|
499
|
+
bi as number_member_other,
|
|
500
|
+
fi as occurrence_one,
|
|
501
|
+
hi as occurrence_other,
|
|
502
|
+
zi as office_365_video,
|
|
503
|
+
yi as ooo_slots_book_with,
|
|
504
|
+
wi as ooo_user_is_ooo,
|
|
505
|
+
Ci as options,
|
|
506
|
+
Pi as outlook_connect_atom_already_connected_label,
|
|
507
|
+
ki as outlook_connect_atom_label,
|
|
508
|
+
Ai as outlook_connect_atom_loading_label,
|
|
509
|
+
Ii as overlay_my_calendar,
|
|
510
|
+
Si as overlay_my_calendar_toc,
|
|
511
|
+
qi as owner,
|
|
512
|
+
Ni as paid,
|
|
513
|
+
Li as pay_and_book,
|
|
514
|
+
Ri as pay_now,
|
|
515
|
+
Ti as payment,
|
|
516
|
+
Di as pending,
|
|
517
|
+
Vi as please_book_a_time_sometime_later,
|
|
518
|
+
Oi as please_do_not_close_this_tab,
|
|
519
|
+
Mi as please_install_a_calendar,
|
|
520
|
+
xi as please_schedule_future_call,
|
|
521
|
+
Ei as plus_more,
|
|
522
|
+
Qi as preview,
|
|
523
|
+
Ui as price,
|
|
524
|
+
Gi as priority_for_user,
|
|
525
|
+
Fi as privacy_policy,
|
|
526
|
+
Bi as proceeding_agreement,
|
|
527
|
+
Hi as quick_chat,
|
|
528
|
+
ji as quick_video_meeting,
|
|
529
|
+
Wi as recurring,
|
|
530
|
+
Zi as recurring_event,
|
|
531
|
+
$i as recurring_event_seats_error,
|
|
532
|
+
Ji as refunded,
|
|
533
|
+
Ki as remove_app,
|
|
534
|
+
Xi as repeats_every,
|
|
535
|
+
Yi as repeats_num_times,
|
|
536
|
+
en as requires_at_least_one_schedule,
|
|
537
|
+
on as requires_confirmation,
|
|
538
|
+
nn as reschedule,
|
|
539
|
+
tn as reschedule_fail,
|
|
540
|
+
an as round_robin,
|
|
541
|
+
sn as round_robin_description,
|
|
542
|
+
rn as round_robin_hosts,
|
|
543
|
+
cn as rr_distribution_method,
|
|
544
|
+
ln as rr_distribution_method_availability_description,
|
|
545
|
+
_n as rr_distribution_method_availability_title,
|
|
546
|
+
dn as rr_distribution_method_balanced_description,
|
|
547
|
+
un as rr_distribution_method_balanced_title,
|
|
548
|
+
pn as rr_distribution_method_description,
|
|
549
|
+
mn as rr_load_balancing_disabled,
|
|
550
|
+
gn as rr_load_balancing_disabled_with_groups,
|
|
551
|
+
vn as save,
|
|
552
|
+
bn as schedule_created_successfully,
|
|
553
|
+
fn as schedule_instead,
|
|
554
|
+
hn as scheduling_type,
|
|
555
|
+
zn as seats_and_no_show_fee_error,
|
|
556
|
+
yn as seats_available_few,
|
|
557
|
+
wn as seats_available_many,
|
|
558
|
+
Cn as seats_available_one,
|
|
559
|
+
Pn as seats_available_other,
|
|
560
|
+
kn as seats_available_two,
|
|
561
|
+
An as seats_available_zero,
|
|
562
|
+
In as seats_doesnt_support_recurring,
|
|
563
|
+
Sn as seats_half_full,
|
|
564
|
+
qn as seats_nearly_full,
|
|
565
|
+
Nn as select,
|
|
566
|
+
Ln as select_all,
|
|
567
|
+
Rn as select_calendars,
|
|
568
|
+
Tn as select_on_next_step,
|
|
569
|
+
Dn as set_as_default,
|
|
570
|
+
Vn as set_priority,
|
|
571
|
+
On as set_to_default,
|
|
572
|
+
Mn as set_weight,
|
|
573
|
+
xn as show_eventtype_on_profile,
|
|
574
|
+
En as show_more,
|
|
575
|
+
Qn as sms_workflow_consent,
|
|
576
|
+
Un as something_doesnt_look_right,
|
|
577
|
+
Gn as something_went_wrong,
|
|
578
|
+
Fn as somewhere_else,
|
|
579
|
+
Bn as stripe_connect_atom_already_connected_label,
|
|
580
|
+
Hn as stripe_connect_atom_label,
|
|
581
|
+
jn as stripe_connect_atom_loading_label,
|
|
582
|
+
Wn as submit,
|
|
583
|
+
Zn as submit_card,
|
|
584
|
+
$n as switch_columnview,
|
|
585
|
+
Jn as switch_monthly,
|
|
586
|
+
Kn as switch_weekly,
|
|
587
|
+
Xn as team_is_unpublished,
|
|
588
|
+
Yn as terms,
|
|
589
|
+
et as time_format,
|
|
590
|
+
ot as time_shift,
|
|
591
|
+
it as timeslot_missing_cta,
|
|
592
|
+
nt as timeslot_missing_description,
|
|
593
|
+
tt as timeslot_missing_title,
|
|
594
|
+
at as timeslot_unavailable_short,
|
|
595
|
+
st as timezone,
|
|
596
|
+
rt as title,
|
|
597
|
+
ct as today,
|
|
598
|
+
lt as toggle_calendars_conflict,
|
|
599
|
+
_t as trace_reference_id,
|
|
600
|
+
dt as troubleshooter,
|
|
601
|
+
ut as troubleshooter_tooltip,
|
|
602
|
+
pt as unavailable,
|
|
603
|
+
mt as unavailable_timeslot_title,
|
|
604
|
+
gt as update,
|
|
605
|
+
xt as url,
|
|
606
|
+
vt as user_away,
|
|
607
|
+
bt as user_away_description,
|
|
608
|
+
ft as username_placeholder,
|
|
609
|
+
ht as verify_email_button,
|
|
610
|
+
zt as verify_your_email,
|
|
611
|
+
yt as view_next_month,
|
|
612
|
+
wt as view_overlay_calendar_events,
|
|
613
|
+
Ct as view_previous_month,
|
|
614
|
+
Pt as warning_payment_recurring_event,
|
|
615
|
+
kt as web_conferencing_details_to_follow,
|
|
616
|
+
At as webhooks,
|
|
617
|
+
It as weight,
|
|
618
|
+
St as weight_for_user,
|
|
619
|
+
qt as what,
|
|
620
|
+
Nt as when,
|
|
621
|
+
Lt as where,
|
|
622
|
+
Rt as workflows,
|
|
623
|
+
Tt as yes_remove_app,
|
|
624
|
+
Dt as you_can_override_calendar_in_advanced_tab,
|
|
625
|
+
Vt as zoom
|
|
626
|
+
};
|