@nylas/react 2.2.4 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -0
- package/README.md +208 -4
- package/dist/cjs/components.js +501 -0
- package/dist/cjs/components.js.map +1 -0
- package/dist/cjs/connect.js +2 -1
- package/dist/cjs/connect.js.map +1 -0
- package/dist/cjs/elements.js +2 -1
- package/dist/cjs/elements.js.map +1 -0
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/p-DVWbg8if.js +292 -0
- package/dist/cjs/p-DVWbg8if.js.map +1 -0
- package/dist/cjs/utils.js +2 -1
- package/dist/cjs/utils.js.map +1 -0
- package/dist/connect.d.ts +1 -1
- package/dist/elements.d.ts +1 -1
- package/dist/es/components.js +40349 -0
- package/dist/es/components.js.map +1 -0
- package/dist/es/connect.js +241 -157
- package/dist/es/connect.js.map +1 -0
- package/dist/es/elements.js +134 -1317
- package/dist/es/elements.js.map +1 -0
- package/dist/es/index.js +137 -279
- package/dist/es/index.js.map +1 -0
- package/dist/es/p-DVWbg8if.js +18604 -0
- package/dist/es/p-DVWbg8if.js.map +1 -0
- package/dist/es/utils.js +6 -2
- package/dist/es/utils.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/src/connect/NylasConnectButton.d.ts +42 -0
- package/dist/src/connect/NylasConnectButton.d.ts.map +1 -0
- package/dist/src/connect/NylasConnectButton.test.d.ts +2 -0
- package/dist/src/connect/NylasConnectButton.test.d.ts.map +1 -0
- package/dist/src/connect/index.d.ts +9 -0
- package/dist/src/connect/index.d.ts.map +1 -0
- package/dist/{lib → src}/connect/types.d.ts +3 -2
- package/dist/src/connect/types.d.ts.map +1 -0
- package/dist/{lib → src}/connect/useNylasConnect.d.ts +11 -5
- package/dist/src/connect/useNylasConnect.d.ts.map +1 -0
- package/dist/src/connect/useNylasConnect.test.d.ts +2 -0
- package/dist/src/connect/useNylasConnect.test.d.ts.map +1 -0
- package/dist/src/connect.d.ts +2 -0
- package/dist/src/connect.d.ts.map +1 -0
- package/dist/{lib → src}/elements/components.d.ts +145 -143
- package/dist/src/elements/components.d.ts.map +1 -0
- package/dist/src/elements.d.ts +2 -0
- package/dist/src/elements.d.ts.map +1 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/main.d.ts +2 -0
- package/dist/src/main.d.ts.map +1 -0
- package/dist/src/utils.d.ts +3 -0
- package/dist/src/utils.d.ts.map +1 -0
- package/dist/style.css +1 -1
- package/dist/utils.d.ts +1 -1
- package/dist/vitest.setup.d.ts +2 -0
- package/dist/vitest.setup.d.ts.map +1 -0
- package/package.json +32 -24
- package/dist/cjs/notetaker.js +0 -62
- package/dist/es/notetaker.js +0 -5784
- package/dist/lib/connect/index.d.ts +0 -6
- package/dist/lib/connect/useNylasConnect.test.d.ts +0 -1
- package/dist/lib/connect.d.ts +0 -1
- package/dist/lib/elements.d.ts +0 -1
- package/dist/lib/index.d.ts +0 -3
- package/dist/lib/main.d.ts +0 -0
- package/dist/lib/notetaker/CalendarSync/CalendarSync.d.ts +0 -37
- package/dist/lib/notetaker/CalendarSync/CalendarSync.spec.d.ts +0 -0
- package/dist/lib/notetaker/SendNotetaker/SendNotetaker.d.ts +0 -32
- package/dist/lib/notetaker/SendNotetaker/SendNotetaker.spec.d.ts +0 -1
- package/dist/lib/notetaker/Transcript/Transcript.d.ts +0 -23
- package/dist/lib/notetaker/Transcript/Transcript.spec.d.ts +0 -0
- package/dist/lib/notetaker/VideoPlayer/VideoPlayer.d.ts +0 -24
- package/dist/lib/notetaker/VideoPlayer/VideoPlayer.spec.d.ts +0 -1
- package/dist/lib/notetaker/index.d.ts +0 -9
- package/dist/lib/notetaker/lib/constants.d.ts +0 -12
- package/dist/lib/notetaker/lib/http-client.d.ts +0 -2
- package/dist/lib/notetaker/lib/primitives.d.ts +0 -66
- package/dist/lib/notetaker/lib/store.d.ts +0 -6
- package/dist/lib/notetaker/types.d.ts +0 -42
- package/dist/lib/notetaker.d.ts +0 -1
- package/dist/lib/utils.d.ts +0 -2
- package/dist/notetaker.d.ts +0 -1
- package/dist/test/vitest.setup.d.ts +0 -0
package/dist/es/elements.js
CHANGED
|
@@ -1,1319 +1,136 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ArchiveIcon as a, defineCustomElement as s } from "@nylas/web-elements/dist/components/archive-icon.js";
|
|
3
|
-
import { ArrowIcon as m, defineCustomElement as l } from "@nylas/web-elements/dist/components/arrow-icon.js";
|
|
4
|
-
import { BoldIcon as i, defineCustomElement as r } from "@nylas/web-elements/dist/components/bold-icon.js";
|
|
5
|
-
import { ButtonComponent as d, defineCustomElement as c } from "@nylas/web-elements/dist/components/button-component.js";
|
|
6
|
-
import { CalendarAgendaFillIcon as C, defineCustomElement as u } from "@nylas/web-elements/dist/components/calendar-agenda-fill-icon.js";
|
|
7
|
-
import { CalendarAgendaIcon as f, defineCustomElement as E } from "@nylas/web-elements/dist/components/calendar-agenda-icon.js";
|
|
8
|
-
import { CalendarCancelIcon as g, defineCustomElement as p } from "@nylas/web-elements/dist/components/calendar-cancel-icon.js";
|
|
9
|
-
import { CalendarCheckIcon as N, defineCustomElement as y } from "@nylas/web-elements/dist/components/calendar-check-icon.js";
|
|
10
|
-
import { CalendarIcon as v, defineCustomElement as $ } from "@nylas/web-elements/dist/components/calendar-icon.js";
|
|
11
|
-
import { CalendarInfoIcon as I, defineCustomElement as h } from "@nylas/web-elements/dist/components/calendar-info-icon.js";
|
|
12
|
-
import { CalendarPatternsIcon as k, defineCustomElement as S } from "@nylas/web-elements/dist/components/calendar-patterns-icon.js";
|
|
13
|
-
import { CheckboxComponent as b, defineCustomElement as B } from "@nylas/web-elements/dist/components/checkbox-component.js";
|
|
14
|
-
import { CheckboxGroup as F, defineCustomElement as T } from "@nylas/web-elements/dist/components/checkbox-group.js";
|
|
15
|
-
import { CheckmarkCircleIcon as P, defineCustomElement as w } from "@nylas/web-elements/dist/components/checkmark-circle-icon.js";
|
|
16
|
-
import { CheckmarkIcon as D, defineCustomElement as L } from "@nylas/web-elements/dist/components/checkmark-icon.js";
|
|
17
|
-
import { ChevronIcon as V, defineCustomElement as G } from "@nylas/web-elements/dist/components/chevron-icon.js";
|
|
18
|
-
import { ClockIcon as R, defineCustomElement as A } from "@nylas/web-elements/dist/components/clock-icon.js";
|
|
19
|
-
import { CloseIcon as M, defineCustomElement as x } from "@nylas/web-elements/dist/components/close-icon.js";
|
|
20
|
-
import { CopyIcon as U, defineCustomElement as O } from "@nylas/web-elements/dist/components/copy-icon.js";
|
|
21
|
-
import { DeleteIcon as W, defineCustomElement as z } from "@nylas/web-elements/dist/components/delete-icon.js";
|
|
22
|
-
import { DocumentRefreshIcon as Z, defineCustomElement as j } from "@nylas/web-elements/dist/components/document-refresh-icon.js";
|
|
23
|
-
import { DragableIcon as q, defineCustomElement as H } from "@nylas/web-elements/dist/components/dragable-icon.js";
|
|
24
|
-
import { EditIcon as J, defineCustomElement as K } from "@nylas/web-elements/dist/components/edit-icon.js";
|
|
25
|
-
import { EnvelopeFillIcon as Q, defineCustomElement as X } from "@nylas/web-elements/dist/components/envelope-fill-icon.js";
|
|
26
|
-
import { EnvelopeIcon as Y, defineCustomElement as _ } from "@nylas/web-elements/dist/components/envelope-icon.js";
|
|
27
|
-
import { EyeIcon as ee, defineCustomElement as ne } from "@nylas/web-elements/dist/components/eye-icon.js";
|
|
28
|
-
import { FeedbackIcon as te, defineCustomElement as oe } from "@nylas/web-elements/dist/components/feedback-icon.js";
|
|
29
|
-
import { FlowIcon as ae, defineCustomElement as se } from "@nylas/web-elements/dist/components/flow-icon.js";
|
|
30
|
-
import { FolderIcon as me, defineCustomElement as le } from "@nylas/web-elements/dist/components/folder-icon.js";
|
|
31
|
-
import { ForwardIcon as ie, defineCustomElement as re } from "@nylas/web-elements/dist/components/forward-icon.js";
|
|
32
|
-
import { GlobeIcon as de, defineCustomElement as ce } from "@nylas/web-elements/dist/components/globe-icon.js";
|
|
33
|
-
import { GoogleLogoIcon as Ce, defineCustomElement as ue } from "@nylas/web-elements/dist/components/google-logo-icon.js";
|
|
34
|
-
import { GoogleMeetIcon as fe, defineCustomElement as Ee } from "@nylas/web-elements/dist/components/google-meet-icon.js";
|
|
35
|
-
import { InboxIcon as ge, defineCustomElement as pe } from "@nylas/web-elements/dist/components/inbox-icon.js";
|
|
36
|
-
import { InfoIcon as Ne, defineCustomElement as ye } from "@nylas/web-elements/dist/components/info-icon.js";
|
|
37
|
-
import { InputColorPicker as ve, defineCustomElement as $e } from "@nylas/web-elements/dist/components/input-color-picker.js";
|
|
38
|
-
import { InputComponent as Ie, defineCustomElement as he } from "@nylas/web-elements/dist/components/input-component.js";
|
|
39
|
-
import { InputDropdown as ke, defineCustomElement as Se } from "@nylas/web-elements/dist/components/input-dropdown.js";
|
|
40
|
-
import { InputImageUrl as be, defineCustomElement as Be } from "@nylas/web-elements/dist/components/input-image-url.js";
|
|
41
|
-
import { ItalicIcon as Fe, defineCustomElement as Te } from "@nylas/web-elements/dist/components/italic-icon.js";
|
|
42
|
-
import { LoadingIcon as Pe, defineCustomElement as we } from "@nylas/web-elements/dist/components/loading-icon.js";
|
|
43
|
-
import { LocationIcon as De, defineCustomElement as Le } from "@nylas/web-elements/dist/components/location-icon.js";
|
|
44
|
-
import { LocationOffIcon as Ve, defineCustomElement as Ge } from "@nylas/web-elements/dist/components/location-off-icon.js";
|
|
45
|
-
import { MicrosoftLogoIcon as Re, defineCustomElement as Ae } from "@nylas/web-elements/dist/components/microsoft-logo-icon.js";
|
|
46
|
-
import { MicrosoftTeamsIcon as Me, defineCustomElement as xe } from "@nylas/web-elements/dist/components/microsoft-teams-icon.js";
|
|
47
|
-
import { MultiSelectDropdown as Ue, defineCustomElement as Oe } from "@nylas/web-elements/dist/components/multi-select-dropdown.js";
|
|
48
|
-
import { NylasAdditionalParticipants as We, defineCustomElement as ze } from "@nylas/web-elements/dist/components/nylas-additional-participants.js";
|
|
49
|
-
import { NylasAvailabilityPicker as Ze, defineCustomElement as je } from "@nylas/web-elements/dist/components/nylas-availability-picker.js";
|
|
50
|
-
import { NylasBookedEventCard as qe, defineCustomElement as He } from "@nylas/web-elements/dist/components/nylas-booked-event-card.js";
|
|
51
|
-
import { NylasBookingCalendarPicker as Je, defineCustomElement as Ke } from "@nylas/web-elements/dist/components/nylas-booking-calendar-picker.js";
|
|
52
|
-
import { NylasBookingConfirmationRedirect as Qe, defineCustomElement as Xe } from "@nylas/web-elements/dist/components/nylas-booking-confirmation-redirect.js";
|
|
53
|
-
import { NylasBookingConfirmationType as Ye, defineCustomElement as _e } from "@nylas/web-elements/dist/components/nylas-booking-confirmation-type.js";
|
|
54
|
-
import { NylasBookingFormConfig as en, defineCustomElement as nn } from "@nylas/web-elements/dist/components/nylas-booking-form-config.js";
|
|
55
|
-
import { NylasBookingForm as tn, defineCustomElement as on } from "@nylas/web-elements/dist/components/nylas-booking-form.js";
|
|
56
|
-
import { NylasBufferTime as an, defineCustomElement as sn } from "@nylas/web-elements/dist/components/nylas-buffer-time.js";
|
|
57
|
-
import { NylasCalendarPicker as mn, defineCustomElement as ln } from "@nylas/web-elements/dist/components/nylas-calendar-picker.js";
|
|
58
|
-
import { NylasCancelBookingForm as rn, defineCustomElement as dn } from "@nylas/web-elements/dist/components/nylas-cancel-booking-form.js";
|
|
59
|
-
import { NylasCancellationPolicy as cn, defineCustomElement as Cn } from "@nylas/web-elements/dist/components/nylas-cancellation-policy.js";
|
|
60
|
-
import { NylasCancelledEventCard as un, defineCustomElement as fn } from "@nylas/web-elements/dist/components/nylas-cancelled-event-card.js";
|
|
61
|
-
import { NylasConfirmationEmail as En, defineCustomElement as gn } from "@nylas/web-elements/dist/components/nylas-confirmation-email.js";
|
|
62
|
-
import { NylasConfirmedEventCard as pn, defineCustomElement as Nn } from "@nylas/web-elements/dist/components/nylas-confirmed-event-card.js";
|
|
63
|
-
import { NylasConnectedCalendars as yn, defineCustomElement as vn } from "@nylas/web-elements/dist/components/nylas-connected-calendars.js";
|
|
64
|
-
import { NylasCustomBookingFlow as $n, defineCustomElement as In } from "@nylas/web-elements/dist/components/nylas-custom-booking-flow.js";
|
|
65
|
-
import { NylasCustomEventSlug as hn, defineCustomElement as kn } from "@nylas/web-elements/dist/components/nylas-custom-event-slug.js";
|
|
66
|
-
import { NylasCustomizeBookingSettings as Sn, defineCustomElement as bn } from "@nylas/web-elements/dist/components/nylas-customize-booking-settings.js";
|
|
67
|
-
import { NylasDateComponent as Bn, defineCustomElement as Fn } from "@nylas/web-elements/dist/components/nylas-date-component.js";
|
|
68
|
-
import { NylasDatePicker as Tn, defineCustomElement as Pn } from "@nylas/web-elements/dist/components/nylas-date-picker.js";
|
|
69
|
-
import { NylasDisableEmails as wn, defineCustomElement as Dn } from "@nylas/web-elements/dist/components/nylas-disable-emails.js";
|
|
70
|
-
import { NylasEditorTabsGroup as Ln, defineCustomElement as Vn } from "@nylas/web-elements/dist/components/nylas-editor-tabs-group.js";
|
|
71
|
-
import { NylasEditorTabs as Gn, defineCustomElement as Rn } from "@nylas/web-elements/dist/components/nylas-editor-tabs.js";
|
|
72
|
-
import { NylasEventCalendar as An, defineCustomElement as Mn } from "@nylas/web-elements/dist/components/nylas-event-calendar.js";
|
|
73
|
-
import { NylasEventCapacity as xn, defineCustomElement as Un } from "@nylas/web-elements/dist/components/nylas-event-capacity.js";
|
|
74
|
-
import { NylasEventDescription as On, defineCustomElement as Wn } from "@nylas/web-elements/dist/components/nylas-event-description.js";
|
|
75
|
-
import { NylasEventDuration as zn, defineCustomElement as Zn } from "@nylas/web-elements/dist/components/nylas-event-duration.js";
|
|
76
|
-
import { NylasEventInfo as jn, defineCustomElement as qn } from "@nylas/web-elements/dist/components/nylas-event-info.js";
|
|
77
|
-
import { NylasEventLimits as Hn, defineCustomElement as Jn } from "@nylas/web-elements/dist/components/nylas-event-limits.js";
|
|
78
|
-
import { NylasEventLocation as Kn, defineCustomElement as Qn } from "@nylas/web-elements/dist/components/nylas-event-location.js";
|
|
79
|
-
import { NylasEventTimeslot as Xn, defineCustomElement as Yn } from "@nylas/web-elements/dist/components/nylas-event-timeslot.js";
|
|
80
|
-
import { NylasEventTitle as _n, defineCustomElement as et } from "@nylas/web-elements/dist/components/nylas-event-title.js";
|
|
81
|
-
import { NylasFeedbackForm as nt, defineCustomElement as tt } from "@nylas/web-elements/dist/components/nylas-feedback-form.js";
|
|
82
|
-
import { NylasFormCard as ot, defineCustomElement as at } from "@nylas/web-elements/dist/components/nylas-form-card.js";
|
|
83
|
-
import { NylasLimitFutureBookings as st, defineCustomElement as mt } from "@nylas/web-elements/dist/components/nylas-limit-future-bookings.js";
|
|
84
|
-
import { NylasListConfigurations as lt, defineCustomElement as it } from "@nylas/web-elements/dist/components/nylas-list-configurations.js";
|
|
85
|
-
import { NylasLocaleSwitch as rt, defineCustomElement as dt } from "@nylas/web-elements/dist/components/nylas-locale-switch.js";
|
|
86
|
-
import { NylasLogo as ct, defineCustomElement as Ct } from "@nylas/web-elements/dist/components/nylas-logo.js";
|
|
87
|
-
import { NylasMinBookingNotice as ut, defineCustomElement as ft } from "@nylas/web-elements/dist/components/nylas-min-booking-notice.js";
|
|
88
|
-
import { NylasMinCancellationNotice as Et, defineCustomElement as gt } from "@nylas/web-elements/dist/components/nylas-min-cancellation-notice.js";
|
|
89
|
-
import { NylasNotification as pt, defineCustomElement as Nt } from "@nylas/web-elements/dist/components/nylas-notification.js";
|
|
90
|
-
import { NylasOrganizerConfirmationCard as yt, defineCustomElement as vt } from "@nylas/web-elements/dist/components/nylas-organizer-confirmation-card.js";
|
|
91
|
-
import { NylasPageName as $t, defineCustomElement as It } from "@nylas/web-elements/dist/components/nylas-page-name.js";
|
|
92
|
-
import { NylasPageStyling as ht, defineCustomElement as kt } from "@nylas/web-elements/dist/components/nylas-page-styling.js";
|
|
93
|
-
import { NylasParticipantBookingCalendars as St, defineCustomElement as bt } from "@nylas/web-elements/dist/components/nylas-participant-booking-calendars.js";
|
|
94
|
-
import { NylasParticipantsCustomAvailability as Bt, defineCustomElement as Ft } from "@nylas/web-elements/dist/components/nylas-participants-custom-availability.js";
|
|
95
|
-
import { NylasReminderEmails as Tt, defineCustomElement as Pt } from "@nylas/web-elements/dist/components/nylas-reminder-emails.js";
|
|
96
|
-
import { NylasReminderTime as wt, defineCustomElement as Dt } from "@nylas/web-elements/dist/components/nylas-reminder-time.js";
|
|
97
|
-
import { NylasSchedulerEditor as Lt, defineCustomElement as Vt } from "@nylas/web-elements/dist/components/nylas-scheduler-editor.js";
|
|
98
|
-
import { NylasSchedulingMethod as Gt, defineCustomElement as Rt } from "@nylas/web-elements/dist/components/nylas-scheduling-method.js";
|
|
99
|
-
import { NylasScheduling as At, defineCustomElement as Mt } from "@nylas/web-elements/dist/components/nylas-scheduling.js";
|
|
100
|
-
import { NylasSelectEventType as xt, defineCustomElement as Ut } from "@nylas/web-elements/dist/components/nylas-select-event-type.js";
|
|
101
|
-
import { NylasSelectedEventCard as Ot, defineCustomElement as Wt } from "@nylas/web-elements/dist/components/nylas-selected-event-card.js";
|
|
102
|
-
import { NylasSpecificTimeAvailabilityPicker as zt, defineCustomElement as Zt } from "@nylas/web-elements/dist/components/nylas-specific-time-availability-picker.js";
|
|
103
|
-
import { NylasTimeWindowPicker as jt, defineCustomElement as qt } from "@nylas/web-elements/dist/components/nylas-time-window-picker.js";
|
|
104
|
-
import { NylasTimeslotInterval as Ht, defineCustomElement as Jt } from "@nylas/web-elements/dist/components/nylas-timeslot-interval.js";
|
|
105
|
-
import { NylasTimeslotPicker as Kt, defineCustomElement as Qt } from "@nylas/web-elements/dist/components/nylas-timeslot-picker.js";
|
|
106
|
-
import { PaintbrushFillIcon as Xt, defineCustomElement as Yt } from "@nylas/web-elements/dist/components/paintbrush-fill-icon.js";
|
|
107
|
-
import { PaintbrushIcon as _t, defineCustomElement as eo } from "@nylas/web-elements/dist/components/paintbrush-icon.js";
|
|
108
|
-
import { PeopleIcon as no, defineCustomElement as to } from "@nylas/web-elements/dist/components/people-icon.js";
|
|
109
|
-
import { PersonClipboardIcon as oo, defineCustomElement as ao } from "@nylas/web-elements/dist/components/person-clipboard-icon.js";
|
|
110
|
-
import { PersonIcon as so, defineCustomElement as mo } from "@nylas/web-elements/dist/components/person-icon.js";
|
|
111
|
-
import { PlayIcon as lo, defineCustomElement as io } from "@nylas/web-elements/dist/components/play-icon.js";
|
|
112
|
-
import { PlusIcon as ro, defineCustomElement as co } from "@nylas/web-elements/dist/components/plus-icon.js";
|
|
113
|
-
import { RadioButtonGroup as Co, defineCustomElement as uo } from "@nylas/web-elements/dist/components/radio-button-group.js";
|
|
114
|
-
import { RefreshIcon as fo, defineCustomElement as Eo } from "@nylas/web-elements/dist/components/refresh-icon.js";
|
|
115
|
-
import { ReplyAllIcon as go, defineCustomElement as po } from "@nylas/web-elements/dist/components/reply-all-icon.js";
|
|
116
|
-
import { ReplyIcon as No, defineCustomElement as yo } from "@nylas/web-elements/dist/components/reply-icon.js";
|
|
117
|
-
import { SearchIcon as vo, defineCustomElement as $o } from "@nylas/web-elements/dist/components/search-icon.js";
|
|
118
|
-
import { SelectDropdown as Io, defineCustomElement as ho } from "@nylas/web-elements/dist/components/select-dropdown.js";
|
|
119
|
-
import { SentIcon as ko, defineCustomElement as So } from "@nylas/web-elements/dist/components/sent-icon.js";
|
|
120
|
-
import { SpamIcon as bo, defineCustomElement as Bo } from "@nylas/web-elements/dist/components/spam-icon.js";
|
|
121
|
-
import { StarIcon as Fo, defineCustomElement as To } from "@nylas/web-elements/dist/components/star-icon.js";
|
|
122
|
-
import { StopIcon as Po, defineCustomElement as wo } from "@nylas/web-elements/dist/components/stop-icon.js";
|
|
123
|
-
import { TextareaComponent as Do, defineCustomElement as Lo } from "@nylas/web-elements/dist/components/textarea-component.js";
|
|
124
|
-
import { TimePeriodSelector as Vo, defineCustomElement as Go } from "@nylas/web-elements/dist/components/time-period-selector.js";
|
|
125
|
-
import { ToggleSwitch as Ro, defineCustomElement as Ao } from "@nylas/web-elements/dist/components/toggle-switch.js";
|
|
126
|
-
import { TooltipComponent as Mo, defineCustomElement as xo } from "@nylas/web-elements/dist/components/tooltip-component.js";
|
|
127
|
-
import { TranslateIcon as Uo, defineCustomElement as Oo } from "@nylas/web-elements/dist/components/translate-icon.js";
|
|
128
|
-
import { TrashFillIcon as Wo, defineCustomElement as zo } from "@nylas/web-elements/dist/components/trash-fill-icon.js";
|
|
129
|
-
import { TrashIcon as Zo, defineCustomElement as jo } from "@nylas/web-elements/dist/components/trash-icon.js";
|
|
130
|
-
import { UnderlineIcon as qo, defineCustomElement as Ho } from "@nylas/web-elements/dist/components/underline-icon.js";
|
|
131
|
-
import { WarningIcon as Jo, defineCustomElement as Ko } from "@nylas/web-elements/dist/components/warning-icon.js";
|
|
132
|
-
import { ZoomIcon as Qo, defineCustomElement as Xo } from "@nylas/web-elements/dist/components/zoom-icon.js";
|
|
133
|
-
import { createComponent as e } from "@stencil/react-output-target/runtime";
|
|
134
|
-
import n from "react";
|
|
135
|
-
const km = /* @__PURE__ */ e({
|
|
136
|
-
tagName: "add-circle-icon",
|
|
137
|
-
elementClass: t,
|
|
138
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
139
|
-
react: n,
|
|
140
|
-
events: {},
|
|
141
|
-
defineCustomElement: o
|
|
142
|
-
}), Sm = /* @__PURE__ */ e({
|
|
143
|
-
tagName: "archive-icon",
|
|
144
|
-
elementClass: a,
|
|
145
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
146
|
-
react: n,
|
|
147
|
-
events: {},
|
|
148
|
-
defineCustomElement: s
|
|
149
|
-
}), bm = /* @__PURE__ */ e({
|
|
150
|
-
tagName: "arrow-icon",
|
|
151
|
-
elementClass: m,
|
|
152
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
153
|
-
react: n,
|
|
154
|
-
events: {},
|
|
155
|
-
defineCustomElement: l
|
|
156
|
-
}), Bm = /* @__PURE__ */ e({
|
|
157
|
-
tagName: "bold-icon",
|
|
158
|
-
elementClass: i,
|
|
159
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
160
|
-
react: n,
|
|
161
|
-
events: {},
|
|
162
|
-
defineCustomElement: r
|
|
163
|
-
}), Fm = /* @__PURE__ */ e({
|
|
164
|
-
tagName: "button-component",
|
|
165
|
-
elementClass: d,
|
|
166
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
167
|
-
react: n,
|
|
168
|
-
events: {},
|
|
169
|
-
defineCustomElement: c
|
|
170
|
-
}), Tm = /* @__PURE__ */ e({
|
|
171
|
-
tagName: "calendar-agenda-fill-icon",
|
|
172
|
-
elementClass: C,
|
|
173
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
174
|
-
react: n,
|
|
175
|
-
events: {},
|
|
176
|
-
defineCustomElement: u
|
|
177
|
-
}), Pm = /* @__PURE__ */ e({
|
|
178
|
-
tagName: "calendar-agenda-icon",
|
|
179
|
-
elementClass: f,
|
|
180
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
181
|
-
react: n,
|
|
182
|
-
events: {},
|
|
183
|
-
defineCustomElement: E
|
|
184
|
-
}), wm = /* @__PURE__ */ e({
|
|
185
|
-
tagName: "calendar-cancel-icon",
|
|
186
|
-
elementClass: g,
|
|
187
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
188
|
-
react: n,
|
|
189
|
-
events: {},
|
|
190
|
-
defineCustomElement: p
|
|
191
|
-
}), Dm = /* @__PURE__ */ e({
|
|
192
|
-
tagName: "calendar-check-icon",
|
|
193
|
-
elementClass: N,
|
|
194
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
195
|
-
react: n,
|
|
196
|
-
events: {},
|
|
197
|
-
defineCustomElement: y
|
|
198
|
-
}), Lm = /* @__PURE__ */ e({
|
|
199
|
-
tagName: "calendar-icon",
|
|
200
|
-
elementClass: v,
|
|
201
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
202
|
-
react: n,
|
|
203
|
-
events: {},
|
|
204
|
-
defineCustomElement: $
|
|
205
|
-
}), Vm = /* @__PURE__ */ e({
|
|
206
|
-
tagName: "calendar-info-icon",
|
|
207
|
-
elementClass: I,
|
|
208
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
209
|
-
react: n,
|
|
210
|
-
events: {},
|
|
211
|
-
defineCustomElement: h
|
|
212
|
-
}), Gm = /* @__PURE__ */ e({
|
|
213
|
-
tagName: "calendar-patterns-icon",
|
|
214
|
-
elementClass: k,
|
|
215
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
216
|
-
react: n,
|
|
217
|
-
events: {},
|
|
218
|
-
defineCustomElement: S
|
|
219
|
-
}), Rm = /* @__PURE__ */ e({
|
|
220
|
-
tagName: "checkbox-component",
|
|
221
|
-
elementClass: b,
|
|
222
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
223
|
-
react: n,
|
|
224
|
-
events: { onNylasFormCheckboxToggled: "nylasFormCheckboxToggled" },
|
|
225
|
-
defineCustomElement: B
|
|
226
|
-
}), Am = /* @__PURE__ */ e({
|
|
227
|
-
tagName: "checkbox-group",
|
|
228
|
-
elementClass: F,
|
|
229
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
230
|
-
react: n,
|
|
231
|
-
events: { onNylasCheckboxGroupChanged: "nylasCheckboxGroupChanged" },
|
|
232
|
-
defineCustomElement: T
|
|
233
|
-
}), Mm = /* @__PURE__ */ e({
|
|
234
|
-
tagName: "checkmark-circle-icon",
|
|
235
|
-
elementClass: P,
|
|
236
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
237
|
-
react: n,
|
|
238
|
-
events: {},
|
|
239
|
-
defineCustomElement: w
|
|
240
|
-
}), xm = /* @__PURE__ */ e({
|
|
241
|
-
tagName: "checkmark-icon",
|
|
242
|
-
elementClass: D,
|
|
243
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
244
|
-
react: n,
|
|
245
|
-
events: {},
|
|
246
|
-
defineCustomElement: L
|
|
247
|
-
}), Um = /* @__PURE__ */ e({
|
|
248
|
-
tagName: "chevron-icon",
|
|
249
|
-
elementClass: V,
|
|
250
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
251
|
-
react: n,
|
|
252
|
-
events: {},
|
|
253
|
-
defineCustomElement: G
|
|
254
|
-
}), Om = /* @__PURE__ */ e({
|
|
255
|
-
tagName: "clock-icon",
|
|
256
|
-
elementClass: R,
|
|
257
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
258
|
-
react: n,
|
|
259
|
-
events: {},
|
|
260
|
-
defineCustomElement: A
|
|
261
|
-
}), Wm = /* @__PURE__ */ e({
|
|
262
|
-
tagName: "close-icon",
|
|
263
|
-
elementClass: M,
|
|
264
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
265
|
-
react: n,
|
|
266
|
-
events: {},
|
|
267
|
-
defineCustomElement: x
|
|
268
|
-
}), zm = /* @__PURE__ */ e({
|
|
269
|
-
tagName: "copy-icon",
|
|
270
|
-
elementClass: U,
|
|
271
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
272
|
-
react: n,
|
|
273
|
-
events: {},
|
|
274
|
-
defineCustomElement: O
|
|
275
|
-
}), Zm = /* @__PURE__ */ e({
|
|
276
|
-
tagName: "delete-icon",
|
|
277
|
-
elementClass: W,
|
|
278
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
279
|
-
react: n,
|
|
280
|
-
events: {},
|
|
281
|
-
defineCustomElement: z
|
|
282
|
-
}), jm = /* @__PURE__ */ e({
|
|
283
|
-
tagName: "document-refresh-icon",
|
|
284
|
-
elementClass: Z,
|
|
285
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
286
|
-
react: n,
|
|
287
|
-
events: {},
|
|
288
|
-
defineCustomElement: j
|
|
289
|
-
}), qm = /* @__PURE__ */ e({
|
|
290
|
-
tagName: "dragable-icon",
|
|
291
|
-
elementClass: q,
|
|
292
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
293
|
-
react: n,
|
|
294
|
-
events: {},
|
|
295
|
-
defineCustomElement: H
|
|
296
|
-
}), Hm = /* @__PURE__ */ e({
|
|
297
|
-
tagName: "edit-icon",
|
|
298
|
-
elementClass: J,
|
|
299
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
300
|
-
react: n,
|
|
301
|
-
events: {},
|
|
302
|
-
defineCustomElement: K
|
|
303
|
-
}), Jm = /* @__PURE__ */ e({
|
|
304
|
-
tagName: "envelope-fill-icon",
|
|
305
|
-
elementClass: Q,
|
|
306
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
307
|
-
react: n,
|
|
308
|
-
events: {},
|
|
309
|
-
defineCustomElement: X
|
|
310
|
-
}), Km = /* @__PURE__ */ e({
|
|
311
|
-
tagName: "envelope-icon",
|
|
312
|
-
elementClass: Y,
|
|
313
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
314
|
-
react: n,
|
|
315
|
-
events: {},
|
|
316
|
-
defineCustomElement: _
|
|
317
|
-
}), Qm = /* @__PURE__ */ e({
|
|
318
|
-
tagName: "eye-icon",
|
|
319
|
-
elementClass: ee,
|
|
320
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
321
|
-
react: n,
|
|
322
|
-
events: {},
|
|
323
|
-
defineCustomElement: ne
|
|
324
|
-
}), Xm = /* @__PURE__ */ e({
|
|
325
|
-
tagName: "feedback-icon",
|
|
326
|
-
elementClass: te,
|
|
327
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
328
|
-
react: n,
|
|
329
|
-
events: {},
|
|
330
|
-
defineCustomElement: oe
|
|
331
|
-
}), Ym = /* @__PURE__ */ e({
|
|
332
|
-
tagName: "flow-icon",
|
|
333
|
-
elementClass: ae,
|
|
334
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
335
|
-
react: n,
|
|
336
|
-
events: {},
|
|
337
|
-
defineCustomElement: se
|
|
338
|
-
}), _m = /* @__PURE__ */ e({
|
|
339
|
-
tagName: "folder-icon",
|
|
340
|
-
elementClass: me,
|
|
341
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
342
|
-
react: n,
|
|
343
|
-
events: {},
|
|
344
|
-
defineCustomElement: le
|
|
345
|
-
}), el = /* @__PURE__ */ e({
|
|
346
|
-
tagName: "forward-icon",
|
|
347
|
-
elementClass: ie,
|
|
348
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
349
|
-
react: n,
|
|
350
|
-
events: {},
|
|
351
|
-
defineCustomElement: re
|
|
352
|
-
}), nl = /* @__PURE__ */ e({
|
|
353
|
-
tagName: "globe-icon",
|
|
354
|
-
elementClass: de,
|
|
355
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
356
|
-
react: n,
|
|
357
|
-
events: {},
|
|
358
|
-
defineCustomElement: ce
|
|
359
|
-
}), tl = /* @__PURE__ */ e({
|
|
360
|
-
tagName: "google-logo-icon",
|
|
361
|
-
elementClass: Ce,
|
|
362
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
363
|
-
react: n,
|
|
364
|
-
events: {},
|
|
365
|
-
defineCustomElement: ue
|
|
366
|
-
}), ol = /* @__PURE__ */ e({
|
|
367
|
-
tagName: "google-meet-icon",
|
|
368
|
-
elementClass: fe,
|
|
369
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
370
|
-
react: n,
|
|
371
|
-
events: {},
|
|
372
|
-
defineCustomElement: Ee
|
|
373
|
-
}), al = /* @__PURE__ */ e({
|
|
374
|
-
tagName: "inbox-icon",
|
|
375
|
-
elementClass: ge,
|
|
376
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
377
|
-
react: n,
|
|
378
|
-
events: {},
|
|
379
|
-
defineCustomElement: pe
|
|
380
|
-
}), sl = /* @__PURE__ */ e({
|
|
381
|
-
tagName: "info-icon",
|
|
382
|
-
elementClass: Ne,
|
|
383
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
384
|
-
react: n,
|
|
385
|
-
events: {},
|
|
386
|
-
defineCustomElement: ye
|
|
387
|
-
}), ml = /* @__PURE__ */ e({
|
|
388
|
-
tagName: "input-color-picker",
|
|
389
|
-
elementClass: ve,
|
|
390
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
391
|
-
react: n,
|
|
392
|
-
events: { onNylasFormDropdownChanged: "nylasFormDropdownChanged" },
|
|
393
|
-
defineCustomElement: $e
|
|
394
|
-
}), ll = /* @__PURE__ */ e({
|
|
395
|
-
tagName: "input-component",
|
|
396
|
-
elementClass: Ie,
|
|
397
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
398
|
-
react: n,
|
|
399
|
-
events: {
|
|
400
|
-
onNylasFormInputChanged: "nylasFormInputChanged",
|
|
401
|
-
onNylasFormInputFocused: "nylasFormInputFocused",
|
|
402
|
-
onNylasFormInputBlurred: "nylasFormInputBlurred"
|
|
403
|
-
},
|
|
404
|
-
defineCustomElement: he
|
|
405
|
-
}), il = /* @__PURE__ */ e({
|
|
406
|
-
tagName: "input-dropdown",
|
|
407
|
-
elementClass: ke,
|
|
408
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
409
|
-
react: n,
|
|
410
|
-
events: { onInputOptionChanged: "inputOptionChanged" },
|
|
411
|
-
defineCustomElement: Se
|
|
412
|
-
}), rl = /* @__PURE__ */ e({
|
|
413
|
-
tagName: "input-image-url",
|
|
414
|
-
elementClass: be,
|
|
415
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
416
|
-
react: n,
|
|
417
|
-
events: {
|
|
418
|
-
onNylasFormInputImageUrlInvalid: "nylasFormInputImageUrlInvalid",
|
|
419
|
-
onValueChanged: "valueChanged"
|
|
420
|
-
},
|
|
421
|
-
defineCustomElement: Be
|
|
422
|
-
}), dl = /* @__PURE__ */ e({
|
|
423
|
-
tagName: "italic-icon",
|
|
424
|
-
elementClass: Fe,
|
|
425
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
426
|
-
react: n,
|
|
427
|
-
events: {},
|
|
428
|
-
defineCustomElement: Te
|
|
429
|
-
}), cl = /* @__PURE__ */ e({
|
|
430
|
-
tagName: "loading-icon",
|
|
431
|
-
elementClass: Pe,
|
|
432
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
433
|
-
react: n,
|
|
434
|
-
events: {},
|
|
435
|
-
defineCustomElement: we
|
|
436
|
-
}), Cl = /* @__PURE__ */ e({
|
|
437
|
-
tagName: "location-icon",
|
|
438
|
-
elementClass: De,
|
|
439
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
440
|
-
react: n,
|
|
441
|
-
events: {},
|
|
442
|
-
defineCustomElement: Le
|
|
443
|
-
}), ul = /* @__PURE__ */ e({
|
|
444
|
-
tagName: "location-off-icon",
|
|
445
|
-
elementClass: Ve,
|
|
446
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
447
|
-
react: n,
|
|
448
|
-
events: {},
|
|
449
|
-
defineCustomElement: Ge
|
|
450
|
-
}), fl = /* @__PURE__ */ e({
|
|
451
|
-
tagName: "microsoft-logo-icon",
|
|
452
|
-
elementClass: Re,
|
|
453
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
454
|
-
react: n,
|
|
455
|
-
events: {},
|
|
456
|
-
defineCustomElement: Ae
|
|
457
|
-
}), El = /* @__PURE__ */ e({
|
|
458
|
-
tagName: "microsoft-teams-icon",
|
|
459
|
-
elementClass: Me,
|
|
460
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
461
|
-
react: n,
|
|
462
|
-
events: {},
|
|
463
|
-
defineCustomElement: xe
|
|
464
|
-
}), gl = /* @__PURE__ */ e({
|
|
465
|
-
tagName: "multi-select-dropdown",
|
|
466
|
-
elementClass: Ue,
|
|
467
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
468
|
-
react: n,
|
|
469
|
-
events: { onSelectedOptionsChanged: "selectedOptionsChanged" },
|
|
470
|
-
defineCustomElement: Oe
|
|
471
|
-
}), pl = /* @__PURE__ */ e({
|
|
472
|
-
tagName: "nylas-additional-participants",
|
|
473
|
-
elementClass: We,
|
|
474
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
475
|
-
react: n,
|
|
476
|
-
events: { onValueChanged: "valueChanged" },
|
|
477
|
-
defineCustomElement: ze
|
|
478
|
-
}), Nl = /* @__PURE__ */ e({
|
|
479
|
-
tagName: "nylas-availability-picker",
|
|
480
|
-
elementClass: Ze,
|
|
481
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
482
|
-
react: n,
|
|
483
|
-
events: { onValueChanged: "valueChanged" },
|
|
484
|
-
defineCustomElement: je
|
|
485
|
-
}), yl = /* @__PURE__ */ e({
|
|
486
|
-
tagName: "nylas-booked-event-card",
|
|
487
|
-
elementClass: qe,
|
|
488
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
489
|
-
react: n,
|
|
490
|
-
events: {
|
|
491
|
-
onCancelBookingButtonClicked: "cancelBookingButtonClicked",
|
|
492
|
-
onRescheduleButtonClicked: "rescheduleButtonClicked",
|
|
493
|
-
onRescheduleBookedEventError: "rescheduleBookedEventError",
|
|
494
|
-
onCancelBookedEventValidationError: "cancelBookedEventValidationError"
|
|
495
|
-
},
|
|
496
|
-
defineCustomElement: He
|
|
497
|
-
}), vl = /* @__PURE__ */ e({
|
|
498
|
-
tagName: "nylas-booking-calendar-picker",
|
|
499
|
-
elementClass: Je,
|
|
500
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
501
|
-
react: n,
|
|
502
|
-
events: { onValueChanged: "valueChanged" },
|
|
503
|
-
defineCustomElement: Ke
|
|
504
|
-
}), $l = /* @__PURE__ */ e({
|
|
505
|
-
tagName: "nylas-booking-confirmation-redirect",
|
|
506
|
-
elementClass: Qe,
|
|
507
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
508
|
-
react: n,
|
|
509
|
-
events: { onValueChanged: "valueChanged" },
|
|
510
|
-
defineCustomElement: Xe
|
|
511
|
-
}), Il = /* @__PURE__ */ e({
|
|
512
|
-
tagName: "nylas-booking-confirmation-type",
|
|
513
|
-
elementClass: Ye,
|
|
514
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
515
|
-
react: n,
|
|
516
|
-
events: { onValueChanged: "valueChanged" },
|
|
517
|
-
defineCustomElement: _e
|
|
518
|
-
}), hl = /* @__PURE__ */ e({
|
|
519
|
-
tagName: "nylas-booking-form",
|
|
520
|
-
elementClass: tn,
|
|
521
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
522
|
-
react: n,
|
|
523
|
-
events: {
|
|
524
|
-
onNameChanged: "nameChanged",
|
|
525
|
-
onEmailChanged: "emailChanged",
|
|
526
|
-
onBackButtonClicked: "backButtonClicked",
|
|
527
|
-
onDetailsConfirmed: "detailsConfirmed",
|
|
528
|
-
onBookingFormError: "bookingFormError",
|
|
529
|
-
onBookingFormSubmitted: "bookingFormSubmitted"
|
|
530
|
-
},
|
|
531
|
-
defineCustomElement: on
|
|
532
|
-
}), kl = /* @__PURE__ */ e({
|
|
533
|
-
tagName: "nylas-booking-form-config",
|
|
534
|
-
elementClass: en,
|
|
535
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
536
|
-
react: n,
|
|
537
|
-
events: { onValueChanged: "valueChanged" },
|
|
538
|
-
defineCustomElement: nn
|
|
539
|
-
}), Sl = /* @__PURE__ */ e({
|
|
540
|
-
tagName: "nylas-buffer-time",
|
|
541
|
-
elementClass: an,
|
|
542
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
543
|
-
react: n,
|
|
544
|
-
events: { onValueChanged: "valueChanged" },
|
|
545
|
-
defineCustomElement: sn
|
|
546
|
-
}), bl = /* @__PURE__ */ e({
|
|
547
|
-
tagName: "nylas-calendar-picker",
|
|
548
|
-
elementClass: mn,
|
|
549
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
550
|
-
react: n,
|
|
551
|
-
events: { onValueChanged: "valueChanged" },
|
|
552
|
-
defineCustomElement: ln
|
|
553
|
-
}), Bl = /* @__PURE__ */ e({
|
|
554
|
-
tagName: "nylas-cancel-booking-form",
|
|
555
|
-
elementClass: rn,
|
|
556
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
557
|
-
react: n,
|
|
558
|
-
events: {
|
|
559
|
-
onGoBackButtonClicked: "goBackButtonClicked",
|
|
560
|
-
onCancelBookingFormSubmitted: "cancelBookingFormSubmitted",
|
|
561
|
-
onTriggerValidation: "triggerValidation",
|
|
562
|
-
onCancelBookedEventError: "cancelBookedEventError",
|
|
563
|
-
onCancelBookingFormError: "cancelBookingFormError"
|
|
564
|
-
},
|
|
565
|
-
defineCustomElement: dn
|
|
566
|
-
}), Fl = /* @__PURE__ */ e({
|
|
567
|
-
tagName: "nylas-cancellation-policy",
|
|
568
|
-
elementClass: cn,
|
|
569
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
570
|
-
react: n,
|
|
571
|
-
events: { onValueChanged: "valueChanged" },
|
|
572
|
-
defineCustomElement: Cn
|
|
573
|
-
}), Tl = /* @__PURE__ */ e({
|
|
574
|
-
tagName: "nylas-cancelled-event-card",
|
|
575
|
-
elementClass: un,
|
|
576
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
577
|
-
react: n,
|
|
578
|
-
events: {
|
|
579
|
-
onCloseCancelEventCardClicked: "closeCancelEventCardClicked",
|
|
580
|
-
onCancelledEventCardError: "cancelledEventCardError"
|
|
581
|
-
},
|
|
582
|
-
defineCustomElement: fn
|
|
583
|
-
}), Pl = /* @__PURE__ */ e({
|
|
584
|
-
tagName: "nylas-confirmation-email",
|
|
585
|
-
elementClass: En,
|
|
586
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
587
|
-
react: n,
|
|
588
|
-
events: { onValueChanged: "valueChanged" },
|
|
589
|
-
defineCustomElement: gn
|
|
590
|
-
}), wl = /* @__PURE__ */ e({
|
|
591
|
-
tagName: "nylas-confirmed-event-card",
|
|
592
|
-
elementClass: pn,
|
|
593
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
594
|
-
react: n,
|
|
595
|
-
events: {
|
|
596
|
-
onCloseConfirmEventCardClicked: "closeConfirmEventCardClicked",
|
|
597
|
-
onConfirmedEventCardError: "confirmedEventCardError"
|
|
598
|
-
},
|
|
599
|
-
defineCustomElement: Nn
|
|
600
|
-
}), Dl = /* @__PURE__ */ e({
|
|
601
|
-
tagName: "nylas-connected-calendars",
|
|
602
|
-
elementClass: yn,
|
|
603
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
604
|
-
react: n,
|
|
605
|
-
events: { onValueChanged: "valueChanged" },
|
|
606
|
-
defineCustomElement: vn
|
|
607
|
-
}), Ll = /* @__PURE__ */ e({
|
|
608
|
-
tagName: "nylas-custom-booking-flow",
|
|
609
|
-
elementClass: $n,
|
|
610
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
611
|
-
react: n,
|
|
612
|
-
events: {},
|
|
613
|
-
defineCustomElement: In
|
|
614
|
-
}), Vl = /* @__PURE__ */ e({
|
|
615
|
-
tagName: "nylas-custom-event-slug",
|
|
616
|
-
elementClass: hn,
|
|
617
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
618
|
-
react: n,
|
|
619
|
-
events: { onValueChanged: "valueChanged" },
|
|
620
|
-
defineCustomElement: kn
|
|
621
|
-
}), Gl = /* @__PURE__ */ e({
|
|
622
|
-
tagName: "nylas-customize-booking-settings",
|
|
623
|
-
elementClass: Sn,
|
|
624
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
625
|
-
react: n,
|
|
626
|
-
events: { onValueChanged: "valueChanged" },
|
|
627
|
-
defineCustomElement: bn
|
|
628
|
-
}), Rl = /* @__PURE__ */ e({
|
|
629
|
-
tagName: "nylas-date-component",
|
|
630
|
-
elementClass: Bn,
|
|
631
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
632
|
-
react: n,
|
|
633
|
-
events: {
|
|
634
|
-
onNylasFormInputChanged: "nylasFormInputChanged",
|
|
635
|
-
onNylasFormInputFocused: "nylasFormInputFocused",
|
|
636
|
-
onNylasFormInputBlurred: "nylasFormInputBlurred"
|
|
637
|
-
},
|
|
638
|
-
defineCustomElement: Fn
|
|
639
|
-
}), Al = /* @__PURE__ */ e({
|
|
640
|
-
tagName: "nylas-date-picker",
|
|
641
|
-
elementClass: Tn,
|
|
642
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
643
|
-
react: n,
|
|
644
|
-
events: {
|
|
645
|
-
onDateSelected: "dateSelected",
|
|
646
|
-
onMonthChanged: "monthChanged"
|
|
647
|
-
},
|
|
648
|
-
defineCustomElement: Pn
|
|
649
|
-
}), Ml = /* @__PURE__ */ e({
|
|
650
|
-
tagName: "nylas-disable-emails",
|
|
651
|
-
elementClass: wn,
|
|
652
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
653
|
-
react: n,
|
|
654
|
-
events: { onValueChanged: "valueChanged" },
|
|
655
|
-
defineCustomElement: Dn
|
|
656
|
-
}), xl = /* @__PURE__ */ e({
|
|
657
|
-
tagName: "nylas-editor-tabs",
|
|
658
|
-
elementClass: Gn,
|
|
659
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
660
|
-
react: n,
|
|
661
|
-
events: {
|
|
662
|
-
onSchedulerConfigChanged: "schedulerConfigChanged",
|
|
663
|
-
onSchedulerConfigCreated: "schedulerConfigCreated",
|
|
664
|
-
onCancelButtonClick: "cancelButtonClick",
|
|
665
|
-
onFormSubmitted: "formSubmitted",
|
|
666
|
-
onPreviewButtonClicked: "previewButtonClicked",
|
|
667
|
-
onSchedulerEditorFormUpdated: "schedulerEditorFormUpdated",
|
|
668
|
-
onNylasSchedulerError: "nylasSchedulerError",
|
|
669
|
-
onDismissNotification: "dismissNotification"
|
|
670
|
-
},
|
|
671
|
-
defineCustomElement: Rn
|
|
672
|
-
}), Ul = /* @__PURE__ */ e({
|
|
673
|
-
tagName: "nylas-editor-tabs-group",
|
|
674
|
-
elementClass: Ln,
|
|
675
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
676
|
-
react: n,
|
|
677
|
-
events: {
|
|
678
|
-
onSchedulerConfigChanged: "schedulerConfigChanged",
|
|
679
|
-
onSchedulerConfigCreated: "schedulerConfigCreated",
|
|
680
|
-
onCancelButtonClick: "cancelButtonClick",
|
|
681
|
-
onFormSubmitted: "formSubmitted",
|
|
682
|
-
onPreviewButtonClicked: "previewButtonClicked",
|
|
683
|
-
onSchedulerEditorFormUpdated: "schedulerEditorFormUpdated",
|
|
684
|
-
onGroupEventCreateTriggered: "groupEventCreateTriggered",
|
|
685
|
-
onGroupEventUpdateTriggered: "groupEventUpdateTriggered",
|
|
686
|
-
onGroupEventDeleteTriggered: "groupEventDeleteTriggered",
|
|
687
|
-
onGroupEventImportTriggered: "groupEventImportTriggered",
|
|
688
|
-
onSaveGroupEventChangesError: "saveGroupEventChangesError",
|
|
689
|
-
onNylasSchedulerError: "nylasSchedulerError",
|
|
690
|
-
onDismissNotification: "dismissNotification"
|
|
691
|
-
},
|
|
692
|
-
defineCustomElement: Vn
|
|
693
|
-
}), Ol = /* @__PURE__ */ e({
|
|
694
|
-
tagName: "nylas-event-calendar",
|
|
695
|
-
elementClass: An,
|
|
696
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
697
|
-
react: n,
|
|
698
|
-
events: {
|
|
699
|
-
onFetchMasterGroupEvent: "fetchMasterGroupEvent",
|
|
700
|
-
onSaveGroupEventChanges: "saveGroupEventChanges",
|
|
701
|
-
onDeleteGroupEvent: "deleteGroupEvent",
|
|
702
|
-
onGroupEventSelected: "groupEventSelected",
|
|
703
|
-
onCreateGroupEvent: "createGroupEvent",
|
|
704
|
-
onCalendarViewChanged: "calendarViewChanged",
|
|
705
|
-
onPreviosNextClicked: "previosNextClicked",
|
|
706
|
-
onSetCalendarViewDateRange: "setCalendarViewDateRange",
|
|
707
|
-
onImportGroupEvent: "importGroupEvent"
|
|
708
|
-
},
|
|
709
|
-
defineCustomElement: Mn
|
|
710
|
-
}), Wl = /* @__PURE__ */ e({
|
|
711
|
-
tagName: "nylas-event-capacity",
|
|
712
|
-
elementClass: xn,
|
|
713
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
714
|
-
react: n,
|
|
715
|
-
events: { onValueChanged: "valueChanged" },
|
|
716
|
-
defineCustomElement: Un
|
|
717
|
-
}), zl = /* @__PURE__ */ e({
|
|
718
|
-
tagName: "nylas-event-description",
|
|
719
|
-
elementClass: On,
|
|
720
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
721
|
-
react: n,
|
|
722
|
-
events: { onValueChanged: "valueChanged" },
|
|
723
|
-
defineCustomElement: Wn
|
|
724
|
-
}), Zl = /* @__PURE__ */ e({
|
|
725
|
-
tagName: "nylas-event-duration",
|
|
726
|
-
elementClass: zn,
|
|
727
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
728
|
-
react: n,
|
|
729
|
-
events: { onValueChanged: "valueChanged" },
|
|
730
|
-
defineCustomElement: Zn
|
|
731
|
-
}), jl = /* @__PURE__ */ e({
|
|
732
|
-
tagName: "nylas-event-info",
|
|
733
|
-
elementClass: jn,
|
|
734
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
735
|
-
react: n,
|
|
736
|
-
events: {},
|
|
737
|
-
defineCustomElement: qn
|
|
738
|
-
}), ql = /* @__PURE__ */ e({
|
|
739
|
-
tagName: "nylas-event-limits",
|
|
740
|
-
elementClass: Hn,
|
|
741
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
742
|
-
react: n,
|
|
743
|
-
events: {},
|
|
744
|
-
defineCustomElement: Jn
|
|
745
|
-
}), Hl = /* @__PURE__ */ e({
|
|
746
|
-
tagName: "nylas-event-location",
|
|
747
|
-
elementClass: Kn,
|
|
748
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
749
|
-
react: n,
|
|
750
|
-
events: { onValueChanged: "valueChanged" },
|
|
751
|
-
defineCustomElement: Qn
|
|
752
|
-
}), Jl = /* @__PURE__ */ e({
|
|
753
|
-
tagName: "nylas-event-timeslot",
|
|
754
|
-
elementClass: Xn,
|
|
755
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
756
|
-
react: n,
|
|
757
|
-
events: {
|
|
758
|
-
onValueChanged: "valueChanged",
|
|
759
|
-
onTimeWindowFormError: "timeWindowFormError",
|
|
760
|
-
onDateTimeInputError: "dateTimeInputError"
|
|
761
|
-
},
|
|
762
|
-
defineCustomElement: Yn
|
|
763
|
-
}), Kl = /* @__PURE__ */ e({
|
|
764
|
-
tagName: "nylas-event-title",
|
|
765
|
-
elementClass: _n,
|
|
766
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
767
|
-
react: n,
|
|
768
|
-
events: { onValueChanged: "valueChanged" },
|
|
769
|
-
defineCustomElement: et
|
|
770
|
-
}), Ql = /* @__PURE__ */ e({
|
|
771
|
-
tagName: "nylas-feedback-form",
|
|
772
|
-
elementClass: nt,
|
|
773
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
774
|
-
react: n,
|
|
775
|
-
events: {
|
|
776
|
-
onFeedbackModalClosed: "feedbackModalClosed",
|
|
777
|
-
onFeedbackSubmitted: "feedbackSubmitted",
|
|
778
|
-
onTriggerValidation: "triggerValidation"
|
|
779
|
-
},
|
|
780
|
-
defineCustomElement: tt
|
|
781
|
-
}), Xl = /* @__PURE__ */ e({
|
|
782
|
-
tagName: "nylas-form-card",
|
|
783
|
-
elementClass: ot,
|
|
784
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
785
|
-
react: n,
|
|
786
|
-
events: {},
|
|
787
|
-
defineCustomElement: at
|
|
788
|
-
}), Yl = /* @__PURE__ */ e({
|
|
789
|
-
tagName: "nylas-limit-future-bookings",
|
|
790
|
-
elementClass: st,
|
|
791
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
792
|
-
react: n,
|
|
793
|
-
events: { onValueChanged: "valueChanged" },
|
|
794
|
-
defineCustomElement: mt
|
|
795
|
-
}), _l = /* @__PURE__ */ e({
|
|
796
|
-
tagName: "nylas-list-configurations",
|
|
797
|
-
elementClass: lt,
|
|
798
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
799
|
-
react: n,
|
|
800
|
-
events: {
|
|
801
|
-
onInitListConfigurations: "initListConfigurations",
|
|
802
|
-
onCreateButtonClick: "createButtonClick",
|
|
803
|
-
onEditButtonClick: "editButtonClick",
|
|
804
|
-
onDeleteButtonClick: "deleteButtonClick",
|
|
805
|
-
onNylasSchedulerError: "nylasSchedulerError",
|
|
806
|
-
onDismissNotification: "dismissNotification"
|
|
807
|
-
},
|
|
808
|
-
defineCustomElement: it
|
|
809
|
-
}), ei = /* @__PURE__ */ e({
|
|
810
|
-
tagName: "nylas-locale-switch",
|
|
811
|
-
elementClass: rt,
|
|
812
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
813
|
-
react: n,
|
|
814
|
-
events: {
|
|
815
|
-
onTimezoneChanged: "timezoneChanged",
|
|
816
|
-
onLanguageChanged: "languageChanged"
|
|
817
|
-
},
|
|
818
|
-
defineCustomElement: dt
|
|
819
|
-
}), ni = /* @__PURE__ */ e({
|
|
820
|
-
tagName: "nylas-logo",
|
|
821
|
-
elementClass: ct,
|
|
822
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
823
|
-
react: n,
|
|
824
|
-
events: {},
|
|
825
|
-
defineCustomElement: Ct
|
|
826
|
-
}), ti = /* @__PURE__ */ e({
|
|
827
|
-
tagName: "nylas-min-booking-notice",
|
|
828
|
-
elementClass: ut,
|
|
829
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
830
|
-
react: n,
|
|
831
|
-
events: { onValueChanged: "valueChanged" },
|
|
832
|
-
defineCustomElement: ft
|
|
833
|
-
}), oi = /* @__PURE__ */ e({
|
|
834
|
-
tagName: "nylas-min-cancellation-notice",
|
|
835
|
-
elementClass: Et,
|
|
836
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
837
|
-
react: n,
|
|
838
|
-
events: { onValueChanged: "valueChanged" },
|
|
839
|
-
defineCustomElement: gt
|
|
840
|
-
}), ai = /* @__PURE__ */ e({
|
|
841
|
-
tagName: "nylas-notification",
|
|
842
|
-
elementClass: pt,
|
|
843
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
844
|
-
react: n,
|
|
845
|
-
events: {},
|
|
846
|
-
defineCustomElement: Nt
|
|
847
|
-
}), si = /* @__PURE__ */ e({
|
|
848
|
-
tagName: "nylas-organizer-confirmation-card",
|
|
849
|
-
elementClass: yt,
|
|
850
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
851
|
-
react: n,
|
|
852
|
-
events: {
|
|
853
|
-
onRejectBookingButtonClicked: "rejectBookingButtonClicked",
|
|
854
|
-
onConfirmBookingButtonClicked: "confirmBookingButtonClicked",
|
|
855
|
-
onConfirmBookingError: "confirmBookingError"
|
|
856
|
-
},
|
|
857
|
-
defineCustomElement: vt
|
|
858
|
-
}), mi = /* @__PURE__ */ e({
|
|
859
|
-
tagName: "nylas-page-name",
|
|
860
|
-
elementClass: $t,
|
|
861
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
862
|
-
react: n,
|
|
863
|
-
events: { onValueChanged: "valueChanged" },
|
|
864
|
-
defineCustomElement: It
|
|
865
|
-
}), li = /* @__PURE__ */ e({
|
|
866
|
-
tagName: "nylas-page-styling",
|
|
867
|
-
elementClass: ht,
|
|
868
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
869
|
-
react: n,
|
|
870
|
-
events: {
|
|
871
|
-
onValueChanged: "valueChanged",
|
|
872
|
-
onBookingFormSubmitted: "bookingFormSubmitted"
|
|
873
|
-
},
|
|
874
|
-
defineCustomElement: kt
|
|
875
|
-
}), ii = /* @__PURE__ */ e({
|
|
876
|
-
tagName: "nylas-participant-booking-calendars",
|
|
877
|
-
elementClass: St,
|
|
878
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
879
|
-
react: n,
|
|
880
|
-
events: { onValueChanged: "valueChanged" },
|
|
881
|
-
defineCustomElement: bt
|
|
882
|
-
}), ri = /* @__PURE__ */ e({
|
|
883
|
-
tagName: "nylas-participants-custom-availability",
|
|
884
|
-
elementClass: Bt,
|
|
885
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
886
|
-
react: n,
|
|
887
|
-
events: { onValueChanged: "valueChanged" },
|
|
888
|
-
defineCustomElement: Ft
|
|
889
|
-
}), di = /* @__PURE__ */ e({
|
|
890
|
-
tagName: "nylas-reminder-emails",
|
|
891
|
-
elementClass: Tt,
|
|
892
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
893
|
-
react: n,
|
|
894
|
-
events: {
|
|
895
|
-
onValueChanged: "valueChanged",
|
|
896
|
-
onNylasSuggestReminderMinutes: "nylasSuggestReminderMinutes"
|
|
897
|
-
},
|
|
898
|
-
defineCustomElement: Pt
|
|
899
|
-
}), ci = /* @__PURE__ */ e({
|
|
900
|
-
tagName: "nylas-reminder-time",
|
|
901
|
-
elementClass: wt,
|
|
902
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
903
|
-
react: n,
|
|
904
|
-
events: { onValueChanged: "valueChanged" },
|
|
905
|
-
defineCustomElement: Dt
|
|
906
|
-
}), Ci = /* @__PURE__ */ e({
|
|
907
|
-
tagName: "nylas-scheduler-editor",
|
|
908
|
-
elementClass: Lt,
|
|
909
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
910
|
-
react: n,
|
|
911
|
-
events: {
|
|
912
|
-
onInit: "init",
|
|
913
|
-
onLoggedIn: "loggedIn",
|
|
914
|
-
onLoggedOut: "loggedOut",
|
|
915
|
-
onSchedulerConfigCloseClicked: "schedulerConfigCloseClicked"
|
|
916
|
-
},
|
|
917
|
-
defineCustomElement: Vt
|
|
918
|
-
}), ui = /* @__PURE__ */ e({
|
|
919
|
-
tagName: "nylas-scheduling",
|
|
920
|
-
elementClass: At,
|
|
921
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
922
|
-
react: n,
|
|
923
|
-
events: {
|
|
924
|
-
onInit: "init",
|
|
925
|
-
onSchedulerWillLoad: "schedulerWillLoad",
|
|
926
|
-
onSchedulerDidLoad: "schedulerDidLoad",
|
|
927
|
-
onNylasSchedulerError: "nylasSchedulerError",
|
|
928
|
-
onNylasSchedulerInfo: "nylasSchedulerInfo",
|
|
929
|
-
onConfigSettingsLoaded: "configSettingsLoaded",
|
|
930
|
-
onBookingRefExtracted: "bookingRefExtracted",
|
|
931
|
-
onBookedEventInfo: "bookedEventInfo"
|
|
932
|
-
},
|
|
933
|
-
defineCustomElement: Mt
|
|
934
|
-
}), fi = /* @__PURE__ */ e({
|
|
935
|
-
tagName: "nylas-scheduling-method",
|
|
936
|
-
elementClass: Gt,
|
|
937
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
938
|
-
react: n,
|
|
939
|
-
events: { onValueChanged: "valueChanged" },
|
|
940
|
-
defineCustomElement: Rt
|
|
941
|
-
}), Ei = /* @__PURE__ */ e({
|
|
942
|
-
tagName: "nylas-select-event-type",
|
|
943
|
-
elementClass: xt,
|
|
944
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
945
|
-
react: n,
|
|
946
|
-
events: {
|
|
947
|
-
onReturnToAllSchedulingPagesEvent: "returnToAllSchedulingPagesEvent",
|
|
948
|
-
onCreateEventTypeSelected: "createEventTypeSelected"
|
|
949
|
-
},
|
|
950
|
-
defineCustomElement: Ut
|
|
951
|
-
}), gi = /* @__PURE__ */ e({
|
|
952
|
-
tagName: "nylas-selected-event-card",
|
|
953
|
-
elementClass: Ot,
|
|
954
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
955
|
-
react: n,
|
|
956
|
-
events: {},
|
|
957
|
-
defineCustomElement: Wt
|
|
958
|
-
}), pi = /* @__PURE__ */ e({
|
|
959
|
-
tagName: "nylas-specific-time-availability-picker",
|
|
960
|
-
elementClass: zt,
|
|
961
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
962
|
-
react: n,
|
|
963
|
-
events: { onValueChanged: "valueChanged" },
|
|
964
|
-
defineCustomElement: Zt
|
|
965
|
-
}), Ni = /* @__PURE__ */ e({
|
|
966
|
-
tagName: "nylas-time-window-picker",
|
|
967
|
-
elementClass: jt,
|
|
968
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
969
|
-
react: n,
|
|
970
|
-
events: {
|
|
971
|
-
onTimeChange: "timeChange",
|
|
972
|
-
onTimeWindowFormError: "timeWindowFormError"
|
|
973
|
-
},
|
|
974
|
-
defineCustomElement: qt
|
|
975
|
-
}), yi = /* @__PURE__ */ e({
|
|
976
|
-
tagName: "nylas-timeslot-interval",
|
|
977
|
-
elementClass: Ht,
|
|
978
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
979
|
-
react: n,
|
|
980
|
-
events: { onValueChanged: "valueChanged" },
|
|
981
|
-
defineCustomElement: Jt
|
|
982
|
-
}), vi = /* @__PURE__ */ e({
|
|
983
|
-
tagName: "nylas-timeslot-picker",
|
|
984
|
-
elementClass: Kt,
|
|
985
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
986
|
-
react: n,
|
|
987
|
-
events: {
|
|
988
|
-
onTimeslotSelected: "timeslotSelected",
|
|
989
|
-
onTimeslotConfirmed: "timeslotConfirmed",
|
|
990
|
-
onValidateTimeslotError: "validateTimeslotError"
|
|
991
|
-
},
|
|
992
|
-
defineCustomElement: Qt
|
|
993
|
-
}), $i = /* @__PURE__ */ e({
|
|
994
|
-
tagName: "paintbrush-fill-icon",
|
|
995
|
-
elementClass: Xt,
|
|
996
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
997
|
-
react: n,
|
|
998
|
-
events: {},
|
|
999
|
-
defineCustomElement: Yt
|
|
1000
|
-
}), Ii = /* @__PURE__ */ e({
|
|
1001
|
-
tagName: "paintbrush-icon",
|
|
1002
|
-
elementClass: _t,
|
|
1003
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1004
|
-
react: n,
|
|
1005
|
-
events: {},
|
|
1006
|
-
defineCustomElement: eo
|
|
1007
|
-
}), hi = /* @__PURE__ */ e({
|
|
1008
|
-
tagName: "people-icon",
|
|
1009
|
-
elementClass: no,
|
|
1010
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1011
|
-
react: n,
|
|
1012
|
-
events: {},
|
|
1013
|
-
defineCustomElement: to
|
|
1014
|
-
}), ki = /* @__PURE__ */ e({
|
|
1015
|
-
tagName: "person-clipboard-icon",
|
|
1016
|
-
elementClass: oo,
|
|
1017
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1018
|
-
react: n,
|
|
1019
|
-
events: {},
|
|
1020
|
-
defineCustomElement: ao
|
|
1021
|
-
}), Si = /* @__PURE__ */ e({
|
|
1022
|
-
tagName: "person-icon",
|
|
1023
|
-
elementClass: so,
|
|
1024
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1025
|
-
react: n,
|
|
1026
|
-
events: {},
|
|
1027
|
-
defineCustomElement: mo
|
|
1028
|
-
}), bi = /* @__PURE__ */ e({
|
|
1029
|
-
tagName: "play-icon",
|
|
1030
|
-
elementClass: lo,
|
|
1031
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1032
|
-
react: n,
|
|
1033
|
-
events: {},
|
|
1034
|
-
defineCustomElement: io
|
|
1035
|
-
}), Bi = /* @__PURE__ */ e({
|
|
1036
|
-
tagName: "plus-icon",
|
|
1037
|
-
elementClass: ro,
|
|
1038
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1039
|
-
react: n,
|
|
1040
|
-
events: {},
|
|
1041
|
-
defineCustomElement: co
|
|
1042
|
-
}), Fi = /* @__PURE__ */ e({
|
|
1043
|
-
tagName: "radio-button-group",
|
|
1044
|
-
elementClass: Co,
|
|
1045
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1046
|
-
react: n,
|
|
1047
|
-
events: { onNylasFormRadioChanged: "nylasFormRadioChanged" },
|
|
1048
|
-
defineCustomElement: uo
|
|
1049
|
-
}), Ti = /* @__PURE__ */ e({
|
|
1050
|
-
tagName: "refresh-icon",
|
|
1051
|
-
elementClass: fo,
|
|
1052
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1053
|
-
react: n,
|
|
1054
|
-
events: {},
|
|
1055
|
-
defineCustomElement: Eo
|
|
1056
|
-
}), Pi = /* @__PURE__ */ e({
|
|
1057
|
-
tagName: "reply-all-icon",
|
|
1058
|
-
elementClass: go,
|
|
1059
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1060
|
-
react: n,
|
|
1061
|
-
events: {},
|
|
1062
|
-
defineCustomElement: po
|
|
1063
|
-
}), wi = /* @__PURE__ */ e({
|
|
1064
|
-
tagName: "reply-icon",
|
|
1065
|
-
elementClass: No,
|
|
1066
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1067
|
-
react: n,
|
|
1068
|
-
events: {},
|
|
1069
|
-
defineCustomElement: yo
|
|
1070
|
-
}), Di = /* @__PURE__ */ e({
|
|
1071
|
-
tagName: "search-icon",
|
|
1072
|
-
elementClass: vo,
|
|
1073
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1074
|
-
react: n,
|
|
1075
|
-
events: {},
|
|
1076
|
-
defineCustomElement: $o
|
|
1077
|
-
}), Li = /* @__PURE__ */ e({
|
|
1078
|
-
tagName: "select-dropdown",
|
|
1079
|
-
elementClass: Io,
|
|
1080
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1081
|
-
react: n,
|
|
1082
|
-
events: {
|
|
1083
|
-
onNylasFormDropdownChanged: "nylasFormDropdownChanged",
|
|
1084
|
-
onNylasFormDropdownDefaultSelected: "nylasFormDropdownDefaultSelected"
|
|
1085
|
-
},
|
|
1086
|
-
defineCustomElement: ho
|
|
1087
|
-
}), Vi = /* @__PURE__ */ e({
|
|
1088
|
-
tagName: "sent-icon",
|
|
1089
|
-
elementClass: ko,
|
|
1090
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1091
|
-
react: n,
|
|
1092
|
-
events: {},
|
|
1093
|
-
defineCustomElement: So
|
|
1094
|
-
}), Gi = /* @__PURE__ */ e({
|
|
1095
|
-
tagName: "spam-icon",
|
|
1096
|
-
elementClass: bo,
|
|
1097
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1098
|
-
react: n,
|
|
1099
|
-
events: {},
|
|
1100
|
-
defineCustomElement: Bo
|
|
1101
|
-
}), Ri = /* @__PURE__ */ e({
|
|
1102
|
-
tagName: "star-icon",
|
|
1103
|
-
elementClass: Fo,
|
|
1104
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1105
|
-
react: n,
|
|
1106
|
-
events: {},
|
|
1107
|
-
defineCustomElement: To
|
|
1108
|
-
}), Ai = /* @__PURE__ */ e({
|
|
1109
|
-
tagName: "stop-icon",
|
|
1110
|
-
elementClass: Po,
|
|
1111
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1112
|
-
react: n,
|
|
1113
|
-
events: {},
|
|
1114
|
-
defineCustomElement: wo
|
|
1115
|
-
}), Mi = /* @__PURE__ */ e({
|
|
1116
|
-
tagName: "textarea-component",
|
|
1117
|
-
elementClass: Do,
|
|
1118
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1119
|
-
react: n,
|
|
1120
|
-
events: { onNylasFormInputChanged: "nylasFormInputChanged" },
|
|
1121
|
-
defineCustomElement: Lo
|
|
1122
|
-
}), xi = /* @__PURE__ */ e({
|
|
1123
|
-
tagName: "time-period-selector",
|
|
1124
|
-
elementClass: Vo,
|
|
1125
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1126
|
-
react: n,
|
|
1127
|
-
events: { onTimePeriodChanged: "timePeriodChanged" },
|
|
1128
|
-
defineCustomElement: Go
|
|
1129
|
-
}), Ui = /* @__PURE__ */ e({
|
|
1130
|
-
tagName: "toggle-switch",
|
|
1131
|
-
elementClass: Ro,
|
|
1132
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1133
|
-
react: n,
|
|
1134
|
-
events: { onNylasFormSwitchToggled: "nylasFormSwitchToggled" },
|
|
1135
|
-
defineCustomElement: Ao
|
|
1136
|
-
}), Oi = /* @__PURE__ */ e({
|
|
1137
|
-
tagName: "tooltip-component",
|
|
1138
|
-
elementClass: Mo,
|
|
1139
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1140
|
-
react: n,
|
|
1141
|
-
events: {},
|
|
1142
|
-
defineCustomElement: xo
|
|
1143
|
-
}), Wi = /* @__PURE__ */ e({
|
|
1144
|
-
tagName: "translate-icon",
|
|
1145
|
-
elementClass: Uo,
|
|
1146
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1147
|
-
react: n,
|
|
1148
|
-
events: {},
|
|
1149
|
-
defineCustomElement: Oo
|
|
1150
|
-
}), zi = /* @__PURE__ */ e({
|
|
1151
|
-
tagName: "trash-fill-icon",
|
|
1152
|
-
elementClass: Wo,
|
|
1153
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1154
|
-
react: n,
|
|
1155
|
-
events: {},
|
|
1156
|
-
defineCustomElement: zo
|
|
1157
|
-
}), Zi = /* @__PURE__ */ e({
|
|
1158
|
-
tagName: "trash-icon",
|
|
1159
|
-
elementClass: Zo,
|
|
1160
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1161
|
-
react: n,
|
|
1162
|
-
events: {},
|
|
1163
|
-
defineCustomElement: jo
|
|
1164
|
-
}), ji = /* @__PURE__ */ e({
|
|
1165
|
-
tagName: "underline-icon",
|
|
1166
|
-
elementClass: qo,
|
|
1167
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1168
|
-
react: n,
|
|
1169
|
-
events: {},
|
|
1170
|
-
defineCustomElement: Ho
|
|
1171
|
-
}), qi = /* @__PURE__ */ e({
|
|
1172
|
-
tagName: "warning-icon",
|
|
1173
|
-
elementClass: Jo,
|
|
1174
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1175
|
-
react: n,
|
|
1176
|
-
events: {},
|
|
1177
|
-
defineCustomElement: Ko
|
|
1178
|
-
}), Hi = /* @__PURE__ */ e({
|
|
1179
|
-
tagName: "zoom-icon",
|
|
1180
|
-
elementClass: Qo,
|
|
1181
|
-
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
1182
|
-
react: n,
|
|
1183
|
-
events: {},
|
|
1184
|
-
defineCustomElement: Xo
|
|
1185
|
-
});
|
|
1
|
+
import { A as o, a as n, b as e, B as l, c as i, C as c, d as t, e as r, f as y, g as I, h as N, i as d, j as C, k as m, l as p, m as g, n as b, o as k, p as u, q as E, D as v, r as P, s as f, E as h, t as T, u as S, v as B, F, w as D, x as L, y as w, G as A, z as R, H as M, I as G, J as x, K as z, L as O, M as U, N as W, O as Z, P as j, Q as q, R as H, S as J, T as K, U as Q, V, W as X, X as Y, Y as _, Z as $, _ as aa, $ as sa, a0 as oa, a1 as na, a2 as ea, a3 as la, a4 as ia, a5 as ca, a6 as ta, a7 as ra, a8 as ya, a9 as Ia, aa as Na, ab as da, ac as Ca, ad as ma, ae as pa, af as ga, ag as ba, ah as ka, ai as ua, aj as Ea, ak as va, al as Pa, am as fa, an as ha, ao as Ta, ap as Sa, aq as Ba, ar as Fa, as as Da, at as La, au as wa, av as Aa, aw as Ra, ax as Ma, ay as Ga, az as xa, aA as za, aB as Oa, aC as Ua, aD as Wa, aE as Za, aF as ja, aG as qa, aH as Ha, aI as Ja, aJ as Ka, aK as Qa, aL as Va, aM as Xa, aN as Ya, aO as _a, aP as $a, aQ as as, aR as ss, aS as os, aT as ns, aU as es, aV as ls, aW as is, aX as cs, aY as ts, aZ as rs, a_ as ys, a$ as Is, b0 as Ns, b1 as ds, b2 as Cs, b3 as ms, b4 as ps, b5 as gs, b6 as bs, b7 as ks, b8 as us, b9 as Es, ba as vs, bb as Ps, bc as fs, bd as hs } from "./components.js";
|
|
1186
2
|
export {
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
$
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
$
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
3
|
+
o as AddCircleIcon,
|
|
4
|
+
n as ArchiveIcon,
|
|
5
|
+
e as ArrowIcon,
|
|
6
|
+
l as BoldIcon,
|
|
7
|
+
i as ButtonComponent,
|
|
8
|
+
c as CalendarAgendaFillIcon,
|
|
9
|
+
t as CalendarAgendaIcon,
|
|
10
|
+
r as CalendarCancelIcon,
|
|
11
|
+
y as CalendarCheckIcon,
|
|
12
|
+
I as CalendarIcon,
|
|
13
|
+
N as CalendarInfoIcon,
|
|
14
|
+
d as CalendarPatternsIcon,
|
|
15
|
+
C as CheckboxComponent,
|
|
16
|
+
m as CheckboxGroup,
|
|
17
|
+
p as CheckmarkCircleIcon,
|
|
18
|
+
g as CheckmarkIcon,
|
|
19
|
+
b as ChevronIcon,
|
|
20
|
+
k as ClockIcon,
|
|
21
|
+
u as CloseIcon,
|
|
22
|
+
E as CopyIcon,
|
|
23
|
+
v as DeleteIcon,
|
|
24
|
+
P as DocumentRefreshIcon,
|
|
25
|
+
f as DragableIcon,
|
|
26
|
+
h as EditIcon,
|
|
27
|
+
T as EnvelopeFillIcon,
|
|
28
|
+
S as EnvelopeIcon,
|
|
29
|
+
B as EyeIcon,
|
|
30
|
+
F as FeedbackIcon,
|
|
31
|
+
D as FlowIcon,
|
|
32
|
+
L as FolderIcon,
|
|
33
|
+
w as ForwardIcon,
|
|
34
|
+
A as GlobeIcon,
|
|
35
|
+
R as GoogleLogoIcon,
|
|
36
|
+
M as GoogleMeetIcon,
|
|
37
|
+
G as InboxIcon,
|
|
38
|
+
x as InfoIcon,
|
|
39
|
+
z as InputColorPicker,
|
|
40
|
+
O as InputComponent,
|
|
41
|
+
U as InputDropdown,
|
|
42
|
+
W as InputImageUrl,
|
|
43
|
+
Z as ItalicIcon,
|
|
44
|
+
j as LoadingIcon,
|
|
45
|
+
q as LocationIcon,
|
|
46
|
+
H as LocationOffIcon,
|
|
47
|
+
J as MicrosoftLogoIcon,
|
|
48
|
+
K as MicrosoftTeamsIcon,
|
|
49
|
+
Q as MultiSelectDropdown,
|
|
50
|
+
V as NylasAdditionalParticipants,
|
|
51
|
+
X as NylasAvailabilityPicker,
|
|
52
|
+
Y as NylasBookedEventCard,
|
|
53
|
+
_ as NylasBookingCalendarPicker,
|
|
54
|
+
$ as NylasBookingConfirmationRedirect,
|
|
55
|
+
aa as NylasBookingConfirmationType,
|
|
56
|
+
sa as NylasBookingForm,
|
|
57
|
+
oa as NylasBookingFormConfig,
|
|
58
|
+
na as NylasBufferTime,
|
|
59
|
+
ea as NylasCalendarPicker,
|
|
60
|
+
la as NylasCancelBookingForm,
|
|
61
|
+
ia as NylasCancellationPolicy,
|
|
62
|
+
ca as NylasCancelledEventCard,
|
|
63
|
+
ta as NylasConfirmationEmail,
|
|
64
|
+
ra as NylasConfirmedEventCard,
|
|
65
|
+
ya as NylasConnectedCalendars,
|
|
66
|
+
Ia as NylasCustomBookingFlow,
|
|
67
|
+
Na as NylasCustomEventSlug,
|
|
68
|
+
da as NylasCustomizeBookingSettings,
|
|
69
|
+
Ca as NylasDateComponent,
|
|
70
|
+
ma as NylasDatePicker,
|
|
71
|
+
pa as NylasDisableEmails,
|
|
72
|
+
ga as NylasEditorTabs,
|
|
73
|
+
ba as NylasEditorTabsGroup,
|
|
74
|
+
ka as NylasEventCalendar,
|
|
75
|
+
ua as NylasEventCapacity,
|
|
76
|
+
Ea as NylasEventDescription,
|
|
77
|
+
va as NylasEventDuration,
|
|
78
|
+
Pa as NylasEventInfo,
|
|
79
|
+
fa as NylasEventLimits,
|
|
80
|
+
ha as NylasEventLocation,
|
|
81
|
+
Ta as NylasEventTimeslot,
|
|
82
|
+
Sa as NylasEventTitle,
|
|
83
|
+
Ba as NylasFeedbackForm,
|
|
84
|
+
Fa as NylasFormCard,
|
|
85
|
+
Da as NylasLimitFutureBookings,
|
|
86
|
+
La as NylasListConfigurations,
|
|
87
|
+
wa as NylasLocaleSwitch,
|
|
88
|
+
Aa as NylasLogo,
|
|
89
|
+
Ra as NylasMinBookingNotice,
|
|
90
|
+
Ma as NylasMinCancellationNotice,
|
|
91
|
+
Ga as NylasNotification,
|
|
92
|
+
xa as NylasOrganizerConfirmationCard,
|
|
93
|
+
za as NylasPageName,
|
|
94
|
+
Oa as NylasPageStyling,
|
|
95
|
+
Ua as NylasParticipantBookingCalendars,
|
|
96
|
+
Wa as NylasParticipantsCustomAvailability,
|
|
97
|
+
Za as NylasReminderEmails,
|
|
98
|
+
ja as NylasReminderTime,
|
|
99
|
+
qa as NylasSchedulerEditor,
|
|
100
|
+
Ha as NylasScheduling,
|
|
101
|
+
Ja as NylasSchedulingMethod,
|
|
102
|
+
Ka as NylasSelectEventType,
|
|
103
|
+
Qa as NylasSelectedEventCard,
|
|
104
|
+
Va as NylasSpecificTimeAvailabilityPicker,
|
|
105
|
+
Xa as NylasTimeWindowPicker,
|
|
106
|
+
Ya as NylasTimeslotInterval,
|
|
107
|
+
_a as NylasTimeslotPicker,
|
|
108
|
+
$a as PaintbrushFillIcon,
|
|
109
|
+
as as PaintbrushIcon,
|
|
110
|
+
ss as PeopleIcon,
|
|
111
|
+
os as PersonClipboardIcon,
|
|
112
|
+
ns as PersonIcon,
|
|
113
|
+
es as PlayIcon,
|
|
114
|
+
ls as PlusIcon,
|
|
115
|
+
is as RadioButtonGroup,
|
|
116
|
+
cs as RefreshIcon,
|
|
117
|
+
ts as ReplyAllIcon,
|
|
118
|
+
rs as ReplyIcon,
|
|
119
|
+
ys as SearchIcon,
|
|
120
|
+
Is as SelectDropdown,
|
|
121
|
+
Ns as SentIcon,
|
|
122
|
+
ds as SpamIcon,
|
|
123
|
+
Cs as StarIcon,
|
|
124
|
+
ms as StopIcon,
|
|
125
|
+
ps as TextareaComponent,
|
|
126
|
+
gs as TimePeriodSelector,
|
|
127
|
+
bs as ToggleSwitch,
|
|
128
|
+
ks as TooltipComponent,
|
|
129
|
+
us as TranslateIcon,
|
|
130
|
+
Es as TrashFillIcon,
|
|
131
|
+
vs as TrashIcon,
|
|
132
|
+
Ps as UnderlineIcon,
|
|
133
|
+
fs as WarningIcon,
|
|
134
|
+
hs as ZoomIcon
|
|
1319
135
|
};
|
|
136
|
+
//# sourceMappingURL=elements.js.map
|