@nylas/web-elements 1.1.0-canary.19.c → 1.1.0-canary.19.e
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/cjs/add-circle-icon_2.cjs.entry.js +1 -1
- package/dist/cjs/archive-icon_7.cjs.entry.js +7 -7
- package/dist/cjs/arrow-icon.cjs.entry.js +1 -1
- package/dist/cjs/bold-icon_3.cjs.entry.js +3 -3
- package/dist/cjs/button-component_4.cjs.entry.js +203 -0
- package/dist/cjs/button-component_4.cjs.entry.js.map +1 -0
- package/dist/cjs/calendar-agenda-fill-icon_35.cjs.entry.js +6943 -0
- package/dist/cjs/calendar-agenda-fill-icon_35.cjs.entry.js.map +1 -0
- package/dist/cjs/chevron-icon_3.cjs.entry.js +11 -3
- package/dist/cjs/chevron-icon_3.cjs.entry.js.map +1 -1
- package/dist/cjs/clock-icon_2.cjs.entry.js +1 -1
- package/dist/cjs/{constants-3e962931.js → constants-7cc75333.js} +106 -1
- package/dist/cjs/{constants-3e962931.js.map → constants-7cc75333.js.map} +1 -1
- package/dist/cjs/copy-icon_4.cjs.entry.js +72 -0
- package/dist/cjs/copy-icon_4.cjs.entry.js.map +1 -0
- package/dist/cjs/document-refresh-icon.cjs.entry.js +1 -1
- package/dist/cjs/forward-icon_6.cjs.entry.js +7 -7
- package/dist/cjs/globe-icon.cjs.entry.js +1 -1
- package/dist/cjs/google-logo-icon_4.cjs.entry.js +192 -51
- package/dist/cjs/google-logo-icon_4.cjs.entry.js.map +1 -1
- package/dist/cjs/index-7af03e3f.js +20 -16
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/info-icon_2.cjs.entry.js +2 -2
- package/dist/cjs/input-dropdown_2.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/loading-icon.cjs.entry.js +1 -1
- package/dist/cjs/multi-select-dropdown.cjs.entry.js +144 -0
- package/dist/cjs/multi-select-dropdown.cjs.entry.js.map +1 -0
- package/dist/cjs/{nylas-api-request-a1751a40.js → nylas-api-request-393b08a0.js} +2 -1
- package/dist/cjs/nylas-api-request-393b08a0.js.map +1 -0
- package/dist/cjs/nylas-booked-event-card_10.cjs.entry.js +66 -35
- package/dist/cjs/nylas-booked-event-card_10.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-custom-booking-flow.cjs.entry.js +1 -1
- package/dist/cjs/nylas-form-card.cjs.entry.js +1 -1
- package/dist/cjs/nylas-if-state.cjs.entry.js +1 -1
- package/dist/cjs/nylas-list-folders.cjs.entry.js +1 -1
- package/dist/cjs/nylas-list-threads.cjs.entry.js +1 -1
- package/dist/cjs/nylas-login.cjs.entry.js +1 -1
- package/dist/cjs/nylas-mailbox-toolbar-button.cjs.entry.js +1 -1
- package/dist/cjs/nylas-mailbox.cjs.entry.js +1 -1
- package/dist/cjs/nylas-provider.cjs.entry.js +3 -3
- package/dist/cjs/nylas-scheduler-editor.cjs.entry.js +26 -9
- package/dist/cjs/nylas-scheduler-editor.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-scheduling.cjs.entry.js +3 -3
- package/dist/cjs/nylas-scheduling.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-threads-refresh.cjs.entry.js +2 -2
- package/dist/cjs/nylas-threads-search.cjs.entry.js +1 -1
- package/dist/cjs/nylas-time-window-picker.cjs.entry.js +1 -1
- package/dist/cjs/nylas-view-thread.cjs.entry.js +1 -1
- package/dist/cjs/nylas-web-elements.cjs.js +1 -1
- package/dist/cjs/play-icon_2.cjs.entry.js +2 -2
- package/dist/cjs/refresh-icon.cjs.entry.js +1 -1
- package/dist/cjs/{scheduler-config-store-9f19c7a9.js → scheduler-config-store-5bfc8cb8.js} +3 -1
- package/dist/cjs/scheduler-config-store-5bfc8cb8.js.map +1 -0
- package/dist/cjs/{scheduler-store-0f7328f1.js → scheduler-store-b5cf2e82.js} +43 -7
- package/dist/cjs/scheduler-store-b5cf2e82.js.map +1 -0
- package/dist/cjs/textarea-component.cjs.entry.js +3 -1
- package/dist/cjs/textarea-component.cjs.entry.js.map +1 -1
- package/dist/cjs/translate-icon.cjs.entry.js +1 -1
- package/dist/cjs/warning-icon.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +14 -0
- package/dist/collection/common/constants.js +102 -0
- package/dist/collection/common/constants.js.map +1 -1
- package/dist/collection/common/icons/add-circle.js +1 -1
- package/dist/collection/common/icons/archive.js +1 -1
- package/dist/collection/common/icons/arrow.js +1 -1
- package/dist/collection/common/icons/bold.js +1 -1
- package/dist/collection/common/icons/calendar-agenda-fill.js +63 -0
- package/dist/collection/common/icons/calendar-agenda-fill.js.map +1 -0
- package/dist/collection/common/icons/calendar-agenda.js +63 -0
- package/dist/collection/common/icons/calendar-agenda.js.map +1 -0
- package/dist/collection/common/icons/copy.js +63 -0
- package/dist/collection/common/icons/copy.js.map +1 -0
- package/dist/collection/common/icons/delete.js +63 -0
- package/dist/collection/common/icons/delete.js.map +1 -0
- package/dist/collection/common/icons/document-refresh.js +1 -1
- package/dist/collection/common/icons/dragable.js +63 -0
- package/dist/collection/common/icons/dragable.js.map +1 -0
- package/dist/collection/common/icons/edit.js +63 -0
- package/dist/collection/common/icons/edit.js.map +1 -0
- package/dist/collection/common/icons/eye.js +63 -0
- package/dist/collection/common/icons/eye.js.map +1 -0
- package/dist/collection/common/icons/flow.js +1 -1
- package/dist/collection/common/icons/folder.js +1 -1
- package/dist/collection/common/icons/forward.js +1 -1
- package/dist/collection/common/icons/globe.js +1 -1
- package/dist/collection/common/icons/google-logo.js +1 -1
- package/dist/collection/common/icons/google-meet.js +63 -0
- package/dist/collection/common/icons/google-meet.js.map +1 -0
- package/dist/collection/common/icons/inbox.js +1 -1
- package/dist/collection/common/icons/info.js +1 -1
- package/dist/collection/common/icons/italic.js +1 -1
- package/dist/collection/common/icons/loading.js +1 -1
- package/dist/collection/common/icons/location-off.js +1 -1
- package/dist/collection/common/icons/location.js +1 -1
- package/dist/collection/common/icons/microsof-teams.js +63 -0
- package/dist/collection/common/icons/microsof-teams.js.map +1 -0
- package/dist/collection/common/icons/microsoft-logo.js +1 -1
- package/dist/collection/common/icons/nylas-logo.js +1 -1
- package/dist/collection/common/icons/people.js +1 -1
- package/dist/collection/common/icons/person.js +1 -1
- package/dist/collection/common/icons/play.js +1 -1
- package/dist/collection/common/icons/plus.js +63 -0
- package/dist/collection/common/icons/plus.js.map +1 -0
- package/dist/collection/common/icons/refresh.js +1 -1
- package/dist/collection/common/icons/reply-all.js +1 -1
- package/dist/collection/common/icons/reply.js +1 -1
- package/dist/collection/common/icons/search.js +1 -1
- package/dist/collection/common/icons/sent.js +1 -1
- package/dist/collection/common/icons/spam.js +1 -1
- package/dist/collection/common/icons/star.js +1 -1
- package/dist/collection/common/icons/stop.js +1 -1
- package/dist/collection/common/icons/translate.js +1 -1
- package/dist/collection/common/icons/trash.js +1 -1
- package/dist/collection/common/icons/underline.js +1 -1
- package/dist/collection/common/icons/warning.js +1 -1
- package/dist/collection/common/icons/zoom.js +63 -0
- package/dist/collection/common/icons/zoom.js.map +1 -0
- package/dist/collection/common/nylas-api-request.js +1 -0
- package/dist/collection/common/nylas-api-request.js.map +1 -1
- package/dist/collection/common/types.js.map +1 -1
- package/dist/collection/components/design-system/button-component/button-component.css +4 -0
- package/dist/collection/components/design-system/button-component/button-component.js +1 -1
- package/dist/collection/components/design-system/checkbox-component/checkbox-component.css +15 -1
- package/dist/collection/components/design-system/checkbox-component/checkbox-component.js +46 -6
- package/dist/collection/components/design-system/checkbox-component/checkbox-component.js.map +1 -1
- package/dist/collection/components/design-system/input-component/input-component.css +9 -1
- package/dist/collection/components/design-system/input-component/input-component.js +20 -8
- package/dist/collection/components/design-system/input-component/input-component.js.map +1 -1
- package/dist/collection/components/design-system/input-dropdown/input-dropdown.js +1 -1
- package/dist/collection/components/design-system/multi-select-dropdown/multi-select-dropdown.css +8 -1
- package/dist/collection/components/design-system/multi-select-dropdown/multi-select-dropdown.js +21 -2
- package/dist/collection/components/design-system/multi-select-dropdown/multi-select-dropdown.js.map +1 -1
- package/dist/collection/components/design-system/radio-button-group/radio-button-group.css +57 -1
- package/dist/collection/components/design-system/radio-button-group/radio-button-group.js +69 -10
- package/dist/collection/components/design-system/radio-button-group/radio-button-group.js.map +1 -1
- package/dist/collection/components/design-system/select-dropdown/select-dropdown.js +45 -2
- package/dist/collection/components/design-system/select-dropdown/select-dropdown.js.map +1 -1
- package/dist/collection/components/design-system/textarea-component/textarea-component.js +23 -3
- package/dist/collection/components/design-system/textarea-component/textarea-component.js.map +1 -1
- package/dist/collection/components/design-system/time-period-selector/time-period-selector.js +1 -1
- package/dist/collection/components/design-system/toggle-switch/toggle-switch.css +1 -1
- package/dist/collection/components/design-system/toggle-switch/toggle-switch.js +5 -5
- package/dist/collection/components/design-system/toggle-switch/toggle-switch.js.map +1 -1
- package/dist/collection/components/design-system/tooltip-component/toolitp-component.js +1 -1
- package/dist/collection/components/mailbox/nylas-composer/nylas-composer.js +1 -1
- package/dist/collection/components/mailbox/nylas-list-folders/nylas-list-folders.js +1 -1
- package/dist/collection/components/mailbox/nylas-list-threads/nylas-list-threads.js +1 -1
- package/dist/collection/components/mailbox/nylas-mailbox/nylas-mailbox.js +1 -1
- package/dist/collection/components/mailbox/nylas-mailbox-toolbar-button/nylas-mailbox-toolbar-button.js +1 -1
- package/dist/collection/components/mailbox/nylas-summarize-message-button/nylas-summarize-message-button.js +2 -2
- package/dist/collection/components/mailbox/nylas-threads-refresh/nylas-threads-refresh.js +2 -2
- package/dist/collection/components/mailbox/nylas-threads-search/nylas-threads-search.js +1 -1
- package/dist/collection/components/mailbox/nylas-view-email/nylas-view-email.js +1 -1
- package/dist/collection/components/mailbox/nylas-view-thread/nylas-view-thread.js +1 -1
- package/dist/collection/components/nylas-if-state/nylas-if-state.js +1 -1
- package/dist/collection/components/nylas-login/nylas-login.js +1 -1
- package/dist/collection/components/nylas-provider/nylas-provider.js +1 -1
- package/dist/collection/components/scheduler/nylas-booked-event-card/nylas-booked-event-card.js +23 -4
- package/dist/collection/components/scheduler/nylas-booked-event-card/nylas-booked-event-card.js.map +1 -1
- package/dist/collection/components/scheduler/nylas-booked-event-card/test/nylas-booked-event-card.spec.js +1 -0
- package/dist/collection/components/scheduler/nylas-booked-event-card/test/nylas-booked-event-card.spec.js.map +1 -1
- package/dist/collection/components/scheduler/nylas-booking-form/nylas-booking-form.js +37 -21
- package/dist/collection/components/scheduler/nylas-booking-form/nylas-booking-form.js.map +1 -1
- package/dist/collection/components/scheduler/nylas-cancel-booking-form/nylas-cancel-booking-form.js +42 -3
- package/dist/collection/components/scheduler/nylas-cancel-booking-form/nylas-cancel-booking-form.js.map +1 -1
- package/dist/collection/components/scheduler/nylas-cancel-booking-form/test/nylas-cancel-booking-form.spec.js +11 -0
- package/dist/collection/components/scheduler/nylas-cancel-booking-form/test/nylas-cancel-booking-form.spec.js.map +1 -1
- package/dist/collection/components/scheduler/nylas-cancelled-event-card/nylas-cancelled-event-card.js +2 -2
- package/dist/collection/components/scheduler/nylas-date-picker/nylas-date-picker.js +1 -1
- package/dist/collection/components/scheduler/nylas-notification/nylas-notification.js +1 -1
- package/dist/collection/components/scheduler/nylas-scheduling/nylas-scheduling.css +4 -1
- package/dist/collection/components/scheduler/nylas-scheduling/nylas-scheduling.js +3 -3
- package/dist/collection/components/scheduler/nylas-scheduling/nylas-scheduling.js.map +1 -1
- package/dist/collection/components/scheduler/nylas-selected-event-card/nylas-selected-event-card.js +1 -1
- package/dist/collection/components/scheduler/nylas-timeslot-picker/nylas-timeslot-picker.css +2 -2
- package/dist/collection/components/scheduler/nylas-timeslot-picker/nylas-timeslot-picker.js +8 -7
- package/dist/collection/components/scheduler/nylas-timeslot-picker/nylas-timeslot-picker.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-additional-participants/nylas-additional-participants.css +16 -2
- package/dist/collection/components/scheduler-editor/nylas-additional-participants/nylas-additional-participants.js +31 -12
- package/dist/collection/components/scheduler-editor/nylas-additional-participants/nylas-additional-participants.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-availability-picker/nylas-availability-picker.css +3 -0
- package/dist/collection/components/scheduler-editor/nylas-availability-picker/nylas-availability-picker.js +2 -2
- package/dist/collection/components/scheduler-editor/nylas-availability-picker/nylas-availability-picker.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-booking-calendar-picker/nylas-booking-calendar-picker.css +3 -0
- package/dist/collection/components/scheduler-editor/nylas-booking-calendar-picker/nylas-booking-calendar-picker.js +22 -6
- package/dist/collection/components/scheduler-editor/nylas-booking-calendar-picker/nylas-booking-calendar-picker.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-booking-form-config/nylas-booking-form-config.css +233 -0
- package/dist/collection/components/scheduler-editor/nylas-booking-form-config/nylas-booking-form-config.js +388 -0
- package/dist/collection/components/scheduler-editor/nylas-booking-form-config/nylas-booking-form-config.js.map +1 -0
- package/dist/collection/components/scheduler-editor/nylas-calendar-picker/nylas-calendar-picker.css +3 -20
- package/dist/collection/components/scheduler-editor/nylas-calendar-picker/nylas-calendar-picker.js +19 -9
- package/dist/collection/components/scheduler-editor/nylas-calendar-picker/nylas-calendar-picker.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-cancellation-policy/nylas-cancellation-policy.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-connected-calendars/nylas-connected-calendars.css +105 -0
- package/dist/collection/components/scheduler-editor/nylas-connected-calendars/nylas-connected-calendars.js +298 -0
- package/dist/collection/components/scheduler-editor/nylas-connected-calendars/nylas-connected-calendars.js.map +1 -0
- package/dist/collection/components/scheduler-editor/nylas-custom-booking-flow/nylas-custom-booking-flow.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-customize-booking-settings/nylas-customize-booking-settings.js +5 -5
- package/dist/collection/components/scheduler-editor/nylas-customize-booking-settings/nylas-customize-booking-settings.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-editor-tabs/nylas-editor-tabs.css +3 -0
- package/dist/collection/components/scheduler-editor/nylas-editor-tabs/nylas-editor-tabs.js +106 -20
- package/dist/collection/components/scheduler-editor/nylas-editor-tabs/nylas-editor-tabs.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-editor-tabs/tab-contents.js +7 -7
- package/dist/collection/components/scheduler-editor/nylas-editor-tabs/tab-contents.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-event-info/nylas-event-info.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-event-limits/nylas-event-limits.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-event-limits/nylas-event-limits.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-event-location/nylas-event-location.js +161 -11
- package/dist/collection/components/scheduler-editor/nylas-event-location/nylas-event-location.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-event-title/nylas-event-title.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-event-title/nylas-event-title.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-form-card/nylas-form-card.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-limit-future-bookings/nylas-limit-future-bookings.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-limit-future-bookings/nylas-limit-future-bookings.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-list-configurations/nylas-list-configurations.css +79 -3
- package/dist/collection/components/scheduler-editor/nylas-list-configurations/nylas-list-configurations.js +125 -22
- package/dist/collection/components/scheduler-editor/nylas-list-configurations/nylas-list-configurations.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-min-booking-notice/nylas-min-booking-notice.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-min-booking-notice/nylas-min-booking-notice.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-min-cancellation-notice/nylas-min-cancellation-notice.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-min-cancellation-notice/nylas-min-cancellation-notice.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-participant-booking-calendars/nylas-participant-booking-calendars.css +105 -0
- package/dist/collection/components/scheduler-editor/nylas-participant-booking-calendars/nylas-participant-booking-calendars.js +324 -0
- package/dist/collection/components/scheduler-editor/nylas-participant-booking-calendars/nylas-participant-booking-calendars.js.map +1 -0
- package/dist/collection/components/scheduler-editor/nylas-participants-custom-availability/nylas-participants-custom-availability.js +39 -5
- package/dist/collection/components/scheduler-editor/nylas-participants-custom-availability/nylas-participants-custom-availability.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-scheduler-editor/ExpressFlow.js +4 -3
- package/dist/collection/components/scheduler-editor/nylas-scheduler-editor/ExpressFlow.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-scheduler-editor/nylas-scheduler-editor.js +59 -9
- package/dist/collection/components/scheduler-editor/nylas-scheduler-editor/nylas-scheduler-editor.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-time-window-picker/nylas-time-window-picker.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-timeslot-interval/nylas-timeslot-interval.js +16 -16
- package/dist/collection/components/scheduler-editor/nylas-timeslot-interval/nylas-timeslot-interval.js.map +1 -1
- package/dist/collection/connector/shared/api/scheduler-config.js +4 -2
- package/dist/collection/connector/shared/api/scheduler-config.js.map +1 -1
- package/dist/collection/connector/shared/api/scheduler.js +41 -6
- package/dist/collection/connector/shared/api/scheduler.js.map +1 -1
- package/dist/collection/stores/scheduler-config-store.js +2 -0
- package/dist/collection/stores/scheduler-config-store.js.map +1 -1
- package/dist/collection/stores/scheduler-store.js +1 -0
- package/dist/collection/stores/scheduler-store.js.map +1 -1
- package/dist/collection/types/index.js.map +1 -1
- package/dist/components/add-circle.js +1 -1
- package/dist/components/archive.js +1 -1
- package/dist/components/arrow.js +1 -1
- package/dist/components/bold.js +1 -1
- package/dist/components/button-component2.js +2 -2
- package/dist/components/button-component2.js.map +1 -1
- package/dist/components/calendar-agenda-fill-icon.d.ts +11 -0
- package/dist/components/calendar-agenda-fill-icon.js +8 -0
- package/dist/components/calendar-agenda-fill-icon.js.map +1 -0
- package/dist/components/calendar-agenda-fill.js +37 -0
- package/dist/components/calendar-agenda-fill.js.map +1 -0
- package/dist/components/calendar-agenda-icon.d.ts +11 -0
- package/dist/components/calendar-agenda-icon.js +8 -0
- package/dist/components/calendar-agenda-icon.js.map +1 -0
- package/dist/components/calendar-agenda.js +37 -0
- package/dist/components/calendar-agenda.js.map +1 -0
- package/dist/components/checkbox-component2.js +18 -4
- package/dist/components/checkbox-component2.js.map +1 -1
- package/dist/components/constants.js +102 -1
- package/dist/components/constants.js.map +1 -1
- package/dist/components/copy-icon.d.ts +11 -0
- package/dist/components/copy-icon.js +8 -0
- package/dist/components/copy-icon.js.map +1 -0
- package/dist/components/copy.js +37 -0
- package/dist/components/copy.js.map +1 -0
- package/dist/components/delete-icon.d.ts +11 -0
- package/dist/components/delete-icon.js +8 -0
- package/dist/components/delete-icon.js.map +1 -0
- package/dist/components/delete.js +37 -0
- package/dist/components/delete.js.map +1 -0
- package/dist/components/document-refresh-icon.js +1 -1
- package/dist/components/dragable-icon.d.ts +11 -0
- package/dist/components/dragable-icon.js +8 -0
- package/dist/components/dragable-icon.js.map +1 -0
- package/dist/components/dragable.js +37 -0
- package/dist/components/dragable.js.map +1 -0
- package/dist/components/edit-icon.d.ts +11 -0
- package/dist/components/edit-icon.js +8 -0
- package/dist/components/edit-icon.js.map +1 -0
- package/dist/components/edit.js +37 -0
- package/dist/components/edit.js.map +1 -0
- package/dist/components/eye-icon.d.ts +11 -0
- package/dist/components/eye-icon.js +8 -0
- package/dist/components/eye-icon.js.map +1 -0
- package/dist/components/eye.js +37 -0
- package/dist/components/eye.js.map +1 -0
- package/dist/components/flow.js +1 -1
- package/dist/components/folder.js +1 -1
- package/dist/components/forward.js +1 -1
- package/dist/components/globe.js +1 -1
- package/dist/components/google-logo.js +1 -1
- package/dist/components/google-meet-icon.d.ts +11 -0
- package/dist/components/google-meet-icon.js +8 -0
- package/dist/components/google-meet-icon.js.map +1 -0
- package/dist/components/google-meet.js +37 -0
- package/dist/components/google-meet.js.map +1 -0
- package/dist/components/inbox.js +1 -1
- package/dist/components/info.js +1 -1
- package/dist/components/input-component2.js +17 -6
- package/dist/components/input-component2.js.map +1 -1
- package/dist/components/input-dropdown2.js +1 -1
- package/dist/components/italic.js +1 -1
- package/dist/components/loading.js +1 -1
- package/dist/components/location-off.js +1 -1
- package/dist/components/location.js +1 -1
- package/dist/components/microsof-teams.js +37 -0
- package/dist/components/microsof-teams.js.map +1 -0
- package/dist/components/microsoft-logo.js +1 -1
- package/dist/components/microsoft-teams-icon.d.ts +11 -0
- package/dist/components/microsoft-teams-icon.js +8 -0
- package/dist/components/microsoft-teams-icon.js.map +1 -0
- package/dist/components/multi-select-dropdown2.js +5 -3
- package/dist/components/multi-select-dropdown2.js.map +1 -1
- package/dist/components/nylas-additional-participants2.js +26 -8
- package/dist/components/nylas-additional-participants2.js.map +1 -1
- package/dist/components/nylas-api-request.js +1 -0
- package/dist/components/nylas-api-request.js.map +1 -1
- package/dist/components/nylas-availability-picker2.js +2 -2
- package/dist/components/nylas-availability-picker2.js.map +1 -1
- package/dist/components/nylas-booked-event-card2.js +7 -4
- package/dist/components/nylas-booked-event-card2.js.map +1 -1
- package/dist/components/nylas-booking-calendar-picker2.js +5 -6
- package/dist/components/nylas-booking-calendar-picker2.js.map +1 -1
- package/dist/components/nylas-booking-form-config.d.ts +11 -0
- package/dist/components/nylas-booking-form-config.js +8 -0
- package/dist/components/nylas-booking-form-config.js.map +1 -0
- package/dist/components/nylas-booking-form-config2.js +3691 -0
- package/dist/components/nylas-booking-form-config2.js.map +1 -0
- package/dist/components/nylas-booking-form2.js +78 -32
- package/dist/components/nylas-booking-form2.js.map +1 -1
- package/dist/components/nylas-calendar-picker2.js +27 -23
- package/dist/components/nylas-calendar-picker2.js.map +1 -1
- package/dist/components/nylas-cancel-booking-form2.js +21 -2
- package/dist/components/nylas-cancel-booking-form2.js.map +1 -1
- package/dist/components/nylas-cancellation-policy2.js +1 -1
- package/dist/components/nylas-cancelled-event-card2.js +1 -1
- package/dist/components/nylas-composer2.js +1 -1
- package/dist/components/nylas-connected-calendars.d.ts +11 -0
- package/dist/components/nylas-connected-calendars.js +8 -0
- package/dist/components/nylas-connected-calendars.js.map +1 -0
- package/dist/components/nylas-connected-calendars2.js +232 -0
- package/dist/components/nylas-connected-calendars2.js.map +1 -0
- package/dist/components/nylas-custom-booking-flow.js +1 -1
- package/dist/components/nylas-customize-booking-settings2.js +4 -4
- package/dist/components/nylas-customize-booking-settings2.js.map +1 -1
- package/dist/components/nylas-editor-tabs2.js +251 -113
- package/dist/components/nylas-editor-tabs2.js.map +1 -1
- package/dist/components/nylas-event-info2.js +1 -1
- package/dist/components/nylas-event-limits2.js +1 -1
- package/dist/components/nylas-event-limits2.js.map +1 -1
- package/dist/components/nylas-event-location2.js +138 -25
- package/dist/components/nylas-event-location2.js.map +1 -1
- package/dist/components/nylas-event-title2.js +1 -1
- package/dist/components/nylas-event-title2.js.map +1 -1
- package/dist/components/nylas-form-card2.js +1 -1
- package/dist/components/nylas-if-state.js +1 -1
- package/dist/components/nylas-limit-future-bookings2.js +1 -1
- package/dist/components/nylas-limit-future-bookings2.js.map +1 -1
- package/dist/components/nylas-list-configurations2.js +142 -25
- package/dist/components/nylas-list-configurations2.js.map +1 -1
- package/dist/components/nylas-list-folders.js +1 -1
- package/dist/components/nylas-list-threads.js +1 -1
- package/dist/components/nylas-login.js +1 -1
- package/dist/components/nylas-logo2.js +1 -1
- package/dist/components/nylas-mailbox-toolbar-button.js +1 -1
- package/dist/components/nylas-mailbox.js +1 -1
- package/dist/components/nylas-min-booking-notice2.js +1 -1
- package/dist/components/nylas-min-booking-notice2.js.map +1 -1
- package/dist/components/nylas-min-cancellation-notice2.js +1 -1
- package/dist/components/nylas-min-cancellation-notice2.js.map +1 -1
- package/dist/components/nylas-notification2.js +1 -1
- package/dist/components/nylas-participant-booking-calendars.d.ts +11 -0
- package/dist/components/nylas-participant-booking-calendars.js +8 -0
- package/dist/components/nylas-participant-booking-calendars.js.map +1 -0
- package/dist/components/nylas-participant-booking-calendars2.js +237 -0
- package/dist/components/nylas-participant-booking-calendars2.js.map +1 -0
- package/dist/components/nylas-participants-custom-availability2.js +18 -5
- package/dist/components/nylas-participants-custom-availability2.js.map +1 -1
- package/dist/components/nylas-provider.js +1 -1
- package/dist/components/nylas-scheduler-editor.js +210 -101
- package/dist/components/nylas-scheduler-editor.js.map +1 -1
- package/dist/components/nylas-scheduling.js +70 -52
- package/dist/components/nylas-scheduling.js.map +1 -1
- package/dist/components/nylas-summarize-message-button2.js +2 -2
- package/dist/components/nylas-threads-refresh.js +2 -2
- package/dist/components/nylas-threads-search.js +1 -1
- package/dist/components/nylas-time-window-picker2.js +1 -1
- package/dist/components/nylas-timeslot-interval2.js +11 -11
- package/dist/components/nylas-timeslot-interval2.js.map +1 -1
- package/dist/components/nylas-timeslot-picker2.js +6 -5
- package/dist/components/nylas-timeslot-picker2.js.map +1 -1
- package/dist/components/nylas-view-email2.js +1 -1
- package/dist/components/nylas-view-thread.js +1 -1
- package/dist/components/people.js +1 -1
- package/dist/components/person.js +1 -1
- package/dist/components/play.js +1 -1
- package/dist/components/plus-icon.d.ts +11 -0
- package/dist/components/plus-icon.js +8 -0
- package/dist/components/plus-icon.js.map +1 -0
- package/dist/components/plus.js +37 -0
- package/dist/components/plus.js.map +1 -0
- package/dist/components/radio-button-group2.js +23 -6
- package/dist/components/radio-button-group2.js.map +1 -1
- package/dist/components/refresh.js +1 -1
- package/dist/components/reply-all.js +1 -1
- package/dist/components/reply.js +1 -1
- package/dist/components/scheduler-config-store.js +2 -0
- package/dist/components/scheduler-config-store.js.map +1 -1
- package/dist/components/scheduler-store.js +42 -6
- package/dist/components/scheduler-store.js.map +1 -1
- package/dist/components/search.js +1 -1
- package/dist/components/select-dropdown2.js +12 -2
- package/dist/components/select-dropdown2.js.map +1 -1
- package/dist/components/sent.js +1 -1
- package/dist/components/spam.js +1 -1
- package/dist/components/star.js +1 -1
- package/dist/components/stop.js +1 -1
- package/dist/components/textarea-component.js +1 -82
- package/dist/components/textarea-component.js.map +1 -1
- package/dist/components/textarea-component2.js +89 -0
- package/dist/components/textarea-component2.js.map +1 -0
- package/dist/components/time-period-selector2.js +1 -1
- package/dist/components/toggle-switch2.js +2 -2
- package/dist/components/toggle-switch2.js.map +1 -1
- package/dist/components/toolitp-component.js +1 -1
- package/dist/components/translate.js +1 -1
- package/dist/components/trash.js +1 -1
- package/dist/components/underline.js +1 -1
- package/dist/components/warning.js +1 -1
- package/dist/components/zoom-icon.d.ts +11 -0
- package/dist/components/zoom-icon.js +8 -0
- package/dist/components/zoom-icon.js.map +1 -0
- package/dist/components/zoom.js +37 -0
- package/dist/components/zoom.js.map +1 -0
- package/dist/esm/add-circle-icon_2.entry.js +1 -1
- package/dist/esm/archive-icon_7.entry.js +7 -7
- package/dist/esm/arrow-icon.entry.js +1 -1
- package/dist/esm/bold-icon_3.entry.js +3 -3
- package/dist/esm/button-component_4.entry.js +196 -0
- package/dist/esm/button-component_4.entry.js.map +1 -0
- package/dist/esm/calendar-agenda-fill-icon_35.entry.js +6905 -0
- package/dist/esm/calendar-agenda-fill-icon_35.entry.js.map +1 -0
- package/dist/esm/chevron-icon_3.entry.js +11 -3
- package/dist/esm/chevron-icon_3.entry.js.map +1 -1
- package/dist/esm/clock-icon_2.entry.js +1 -1
- package/dist/esm/{constants-f34b9c6e.js → constants-7ce66b44.js} +103 -2
- package/dist/esm/{constants-f34b9c6e.js.map → constants-7ce66b44.js.map} +1 -1
- package/dist/esm/copy-icon_4.entry.js +65 -0
- package/dist/esm/copy-icon_4.entry.js.map +1 -0
- package/dist/esm/document-refresh-icon.entry.js +1 -1
- package/dist/esm/forward-icon_6.entry.js +7 -7
- package/dist/esm/globe-icon.entry.js +1 -1
- package/dist/esm/google-logo-icon_4.entry.js +192 -51
- package/dist/esm/google-logo-icon_4.entry.js.map +1 -1
- package/dist/esm/index-7cb0dd3d.js +20 -16
- package/dist/esm/index.js +1 -1
- package/dist/esm/info-icon_2.entry.js +2 -2
- package/dist/esm/input-dropdown_2.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/loading-icon.entry.js +1 -1
- package/dist/esm/multi-select-dropdown.entry.js +140 -0
- package/dist/esm/multi-select-dropdown.entry.js.map +1 -0
- package/dist/esm/{nylas-api-request-a67d2997.js → nylas-api-request-4f8edff2.js} +2 -1
- package/dist/esm/nylas-api-request-4f8edff2.js.map +1 -0
- package/dist/esm/nylas-booked-event-card_10.entry.js +66 -35
- package/dist/esm/nylas-booked-event-card_10.entry.js.map +1 -1
- package/dist/esm/nylas-custom-booking-flow.entry.js +1 -1
- package/dist/esm/nylas-form-card.entry.js +1 -1
- package/dist/esm/nylas-if-state.entry.js +1 -1
- package/dist/esm/nylas-list-folders.entry.js +1 -1
- package/dist/esm/nylas-list-threads.entry.js +1 -1
- package/dist/esm/nylas-login.entry.js +1 -1
- package/dist/esm/nylas-mailbox-toolbar-button.entry.js +1 -1
- package/dist/esm/nylas-mailbox.entry.js +1 -1
- package/dist/esm/nylas-provider.entry.js +3 -3
- package/dist/esm/nylas-scheduler-editor.entry.js +26 -9
- package/dist/esm/nylas-scheduler-editor.entry.js.map +1 -1
- package/dist/esm/nylas-scheduling.entry.js +3 -3
- package/dist/esm/nylas-scheduling.entry.js.map +1 -1
- package/dist/esm/nylas-threads-refresh.entry.js +2 -2
- package/dist/esm/nylas-threads-search.entry.js +1 -1
- package/dist/esm/nylas-time-window-picker.entry.js +1 -1
- package/dist/esm/nylas-view-thread.entry.js +1 -1
- package/dist/esm/nylas-web-elements.js +1 -1
- package/dist/esm/play-icon_2.entry.js +2 -2
- package/dist/esm/refresh-icon.entry.js +1 -1
- package/dist/esm/{scheduler-config-store-4a50a03d.js → scheduler-config-store-9ccfba4d.js} +3 -1
- package/dist/esm/scheduler-config-store-9ccfba4d.js.map +1 -0
- package/dist/esm/{scheduler-store-f02ce045.js → scheduler-store-8a400448.js} +43 -7
- package/dist/esm/scheduler-store-8a400448.js.map +1 -0
- package/dist/esm/textarea-component.entry.js +3 -1
- package/dist/esm/textarea-component.entry.js.map +1 -1
- package/dist/esm/translate-icon.entry.js +1 -1
- package/dist/esm/warning-icon.entry.js +1 -1
- package/dist/nylas-web-elements/index.esm.js +1 -1
- package/dist/nylas-web-elements/nylas-web-elements.esm.js +1 -1
- package/dist/nylas-web-elements/nylas-web-elements.esm.js.map +1 -1
- package/dist/nylas-web-elements/p-0161429f.entry.js +2 -0
- package/dist/nylas-web-elements/{p-33a6a75b.entry.js.map → p-0161429f.entry.js.map} +1 -1
- package/dist/nylas-web-elements/p-064c2ae5.entry.js +2 -0
- package/dist/nylas-web-elements/{p-de7b0878.entry.js → p-0aa1e433.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-3f122804.entry.js → p-0bf6f818.entry.js} +2 -2
- package/dist/nylas-web-elements/p-1102df14.entry.js +2 -0
- package/dist/nylas-web-elements/{p-f1a54acf.entry.js → p-155e5ce8.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-a85408e0.entry.js → p-18d100c8.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-5231fc13.entry.js → p-1a7edf86.entry.js} +3 -3
- package/dist/nylas-web-elements/p-1d8c468f.entry.js +2 -0
- package/dist/nylas-web-elements/p-1d8c468f.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-be38a8eb.entry.js → p-1e1ae8d0.entry.js} +2 -2
- package/dist/nylas-web-elements/p-1f290858.entry.js +2 -0
- package/dist/nylas-web-elements/p-1f290858.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-eb7e8455.entry.js → p-1fbe50b1.entry.js} +2 -2
- package/dist/nylas-web-elements/p-20bbc663.js +2 -0
- package/dist/nylas-web-elements/p-20bbc663.js.map +1 -0
- package/dist/nylas-web-elements/{p-49f716ed.js → p-2270e6cf.js} +4 -4
- package/dist/nylas-web-elements/p-2270e6cf.js.map +1 -0
- package/dist/nylas-web-elements/{p-70e5cfb0.entry.js → p-22e05c7d.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-554891cd.entry.js → p-26302ad0.entry.js} +2 -2
- package/dist/nylas-web-elements/p-27df8f01.entry.js +2 -0
- package/dist/nylas-web-elements/p-27df8f01.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-2b1d53fa.entry.js +8 -0
- package/dist/nylas-web-elements/p-2b1d53fa.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-6ce66add.entry.js → p-2f47205d.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-28512ab6.entry.js → p-3277023d.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-1a27960b.entry.js → p-3423de64.entry.js} +2 -2
- package/dist/nylas-web-elements/p-3423de64.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-b0c8021f.entry.js → p-34c747f9.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-d9a91bc9.entry.js → p-359af1e3.entry.js} +2 -2
- package/dist/nylas-web-elements/p-359af1e3.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-613c070f.js → p-371b20b2.js} +2 -2
- package/dist/nylas-web-elements/p-371b20b2.js.map +1 -0
- package/dist/nylas-web-elements/{p-e9ba368f.entry.js → p-3ae38e51.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-6ef1024f.entry.js → p-3bc1289e.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-7fcecf3f.entry.js → p-3d1e8e4d.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-45c37986.entry.js → p-3dae0c71.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-acadfabf.entry.js → p-3db7ab8d.entry.js} +3 -3
- package/dist/nylas-web-elements/{p-66493463.entry.js → p-3e09b0fb.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-5c3c1888.entry.js → p-3eac9f45.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-dcc27b67.entry.js → p-4000107d.entry.js} +2 -2
- package/dist/nylas-web-elements/p-40cad9a8.entry.js +11 -0
- package/dist/nylas-web-elements/p-40cad9a8.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-445d8bb4.entry.js +11 -0
- package/dist/nylas-web-elements/p-445d8bb4.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-08d75d35.entry.js → p-47392968.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-16a3bfb2.entry.js → p-4a594ebe.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-d633e735.entry.js → p-4b6995fe.entry.js} +2 -2
- package/dist/nylas-web-elements/p-4cdd4107.entry.js +2 -0
- package/dist/nylas-web-elements/{p-39fd9c90.entry.js → p-4e8c8939.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-9b68568e.entry.js → p-4e9ba325.entry.js} +2 -2
- package/dist/nylas-web-elements/p-4f55d0e5.entry.js +2 -0
- package/dist/nylas-web-elements/{p-12b83ea9.entry.js.map → p-4f55d0e5.entry.js.map} +1 -1
- package/dist/nylas-web-elements/{p-9794f735.entry.js → p-524a6acc.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-6bd9c9c3.entry.js → p-533d39ce.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-e928898a.entry.js → p-5a379fb5.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-c90755ba.entry.js → p-5a68368a.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-37f41a90.entry.js → p-5b965d0d.entry.js} +2 -2
- package/dist/nylas-web-elements/p-5e1cd3c1.entry.js +2 -0
- package/dist/nylas-web-elements/p-5e1cd3c1.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-34f0d1fe.entry.js → p-5ff4e63b.entry.js} +2 -2
- package/dist/nylas-web-elements/p-62aeac5f.entry.js +2 -0
- package/dist/nylas-web-elements/p-62aeac5f.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-64d43339.entry.js +2 -0
- package/dist/nylas-web-elements/p-64d43339.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-656cf33f.entry.js +2 -0
- package/dist/nylas-web-elements/{p-cf589eab.entry.js → p-65b7a2a7.entry.js} +2 -2
- package/dist/nylas-web-elements/p-68471dbd.entry.js +8 -0
- package/dist/nylas-web-elements/p-68471dbd.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-692852d2.entry.js +2 -0
- package/dist/nylas-web-elements/p-692852d2.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-60b03f86.entry.js → p-6c8af4fb.entry.js} +2 -2
- package/dist/nylas-web-elements/p-6d410f0a.entry.js +2 -0
- package/dist/nylas-web-elements/{p-daac96cb.entry.js → p-6e50d2fd.entry.js} +3 -3
- package/dist/nylas-web-elements/p-6e8b7ce8.entry.js +2 -0
- package/dist/nylas-web-elements/p-7042eb03.entry.js +2 -0
- package/dist/nylas-web-elements/{p-958746a1.entry.js.map → p-7042eb03.entry.js.map} +1 -1
- package/dist/nylas-web-elements/{p-b9fa6848.entry.js → p-7355937b.entry.js} +2 -2
- package/dist/nylas-web-elements/p-749238c6.entry.js +2 -0
- package/dist/nylas-web-elements/p-749238c6.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-76156a82.entry.js +2 -0
- package/dist/nylas-web-elements/p-79c1475e.entry.js +11 -0
- package/dist/nylas-web-elements/p-79c1475e.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-79c33cf9.entry.js +2 -0
- package/dist/nylas-web-elements/p-79c33cf9.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-052bc3b1.entry.js → p-7e08f131.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-a12f3223.entry.js → p-7e10aa6d.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-a7b19349.entry.js → p-7e53588e.entry.js} +2 -2
- package/dist/nylas-web-elements/p-83de54ae.entry.js +2 -0
- package/dist/nylas-web-elements/{p-b2d95965.entry.js → p-884b66bd.entry.js} +2 -2
- package/dist/nylas-web-elements/p-8aac762b.entry.js +2 -0
- package/dist/nylas-web-elements/p-8aac762b.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-8d74c874.js +2 -0
- package/dist/nylas-web-elements/p-8d74c874.js.map +1 -0
- package/dist/nylas-web-elements/{p-a800e7af.entry.js → p-8ddf6518.entry.js} +2 -2
- package/dist/nylas-web-elements/p-8ddf6518.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-7a95bc3f.entry.js → p-90294a76.entry.js} +2 -2
- package/dist/nylas-web-elements/p-90817d1f.entry.js +2 -0
- package/dist/nylas-web-elements/{p-f1b0120b.entry.js → p-90d32fc3.entry.js} +2 -2
- package/dist/nylas-web-elements/p-94a93ca9.entry.js +2 -0
- package/dist/nylas-web-elements/p-94a93ca9.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-95a9d2f1.entry.js +2 -0
- package/dist/nylas-web-elements/p-96746b87.entry.js +2 -0
- package/dist/nylas-web-elements/p-97026709.entry.js +2 -0
- package/dist/nylas-web-elements/{p-65097f45.entry.js → p-987042a1.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-7ce048c0.entry.js → p-9f903292.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-bd34f97d.entry.js → p-9fdbeba5.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-2a92691a.entry.js → p-a22908ba.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-091a8f00.entry.js → p-a3c76c06.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-520ffe94.entry.js → p-a63d6241.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-cf0d5ab9.entry.js → p-aa4e6e5e.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-ba5a625c.entry.js → p-ab050d5b.entry.js} +2 -2
- package/dist/nylas-web-elements/p-b2b2d351.entry.js +2 -0
- package/dist/nylas-web-elements/p-b2b2d351.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-161c9325.entry.js → p-b348aad4.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-bfe8e06b.entry.js → p-b547209f.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-e8cde784.entry.js → p-b5b051e0.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-aae7febd.entry.js → p-b7a53268.entry.js} +2 -2
- package/dist/nylas-web-elements/p-b8a9e8f4.entry.js +2 -0
- package/dist/nylas-web-elements/p-b8a9e8f4.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-385070ba.entry.js → p-bc6c9256.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-cb03e4d4.entry.js → p-be26ce19.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-8a4ac2a4.entry.js → p-bed6d217.entry.js} +2 -2
- package/dist/nylas-web-elements/p-bf4e0d2a.entry.js +2 -0
- package/dist/nylas-web-elements/p-bf4e0d2a.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-8e63b66c.entry.js → p-cb9fd100.entry.js} +2 -2
- package/dist/nylas-web-elements/p-ce14a1d5.entry.js +2 -0
- package/dist/nylas-web-elements/{p-1fa7b832.entry.js.map → p-ce14a1d5.entry.js.map} +1 -1
- package/dist/nylas-web-elements/{p-44507695.entry.js → p-cee0929a.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-b334d63b.entry.js → p-cffb3636.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-b2aca6c4.entry.js → p-d1ab9d75.entry.js} +2 -2
- package/dist/nylas-web-elements/p-d6a19e25.entry.js +2 -0
- package/dist/nylas-web-elements/p-d6a19e25.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-f96b12de.entry.js → p-d830e428.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-8075a758.entry.js → p-d9b08dd2.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-8f843faf.entry.js → p-db73506b.entry.js} +2 -2
- package/dist/nylas-web-elements/p-dcf99ddf.entry.js +2 -0
- package/dist/nylas-web-elements/p-dcf99ddf.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-d513d2ee.entry.js → p-de2f4643.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-f2d1b1a6.entry.js.map → p-de2f4643.entry.js.map} +1 -1
- package/dist/nylas-web-elements/{p-25c97a60.entry.js → p-de84d999.entry.js} +2 -2
- package/dist/nylas-web-elements/p-debf614f.entry.js +8 -0
- package/dist/nylas-web-elements/p-debf614f.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-158fe1e9.entry.js → p-dfe9b5d0.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-085950eb.entry.js → p-e5452799.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-f8653b9b.entry.js → p-e6e79d76.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-b813eb5d.entry.js → p-e944aa75.entry.js} +2 -2
- package/dist/nylas-web-elements/p-ec844414.entry.js +2 -0
- package/dist/nylas-web-elements/{p-34f0d1fe.entry.js.map → p-ec844414.entry.js.map} +1 -1
- package/dist/nylas-web-elements/p-ed64716c.entry.js +2 -0
- package/dist/nylas-web-elements/p-ed64716c.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-ecaf3ae1.entry.js → p-eff175d3.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-246983ed.entry.js → p-eff774e6.entry.js} +2 -2
- package/dist/nylas-web-elements/p-f03b9d40.entry.js +2 -0
- package/dist/nylas-web-elements/p-f03b9d40.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-2f148064.entry.js → p-f13b8bd3.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-8f3b02cd.entry.js → p-f7465959.entry.js} +2 -2
- package/dist/nylas-web-elements/p-f8e8270d.entry.js +2 -0
- package/dist/nylas-web-elements/p-f8e8270d.entry.js.map +1 -0
- package/dist/types/common/constants.d.ts +17 -0
- package/dist/types/common/icons/calendar-agenda-fill.d.ts +5 -0
- package/dist/types/common/icons/calendar-agenda.d.ts +5 -0
- package/dist/types/common/icons/copy.d.ts +5 -0
- package/dist/types/common/icons/delete.d.ts +5 -0
- package/dist/types/common/icons/dragable.d.ts +5 -0
- package/dist/types/common/icons/edit.d.ts +5 -0
- package/dist/types/common/icons/eye.d.ts +5 -0
- package/dist/types/common/icons/google-meet.d.ts +5 -0
- package/dist/types/common/icons/microsof-teams.d.ts +5 -0
- package/dist/types/common/icons/plus.d.ts +5 -0
- package/dist/types/common/icons/zoom.d.ts +5 -0
- package/dist/types/common/nylas-api-request.d.ts +1 -0
- package/dist/types/common/types.d.ts +1 -0
- package/dist/types/components/design-system/checkbox-component/checkbox-component.d.ts +3 -0
- package/dist/types/components/design-system/input-component/input-component.d.ts +2 -1
- package/dist/types/components/design-system/multi-select-dropdown/multi-select-dropdown.d.ts +1 -0
- package/dist/types/components/design-system/radio-button-group/radio-button-group.d.ts +6 -1
- package/dist/types/components/design-system/select-dropdown/select-dropdown.d.ts +3 -0
- package/dist/types/components/design-system/textarea-component/textarea-component.d.ts +2 -0
- package/dist/types/components/scheduler/nylas-booked-event-card/nylas-booked-event-card.d.ts +1 -0
- package/dist/types/components/scheduler/nylas-booking-form/nylas-booking-form.d.ts +8 -6
- package/dist/types/components/scheduler/nylas-cancel-booking-form/nylas-cancel-booking-form.d.ts +3 -2
- package/dist/types/components/scheduler-editor/nylas-additional-participants/nylas-additional-participants.d.ts +7 -4
- package/dist/types/components/scheduler-editor/nylas-booking-calendar-picker/nylas-booking-calendar-picker.d.ts +1 -0
- package/dist/types/components/scheduler-editor/nylas-booking-form-config/nylas-booking-form-config.d.ts +51 -0
- package/dist/types/components/scheduler-editor/nylas-calendar-picker/nylas-calendar-picker.d.ts +1 -0
- package/dist/types/components/scheduler-editor/nylas-connected-calendars/nylas-connected-calendars.d.ts +41 -0
- package/dist/types/components/scheduler-editor/nylas-customize-booking-settings/nylas-customize-booking-settings.d.ts +1 -1
- package/dist/types/components/scheduler-editor/nylas-editor-tabs/nylas-editor-tabs.d.ts +27 -4
- package/dist/types/components/scheduler-editor/nylas-editor-tabs/tab-contents.d.ts +2 -1
- package/dist/types/components/scheduler-editor/nylas-event-location/nylas-event-location.d.ts +7 -1
- package/dist/types/components/scheduler-editor/nylas-list-configurations/nylas-list-configurations.d.ts +13 -2
- package/dist/types/components/scheduler-editor/nylas-participant-booking-calendars/nylas-participant-booking-calendars.d.ts +43 -0
- package/dist/types/components/scheduler-editor/nylas-participants-custom-availability/nylas-participants-custom-availability.d.ts +4 -2
- package/dist/types/components/scheduler-editor/nylas-scheduler-editor/ExpressFlow.d.ts +11 -2
- package/dist/types/components/scheduler-editor/nylas-scheduler-editor/nylas-scheduler-editor.d.ts +4 -2
- package/dist/types/components/scheduler-editor/nylas-timeslot-interval/nylas-timeslot-interval.d.ts +2 -2
- package/dist/types/components.d.ts +723 -30
- package/dist/types/connector/shared/api/scheduler-config.d.ts +1 -1
- package/dist/types/stores/scheduler-config-store.d.ts +5 -2
- package/dist/types/stores/scheduler-store.d.ts +3 -1
- package/dist/types/types/index.d.ts +8 -0
- package/package.json +4 -3
- package/dist/cjs/button-component.cjs.entry.js +0 -31
- package/dist/cjs/button-component.cjs.entry.js.map +0 -1
- package/dist/cjs/calendar-info-icon_28.cjs.entry.js +0 -2935
- package/dist/cjs/calendar-info-icon_28.cjs.entry.js.map +0 -1
- package/dist/cjs/input-component.cjs.entry.js +0 -89
- package/dist/cjs/input-component.cjs.entry.js.map +0 -1
- package/dist/cjs/nylas-api-request-a1751a40.js.map +0 -1
- package/dist/cjs/scheduler-config-store-9f19c7a9.js.map +0 -1
- package/dist/cjs/scheduler-store-0f7328f1.js.map +0 -1
- package/dist/esm/button-component.entry.js +0 -27
- package/dist/esm/button-component.entry.js.map +0 -1
- package/dist/esm/calendar-info-icon_28.entry.js +0 -2904
- package/dist/esm/calendar-info-icon_28.entry.js.map +0 -1
- package/dist/esm/input-component.entry.js +0 -85
- package/dist/esm/input-component.entry.js.map +0 -1
- package/dist/esm/nylas-api-request-a67d2997.js.map +0 -1
- package/dist/esm/scheduler-config-store-4a50a03d.js.map +0 -1
- package/dist/esm/scheduler-store-f02ce045.js.map +0 -1
- package/dist/nylas-web-elements/p-019be093.entry.js +0 -11
- package/dist/nylas-web-elements/p-019be093.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-05833164.entry.js +0 -2
- package/dist/nylas-web-elements/p-05833164.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-061d0ae2.entry.js +0 -2
- package/dist/nylas-web-elements/p-061d0ae2.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-0c31f7ca.entry.js +0 -2
- package/dist/nylas-web-elements/p-0d98c728.entry.js +0 -2
- package/dist/nylas-web-elements/p-0d98c728.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-12b83ea9.entry.js +0 -2
- package/dist/nylas-web-elements/p-16fb6243.entry.js +0 -2
- package/dist/nylas-web-elements/p-1970b6ee.entry.js +0 -2
- package/dist/nylas-web-elements/p-1a27960b.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-1fa7b832.entry.js +0 -2
- package/dist/nylas-web-elements/p-26976360.entry.js +0 -2
- package/dist/nylas-web-elements/p-26976360.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-29938263.js +0 -2
- package/dist/nylas-web-elements/p-29938263.js.map +0 -1
- package/dist/nylas-web-elements/p-33a6a75b.entry.js +0 -2
- package/dist/nylas-web-elements/p-36f4b804.entry.js +0 -2
- package/dist/nylas-web-elements/p-36f4b804.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-39160c0d.entry.js +0 -11
- package/dist/nylas-web-elements/p-39160c0d.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-3b6bd448.entry.js +0 -2
- package/dist/nylas-web-elements/p-3eeab083.entry.js +0 -2
- package/dist/nylas-web-elements/p-49f716ed.js.map +0 -1
- package/dist/nylas-web-elements/p-53a1bb82.entry.js +0 -2
- package/dist/nylas-web-elements/p-53a1bb82.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-5bed86c2.entry.js +0 -2
- package/dist/nylas-web-elements/p-5ddd0c37.entry.js +0 -2
- package/dist/nylas-web-elements/p-613c070f.js.map +0 -1
- package/dist/nylas-web-elements/p-644ff4ee.entry.js +0 -2
- package/dist/nylas-web-elements/p-644ff4ee.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-64d73008.entry.js +0 -2
- package/dist/nylas-web-elements/p-6ddb4b95.entry.js +0 -2
- package/dist/nylas-web-elements/p-6ddb4b95.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-823c8aa2.js +0 -2
- package/dist/nylas-web-elements/p-823c8aa2.js.map +0 -1
- package/dist/nylas-web-elements/p-83444c0a.entry.js +0 -2
- package/dist/nylas-web-elements/p-83444c0a.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-8506a8d4.entry.js +0 -11
- package/dist/nylas-web-elements/p-8506a8d4.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-926dd201.entry.js +0 -2
- package/dist/nylas-web-elements/p-9283504a.entry.js +0 -2
- package/dist/nylas-web-elements/p-9283504a.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-958746a1.entry.js +0 -2
- package/dist/nylas-web-elements/p-9bb41364.entry.js +0 -2
- package/dist/nylas-web-elements/p-9bb41364.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-a800e7af.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-a8678862.entry.js +0 -2
- package/dist/nylas-web-elements/p-aac962c7.entry.js +0 -2
- package/dist/nylas-web-elements/p-aac962c7.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-b4d09fcf.entry.js +0 -2
- package/dist/nylas-web-elements/p-b4d09fcf.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-b9559f06.entry.js +0 -2
- package/dist/nylas-web-elements/p-b9559f06.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-bab1d562.entry.js +0 -2
- package/dist/nylas-web-elements/p-bab1d562.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-c18c15d0.entry.js +0 -2
- package/dist/nylas-web-elements/p-c1ff6499.entry.js +0 -2
- package/dist/nylas-web-elements/p-c1ff6499.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-d5d67115.entry.js +0 -2
- package/dist/nylas-web-elements/p-d5d67115.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-d9a91bc9.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-ea12997b.entry.js +0 -2
- package/dist/nylas-web-elements/p-f2d1b1a6.entry.js +0 -2
- package/dist/nylas-web-elements/p-f6fafe86.entry.js +0 -2
- package/dist/nylas-web-elements/p-f6fafe86.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-ffce3a49.entry.js +0 -2
- package/dist/nylas-web-elements/p-ffce3a49.entry.js.map +0 -1
- /package/dist/nylas-web-elements/{p-08d75d35.entry.js.map → p-064c2ae5.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-5bed86c2.entry.js.map → p-0aa1e433.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-3f122804.entry.js.map → p-0bf6f818.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-926dd201.entry.js.map → p-1102df14.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-a7b19349.entry.js.map → p-155e5ce8.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-a85408e0.entry.js.map → p-18d100c8.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-5231fc13.entry.js.map → p-1a7edf86.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-554891cd.entry.js.map → p-1e1ae8d0.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-65097f45.entry.js.map → p-1fbe50b1.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-70e5cfb0.entry.js.map → p-22e05c7d.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-be38a8eb.entry.js.map → p-26302ad0.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-2a92691a.entry.js.map → p-2f47205d.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-085950eb.entry.js.map → p-3277023d.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-64d73008.entry.js.map → p-34c747f9.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-45c37986.entry.js.map → p-3ae38e51.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-0c31f7ca.entry.js.map → p-3bc1289e.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-5ddd0c37.entry.js.map → p-3d1e8e4d.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-e9ba368f.entry.js.map → p-3dae0c71.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-acadfabf.entry.js.map → p-3db7ab8d.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-28512ab6.entry.js.map → p-3e09b0fb.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-158fe1e9.entry.js.map → p-3eac9f45.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-d513d2ee.entry.js.map → p-4000107d.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-3b6bd448.entry.js.map → p-47392968.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-16a3bfb2.entry.js.map → p-4a594ebe.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-c90755ba.entry.js.map → p-4b6995fe.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-b2d95965.entry.js.map → p-4cdd4107.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-25c97a60.entry.js.map → p-4e8c8939.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-6bd9c9c3.entry.js.map → p-4e9ba325.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-6ce66add.entry.js.map → p-524a6acc.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-9b68568e.entry.js.map → p-533d39ce.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-7a95bc3f.entry.js.map → p-5a379fb5.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-cb03e4d4.entry.js.map → p-5a68368a.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-1970b6ee.entry.js.map → p-5b965d0d.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-091a8f00.entry.js.map → p-5ff4e63b.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-37f41a90.entry.js.map → p-656cf33f.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-246983ed.entry.js.map → p-65b7a2a7.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-60b03f86.entry.js.map → p-6c8af4fb.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-8e63b66c.entry.js.map → p-6d410f0a.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-daac96cb.entry.js.map → p-6e50d2fd.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-c18c15d0.entry.js.map → p-6e8b7ce8.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-b9fa6848.entry.js.map → p-7355937b.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-a8678862.entry.js.map → p-76156a82.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-052bc3b1.entry.js.map → p-7e08f131.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-2f148064.entry.js.map → p-7e10aa6d.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-b2aca6c4.entry.js.map → p-7e53588e.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-aae7febd.entry.js.map → p-83de54ae.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-de7b0878.entry.js.map → p-884b66bd.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-e928898a.entry.js.map → p-90294a76.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-3eeab083.entry.js.map → p-90817d1f.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-f1b0120b.entry.js.map → p-90d32fc3.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-dcc27b67.entry.js.map → p-95a9d2f1.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-6ef1024f.entry.js.map → p-96746b87.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-7fcecf3f.entry.js.map → p-97026709.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-eb7e8455.entry.js.map → p-987042a1.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-44507695.entry.js.map → p-9f903292.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-7ce048c0.entry.js.map → p-9fdbeba5.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-9794f735.entry.js.map → p-a22908ba.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-16fb6243.entry.js.map → p-a3c76c06.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-520ffe94.entry.js.map → p-a63d6241.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-cf0d5ab9.entry.js.map → p-aa4e6e5e.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-ba5a625c.entry.js.map → p-ab050d5b.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-161c9325.entry.js.map → p-b348aad4.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-5c3c1888.entry.js.map → p-b547209f.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-e8cde784.entry.js.map → p-b5b051e0.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-b0c8021f.entry.js.map → p-b7a53268.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-385070ba.entry.js.map → p-bc6c9256.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-d633e735.entry.js.map → p-be26ce19.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-8a4ac2a4.entry.js.map → p-bed6d217.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-8f3b02cd.entry.js.map → p-cb9fd100.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-bd34f97d.entry.js.map → p-cee0929a.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-b334d63b.entry.js.map → p-cffb3636.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-f1a54acf.entry.js.map → p-d1ab9d75.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-f96b12de.entry.js.map → p-d830e428.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-8075a758.entry.js.map → p-d9b08dd2.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-39fd9c90.entry.js.map → p-db73506b.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-8f843faf.entry.js.map → p-de84d999.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-bfe8e06b.entry.js.map → p-dfe9b5d0.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-66493463.entry.js.map → p-e5452799.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-f8653b9b.entry.js.map → p-e6e79d76.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-b813eb5d.entry.js.map → p-e944aa75.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-a12f3223.entry.js.map → p-eff175d3.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-cf589eab.entry.js.map → p-eff774e6.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-ecaf3ae1.entry.js.map → p-f13b8bd3.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-ea12997b.entry.js.map → p-f7465959.entry.js.map} +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { AuthConfig, Calendar, Configuration, Folder, Message, Notification, NylasAuthType, NylasSchedulerBookingData as NylasSchedulerBookingData1, NylasSchedulerErrorResponse, Participant, ThemeConfig, Thread, Timeslot } from "@nylas/core";
|
|
8
|
+
import { AdditionalParticipant, AuthConfig, Calendar, Conference, Configuration, Folder, Message, Notification, NylasAuthType, NylasSchedulerBookingData as NylasSchedulerBookingData1, NylasSchedulerErrorResponse, Participant, ThemeConfig, Thread, Timeslot } from "@nylas/core";
|
|
9
9
|
import { OpenHours } from "./components/scheduler-editor/nylas-availability-picker/nylas-availability-picker";
|
|
10
10
|
import { DataState, InternalAttachment, NylasEvent } from "./common/types";
|
|
11
11
|
import { ConfigSettings, NylasEvent as NylasEvent1, NylasSchedulerBookingData, NylasSchedulerErrorResponse as NylasSchedulerErrorResponse1 } from ".";
|
|
@@ -27,7 +27,7 @@ import { NylasSchedulerConfigConnector } from "./connector/nylas-scheduler-confi
|
|
|
27
27
|
import { NylasSchedulerConnector } from "./connector/nylas-scheduler-connector/index";
|
|
28
28
|
import { SummarizeEvent } from "./components/mailbox/nylas-summarize-message-button/nylas-summarize-message-button";
|
|
29
29
|
import { RefreshEvent } from "./components/mailbox/nylas-threads-refresh/nylas-threads-refresh";
|
|
30
|
-
export { AuthConfig, Calendar, Configuration, Folder, Message, Notification, NylasAuthType, NylasSchedulerBookingData as NylasSchedulerBookingData1, NylasSchedulerErrorResponse, Participant, ThemeConfig, Thread, Timeslot } from "@nylas/core";
|
|
30
|
+
export { AdditionalParticipant, AuthConfig, Calendar, Conference, Configuration, Folder, Message, Notification, NylasAuthType, NylasSchedulerBookingData as NylasSchedulerBookingData1, NylasSchedulerErrorResponse, Participant, ThemeConfig, Thread, Timeslot } from "@nylas/core";
|
|
31
31
|
export { OpenHours } from "./components/scheduler-editor/nylas-availability-picker/nylas-availability-picker";
|
|
32
32
|
export { DataState, InternalAttachment, NylasEvent } from "./common/types";
|
|
33
33
|
export { ConfigSettings, NylasEvent as NylasEvent1, NylasSchedulerBookingData, NylasSchedulerErrorResponse as NylasSchedulerErrorResponse1 } from ".";
|
|
@@ -76,6 +76,14 @@ export namespace Components {
|
|
|
76
76
|
"type": string;
|
|
77
77
|
"variant": ButtonType;
|
|
78
78
|
}
|
|
79
|
+
interface CalendarAgendaFillIcon {
|
|
80
|
+
"height": string;
|
|
81
|
+
"width": string;
|
|
82
|
+
}
|
|
83
|
+
interface CalendarAgendaIcon {
|
|
84
|
+
"height": string;
|
|
85
|
+
"width": string;
|
|
86
|
+
}
|
|
79
87
|
interface CalendarCancelIcon {
|
|
80
88
|
"height": string;
|
|
81
89
|
"width": string;
|
|
@@ -96,10 +104,27 @@ export namespace Components {
|
|
|
96
104
|
"height": string;
|
|
97
105
|
"width": string;
|
|
98
106
|
}
|
|
107
|
+
/**
|
|
108
|
+
* The `checkbox-component` component is a UI component that allows users to select a checkbox.
|
|
109
|
+
* This component is used in the scheduling form to input checkbox type inputs.
|
|
110
|
+
*/
|
|
99
111
|
interface CheckboxComponent {
|
|
112
|
+
/**
|
|
113
|
+
* The default value of the checkbox. This is the value that is displayed when the checkbox is rendered.
|
|
114
|
+
*/
|
|
100
115
|
"checked": boolean;
|
|
116
|
+
/**
|
|
117
|
+
* The label of the checkbox. This is displayed next to the checkbox.
|
|
118
|
+
*/
|
|
101
119
|
"label": string;
|
|
120
|
+
/**
|
|
121
|
+
* The name of the checkbox. This is used to identify the checkbox when submitting a form.
|
|
122
|
+
*/
|
|
102
123
|
"name": string;
|
|
124
|
+
/**
|
|
125
|
+
* Whether the checkbox is required. If true, the checkbox must be checked when submitting a form. Default is false. If the checkbox is required and not checked, an error message is displayed.
|
|
126
|
+
*/
|
|
127
|
+
"required": boolean;
|
|
103
128
|
}
|
|
104
129
|
interface CheckmarkCircleIcon {
|
|
105
130
|
"height": string;
|
|
@@ -117,10 +142,30 @@ export namespace Components {
|
|
|
117
142
|
"height": string;
|
|
118
143
|
"width": string;
|
|
119
144
|
}
|
|
145
|
+
interface CopyIcon {
|
|
146
|
+
"height": string;
|
|
147
|
+
"width": string;
|
|
148
|
+
}
|
|
149
|
+
interface DeleteIcon {
|
|
150
|
+
"height": string;
|
|
151
|
+
"width": string;
|
|
152
|
+
}
|
|
120
153
|
interface DocumentRefreshIcon {
|
|
121
154
|
"height": string;
|
|
122
155
|
"width": string;
|
|
123
156
|
}
|
|
157
|
+
interface DragableIcon {
|
|
158
|
+
"height": string;
|
|
159
|
+
"width": string;
|
|
160
|
+
}
|
|
161
|
+
interface EditIcon {
|
|
162
|
+
"height": string;
|
|
163
|
+
"width": string;
|
|
164
|
+
}
|
|
165
|
+
interface EyeIcon {
|
|
166
|
+
"height": string;
|
|
167
|
+
"width": string;
|
|
168
|
+
}
|
|
124
169
|
interface FlowIcon {
|
|
125
170
|
"height": string;
|
|
126
171
|
"width": string;
|
|
@@ -141,6 +186,10 @@ export namespace Components {
|
|
|
141
186
|
"height": string;
|
|
142
187
|
"width": string;
|
|
143
188
|
}
|
|
189
|
+
interface GoogleMeetIcon {
|
|
190
|
+
"height": string;
|
|
191
|
+
"width": string;
|
|
192
|
+
}
|
|
144
193
|
interface InboxIcon {
|
|
145
194
|
"height": string;
|
|
146
195
|
"width": string;
|
|
@@ -151,7 +200,7 @@ export namespace Components {
|
|
|
151
200
|
}
|
|
152
201
|
/**
|
|
153
202
|
* The `input-component` component is a UI component that allows users to input text, email, or phone number values.
|
|
154
|
-
* This component is used in the scheduling form to input text
|
|
203
|
+
* This component is used in the scheduling form to input text, email and phone number type inputs.
|
|
155
204
|
*/
|
|
156
205
|
interface InputComponent {
|
|
157
206
|
/**
|
|
@@ -175,7 +224,7 @@ export namespace Components {
|
|
|
175
224
|
*/
|
|
176
225
|
"name": string;
|
|
177
226
|
/**
|
|
178
|
-
* The pattern to validate the input value. If the value does not match the pattern, an error message is displayed. Default is null. If the pattern is not set, the pattern is determined by the input type for 'email' and '
|
|
227
|
+
* The pattern to validate the input value. If the value does not match the pattern, an error message is displayed. Default is null. If the pattern is not set, the pattern is determined by the input type for 'email' and 'phone_number'.
|
|
179
228
|
*/
|
|
180
229
|
"pattern"?: RegExp;
|
|
181
230
|
/**
|
|
@@ -195,9 +244,9 @@ export namespace Components {
|
|
|
195
244
|
*/
|
|
196
245
|
"required": boolean;
|
|
197
246
|
/**
|
|
198
|
-
* The type of the input. This is used to determine the input's behavior. Supported types are 'text', 'email', and '
|
|
247
|
+
* The type of the input. This is used to determine the input's behavior. Supported types are 'text', 'email', and 'phone_number'.
|
|
199
248
|
*/
|
|
200
|
-
"type": 'text' | 'email' | '
|
|
249
|
+
"type": 'text' | 'email' | 'phone_number';
|
|
201
250
|
}
|
|
202
251
|
/**
|
|
203
252
|
* The `input-dropdown` component is a dropdown that allows users to input an option and/or select from a list of options.
|
|
@@ -248,7 +297,15 @@ export namespace Components {
|
|
|
248
297
|
"height": string;
|
|
249
298
|
"width": string;
|
|
250
299
|
}
|
|
300
|
+
interface MicrosoftTeamsIcon {
|
|
301
|
+
"height": string;
|
|
302
|
+
"width": string;
|
|
303
|
+
}
|
|
251
304
|
interface MultiSelectDropdown {
|
|
305
|
+
/**
|
|
306
|
+
* Error message to display
|
|
307
|
+
*/
|
|
308
|
+
"error"?: string;
|
|
252
309
|
/**
|
|
253
310
|
* The label of the dropdown
|
|
254
311
|
*/
|
|
@@ -268,7 +325,7 @@ export namespace Components {
|
|
|
268
325
|
interface NylasAdditionalParticipants {
|
|
269
326
|
"eventParticipants"?: Participant[];
|
|
270
327
|
"name": string;
|
|
271
|
-
"participantOptions"?:
|
|
328
|
+
"participantOptions"?: AdditionalParticipant[];
|
|
272
329
|
}
|
|
273
330
|
/**
|
|
274
331
|
* The `nylas-availability-picker` component is a form input for selecting availability (open hours).
|
|
@@ -308,6 +365,10 @@ export namespace Components {
|
|
|
308
365
|
* The booked event.
|
|
309
366
|
*/
|
|
310
367
|
"eventInfo": NylasEvent;
|
|
368
|
+
/**
|
|
369
|
+
* The loading state prop. Used to display loading state when fetching availability.
|
|
370
|
+
*/
|
|
371
|
+
"isLoading"?: boolean;
|
|
311
372
|
/**
|
|
312
373
|
* Booking flow type.
|
|
313
374
|
*/
|
|
@@ -337,6 +398,10 @@ export namespace Components {
|
|
|
337
398
|
* The default selected calendar.
|
|
338
399
|
*/
|
|
339
400
|
"defaultBookingCalendar": string;
|
|
401
|
+
/**
|
|
402
|
+
* The prop to hide the header.
|
|
403
|
+
*/
|
|
404
|
+
"hideHeader": boolean;
|
|
340
405
|
/**
|
|
341
406
|
* The name of the calendar picker.
|
|
342
407
|
*/
|
|
@@ -364,6 +429,23 @@ export namespace Components {
|
|
|
364
429
|
*/
|
|
365
430
|
"isLoading"?: boolean;
|
|
366
431
|
}
|
|
432
|
+
/**
|
|
433
|
+
* The `nylas-booking-form-config` component is a form input for adding additional fields to the booking form.
|
|
434
|
+
*/
|
|
435
|
+
interface NylasBookingFormConfig {
|
|
436
|
+
/**
|
|
437
|
+
* The additional fields to be displayed on the booking form.
|
|
438
|
+
*/
|
|
439
|
+
"additonalFields": AdditionalFields[];
|
|
440
|
+
/**
|
|
441
|
+
* The name of the booking form config.
|
|
442
|
+
*/
|
|
443
|
+
"name": string;
|
|
444
|
+
/**
|
|
445
|
+
* The selected configuration.
|
|
446
|
+
*/
|
|
447
|
+
"selectedConfiguration"?: Configuration;
|
|
448
|
+
}
|
|
367
449
|
/**
|
|
368
450
|
* The `nylas-buffer-time` component is a UI component that allows users to set buffer time before and after an event.
|
|
369
451
|
*/
|
|
@@ -410,6 +492,10 @@ export namespace Components {
|
|
|
410
492
|
* The config settings.
|
|
411
493
|
*/
|
|
412
494
|
"configSettings"?: ConfigSettings;
|
|
495
|
+
/**
|
|
496
|
+
* The selected timeslot.
|
|
497
|
+
*/
|
|
498
|
+
"selectedTimeslot": Timeslot;
|
|
413
499
|
}
|
|
414
500
|
/**
|
|
415
501
|
* The `nylas-cancellation-policy` component is a form input for the cancellation policy message of an event.
|
|
@@ -451,6 +537,27 @@ export namespace Components {
|
|
|
451
537
|
*/
|
|
452
538
|
"viewEmailElement"?: HTMLNylasViewEmailElement | null;
|
|
453
539
|
}
|
|
540
|
+
/**
|
|
541
|
+
* The `nylas-connected-calendars` component is a form input for selecting calendars to check availability for participants.
|
|
542
|
+
*/
|
|
543
|
+
interface NylasConnectedCalendars {
|
|
544
|
+
/**
|
|
545
|
+
* The calendars to choose from for the organizer / logged in user.
|
|
546
|
+
*/
|
|
547
|
+
"calendars"?: Calendar[];
|
|
548
|
+
/**
|
|
549
|
+
* The name of the participants custom availability.
|
|
550
|
+
*/
|
|
551
|
+
"name": string;
|
|
552
|
+
/**
|
|
553
|
+
* The participant options passed in the additionalParticipants prop from the nylas-scheduler-editor component.
|
|
554
|
+
*/
|
|
555
|
+
"participantOptions"?: AdditionalParticipant[];
|
|
556
|
+
/**
|
|
557
|
+
* The participants selected in the add participants section.
|
|
558
|
+
*/
|
|
559
|
+
"participants": Participant[];
|
|
560
|
+
}
|
|
454
561
|
/**
|
|
455
562
|
* The `nylas-custom-booking-flow` component is a UI component that displays the booking calendar picker.
|
|
456
563
|
*/
|
|
@@ -475,7 +582,7 @@ export namespace Components {
|
|
|
475
582
|
/**
|
|
476
583
|
* The default additional guests hidden setting as set in the configuration.
|
|
477
584
|
*/
|
|
478
|
-
"
|
|
585
|
+
"defaultHideAdditionalGuests": boolean;
|
|
479
586
|
/**
|
|
480
587
|
* The default hide cancellation options setting as set in the configuration.
|
|
481
588
|
*/
|
|
@@ -530,6 +637,10 @@ export namespace Components {
|
|
|
530
637
|
* The current logged in user.
|
|
531
638
|
*/
|
|
532
639
|
"currentUser"?: User;
|
|
640
|
+
/**
|
|
641
|
+
* This optional prop is used to hide tabs in the editor. Available tabs are: eventInfo, availability, participants, bookingOptions, bookingForm
|
|
642
|
+
*/
|
|
643
|
+
"hideEditorTabs"?: string[];
|
|
533
644
|
/**
|
|
534
645
|
* The mode of the editor. - `app`: The editor is used as a standalone app. - `composable`: The editor is used as a composable component.
|
|
535
646
|
*/
|
|
@@ -612,6 +723,14 @@ export namespace Components {
|
|
|
612
723
|
* The `nylas-event-location` component is a form input for the location of an event.
|
|
613
724
|
*/
|
|
614
725
|
interface NylasEventLocation {
|
|
726
|
+
/**
|
|
727
|
+
* The conference providers where the key is the provider name ('zoom') and the value is the grant id. We currently support same provider ('google', 'microsoft') for all participants and 'zoom' for cross-provider conferencing.
|
|
728
|
+
*/
|
|
729
|
+
"conferenceProviders"?: Record<string, string>;
|
|
730
|
+
/**
|
|
731
|
+
* The event conferencing stored in the configuration
|
|
732
|
+
*/
|
|
733
|
+
"eventConferencing"?: Conference;
|
|
615
734
|
/**
|
|
616
735
|
* The event location stored in the configuration
|
|
617
736
|
*/
|
|
@@ -624,6 +743,10 @@ export namespace Components {
|
|
|
624
743
|
* The selected config
|
|
625
744
|
*/
|
|
626
745
|
"selectedConfiguration"?: Configuration;
|
|
746
|
+
/**
|
|
747
|
+
* The users provider
|
|
748
|
+
*/
|
|
749
|
+
"userProvider"?: string;
|
|
627
750
|
}
|
|
628
751
|
/**
|
|
629
752
|
* The `nylas-event-title` component is a form input for the title of an event.
|
|
@@ -689,6 +812,10 @@ export namespace Components {
|
|
|
689
812
|
*/
|
|
690
813
|
"configurations": Configuration[];
|
|
691
814
|
"getState": () => Promise<"loading" | "error" | "loaded">;
|
|
815
|
+
/**
|
|
816
|
+
* The next cursor for list configurations, if any.
|
|
817
|
+
*/
|
|
818
|
+
"listConfigurationsNextCursor"?: string | null;
|
|
692
819
|
/**
|
|
693
820
|
* The scheduler preview link to use when the user clicks on the preview button. You can use a placeholder `{config.id}` to replace the configuration id anywhere in the link.
|
|
694
821
|
*/
|
|
@@ -892,6 +1019,31 @@ export namespace Components {
|
|
|
892
1019
|
*/
|
|
893
1020
|
"ttl": number | 'none';
|
|
894
1021
|
}
|
|
1022
|
+
/**
|
|
1023
|
+
* The `nylas-participant-booking-calendars` component is a form input for selecting calendars to check availability for participants.
|
|
1024
|
+
*/
|
|
1025
|
+
interface NylasParticipantBookingCalendars {
|
|
1026
|
+
/**
|
|
1027
|
+
* The calendars to choose from for the organizer / logged in user.
|
|
1028
|
+
*/
|
|
1029
|
+
"calendars"?: Calendar[];
|
|
1030
|
+
/**
|
|
1031
|
+
* The name of the participants custom availability.
|
|
1032
|
+
*/
|
|
1033
|
+
"name": string;
|
|
1034
|
+
/**
|
|
1035
|
+
* The participant options passed in the additionalParticipants prop from the nylas-scheduler-editor component.
|
|
1036
|
+
*/
|
|
1037
|
+
"participantOptions"?: AdditionalParticipant[];
|
|
1038
|
+
/**
|
|
1039
|
+
* The participants selected in the add participants section.
|
|
1040
|
+
*/
|
|
1041
|
+
"participants": Participant[];
|
|
1042
|
+
/**
|
|
1043
|
+
* The selected config
|
|
1044
|
+
*/
|
|
1045
|
+
"selectedConfiguration"?: Configuration;
|
|
1046
|
+
}
|
|
895
1047
|
/**
|
|
896
1048
|
* The `nylas-participants-custom-availability` component is a form input for setting custom availability for participants.
|
|
897
1049
|
*/
|
|
@@ -904,6 +1056,10 @@ export namespace Components {
|
|
|
904
1056
|
* The participants selected in the add participants section.
|
|
905
1057
|
*/
|
|
906
1058
|
"participants": Participant[];
|
|
1059
|
+
/**
|
|
1060
|
+
* The selected config
|
|
1061
|
+
*/
|
|
1062
|
+
"selectedConfiguration"?: Configuration;
|
|
907
1063
|
}
|
|
908
1064
|
/**
|
|
909
1065
|
* The Nylas Provider component.
|
|
@@ -963,7 +1119,11 @@ export namespace Components {
|
|
|
963
1119
|
/**
|
|
964
1120
|
* This prop is used to populate the additional participants and their availability in the scheduler editor.
|
|
965
1121
|
*/
|
|
966
|
-
"additionalParticipants"?:
|
|
1122
|
+
"additionalParticipants"?: AdditionalParticipant[];
|
|
1123
|
+
/**
|
|
1124
|
+
* This prop will be used to populate the conference provider options in the editor. The key is the provider name ('zoom') and the value is the grant id. We currently support same provider ('google', 'microsoft') for all participants and 'zoom' for cross-provider conferencing.
|
|
1125
|
+
*/
|
|
1126
|
+
"conferenceProviders"?: Record<string, string>;
|
|
967
1127
|
/**
|
|
968
1128
|
* * The configuration id to use for the scheduler editor. If provided, then the scheduler editor will try and fetch the configuration with the provided id. If found, it will automatically load the editor with the configuration settings for editing.
|
|
969
1129
|
*/
|
|
@@ -980,6 +1140,10 @@ export namespace Components {
|
|
|
980
1140
|
* This provides a way to override the default event handlers.
|
|
981
1141
|
*/
|
|
982
1142
|
"eventOverrides": SchedulerEditorEventOverride;
|
|
1143
|
+
/**
|
|
1144
|
+
* This optional prop is used to hide tabs in the editor. Available tabs are: eventInfo, availability, participants, bookingOptions, bookingForm
|
|
1145
|
+
*/
|
|
1146
|
+
"hideEditorTabs"?: string[];
|
|
983
1147
|
/**
|
|
984
1148
|
* This is used to set the mode for the scheduler config. The mode can be 'app' or 'composable'. The default mode is 'app'.
|
|
985
1149
|
*/
|
|
@@ -1142,7 +1306,7 @@ export namespace Components {
|
|
|
1142
1306
|
"time": string;
|
|
1143
1307
|
}
|
|
1144
1308
|
/**
|
|
1145
|
-
* The `nylas-timeslot-interval` component
|
|
1309
|
+
* The `nylas-timeslot-interval` component allows users to set their time slot interval preferences.
|
|
1146
1310
|
* This component provides an option to set both `interval_minutes` and `round_to` in the configuration.
|
|
1147
1311
|
*/
|
|
1148
1312
|
interface NylasTimeslotInterval {
|
|
@@ -1154,7 +1318,7 @@ export namespace Components {
|
|
|
1154
1318
|
/**
|
|
1155
1319
|
* The event duration in minutes.
|
|
1156
1320
|
*/
|
|
1157
|
-
"eventDurationMinutes"
|
|
1321
|
+
"eventDurationMinutes"?: number;
|
|
1158
1322
|
/**
|
|
1159
1323
|
* The name of the calendar picker.
|
|
1160
1324
|
*/
|
|
@@ -1225,10 +1389,35 @@ export namespace Components {
|
|
|
1225
1389
|
"height": string;
|
|
1226
1390
|
"width": string;
|
|
1227
1391
|
}
|
|
1392
|
+
interface PlusIcon {
|
|
1393
|
+
"height": string;
|
|
1394
|
+
"width": string;
|
|
1395
|
+
}
|
|
1396
|
+
/**
|
|
1397
|
+
* The `radio-button-group` component is a UI component that allows users to select a single option from a list of options.
|
|
1398
|
+
* This component is used in the scheduling form to input radio button type inputs.
|
|
1399
|
+
*/
|
|
1228
1400
|
interface RadioButtonGroup {
|
|
1401
|
+
/**
|
|
1402
|
+
* The default selected value of the radio group.
|
|
1403
|
+
*/
|
|
1229
1404
|
"defaultSelectedValue": string;
|
|
1405
|
+
/**
|
|
1406
|
+
* The label of the radio group. This is displayed above the radio group. Label is optional. You can also use the slot 'label' to add a label.
|
|
1407
|
+
*/
|
|
1408
|
+
"label"?: string;
|
|
1409
|
+
/**
|
|
1410
|
+
* The name of the radio group. This is used to identify the radio group when submitting a form.
|
|
1411
|
+
*/
|
|
1230
1412
|
"name": string;
|
|
1413
|
+
/**
|
|
1414
|
+
* The list of options in the radio group. Each option has a label and a value and an optional description.
|
|
1415
|
+
*/
|
|
1231
1416
|
"options": { label: string; value: string; description?: string }[];
|
|
1417
|
+
/**
|
|
1418
|
+
* Whether the radio group is required. If true, the radio group must have a value when submitting a form. Default is false. If the radio group is required and the value is empty, an error message is displayed.
|
|
1419
|
+
*/
|
|
1420
|
+
"required": boolean;
|
|
1232
1421
|
}
|
|
1233
1422
|
interface RefreshIcon {
|
|
1234
1423
|
"height": string;
|
|
@@ -1248,12 +1437,17 @@ export namespace Components {
|
|
|
1248
1437
|
}
|
|
1249
1438
|
/**
|
|
1250
1439
|
* The `select-dropdown` component is a dropdown that allows users to select an option from a list of options.
|
|
1440
|
+
* This component is used in the scheduling form to input dropdown type inputs.
|
|
1251
1441
|
*/
|
|
1252
1442
|
interface SelectDropdown {
|
|
1253
1443
|
/**
|
|
1254
1444
|
* The default selected option
|
|
1255
1445
|
*/
|
|
1256
1446
|
"defaultSelectedOption"?: DropdownOption;
|
|
1447
|
+
/**
|
|
1448
|
+
* Overrides the select dropdown to be used as a button with dropdownButtonText representing actions & dropdownText name on the dropdown intead of selected value
|
|
1449
|
+
*/
|
|
1450
|
+
"dropdownButtonText"?: string;
|
|
1257
1451
|
/**
|
|
1258
1452
|
* The label for the dropdown, skipped if no label is provided
|
|
1259
1453
|
*/
|
|
@@ -1274,6 +1468,10 @@ export namespace Components {
|
|
|
1274
1468
|
* If true, the dropdown is required for form submission
|
|
1275
1469
|
*/
|
|
1276
1470
|
"required": boolean;
|
|
1471
|
+
/**
|
|
1472
|
+
* Should show chevron on button
|
|
1473
|
+
*/
|
|
1474
|
+
"withChevron": boolean;
|
|
1277
1475
|
/**
|
|
1278
1476
|
* Should show search input
|
|
1279
1477
|
*/
|
|
@@ -1298,6 +1496,7 @@ export namespace Components {
|
|
|
1298
1496
|
/**
|
|
1299
1497
|
* `textarea-component` allows users to enter multiline text.
|
|
1300
1498
|
* It is ideal for larger inputs like comments or messages in a form.
|
|
1499
|
+
* This component is used in the scheduling form to input multiline text.
|
|
1301
1500
|
*/
|
|
1302
1501
|
interface TextareaComponent {
|
|
1303
1502
|
/**
|
|
@@ -1332,6 +1531,10 @@ export namespace Components {
|
|
|
1332
1531
|
* Specifies if the textarea is required for form submission. If true, an error message shows if left empty.
|
|
1333
1532
|
*/
|
|
1334
1533
|
"required": boolean;
|
|
1534
|
+
/**
|
|
1535
|
+
* The type
|
|
1536
|
+
*/
|
|
1537
|
+
"type": string;
|
|
1335
1538
|
}
|
|
1336
1539
|
interface TimePeriodSelector {
|
|
1337
1540
|
/**
|
|
@@ -1346,10 +1549,21 @@ export namespace Components {
|
|
|
1346
1549
|
}
|
|
1347
1550
|
/**
|
|
1348
1551
|
* The `toggle-switch` component is a UI component that allows users to toggle a switch.
|
|
1552
|
+
* This component is used in the scheduling form to input toggle switch type inputs.
|
|
1553
|
+
* Use it as a replacement for checkboxes when you want to present a switch in the UI.
|
|
1349
1554
|
*/
|
|
1350
1555
|
interface ToggleSwitch {
|
|
1556
|
+
/**
|
|
1557
|
+
* The default value of the toggle switch. This is the value that is displayed when the toggle switch is rendered.
|
|
1558
|
+
*/
|
|
1351
1559
|
"checked": boolean;
|
|
1560
|
+
/**
|
|
1561
|
+
* The label of the toggle switch. This is displayed next to the toggle switch.
|
|
1562
|
+
*/
|
|
1352
1563
|
"label": string;
|
|
1564
|
+
/**
|
|
1565
|
+
* The name of the toggle switch. This is used to identify the toggle switch when submitting a form.
|
|
1566
|
+
*/
|
|
1353
1567
|
"name": string;
|
|
1354
1568
|
}
|
|
1355
1569
|
/**
|
|
@@ -1377,6 +1591,10 @@ export namespace Components {
|
|
|
1377
1591
|
"height": string;
|
|
1378
1592
|
"width": string;
|
|
1379
1593
|
}
|
|
1594
|
+
interface ZoomIcon {
|
|
1595
|
+
"height": string;
|
|
1596
|
+
"width": string;
|
|
1597
|
+
}
|
|
1380
1598
|
}
|
|
1381
1599
|
export interface CheckboxComponentCustomEvent<T> extends CustomEvent<T> {
|
|
1382
1600
|
detail: T;
|
|
@@ -1414,6 +1632,10 @@ export interface NylasBookingFormCustomEvent<T> extends CustomEvent<T> {
|
|
|
1414
1632
|
detail: T;
|
|
1415
1633
|
target: HTMLNylasBookingFormElement;
|
|
1416
1634
|
}
|
|
1635
|
+
export interface NylasBookingFormConfigCustomEvent<T> extends CustomEvent<T> {
|
|
1636
|
+
detail: T;
|
|
1637
|
+
target: HTMLNylasBookingFormConfigElement;
|
|
1638
|
+
}
|
|
1417
1639
|
export interface NylasBufferTimeCustomEvent<T> extends CustomEvent<T> {
|
|
1418
1640
|
detail: T;
|
|
1419
1641
|
target: HTMLNylasBufferTimeElement;
|
|
@@ -1438,6 +1660,10 @@ export interface NylasComposerCustomEvent<T> extends CustomEvent<T> {
|
|
|
1438
1660
|
detail: T;
|
|
1439
1661
|
target: HTMLNylasComposerElement;
|
|
1440
1662
|
}
|
|
1663
|
+
export interface NylasConnectedCalendarsCustomEvent<T> extends CustomEvent<T> {
|
|
1664
|
+
detail: T;
|
|
1665
|
+
target: HTMLNylasConnectedCalendarsElement;
|
|
1666
|
+
}
|
|
1441
1667
|
export interface NylasCustomBookingFlowCustomEvent<T> extends CustomEvent<T> {
|
|
1442
1668
|
detail: T;
|
|
1443
1669
|
target: HTMLNylasCustomBookingFlowElement;
|
|
@@ -1510,6 +1736,10 @@ export interface NylasMinCancellationNoticeCustomEvent<T> extends CustomEvent<T>
|
|
|
1510
1736
|
detail: T;
|
|
1511
1737
|
target: HTMLNylasMinCancellationNoticeElement;
|
|
1512
1738
|
}
|
|
1739
|
+
export interface NylasParticipantBookingCalendarsCustomEvent<T> extends CustomEvent<T> {
|
|
1740
|
+
detail: T;
|
|
1741
|
+
target: HTMLNylasParticipantBookingCalendarsElement;
|
|
1742
|
+
}
|
|
1513
1743
|
export interface NylasParticipantsCustomAvailabilityCustomEvent<T> extends CustomEvent<T> {
|
|
1514
1744
|
detail: T;
|
|
1515
1745
|
target: HTMLNylasParticipantsCustomAvailabilityElement;
|
|
@@ -1605,6 +1835,18 @@ declare global {
|
|
|
1605
1835
|
prototype: HTMLButtonComponentElement;
|
|
1606
1836
|
new (): HTMLButtonComponentElement;
|
|
1607
1837
|
};
|
|
1838
|
+
interface HTMLCalendarAgendaFillIconElement extends Components.CalendarAgendaFillIcon, HTMLStencilElement {
|
|
1839
|
+
}
|
|
1840
|
+
var HTMLCalendarAgendaFillIconElement: {
|
|
1841
|
+
prototype: HTMLCalendarAgendaFillIconElement;
|
|
1842
|
+
new (): HTMLCalendarAgendaFillIconElement;
|
|
1843
|
+
};
|
|
1844
|
+
interface HTMLCalendarAgendaIconElement extends Components.CalendarAgendaIcon, HTMLStencilElement {
|
|
1845
|
+
}
|
|
1846
|
+
var HTMLCalendarAgendaIconElement: {
|
|
1847
|
+
prototype: HTMLCalendarAgendaIconElement;
|
|
1848
|
+
new (): HTMLCalendarAgendaIconElement;
|
|
1849
|
+
};
|
|
1608
1850
|
interface HTMLCalendarCancelIconElement extends Components.CalendarCancelIcon, HTMLStencilElement {
|
|
1609
1851
|
}
|
|
1610
1852
|
var HTMLCalendarCancelIconElement: {
|
|
@@ -1642,6 +1884,10 @@ declare global {
|
|
|
1642
1884
|
label: string;
|
|
1643
1885
|
};
|
|
1644
1886
|
}
|
|
1887
|
+
/**
|
|
1888
|
+
* The `checkbox-component` component is a UI component that allows users to select a checkbox.
|
|
1889
|
+
* This component is used in the scheduling form to input checkbox type inputs.
|
|
1890
|
+
*/
|
|
1645
1891
|
interface HTMLCheckboxComponentElement extends Components.CheckboxComponent, HTMLStencilElement {
|
|
1646
1892
|
addEventListener<K extends keyof HTMLCheckboxComponentElementEventMap>(type: K, listener: (this: HTMLCheckboxComponentElement, ev: CheckboxComponentCustomEvent<HTMLCheckboxComponentElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
1647
1893
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -1680,12 +1926,42 @@ declare global {
|
|
|
1680
1926
|
prototype: HTMLCloseIconElement;
|
|
1681
1927
|
new (): HTMLCloseIconElement;
|
|
1682
1928
|
};
|
|
1929
|
+
interface HTMLCopyIconElement extends Components.CopyIcon, HTMLStencilElement {
|
|
1930
|
+
}
|
|
1931
|
+
var HTMLCopyIconElement: {
|
|
1932
|
+
prototype: HTMLCopyIconElement;
|
|
1933
|
+
new (): HTMLCopyIconElement;
|
|
1934
|
+
};
|
|
1935
|
+
interface HTMLDeleteIconElement extends Components.DeleteIcon, HTMLStencilElement {
|
|
1936
|
+
}
|
|
1937
|
+
var HTMLDeleteIconElement: {
|
|
1938
|
+
prototype: HTMLDeleteIconElement;
|
|
1939
|
+
new (): HTMLDeleteIconElement;
|
|
1940
|
+
};
|
|
1683
1941
|
interface HTMLDocumentRefreshIconElement extends Components.DocumentRefreshIcon, HTMLStencilElement {
|
|
1684
1942
|
}
|
|
1685
1943
|
var HTMLDocumentRefreshIconElement: {
|
|
1686
1944
|
prototype: HTMLDocumentRefreshIconElement;
|
|
1687
1945
|
new (): HTMLDocumentRefreshIconElement;
|
|
1688
1946
|
};
|
|
1947
|
+
interface HTMLDragableIconElement extends Components.DragableIcon, HTMLStencilElement {
|
|
1948
|
+
}
|
|
1949
|
+
var HTMLDragableIconElement: {
|
|
1950
|
+
prototype: HTMLDragableIconElement;
|
|
1951
|
+
new (): HTMLDragableIconElement;
|
|
1952
|
+
};
|
|
1953
|
+
interface HTMLEditIconElement extends Components.EditIcon, HTMLStencilElement {
|
|
1954
|
+
}
|
|
1955
|
+
var HTMLEditIconElement: {
|
|
1956
|
+
prototype: HTMLEditIconElement;
|
|
1957
|
+
new (): HTMLEditIconElement;
|
|
1958
|
+
};
|
|
1959
|
+
interface HTMLEyeIconElement extends Components.EyeIcon, HTMLStencilElement {
|
|
1960
|
+
}
|
|
1961
|
+
var HTMLEyeIconElement: {
|
|
1962
|
+
prototype: HTMLEyeIconElement;
|
|
1963
|
+
new (): HTMLEyeIconElement;
|
|
1964
|
+
};
|
|
1689
1965
|
interface HTMLFlowIconElement extends Components.FlowIcon, HTMLStencilElement {
|
|
1690
1966
|
}
|
|
1691
1967
|
var HTMLFlowIconElement: {
|
|
@@ -1716,6 +1992,12 @@ declare global {
|
|
|
1716
1992
|
prototype: HTMLGoogleLogoIconElement;
|
|
1717
1993
|
new (): HTMLGoogleLogoIconElement;
|
|
1718
1994
|
};
|
|
1995
|
+
interface HTMLGoogleMeetIconElement extends Components.GoogleMeetIcon, HTMLStencilElement {
|
|
1996
|
+
}
|
|
1997
|
+
var HTMLGoogleMeetIconElement: {
|
|
1998
|
+
prototype: HTMLGoogleMeetIconElement;
|
|
1999
|
+
new (): HTMLGoogleMeetIconElement;
|
|
2000
|
+
};
|
|
1719
2001
|
interface HTMLInboxIconElement extends Components.InboxIcon, HTMLStencilElement {
|
|
1720
2002
|
}
|
|
1721
2003
|
var HTMLInboxIconElement: {
|
|
@@ -1739,7 +2021,7 @@ declare global {
|
|
|
1739
2021
|
}
|
|
1740
2022
|
/**
|
|
1741
2023
|
* The `input-component` component is a UI component that allows users to input text, email, or phone number values.
|
|
1742
|
-
* This component is used in the scheduling form to input text
|
|
2024
|
+
* This component is used in the scheduling form to input text, email and phone number type inputs.
|
|
1743
2025
|
*/
|
|
1744
2026
|
interface HTMLInputComponentElement extends Components.InputComponent, HTMLStencilElement {
|
|
1745
2027
|
addEventListener<K extends keyof HTMLInputComponentElementEventMap>(type: K, listener: (this: HTMLInputComponentElement, ev: InputComponentCustomEvent<HTMLInputComponentElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -1808,6 +2090,12 @@ declare global {
|
|
|
1808
2090
|
prototype: HTMLMicrosoftLogoIconElement;
|
|
1809
2091
|
new (): HTMLMicrosoftLogoIconElement;
|
|
1810
2092
|
};
|
|
2093
|
+
interface HTMLMicrosoftTeamsIconElement extends Components.MicrosoftTeamsIcon, HTMLStencilElement {
|
|
2094
|
+
}
|
|
2095
|
+
var HTMLMicrosoftTeamsIconElement: {
|
|
2096
|
+
prototype: HTMLMicrosoftTeamsIconElement;
|
|
2097
|
+
new (): HTMLMicrosoftTeamsIconElement;
|
|
2098
|
+
};
|
|
1811
2099
|
interface HTMLMultiSelectDropdownElementEventMap {
|
|
1812
2100
|
"selectedOptionsChanged": {
|
|
1813
2101
|
value: string[];
|
|
@@ -1952,6 +2240,29 @@ declare global {
|
|
|
1952
2240
|
prototype: HTMLNylasBookingFormElement;
|
|
1953
2241
|
new (): HTMLNylasBookingFormElement;
|
|
1954
2242
|
};
|
|
2243
|
+
interface HTMLNylasBookingFormConfigElementEventMap {
|
|
2244
|
+
"valueChanged": {
|
|
2245
|
+
value: Record<string, AdditionalFields>;
|
|
2246
|
+
name: string;
|
|
2247
|
+
};
|
|
2248
|
+
}
|
|
2249
|
+
/**
|
|
2250
|
+
* The `nylas-booking-form-config` component is a form input for adding additional fields to the booking form.
|
|
2251
|
+
*/
|
|
2252
|
+
interface HTMLNylasBookingFormConfigElement extends Components.NylasBookingFormConfig, HTMLStencilElement {
|
|
2253
|
+
addEventListener<K extends keyof HTMLNylasBookingFormConfigElementEventMap>(type: K, listener: (this: HTMLNylasBookingFormConfigElement, ev: NylasBookingFormConfigCustomEvent<HTMLNylasBookingFormConfigElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2254
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2255
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2256
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2257
|
+
removeEventListener<K extends keyof HTMLNylasBookingFormConfigElementEventMap>(type: K, listener: (this: HTMLNylasBookingFormConfigElement, ev: NylasBookingFormConfigCustomEvent<HTMLNylasBookingFormConfigElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2258
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2259
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2260
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2261
|
+
}
|
|
2262
|
+
var HTMLNylasBookingFormConfigElement: {
|
|
2263
|
+
prototype: HTMLNylasBookingFormConfigElement;
|
|
2264
|
+
new (): HTMLNylasBookingFormConfigElement;
|
|
2265
|
+
};
|
|
1955
2266
|
interface HTMLNylasBufferTimeElementEventMap {
|
|
1956
2267
|
"valueChanged": {
|
|
1957
2268
|
value: string;
|
|
@@ -2088,6 +2399,29 @@ declare global {
|
|
|
2088
2399
|
prototype: HTMLNylasComposerElement;
|
|
2089
2400
|
new (): HTMLNylasComposerElement;
|
|
2090
2401
|
};
|
|
2402
|
+
interface HTMLNylasConnectedCalendarsElementEventMap {
|
|
2403
|
+
"valueChanged": {
|
|
2404
|
+
value: string;
|
|
2405
|
+
name: string;
|
|
2406
|
+
};
|
|
2407
|
+
}
|
|
2408
|
+
/**
|
|
2409
|
+
* The `nylas-connected-calendars` component is a form input for selecting calendars to check availability for participants.
|
|
2410
|
+
*/
|
|
2411
|
+
interface HTMLNylasConnectedCalendarsElement extends Components.NylasConnectedCalendars, HTMLStencilElement {
|
|
2412
|
+
addEventListener<K extends keyof HTMLNylasConnectedCalendarsElementEventMap>(type: K, listener: (this: HTMLNylasConnectedCalendarsElement, ev: NylasConnectedCalendarsCustomEvent<HTMLNylasConnectedCalendarsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2413
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2414
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2415
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2416
|
+
removeEventListener<K extends keyof HTMLNylasConnectedCalendarsElementEventMap>(type: K, listener: (this: HTMLNylasConnectedCalendarsElement, ev: NylasConnectedCalendarsCustomEvent<HTMLNylasConnectedCalendarsElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2417
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2418
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2419
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2420
|
+
}
|
|
2421
|
+
var HTMLNylasConnectedCalendarsElement: {
|
|
2422
|
+
prototype: HTMLNylasConnectedCalendarsElement;
|
|
2423
|
+
new (): HTMLNylasConnectedCalendarsElement;
|
|
2424
|
+
};
|
|
2091
2425
|
interface HTMLNylasCustomBookingFlowElementEventMap {
|
|
2092
2426
|
"valueChanged": {
|
|
2093
2427
|
value: string;
|
|
@@ -2350,7 +2684,10 @@ declare global {
|
|
|
2350
2684
|
new (): HTMLNylasLimitFutureBookingsElement;
|
|
2351
2685
|
};
|
|
2352
2686
|
interface HTMLNylasListConfigurationsElementEventMap {
|
|
2353
|
-
"initListConfigurations":
|
|
2687
|
+
"initListConfigurations": {
|
|
2688
|
+
host: HTMLNylasListConfigurationsElement;
|
|
2689
|
+
cursor?: string;
|
|
2690
|
+
};
|
|
2354
2691
|
"createButtonClick": HTMLNylasListConfigurationsElement;
|
|
2355
2692
|
"editButtonClick": {
|
|
2356
2693
|
host: HTMLNylasListConfigurationsElement;
|
|
@@ -2573,6 +2910,29 @@ declare global {
|
|
|
2573
2910
|
prototype: HTMLNylasNotificationElement;
|
|
2574
2911
|
new (): HTMLNylasNotificationElement;
|
|
2575
2912
|
};
|
|
2913
|
+
interface HTMLNylasParticipantBookingCalendarsElementEventMap {
|
|
2914
|
+
"valueChanged": {
|
|
2915
|
+
value: string;
|
|
2916
|
+
name: string;
|
|
2917
|
+
};
|
|
2918
|
+
}
|
|
2919
|
+
/**
|
|
2920
|
+
* The `nylas-participant-booking-calendars` component is a form input for selecting calendars to check availability for participants.
|
|
2921
|
+
*/
|
|
2922
|
+
interface HTMLNylasParticipantBookingCalendarsElement extends Components.NylasParticipantBookingCalendars, HTMLStencilElement {
|
|
2923
|
+
addEventListener<K extends keyof HTMLNylasParticipantBookingCalendarsElementEventMap>(type: K, listener: (this: HTMLNylasParticipantBookingCalendarsElement, ev: NylasParticipantBookingCalendarsCustomEvent<HTMLNylasParticipantBookingCalendarsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2924
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2925
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2926
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
2927
|
+
removeEventListener<K extends keyof HTMLNylasParticipantBookingCalendarsElementEventMap>(type: K, listener: (this: HTMLNylasParticipantBookingCalendarsElement, ev: NylasParticipantBookingCalendarsCustomEvent<HTMLNylasParticipantBookingCalendarsElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
2928
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2929
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
2930
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
2931
|
+
}
|
|
2932
|
+
var HTMLNylasParticipantBookingCalendarsElement: {
|
|
2933
|
+
prototype: HTMLNylasParticipantBookingCalendarsElement;
|
|
2934
|
+
new (): HTMLNylasParticipantBookingCalendarsElement;
|
|
2935
|
+
};
|
|
2576
2936
|
interface HTMLNylasParticipantsCustomAvailabilityElementEventMap {
|
|
2577
2937
|
"valueChanged": {
|
|
2578
2938
|
value: string;
|
|
@@ -2762,7 +3122,7 @@ declare global {
|
|
|
2762
3122
|
};
|
|
2763
3123
|
}
|
|
2764
3124
|
/**
|
|
2765
|
-
* The `nylas-timeslot-interval` component
|
|
3125
|
+
* The `nylas-timeslot-interval` component allows users to set their time slot interval preferences.
|
|
2766
3126
|
* This component provides an option to set both `interval_minutes` and `round_to` in the configuration.
|
|
2767
3127
|
*/
|
|
2768
3128
|
interface HTMLNylasTimeslotIntervalElement extends Components.NylasTimeslotInterval, HTMLStencilElement {
|
|
@@ -2843,12 +3203,23 @@ declare global {
|
|
|
2843
3203
|
prototype: HTMLPlayIconElement;
|
|
2844
3204
|
new (): HTMLPlayIconElement;
|
|
2845
3205
|
};
|
|
3206
|
+
interface HTMLPlusIconElement extends Components.PlusIcon, HTMLStencilElement {
|
|
3207
|
+
}
|
|
3208
|
+
var HTMLPlusIconElement: {
|
|
3209
|
+
prototype: HTMLPlusIconElement;
|
|
3210
|
+
new (): HTMLPlusIconElement;
|
|
3211
|
+
};
|
|
2846
3212
|
interface HTMLRadioButtonGroupElementEventMap {
|
|
2847
|
-
"
|
|
3213
|
+
"nylasFormRadioChanged": {
|
|
2848
3214
|
value: string;
|
|
2849
3215
|
name: string;
|
|
3216
|
+
label?: string;
|
|
2850
3217
|
};
|
|
2851
3218
|
}
|
|
3219
|
+
/**
|
|
3220
|
+
* The `radio-button-group` component is a UI component that allows users to select a single option from a list of options.
|
|
3221
|
+
* This component is used in the scheduling form to input radio button type inputs.
|
|
3222
|
+
*/
|
|
2852
3223
|
interface HTMLRadioButtonGroupElement extends Components.RadioButtonGroup, HTMLStencilElement {
|
|
2853
3224
|
addEventListener<K extends keyof HTMLRadioButtonGroupElementEventMap>(type: K, listener: (this: HTMLRadioButtonGroupElement, ev: RadioButtonGroupCustomEvent<HTMLRadioButtonGroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
2854
3225
|
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2897,6 +3268,7 @@ declare global {
|
|
|
2897
3268
|
}
|
|
2898
3269
|
/**
|
|
2899
3270
|
* The `select-dropdown` component is a dropdown that allows users to select an option from a list of options.
|
|
3271
|
+
* This component is used in the scheduling form to input dropdown type inputs.
|
|
2900
3272
|
*/
|
|
2901
3273
|
interface HTMLSelectDropdownElement extends Components.SelectDropdown, HTMLStencilElement {
|
|
2902
3274
|
addEventListener<K extends keyof HTMLSelectDropdownElementEventMap>(type: K, listener: (this: HTMLSelectDropdownElement, ev: SelectDropdownCustomEvent<HTMLSelectDropdownElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2937,11 +3309,12 @@ declare global {
|
|
|
2937
3309
|
new (): HTMLStopIconElement;
|
|
2938
3310
|
};
|
|
2939
3311
|
interface HTMLTextareaComponentElementEventMap {
|
|
2940
|
-
"nylasFormInputChanged": { value: string; name: string; error: string; label: string };
|
|
3312
|
+
"nylasFormInputChanged": { value: string; name: string; error: string; label: string; type: string };
|
|
2941
3313
|
}
|
|
2942
3314
|
/**
|
|
2943
3315
|
* `textarea-component` allows users to enter multiline text.
|
|
2944
3316
|
* It is ideal for larger inputs like comments or messages in a form.
|
|
3317
|
+
* This component is used in the scheduling form to input multiline text.
|
|
2945
3318
|
*/
|
|
2946
3319
|
interface HTMLTextareaComponentElement extends Components.TextareaComponent, HTMLStencilElement {
|
|
2947
3320
|
addEventListener<K extends keyof HTMLTextareaComponentElementEventMap>(type: K, listener: (this: HTMLTextareaComponentElement, ev: TextareaComponentCustomEvent<HTMLTextareaComponentElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -2983,6 +3356,8 @@ declare global {
|
|
|
2983
3356
|
}
|
|
2984
3357
|
/**
|
|
2985
3358
|
* The `toggle-switch` component is a UI component that allows users to toggle a switch.
|
|
3359
|
+
* This component is used in the scheduling form to input toggle switch type inputs.
|
|
3360
|
+
* Use it as a replacement for checkboxes when you want to present a switch in the UI.
|
|
2986
3361
|
*/
|
|
2987
3362
|
interface HTMLToggleSwitchElement extends Components.ToggleSwitch, HTMLStencilElement {
|
|
2988
3363
|
addEventListener<K extends keyof HTMLToggleSwitchElementEventMap>(type: K, listener: (this: HTMLToggleSwitchElement, ev: ToggleSwitchCustomEvent<HTMLToggleSwitchElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -3031,12 +3406,20 @@ declare global {
|
|
|
3031
3406
|
prototype: HTMLWarningIconElement;
|
|
3032
3407
|
new (): HTMLWarningIconElement;
|
|
3033
3408
|
};
|
|
3409
|
+
interface HTMLZoomIconElement extends Components.ZoomIcon, HTMLStencilElement {
|
|
3410
|
+
}
|
|
3411
|
+
var HTMLZoomIconElement: {
|
|
3412
|
+
prototype: HTMLZoomIconElement;
|
|
3413
|
+
new (): HTMLZoomIconElement;
|
|
3414
|
+
};
|
|
3034
3415
|
interface HTMLElementTagNameMap {
|
|
3035
3416
|
"add-circle-icon": HTMLAddCircleIconElement;
|
|
3036
3417
|
"archive-icon": HTMLArchiveIconElement;
|
|
3037
3418
|
"arrow-icon": HTMLArrowIconElement;
|
|
3038
3419
|
"bold-icon": HTMLBoldIconElement;
|
|
3039
3420
|
"button-component": HTMLButtonComponentElement;
|
|
3421
|
+
"calendar-agenda-fill-icon": HTMLCalendarAgendaFillIconElement;
|
|
3422
|
+
"calendar-agenda-icon": HTMLCalendarAgendaIconElement;
|
|
3040
3423
|
"calendar-cancel-icon": HTMLCalendarCancelIconElement;
|
|
3041
3424
|
"calendar-check-icon": HTMLCalendarCheckIconElement;
|
|
3042
3425
|
"calendar-icon": HTMLCalendarIconElement;
|
|
@@ -3047,12 +3430,18 @@ declare global {
|
|
|
3047
3430
|
"chevron-icon": HTMLChevronIconElement;
|
|
3048
3431
|
"clock-icon": HTMLClockIconElement;
|
|
3049
3432
|
"close-icon": HTMLCloseIconElement;
|
|
3433
|
+
"copy-icon": HTMLCopyIconElement;
|
|
3434
|
+
"delete-icon": HTMLDeleteIconElement;
|
|
3050
3435
|
"document-refresh-icon": HTMLDocumentRefreshIconElement;
|
|
3436
|
+
"dragable-icon": HTMLDragableIconElement;
|
|
3437
|
+
"edit-icon": HTMLEditIconElement;
|
|
3438
|
+
"eye-icon": HTMLEyeIconElement;
|
|
3051
3439
|
"flow-icon": HTMLFlowIconElement;
|
|
3052
3440
|
"folder-icon": HTMLFolderIconElement;
|
|
3053
3441
|
"forward-icon": HTMLForwardIconElement;
|
|
3054
3442
|
"globe-icon": HTMLGlobeIconElement;
|
|
3055
3443
|
"google-logo-icon": HTMLGoogleLogoIconElement;
|
|
3444
|
+
"google-meet-icon": HTMLGoogleMeetIconElement;
|
|
3056
3445
|
"inbox-icon": HTMLInboxIconElement;
|
|
3057
3446
|
"info-icon": HTMLInfoIconElement;
|
|
3058
3447
|
"input-component": HTMLInputComponentElement;
|
|
@@ -3062,18 +3451,21 @@ declare global {
|
|
|
3062
3451
|
"location-icon": HTMLLocationIconElement;
|
|
3063
3452
|
"location-off-icon": HTMLLocationOffIconElement;
|
|
3064
3453
|
"microsoft-logo-icon": HTMLMicrosoftLogoIconElement;
|
|
3454
|
+
"microsoft-teams-icon": HTMLMicrosoftTeamsIconElement;
|
|
3065
3455
|
"multi-select-dropdown": HTMLMultiSelectDropdownElement;
|
|
3066
3456
|
"nylas-additional-participants": HTMLNylasAdditionalParticipantsElement;
|
|
3067
3457
|
"nylas-availability-picker": HTMLNylasAvailabilityPickerElement;
|
|
3068
3458
|
"nylas-booked-event-card": HTMLNylasBookedEventCardElement;
|
|
3069
3459
|
"nylas-booking-calendar-picker": HTMLNylasBookingCalendarPickerElement;
|
|
3070
3460
|
"nylas-booking-form": HTMLNylasBookingFormElement;
|
|
3461
|
+
"nylas-booking-form-config": HTMLNylasBookingFormConfigElement;
|
|
3071
3462
|
"nylas-buffer-time": HTMLNylasBufferTimeElement;
|
|
3072
3463
|
"nylas-calendar-picker": HTMLNylasCalendarPickerElement;
|
|
3073
3464
|
"nylas-cancel-booking-form": HTMLNylasCancelBookingFormElement;
|
|
3074
3465
|
"nylas-cancellation-policy": HTMLNylasCancellationPolicyElement;
|
|
3075
3466
|
"nylas-cancelled-event-card": HTMLNylasCancelledEventCardElement;
|
|
3076
3467
|
"nylas-composer": HTMLNylasComposerElement;
|
|
3468
|
+
"nylas-connected-calendars": HTMLNylasConnectedCalendarsElement;
|
|
3077
3469
|
"nylas-custom-booking-flow": HTMLNylasCustomBookingFlowElement;
|
|
3078
3470
|
"nylas-customize-booking-settings": HTMLNylasCustomizeBookingSettingsElement;
|
|
3079
3471
|
"nylas-date-picker": HTMLNylasDatePickerElement;
|
|
@@ -3099,6 +3491,7 @@ declare global {
|
|
|
3099
3491
|
"nylas-min-booking-notice": HTMLNylasMinBookingNoticeElement;
|
|
3100
3492
|
"nylas-min-cancellation-notice": HTMLNylasMinCancellationNoticeElement;
|
|
3101
3493
|
"nylas-notification": HTMLNylasNotificationElement;
|
|
3494
|
+
"nylas-participant-booking-calendars": HTMLNylasParticipantBookingCalendarsElement;
|
|
3102
3495
|
"nylas-participants-custom-availability": HTMLNylasParticipantsCustomAvailabilityElement;
|
|
3103
3496
|
"nylas-provider": HTMLNylasProviderElement;
|
|
3104
3497
|
"nylas-scheduler-editor": HTMLNylasSchedulerEditorElement;
|
|
@@ -3115,6 +3508,7 @@ declare global {
|
|
|
3115
3508
|
"people-icon": HTMLPeopleIconElement;
|
|
3116
3509
|
"person-icon": HTMLPersonIconElement;
|
|
3117
3510
|
"play-icon": HTMLPlayIconElement;
|
|
3511
|
+
"plus-icon": HTMLPlusIconElement;
|
|
3118
3512
|
"radio-button-group": HTMLRadioButtonGroupElement;
|
|
3119
3513
|
"refresh-icon": HTMLRefreshIconElement;
|
|
3120
3514
|
"reply-all-icon": HTMLReplyAllIconElement;
|
|
@@ -3133,6 +3527,7 @@ declare global {
|
|
|
3133
3527
|
"trash-icon": HTMLTrashIconElement;
|
|
3134
3528
|
"underline-icon": HTMLUnderlineIconElement;
|
|
3135
3529
|
"warning-icon": HTMLWarningIconElement;
|
|
3530
|
+
"zoom-icon": HTMLZoomIconElement;
|
|
3136
3531
|
}
|
|
3137
3532
|
}
|
|
3138
3533
|
declare namespace LocalJSX {
|
|
@@ -3162,6 +3557,14 @@ declare namespace LocalJSX {
|
|
|
3162
3557
|
"type"?: string;
|
|
3163
3558
|
"variant"?: ButtonType;
|
|
3164
3559
|
}
|
|
3560
|
+
interface CalendarAgendaFillIcon {
|
|
3561
|
+
"height"?: string;
|
|
3562
|
+
"width"?: string;
|
|
3563
|
+
}
|
|
3564
|
+
interface CalendarAgendaIcon {
|
|
3565
|
+
"height"?: string;
|
|
3566
|
+
"width"?: string;
|
|
3567
|
+
}
|
|
3165
3568
|
interface CalendarCancelIcon {
|
|
3166
3569
|
"height"?: string;
|
|
3167
3570
|
"width"?: string;
|
|
@@ -3182,15 +3585,35 @@ declare namespace LocalJSX {
|
|
|
3182
3585
|
"height"?: string;
|
|
3183
3586
|
"width"?: string;
|
|
3184
3587
|
}
|
|
3588
|
+
/**
|
|
3589
|
+
* The `checkbox-component` component is a UI component that allows users to select a checkbox.
|
|
3590
|
+
* This component is used in the scheduling form to input checkbox type inputs.
|
|
3591
|
+
*/
|
|
3185
3592
|
interface CheckboxComponent {
|
|
3593
|
+
/**
|
|
3594
|
+
* The default value of the checkbox. This is the value that is displayed when the checkbox is rendered.
|
|
3595
|
+
*/
|
|
3186
3596
|
"checked"?: boolean;
|
|
3597
|
+
/**
|
|
3598
|
+
* The label of the checkbox. This is displayed next to the checkbox.
|
|
3599
|
+
*/
|
|
3187
3600
|
"label"?: string;
|
|
3601
|
+
/**
|
|
3602
|
+
* The name of the checkbox. This is used to identify the checkbox when submitting a form.
|
|
3603
|
+
*/
|
|
3188
3604
|
"name"?: string;
|
|
3605
|
+
/**
|
|
3606
|
+
* This event is fired when the checkbox is toggled.
|
|
3607
|
+
*/
|
|
3189
3608
|
"onNylasFormCheckboxToggled"?: (event: CheckboxComponentCustomEvent<{
|
|
3190
3609
|
checked: boolean;
|
|
3191
3610
|
name: string;
|
|
3192
3611
|
label: string;
|
|
3193
3612
|
}>) => void;
|
|
3613
|
+
/**
|
|
3614
|
+
* Whether the checkbox is required. If true, the checkbox must be checked when submitting a form. Default is false. If the checkbox is required and not checked, an error message is displayed.
|
|
3615
|
+
*/
|
|
3616
|
+
"required"?: boolean;
|
|
3194
3617
|
}
|
|
3195
3618
|
interface CheckmarkCircleIcon {
|
|
3196
3619
|
"height"?: string;
|
|
@@ -3208,10 +3631,30 @@ declare namespace LocalJSX {
|
|
|
3208
3631
|
"height"?: string;
|
|
3209
3632
|
"width"?: string;
|
|
3210
3633
|
}
|
|
3634
|
+
interface CopyIcon {
|
|
3635
|
+
"height"?: string;
|
|
3636
|
+
"width"?: string;
|
|
3637
|
+
}
|
|
3638
|
+
interface DeleteIcon {
|
|
3639
|
+
"height"?: string;
|
|
3640
|
+
"width"?: string;
|
|
3641
|
+
}
|
|
3211
3642
|
interface DocumentRefreshIcon {
|
|
3212
3643
|
"height"?: string;
|
|
3213
3644
|
"width"?: string;
|
|
3214
3645
|
}
|
|
3646
|
+
interface DragableIcon {
|
|
3647
|
+
"height"?: string;
|
|
3648
|
+
"width"?: string;
|
|
3649
|
+
}
|
|
3650
|
+
interface EditIcon {
|
|
3651
|
+
"height"?: string;
|
|
3652
|
+
"width"?: string;
|
|
3653
|
+
}
|
|
3654
|
+
interface EyeIcon {
|
|
3655
|
+
"height"?: string;
|
|
3656
|
+
"width"?: string;
|
|
3657
|
+
}
|
|
3215
3658
|
interface FlowIcon {
|
|
3216
3659
|
"height"?: string;
|
|
3217
3660
|
"width"?: string;
|
|
@@ -3232,6 +3675,10 @@ declare namespace LocalJSX {
|
|
|
3232
3675
|
"height"?: string;
|
|
3233
3676
|
"width"?: string;
|
|
3234
3677
|
}
|
|
3678
|
+
interface GoogleMeetIcon {
|
|
3679
|
+
"height"?: string;
|
|
3680
|
+
"width"?: string;
|
|
3681
|
+
}
|
|
3235
3682
|
interface InboxIcon {
|
|
3236
3683
|
"height"?: string;
|
|
3237
3684
|
"width"?: string;
|
|
@@ -3242,7 +3689,7 @@ declare namespace LocalJSX {
|
|
|
3242
3689
|
}
|
|
3243
3690
|
/**
|
|
3244
3691
|
* The `input-component` component is a UI component that allows users to input text, email, or phone number values.
|
|
3245
|
-
* This component is used in the scheduling form to input text
|
|
3692
|
+
* This component is used in the scheduling form to input text, email and phone number type inputs.
|
|
3246
3693
|
*/
|
|
3247
3694
|
interface InputComponent {
|
|
3248
3695
|
/**
|
|
@@ -3276,7 +3723,7 @@ declare namespace LocalJSX {
|
|
|
3276
3723
|
error: string;
|
|
3277
3724
|
}>) => void;
|
|
3278
3725
|
/**
|
|
3279
|
-
* The pattern to validate the input value. If the value does not match the pattern, an error message is displayed. Default is null. If the pattern is not set, the pattern is determined by the input type for 'email' and '
|
|
3726
|
+
* The pattern to validate the input value. If the value does not match the pattern, an error message is displayed. Default is null. If the pattern is not set, the pattern is determined by the input type for 'email' and 'phone_number'.
|
|
3280
3727
|
*/
|
|
3281
3728
|
"pattern"?: RegExp;
|
|
3282
3729
|
/**
|
|
@@ -3296,9 +3743,9 @@ declare namespace LocalJSX {
|
|
|
3296
3743
|
*/
|
|
3297
3744
|
"required"?: boolean;
|
|
3298
3745
|
/**
|
|
3299
|
-
* The type of the input. This is used to determine the input's behavior. Supported types are 'text', 'email', and '
|
|
3746
|
+
* The type of the input. This is used to determine the input's behavior. Supported types are 'text', 'email', and 'phone_number'.
|
|
3300
3747
|
*/
|
|
3301
|
-
"type"?: 'text' | 'email' | '
|
|
3748
|
+
"type"?: 'text' | 'email' | 'phone_number';
|
|
3302
3749
|
}
|
|
3303
3750
|
/**
|
|
3304
3751
|
* The `input-dropdown` component is a dropdown that allows users to input an option and/or select from a list of options.
|
|
@@ -3356,7 +3803,15 @@ declare namespace LocalJSX {
|
|
|
3356
3803
|
"height"?: string;
|
|
3357
3804
|
"width"?: string;
|
|
3358
3805
|
}
|
|
3806
|
+
interface MicrosoftTeamsIcon {
|
|
3807
|
+
"height"?: string;
|
|
3808
|
+
"width"?: string;
|
|
3809
|
+
}
|
|
3359
3810
|
interface MultiSelectDropdown {
|
|
3811
|
+
/**
|
|
3812
|
+
* Error message to display
|
|
3813
|
+
*/
|
|
3814
|
+
"error"?: string;
|
|
3360
3815
|
/**
|
|
3361
3816
|
* The label of the dropdown
|
|
3362
3817
|
*/
|
|
@@ -3390,7 +3845,7 @@ declare namespace LocalJSX {
|
|
|
3390
3845
|
value: string;
|
|
3391
3846
|
name: string;
|
|
3392
3847
|
}>) => void;
|
|
3393
|
-
"participantOptions"?:
|
|
3848
|
+
"participantOptions"?: AdditionalParticipant[];
|
|
3394
3849
|
}
|
|
3395
3850
|
/**
|
|
3396
3851
|
* The `nylas-availability-picker` component is a form input for selecting availability (open hours).
|
|
@@ -3406,7 +3861,7 @@ declare namespace LocalJSX {
|
|
|
3406
3861
|
*/
|
|
3407
3862
|
"name"?: string;
|
|
3408
3863
|
/**
|
|
3409
|
-
* This event is fired when the selected availability / open hours change. The value is a stringified JSON object with the open hours and timezone.
|
|
3864
|
+
* This event is fired when the selected availability / open hours change. The value is a stringified JSON object with the open hours and timezone. ``` { openHours: OpenHours[], timezone: string } ```
|
|
3410
3865
|
*/
|
|
3411
3866
|
"onValueChanged"?: (event: NylasAvailabilityPickerCustomEvent<{
|
|
3412
3867
|
value: string;
|
|
@@ -3437,6 +3892,10 @@ declare namespace LocalJSX {
|
|
|
3437
3892
|
* The booked event.
|
|
3438
3893
|
*/
|
|
3439
3894
|
"eventInfo": NylasEvent;
|
|
3895
|
+
/**
|
|
3896
|
+
* The loading state prop. Used to display loading state when fetching availability.
|
|
3897
|
+
*/
|
|
3898
|
+
"isLoading"?: boolean;
|
|
3440
3899
|
/**
|
|
3441
3900
|
* This event is fired when an error occurs while cancelling the booking.
|
|
3442
3901
|
*/
|
|
@@ -3487,6 +3946,10 @@ declare namespace LocalJSX {
|
|
|
3487
3946
|
* The default selected calendar.
|
|
3488
3947
|
*/
|
|
3489
3948
|
"defaultBookingCalendar"?: string;
|
|
3949
|
+
/**
|
|
3950
|
+
* The prop to hide the header.
|
|
3951
|
+
*/
|
|
3952
|
+
"hideHeader"?: boolean;
|
|
3490
3953
|
/**
|
|
3491
3954
|
* The name of the calendar picker.
|
|
3492
3955
|
*/
|
|
@@ -3546,6 +4009,30 @@ declare namespace LocalJSX {
|
|
|
3546
4009
|
*/
|
|
3547
4010
|
"onNameChanged"?: (event: NylasBookingFormCustomEvent<string>) => void;
|
|
3548
4011
|
}
|
|
4012
|
+
/**
|
|
4013
|
+
* The `nylas-booking-form-config` component is a form input for adding additional fields to the booking form.
|
|
4014
|
+
*/
|
|
4015
|
+
interface NylasBookingFormConfig {
|
|
4016
|
+
/**
|
|
4017
|
+
* The additional fields to be displayed on the booking form.
|
|
4018
|
+
*/
|
|
4019
|
+
"additonalFields"?: AdditionalFields[];
|
|
4020
|
+
/**
|
|
4021
|
+
* The name of the booking form config.
|
|
4022
|
+
*/
|
|
4023
|
+
"name"?: string;
|
|
4024
|
+
/**
|
|
4025
|
+
* This event is fired when the selected availability / open hours change.
|
|
4026
|
+
*/
|
|
4027
|
+
"onValueChanged"?: (event: NylasBookingFormConfigCustomEvent<{
|
|
4028
|
+
value: Record<string, AdditionalFields>;
|
|
4029
|
+
name: string;
|
|
4030
|
+
}>) => void;
|
|
4031
|
+
/**
|
|
4032
|
+
* The selected configuration.
|
|
4033
|
+
*/
|
|
4034
|
+
"selectedConfiguration"?: Configuration;
|
|
4035
|
+
}
|
|
3549
4036
|
/**
|
|
3550
4037
|
* The `nylas-buffer-time` component is a UI component that allows users to set buffer time before and after an event.
|
|
3551
4038
|
*/
|
|
@@ -3624,6 +4111,10 @@ declare namespace LocalJSX {
|
|
|
3624
4111
|
* This event is fired when the Go back button is clicked on the cancel booking form.
|
|
3625
4112
|
*/
|
|
3626
4113
|
"onGoBackButtonClicked"?: (event: NylasCancelBookingFormCustomEvent<void>) => void;
|
|
4114
|
+
/**
|
|
4115
|
+
* The selected timeslot.
|
|
4116
|
+
*/
|
|
4117
|
+
"selectedTimeslot": Timeslot;
|
|
3627
4118
|
}
|
|
3628
4119
|
/**
|
|
3629
4120
|
* The `nylas-cancellation-policy` component is a form input for the cancellation policy message of an event.
|
|
@@ -3691,6 +4182,34 @@ declare namespace LocalJSX {
|
|
|
3691
4182
|
*/
|
|
3692
4183
|
"viewEmailElement"?: HTMLNylasViewEmailElement | null;
|
|
3693
4184
|
}
|
|
4185
|
+
/**
|
|
4186
|
+
* The `nylas-connected-calendars` component is a form input for selecting calendars to check availability for participants.
|
|
4187
|
+
*/
|
|
4188
|
+
interface NylasConnectedCalendars {
|
|
4189
|
+
/**
|
|
4190
|
+
* The calendars to choose from for the organizer / logged in user.
|
|
4191
|
+
*/
|
|
4192
|
+
"calendars"?: Calendar[];
|
|
4193
|
+
/**
|
|
4194
|
+
* The name of the participants custom availability.
|
|
4195
|
+
*/
|
|
4196
|
+
"name"?: string;
|
|
4197
|
+
/**
|
|
4198
|
+
* This event is fired when the participants custom availability changes.
|
|
4199
|
+
*/
|
|
4200
|
+
"onValueChanged"?: (event: NylasConnectedCalendarsCustomEvent<{
|
|
4201
|
+
value: string;
|
|
4202
|
+
name: string;
|
|
4203
|
+
}>) => void;
|
|
4204
|
+
/**
|
|
4205
|
+
* The participant options passed in the additionalParticipants prop from the nylas-scheduler-editor component.
|
|
4206
|
+
*/
|
|
4207
|
+
"participantOptions"?: AdditionalParticipant[];
|
|
4208
|
+
/**
|
|
4209
|
+
* The participants selected in the add participants section.
|
|
4210
|
+
*/
|
|
4211
|
+
"participants": Participant[];
|
|
4212
|
+
}
|
|
3694
4213
|
/**
|
|
3695
4214
|
* The `nylas-custom-booking-flow` component is a UI component that displays the booking calendar picker.
|
|
3696
4215
|
*/
|
|
@@ -3723,7 +4242,7 @@ declare namespace LocalJSX {
|
|
|
3723
4242
|
/**
|
|
3724
4243
|
* The default additional guests hidden setting as set in the configuration.
|
|
3725
4244
|
*/
|
|
3726
|
-
"
|
|
4245
|
+
"defaultHideAdditionalGuests"?: boolean;
|
|
3727
4246
|
/**
|
|
3728
4247
|
* The default hide cancellation options setting as set in the configuration.
|
|
3729
4248
|
*/
|
|
@@ -3794,6 +4313,10 @@ declare namespace LocalJSX {
|
|
|
3794
4313
|
* The current logged in user.
|
|
3795
4314
|
*/
|
|
3796
4315
|
"currentUser"?: User;
|
|
4316
|
+
/**
|
|
4317
|
+
* This optional prop is used to hide tabs in the editor. Available tabs are: eventInfo, availability, participants, bookingOptions, bookingForm
|
|
4318
|
+
*/
|
|
4319
|
+
"hideEditorTabs"?: string[];
|
|
3797
4320
|
/**
|
|
3798
4321
|
* The mode of the editor. - `app`: The editor is used as a standalone app. - `composable`: The editor is used as a composable component.
|
|
3799
4322
|
*/
|
|
@@ -3906,6 +4429,14 @@ declare namespace LocalJSX {
|
|
|
3906
4429
|
* The `nylas-event-location` component is a form input for the location of an event.
|
|
3907
4430
|
*/
|
|
3908
4431
|
interface NylasEventLocation {
|
|
4432
|
+
/**
|
|
4433
|
+
* The conference providers where the key is the provider name ('zoom') and the value is the grant id. We currently support same provider ('google', 'microsoft') for all participants and 'zoom' for cross-provider conferencing.
|
|
4434
|
+
*/
|
|
4435
|
+
"conferenceProviders"?: Record<string, string>;
|
|
4436
|
+
/**
|
|
4437
|
+
* The event conferencing stored in the configuration
|
|
4438
|
+
*/
|
|
4439
|
+
"eventConferencing"?: Conference;
|
|
3909
4440
|
/**
|
|
3910
4441
|
* The event location stored in the configuration
|
|
3911
4442
|
*/
|
|
@@ -3925,6 +4456,10 @@ declare namespace LocalJSX {
|
|
|
3925
4456
|
* The selected config
|
|
3926
4457
|
*/
|
|
3927
4458
|
"selectedConfiguration"?: Configuration;
|
|
4459
|
+
/**
|
|
4460
|
+
* The users provider
|
|
4461
|
+
*/
|
|
4462
|
+
"userProvider"?: string;
|
|
3928
4463
|
}
|
|
3929
4464
|
/**
|
|
3930
4465
|
* The `nylas-event-title` component is a form input for the title of an event.
|
|
@@ -4003,6 +4538,10 @@ declare namespace LocalJSX {
|
|
|
4003
4538
|
* The list of configurations to display.
|
|
4004
4539
|
*/
|
|
4005
4540
|
"configurations"?: Configuration[];
|
|
4541
|
+
/**
|
|
4542
|
+
* The next cursor for list configurations, if any.
|
|
4543
|
+
*/
|
|
4544
|
+
"listConfigurationsNextCursor"?: string | null;
|
|
4006
4545
|
/**
|
|
4007
4546
|
* Event emitted when the user clicks the create event button.
|
|
4008
4547
|
*/
|
|
@@ -4024,7 +4563,10 @@ declare namespace LocalJSX {
|
|
|
4024
4563
|
/**
|
|
4025
4564
|
* Event emitted when the component is initialized.
|
|
4026
4565
|
*/
|
|
4027
|
-
"onInitListConfigurations"?: (event: NylasListConfigurationsCustomEvent<
|
|
4566
|
+
"onInitListConfigurations"?: (event: NylasListConfigurationsCustomEvent<{
|
|
4567
|
+
host: HTMLNylasListConfigurationsElement;
|
|
4568
|
+
cursor?: string;
|
|
4569
|
+
}>) => void;
|
|
4028
4570
|
/**
|
|
4029
4571
|
* The scheduler preview link to use when the user clicks on the preview button. You can use a placeholder `{config.id}` to replace the configuration id anywhere in the link.
|
|
4030
4572
|
*/
|
|
@@ -4243,6 +4785,38 @@ declare namespace LocalJSX {
|
|
|
4243
4785
|
*/
|
|
4244
4786
|
"ttl"?: number | 'none';
|
|
4245
4787
|
}
|
|
4788
|
+
/**
|
|
4789
|
+
* The `nylas-participant-booking-calendars` component is a form input for selecting calendars to check availability for participants.
|
|
4790
|
+
*/
|
|
4791
|
+
interface NylasParticipantBookingCalendars {
|
|
4792
|
+
/**
|
|
4793
|
+
* The calendars to choose from for the organizer / logged in user.
|
|
4794
|
+
*/
|
|
4795
|
+
"calendars"?: Calendar[];
|
|
4796
|
+
/**
|
|
4797
|
+
* The name of the participants custom availability.
|
|
4798
|
+
*/
|
|
4799
|
+
"name"?: string;
|
|
4800
|
+
/**
|
|
4801
|
+
* This event is fired when the participants custom availability changes.
|
|
4802
|
+
*/
|
|
4803
|
+
"onValueChanged"?: (event: NylasParticipantBookingCalendarsCustomEvent<{
|
|
4804
|
+
value: string;
|
|
4805
|
+
name: string;
|
|
4806
|
+
}>) => void;
|
|
4807
|
+
/**
|
|
4808
|
+
* The participant options passed in the additionalParticipants prop from the nylas-scheduler-editor component.
|
|
4809
|
+
*/
|
|
4810
|
+
"participantOptions"?: AdditionalParticipant[];
|
|
4811
|
+
/**
|
|
4812
|
+
* The participants selected in the add participants section.
|
|
4813
|
+
*/
|
|
4814
|
+
"participants": Participant[];
|
|
4815
|
+
/**
|
|
4816
|
+
* The selected config
|
|
4817
|
+
*/
|
|
4818
|
+
"selectedConfiguration"?: Configuration;
|
|
4819
|
+
}
|
|
4246
4820
|
/**
|
|
4247
4821
|
* The `nylas-participants-custom-availability` component is a form input for setting custom availability for participants.
|
|
4248
4822
|
*/
|
|
@@ -4262,6 +4836,10 @@ declare namespace LocalJSX {
|
|
|
4262
4836
|
* The participants selected in the add participants section.
|
|
4263
4837
|
*/
|
|
4264
4838
|
"participants": Participant[];
|
|
4839
|
+
/**
|
|
4840
|
+
* The selected config
|
|
4841
|
+
*/
|
|
4842
|
+
"selectedConfiguration"?: Configuration;
|
|
4265
4843
|
}
|
|
4266
4844
|
/**
|
|
4267
4845
|
* The Nylas Provider component.
|
|
@@ -4303,7 +4881,11 @@ declare namespace LocalJSX {
|
|
|
4303
4881
|
/**
|
|
4304
4882
|
* This prop is used to populate the additional participants and their availability in the scheduler editor.
|
|
4305
4883
|
*/
|
|
4306
|
-
"additionalParticipants"?:
|
|
4884
|
+
"additionalParticipants"?: AdditionalParticipant[];
|
|
4885
|
+
/**
|
|
4886
|
+
* This prop will be used to populate the conference provider options in the editor. The key is the provider name ('zoom') and the value is the grant id. We currently support same provider ('google', 'microsoft') for all participants and 'zoom' for cross-provider conferencing.
|
|
4887
|
+
*/
|
|
4888
|
+
"conferenceProviders"?: Record<string, string>;
|
|
4307
4889
|
/**
|
|
4308
4890
|
* * The configuration id to use for the scheduler editor. If provided, then the scheduler editor will try and fetch the configuration with the provided id. If found, it will automatically load the editor with the configuration settings for editing.
|
|
4309
4891
|
*/
|
|
@@ -4320,6 +4902,10 @@ declare namespace LocalJSX {
|
|
|
4320
4902
|
* This provides a way to override the default event handlers.
|
|
4321
4903
|
*/
|
|
4322
4904
|
"eventOverrides"?: SchedulerEditorEventOverride;
|
|
4905
|
+
/**
|
|
4906
|
+
* This optional prop is used to hide tabs in the editor. Available tabs are: eventInfo, availability, participants, bookingOptions, bookingForm
|
|
4907
|
+
*/
|
|
4908
|
+
"hideEditorTabs"?: string[];
|
|
4323
4909
|
/**
|
|
4324
4910
|
* This is used to set the mode for the scheduler config. The mode can be 'app' or 'composable'. The default mode is 'app'.
|
|
4325
4911
|
*/
|
|
@@ -4504,7 +5090,7 @@ declare namespace LocalJSX {
|
|
|
4504
5090
|
"time": string;
|
|
4505
5091
|
}
|
|
4506
5092
|
/**
|
|
4507
|
-
* The `nylas-timeslot-interval` component
|
|
5093
|
+
* The `nylas-timeslot-interval` component allows users to set their time slot interval preferences.
|
|
4508
5094
|
* This component provides an option to set both `interval_minutes` and `round_to` in the configuration.
|
|
4509
5095
|
*/
|
|
4510
5096
|
interface NylasTimeslotInterval {
|
|
@@ -4614,17 +5200,43 @@ declare namespace LocalJSX {
|
|
|
4614
5200
|
"height"?: string;
|
|
4615
5201
|
"width"?: string;
|
|
4616
5202
|
}
|
|
5203
|
+
interface PlusIcon {
|
|
5204
|
+
"height"?: string;
|
|
5205
|
+
"width"?: string;
|
|
5206
|
+
}
|
|
5207
|
+
/**
|
|
5208
|
+
* The `radio-button-group` component is a UI component that allows users to select a single option from a list of options.
|
|
5209
|
+
* This component is used in the scheduling form to input radio button type inputs.
|
|
5210
|
+
*/
|
|
4617
5211
|
interface RadioButtonGroup {
|
|
5212
|
+
/**
|
|
5213
|
+
* The default selected value of the radio group.
|
|
5214
|
+
*/
|
|
4618
5215
|
"defaultSelectedValue"?: string;
|
|
5216
|
+
/**
|
|
5217
|
+
* The label of the radio group. This is displayed above the radio group. Label is optional. You can also use the slot 'label' to add a label.
|
|
5218
|
+
*/
|
|
5219
|
+
"label"?: string;
|
|
5220
|
+
/**
|
|
5221
|
+
* The name of the radio group. This is used to identify the radio group when submitting a form.
|
|
5222
|
+
*/
|
|
4619
5223
|
"name"?: string;
|
|
4620
5224
|
/**
|
|
4621
5225
|
* This event is fired when the selected value changes.
|
|
4622
5226
|
*/
|
|
4623
|
-
"
|
|
5227
|
+
"onNylasFormRadioChanged"?: (event: RadioButtonGroupCustomEvent<{
|
|
4624
5228
|
value: string;
|
|
4625
5229
|
name: string;
|
|
5230
|
+
label?: string;
|
|
4626
5231
|
}>) => void;
|
|
5232
|
+
/**
|
|
5233
|
+
* The list of options in the radio group. Each option has a label and a value and an optional description.
|
|
5234
|
+
*/
|
|
4627
5235
|
"options"?: { label: string; value: string; description?: string }[];
|
|
5236
|
+
/**
|
|
5237
|
+
* Whether the radio group is required. If true, the radio group must have a value when submitting a form. Default is false. If the radio group is required and the value is empty, an error message is displayed.
|
|
5238
|
+
*/
|
|
5239
|
+
"required"?: boolean;
|
|
4628
5240
|
}
|
|
4629
5241
|
interface RefreshIcon {
|
|
4630
5242
|
"height"?: string;
|
|
@@ -4644,12 +5256,17 @@ declare namespace LocalJSX {
|
|
|
4644
5256
|
}
|
|
4645
5257
|
/**
|
|
4646
5258
|
* The `select-dropdown` component is a dropdown that allows users to select an option from a list of options.
|
|
5259
|
+
* This component is used in the scheduling form to input dropdown type inputs.
|
|
4647
5260
|
*/
|
|
4648
5261
|
interface SelectDropdown {
|
|
4649
5262
|
/**
|
|
4650
5263
|
* The default selected option
|
|
4651
5264
|
*/
|
|
4652
5265
|
"defaultSelectedOption"?: DropdownOption;
|
|
5266
|
+
/**
|
|
5267
|
+
* Overrides the select dropdown to be used as a button with dropdownButtonText representing actions & dropdownText name on the dropdown intead of selected value
|
|
5268
|
+
*/
|
|
5269
|
+
"dropdownButtonText"?: string;
|
|
4653
5270
|
/**
|
|
4654
5271
|
* The label for the dropdown, skipped if no label is provided
|
|
4655
5272
|
*/
|
|
@@ -4679,6 +5296,10 @@ declare namespace LocalJSX {
|
|
|
4679
5296
|
* If true, the dropdown is required for form submission
|
|
4680
5297
|
*/
|
|
4681
5298
|
"required"?: boolean;
|
|
5299
|
+
/**
|
|
5300
|
+
* Should show chevron on button
|
|
5301
|
+
*/
|
|
5302
|
+
"withChevron"?: boolean;
|
|
4682
5303
|
/**
|
|
4683
5304
|
* Should show search input
|
|
4684
5305
|
*/
|
|
@@ -4703,6 +5324,7 @@ declare namespace LocalJSX {
|
|
|
4703
5324
|
/**
|
|
4704
5325
|
* `textarea-component` allows users to enter multiline text.
|
|
4705
5326
|
* It is ideal for larger inputs like comments or messages in a form.
|
|
5327
|
+
* This component is used in the scheduling form to input multiline text.
|
|
4706
5328
|
*/
|
|
4707
5329
|
interface TextareaComponent {
|
|
4708
5330
|
/**
|
|
@@ -4728,7 +5350,7 @@ declare namespace LocalJSX {
|
|
|
4728
5350
|
/**
|
|
4729
5351
|
* Event emitted when the value of the textarea changes. Useful for parent components to capture user input.
|
|
4730
5352
|
*/
|
|
4731
|
-
"onNylasFormInputChanged"?: (event: TextareaComponentCustomEvent<{ value: string; name: string; error: string; label: string }>) => void;
|
|
5353
|
+
"onNylasFormInputChanged"?: (event: TextareaComponentCustomEvent<{ value: string; name: string; error: string; label: string; type: string }>) => void;
|
|
4732
5354
|
/**
|
|
4733
5355
|
* Placeholder text shown in the textarea when it is empty.
|
|
4734
5356
|
*/
|
|
@@ -4741,6 +5363,10 @@ declare namespace LocalJSX {
|
|
|
4741
5363
|
* Specifies if the textarea is required for form submission. If true, an error message shows if left empty.
|
|
4742
5364
|
*/
|
|
4743
5365
|
"required"?: boolean;
|
|
5366
|
+
/**
|
|
5367
|
+
* The type
|
|
5368
|
+
*/
|
|
5369
|
+
"type"?: string;
|
|
4744
5370
|
}
|
|
4745
5371
|
interface TimePeriodSelector {
|
|
4746
5372
|
/**
|
|
@@ -4756,11 +5382,25 @@ declare namespace LocalJSX {
|
|
|
4756
5382
|
}
|
|
4757
5383
|
/**
|
|
4758
5384
|
* The `toggle-switch` component is a UI component that allows users to toggle a switch.
|
|
5385
|
+
* This component is used in the scheduling form to input toggle switch type inputs.
|
|
5386
|
+
* Use it as a replacement for checkboxes when you want to present a switch in the UI.
|
|
4759
5387
|
*/
|
|
4760
5388
|
interface ToggleSwitch {
|
|
5389
|
+
/**
|
|
5390
|
+
* The default value of the toggle switch. This is the value that is displayed when the toggle switch is rendered.
|
|
5391
|
+
*/
|
|
4761
5392
|
"checked"?: boolean;
|
|
5393
|
+
/**
|
|
5394
|
+
* The label of the toggle switch. This is displayed next to the toggle switch.
|
|
5395
|
+
*/
|
|
4762
5396
|
"label"?: string;
|
|
5397
|
+
/**
|
|
5398
|
+
* The name of the toggle switch. This is used to identify the toggle switch when submitting a form.
|
|
5399
|
+
*/
|
|
4763
5400
|
"name"?: string;
|
|
5401
|
+
/**
|
|
5402
|
+
* This event is fired when the toggle switch is toggled.
|
|
5403
|
+
*/
|
|
4764
5404
|
"onNylasFormSwitchToggled"?: (event: ToggleSwitchCustomEvent<{
|
|
4765
5405
|
checked: boolean;
|
|
4766
5406
|
name: string;
|
|
@@ -4792,12 +5432,18 @@ declare namespace LocalJSX {
|
|
|
4792
5432
|
"height"?: string;
|
|
4793
5433
|
"width"?: string;
|
|
4794
5434
|
}
|
|
5435
|
+
interface ZoomIcon {
|
|
5436
|
+
"height"?: string;
|
|
5437
|
+
"width"?: string;
|
|
5438
|
+
}
|
|
4795
5439
|
interface IntrinsicElements {
|
|
4796
5440
|
"add-circle-icon": AddCircleIcon;
|
|
4797
5441
|
"archive-icon": ArchiveIcon;
|
|
4798
5442
|
"arrow-icon": ArrowIcon;
|
|
4799
5443
|
"bold-icon": BoldIcon;
|
|
4800
5444
|
"button-component": ButtonComponent;
|
|
5445
|
+
"calendar-agenda-fill-icon": CalendarAgendaFillIcon;
|
|
5446
|
+
"calendar-agenda-icon": CalendarAgendaIcon;
|
|
4801
5447
|
"calendar-cancel-icon": CalendarCancelIcon;
|
|
4802
5448
|
"calendar-check-icon": CalendarCheckIcon;
|
|
4803
5449
|
"calendar-icon": CalendarIcon;
|
|
@@ -4808,12 +5454,18 @@ declare namespace LocalJSX {
|
|
|
4808
5454
|
"chevron-icon": ChevronIcon;
|
|
4809
5455
|
"clock-icon": ClockIcon;
|
|
4810
5456
|
"close-icon": CloseIcon;
|
|
5457
|
+
"copy-icon": CopyIcon;
|
|
5458
|
+
"delete-icon": DeleteIcon;
|
|
4811
5459
|
"document-refresh-icon": DocumentRefreshIcon;
|
|
5460
|
+
"dragable-icon": DragableIcon;
|
|
5461
|
+
"edit-icon": EditIcon;
|
|
5462
|
+
"eye-icon": EyeIcon;
|
|
4812
5463
|
"flow-icon": FlowIcon;
|
|
4813
5464
|
"folder-icon": FolderIcon;
|
|
4814
5465
|
"forward-icon": ForwardIcon;
|
|
4815
5466
|
"globe-icon": GlobeIcon;
|
|
4816
5467
|
"google-logo-icon": GoogleLogoIcon;
|
|
5468
|
+
"google-meet-icon": GoogleMeetIcon;
|
|
4817
5469
|
"inbox-icon": InboxIcon;
|
|
4818
5470
|
"info-icon": InfoIcon;
|
|
4819
5471
|
"input-component": InputComponent;
|
|
@@ -4823,18 +5475,21 @@ declare namespace LocalJSX {
|
|
|
4823
5475
|
"location-icon": LocationIcon;
|
|
4824
5476
|
"location-off-icon": LocationOffIcon;
|
|
4825
5477
|
"microsoft-logo-icon": MicrosoftLogoIcon;
|
|
5478
|
+
"microsoft-teams-icon": MicrosoftTeamsIcon;
|
|
4826
5479
|
"multi-select-dropdown": MultiSelectDropdown;
|
|
4827
5480
|
"nylas-additional-participants": NylasAdditionalParticipants;
|
|
4828
5481
|
"nylas-availability-picker": NylasAvailabilityPicker;
|
|
4829
5482
|
"nylas-booked-event-card": NylasBookedEventCard;
|
|
4830
5483
|
"nylas-booking-calendar-picker": NylasBookingCalendarPicker;
|
|
4831
5484
|
"nylas-booking-form": NylasBookingForm;
|
|
5485
|
+
"nylas-booking-form-config": NylasBookingFormConfig;
|
|
4832
5486
|
"nylas-buffer-time": NylasBufferTime;
|
|
4833
5487
|
"nylas-calendar-picker": NylasCalendarPicker;
|
|
4834
5488
|
"nylas-cancel-booking-form": NylasCancelBookingForm;
|
|
4835
5489
|
"nylas-cancellation-policy": NylasCancellationPolicy;
|
|
4836
5490
|
"nylas-cancelled-event-card": NylasCancelledEventCard;
|
|
4837
5491
|
"nylas-composer": NylasComposer;
|
|
5492
|
+
"nylas-connected-calendars": NylasConnectedCalendars;
|
|
4838
5493
|
"nylas-custom-booking-flow": NylasCustomBookingFlow;
|
|
4839
5494
|
"nylas-customize-booking-settings": NylasCustomizeBookingSettings;
|
|
4840
5495
|
"nylas-date-picker": NylasDatePicker;
|
|
@@ -4860,6 +5515,7 @@ declare namespace LocalJSX {
|
|
|
4860
5515
|
"nylas-min-booking-notice": NylasMinBookingNotice;
|
|
4861
5516
|
"nylas-min-cancellation-notice": NylasMinCancellationNotice;
|
|
4862
5517
|
"nylas-notification": NylasNotification;
|
|
5518
|
+
"nylas-participant-booking-calendars": NylasParticipantBookingCalendars;
|
|
4863
5519
|
"nylas-participants-custom-availability": NylasParticipantsCustomAvailability;
|
|
4864
5520
|
"nylas-provider": NylasProvider;
|
|
4865
5521
|
"nylas-scheduler-editor": NylasSchedulerEditor;
|
|
@@ -4876,6 +5532,7 @@ declare namespace LocalJSX {
|
|
|
4876
5532
|
"people-icon": PeopleIcon;
|
|
4877
5533
|
"person-icon": PersonIcon;
|
|
4878
5534
|
"play-icon": PlayIcon;
|
|
5535
|
+
"plus-icon": PlusIcon;
|
|
4879
5536
|
"radio-button-group": RadioButtonGroup;
|
|
4880
5537
|
"refresh-icon": RefreshIcon;
|
|
4881
5538
|
"reply-all-icon": ReplyAllIcon;
|
|
@@ -4894,6 +5551,7 @@ declare namespace LocalJSX {
|
|
|
4894
5551
|
"trash-icon": TrashIcon;
|
|
4895
5552
|
"underline-icon": UnderlineIcon;
|
|
4896
5553
|
"warning-icon": WarningIcon;
|
|
5554
|
+
"zoom-icon": ZoomIcon;
|
|
4897
5555
|
}
|
|
4898
5556
|
}
|
|
4899
5557
|
export { LocalJSX as JSX };
|
|
@@ -4905,27 +5563,39 @@ declare module "@stencil/core" {
|
|
|
4905
5563
|
"arrow-icon": LocalJSX.ArrowIcon & JSXBase.HTMLAttributes<HTMLArrowIconElement>;
|
|
4906
5564
|
"bold-icon": LocalJSX.BoldIcon & JSXBase.HTMLAttributes<HTMLBoldIconElement>;
|
|
4907
5565
|
"button-component": LocalJSX.ButtonComponent & JSXBase.HTMLAttributes<HTMLButtonComponentElement>;
|
|
5566
|
+
"calendar-agenda-fill-icon": LocalJSX.CalendarAgendaFillIcon & JSXBase.HTMLAttributes<HTMLCalendarAgendaFillIconElement>;
|
|
5567
|
+
"calendar-agenda-icon": LocalJSX.CalendarAgendaIcon & JSXBase.HTMLAttributes<HTMLCalendarAgendaIconElement>;
|
|
4908
5568
|
"calendar-cancel-icon": LocalJSX.CalendarCancelIcon & JSXBase.HTMLAttributes<HTMLCalendarCancelIconElement>;
|
|
4909
5569
|
"calendar-check-icon": LocalJSX.CalendarCheckIcon & JSXBase.HTMLAttributes<HTMLCalendarCheckIconElement>;
|
|
4910
5570
|
"calendar-icon": LocalJSX.CalendarIcon & JSXBase.HTMLAttributes<HTMLCalendarIconElement>;
|
|
4911
5571
|
"calendar-info-icon": LocalJSX.CalendarInfoIcon & JSXBase.HTMLAttributes<HTMLCalendarInfoIconElement>;
|
|
4912
5572
|
"calendar-patterns-icon": LocalJSX.CalendarPatternsIcon & JSXBase.HTMLAttributes<HTMLCalendarPatternsIconElement>;
|
|
5573
|
+
/**
|
|
5574
|
+
* The `checkbox-component` component is a UI component that allows users to select a checkbox.
|
|
5575
|
+
* This component is used in the scheduling form to input checkbox type inputs.
|
|
5576
|
+
*/
|
|
4913
5577
|
"checkbox-component": LocalJSX.CheckboxComponent & JSXBase.HTMLAttributes<HTMLCheckboxComponentElement>;
|
|
4914
5578
|
"checkmark-circle-icon": LocalJSX.CheckmarkCircleIcon & JSXBase.HTMLAttributes<HTMLCheckmarkCircleIconElement>;
|
|
4915
5579
|
"chevron-icon": LocalJSX.ChevronIcon & JSXBase.HTMLAttributes<HTMLChevronIconElement>;
|
|
4916
5580
|
"clock-icon": LocalJSX.ClockIcon & JSXBase.HTMLAttributes<HTMLClockIconElement>;
|
|
4917
5581
|
"close-icon": LocalJSX.CloseIcon & JSXBase.HTMLAttributes<HTMLCloseIconElement>;
|
|
5582
|
+
"copy-icon": LocalJSX.CopyIcon & JSXBase.HTMLAttributes<HTMLCopyIconElement>;
|
|
5583
|
+
"delete-icon": LocalJSX.DeleteIcon & JSXBase.HTMLAttributes<HTMLDeleteIconElement>;
|
|
4918
5584
|
"document-refresh-icon": LocalJSX.DocumentRefreshIcon & JSXBase.HTMLAttributes<HTMLDocumentRefreshIconElement>;
|
|
5585
|
+
"dragable-icon": LocalJSX.DragableIcon & JSXBase.HTMLAttributes<HTMLDragableIconElement>;
|
|
5586
|
+
"edit-icon": LocalJSX.EditIcon & JSXBase.HTMLAttributes<HTMLEditIconElement>;
|
|
5587
|
+
"eye-icon": LocalJSX.EyeIcon & JSXBase.HTMLAttributes<HTMLEyeIconElement>;
|
|
4919
5588
|
"flow-icon": LocalJSX.FlowIcon & JSXBase.HTMLAttributes<HTMLFlowIconElement>;
|
|
4920
5589
|
"folder-icon": LocalJSX.FolderIcon & JSXBase.HTMLAttributes<HTMLFolderIconElement>;
|
|
4921
5590
|
"forward-icon": LocalJSX.ForwardIcon & JSXBase.HTMLAttributes<HTMLForwardIconElement>;
|
|
4922
5591
|
"globe-icon": LocalJSX.GlobeIcon & JSXBase.HTMLAttributes<HTMLGlobeIconElement>;
|
|
4923
5592
|
"google-logo-icon": LocalJSX.GoogleLogoIcon & JSXBase.HTMLAttributes<HTMLGoogleLogoIconElement>;
|
|
5593
|
+
"google-meet-icon": LocalJSX.GoogleMeetIcon & JSXBase.HTMLAttributes<HTMLGoogleMeetIconElement>;
|
|
4924
5594
|
"inbox-icon": LocalJSX.InboxIcon & JSXBase.HTMLAttributes<HTMLInboxIconElement>;
|
|
4925
5595
|
"info-icon": LocalJSX.InfoIcon & JSXBase.HTMLAttributes<HTMLInfoIconElement>;
|
|
4926
5596
|
/**
|
|
4927
5597
|
* The `input-component` component is a UI component that allows users to input text, email, or phone number values.
|
|
4928
|
-
* This component is used in the scheduling form to input text
|
|
5598
|
+
* This component is used in the scheduling form to input text, email and phone number type inputs.
|
|
4929
5599
|
*/
|
|
4930
5600
|
"input-component": LocalJSX.InputComponent & JSXBase.HTMLAttributes<HTMLInputComponentElement>;
|
|
4931
5601
|
/**
|
|
@@ -4937,6 +5607,7 @@ declare module "@stencil/core" {
|
|
|
4937
5607
|
"location-icon": LocalJSX.LocationIcon & JSXBase.HTMLAttributes<HTMLLocationIconElement>;
|
|
4938
5608
|
"location-off-icon": LocalJSX.LocationOffIcon & JSXBase.HTMLAttributes<HTMLLocationOffIconElement>;
|
|
4939
5609
|
"microsoft-logo-icon": LocalJSX.MicrosoftLogoIcon & JSXBase.HTMLAttributes<HTMLMicrosoftLogoIconElement>;
|
|
5610
|
+
"microsoft-teams-icon": LocalJSX.MicrosoftTeamsIcon & JSXBase.HTMLAttributes<HTMLMicrosoftTeamsIconElement>;
|
|
4940
5611
|
"multi-select-dropdown": LocalJSX.MultiSelectDropdown & JSXBase.HTMLAttributes<HTMLMultiSelectDropdownElement>;
|
|
4941
5612
|
/**
|
|
4942
5613
|
* The `nylas-additional-participants` component is a form input for adding additional participants to an event.
|
|
@@ -4959,6 +5630,10 @@ declare module "@stencil/core" {
|
|
|
4959
5630
|
* The booking form component.
|
|
4960
5631
|
*/
|
|
4961
5632
|
"nylas-booking-form": LocalJSX.NylasBookingForm & JSXBase.HTMLAttributes<HTMLNylasBookingFormElement>;
|
|
5633
|
+
/**
|
|
5634
|
+
* The `nylas-booking-form-config` component is a form input for adding additional fields to the booking form.
|
|
5635
|
+
*/
|
|
5636
|
+
"nylas-booking-form-config": LocalJSX.NylasBookingFormConfig & JSXBase.HTMLAttributes<HTMLNylasBookingFormConfigElement>;
|
|
4962
5637
|
/**
|
|
4963
5638
|
* The `nylas-buffer-time` component is a UI component that allows users to set buffer time before and after an event.
|
|
4964
5639
|
*/
|
|
@@ -4980,6 +5655,10 @@ declare module "@stencil/core" {
|
|
|
4980
5655
|
*/
|
|
4981
5656
|
"nylas-cancelled-event-card": LocalJSX.NylasCancelledEventCard & JSXBase.HTMLAttributes<HTMLNylasCancelledEventCardElement>;
|
|
4982
5657
|
"nylas-composer": LocalJSX.NylasComposer & JSXBase.HTMLAttributes<HTMLNylasComposerElement>;
|
|
5658
|
+
/**
|
|
5659
|
+
* The `nylas-connected-calendars` component is a form input for selecting calendars to check availability for participants.
|
|
5660
|
+
*/
|
|
5661
|
+
"nylas-connected-calendars": LocalJSX.NylasConnectedCalendars & JSXBase.HTMLAttributes<HTMLNylasConnectedCalendarsElement>;
|
|
4983
5662
|
/**
|
|
4984
5663
|
* The `nylas-custom-booking-flow` component is a UI component that displays the booking calendar picker.
|
|
4985
5664
|
*/
|
|
@@ -5096,6 +5775,10 @@ declare module "@stencil/core" {
|
|
|
5096
5775
|
* The `nylas-notification` component is a UI component that displays notifications.
|
|
5097
5776
|
*/
|
|
5098
5777
|
"nylas-notification": LocalJSX.NylasNotification & JSXBase.HTMLAttributes<HTMLNylasNotificationElement>;
|
|
5778
|
+
/**
|
|
5779
|
+
* The `nylas-participant-booking-calendars` component is a form input for selecting calendars to check availability for participants.
|
|
5780
|
+
*/
|
|
5781
|
+
"nylas-participant-booking-calendars": LocalJSX.NylasParticipantBookingCalendars & JSXBase.HTMLAttributes<HTMLNylasParticipantBookingCalendarsElement>;
|
|
5099
5782
|
/**
|
|
5100
5783
|
* The `nylas-participants-custom-availability` component is a form input for setting custom availability for participants.
|
|
5101
5784
|
*/
|
|
@@ -5127,7 +5810,7 @@ declare module "@stencil/core" {
|
|
|
5127
5810
|
*/
|
|
5128
5811
|
"nylas-time-window-picker": LocalJSX.NylasTimeWindowPicker & JSXBase.HTMLAttributes<HTMLNylasTimeWindowPickerElement>;
|
|
5129
5812
|
/**
|
|
5130
|
-
* The `nylas-timeslot-interval` component
|
|
5813
|
+
* The `nylas-timeslot-interval` component allows users to set their time slot interval preferences.
|
|
5131
5814
|
* This component provides an option to set both `interval_minutes` and `round_to` in the configuration.
|
|
5132
5815
|
*/
|
|
5133
5816
|
"nylas-timeslot-interval": LocalJSX.NylasTimeslotInterval & JSXBase.HTMLAttributes<HTMLNylasTimeslotIntervalElement>;
|
|
@@ -5140,6 +5823,11 @@ declare module "@stencil/core" {
|
|
|
5140
5823
|
"people-icon": LocalJSX.PeopleIcon & JSXBase.HTMLAttributes<HTMLPeopleIconElement>;
|
|
5141
5824
|
"person-icon": LocalJSX.PersonIcon & JSXBase.HTMLAttributes<HTMLPersonIconElement>;
|
|
5142
5825
|
"play-icon": LocalJSX.PlayIcon & JSXBase.HTMLAttributes<HTMLPlayIconElement>;
|
|
5826
|
+
"plus-icon": LocalJSX.PlusIcon & JSXBase.HTMLAttributes<HTMLPlusIconElement>;
|
|
5827
|
+
/**
|
|
5828
|
+
* The `radio-button-group` component is a UI component that allows users to select a single option from a list of options.
|
|
5829
|
+
* This component is used in the scheduling form to input radio button type inputs.
|
|
5830
|
+
*/
|
|
5143
5831
|
"radio-button-group": LocalJSX.RadioButtonGroup & JSXBase.HTMLAttributes<HTMLRadioButtonGroupElement>;
|
|
5144
5832
|
"refresh-icon": LocalJSX.RefreshIcon & JSXBase.HTMLAttributes<HTMLRefreshIconElement>;
|
|
5145
5833
|
"reply-all-icon": LocalJSX.ReplyAllIcon & JSXBase.HTMLAttributes<HTMLReplyAllIconElement>;
|
|
@@ -5147,6 +5835,7 @@ declare module "@stencil/core" {
|
|
|
5147
5835
|
"search-icon": LocalJSX.SearchIcon & JSXBase.HTMLAttributes<HTMLSearchIconElement>;
|
|
5148
5836
|
/**
|
|
5149
5837
|
* The `select-dropdown` component is a dropdown that allows users to select an option from a list of options.
|
|
5838
|
+
* This component is used in the scheduling form to input dropdown type inputs.
|
|
5150
5839
|
*/
|
|
5151
5840
|
"select-dropdown": LocalJSX.SelectDropdown & JSXBase.HTMLAttributes<HTMLSelectDropdownElement>;
|
|
5152
5841
|
"sent-icon": LocalJSX.SentIcon & JSXBase.HTMLAttributes<HTMLSentIconElement>;
|
|
@@ -5156,11 +5845,14 @@ declare module "@stencil/core" {
|
|
|
5156
5845
|
/**
|
|
5157
5846
|
* `textarea-component` allows users to enter multiline text.
|
|
5158
5847
|
* It is ideal for larger inputs like comments or messages in a form.
|
|
5848
|
+
* This component is used in the scheduling form to input multiline text.
|
|
5159
5849
|
*/
|
|
5160
5850
|
"textarea-component": LocalJSX.TextareaComponent & JSXBase.HTMLAttributes<HTMLTextareaComponentElement>;
|
|
5161
5851
|
"time-period-selector": LocalJSX.TimePeriodSelector & JSXBase.HTMLAttributes<HTMLTimePeriodSelectorElement>;
|
|
5162
5852
|
/**
|
|
5163
5853
|
* The `toggle-switch` component is a UI component that allows users to toggle a switch.
|
|
5854
|
+
* This component is used in the scheduling form to input toggle switch type inputs.
|
|
5855
|
+
* Use it as a replacement for checkboxes when you want to present a switch in the UI.
|
|
5164
5856
|
*/
|
|
5165
5857
|
"toggle-switch": LocalJSX.ToggleSwitch & JSXBase.HTMLAttributes<HTMLToggleSwitchElement>;
|
|
5166
5858
|
/**
|
|
@@ -5171,6 +5863,7 @@ declare module "@stencil/core" {
|
|
|
5171
5863
|
"trash-icon": LocalJSX.TrashIcon & JSXBase.HTMLAttributes<HTMLTrashIconElement>;
|
|
5172
5864
|
"underline-icon": LocalJSX.UnderlineIcon & JSXBase.HTMLAttributes<HTMLUnderlineIconElement>;
|
|
5173
5865
|
"warning-icon": LocalJSX.WarningIcon & JSXBase.HTMLAttributes<HTMLWarningIconElement>;
|
|
5866
|
+
"zoom-icon": LocalJSX.ZoomIcon & JSXBase.HTMLAttributes<HTMLZoomIconElement>;
|
|
5174
5867
|
}
|
|
5175
5868
|
}
|
|
5176
5869
|
}
|