@calcom/atoms 2.8.7 → 2.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts +3 -0
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.d.ts.map +1 -0
- package/dist/add-members-switch/add-members-with-switch-platform-wrapper.js +6 -0
- package/dist/add-members-switch/add-members-with-switch.d.ts +41 -0
- package/dist/add-members-switch/add-members-with-switch.d.ts.map +1 -0
- package/dist/add-members-switch/add-members-with-switch.js +200 -0
- package/dist/availability/availability-settings.d.ts +88 -0
- package/dist/availability/availability-settings.d.ts.map +1 -0
- package/dist/availability/availability-settings.js +620 -0
- package/dist/availability/components/date-override-input-dialog.d.ts +17 -0
- package/dist/availability/components/date-override-input-dialog.d.ts.map +1 -0
- package/dist/availability/components/date-override-input-dialog.js +169 -0
- package/dist/availability/components/date-override-list.d.ts +20 -0
- package/dist/availability/components/date-override-list.d.ts.map +1 -0
- package/dist/availability/components/date-override-list.js +111 -0
- package/dist/availability/components/schedule-component.d.ts +49 -0
- package/dist/availability/components/schedule-component.d.ts.map +1 -0
- package/dist/availability/components/schedule-component.js +512 -0
- package/dist/availability/index.d.ts +4 -0
- package/dist/availability/index.d.ts.map +1 -0
- package/dist/availability/index.js +6 -0
- package/dist/availability/types.d.ts +36 -0
- package/dist/availability/types.d.ts.map +1 -0
- package/dist/availability/types.js +1 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts +28 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/availability/wrappers/availability-settings-platform-wrapper.js +119 -0
- package/dist/booker/booker-platform-wrapper.d.ts +5 -0
- package/dist/booker/booker-platform-wrapper.d.ts.map +1 -0
- package/dist/booker/booker-platform-wrapper.js +388 -0
- package/dist/booker/booker-store-provider.d.ts +11 -0
- package/dist/booker/booker-store-provider.d.ts.map +1 -0
- package/dist/booker/booker-store-provider.js +94 -0
- package/dist/booker/components/available-time-slots.d.ts +46 -0
- package/dist/booker/components/available-time-slots.d.ts.map +1 -0
- package/dist/booker/components/available-time-slots.js +142 -0
- package/dist/booker/components/available-times-header.d.ts +14 -0
- package/dist/booker/components/available-times-header.d.ts.map +1 -0
- package/dist/booker/components/available-times-header.js +71 -0
- package/dist/booker/components/available-times.d.ts +46 -0
- package/dist/booker/components/available-times.d.ts.map +1 -0
- package/dist/booker/components/available-times.js +192 -0
- package/dist/booker/components/book-event-form/book-event-form.d.ts +34 -0
- package/dist/booker/components/book-event-form/book-event-form.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/book-event-form.js +260 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.d.ts +14 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/book-form-as-modal.js +53 -0
- package/dist/booker/components/book-event-form/booking-fields.d.ts +35 -0
- package/dist/booker/components/book-event-form/booking-fields.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/booking-fields.js +124 -0
- package/dist/booker/components/book-event-form/index.d.ts +5 -0
- package/dist/booker/components/book-event-form/index.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/index.js +11 -0
- package/dist/booker/components/book-event-form/skeleton.d.ts +2 -0
- package/dist/booker/components/book-event-form/skeleton.d.ts.map +1 -0
- package/dist/booker/components/book-event-form/skeleton.js +27 -0
- package/dist/booker/components/booker-component.d.ts +2 -0
- package/dist/booker/components/booker-component.d.ts.map +1 -0
- package/dist/booker/components/booker-component.js +596 -0
- package/dist/booker/components/booker-section.d.ts +15 -0
- package/dist/booker/components/booker-section.d.ts.map +1 -0
- package/dist/booker/components/booker-section.js +19 -0
- package/dist/booker/components/dry-run-message.d.ts +4 -0
- package/dist/booker/components/dry-run-message.d.ts.map +1 -0
- package/dist/booker/components/dry-run-message.js +22 -0
- package/dist/booker/components/event-meta/available-event-locations.d.ts +6 -0
- package/dist/booker/components/event-meta/available-event-locations.d.ts.map +1 -0
- package/dist/booker/components/event-meta/available-event-locations.js +72 -0
- package/dist/booker/components/event-meta/details.d.ts +34 -0
- package/dist/booker/components/event-meta/details.d.ts.map +1 -0
- package/dist/booker/components/event-meta/details.js +104 -0
- package/dist/booker/components/event-meta/duration.d.ts +9 -0
- package/dist/booker/components/event-meta/duration.d.ts.map +1 -0
- package/dist/booker/components/event-meta/duration.js +85 -0
- package/dist/booker/components/event-meta/index.d.ts +7 -0
- package/dist/booker/components/event-meta/index.d.ts.map +1 -0
- package/dist/booker/components/event-meta/index.js +16 -0
- package/dist/booker/components/event-meta/locations.d.ts +5 -0
- package/dist/booker/components/event-meta/locations.d.ts.map +1 -0
- package/dist/booker/components/event-meta/locations.js +54 -0
- package/dist/booker/components/event-meta/members.d.ts +13 -0
- package/dist/booker/components/event-meta/members.d.ts.map +1 -0
- package/dist/booker/components/event-meta/members.js +56 -0
- package/dist/booker/components/event-meta/occurences.d.ts +5 -0
- package/dist/booker/components/event-meta/occurences.d.ts.map +1 -0
- package/dist/booker/components/event-meta/occurences.js +96 -0
- package/dist/booker/components/event-meta/price-icon.d.ts +5 -0
- package/dist/booker/components/event-meta/price-icon.d.ts.map +1 -0
- package/dist/booker/components/event-meta/price-icon.js +81 -0
- package/dist/booker/components/event-meta/price.d.ts +7 -0
- package/dist/booker/components/event-meta/price.d.ts.map +1 -0
- package/dist/booker/components/event-meta/price.js +95 -0
- package/dist/booker/components/event-meta/skeleton.d.ts +2 -0
- package/dist/booker/components/event-meta/skeleton.d.ts.map +1 -0
- package/dist/booker/components/event-meta/skeleton.js +15 -0
- package/dist/booker/components/event-meta/title.d.ts +9 -0
- package/dist/booker/components/event-meta/title.d.ts.map +1 -0
- package/dist/booker/components/event-meta/title.js +6 -0
- package/dist/booker/components/event-meta.d.ts +25 -0
- package/dist/booker/components/event-meta.d.ts.map +1 -0
- package/dist/booker/components/event-meta.js +175 -0
- package/dist/booker/components/external-redirect-interstitial.d.ts +9 -0
- package/dist/booker/components/external-redirect-interstitial.d.ts.map +1 -0
- package/dist/booker/components/external-redirect-interstitial.js +47 -0
- package/dist/booker/components/form-builder/components.d.ts +48 -0
- package/dist/booker/components/form-builder/components.d.ts.map +1 -0
- package/dist/booker/components/form-builder/components.js +355 -0
- package/dist/booker/components/form-builder/form-builder-field.d.ts +46 -0
- package/dist/booker/components/form-builder/form-builder-field.d.ts.map +1 -0
- package/dist/booker/components/form-builder/form-builder-field.js +238 -0
- package/dist/booker/components/having-trouble-finding-time.d.ts +9 -0
- package/dist/booker/components/having-trouble-finding-time.d.ts.map +1 -0
- package/dist/booker/components/having-trouble-finding-time.js +33 -0
- package/dist/booker/components/header.d.ts +18 -0
- package/dist/booker/components/header.d.ts.map +1 -0
- package/dist/booker/components/header.js +216 -0
- package/dist/booker/components/instant-booking.d.ts +16 -0
- package/dist/booker/components/instant-booking.d.ts.map +1 -0
- package/dist/booker/components/instant-booking.js +53 -0
- package/dist/booker/components/out-of-office-in-slots.d.ts +19 -0
- package/dist/booker/components/out-of-office-in-slots.d.ts.map +1 -0
- package/dist/booker/components/out-of-office-in-slots.js +65 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts +8 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-continue-modal.js +29 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts +11 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-settings-modal.js +86 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts +8 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar-switch.js +61 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts +28 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/overlay-calendar.js +60 -0
- package/dist/booker/components/overlay-calendar/store.d.ts +12 -0
- package/dist/booker/components/overlay-calendar/store.d.ts.map +1 -0
- package/dist/booker/components/overlay-calendar/store.js +18 -0
- package/dist/booker/components/pay-icon.d.ts +5 -0
- package/dist/booker/components/pay-icon.d.ts.map +1 -0
- package/dist/booker/components/pay-icon.js +9 -0
- package/dist/booker/components/price.d.ts +9 -0
- package/dist/booker/components/price.d.ts.map +1 -0
- package/dist/booker/components/price.js +6 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts +8 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.d.ts.map +1 -0
- package/dist/booker/components/redirect-to-instant-meeting-modal.js +75 -0
- package/dist/booker/components/scrollable-with-gradients.d.ts +9 -0
- package/dist/booker/components/scrollable-with-gradients.d.ts.map +1 -0
- package/dist/booker/components/scrollable-with-gradients.js +52 -0
- package/dist/booker/components/seats-availability-text.d.ts +18 -0
- package/dist/booker/components/seats-availability-text.d.ts.map +1 -0
- package/dist/booker/components/seats-availability-text.js +16 -0
- package/dist/booker/components/section.d.ts +17 -0
- package/dist/booker/components/section.d.ts.map +1 -0
- package/dist/booker/components/section.js +19 -0
- package/dist/booker/components/slot-selection-modal-header.d.ts +14 -0
- package/dist/booker/components/slot-selection-modal-header.d.ts.map +1 -0
- package/dist/booker/components/slot-selection-modal-header.js +72 -0
- package/dist/booker/components/time-format-toggle.d.ts +4 -0
- package/dist/booker/components/time-format-toggle.d.ts.map +1 -0
- package/dist/booker/components/time-format-toggle.js +27 -0
- package/dist/booker/components/unavailable.d.ts +3 -0
- package/dist/booker/components/unavailable.d.ts.map +1 -0
- package/dist/booker/components/unavailable.js +16 -0
- package/dist/booker/components/unpublished-entity.d.ts +8 -0
- package/dist/booker/components/unpublished-entity.d.ts.map +1 -0
- package/dist/booker/components/unpublished-entity.js +24 -0
- package/dist/booker/components/verify-code-dialog.d.ts +15 -0
- package/dist/booker/components/verify-code-dialog.d.ts.map +1 -0
- package/dist/booker/components/verify-code-dialog.js +89 -0
- package/dist/booker/config.d.ts +86 -0
- package/dist/booker/config.d.ts.map +1 -0
- package/dist/booker/config.js +161 -0
- package/dist/booker/framer-features.d.ts +3 -0
- package/dist/booker/framer-features.d.ts.map +1 -0
- package/dist/booker/framer-features.js +5 -0
- package/dist/booker/hooks/embed-stubs.d.ts +20 -0
- package/dist/booker/hooks/embed-stubs.d.ts.map +1 -0
- package/dist/booker/hooks/embed-stubs.js +18 -0
- package/dist/booker/hooks/use-available-time-slots.d.ts +23 -0
- package/dist/booker/hooks/use-available-time-slots.d.ts.map +1 -0
- package/dist/booker/hooks/use-available-time-slots.js +20 -0
- package/dist/booker/hooks/use-booker-layout.d.ts +51 -0
- package/dist/booker/hooks/use-booker-layout.d.ts.map +1 -0
- package/dist/booker/hooks/use-booker-layout.js +50 -0
- package/dist/booker/hooks/use-booker-time.d.ts +7 -0
- package/dist/booker/hooks/use-booker-time.d.ts.map +1 -0
- package/dist/booker/hooks/use-booker-time.js +19 -0
- package/dist/booker/hooks/use-booking-form.d.ts +65 -0
- package/dist/booker/hooks/use-booking-form.d.ts.map +1 -0
- package/dist/booker/hooks/use-booking-form.js +34 -0
- package/dist/booker/hooks/use-bookings-types.d.ts +10 -0
- package/dist/booker/hooks/use-bookings-types.d.ts.map +1 -0
- package/dist/booker/hooks/use-bookings-types.js +1 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts +11 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.d.ts.map +1 -0
- package/dist/booker/hooks/use-check-overlap-with-overlay.js +22 -0
- package/dist/booker/hooks/use-initialize-week-start.d.ts +2 -0
- package/dist/booker/hooks/use-initialize-week-start.d.ts.map +1 -0
- package/dist/booker/hooks/use-initialize-week-start.js +13 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts +15 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.d.ts.map +1 -0
- package/dist/booker/hooks/use-is-quick-availability-check-feature-enabled.js +19 -0
- package/dist/booker/hooks/use-local-set.d.ts +12 -0
- package/dist/booker/hooks/use-local-set.d.ts.map +1 -0
- package/dist/booker/hooks/use-local-set.js +34 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.d.ts +3 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.d.ts.map +1 -0
- package/dist/booker/hooks/use-non-empty-schedule-days.js +13 -0
- package/dist/booker/hooks/use-overlay-calendar.d.ts +23 -0
- package/dist/booker/hooks/use-overlay-calendar.d.ts.map +1 -0
- package/dist/booker/hooks/use-overlay-calendar.js +54 -0
- package/dist/booker/hooks/use-should-show-arrows.d.ts +8 -0
- package/dist/booker/hooks/use-should-show-arrows.d.ts.map +1 -0
- package/dist/booker/hooks/use-should-show-arrows.js +27 -0
- package/dist/booker/hooks/use-skip-confirm-step.d.ts +21 -0
- package/dist/booker/hooks/use-skip-confirm-step.d.ts.map +1 -0
- package/dist/booker/hooks/use-skip-confirm-step.js +39 -0
- package/dist/booker/hooks/use-slots-for-date.d.ts +21 -0
- package/dist/booker/hooks/use-slots-for-date.d.ts.map +1 -0
- package/dist/booker/hooks/use-slots-for-date.js +29 -0
- package/dist/booker/hooks/use-stable-timezone.d.ts +5 -0
- package/dist/booker/hooks/use-stable-timezone.d.ts.map +1 -0
- package/dist/booker/hooks/use-stable-timezone.js +8 -0
- package/dist/booker/hooks/use-times-for-schedule.d.ts +27 -0
- package/dist/booker/hooks/use-times-for-schedule.d.ts.map +1 -0
- package/dist/booker/hooks/use-times-for-schedule.js +49 -0
- package/dist/booker/store.d.ts +200 -0
- package/dist/booker/store.d.ts.map +1 -0
- package/dist/booker/store.js +265 -0
- package/dist/booker/types.d.ts +118 -0
- package/dist/booker/types.d.ts.map +1 -0
- package/dist/booker/types.js +1 -0
- package/dist/booker/use-slot-reservation-id.d.ts +2 -0
- package/dist/booker/use-slot-reservation-id.d.ts.map +1 -0
- package/dist/booker/use-slot-reservation-id.js +13 -0
- package/dist/booker/utils/are-different-valid-months.d.ts +2 -0
- package/dist/booker/utils/are-different-valid-months.d.ts.map +1 -0
- package/dist/booker/utils/are-different-valid-months.js +4 -0
- package/dist/booker/utils/dates.d.ts +26 -0
- package/dist/booker/utils/dates.d.ts.map +1 -0
- package/dist/booker/utils/dates.js +60 -0
- package/dist/booker/utils/get-booker-timezone.d.ts +5 -0
- package/dist/booker/utils/get-booker-timezone.d.ts.map +1 -0
- package/dist/booker/utils/get-booker-timezone.js +7 -0
- package/dist/booker/utils/get-booking-duration.d.ts +6 -0
- package/dist/booker/utils/get-booking-duration.d.ts.map +1 -0
- package/dist/booker/utils/get-booking-duration.js +7 -0
- package/dist/booker/utils/get-prefetch-month-count.d.ts +3 -0
- package/dist/booker/utils/get-prefetch-month-count.d.ts.map +1 -0
- package/dist/booker/utils/get-prefetch-month-count.js +12 -0
- package/dist/booker/utils/is-booking-dry-run.d.ts +3 -0
- package/dist/booker/utils/is-booking-dry-run.d.ts.map +1 -0
- package/dist/booker/utils/is-booking-dry-run.js +4 -0
- package/dist/booker/utils/is-month-change.d.ts +2 -0
- package/dist/booker/utils/is-month-change.d.ts.map +1 -0
- package/dist/booker/utils/is-month-change.js +4 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts +2 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.d.ts.map +1 -0
- package/dist/booker/utils/is-month-view-prefetch-enabled.js +9 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts +2 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.d.ts.map +1 -0
- package/dist/booker/utils/is-prefetch-next-month-enabled.js +9 -0
- package/dist/booker/utils/is-timeslot-available.d.ts +19 -0
- package/dist/booker/utils/is-timeslot-available.d.ts.map +1 -0
- package/dist/booker/utils/is-timeslot-available.js +32 -0
- package/dist/booker/utils/layout.d.ts +2 -0
- package/dist/booker/utils/layout.d.ts.map +1 -0
- package/dist/booker/utils/layout.js +7 -0
- package/dist/booker-embed/booker-embed.d.ts +31 -0
- package/dist/booker-embed/booker-embed.d.ts.map +1 -0
- package/dist/booker-embed/booker-embed.js +74 -0
- package/dist/booker-embed/index.d.ts +2 -0
- package/dist/booker-embed/index.d.ts.map +1 -0
- package/dist/booker-embed/index.js +4 -0
- package/dist/booker-embed/use-get-routing-form-url-props.d.ts +29 -0
- package/dist/booker-embed/use-get-routing-form-url-props.d.ts.map +1 -0
- package/dist/booker-embed/use-get-routing-form-url-props.js +72 -0
- package/dist/cal-provider/base-cal-provider.d.ts +24 -0
- package/dist/cal-provider/base-cal-provider.d.ts.map +1 -0
- package/dist/cal-provider/base-cal-provider.js +178 -0
- package/dist/cal-provider/cal-o-auth-provider.d.ts +19 -0
- package/dist/cal-provider/cal-o-auth-provider.d.ts.map +1 -0
- package/dist/cal-provider/cal-o-auth-provider.js +48 -0
- package/dist/cal-provider/cal-provider.d.ts +22 -0
- package/dist/cal-provider/cal-provider.d.ts.map +1 -0
- package/dist/cal-provider/cal-provider.js +72 -0
- package/dist/cal-provider/index.d.ts +3 -0
- package/dist/cal-provider/index.d.ts.map +1 -0
- package/dist/cal-provider/index.js +6 -0
- package/dist/cal-provider/languages.d.ts +55 -0
- package/dist/cal-provider/languages.d.ts.map +1 -0
- package/dist/cal-provider/languages.js +10 -0
- package/dist/calendar-settings/index.d.ts +2 -0
- package/dist/calendar-settings/index.d.ts.map +1 -0
- package/dist/calendar-settings/index.js +4 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts +17 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/calendar-settings/wrappers/calendar-settings-platform-wrapper.js +32 -0
- package/dist/calendar-view/calendar-view-component.d.ts +2 -0
- package/dist/calendar-view/calendar-view-component.d.ts.map +1 -0
- package/dist/calendar-view/calendar-view-component.js +43 -0
- package/dist/calendar-view/components/calendar.d.ts +2 -0
- package/dist/calendar-view/components/calendar.d.ts.map +1 -0
- package/dist/calendar-view/components/calendar.js +5 -0
- package/dist/calendar-view/components/date-picker.d.ts +82 -0
- package/dist/calendar-view/components/date-picker.d.ts.map +1 -0
- package/dist/calendar-view/components/date-picker.js +285 -0
- package/dist/calendar-view/components/large-calendar.d.ts +19 -0
- package/dist/calendar-view/components/large-calendar.d.ts.map +1 -0
- package/dist/calendar-view/components/large-calendar.js +133 -0
- package/dist/calendar-view/components/no-availability-dialog.d.ts +19 -0
- package/dist/calendar-view/components/no-availability-dialog.d.ts.map +1 -0
- package/dist/calendar-view/components/no-availability-dialog.js +45 -0
- package/dist/calendar-view/event-type-calendar-view-component.d.ts +7 -0
- package/dist/calendar-view/event-type-calendar-view-component.d.ts.map +1 -0
- package/dist/calendar-view/event-type-calendar-view-component.js +105 -0
- package/dist/calendar-view/index.d.ts +2 -0
- package/dist/calendar-view/index.d.ts.map +1 -0
- package/dist/calendar-view/index.js +4 -0
- package/dist/calendar-view/scheduler/components/calendar.d.ts +4 -0
- package/dist/calendar-view/scheduler/components/calendar.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/calendar.js +185 -0
- package/dist/calendar-view/scheduler/components/current-time/index.d.ts +6 -0
- package/dist/calendar-view/scheduler/components/current-time/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/current-time/index.js +61 -0
- package/dist/calendar-view/scheduler/components/date-values/index.d.ts +12 -0
- package/dist/calendar-view/scheduler/components/date-values/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/date-values/index.js +98 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts +3 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/default-out-of-office-slot.js +47 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts +108 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/all-day-events.js +156 -0
- package/dist/calendar-view/scheduler/components/event/empty.d.ts +18 -0
- package/dist/calendar-view/scheduler/components/event/empty.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/empty.js +162 -0
- package/dist/calendar-view/scheduler/components/event/event-list.d.ts +7 -0
- package/dist/calendar-view/scheduler/components/event/event-list.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/event-list.js +97 -0
- package/dist/calendar-view/scheduler/components/event/event.d.ts +14 -0
- package/dist/calendar-view/scheduler/components/event/event.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/event.js +131 -0
- package/dist/calendar-view/scheduler/components/event/index.d.ts +5 -0
- package/dist/calendar-view/scheduler/components/event/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/event/index.js +12 -0
- package/dist/calendar-view/scheduler/components/grid/index.d.ts +10 -0
- package/dist/calendar-view/scheduler/components/grid/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/grid/index.js +17 -0
- package/dist/calendar-view/scheduler/components/heading/index.d.ts +2 -0
- package/dist/calendar-view/scheduler/components/heading/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/heading/index.js +4 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts +2 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/heading/scheduler-heading.js +48 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts +9 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/horizontal-lines/index.js +31 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts +4 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/spinner/spinner.js +32 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts +7 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/components/vertical-lines/index.js +38 -0
- package/dist/calendar-view/scheduler/state/store.d.ts +7 -0
- package/dist/calendar-view/scheduler/state/store.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/state/store.js +64 -0
- package/dist/calendar-view/scheduler/types/common.d.ts +2 -0
- package/dist/calendar-view/scheduler/types/common.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/common.js +1 -0
- package/dist/calendar-view/scheduler/types/events.d.ts +20 -0
- package/dist/calendar-view/scheduler/types/events.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/events.js +1 -0
- package/dist/calendar-view/scheduler/types/state.d.ts +93 -0
- package/dist/calendar-view/scheduler/types/state.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/types/state.js +1 -0
- package/dist/calendar-view/scheduler/utils/index.d.ts +20 -0
- package/dist/calendar-view/scheduler/utils/index.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/utils/index.js +64 -0
- package/dist/calendar-view/scheduler/utils/overlap.d.ts +20 -0
- package/dist/calendar-view/scheduler/utils/overlap.d.ts.map +1 -0
- package/dist/calendar-view/scheduler/utils/overlap.js +88 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts +22 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.d.ts.map +1 -0
- package/dist/calendar-view/wrappers/calendar-view-platform-wrapper.js +8 -0
- package/dist/components/atoms-wrapper.d.ts +6 -0
- package/dist/components/atoms-wrapper.d.ts.map +1 -0
- package/dist/components/atoms-wrapper.js +21 -0
- package/dist/components/ui/address-input.d.ts +11 -0
- package/dist/components/ui/address-input.d.ts.map +1 -0
- package/dist/components/ui/address-input.js +31 -0
- package/dist/components/ui/alert.d.ts +16 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/alert.js +46 -0
- package/dist/components/ui/app-list-card.d.ts +30 -0
- package/dist/components/ui/app-list-card.d.ts.map +1 -0
- package/dist/components/ui/app-list-card.js +57 -0
- package/dist/components/ui/avatar-group.d.ts +14 -0
- package/dist/components/ui/avatar-group.d.ts.map +1 -0
- package/dist/components/ui/avatar-group.js +45 -0
- package/dist/components/ui/avatar.d.ts +18 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/avatar.js +70 -0
- package/dist/components/ui/badge.d.ts +553 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/badge.js +61 -0
- package/dist/components/ui/button-group.d.ts +9 -0
- package/dist/components/ui/button-group.d.ts.map +1 -0
- package/dist/components/ui/button-group.js +29 -0
- package/dist/components/ui/button.d.ts +37 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/button.js +280 -0
- package/dist/components/ui/calendar-switch.d.ts +22 -0
- package/dist/components/ui/calendar-switch.d.ts.map +1 -0
- package/dist/components/ui/calendar-switch.js +26 -0
- package/dist/components/ui/checkbox.d.ts +15 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/checkbox.js +95 -0
- package/dist/components/ui/checked-team-select.d.ts +43 -0
- package/dist/components/ui/checked-team-select.d.ts.map +1 -0
- package/dist/components/ui/checked-team-select.js +183 -0
- package/dist/components/ui/confirmation-dialog-content.d.ts +21 -0
- package/dist/components/ui/confirmation-dialog-content.d.ts.map +1 -0
- package/dist/components/ui/confirmation-dialog-content.js +52 -0
- package/dist/components/ui/controlled-dialog.d.ts +17 -0
- package/dist/components/ui/controlled-dialog.d.ts.map +1 -0
- package/dist/components/ui/controlled-dialog.js +14 -0
- package/dist/components/ui/dialog.d.ts +58 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/dialog.js +152 -0
- package/dist/components/ui/disconnect-calendar-integration.d.ts +12 -0
- package/dist/components/ui/disconnect-calendar-integration.d.ts.map +1 -0
- package/dist/components/ui/disconnect-calendar-integration.js +44 -0
- package/dist/components/ui/divider.d.ts +3 -0
- package/dist/components/ui/divider.d.ts.map +1 -0
- package/dist/components/ui/divider.js +25 -0
- package/dist/components/ui/dropdown.d.ts +40 -0
- package/dist/components/ui/dropdown.d.ts.map +1 -0
- package/dist/components/ui/dropdown.js +191 -0
- package/dist/components/ui/editable-heading.d.ts +6 -0
- package/dist/components/ui/editable-heading.d.ts.map +1 -0
- package/dist/components/ui/editable-heading.js +54 -0
- package/dist/components/ui/empty-screen.d.ts +18 -0
- package/dist/components/ui/empty-screen.d.ts.map +1 -0
- package/dist/components/ui/empty-screen.js +72 -0
- package/dist/components/ui/form.d.ts +11 -0
- package/dist/components/ui/form.d.ts.map +1 -0
- package/dist/components/ui/form.js +26 -0
- package/dist/components/ui/icon.d.ts +42 -0
- package/dist/components/ui/icon.d.ts.map +1 -0
- package/dist/components/ui/icon.js +188 -0
- package/dist/components/ui/icons.d.ts +21 -0
- package/dist/components/ui/icons.d.ts.map +1 -0
- package/dist/components/ui/icons.js +327 -0
- package/dist/components/ui/info-badge.d.ts +4 -0
- package/dist/components/ui/info-badge.d.ts.map +1 -0
- package/dist/components/ui/info-badge.js +9 -0
- package/dist/components/ui/label.d.ts +2 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/label.js +16 -0
- package/dist/components/ui/navigation.d.ts +37 -0
- package/dist/components/ui/navigation.d.ts.map +1 -0
- package/dist/components/ui/navigation.js +1 -0
- package/dist/components/ui/popover.d.ts +17 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/popover.js +19 -0
- package/dist/components/ui/radio-area-group.d.ts +20 -0
- package/dist/components/ui/radio-area-group.d.ts.map +1 -0
- package/dist/components/ui/radio-area-group.js +52 -0
- package/dist/components/ui/radio.d.ts +24 -0
- package/dist/components/ui/radio.d.ts.map +1 -0
- package/dist/components/ui/radio.js +56 -0
- package/dist/components/ui/react-select-components.d.ts +29 -0
- package/dist/components/ui/react-select-components.d.ts.map +1 -0
- package/dist/components/ui/react-select-components.js +36 -0
- package/dist/components/ui/select.d.ts +36 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/select.js +125 -0
- package/dist/components/ui/settings-header.d.ts +21 -0
- package/dist/components/ui/settings-header.d.ts.map +1 -0
- package/dist/components/ui/settings-header.js +55 -0
- package/dist/components/ui/settings-toggle.d.ts +23 -0
- package/dist/components/ui/settings-toggle.d.ts.map +1 -0
- package/dist/components/ui/settings-toggle.js +100 -0
- package/dist/components/ui/shell.d.ts +31 -0
- package/dist/components/ui/shell.d.ts.map +1 -0
- package/dist/components/ui/shell.js +15 -0
- package/dist/components/ui/show-toast.d.ts +13 -0
- package/dist/components/ui/show-toast.d.ts.map +1 -0
- package/dist/components/ui/show-toast.js +65 -0
- package/dist/components/ui/skeleton.d.ts +31 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/skeleton.js +59 -0
- package/dist/components/ui/switch.d.ts +17 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/switch.js +71 -0
- package/dist/components/ui/text-field.d.ts +99 -0
- package/dist/components/ui/text-field.d.ts.map +1 -0
- package/dist/components/ui/text-field.js +183 -0
- package/dist/components/ui/toast.d.ts +13 -0
- package/dist/components/ui/toast.d.ts.map +1 -0
- package/dist/components/ui/toast.js +72 -0
- package/dist/components/ui/toaster.d.ts +2 -0
- package/dist/components/ui/toaster.d.ts.map +1 -0
- package/dist/components/ui/toaster.js +21 -0
- package/dist/components/ui/toggle-group.d.ts +20 -0
- package/dist/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/toggle-group.js +73 -0
- package/dist/components/ui/tooltip.d.ts +29 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/ui/tooltip.js +65 -0
- package/dist/components/ui/use-toast.d.ts +45 -0
- package/dist/components/ui/use-toast.d.ts.map +1 -0
- package/dist/components/ui/use-toast.js +95 -0
- package/dist/components/ui/user-avatar-group-with-org.d.ts +18 -0
- package/dist/components/ui/user-avatar-group-with-org.d.ts.map +1 -0
- package/dist/components/ui/user-avatar-group-with-org.js +27 -0
- package/dist/connect/apple/apple-connect.d.ts +4 -0
- package/dist/connect/apple/apple-connect.d.ts.map +1 -0
- package/dist/connect/apple/apple-connect.js +171 -0
- package/dist/connect/components/disconnect-integration-modal.d.ts +19 -0
- package/dist/connect/components/disconnect-integration-modal.d.ts.map +1 -0
- package/dist/connect/components/disconnect-integration-modal.js +30 -0
- package/dist/connect/components/office365-account-dialog.d.ts +12 -0
- package/dist/connect/components/office365-account-dialog.d.ts.map +1 -0
- package/dist/connect/components/office365-account-dialog.js +32 -0
- package/dist/connect/conferencing-apps/components/app-list.d.ts +65 -0
- package/dist/connect/conferencing-apps/components/app-list.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/components/app-list.js +131 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts +29 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/conferencing-apps-view-platform-wrapper.js +211 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts +10 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-bulk-update-event-types-to-default-location.js +35 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts +10 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atom-get-event-types.js +25 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts +4 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-atoms-get-installed-conferencing-apps.js +27 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.d.ts +22 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-connect.js +102 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts +9 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-delete-credential.js +26 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts +6 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-get-default-conferencing-app.js +25 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts +9 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.d.ts.map +1 -0
- package/dist/connect/conferencing-apps/hooks/use-update-user-default-conferencing-app.js +31 -0
- package/dist/connect/google/gcal-connect.d.ts +4 -0
- package/dist/connect/google/gcal-connect.d.ts.map +1 -0
- package/dist/connect/google/gcal-connect.js +42 -0
- package/dist/connect/index.d.ts +4 -0
- package/dist/connect/index.d.ts.map +1 -0
- package/dist/connect/index.js +8 -0
- package/dist/connect/o-auth-connect.d.ts +25 -0
- package/dist/connect/o-auth-connect.d.ts.map +1 -0
- package/dist/connect/o-auth-connect.js +88 -0
- package/dist/connect/outlook/outlook-connect.d.ts +4 -0
- package/dist/connect/outlook/outlook-connect.d.ts.map +1 -0
- package/dist/connect/outlook/outlook-connect.js +42 -0
- package/dist/connect/stripe/stripe-connect.d.ts +22 -0
- package/dist/connect/stripe/stripe-connect.d.ts.map +1 -0
- package/dist/connect/stripe/stripe-connect.js +52 -0
- package/dist/constants/api.d.ts +44 -0
- package/dist/constants/api.d.ts.map +1 -0
- package/dist/constants/api.js +102 -0
- package/dist/constants/app.d.ts +19 -0
- package/dist/constants/app.d.ts.map +1 -0
- package/dist/constants/app.js +25 -0
- package/dist/constants/apps.d.ts +32 -0
- package/dist/constants/apps.d.ts.map +1 -0
- package/dist/constants/apps.js +34 -0
- package/dist/constants/index.d.ts +4 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +80 -0
- package/dist/constants/styles.d.ts +2 -0
- package/dist/constants/styles.d.ts.map +1 -0
- package/dist/constants/styles.js +4 -0
- package/dist/contracts/api.d.ts +27 -0
- package/dist/contracts/api.d.ts.map +1 -0
- package/dist/contracts/api.js +1 -0
- package/dist/contracts/apps.d.ts +21 -0
- package/dist/contracts/apps.d.ts.map +1 -0
- package/dist/contracts/apps.js +1 -0
- package/dist/contracts/booker.d.ts +255 -0
- package/dist/contracts/booker.d.ts.map +1 -0
- package/dist/contracts/booker.js +17 -0
- package/dist/contracts/bookings.d.ts +154 -0
- package/dist/contracts/bookings.d.ts.map +1 -0
- package/dist/contracts/bookings.js +22 -0
- package/dist/contracts/calendars.d.ts +82 -0
- package/dist/contracts/calendars.d.ts.map +1 -0
- package/dist/contracts/calendars.js +1 -0
- package/dist/contracts/event-types.d.ts +225 -0
- package/dist/contracts/event-types.d.ts.map +1 -0
- package/dist/contracts/event-types.js +22 -0
- package/dist/contracts/index.d.ts +13 -0
- package/dist/contracts/index.d.ts.map +1 -0
- package/dist/contracts/index.js +20 -0
- package/dist/contracts/oauth.d.ts +2 -0
- package/dist/contracts/oauth.d.ts.map +1 -0
- package/dist/contracts/oauth.js +1 -0
- package/dist/contracts/organizations.d.ts +15 -0
- package/dist/contracts/organizations.d.ts.map +1 -0
- package/dist/contracts/organizations.js +1 -0
- package/dist/contracts/schedules.d.ts +92 -0
- package/dist/contracts/schedules.d.ts.map +1 -0
- package/dist/contracts/schedules.js +1 -0
- package/dist/contracts/slots.d.ts +57 -0
- package/dist/contracts/slots.d.ts.map +1 -0
- package/dist/contracts/slots.js +1 -0
- package/dist/contracts/teams.d.ts +31 -0
- package/dist/contracts/teams.d.ts.map +1 -0
- package/dist/contracts/teams.js +4 -0
- package/dist/contracts/user.d.ts +25 -0
- package/dist/contracts/user.d.ts.map +1 -0
- package/dist/contracts/user.js +1 -0
- package/dist/create-schedule/create-schedule-form.d.ts +18 -0
- package/dist/create-schedule/create-schedule-form.d.ts.map +1 -0
- package/dist/create-schedule/create-schedule-form.js +93 -0
- package/dist/create-schedule/index.d.ts +2 -0
- package/dist/create-schedule/index.d.ts.map +1 -0
- package/dist/create-schedule/index.js +4 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts +15 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.d.ts.map +1 -0
- package/dist/create-schedule/wrappers/create-schedule-platform-wrapper.js +53 -0
- package/dist/destination-calendar/components/destination-calendar-selector.d.ts +10 -0
- package/dist/destination-calendar/components/destination-calendar-selector.d.ts.map +1 -0
- package/dist/destination-calendar/components/destination-calendar-selector.js +21 -0
- package/dist/destination-calendar/destination-calendar-selector.d.ts +17 -0
- package/dist/destination-calendar/destination-calendar-selector.d.ts.map +1 -0
- package/dist/destination-calendar/destination-calendar-selector.js +105 -0
- package/dist/destination-calendar/destination-calendar.d.ts +21 -0
- package/dist/destination-calendar/destination-calendar.d.ts.map +1 -0
- package/dist/destination-calendar/destination-calendar.js +49 -0
- package/dist/destination-calendar/destination-reminder-selector.d.ts +9 -0
- package/dist/destination-calendar/destination-reminder-selector.d.ts.map +1 -0
- package/dist/destination-calendar/destination-reminder-selector.js +36 -0
- package/dist/destination-calendar/index.d.ts +2 -0
- package/dist/destination-calendar/index.d.ts.map +1 -0
- package/dist/destination-calendar/index.js +4 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts +8 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/destination-calendar/wrappers/destination-calendar-settings-platform-wrapper.js +40 -0
- package/dist/event-types/components/assign-all-team-members.d.ts +14 -0
- package/dist/event-types/components/assign-all-team-members.d.ts.map +1 -0
- package/dist/event-types/components/assign-all-team-members.js +33 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts +29 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.d.ts.map +1 -0
- package/dist/event-types/components/bulk-edit-default-for-events-modal.js +105 -0
- package/dist/event-types/components/children-event-type-select.d.ts +34 -0
- package/dist/event-types/components/children-event-type-select.d.ts.map +1 -0
- package/dist/event-types/components/children-event-type-select.js +204 -0
- package/dist/event-types/components/create-event-type-form.d.ts +29 -0
- package/dist/event-types/components/create-event-type-form.d.ts.map +1 -0
- package/dist/event-types/components/create-event-type-form.js +128 -0
- package/dist/event-types/components/event-team-assignment-tab.d.ts +2 -0
- package/dist/event-types/components/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/event-types/components/event-team-assignment-tab.js +6 -0
- package/dist/event-types/components/event-type-list-item.d.ts +12 -0
- package/dist/event-types/components/event-type-list-item.d.ts.map +1 -0
- package/dist/event-types/components/event-type-list-item.js +100 -0
- package/dist/event-types/components/host-edit-dialogs.d.ts +40 -0
- package/dist/event-types/components/host-edit-dialogs.d.ts.map +1 -0
- package/dist/event-types/components/host-edit-dialogs.js +156 -0
- package/dist/event-types/components/learn-more-link.d.ts +15 -0
- package/dist/event-types/components/learn-more-link.d.ts.map +1 -0
- package/dist/event-types/components/learn-more-link.js +27 -0
- package/dist/event-types/components/managed-event-dialog.d.ts +13 -0
- package/dist/event-types/components/managed-event-dialog.d.ts.map +1 -0
- package/dist/event-types/components/managed-event-dialog.js +44 -0
- package/dist/event-types/components/recurring-event-controller.d.ts +34 -0
- package/dist/event-types/components/recurring-event-controller.d.ts.map +1 -0
- package/dist/event-types/components/recurring-event-controller.js +198 -0
- package/dist/event-types/components/tabs/event-recurring-tab.d.ts +14 -0
- package/dist/event-types/components/tabs/event-recurring-tab.d.ts.map +1 -0
- package/dist/event-types/components/tabs/event-recurring-tab.js +18 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts +9 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/assign-all-managed-warning-dialog.js +35 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.d.ts +11 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/children-event-types-list.js +34 -0
- package/dist/event-types/components/team-assignment/children-event-types.d.ts +18 -0
- package/dist/event-types/components/team-assignment/children-event-types.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/children-event-types.js +47 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts +58 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/event-team-assignment-tab.js +248 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.d.ts +20 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/fixed-hosts.js +135 -0
- package/dist/event-types/components/team-assignment/hosts.d.ts +19 -0
- package/dist/event-types/components/team-assignment/hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/hosts.js +99 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts +26 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.d.ts.map +1 -0
- package/dist/event-types/components/team-assignment/round-robin-hosts.js +197 -0
- package/dist/event-types/components/team-event-type-form.d.ts +27 -0
- package/dist/event-types/components/team-event-type-form.d.ts.map +1 -0
- package/dist/event-types/components/team-event-type-form.js +161 -0
- package/dist/event-types/components/weight-description.d.ts +6 -0
- package/dist/event-types/components/weight-description.d.ts.map +1 -0
- package/dist/event-types/components/weight-description.js +27 -0
- package/dist/event-types/hooks/use-add-verified-email.d.ts +15 -0
- package/dist/event-types/hooks/use-add-verified-email.d.ts.map +1 -0
- package/dist/event-types/hooks/use-add-verified-email.js +31 -0
- package/dist/event-types/hooks/use-apps-data-stub.d.ts +15 -0
- package/dist/event-types/hooks/use-apps-data-stub.d.ts.map +1 -0
- package/dist/event-types/hooks/use-apps-data-stub.js +12 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts +17 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.d.ts.map +1 -0
- package/dist/event-types/hooks/use-assign-all-managed-warning.js +22 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts +21 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-app-integration.js +24 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts +4 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-by-id.js +24 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts +7 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-event-type-payment-info.js +28 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts +9 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-get-all-event-types.js +22 -0
- package/dist/event-types/hooks/use-atom-host-schedules.d.ts +14 -0
- package/dist/event-types/hooks/use-atom-host-schedules.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-host-schedules.js +32 -0
- package/dist/event-types/hooks/use-atom-update-event-type.d.ts +10 -0
- package/dist/event-types/hooks/use-atom-update-event-type.d.ts.map +1 -0
- package/dist/event-types/hooks/use-atom-update-event-type.js +40 -0
- package/dist/event-types/hooks/use-event-type-form.d.ts +15 -0
- package/dist/event-types/hooks/use-event-type-form.d.ts.map +1 -0
- package/dist/event-types/hooks/use-event-type-form.js +334 -0
- package/dist/event-types/hooks/use-get-verified-emails.d.ts +3 -0
- package/dist/event-types/hooks/use-get-verified-emails.d.ts.map +1 -0
- package/dist/event-types/hooks/use-get-verified-emails.js +25 -0
- package/dist/event-types/hooks/use-handle-route-change.d.ts +15 -0
- package/dist/event-types/hooks/use-handle-route-change.d.ts.map +1 -0
- package/dist/event-types/hooks/use-handle-route-change.js +33 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts +29 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.d.ts.map +1 -0
- package/dist/event-types/hooks/use-locked-fields-manager-stub.js +21 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts +16 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.d.ts.map +1 -0
- package/dist/event-types/hooks/use-platform-tabs-navigations.js +69 -0
- package/dist/event-types/hooks/use-tabs-navigations.d.ts +40 -0
- package/dist/event-types/hooks/use-tabs-navigations.d.ts.map +1 -0
- package/dist/event-types/hooks/use-tabs-navigations.js +160 -0
- package/dist/event-types/hooks/use-team-event-assignment.d.ts +65 -0
- package/dist/event-types/hooks/use-team-event-assignment.d.ts.map +1 -0
- package/dist/event-types/hooks/use-team-event-assignment.js +77 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts +36 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.d.ts.map +1 -0
- package/dist/event-types/hooks/use-team-members-with-segment-platform.js +68 -0
- package/dist/event-types/index.d.ts +2 -0
- package/dist/event-types/index.d.ts.map +1 -0
- package/dist/event-types/index.js +4 -0
- package/dist/event-types/lib/format-event-type-duration.d.ts +13 -0
- package/dist/event-types/lib/format-event-type-duration.d.ts.map +1 -0
- package/dist/event-types/lib/format-event-type-duration.js +9 -0
- package/dist/event-types/payments/payment-form.d.ts +9 -0
- package/dist/event-types/payments/payment-form.d.ts.map +1 -0
- package/dist/event-types/payments/payment-form.js +110 -0
- package/dist/event-types/payments/payment-page-types.d.ts +48 -0
- package/dist/event-types/payments/payment-page-types.d.ts.map +1 -0
- package/dist/event-types/payments/payment-page-types.js +1 -0
- package/dist/event-types/payments/payment.d.ts +39 -0
- package/dist/event-types/payments/payment.d.ts.map +1 -0
- package/dist/event-types/payments/payment.js +56 -0
- package/dist/event-types/payments/stripe-payment-form.d.ts +9 -0
- package/dist/event-types/payments/stripe-payment-form.d.ts.map +1 -0
- package/dist/event-types/payments/stripe-payment-form.js +71 -0
- package/dist/event-types/types.d.ts +16 -0
- package/dist/event-types/types.d.ts.map +1 -0
- package/dist/event-types/types.js +1 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts +20 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/create-event-type-platform-wrapper.js +100 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts +4 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-recurring-tab-platform-wrapper.js +6 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts +4 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-team-assignment-tab-platform-wrapper.js +6 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts +28 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/event-type-platform-wrapper.js +240 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts +6 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.d.ts.map +1 -0
- package/dist/event-types/wrappers/list-event-types-platform-wrapper.js +59 -0
- package/dist/event-types/wrappers/types.d.ts +4 -0
- package/dist/event-types/wrappers/types.d.ts.map +1 -0
- package/dist/event-types/wrappers/types.js +1 -0
- package/dist/hooks/bookings/use-booking.d.ts +2 -0
- package/dist/hooks/bookings/use-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-booking.js +22 -0
- package/dist/hooks/bookings/use-bookings.d.ts +6 -0
- package/dist/hooks/bookings/use-bookings.d.ts.map +1 -0
- package/dist/hooks/bookings/use-bookings.js +49 -0
- package/dist/hooks/bookings/use-cancel-booking.d.ts +23 -0
- package/dist/hooks/bookings/use-cancel-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-cancel-booking.js +25 -0
- package/dist/hooks/bookings/use-create-booking.d.ts +11 -0
- package/dist/hooks/bookings/use-create-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-booking.js +24 -0
- package/dist/hooks/bookings/use-create-instant-booking.d.ts +10 -0
- package/dist/hooks/bookings/use-create-instant-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-instant-booking.js +24 -0
- package/dist/hooks/bookings/use-create-recurring-booking.d.ts +10 -0
- package/dist/hooks/bookings/use-create-recurring-booking.d.ts.map +1 -0
- package/dist/hooks/bookings/use-create-recurring-booking.js +20 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts +10 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.d.ts.map +1 -0
- package/dist/hooks/bookings/use-get-booking-for-reschedule.js +32 -0
- package/dist/hooks/bookings/use-handle-book-event.d.ts +26 -0
- package/dist/hooks/bookings/use-handle-book-event.d.ts.map +1 -0
- package/dist/hooks/bookings/use-handle-book-event.js +70 -0
- package/dist/hooks/calendars/use-add-selected-calendar.d.ts +21 -0
- package/dist/hooks/calendars/use-add-selected-calendar.d.ts.map +1 -0
- package/dist/hooks/calendars/use-add-selected-calendar.js +27 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts +22 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.d.ts.map +1 -0
- package/dist/hooks/calendars/use-delete-calendar-credentials.js +33 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.d.ts +21 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.d.ts.map +1 -0
- package/dist/hooks/calendars/use-remove-selected-calendar.js +28 -0
- package/dist/hooks/calendars/use-update-destination-calendars.d.ts +21 -0
- package/dist/hooks/calendars/use-update-destination-calendars.d.ts.map +1 -0
- package/dist/hooks/calendars/use-update-destination-calendars.js +28 -0
- package/dist/hooks/connect/use-check.d.ts +21 -0
- package/dist/hooks/connect/use-check.d.ts.map +1 -0
- package/dist/hooks/connect/use-check.js +32 -0
- package/dist/hooks/connect/use-connect.d.ts +18 -0
- package/dist/hooks/connect/use-connect.d.ts.map +1 -0
- package/dist/hooks/connect/use-connect.js +57 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.d.ts +8 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-event-type-form.js +19 -0
- package/dist/hooks/event-types/private/use-create-event-type.d.ts +9 -0
- package/dist/hooks/event-types/private/use-create-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-event-type.js +24 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.d.ts +13 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-create-team-event-type.js +29 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts +9 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-delete-event-type-by-id.js +23 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts +15 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-delete-team-event-type-by-id.js +33 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.d.ts +4 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.d.ts.map +1 -0
- package/dist/hooks/event-types/private/use-event-type-by-id.js +22 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts +13 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-atom-get-public-event.js +41 -0
- package/dist/hooks/event-types/public/use-event-type.d.ts +5 -0
- package/dist/hooks/event-types/public/use-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-event-type.js +32 -0
- package/dist/hooks/event-types/public/use-event-types.d.ts +4 -0
- package/dist/hooks/event-types/public/use-event-types.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-event-types.js +22 -0
- package/dist/hooks/event-types/public/use-team-event-type.d.ts +4 -0
- package/dist/hooks/event-types/public/use-team-event-type.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-team-event-type.js +26 -0
- package/dist/hooks/event-types/public/use-team-event-types.d.ts +4 -0
- package/dist/hooks/event-types/public/use-team-event-types.d.ts.map +1 -0
- package/dist/hooks/event-types/public/use-team-event-types.js +24 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts +4 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.d.ts.map +1 -0
- package/dist/hooks/organizations/bookings/use-organization-bookings.js +27 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts +4 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.d.ts.map +1 -0
- package/dist/hooks/organizations/bookings/use-organization-user-bookings.js +24 -0
- package/dist/hooks/schedules/types.d.ts +37 -0
- package/dist/hooks/schedules/types.d.ts.map +1 -0
- package/dist/hooks/schedules/types.js +1 -0
- package/dist/hooks/schedules/use-atom-create-schedule.d.ts +9 -0
- package/dist/hooks/schedules/use-atom-create-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-create-schedule.js +26 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-duplicate-schedule.js +28 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts +9 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-get-all-schedules.js +22 -0
- package/dist/hooks/schedules/use-atom-schedule.d.ts +8 -0
- package/dist/hooks/schedules/use-atom-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-schedule.js +24 -0
- package/dist/hooks/schedules/use-atom-update-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-atom-update-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-atom-update-schedule.js +28 -0
- package/dist/hooks/schedules/use-delete-schedule.d.ts +11 -0
- package/dist/hooks/schedules/use-delete-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-delete-schedule.js +32 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.d.ts +3 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-ensure-default-schedule.js +12 -0
- package/dist/hooks/schedules/use-schedule.d.ts +7 -0
- package/dist/hooks/schedules/use-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-schedule.js +24 -0
- package/dist/hooks/schedules/use-schedules.d.ts +7 -0
- package/dist/hooks/schedules/use-schedules.d.ts.map +1 -0
- package/dist/hooks/schedules/use-schedules.js +24 -0
- package/dist/hooks/schedules/use-update-schedule.d.ts +10 -0
- package/dist/hooks/schedules/use-update-schedule.d.ts.map +1 -0
- package/dist/hooks/schedules/use-update-schedule.js +28 -0
- package/dist/hooks/stripe/use-check.d.ts +22 -0
- package/dist/hooks/stripe/use-check.d.ts.map +1 -0
- package/dist/hooks/stripe/use-check.js +38 -0
- package/dist/hooks/stripe/use-connect.d.ts +5 -0
- package/dist/hooks/stripe/use-connect.d.ts.map +1 -0
- package/dist/hooks/stripe/use-connect.js +37 -0
- package/dist/hooks/teams/use-team-members.d.ts +10 -0
- package/dist/hooks/teams/use-team-members.d.ts.map +1 -0
- package/dist/hooks/teams/use-team-members.js +25 -0
- package/dist/hooks/teams/use-teams.d.ts +7 -0
- package/dist/hooks/teams/use-teams.d.ts.map +1 -0
- package/dist/hooks/teams/use-teams.js +24 -0
- package/dist/hooks/use-api-keys.d.ts +9 -0
- package/dist/hooks/use-api-keys.d.ts.map +1 -0
- package/dist/hooks/use-api-keys.js +6 -0
- package/dist/hooks/use-atoms-context.d.ts +32 -0
- package/dist/hooks/use-atoms-context.d.ts.map +1 -0
- package/dist/hooks/use-atoms-context.js +15 -0
- package/dist/hooks/use-atoms-locale.d.ts +3 -0
- package/dist/hooks/use-atoms-locale.d.ts.map +1 -0
- package/dist/hooks/use-atoms-locale.js +9 -0
- package/dist/hooks/use-available-slots.d.ts +7 -0
- package/dist/hooks/use-available-slots.d.ts.map +1 -0
- package/dist/hooks/use-available-slots.js +35 -0
- package/dist/hooks/use-calendars-busy-times.d.ts +12 -0
- package/dist/hooks/use-calendars-busy-times.d.ts.map +1 -0
- package/dist/hooks/use-calendars-busy-times.js +39 -0
- package/dist/hooks/use-connected-calendars.d.ts +6 -0
- package/dist/hooks/use-connected-calendars.d.ts.map +1 -0
- package/dist/hooks/use-connected-calendars.js +23 -0
- package/dist/hooks/use-delete-selected-slot.d.ts +8 -0
- package/dist/hooks/use-delete-selected-slot.d.ts.map +1 -0
- package/dist/hooks/use-delete-selected-slot.js +27 -0
- package/dist/hooks/use-event-types-list.d.ts +18 -0
- package/dist/hooks/use-event-types-list.d.ts.map +1 -0
- package/dist/hooks/use-event-types-list.js +23 -0
- package/dist/hooks/use-get-city-timezones.d.ts +10 -0
- package/dist/hooks/use-get-city-timezones.d.ts.map +1 -0
- package/dist/hooks/use-get-city-timezones.js +21 -0
- package/dist/hooks/use-is-platform-booker-embed.d.ts +2 -0
- package/dist/hooks/use-is-platform-booker-embed.d.ts.map +1 -0
- package/dist/hooks/use-is-platform-booker-embed.js +8 -0
- package/dist/hooks/use-is-platform.d.ts +2 -0
- package/dist/hooks/use-is-platform.d.ts.map +1 -0
- package/dist/hooks/use-is-platform.js +8 -0
- package/dist/hooks/use-me.d.ts +9 -0
- package/dist/hooks/use-me.d.ts.map +1 -0
- package/dist/hooks/use-me.js +23 -0
- package/dist/hooks/use-o-auth-client.d.ts +18 -0
- package/dist/hooks/use-o-auth-client.d.ts.map +1 -0
- package/dist/hooks/use-o-auth-client.js +35 -0
- package/dist/hooks/use-o-auth-flow.d.ts +15 -0
- package/dist/hooks/use-o-auth-flow.d.ts.map +1 -0
- package/dist/hooks/use-o-auth-flow.js +79 -0
- package/dist/hooks/use-reserve-slot.d.ts +8 -0
- package/dist/hooks/use-reserve-slot.d.ts.map +1 -0
- package/dist/hooks/use-reserve-slot.js +25 -0
- package/dist/hooks/use-schedule-by-event-slug.d.ts +16 -0
- package/dist/hooks/use-schedule-by-event-slug.d.ts.map +1 -0
- package/dist/hooks/use-schedule-by-event-slug.js +23 -0
- package/dist/hooks/use-slots.d.ts +24 -0
- package/dist/hooks/use-slots.d.ts.map +1 -0
- package/dist/hooks/use-slots.js +72 -0
- package/dist/hooks/use-timezone.d.ts +2 -0
- package/dist/hooks/use-timezone.d.ts.map +1 -0
- package/dist/hooks/use-timezone.js +14 -0
- package/dist/hooks/use-update-user-timezone.d.ts +7 -0
- package/dist/hooks/use-update-user-timezone.d.ts.map +1 -0
- package/dist/hooks/use-update-user-timezone.js +21 -0
- package/dist/hooks/use-verify-code.d.ts +18 -0
- package/dist/hooks/use-verify-code.d.ts.map +1 -0
- package/dist/hooks/use-verify-code.js +58 -0
- package/dist/hooks/use-verify-email.d.ts +20 -0
- package/dist/hooks/use-verify-email.d.ts.map +1 -0
- package/dist/hooks/use-verify-email.js +63 -0
- package/dist/index.d.ts +162 -6258
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +333 -0
- package/dist/lib/append-client-id-to-email.d.ts +2 -0
- package/dist/lib/append-client-id-to-email.d.ts.map +1 -0
- package/dist/lib/append-client-id-to-email.js +7 -0
- package/dist/lib/get-placeholder-content.d.ts +16 -0
- package/dist/lib/get-placeholder-content.d.ts.map +1 -0
- package/dist/lib/get-placeholder-content.js +13 -0
- package/dist/lib/get-query-param.d.ts +3 -0
- package/dist/lib/get-query-param.d.ts.map +1 -0
- package/dist/lib/get-query-param.js +7 -0
- package/dist/lib/get-utm-tracking-parameters.d.ts +5 -0
- package/dist/lib/get-utm-tracking-parameters.d.ts.map +1 -0
- package/dist/lib/get-utm-tracking-parameters.js +10 -0
- package/dist/lib/http.d.ts +24 -0
- package/dist/lib/http.d.ts.map +1 -0
- package/dist/lib/http.js +68 -0
- package/dist/lib/markdown-to-safe-html-client.d.ts +8 -0
- package/dist/lib/markdown-to-safe-html-client.d.ts.map +1 -0
- package/dist/lib/markdown-to-safe-html-client.js +24 -0
- package/dist/lib/markdown-to-safe-html.d.ts +2 -0
- package/dist/lib/markdown-to-safe-html.d.ts.map +1 -0
- package/dist/lib/markdown-to-safe-html.js +11 -0
- package/dist/lib/set-query-param.d.ts +3 -0
- package/dist/lib/set-query-param.d.ts.map +1 -0
- package/dist/lib/set-query-param.js +7 -0
- package/dist/lib/time-zones.d.ts +15 -0
- package/dist/lib/time-zones.d.ts.map +1 -0
- package/dist/lib/time-zones.js +10 -0
- package/dist/lib/use-locale.d.ts +9 -0
- package/dist/lib/use-locale.d.ts.map +1 -0
- package/dist/lib/use-locale.js +13 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/utils.js +8 -0
- package/dist/list-schedules/components/schedule-list-item.d.ts +39 -0
- package/dist/list-schedules/components/schedule-list-item.d.ts.map +1 -0
- package/dist/list-schedules/components/schedule-list-item.js +122 -0
- package/dist/list-schedules/index.d.ts +2 -0
- package/dist/list-schedules/index.d.ts.map +1 -0
- package/dist/list-schedules/index.js +4 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts +6 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.d.ts.map +1 -0
- package/dist/list-schedules/wrappers/list-schedules-platform-wrapper.js +99 -0
- package/dist/node_modules/.bun/@babel_runtime@7.29.2/node_modules/@babel/runtime/helpers/esm/extends.js +12 -0
- package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +532 -0
- package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +403 -0
- package/dist/node_modules/.bun/@floating-ui_react-dom@2.1.8_21ccd8898788a04d/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +232 -0
- package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
- package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +128 -0
- package/dist/node_modules/.bun/@radix-ui_primitive@1.0.1/node_modules/@radix-ui/primitive/dist/index.js +8 -0
- package/dist/node_modules/.bun/@radix-ui_react-arrow@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-arrow/dist/index.js +19 -0
- package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-compose-refs/dist/index.js +16 -0
- package/dist/node_modules/.bun/@radix-ui_react-context@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-context/dist/index.js +85 -0
- package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.0.4_20d1060667f1d6f1/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +135 -0
- package/dist/node_modules/.bun/@radix-ui_react-focus-guards@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-focus-guards/dist/index.js +20 -0
- package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-focus-scope/dist/index.js +179 -0
- package/dist/node_modules/.bun/@radix-ui_react-popover@1.0.6_20d1060667f1d6f1/node_modules/@radix-ui/react-popover/dist/index.js +213 -0
- package/dist/node_modules/.bun/@radix-ui_react-popper@1.1.2_20d1060667f1d6f1/node_modules/@radix-ui/react-popper/dist/index.js +215 -0
- package/dist/node_modules/.bun/@radix-ui_react-portal@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-portal/dist/index.js +14 -0
- package/dist/node_modules/.bun/@radix-ui_react-presence@1.0.1_20d1060667f1d6f1/node_modules/@radix-ui/react-presence/dist/index.js +81 -0
- package/dist/node_modules/.bun/@radix-ui_react-primitive@1.0.3_20d1060667f1d6f1/node_modules/@radix-ui/react-primitive/dist/index.js +44 -0
- package/dist/node_modules/.bun/@radix-ui_react-slot@1.0.2_18a90a95e6705280/node_modules/@radix-ui/react-slot/dist/index.js +53 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +16 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +36 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-escape-keydown@1.0.3_18a90a95e6705280/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +17 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +6 -0
- package/dist/node_modules/.bun/@radix-ui_react-use-size@1.0.1_18a90a95e6705280/node_modules/@radix-ui/react-use-size/dist/index.js +36 -0
- package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js +52 -0
- package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js +7 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/component.js +71 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +7 -0
- package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_18a90a95e6705280/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +25 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/Combination.js +11 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +109 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/UI.js +31 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +16 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +62 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/medium.js +5 -0
- package/dist/node_modules/.bun/react-remove-scroll@2.5.5_18a90a95e6705280/node_modules/react-remove-scroll/dist/es2015/sidecar.js +7 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/component.js +11 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/hook.js +15 -0
- package/dist/node_modules/.bun/react-style-singleton@2.2.3_18a90a95e6705280/node_modules/react-style-singleton/dist/es2015/singleton.js +30 -0
- package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.js +27 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/assignRef.js +6 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +26 -0
- package/dist/node_modules/.bun/use-callback-ref@1.3.3_18a90a95e6705280/node_modules/use-callback-ref/dist/es2015/useRef.js +25 -0
- package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/exports.js +18 -0
- package/dist/node_modules/.bun/use-sidecar@1.1.3_18a90a95e6705280/node_modules/use-sidecar/dist/es2015/medium.js +67 -0
- package/dist/onboarding/continue-with-calcom.d.ts +3 -0
- package/dist/onboarding/continue-with-calcom.d.ts.map +1 -0
- package/dist/onboarding/continue-with-calcom.js +429 -0
- package/dist/onboarding/export.d.ts +3 -0
- package/dist/onboarding/export.d.ts.map +1 -0
- package/dist/onboarding/onboarding-embed.d.ts +3 -0
- package/dist/onboarding/onboarding-embed.d.ts.map +1 -0
- package/dist/onboarding/onboarding-embed.js +182 -0
- package/dist/onboarding/types.d.ts +31 -0
- package/dist/onboarding/types.d.ts.map +1 -0
- package/dist/onboarding/types.js +1 -0
- package/dist/router/index.d.ts +2 -0
- package/dist/router/index.d.ts.map +1 -0
- package/dist/router/index.js +4 -0
- package/dist/router/router.d.ts +30 -0
- package/dist/router/router.d.ts.map +1 -0
- package/dist/router/router.js +65 -0
- package/dist/selected-calendars/index.d.ts +2 -0
- package/dist/selected-calendars/index.d.ts.map +1 -0
- package/dist/selected-calendars/index.js +4 -0
- package/dist/selected-calendars/selected-calendars-settings.d.ts +6 -0
- package/dist/selected-calendars/selected-calendars-settings.d.ts.map +1 -0
- package/dist/selected-calendars/selected-calendars-settings.js +6 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts +38 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.d.ts.map +1 -0
- package/dist/selected-calendars/wrappers/selected-calendars-settings-platform-wrapper.js +306 -0
- package/dist/timezone/index.d.ts +6 -0
- package/dist/timezone/index.d.ts.map +1 -0
- package/dist/timezone/index.js +33 -0
- package/dist/timezone/timezone-select-component.d.ts +15 -0
- package/dist/timezone/timezone-select-component.d.ts.map +1 -0
- package/dist/timezone/timezone-select-component.js +136 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts +31 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/calendar-toggle-container-component.js +81 -0
- package/dist/troubleshooter/components/event-schedule-item-component.d.ts +12 -0
- package/dist/troubleshooter/components/event-schedule-item-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/event-schedule-item-component.js +28 -0
- package/dist/troubleshooter/components/event-type-select-component.d.ts +18 -0
- package/dist/troubleshooter/components/event-type-select-component.d.ts.map +1 -0
- package/dist/troubleshooter/components/event-type-select-component.js +75 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts +12 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.d.ts.map +1 -0
- package/dist/troubleshooter/components/troubleshooter-list-item-container.js +31 -0
- package/dist/troubleshooter/index.d.ts +2 -0
- package/dist/troubleshooter/index.d.ts.map +1 -0
- package/dist/troubleshooter/index.js +4 -0
- package/dist/troubleshooter/large-calendar/large-calendar.d.ts +6 -0
- package/dist/troubleshooter/large-calendar/large-calendar.d.ts.map +1 -0
- package/dist/troubleshooter/large-calendar/large-calendar.js +10 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts +7 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/calendar-toggle-container.js +22 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.d.ts +2 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/event-schedule-item.js +13 -0
- package/dist/troubleshooter/sidebar/event-type-select.d.ts +2 -0
- package/dist/troubleshooter/sidebar/event-type-select.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/event-type-select.js +10 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts +17 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.d.ts.map +1 -0
- package/dist/troubleshooter/sidebar/troubleshooter-sidebar.js +28 -0
- package/dist/troubleshooter/store.d.ts +30 -0
- package/dist/troubleshooter/store.d.ts.map +1 -0
- package/dist/troubleshooter/store.js +52 -0
- package/dist/troubleshooter/types.d.ts +11 -0
- package/dist/troubleshooter/types.d.ts.map +1 -0
- package/dist/troubleshooter/types.js +1 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts +14 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.d.ts.map +1 -0
- package/dist/troubleshooter/wrappers/troubleshooter-platform-wrapper.js +68 -0
- package/dist/types.d.ts +8 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +1 -0
- package/dist/vendor/analytics.d.ts +17 -0
- package/dist/vendor/analytics.d.ts.map +1 -0
- package/dist/vendor/analytics.js +8 -0
- package/dist/vendor/availability.d.ts +15 -0
- package/dist/vendor/availability.d.ts.map +1 -0
- package/dist/vendor/availability.js +27 -0
- package/dist/vendor/avatar-url.d.ts +23 -0
- package/dist/vendor/avatar-url.d.ts.map +1 -0
- package/dist/vendor/avatar-url.js +18 -0
- package/dist/vendor/booker-url.d.ts +13 -0
- package/dist/vendor/booker-url.d.ts.map +1 -0
- package/dist/vendor/booker-url.js +14 -0
- package/dist/vendor/booking-to-mutation-input.d.ts +96 -0
- package/dist/vendor/booking-to-mutation-input.d.ts.map +1 -0
- package/dist/vendor/booking-to-mutation-input.js +73 -0
- package/dist/vendor/cal-ai-phone.d.ts +4 -0
- package/dist/vendor/cal-ai-phone.d.ts.map +1 -0
- package/dist/vendor/cal-ai-phone.js +31 -0
- package/dist/vendor/check-for-empty-assignment.d.ts +16 -0
- package/dist/vendor/check-for-empty-assignment.d.ts.map +1 -0
- package/dist/vendor/check-for-empty-assignment.js +11 -0
- package/dist/vendor/children-event-type.d.ts +44 -0
- package/dist/vendor/children-event-type.d.ts.map +1 -0
- package/dist/vendor/children-event-type.js +14 -0
- package/dist/vendor/currency.d.ts +3 -0
- package/dist/vendor/currency.d.ts.map +1 -0
- package/dist/vendor/currency.js +34 -0
- package/dist/vendor/dayjs/index.d.ts +5 -0
- package/dist/vendor/dayjs/index.d.ts.map +1 -0
- package/dist/vendor/dayjs/index.js +27 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts +11 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.d.ts.map +1 -0
- package/dist/vendor/dayjs/plugins/business-days-plugin.js +70 -0
- package/dist/vendor/dayjs-utils.d.ts +4 -0
- package/dist/vendor/dayjs-utils.d.ts.map +1 -0
- package/dist/vendor/dayjs-utils.js +10 -0
- package/dist/vendor/error-codes.d.ts +40 -0
- package/dist/vendor/error-codes.d.ts.map +1 -0
- package/dist/vendor/error-codes.js +4 -0
- package/dist/vendor/event-naming.d.ts +33 -0
- package/dist/vendor/event-naming.d.ts.map +1 -0
- package/dist/vendor/event-naming.js +9 -0
- package/dist/vendor/form-builder/base-schema.d.ts +917 -0
- package/dist/vendor/form-builder/base-schema.d.ts.map +1 -0
- package/dist/vendor/form-builder/base-schema.js +98 -0
- package/dist/vendor/form-builder/field-type-enum.d.ts +4 -0
- package/dist/vendor/form-builder/field-type-enum.d.ts.map +1 -0
- package/dist/vendor/form-builder/field-type-enum.js +21 -0
- package/dist/vendor/form-builder/field-types.d.ts +5 -0
- package/dist/vendor/form-builder/field-types.d.ts.map +1 -0
- package/dist/vendor/form-builder/field-types.js +156 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts +3 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.d.ts.map +1 -0
- package/dist/vendor/form-builder/fields-that-support-label-as-safe-html.js +4 -0
- package/dist/vendor/form-builder/props-types.d.ts +18 -0
- package/dist/vendor/form-builder/props-types.d.ts.map +1 -0
- package/dist/vendor/form-builder/props-types.js +20 -0
- package/dist/vendor/form-builder/schema.d.ts +761 -0
- package/dist/vendor/form-builder/schema.d.ts.map +1 -0
- package/dist/vendor/form-builder/schema.js +174 -0
- package/dist/vendor/form-builder/system-field.d.ts +9 -0
- package/dist/vendor/form-builder/system-field.d.ts.map +1 -0
- package/dist/vendor/form-builder/system-field.js +29 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts +12 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.d.ts.map +1 -0
- package/dist/vendor/form-builder/use-should-be-disabled-due-to-prefill.js +45 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.d.ts +2 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils/get-field-identifier.js +5 -0
- package/dist/vendor/form-builder/utils/variants-config.d.ts +40 -0
- package/dist/vendor/form-builder/utils/variants-config.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils/variants-config.js +49 -0
- package/dist/vendor/form-builder/utils.d.ts +7 -0
- package/dist/vendor/form-builder/utils.d.ts.map +1 -0
- package/dist/vendor/form-builder/utils.js +25 -0
- package/dist/vendor/form-builder-widgets/index.d.ts +49 -0
- package/dist/vendor/form-builder-widgets/index.d.ts.map +1 -0
- package/dist/vendor/form-builder-widgets/index.js +128 -0
- package/dist/vendor/format-date-time.d.ts +15 -0
- package/dist/vendor/format-date-time.d.ts.map +1 -0
- package/dist/vendor/format-date-time.js +72 -0
- package/dist/vendor/get-available-dates-in-month.d.ts +12 -0
- package/dist/vendor/get-available-dates-in-month.d.ts.map +1 -0
- package/dist/vendor/get-available-dates-in-month.js +20 -0
- package/dist/vendor/get-avatar-url.d.ts +5 -0
- package/dist/vendor/get-avatar-url.d.ts.map +1 -0
- package/dist/vendor/get-avatar-url.js +7 -0
- package/dist/vendor/get-routed-team-member-ids.d.ts +2 -0
- package/dist/vendor/get-routed-team-member-ids.d.ts.map +1 -0
- package/dist/vendor/get-routed-team-member-ids.js +7 -0
- package/dist/vendor/get-stripe.d.ts +7 -0
- package/dist/vendor/get-stripe.d.ts.map +1 -0
- package/dist/vendor/get-stripe.js +8 -0
- package/dist/vendor/get-username-list.d.ts +2 -0
- package/dist/vendor/get-username-list.d.ts.map +1 -0
- package/dist/vendor/get-username-list.js +8 -0
- package/dist/vendor/hooks/use-debounce.d.ts +2 -0
- package/dist/vendor/hooks/use-debounce.d.ts.map +1 -0
- package/dist/vendor/hooks/use-debounce.js +15 -0
- package/dist/vendor/hooks/use-media-query.d.ts +3 -0
- package/dist/vendor/hooks/use-media-query.d.ts.map +1 -0
- package/dist/vendor/hooks/use-media-query.js +15 -0
- package/dist/vendor/hooks/use-router-query.d.ts +2 -0
- package/dist/vendor/hooks/use-router-query.d.ts.map +1 -0
- package/dist/vendor/hooks/use-router-query.js +25 -0
- package/dist/vendor/host-group-utils.d.ts +19 -0
- package/dist/vendor/host-group-utils.d.ts.map +1 -0
- package/dist/vendor/host-group-utils.js +27 -0
- package/dist/vendor/interval-limit.d.ts +6 -0
- package/dist/vendor/interval-limit.d.ts.map +1 -0
- package/dist/vendor/interval-limit.js +8 -0
- package/dist/vendor/invert-logo-on-dark.d.ts +2 -0
- package/dist/vendor/invert-logo-on-dark.d.ts.map +1 -0
- package/dist/vendor/invert-logo-on-dark.js +6 -0
- package/dist/vendor/locales/de/common.json.d.ts +319 -0
- package/dist/vendor/locales/de/common.json.js +626 -0
- package/dist/vendor/locales/en/common.json.d.ts +319 -0
- package/dist/vendor/locales/en/common.json.js +626 -0
- package/dist/vendor/locales/es/common.json.d.ts +319 -0
- package/dist/vendor/locales/es/common.json.js +626 -0
- package/dist/vendor/locales/fr/common.json.d.ts +319 -0
- package/dist/vendor/locales/fr/common.json.js +626 -0
- package/dist/vendor/locales/it/common.json.d.ts +319 -0
- package/dist/vendor/locales/it/common.json.js +626 -0
- package/dist/vendor/locales/nl/common.json.d.ts +319 -0
- package/dist/vendor/locales/nl/common.json.js +626 -0
- package/dist/vendor/locales/pt-BR/common.json.d.ts +319 -0
- package/dist/vendor/locales/pt-BR/common.json.js +626 -0
- package/dist/vendor/locations-resolver.d.ts +38 -0
- package/dist/vendor/locations-resolver.d.ts.map +1 -0
- package/dist/vendor/locations-resolver.js +16 -0
- package/dist/vendor/locations.d.ts +58 -0
- package/dist/vendor/locations.d.ts.map +1 -0
- package/dist/vendor/locations.js +168 -0
- package/dist/vendor/parse-dates.d.ts +18 -0
- package/dist/vendor/parse-dates.d.ts.map +1 -0
- package/dist/vendor/parse-dates.js +56 -0
- package/dist/vendor/payments.d.ts +50 -0
- package/dist/vendor/payments.d.ts.map +1 -0
- package/dist/vendor/payments.js +48 -0
- package/dist/vendor/phone-input/phone-input.d.ts +17 -0
- package/dist/vendor/phone-input/phone-input.d.ts.map +1 -0
- package/dist/vendor/phone-input/phone-input.js +84 -0
- package/dist/vendor/phone-input/phone-masks.d.ts +8 -0
- package/dist/vendor/phone-input/phone-masks.d.ts.map +1 -0
- package/dist/vendor/phone-input/phone-masks.js +10 -0
- package/dist/vendor/query-param.d.ts +4 -0
- package/dist/vendor/query-param.d.ts.map +1 -0
- package/dist/vendor/query-param.js +23 -0
- package/dist/vendor/recurring.d.ts +27 -0
- package/dist/vendor/recurring.d.ts.map +1 -0
- package/dist/vendor/recurring.js +24 -0
- package/dist/vendor/schedule-list-item.d.ts +55 -0
- package/dist/vendor/schedule-list-item.d.ts.map +1 -0
- package/dist/vendor/schedule-list-item.js +12 -0
- package/dist/vendor/scroll.d.ts +2 -0
- package/dist/vendor/scroll.d.ts.map +1 -0
- package/dist/vendor/scroll.js +6 -0
- package/dist/vendor/server-trans.d.ts +25 -0
- package/dist/vendor/server-trans.d.ts.map +1 -0
- package/dist/vendor/server-trans.js +38 -0
- package/dist/vendor/slugify.d.ts +3 -0
- package/dist/vendor/slugify.d.ts.map +1 -0
- package/dist/vendor/slugify.js +13 -0
- package/dist/vendor/time-format.d.ts +10 -0
- package/dist/vendor/time-format.d.ts.map +1 -0
- package/dist/vendor/time-format.js +18 -0
- package/dist/vendor/time-preferences.d.ts +14 -0
- package/dist/vendor/time-preferences.d.ts.map +1 -0
- package/dist/vendor/time-preferences.js +18 -0
- package/dist/vendor/time-shift.d.ts +6 -0
- package/dist/vendor/time-shift.d.ts.map +1 -0
- package/dist/vendor/time-shift.js +19 -0
- package/dist/vendor/timezone-constants.d.ts +3 -0
- package/dist/vendor/timezone-constants.d.ts.map +1 -0
- package/dist/vendor/timezone-constants.js +8 -0
- package/dist/vendor/timezone.d.ts +10 -0
- package/dist/vendor/timezone.d.ts.map +1 -0
- package/dist/vendor/timezone.js +66 -0
- package/dist/vendor/validate-booker-layouts.d.ts +8 -0
- package/dist/vendor/validate-booker-layouts.d.ts.map +1 -0
- package/dist/vendor/validate-booker-layouts.js +18 -0
- package/dist/vendor/webstorage.d.ts +18 -0
- package/dist/vendor/webstorage.d.ts.map +1 -0
- package/dist/vendor/webstorage.js +77 -0
- package/dist/vendor/weekday.d.ts +5 -0
- package/dist/vendor/weekday.d.ts.map +1 -0
- package/dist/vendor/weekday.js +20 -0
- package/dist/vendor/weekstart.d.ts +3 -0
- package/dist/vendor/weekstart.d.ts.map +1 -0
- package/dist/vendor/weekstart.js +19 -0
- package/package.json +333 -5
- package/dist/cal-atoms.js +0 -191
- package/dist/index-CX3mF0eE.js +0 -22128
- package/dist/stripe-payment-form-BkyG0n4F.js +0 -118
- /package/dist/{cal-atoms.css → atoms.css} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/vendor/form-builder/schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,WAAW,EAAwB,MAAM,eAAe,CAAC;AAQlE,KAAK,qBAAqB,CAAC,MAAM,GAAG,OAAO,EAAE,mBAAmB,GAAG,OAAO,IAAI;IAC5E,UAAU,EAAE,CAAC,IAAI,EAAE;QACjB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;QACnC,QAAQ,EAAE,MAAM,CAAC;QACjB,eAAe,EAAE,OAAO,CAAC;KAC1B,KAAK,mBAAmB,CAAC;IAC1B,WAAW,EAAE,CAAC,IAAI,EAAE;QAClB,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;QACnC,QAAQ,EAAE,mBAAmB,CAAC;QAC9B,eAAe,EAAE,OAAO,CAAC;QACzB,GAAG,EAAE,WAAW,CAAC;QACjB,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC;KAC/D,KAAK,IAAI,CAAC;CACZ,CAAC;AAQF,MAAM,MAAM,SAAS,GAAG,WAAW,CAAC;AAEpC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoD9B,CAAC;AAEL,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAAuB,CAAC;AAUjD,eAAO,MAAM,mBAAmB;;;;CAuK/B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,CAAC,SAAS,KAAK,IAAI,CAAC;CACxC,CAAC"}
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import { z as t } from "zod";
|
|
2
|
+
import { variantsConfigSchema as b, fieldSchema as I } from "./base-schema.js";
|
|
3
|
+
import { fieldTypeEnum as w } from "./field-type-enum.js";
|
|
4
|
+
import { fieldTypesConfigMap as p } from "./field-types.js";
|
|
5
|
+
import { preprocessNameFieldDataWithVariant as g } from "./utils.js";
|
|
6
|
+
import { getConfig as L } from "./utils/variants-config.js";
|
|
7
|
+
const y = () => t.string().refine((e) => e.trim().length > 0);
|
|
8
|
+
const R = t.object({
|
|
9
|
+
label: t.string(),
|
|
10
|
+
value: w,
|
|
11
|
+
isTextType: t.boolean().default(!1).optional(),
|
|
12
|
+
systemOnly: t.boolean().default(!1).optional(),
|
|
13
|
+
needsOptions: t.boolean().default(!1).optional(),
|
|
14
|
+
supportsLengthCheck: t.object({
|
|
15
|
+
maxLength: t.number()
|
|
16
|
+
}).optional(),
|
|
17
|
+
supportsPricing: t.boolean().default(!1).optional(),
|
|
18
|
+
optionsSupportPricing: t.boolean().default(!1).optional(),
|
|
19
|
+
propsType: t.enum([
|
|
20
|
+
"text",
|
|
21
|
+
"textList",
|
|
22
|
+
"select",
|
|
23
|
+
"multiselect",
|
|
24
|
+
"boolean",
|
|
25
|
+
"objectiveWithInput",
|
|
26
|
+
"variants"
|
|
27
|
+
]),
|
|
28
|
+
variantsConfig: t.object({
|
|
29
|
+
defaultVariant: t.string(),
|
|
30
|
+
toggleLabel: t.string().optional(),
|
|
31
|
+
variants: t.record(
|
|
32
|
+
t.object({
|
|
33
|
+
label: t.string(),
|
|
34
|
+
fieldsMap: t.record(
|
|
35
|
+
t.object({
|
|
36
|
+
defaultLabel: t.string().optional(),
|
|
37
|
+
defaultPlaceholder: t.string().optional(),
|
|
38
|
+
canChangeRequirability: t.boolean().default(!0).optional()
|
|
39
|
+
})
|
|
40
|
+
)
|
|
41
|
+
})
|
|
42
|
+
),
|
|
43
|
+
defaultValue: b.optional()
|
|
44
|
+
}).optional()
|
|
45
|
+
}).refine((e) => {
|
|
46
|
+
if (!e.variantsConfig)
|
|
47
|
+
return;
|
|
48
|
+
const r = e.variantsConfig;
|
|
49
|
+
if (!r.variants[r.defaultVariant])
|
|
50
|
+
throw new Error(`defaultVariant: ${r.defaultVariant} is not in variants`);
|
|
51
|
+
return !0;
|
|
52
|
+
}), j = t.array(I);
|
|
53
|
+
function C(e) {
|
|
54
|
+
return typeof e != "string" ? String(e) : e;
|
|
55
|
+
}
|
|
56
|
+
const Z = {
|
|
57
|
+
name: {
|
|
58
|
+
preprocess: ({ response: e, field: r }) => {
|
|
59
|
+
var o;
|
|
60
|
+
const s = p[r.type], a = r.variant || ((o = s == null ? void 0 : s.variantsConfig) == null ? void 0 : o.defaultVariant);
|
|
61
|
+
let n;
|
|
62
|
+
if (!a)
|
|
63
|
+
throw new Error("`variant` must be there for the field with `variantsConfig`");
|
|
64
|
+
a !== "firstAndLastName" && a !== "fullName" ? n = "fullName" : n = a;
|
|
65
|
+
const u = "";
|
|
66
|
+
if (e == null)
|
|
67
|
+
return u;
|
|
68
|
+
if (typeof e == "string") {
|
|
69
|
+
const i = t.object({
|
|
70
|
+
firstName: t.string(),
|
|
71
|
+
lastName: t.string().optional().default("")
|
|
72
|
+
});
|
|
73
|
+
try {
|
|
74
|
+
const c = i.safeParse(JSON.parse(e));
|
|
75
|
+
if (c.success)
|
|
76
|
+
return g(n, c.data);
|
|
77
|
+
} catch {
|
|
78
|
+
}
|
|
79
|
+
return g(n, e);
|
|
80
|
+
}
|
|
81
|
+
if (typeof e == "object" && "firstName" in e && typeof e.firstName == "string") {
|
|
82
|
+
const i = {
|
|
83
|
+
firstName: e.firstName,
|
|
84
|
+
lastName: ""
|
|
85
|
+
};
|
|
86
|
+
return "lastName" in e && typeof e.lastName == "string" && (i.lastName = e.lastName), g(n, i);
|
|
87
|
+
}
|
|
88
|
+
return u;
|
|
89
|
+
},
|
|
90
|
+
superRefine: ({ field: e, response: r, isPartialSchema: s, ctx: a, m: n }) => {
|
|
91
|
+
var l;
|
|
92
|
+
const u = t.string(), o = p[e.type], i = e.variant || ((l = o == null ? void 0 : o.variantsConfig) == null ? void 0 : l.defaultVariant);
|
|
93
|
+
if (!i)
|
|
94
|
+
throw new Error("`variant` must be there for the field with `variantsConfig`");
|
|
95
|
+
const c = L(e);
|
|
96
|
+
if (!c)
|
|
97
|
+
throw new Error("variantsConfig must be there for `name` field");
|
|
98
|
+
const d = c.variants[i].fields, m = ["text"];
|
|
99
|
+
if (d.length === 1) {
|
|
100
|
+
const f = d[0];
|
|
101
|
+
if (m.includes(f.type)) {
|
|
102
|
+
(f.required && !s ? y() : u).safeParse(r).success || a.addIssue({ code: t.ZodIssueCode.custom, message: n("Invalid string") });
|
|
103
|
+
return;
|
|
104
|
+
} else
|
|
105
|
+
throw new Error(`Unsupported field.type with variants: ${f.type}`);
|
|
106
|
+
}
|
|
107
|
+
d.forEach((f) => {
|
|
108
|
+
const h = f.required && !s ? y() : u;
|
|
109
|
+
if (!m.includes(f.type))
|
|
110
|
+
throw new Error(`Unsupported field.type with variants: ${f.type}`);
|
|
111
|
+
const v = r;
|
|
112
|
+
if (f.required && (!s && !v[f.name] && a.addIssue({ code: t.ZodIssueCode.custom, message: n("error_required_field") }), !h.safeParse(v[f.name]).success)) {
|
|
113
|
+
a.addIssue({ code: t.ZodIssueCode.custom, message: n("Invalid string") });
|
|
114
|
+
return;
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
textarea: {
|
|
120
|
+
preprocess: ({ response: e }) => C(e).trim(),
|
|
121
|
+
superRefine: ({ field: e, response: r, ctx: s, m: a }) => {
|
|
122
|
+
var m;
|
|
123
|
+
const n = p[e.type], u = r ?? "", o = e.maxLength ?? ((m = n.supportsLengthCheck) == null ? void 0 : m.maxLength), i = e.minLength ?? 0;
|
|
124
|
+
if (!o)
|
|
125
|
+
throw new Error("maxLength must be there for textarea field");
|
|
126
|
+
const c = u.length > o, d = u.length < i;
|
|
127
|
+
if (c) {
|
|
128
|
+
const l = a("max_characters_allowed", { count: o });
|
|
129
|
+
s.addIssue({
|
|
130
|
+
code: t.ZodIssueCode.custom,
|
|
131
|
+
message: l
|
|
132
|
+
});
|
|
133
|
+
return;
|
|
134
|
+
}
|
|
135
|
+
if (d) {
|
|
136
|
+
const l = a("min_characters_required", { count: i });
|
|
137
|
+
s.addIssue({
|
|
138
|
+
code: t.ZodIssueCode.custom,
|
|
139
|
+
message: l
|
|
140
|
+
});
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
url: {
|
|
146
|
+
preprocess: ({ response: e }) => C(e).trim(),
|
|
147
|
+
superRefine: ({ response: e, ctx: r, m: s }) => {
|
|
148
|
+
const a = e ?? "", n = t.string().url();
|
|
149
|
+
if (a.match(/^https?:\/[^/]/)) {
|
|
150
|
+
r.addIssue({
|
|
151
|
+
code: t.ZodIssueCode.custom,
|
|
152
|
+
message: s("url_validation_error")
|
|
153
|
+
});
|
|
154
|
+
return;
|
|
155
|
+
}
|
|
156
|
+
if (n.safeParse(a).success)
|
|
157
|
+
return;
|
|
158
|
+
if (/^[a-z0-9.-]+\.[a-z]{2,}(\/.*)?$/i.test(a)) {
|
|
159
|
+
const o = `https://${a}`;
|
|
160
|
+
if (n.safeParse(o).success)
|
|
161
|
+
return;
|
|
162
|
+
}
|
|
163
|
+
r.addIssue({
|
|
164
|
+
code: t.ZodIssueCode.custom,
|
|
165
|
+
message: s("url_validation_error")
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
};
|
|
170
|
+
export {
|
|
171
|
+
R as fieldTypeConfigSchema,
|
|
172
|
+
Z as fieldTypesSchemaMap,
|
|
173
|
+
j as fieldsSchema
|
|
174
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SystemField: z.ZodEnum<["name", "email", "location", "title", "notes", "guests", "rescheduleReason", "smsReminderNumber", "attendeePhoneNumber", "aiAgentCallPhoneNumber"]>;
|
|
3
|
+
export declare const SMS_REMINDER_NUMBER_FIELD = "smsReminderNumber";
|
|
4
|
+
export declare const CAL_AI_AGENT_PHONE_NUMBER_FIELD = "aiAgentCallPhoneNumber";
|
|
5
|
+
export declare const TITLE_FIELD = "title";
|
|
6
|
+
export declare const ATTENDEE_PHONE_NUMBER_FIELD = "attendeePhoneNumber";
|
|
7
|
+
export declare const SYSTEM_PHONE_FIELDS: Set<string>;
|
|
8
|
+
export declare function shouldShowFieldInCustomResponses(fieldName: string): boolean;
|
|
9
|
+
//# sourceMappingURL=system-field.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"system-field.d.ts","sourceRoot":"","sources":["../../../src/vendor/form-builder/system-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,WAAW,gKAWtB,CAAC;AAEH,eAAO,MAAM,yBAAyB,sBAAsB,CAAC;AAC7D,eAAO,MAAM,+BAA+B,2BAA2B,CAAC;AACxE,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,2BAA2B,wBAAwB,CAAC;AAEjE,eAAO,MAAM,mBAAmB,aAI9B,CAAC;AAEH,wBAAgB,gCAAgC,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAM3E"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { z as t } from "zod";
|
|
2
|
+
const n = t.enum([
|
|
3
|
+
"name",
|
|
4
|
+
"email",
|
|
5
|
+
"location",
|
|
6
|
+
"title",
|
|
7
|
+
"notes",
|
|
8
|
+
"guests",
|
|
9
|
+
"rescheduleReason",
|
|
10
|
+
"smsReminderNumber",
|
|
11
|
+
"attendeePhoneNumber",
|
|
12
|
+
"aiAgentCallPhoneNumber"
|
|
13
|
+
]), s = "smsReminderNumber", o = "aiAgentCallPhoneNumber", E = "title", r = "attendeePhoneNumber", i = /* @__PURE__ */ new Set([
|
|
14
|
+
r,
|
|
15
|
+
s,
|
|
16
|
+
o
|
|
17
|
+
]);
|
|
18
|
+
function _(e) {
|
|
19
|
+
return !(n.safeParse(e).success && e !== s && e !== E);
|
|
20
|
+
}
|
|
21
|
+
export {
|
|
22
|
+
r as ATTENDEE_PHONE_NUMBER_FIELD,
|
|
23
|
+
o as CAL_AI_AGENT_PHONE_NUMBER_FIELD,
|
|
24
|
+
s as SMS_REMINDER_NUMBER_FIELD,
|
|
25
|
+
i as SYSTEM_PHONE_FIELDS,
|
|
26
|
+
n as SystemField,
|
|
27
|
+
E as TITLE_FIELD,
|
|
28
|
+
_ as shouldShowFieldInCustomResponses
|
|
29
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { fieldsSchema } from './schema';
|
|
3
|
+
type RhfForm = {
|
|
4
|
+
fields: z.infer<typeof fieldsSchema>;
|
|
5
|
+
};
|
|
6
|
+
type RhfFormFields = RhfForm["fields"];
|
|
7
|
+
type RhfFormField = RhfFormFields[number];
|
|
8
|
+
type FieldProps = Pick<RhfFormField, "name" | "type" | "disableOnPrefill" | "variantsConfig" | "optionsInputs">;
|
|
9
|
+
export declare const getFieldNameFromErrorMessage: (errorMessage: string) => string;
|
|
10
|
+
export declare const useShouldBeDisabledDueToPrefill: (field: FieldProps) => boolean;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=use-should-be-disabled-due-to-prefill.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-should-be-disabled-due-to-prefill.d.ts","sourceRoot":"","sources":["../../../src/vendor/form-builder/use-should-be-disabled-due-to-prefill.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAI7B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAE7C,KAAK,OAAO,GAAG;IACb,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,YAAY,CAAC,CAAC;CACtC,CAAC;AAEF,KAAK,aAAa,GAAG,OAAO,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,YAAY,GAAG,aAAa,CAAC,MAAM,CAAC,CAAC;AAE1C,KAAK,UAAU,GAAG,IAAI,CACpB,YAAY,EACZ,MAAM,GAAG,MAAM,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,eAAe,CAC1E,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,cAAc,MAAM,KAAG,MAGnE,CAAC;AAqBF,eAAO,MAAM,+BAA+B,GAAI,OAAO,UAAU,KAAG,OA8DnE,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { useFormContext as A } from "react-hook-form";
|
|
2
|
+
import { useRouterQuery as T } from "../hooks/use-router-query.js";
|
|
3
|
+
const E = (t) => t == null ? void 0 : t.replace(/\{([^}]+)\}.*/, "$1");
|
|
4
|
+
function g(t) {
|
|
5
|
+
return Array.isArray(t) ? t : [t];
|
|
6
|
+
}
|
|
7
|
+
function q(t, r) {
|
|
8
|
+
return !!t.find((n) => r.find((o) => (o == null ? void 0 : o.toString()) == (n == null ? void 0 : n.toString())));
|
|
9
|
+
}
|
|
10
|
+
function I(t, r) {
|
|
11
|
+
if (typeof r == "string")
|
|
12
|
+
return (t == null ? void 0 : t.toString()) == (r == null ? void 0 : r.toString());
|
|
13
|
+
const n = g(r), o = g(t);
|
|
14
|
+
return q(n, o);
|
|
15
|
+
}
|
|
16
|
+
const x = (t) => {
|
|
17
|
+
var c, p, d, y, a;
|
|
18
|
+
const { getValues: r, formState: n } = A(), o = T();
|
|
19
|
+
if (!t.disableOnPrefill || (p = (c = n.dirtyFields) == null ? void 0 : c.responses) != null && p[t.name])
|
|
20
|
+
return !1;
|
|
21
|
+
const l = ((d = r()) == null ? void 0 : d.responses) || {}, m = t.type !== "radioInput" && !t.variantsConfig, F = ((a = (y = n == null ? void 0 : n.errors) == null ? void 0 : y.responses) == null ? void 0 : a.message) || "";
|
|
22
|
+
if (E(F) === t.name)
|
|
23
|
+
return !1;
|
|
24
|
+
const s = o[t.name], i = l[t.name];
|
|
25
|
+
if (!m && u(s) && u(i))
|
|
26
|
+
return t.type === "radioInput" ? S({ value: i, optionsInputs: t.optionsInputs }) : !0;
|
|
27
|
+
if (!u(i) || !o)
|
|
28
|
+
return !1;
|
|
29
|
+
if (s == (i == null ? void 0 : i.toString()))
|
|
30
|
+
return !0;
|
|
31
|
+
return I(s, i);
|
|
32
|
+
function u(e) {
|
|
33
|
+
return e != null && e !== "";
|
|
34
|
+
}
|
|
35
|
+
function S({
|
|
36
|
+
value: e,
|
|
37
|
+
optionsInputs: f
|
|
38
|
+
}) {
|
|
39
|
+
return (f == null ? void 0 : f[e.value]) ? !!e.value && !!e.optionValue : !!e.value;
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
export {
|
|
43
|
+
E as getFieldNameFromErrorMessage,
|
|
44
|
+
x as useShouldBeDisabledDueToPrefill
|
|
45
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-field-identifier.d.ts","sourceRoot":"","sources":["../../../../src/vendor/form-builder/utils/get-field-identifier.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,GAAI,MAAM,MAAM,WAE9C,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { default as z } from 'zod';
|
|
2
|
+
import { fieldSchema } from '../base-schema';
|
|
3
|
+
type Field = z.infer<typeof fieldSchema>;
|
|
4
|
+
type Translate = (key: string, options?: Record<string, unknown>) => string;
|
|
5
|
+
export declare const getConfig: (field: Pick<Field, "variantsConfig" | "type">) => {
|
|
6
|
+
variants: Record<string, {
|
|
7
|
+
fields: {
|
|
8
|
+
name: string;
|
|
9
|
+
type: "number" | "boolean" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "url" | "email" | "phone" | "multiemail" | "multiselect" | "radioInput";
|
|
10
|
+
label?: string | undefined;
|
|
11
|
+
placeholder?: string | undefined;
|
|
12
|
+
price?: number | undefined;
|
|
13
|
+
maxLength?: number | undefined;
|
|
14
|
+
minLength?: number | undefined;
|
|
15
|
+
required?: boolean | undefined;
|
|
16
|
+
labelAsSafeHtml?: string | undefined;
|
|
17
|
+
excludeEmails?: string | undefined;
|
|
18
|
+
requireEmails?: string | undefined;
|
|
19
|
+
}[];
|
|
20
|
+
}>;
|
|
21
|
+
} | undefined;
|
|
22
|
+
export declare const getTranslatedConfig: (field: Pick<Field, "variantsConfig" | "type">, translate: Translate) => {
|
|
23
|
+
variants: Record<string, {
|
|
24
|
+
fields: {
|
|
25
|
+
name: string;
|
|
26
|
+
type: "number" | "boolean" | "name" | "address" | "select" | "textarea" | "text" | "checkbox" | "radio" | "url" | "email" | "phone" | "multiemail" | "multiselect" | "radioInput";
|
|
27
|
+
label?: string | undefined;
|
|
28
|
+
placeholder?: string | undefined;
|
|
29
|
+
price?: number | undefined;
|
|
30
|
+
maxLength?: number | undefined;
|
|
31
|
+
minLength?: number | undefined;
|
|
32
|
+
required?: boolean | undefined;
|
|
33
|
+
labelAsSafeHtml?: string | undefined;
|
|
34
|
+
excludeEmails?: string | undefined;
|
|
35
|
+
requireEmails?: string | undefined;
|
|
36
|
+
}[];
|
|
37
|
+
}>;
|
|
38
|
+
} | undefined;
|
|
39
|
+
export {};
|
|
40
|
+
//# sourceMappingURL=variants-config.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variants-config.d.ts","sourceRoot":"","sources":["../../../../src/vendor/form-builder/utils/variants-config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAIlD,KAAK,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AACzC,KAAK,SAAS,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC;AAoC5E,eAAO,MAAM,SAAS,GAAI,OAAO,IAAI,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAAC;;;;;;;;;;;;;;;;aAatE,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,IAAI,CAAC,KAAK,EAAE,gBAAgB,GAAG,MAAM,CAAC,EAAE,WAAW,SAAS;;;;;;;;;;;;;;;;aAatG,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { fieldTypesConfigMap as C } from "../field-types.js";
|
|
2
|
+
function m(n, a, t) {
|
|
3
|
+
var e, o;
|
|
4
|
+
const r = (o = (e = C[t]) == null ? void 0 : e.variantsConfig) == null ? void 0 : o.variants;
|
|
5
|
+
return Object.entries(n).reduce(
|
|
6
|
+
(l, [c, f]) => {
|
|
7
|
+
var p;
|
|
8
|
+
const i = (p = r == null ? void 0 : r[c]) == null ? void 0 : p.fieldsMap, d = f.fields.map((s) => {
|
|
9
|
+
var u, g;
|
|
10
|
+
const v = ((u = i == null ? void 0 : i[s.name]) == null ? void 0 : u.defaultLabel) ?? "", b = ((g = s.label) != null && g.trim() ? s.label : v) ?? "", h = s.placeholder ?? "";
|
|
11
|
+
return {
|
|
12
|
+
...s,
|
|
13
|
+
label: a(b),
|
|
14
|
+
placeholder: a(h)
|
|
15
|
+
};
|
|
16
|
+
});
|
|
17
|
+
return l[c] = {
|
|
18
|
+
...f,
|
|
19
|
+
fields: d
|
|
20
|
+
}, l;
|
|
21
|
+
},
|
|
22
|
+
{}
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
const w = (n) => {
|
|
26
|
+
var o;
|
|
27
|
+
const a = n.variantsConfig, t = C[n.type];
|
|
28
|
+
if (!t) throw new Error(`Invalid field.type ${n.type}}`);
|
|
29
|
+
const r = (o = t == null ? void 0 : t.variantsConfig) == null ? void 0 : o.defaultValue, e = a || r;
|
|
30
|
+
if (t.propsType === "variants" && !e)
|
|
31
|
+
throw new Error("propsType variants must have variantsConfig");
|
|
32
|
+
return e;
|
|
33
|
+
}, V = (n, a) => {
|
|
34
|
+
const t = w(n);
|
|
35
|
+
if (!t) return t;
|
|
36
|
+
const r = m(
|
|
37
|
+
t.variants,
|
|
38
|
+
a,
|
|
39
|
+
n.type
|
|
40
|
+
);
|
|
41
|
+
return {
|
|
42
|
+
...t,
|
|
43
|
+
variants: r
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export {
|
|
47
|
+
w as getConfig,
|
|
48
|
+
V as getTranslatedConfig
|
|
49
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const preprocessNameFieldDataWithVariant: (variantName: "fullName" | "firstAndLastName", value: string | Record<"firstName" | "lastName", string> | undefined) => string | Record<"firstName" | "lastName", string>;
|
|
2
|
+
export declare const getFullName: (name: string | {
|
|
3
|
+
firstName: string;
|
|
4
|
+
lastName?: string;
|
|
5
|
+
} | undefined) => string;
|
|
6
|
+
export declare const getValidRhfFieldName: (fieldName: string) => string;
|
|
7
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/vendor/form-builder/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kCAAkC,GAC7C,aAAa,UAAU,GAAG,kBAAkB,EAC5C,OAAO,MAAM,GAAG,MAAM,CAAC,WAAW,GAAG,UAAU,EAAE,MAAM,CAAC,GAAG,SAAS,sDAOrE,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,MAAM,MAAM,GAAG;IAAE,SAAS,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,SAAS,WAc9F,CAAC;AAoBF,eAAO,MAAM,oBAAoB,GAAI,WAAW,MAAM,WAErD,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const o = (t, e) => t === "firstAndLastName" ? c(e) : a(e), a = (t) => {
|
|
2
|
+
if (!t)
|
|
3
|
+
return "";
|
|
4
|
+
let e = "";
|
|
5
|
+
return typeof t == "string" ? e = t : (e = t.firstName, t.lastName && (e = `${e} ${t.lastName}`)), e;
|
|
6
|
+
};
|
|
7
|
+
function c(t) {
|
|
8
|
+
let e;
|
|
9
|
+
if (t = t || "", typeof t == "string")
|
|
10
|
+
try {
|
|
11
|
+
e = JSON.parse(t);
|
|
12
|
+
} catch {
|
|
13
|
+
const r = t.split(" ").map((n) => n.trim()), s = r[0], i = r.slice(1).join(" ");
|
|
14
|
+
e = { firstName: s, lastName: i };
|
|
15
|
+
}
|
|
16
|
+
else
|
|
17
|
+
e = t;
|
|
18
|
+
return e;
|
|
19
|
+
}
|
|
20
|
+
const l = (t) => t.replace(/[^a-zA-Z0-9-_]/g, "-");
|
|
21
|
+
export {
|
|
22
|
+
a as getFullName,
|
|
23
|
+
l as getValidRhfFieldName,
|
|
24
|
+
o as preprocessNameFieldDataWithVariant
|
|
25
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export type CommonProps<TVal extends string | boolean | string[] | {
|
|
2
|
+
value: string;
|
|
3
|
+
optionValue: string;
|
|
4
|
+
}> = {
|
|
5
|
+
placeholder?: string;
|
|
6
|
+
readOnly?: boolean;
|
|
7
|
+
className?: string;
|
|
8
|
+
name?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
value: TVal;
|
|
11
|
+
setValue: (value: TVal) => void;
|
|
12
|
+
};
|
|
13
|
+
export type SelectLikeComponentProps<TVal extends string | string[] | {
|
|
14
|
+
value: string;
|
|
15
|
+
optionValue: string;
|
|
16
|
+
} = string> = {
|
|
17
|
+
options: {
|
|
18
|
+
label: string;
|
|
19
|
+
value: TVal extends (infer P)[] ? P : TVal extends {
|
|
20
|
+
value: string;
|
|
21
|
+
} ? TVal["value"] : TVal;
|
|
22
|
+
}[];
|
|
23
|
+
} & CommonProps<TVal>;
|
|
24
|
+
export type SelectLikeComponentPropsRAQB<TVal extends string | string[] = string> = {
|
|
25
|
+
listValues: {
|
|
26
|
+
title: string;
|
|
27
|
+
value: TVal extends (infer P)[] ? P : TVal;
|
|
28
|
+
}[];
|
|
29
|
+
} & CommonProps<TVal>;
|
|
30
|
+
export type TextLikeComponentProps<TVal extends string | string[] | boolean = string> = CommonProps<TVal> & {
|
|
31
|
+
name?: string;
|
|
32
|
+
};
|
|
33
|
+
export type TextLikeComponentPropsRAQB<TVal extends string | boolean = string> = TextLikeComponentProps<TVal> & {
|
|
34
|
+
customProps?: object;
|
|
35
|
+
type?: "text" | "number" | "email" | "tel" | "url";
|
|
36
|
+
maxLength?: number;
|
|
37
|
+
noLabel?: boolean;
|
|
38
|
+
};
|
|
39
|
+
declare function NumberWidget({ value, setValue, ...remainingProps }: TextLikeComponentPropsRAQB): JSX.Element;
|
|
40
|
+
declare function SelectWidget({ listValues, setValue, value, ...remainingProps }: SelectLikeComponentPropsRAQB): JSX.Element | null;
|
|
41
|
+
declare const Widgets: {
|
|
42
|
+
TextWidget: (props: TextLikeComponentPropsRAQB) => JSX.Element;
|
|
43
|
+
TextAreaWidget: (props: TextLikeComponentPropsRAQB) => JSX.Element;
|
|
44
|
+
SelectWidget: typeof SelectWidget;
|
|
45
|
+
NumberWidget: typeof NumberWidget;
|
|
46
|
+
MultiSelectWidget: ({ listValues, setValue, value, ...remainingProps }: SelectLikeComponentPropsRAQB<string[]>) => JSX.Element | null;
|
|
47
|
+
};
|
|
48
|
+
export default Widgets;
|
|
49
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/vendor/form-builder-widgets/index.tsx"],"names":[],"mappings":"AAQA,MAAM,MAAM,WAAW,CACrB,IAAI,SACA,MAAM,GACN,OAAO,GACP,MAAM,EAAE,GACR;IACE,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,IACH;IACF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,IAAI,CAAC;IACZ,QAAQ,EAAE,CAAC,KAAK,EAAE,IAAI,KAAK,IAAI,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,wBAAwB,CAClC,IAAI,SACA,MAAM,GACN,MAAM,EAAE,GACR;IACE,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,GAAG,MAAM,IACZ;IACF,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,IAAI,SAAS,CAAC,MAAM,CAAC,CAAC,EAAE,GAC3B,CAAC,GACD,IAAI,SAAS;YACT,KAAK,EAAE,MAAM,CAAC;SACf,GACD,IAAI,CAAC,OAAO,CAAC,GACb,IAAI,CAAC;KACZ,EAAE,CAAC;CACL,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;AAEtB,MAAM,MAAM,4BAA4B,CAAC,IAAI,SAAS,MAAM,GAAG,MAAM,EAAE,GAAG,MAAM,IAAI;IAClF,UAAU,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,IAAI,SAAS,CAAC,MAAM,CAAC,CAAC,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;KAAE,EAAE,CAAC;CAC7E,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;AAEtB,MAAM,MAAM,sBAAsB,CAAC,IAAI,SAAS,MAAM,GAAG,MAAM,EAAE,GAAG,OAAO,GAAG,MAAM,IAAI,WAAW,CAAC,IAAI,CAAC,GAAG;IAC1G,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,0BAA0B,CAAC,IAAI,SAAS,MAAM,GAAG,OAAO,GAAG,MAAM,IAC3E,sBAAsB,CAAC,IAAI,CAAC,GAAG;IAC7B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,KAAK,GAAG,KAAK,CAAC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAuDJ,iBAAS,YAAY,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,cAAc,EAAE,EAAE,0BAA0B,eAevF;AAuCD,iBAAS,YAAY,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,cAAc,EAAE,EAAE,4BAA4B,sBA+BrG;AAED,QAAA,MAAM,OAAO;wBAtHc,0BAA0B;4BAtBtB,0BAA0B;;;4EA2EtD,4BAA4B,CAAC,MAAM,EAAE,CAAC;CAuExC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
+
import { Select as d } from "../../components/ui/select.js";
|
|
3
|
+
import { TextField as m, TextArea as p } from "../../components/ui/text-field.js";
|
|
4
|
+
const f = (l) => {
|
|
5
|
+
const { value: a, setValue: t, readOnly: n, placeholder: o, maxLength: s, customProps: e, ...r } = l;
|
|
6
|
+
return /* @__PURE__ */ i(
|
|
7
|
+
p,
|
|
8
|
+
{
|
|
9
|
+
value: a || "",
|
|
10
|
+
placeholder: o,
|
|
11
|
+
className: "mb-2",
|
|
12
|
+
disabled: n,
|
|
13
|
+
onChange: (u) => {
|
|
14
|
+
t(u.target.value);
|
|
15
|
+
},
|
|
16
|
+
maxLength: s,
|
|
17
|
+
...e,
|
|
18
|
+
...r
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
}, h = (l) => {
|
|
22
|
+
const {
|
|
23
|
+
value: a,
|
|
24
|
+
noLabel: t,
|
|
25
|
+
setValue: n,
|
|
26
|
+
readOnly: o,
|
|
27
|
+
placeholder: s,
|
|
28
|
+
customProps: e,
|
|
29
|
+
type: r = "text",
|
|
30
|
+
...c
|
|
31
|
+
} = l;
|
|
32
|
+
return /* @__PURE__ */ i(
|
|
33
|
+
m,
|
|
34
|
+
{
|
|
35
|
+
size: "sm",
|
|
36
|
+
containerClassName: "w-full mb-2",
|
|
37
|
+
type: r,
|
|
38
|
+
value: a || "",
|
|
39
|
+
noLabel: t,
|
|
40
|
+
placeholder: s,
|
|
41
|
+
disabled: o,
|
|
42
|
+
onChange: (g) => {
|
|
43
|
+
n(g.target.value);
|
|
44
|
+
},
|
|
45
|
+
...c,
|
|
46
|
+
...e
|
|
47
|
+
}
|
|
48
|
+
);
|
|
49
|
+
};
|
|
50
|
+
function x({ value: l, setValue: a, ...t }) {
|
|
51
|
+
return /* @__PURE__ */ i(
|
|
52
|
+
m,
|
|
53
|
+
{
|
|
54
|
+
size: "sm",
|
|
55
|
+
type: "number",
|
|
56
|
+
labelSrOnly: t.noLabel,
|
|
57
|
+
containerClassName: "w-full",
|
|
58
|
+
className: "mb-2",
|
|
59
|
+
value: l,
|
|
60
|
+
onChange: (n) => {
|
|
61
|
+
a(n.target.value);
|
|
62
|
+
},
|
|
63
|
+
...t
|
|
64
|
+
}
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
const C = ({
|
|
68
|
+
listValues: l,
|
|
69
|
+
setValue: a,
|
|
70
|
+
value: t,
|
|
71
|
+
...n
|
|
72
|
+
}) => {
|
|
73
|
+
if (!l)
|
|
74
|
+
return null;
|
|
75
|
+
const o = l.map((e) => ({
|
|
76
|
+
label: e.title,
|
|
77
|
+
value: e.value
|
|
78
|
+
})), s = o.filter((e) => t == null ? void 0 : t.includes(e.value));
|
|
79
|
+
return s.length === 0 && (t != null && t.length) && a([]), /* @__PURE__ */ i(
|
|
80
|
+
d,
|
|
81
|
+
{
|
|
82
|
+
size: "sm",
|
|
83
|
+
"aria-label": "multi-select-dropdown",
|
|
84
|
+
className: "mb-2",
|
|
85
|
+
onChange: (e) => {
|
|
86
|
+
a((e == null ? void 0 : e.map((r) => r.value)) ?? []);
|
|
87
|
+
},
|
|
88
|
+
value: s,
|
|
89
|
+
isMulti: !0,
|
|
90
|
+
isDisabled: n.readOnly,
|
|
91
|
+
options: o,
|
|
92
|
+
...n
|
|
93
|
+
}
|
|
94
|
+
);
|
|
95
|
+
};
|
|
96
|
+
function v({ listValues: l, setValue: a, value: t, ...n }) {
|
|
97
|
+
if (!l)
|
|
98
|
+
return null;
|
|
99
|
+
const o = l.map((e) => ({
|
|
100
|
+
label: e.title,
|
|
101
|
+
value: e.value
|
|
102
|
+
})), s = o.find((e) => e.value === t);
|
|
103
|
+
return !s && t && a(""), /* @__PURE__ */ i(
|
|
104
|
+
d,
|
|
105
|
+
{
|
|
106
|
+
size: "sm",
|
|
107
|
+
"aria-label": "select-dropdown",
|
|
108
|
+
className: "data-testid-select mb-2",
|
|
109
|
+
onChange: (e) => {
|
|
110
|
+
e && a(e.value);
|
|
111
|
+
},
|
|
112
|
+
isDisabled: n.readOnly,
|
|
113
|
+
value: s,
|
|
114
|
+
options: o,
|
|
115
|
+
...n
|
|
116
|
+
}
|
|
117
|
+
);
|
|
118
|
+
}
|
|
119
|
+
const L = {
|
|
120
|
+
TextWidget: h,
|
|
121
|
+
TextAreaWidget: f,
|
|
122
|
+
SelectWidget: v,
|
|
123
|
+
NumberWidget: x,
|
|
124
|
+
MultiSelectWidget: C
|
|
125
|
+
};
|
|
126
|
+
export {
|
|
127
|
+
L as default
|
|
128
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type DateTimeStyle = "full" | "long" | "medium" | "short";
|
|
2
|
+
interface DateTimeFormatOptions {
|
|
3
|
+
locale: string;
|
|
4
|
+
timeZone?: string;
|
|
5
|
+
dateStyle?: DateTimeStyle;
|
|
6
|
+
timeStyle?: DateTimeStyle;
|
|
7
|
+
month?: "numeric" | "2-digit" | "long" | "short" | "narrow";
|
|
8
|
+
hour12?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare function formatDateTime(date: Date, options: DateTimeFormatOptions): string;
|
|
11
|
+
export declare function formatDateTimeRange(startDate: Date, endDate: Date, options: DateTimeFormatOptions): string;
|
|
12
|
+
export declare function formatWeekday(locale: string, day: number, format: "short" | "long"): string;
|
|
13
|
+
export declare function getWeekdayNames(locale: string, weekStart?: number, format?: "short" | "long"): string[];
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=format-date-time.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"format-date-time.d.ts","sourceRoot":"","sources":["../../src/vendor/format-date-time.ts"],"names":[],"mappings":"AAEA,KAAK,aAAa,GAAG,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE1D,UAAU,qBAAqB;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAC;IAC5D,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAiFD,wBAAgB,cAAc,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,qBAAqB,GAAG,MAAM,CAKjF;AAED,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,qBAAqB,GAAG,MAAM,CAK1G;AAED,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAK3F;AAED,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,SAAI,EAAE,MAAM,GAAE,OAAO,GAAG,MAAe,GAAG,MAAM,EAAE,CAwB1G"}
|