@calcom/atoms 1.7.1 → 1.8.0-booker
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/{AddressInput-DR3jIl7N.js → AddressInput-E1ARKDg7.js} +5 -5
- package/dist/{AlbyPriceComponent-2k8JXx0O.js → AlbyPriceComponent-jBcuDvZa.js} +24 -24
- package/dist/{PhoneInput-Nhiv23jS.js → PhoneInput-qXboae9k.js} +62 -62
- package/dist/cal-atoms.js +5 -36
- package/dist/index-GQl0OyJB.js +88695 -0
- package/dist/index-QBpbC_ZD.js +1957 -0
- package/dist/{index-QG3p1fzr.js → index-bGbS5CRI.js} +1 -1
- package/dist/packages/features/bookings/Booker/components/BookEventForm/BookEventForm.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/Header.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +1 -1
- package/dist/packages/features/bookings/Booker/utils/event.d.ts +33 -33
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts +1 -1
- package/dist/packages/features/bookings/lib/BookingEmailSmsHandler.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/create-booking.d.ts +91 -91
- package/dist/packages/features/bookings/lib/create-recurring-booking.d.ts +91 -91
- package/dist/packages/features/bookings/lib/get-booking.d.ts +9 -9
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +38 -38
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts +41 -0
- package/dist/packages/features/bookings/lib/getCalendarLinks.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts +2 -0
- package/dist/packages/features/bookings/lib/getCalendarLinks.test.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleInternalNote.d.ts +2 -2
- package/dist/packages/features/bookings/lib/handleNewBooking/createBooking.d.ts +33 -33
- package/dist/packages/features/bookings/lib/handleNewBooking/ensureAvailableUsers.d.ts +57 -57
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventType.d.ts +57 -57
- package/dist/packages/features/bookings/lib/handleNewBooking/getEventTypesFromDB.d.ts +57 -57
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts +46 -46
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +45 -45
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts +364 -364
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handlePayment.d.ts +49 -0
- package/dist/packages/features/bookings/lib/handlePayment.d.ts.map +1 -0
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts +33 -33
- package/dist/packages/features/bookings/lib/handleSeats/create/createNewSeat.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleSeats/reschedule/owner/ownerRescheduleSeatedBooking.d.ts +33 -33
- package/dist/packages/features/bookings/lib/requiresConfirmation/getBookingRequest.d.ts +39 -39
- package/dist/packages/features/components/controlled-dialog/index.d.ts.map +1 -1
- package/dist/packages/features/components/phone-input/PhoneInput.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/organizations/index.d.ts +1 -2
- package/dist/packages/features/ee/billing/organizations/index.d.ts.map +1 -1
- package/dist/packages/features/ee/billing/organizations/internal-organization-billing.d.ts +2 -2
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts +32 -4
- package/dist/packages/features/ee/billing/organizations/organization-billing.repository.d.ts.map +1 -1
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts +23 -0
- package/dist/packages/features/ee/payments/server/stripe-service.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts +125 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts +2 -0
- package/dist/packages/features/ee/round-robin/lib/bookingLocationService.test.d.ts.map +1 -0
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +30 -30
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -1
- package/dist/packages/features/ee/round-robin/roundRobinReassignment.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/repository/workflowReminder.d.ts +6 -6
- package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts +7 -0
- package/dist/packages/features/eventtypes/components/AddVerifiedEmail.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/CustomEventTypeModal.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts +28 -0
- package/dist/packages/features/eventtypes/lib/eventNaming.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts +2 -0
- package/dist/packages/features/eventtypes/lib/eventNaming.test.d.ts.map +1 -0
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +33 -33
- package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +12 -12
- package/dist/packages/features/eventtypes/lib/types.d.ts +1 -1
- package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -1
- package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts +2 -2
- package/dist/packages/features/shell/user-dropdown/UserDropdown.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts +15 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAddVerifiedEmail.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +17 -17
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts +3 -0
- package/dist/packages/platform/atoms/event-types/hooks/useGetVerifiedEmails.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/EventAdvancedPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useCreateBooking.d.ts +91 -91
- package/dist/packages/platform/atoms/hooks/bookings/useCreateInstantBooking.d.ts +91 -91
- package/dist/packages/platform/atoms/hooks/bookings/useCreateRecurringBooking.d.ts +91 -91
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +3 -3
- package/dist/packages/platform/atoms/hooks/bookings/useHandleBookEvent.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +33 -33
- package/dist/packages/platform/atoms/hooks/schedules/useAtomSchedule.d.ts +3 -3
- package/dist/packages/platform/atoms/hooks/schedules/useAtomUpdateSchedule.d.ts +3 -3
- package/dist/packages/platform/atoms/hooks/useConnectedCalendars.d.ts.map +1 -1
- package/dist/packages/platform/atoms/index.d.ts +0 -36
- package/dist/packages/platform/atoms/index.d.ts.map +1 -1
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts +2 -0
- package/dist/packages/platform/atoms/lib/appendClientIdToEmail.d.ts.map +1 -0
- package/dist/packages/platform/libraries/event-types.d.ts +5 -5
- package/dist/packages/platform/libraries/event-types.d.ts.map +1 -1
- package/dist/packages/platform/libraries/index.d.ts +3 -3
- package/dist/packages/platform/libraries/index.d.ts.map +1 -1
- package/dist/packages/prisma/zod/impersonations.d.ts +2 -2
- package/dist/packages/prisma/zod/ratelimit.d.ts +2 -2
- package/dist/packages/prisma/zod/task.d.ts +2 -2
- package/dist/packages/prisma/zod/teamfeatures.d.ts +2 -2
- package/dist/packages/prisma/zod/userfeatures.d.ts +2 -2
- package/dist/packages/prisma/zod/webhookscheduledtriggers.d.ts +2 -2
- package/dist/packages/prisma/zod-utils.d.ts +1 -0
- package/dist/packages/prisma/zod-utils.d.ts.map +1 -1
- package/dist/packages/trpc/react/hooks/useMeQuery.d.ts +2 -2
- package/dist/packages/trpc/react/shared.d.ts +1 -1
- package/dist/packages/trpc/react/shared.d.ts.map +1 -1
- package/dist/packages/trpc/react/trpc.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/AppCard-bt7zv8gh.js +0 -281
- package/dist/AppListCardPlatformWrapper-VhYhJs_R.js +0 -9
- package/dist/AppListCardWebWrapper-NUv3j3xt.js +0 -74
- package/dist/AppSettingsInterface-buo7m9T8.js +0 -75
- package/dist/AppSettingsInterface-pSKkGg41.js +0 -23
- package/dist/AppSettingsInterface-zXTKl0m5.js +0 -29
- package/dist/DateRangePicker-bTMo0QHP.js +0 -74
- package/dist/EventTypeAppCardInterface-09iYOcZc.js +0 -39
- package/dist/EventTypeAppCardInterface-22oySUhU.js +0 -42
- package/dist/EventTypeAppCardInterface-4J2r0kDm.js +0 -34
- package/dist/EventTypeAppCardInterface-6ARDh1hB.js +0 -34
- package/dist/EventTypeAppCardInterface-6N-ocotc.js +0 -34
- package/dist/EventTypeAppCardInterface-ALjgH4W_.js +0 -34
- package/dist/EventTypeAppCardInterface-Ayfx5tRN.js +0 -39
- package/dist/EventTypeAppCardInterface-DcTMtSbr.js +0 -24
- package/dist/EventTypeAppCardInterface-DqaD8qmA.js +0 -34
- package/dist/EventTypeAppCardInterface-KjJnnhe2.js +0 -51
- package/dist/EventTypeAppCardInterface-SS33HaLT.js +0 -24
- package/dist/EventTypeAppCardInterface-TIEM8D8u.js +0 -41
- package/dist/EventTypeAppCardInterface-UIXAwi3z.js +0 -32
- package/dist/EventTypeAppCardInterface-UhZiYpC_.js +0 -858
- package/dist/EventTypeAppCardInterface-Uv0b0YwY.js +0 -34
- package/dist/EventTypeAppCardInterface-WvWtKyzR.js +0 -32
- package/dist/EventTypeAppCardInterface-ZTWUUx-j.js +0 -31
- package/dist/EventTypeAppCardInterface-Zce0NZR5.js +0 -33
- package/dist/EventTypeAppCardInterface-bj9lQhmN.js +0 -24
- package/dist/EventTypeAppCardInterface-cWLQDtAR.js +0 -86
- package/dist/EventTypeAppCardInterface-fwF9ZNE1.js +0 -42
- package/dist/EventTypeAppCardInterface-lLtnjlZW.js +0 -34
- package/dist/EventTypeAppCardInterface-oHgBXT0z.js +0 -24
- package/dist/EventTypeAppCardInterface-uSw2xD2a.js +0 -41
- package/dist/EventTypeAppCardInterface-uaT7p9un.js +0 -24
- package/dist/EventTypeAppCardInterface-vmdHhgZV.js +0 -51
- package/dist/EventTypeAppCardInterface-zkJKrgZb.js +0 -49
- package/dist/EventTypeAppSettingsInterface-108_BODL.js +0 -78
- package/dist/EventTypeAppSettingsInterface-Q0ZDtoUj.js +0 -25
- package/dist/EventTypeAppSettingsInterface-Qnr0HCO0.js +0 -43
- package/dist/EventTypeAppSettingsInterface-VeVCHNBB.js +0 -24
- package/dist/EventTypeAppSettingsInterface-_Yc814Cl.js +0 -221
- package/dist/EventTypeAppSettingsInterface-gg2Ef5DU.js +0 -48
- package/dist/EventTypeAppSettingsInterface-gkHBitj8.js +0 -106
- package/dist/EventTypeAppSettingsInterface-jJT8-1ML.js +0 -120
- package/dist/EventTypeAppSettingsInterface-lUvYXuGl.js +0 -72
- package/dist/EventTypeAppSettingsInterface-mfeygayG.js +0 -343
- package/dist/EventTypeAppSettingsInterface-siyUmyxC.js +0 -23
- package/dist/EventTypeAppSettingsInterface-u1frTGTk.js +0 -23
- package/dist/EventTypeAppSettingsInterface-ykuyZiXU.js +0 -42
- package/dist/InstallAppButton-JXhBVaYJ.js +0 -29
- package/dist/InstallAppButton-UL42QGKr.js +0 -14
- package/dist/InstallAppButton-c2chNE6g.js +0 -14
- package/dist/InstallAppButton-rvYPqvGJ.js +0 -58
- package/dist/StripePaymentForm-1yTkAicU.js +0 -493
- package/dist/currencyOptions-kannG2hu.js +0 -61
- package/dist/index-6aqrxRA8.js +0 -166397
- package/dist/index-heZJ0K97.js +0 -28
- package/dist/index-miF5qVsp.js +0 -518
- package/dist/useIsAppEnabled-aAe8QNQ3.js +0 -18
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { f as g } from "./index-6aqrxRA8.js";
|
|
3
|
-
const o = ({
|
|
4
|
-
getAppData: t,
|
|
5
|
-
setAppData: a,
|
|
6
|
-
disabled: e
|
|
7
|
-
}) => {
|
|
8
|
-
const n = t("trackingId");
|
|
9
|
-
return /* @__PURE__ */ i(
|
|
10
|
-
g,
|
|
11
|
-
{
|
|
12
|
-
name: "Tracking ID",
|
|
13
|
-
"data-testid": "gtm-tracking-id-input",
|
|
14
|
-
value: n,
|
|
15
|
-
disabled: e,
|
|
16
|
-
onChange: (r) => {
|
|
17
|
-
a("trackingId", r.target.value);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
};
|
|
22
|
-
export {
|
|
23
|
-
o as default
|
|
24
|
-
};
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
import { jsx as e, jsxs as o } from "react/jsx-runtime";
|
|
2
|
-
import { useState as d } from "react";
|
|
3
|
-
import { w as I, ae as M, af as j, e as T, B as g, r as k, J as A, ag as E, ah as B, U as R } from "./index-6aqrxRA8.js";
|
|
4
|
-
const y = "search", C = "url", z = (s) => {
|
|
5
|
-
const { t: a } = I(), [i, l] = d(""), [p, m] = d(0), [c, v] = d(""), { isOpenDialog: D, setIsOpenDialog: O } = s, [u, b] = d(!1), [N, h] = d(""), [x, _] = d(y), w = async (n, f) => {
|
|
6
|
-
if (u)
|
|
7
|
-
return;
|
|
8
|
-
b(!0), h("");
|
|
9
|
-
const t = await fetch("/api/integrations/giphy/search", {
|
|
10
|
-
method: "POST",
|
|
11
|
-
headers: {
|
|
12
|
-
"Content-Type": "application/json"
|
|
13
|
-
},
|
|
14
|
-
body: JSON.stringify({
|
|
15
|
-
keyword: n,
|
|
16
|
-
offset: f
|
|
17
|
-
})
|
|
18
|
-
}), r = await t.json();
|
|
19
|
-
return t.ok ? (l(r.image || ""), m(r.nextOffset), r.image || h("No Result found")) : h((r == null ? void 0 : r.message) || "Something went wrong"), b(!1), null;
|
|
20
|
-
}, G = async (n) => {
|
|
21
|
-
var r;
|
|
22
|
-
if (u)
|
|
23
|
-
return;
|
|
24
|
-
b(!0), h("");
|
|
25
|
-
const f = await fetch("/api/integrations/giphy/get", {
|
|
26
|
-
method: "POST",
|
|
27
|
-
headers: {
|
|
28
|
-
"Content-Type": "application/json"
|
|
29
|
-
},
|
|
30
|
-
body: JSON.stringify({
|
|
31
|
-
url: n
|
|
32
|
-
})
|
|
33
|
-
}), t = await f.json();
|
|
34
|
-
return f.ok ? (l(t.image || ""), t.image || h("No Result found")) : h((t == null ? void 0 : t.message) || ((r = t == null ? void 0 : t[0]) == null ? void 0 : r.message) || "Something went wrong"), b(!1), null;
|
|
35
|
-
}, S = (n, f, t) => /* @__PURE__ */ o(
|
|
36
|
-
"div",
|
|
37
|
-
{
|
|
38
|
-
className: k(
|
|
39
|
-
"flex cursor-pointer items-center border-b-2 p-2 text-sm ",
|
|
40
|
-
x === t ? "text-default border-emphasis" : "text-subtle border-transparent"
|
|
41
|
-
),
|
|
42
|
-
onClick: () => {
|
|
43
|
-
v(""), l(""), _(t);
|
|
44
|
-
},
|
|
45
|
-
children: [
|
|
46
|
-
/* @__PURE__ */ e(R, { name: n, className: "h-4 w-4 ltr:mr-2 rtl:ml-2" }),
|
|
47
|
-
f
|
|
48
|
-
]
|
|
49
|
-
}
|
|
50
|
-
), P = async (n) => {
|
|
51
|
-
n.stopPropagation(), n.preventDefault(), x === y ? w(c, 0) : x === C && G(c);
|
|
52
|
-
};
|
|
53
|
-
return /* @__PURE__ */ e(M, { open: D, onOpenChange: O, children: /* @__PURE__ */ o(j, { children: [
|
|
54
|
-
/* @__PURE__ */ e("h3", { className: "leading-16 font-cal text-emphasis text-xl", id: "modal-title", children: a("add_gif_to_confirmation") }),
|
|
55
|
-
/* @__PURE__ */ e("p", { className: "text-subtle mb-3 text-sm font-light", children: a("find_gif_spice_confirmation") }),
|
|
56
|
-
/* @__PURE__ */ o("div", { className: "border-emphasis flex items-center border-b border-solid", children: [
|
|
57
|
-
S("search", a("search_giphy"), y),
|
|
58
|
-
S("link", a("add_link_from_giphy"), C)
|
|
59
|
-
] }),
|
|
60
|
-
/* @__PURE__ */ o(
|
|
61
|
-
"form",
|
|
62
|
-
{
|
|
63
|
-
className: "flex w-full justify-center space-x-2 space-y-2 rtl:space-x-reverse",
|
|
64
|
-
onSubmit: P,
|
|
65
|
-
children: [
|
|
66
|
-
/* @__PURE__ */ e("div", { className: "relative block w-full pt-2", children: /* @__PURE__ */ e(
|
|
67
|
-
T,
|
|
68
|
-
{
|
|
69
|
-
type: "text",
|
|
70
|
-
placeholder: x === y ? a("search_giphy") : "https://media.giphy.com/media/some-id/giphy.gif",
|
|
71
|
-
value: c,
|
|
72
|
-
onChange: (n) => {
|
|
73
|
-
v(n.target.value);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
) }),
|
|
77
|
-
/* @__PURE__ */ e(g, { type: "submit", tabIndex: -1, color: "secondary", loading: u, children: a("search") })
|
|
78
|
-
]
|
|
79
|
-
}
|
|
80
|
-
),
|
|
81
|
-
i && /* @__PURE__ */ e("div", { className: "flex flex-col items-center space-x-2 space-y-2 pt-3 rtl:space-x-reverse", children: /* @__PURE__ */ e("div", { className: "bg-subtle flex w-full items-center justify-center", children: u ? /* @__PURE__ */ e("div", { className: "flex h-[200px] w-full items-center justify-center bg-gray-400 pb-3 pt-3", children: /* @__PURE__ */ o(
|
|
82
|
-
"svg",
|
|
83
|
-
{
|
|
84
|
-
className: k("mx-4 h-5 w-5 animate-spin", "text-inverted dark:text-emphasis"),
|
|
85
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
86
|
-
fill: "none",
|
|
87
|
-
viewBox: "0 0 24 24",
|
|
88
|
-
children: [
|
|
89
|
-
/* @__PURE__ */ e(
|
|
90
|
-
"circle",
|
|
91
|
-
{
|
|
92
|
-
className: "opacity-25",
|
|
93
|
-
cx: "12",
|
|
94
|
-
cy: "12",
|
|
95
|
-
r: "10",
|
|
96
|
-
stroke: "currentColor",
|
|
97
|
-
strokeWidth: "4"
|
|
98
|
-
}
|
|
99
|
-
),
|
|
100
|
-
/* @__PURE__ */ e(
|
|
101
|
-
"path",
|
|
102
|
-
{
|
|
103
|
-
className: "opacity-75",
|
|
104
|
-
fill: "currentColor",
|
|
105
|
-
d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
|
106
|
-
}
|
|
107
|
-
)
|
|
108
|
-
]
|
|
109
|
-
}
|
|
110
|
-
) }) : /* @__PURE__ */ e("img", { className: "h-[200px] pb-3 pt-3", src: i, alt: `Gif from Giphy for ${c}` }) }) }),
|
|
111
|
-
N && /* @__PURE__ */ e(A, { severity: "error", title: N, className: "my-4" }),
|
|
112
|
-
i && x === y && /* @__PURE__ */ o("div", { className: "mt-4 flex items-center justify-between space-x-2 rtl:space-x-reverse", children: [
|
|
113
|
-
/* @__PURE__ */ e("div", { className: "text-subtle text-sm font-light", children: "Not the perfect GIF?" }),
|
|
114
|
-
/* @__PURE__ */ e(
|
|
115
|
-
g,
|
|
116
|
-
{
|
|
117
|
-
size: "sm",
|
|
118
|
-
color: "secondary",
|
|
119
|
-
type: "button",
|
|
120
|
-
loading: u,
|
|
121
|
-
onClick: () => w(c, p),
|
|
122
|
-
children: "Shuffle"
|
|
123
|
-
}
|
|
124
|
-
)
|
|
125
|
-
] }),
|
|
126
|
-
/* @__PURE__ */ o(E, { noSticky: !0, children: [
|
|
127
|
-
/* @__PURE__ */ e(
|
|
128
|
-
B,
|
|
129
|
-
{
|
|
130
|
-
color: "minimal",
|
|
131
|
-
tabIndex: -1,
|
|
132
|
-
onClick: () => {
|
|
133
|
-
s.setIsOpenDialog(!1);
|
|
134
|
-
},
|
|
135
|
-
children: a("cancel")
|
|
136
|
-
}
|
|
137
|
-
),
|
|
138
|
-
/* @__PURE__ */ e(
|
|
139
|
-
g,
|
|
140
|
-
{
|
|
141
|
-
type: "button",
|
|
142
|
-
disabled: !i,
|
|
143
|
-
onClick: () => (s.setIsOpenDialog(!1), s.onSave(i), m(0), l(""), v(""), !1),
|
|
144
|
-
children: a("add_gif")
|
|
145
|
-
}
|
|
146
|
-
)
|
|
147
|
-
] })
|
|
148
|
-
] }) });
|
|
149
|
-
};
|
|
150
|
-
function F(s) {
|
|
151
|
-
const { t: a } = I(), [i, l] = d(s.defaultValue), [p, m] = d(!1);
|
|
152
|
-
return /* @__PURE__ */ o("div", { className: "flex flex-col items-start space-x-2 space-y-2 rtl:space-x-reverse", children: [
|
|
153
|
-
i && /* @__PURE__ */ e("div", { className: "min-h-[200px]", children: /* @__PURE__ */ e("img", { alt: "Selected Gif Image", src: i }) }),
|
|
154
|
-
/* @__PURE__ */ o("div", { className: "flex", children: [
|
|
155
|
-
i ? /* @__PURE__ */ e(
|
|
156
|
-
g,
|
|
157
|
-
{
|
|
158
|
-
color: "minimal",
|
|
159
|
-
type: "button",
|
|
160
|
-
StartIcon: "pencil",
|
|
161
|
-
onClick: () => m(!0),
|
|
162
|
-
disabled: s.disabled,
|
|
163
|
-
children: "Change"
|
|
164
|
-
}
|
|
165
|
-
) : /* @__PURE__ */ e(
|
|
166
|
-
g,
|
|
167
|
-
{
|
|
168
|
-
color: "minimal",
|
|
169
|
-
type: "button",
|
|
170
|
-
StartIcon: "plus",
|
|
171
|
-
onClick: () => m(!0),
|
|
172
|
-
disabled: s.disabled,
|
|
173
|
-
children: "Add from Giphy"
|
|
174
|
-
}
|
|
175
|
-
),
|
|
176
|
-
i && /* @__PURE__ */ e(
|
|
177
|
-
g,
|
|
178
|
-
{
|
|
179
|
-
color: "destructive",
|
|
180
|
-
type: "button",
|
|
181
|
-
StartIcon: "x",
|
|
182
|
-
onClick: () => {
|
|
183
|
-
l(""), s.onChange("");
|
|
184
|
-
},
|
|
185
|
-
disabled: s.disabled,
|
|
186
|
-
children: a("remove")
|
|
187
|
-
}
|
|
188
|
-
)
|
|
189
|
-
] }),
|
|
190
|
-
/* @__PURE__ */ e(
|
|
191
|
-
z,
|
|
192
|
-
{
|
|
193
|
-
isOpenDialog: p,
|
|
194
|
-
setIsOpenDialog: m,
|
|
195
|
-
onSave: (c) => {
|
|
196
|
-
l(c), s.onChange(c);
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
)
|
|
200
|
-
] });
|
|
201
|
-
}
|
|
202
|
-
const Y = ({
|
|
203
|
-
getAppData: s,
|
|
204
|
-
setAppData: a,
|
|
205
|
-
disabled: i
|
|
206
|
-
}) => {
|
|
207
|
-
const l = s("thankYouPage");
|
|
208
|
-
return /* @__PURE__ */ e(
|
|
209
|
-
F,
|
|
210
|
-
{
|
|
211
|
-
defaultValue: l,
|
|
212
|
-
disabled: i,
|
|
213
|
-
onChange: (p) => {
|
|
214
|
-
a("thankYouPage", p);
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
);
|
|
218
|
-
};
|
|
219
|
-
export {
|
|
220
|
-
Y as default
|
|
221
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { jsxs as o, jsx as c } from "react/jsx-runtime";
|
|
2
|
-
import { useState as m, useEffect as v } from "react";
|
|
3
|
-
import { K as p, S as h } from "./index-6aqrxRA8.js";
|
|
4
|
-
const S = ({}) => {
|
|
5
|
-
const [n, u] = m(), [f, r] = m(), { data: e } = p.viewer.appBasecamp3.projects.useQuery(), d = p.viewer.appBasecamp3.projectMutation.useMutation();
|
|
6
|
-
return v(
|
|
7
|
-
function() {
|
|
8
|
-
var a, i, l;
|
|
9
|
-
r({
|
|
10
|
-
value: e == null ? void 0 : e.projects.currentProject,
|
|
11
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
12
|
-
label: (i = (a = e == null ? void 0 : e.projects) == null ? void 0 : a.find((s) => s.id === (e == null ? void 0 : e.currentProject))) == null ? void 0 : i.name
|
|
13
|
-
}), u(
|
|
14
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
15
|
-
(l = e == null ? void 0 : e.projects) == null ? void 0 : l.map((s) => ({
|
|
16
|
-
value: s.id,
|
|
17
|
-
label: s.name
|
|
18
|
-
}))
|
|
19
|
-
);
|
|
20
|
-
},
|
|
21
|
-
[e]
|
|
22
|
-
), /* @__PURE__ */ o("div", { className: "mt-2 text-sm", children: [
|
|
23
|
-
/* @__PURE__ */ o("div", { className: "flex gap-3", children: [
|
|
24
|
-
/* @__PURE__ */ c("div", { className: "items-center", children: /* @__PURE__ */ c("p", { className: "py-2", children: "Link a Basecamp project to this event:" }) }),
|
|
25
|
-
/* @__PURE__ */ c(
|
|
26
|
-
h,
|
|
27
|
-
{
|
|
28
|
-
placeholder: "Select project",
|
|
29
|
-
options: n,
|
|
30
|
-
isLoading: !n,
|
|
31
|
-
className: "md:min-w-[120px]",
|
|
32
|
-
onChange: (t) => {
|
|
33
|
-
t && (d.mutate({ projectId: t == null ? void 0 : t.value.toString() }), r(t));
|
|
34
|
-
},
|
|
35
|
-
value: f
|
|
36
|
-
}
|
|
37
|
-
)
|
|
38
|
-
] }),
|
|
39
|
-
/* @__PURE__ */ o("div", { className: "mt-2", children: [
|
|
40
|
-
"Please note that as of now you can only link ",
|
|
41
|
-
/* @__PURE__ */ c("span", { className: "italic", children: "one" }),
|
|
42
|
-
" of your projects to cal.com"
|
|
43
|
-
] })
|
|
44
|
-
] });
|
|
45
|
-
};
|
|
46
|
-
export {
|
|
47
|
-
S as default
|
|
48
|
-
};
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { jsx as n, Fragment as D, jsxs as c } from "react/jsx-runtime";
|
|
2
|
-
import { useState as f, useEffect as T } from "react";
|
|
3
|
-
import { w, a0 as t, J as P, f as R, S as y } from "./index-6aqrxRA8.js";
|
|
4
|
-
const i = [
|
|
5
|
-
{ label: "SATS", value: "BTC", unit: "SATS" },
|
|
6
|
-
{ label: "USD- US Dollar", value: "USD", unit: "USD" },
|
|
7
|
-
{ label: "EUR- Euro", value: "EUR", unit: "EUR" },
|
|
8
|
-
{ label: "JPY- Japanese Yen", value: "JPY", unit: "JPY" },
|
|
9
|
-
{ label: "CNY- Yuan Renminbi", value: "CNY", unit: "CNY" },
|
|
10
|
-
{ label: "GBP- Pounds Sterling", value: "GBP", unit: "GBP" },
|
|
11
|
-
{ label: "AED- UAE Dirham", value: "AED", unit: "AED" },
|
|
12
|
-
{ label: "ZAR- South African Rand", value: "ZAR", unit: "ZAR" },
|
|
13
|
-
{ label: "HKD- Hong Kong Dollar", value: "HKD", unit: "HKD" },
|
|
14
|
-
{ label: "BRL- Brazilian Real", value: "BRL", unit: "BRL" },
|
|
15
|
-
{ label: "AUD- Australian Dollar", value: "AUD", unit: "AUD" },
|
|
16
|
-
{ label: "CAD- Canadian Dollar", value: "CAD", unit: "CAD" },
|
|
17
|
-
{ label: "CZK- Czech Koruna", value: "CZK", unit: "CZK" },
|
|
18
|
-
{ label: "DKK- Danish Krone", value: "DKK", unit: "DKK" },
|
|
19
|
-
{ label: "NZD- New Zealand Dollar", value: "NZD", unit: "NZD" },
|
|
20
|
-
{ label: "MYR- Malaysian Ringgit", value: "MYR", unit: "MYR" },
|
|
21
|
-
{ label: "PHP- Philippine Peso", value: "PHP", unit: "PHP" },
|
|
22
|
-
{ label: "CHF- Swiss Franc", value: "CHF", unit: "CHF" },
|
|
23
|
-
{ label: "NOK- Norwegian Krone", value: "NOK", unit: "NOK" },
|
|
24
|
-
{ label: "THB- Thai Baht", value: "THB", unit: "THB" },
|
|
25
|
-
{ label: "SEK- Swedish Krona", value: "SEK", unit: "SEK" },
|
|
26
|
-
{ label: "SGD- Singapore Dollar", value: "SGD", unit: "SGD" },
|
|
27
|
-
{ label: "PLN- Polish Zloty", value: "PLN", unit: "PLN" },
|
|
28
|
-
{ label: "TWD- New Taiwan Dollar", value: "TWD", unit: "TWD" },
|
|
29
|
-
{ label: "MXN- Mexican Peso", value: "MXN", unit: "MXN" },
|
|
30
|
-
{ label: "ILS- New Isreali Shekel", value: "ILS", unit: "ILS" },
|
|
31
|
-
{ label: "NGN- Nigerian Naira", value: "NGN", unit: "NGN" }
|
|
32
|
-
], C = ["SATS", "BTC", "JPY"], E = (r, l) => C.includes(l.toUpperCase()) ? r : Math.round(r * 100), x = (r, l) => C.includes(l.toUpperCase()) ? r : r / 100, Y = ({
|
|
33
|
-
eventType: r,
|
|
34
|
-
getAppData: l,
|
|
35
|
-
setAppData: u
|
|
36
|
-
}) => {
|
|
37
|
-
var h, S;
|
|
38
|
-
const { t: a } = w(), s = l("price"), o = l("currency") || (i.length > 0 ? i[0].value : ""), [v, K] = f(
|
|
39
|
-
i.find((e) => e.value === o) || (i.length > 0 ? {
|
|
40
|
-
label: i[0].label,
|
|
41
|
-
value: i[0].value
|
|
42
|
-
} : null)
|
|
43
|
-
), d = l("paymentOption"), b = ((h = t) == null ? void 0 : h.find((e) => d === e.value)) || {
|
|
44
|
-
label: t.length > 0 ? t[0].label : "",
|
|
45
|
-
value: t.length > 0 ? t[0].value : ""
|
|
46
|
-
}, N = !!r.seatsPerTimeSlot, [m, U] = f(l("enabled")), p = ((S = r.recurringEvent) == null ? void 0 : S.count) !== void 0;
|
|
47
|
-
T(() => {
|
|
48
|
-
m && !l("currency") && u("currency", i[0].value);
|
|
49
|
-
}, [m, l, u]);
|
|
50
|
-
const g = (e) => Math.floor(e);
|
|
51
|
-
return /* @__PURE__ */ n(D, { children: p ? /* @__PURE__ */ n(P, { className: "mt-2", severity: "warning", title: a("warning_recurring_event_payment") }) : m && /* @__PURE__ */ c(D, { children: [
|
|
52
|
-
/* @__PURE__ */ c("div", { className: "mt-4 inline-block", children: [
|
|
53
|
-
/* @__PURE__ */ n("label", { className: "text-default block text-sm font-medium mb-1", htmlFor: "price", children: a("price") }),
|
|
54
|
-
/* @__PURE__ */ n(
|
|
55
|
-
R,
|
|
56
|
-
{
|
|
57
|
-
label: a("price"),
|
|
58
|
-
className: "text-black dark:text-white w-auto",
|
|
59
|
-
addOnClassname: "h-[38px]",
|
|
60
|
-
min: "1",
|
|
61
|
-
type: "number",
|
|
62
|
-
required: !0,
|
|
63
|
-
placeholder: "Price",
|
|
64
|
-
onChange: (e) => {
|
|
65
|
-
u("price", E(Number(e.target.value), o));
|
|
66
|
-
},
|
|
67
|
-
value: s && s > 0 ? g(x(s, o)) : void 0
|
|
68
|
-
}
|
|
69
|
-
)
|
|
70
|
-
] }),
|
|
71
|
-
/* @__PURE__ */ c("div", { className: "mt-5 w-60", children: [
|
|
72
|
-
/* @__PURE__ */ n("label", { className: "text-default block text-sm font-medium", htmlFor: "currency", children: a("currency") }),
|
|
73
|
-
/* @__PURE__ */ n(
|
|
74
|
-
y,
|
|
75
|
-
{
|
|
76
|
-
variant: "default",
|
|
77
|
-
options: i,
|
|
78
|
-
value: v,
|
|
79
|
-
defaultValue: v,
|
|
80
|
-
onChange: (e) => {
|
|
81
|
-
e && (K(e), u("currency", e.value));
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
)
|
|
85
|
-
] }),
|
|
86
|
-
/* @__PURE__ */ c("div", { className: "mt-2 w-60", children: [
|
|
87
|
-
/* @__PURE__ */ n("label", { className: "text-default block text-sm font-medium", htmlFor: "paymentOption", children: a("payment_option") }),
|
|
88
|
-
/* @__PURE__ */ n(
|
|
89
|
-
y,
|
|
90
|
-
{
|
|
91
|
-
defaultValue: b ? { ...b, label: a(b.label) } : t.length > 0 ? { ...t[0], label: a(t[0].label) } : void 0,
|
|
92
|
-
options: t.map((e) => ({ ...e, label: a(e.label) || e.label })),
|
|
93
|
-
onChange: (e) => {
|
|
94
|
-
e && u("paymentOption", e.value);
|
|
95
|
-
},
|
|
96
|
-
className: "mb-1 h-[38px] w-full",
|
|
97
|
-
isDisabled: N
|
|
98
|
-
}
|
|
99
|
-
)
|
|
100
|
-
] }),
|
|
101
|
-
N && d === "HOLD" && /* @__PURE__ */ n(P, { className: "mt-2", severity: "warning", title: a("seats_and_no_show_fee_error") })
|
|
102
|
-
] }) });
|
|
103
|
-
};
|
|
104
|
-
export {
|
|
105
|
-
Y as default
|
|
106
|
-
};
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
import { jsxs as u, Fragment as o, jsx as n } from "react/jsx-runtime";
|
|
2
|
-
import { useState as P, useEffect as k } from "react";
|
|
3
|
-
import { w as x, J as p, f as w, S as K } from "./index-6aqrxRA8.js";
|
|
4
|
-
const f = [
|
|
5
|
-
"BIF",
|
|
6
|
-
"CLP",
|
|
7
|
-
"DJF",
|
|
8
|
-
"GNF",
|
|
9
|
-
"JPY",
|
|
10
|
-
"KMF",
|
|
11
|
-
"KRW",
|
|
12
|
-
"MGA",
|
|
13
|
-
"PYG",
|
|
14
|
-
"RWF",
|
|
15
|
-
"UGX",
|
|
16
|
-
"VND",
|
|
17
|
-
"VUV",
|
|
18
|
-
"XAF",
|
|
19
|
-
"XOF",
|
|
20
|
-
"XPF"
|
|
21
|
-
], U = (e, a) => f.includes(a.toUpperCase()) ? e : Math.round(e * 100), _ = (e, a) => f.includes(a.toUpperCase()) ? e : e / 100, V = [
|
|
22
|
-
{
|
|
23
|
-
label: "on_booking_option",
|
|
24
|
-
value: "ON_BOOKING"
|
|
25
|
-
}
|
|
26
|
-
], r = [
|
|
27
|
-
{ label: "United States dollar (USD)", value: "usd" },
|
|
28
|
-
{ label: "Singapore dollar (SGD)", value: "sgd" },
|
|
29
|
-
{ label: "Malaysian ringgit (MYR)", value: "myr" },
|
|
30
|
-
{ label: "Indonesian rupiah (IDR)", value: "idr" },
|
|
31
|
-
{ label: "Japanese yen (JPY)", value: "jpy" },
|
|
32
|
-
{ label: "Hong Kong dollar (HKD)", value: "hkd" },
|
|
33
|
-
{ label: "Thai baht (THB)", value: "thb" },
|
|
34
|
-
{ label: "Australian dollar (AUD)", value: "aud" },
|
|
35
|
-
{ label: "New Zealand dollar (NZD)", value: "nzd" },
|
|
36
|
-
{ label: "British pound sterling (GBP)", value: "gbp" },
|
|
37
|
-
{ label: "Philippine peso (PHP)", value: "php" },
|
|
38
|
-
{ label: "Indian rupee (INR)", value: "inr" },
|
|
39
|
-
{ label: "Chinese yuan (CNY)", value: "cny" },
|
|
40
|
-
{ label: "Euro (EUR)", value: "eur" },
|
|
41
|
-
{ label: "Swiss franc (CHF)", value: "chf" },
|
|
42
|
-
{ label: "Danish krone (DKK)", value: "dkk" },
|
|
43
|
-
{ label: "Swedish krona (SEK)", value: "sek" },
|
|
44
|
-
{ label: "Norwegian krone (NOK)", value: "nok" },
|
|
45
|
-
{ label: "Vietnamese đồng (VND)", value: "vnd" },
|
|
46
|
-
{ label: "Canadian dollar (CAD)", value: "cad" },
|
|
47
|
-
{ label: "South Korean won (KRW)", value: "krw" }
|
|
48
|
-
], R = ({
|
|
49
|
-
getAppData: e,
|
|
50
|
-
setAppData: a,
|
|
51
|
-
disabled: h,
|
|
52
|
-
eventType: d
|
|
53
|
-
}) => {
|
|
54
|
-
var b;
|
|
55
|
-
const m = e("price"), t = e("currency") || r[0].value, [i, g] = P(
|
|
56
|
-
r.find((l) => l.value === t) || {
|
|
57
|
-
label: r[0].label,
|
|
58
|
-
value: r[0].value
|
|
59
|
-
}
|
|
60
|
-
), S = e("paymentOption"), c = e("enabled"), { t: s } = x(), v = ((b = d.recurringEvent) == null ? void 0 : b.count) !== void 0, N = !!d.seatsPerTimeSlot, C = (l, y) => 0 .toLocaleString(l, {
|
|
61
|
-
style: "currency",
|
|
62
|
-
currency: y,
|
|
63
|
-
minimumFractionDigits: 0,
|
|
64
|
-
maximumFractionDigits: 0
|
|
65
|
-
}).replace(/\d/g, "").trim();
|
|
66
|
-
k(() => {
|
|
67
|
-
c && (e("currency") || a("currency", r[0].value), e("paymentOption") || a("paymentOption", V[0].value));
|
|
68
|
-
}, [c, e, a]);
|
|
69
|
-
const F = (l) => {
|
|
70
|
-
const O = Math.floor(l).toString();
|
|
71
|
-
return parseInt(O);
|
|
72
|
-
};
|
|
73
|
-
return /* @__PURE__ */ u(o, { children: [
|
|
74
|
-
v && /* @__PURE__ */ n(p, { className: "mt-2", severity: "warning", title: s("warning_recurring_event_payment") }),
|
|
75
|
-
!v && c && /* @__PURE__ */ u(o, { children: [
|
|
76
|
-
/* @__PURE__ */ n("div", { className: "mt-4 block items-center justify-start sm:flex sm:space-x-2", children: /* @__PURE__ */ n(
|
|
77
|
-
w,
|
|
78
|
-
{
|
|
79
|
-
"data-testid": "stripe-price-input",
|
|
80
|
-
label: s("price"),
|
|
81
|
-
className: "h-[38px]",
|
|
82
|
-
addOnLeading: /* @__PURE__ */ n(o, { children: i.value ? C("en", i.value) : "" }),
|
|
83
|
-
addOnSuffix: t.toUpperCase(),
|
|
84
|
-
addOnClassname: "h-[38px]",
|
|
85
|
-
step: "1",
|
|
86
|
-
min: "1",
|
|
87
|
-
type: "number",
|
|
88
|
-
required: !0,
|
|
89
|
-
placeholder: "Price",
|
|
90
|
-
disabled: h,
|
|
91
|
-
onChange: (l) => {
|
|
92
|
-
a("price", U(Number(l.target.value), t));
|
|
93
|
-
},
|
|
94
|
-
value: m > 0 ? F(_(m, t)) : void 0
|
|
95
|
-
}
|
|
96
|
-
) }),
|
|
97
|
-
/* @__PURE__ */ u("div", { className: "mt-5 w-60", children: [
|
|
98
|
-
/* @__PURE__ */ n("label", { className: "text-default mb-1 block text-sm font-medium", htmlFor: "currency", children: s("currency") }),
|
|
99
|
-
/* @__PURE__ */ n(
|
|
100
|
-
K,
|
|
101
|
-
{
|
|
102
|
-
"data-testid": "stripe-currency-select",
|
|
103
|
-
variant: "default",
|
|
104
|
-
options: r,
|
|
105
|
-
value: i,
|
|
106
|
-
className: "text-black",
|
|
107
|
-
defaultValue: i,
|
|
108
|
-
onChange: (l) => {
|
|
109
|
-
l && (g(l), a("currency", l.value));
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
)
|
|
113
|
-
] }),
|
|
114
|
-
N && S === "HOLD" && /* @__PURE__ */ n(p, { className: "mt-2", severity: "warning", title: s("seats_and_no_show_fee_error") })
|
|
115
|
-
] })
|
|
116
|
-
] });
|
|
117
|
-
};
|
|
118
|
-
export {
|
|
119
|
-
R as default
|
|
120
|
-
};
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { jsx as l, Fragment as x, jsxs as o } from "react/jsx-runtime";
|
|
2
|
-
import { useState as N, useEffect as O } from "react";
|
|
3
|
-
import { w as _, _ as t, J as g, f as C, V as P, S as p } from "./index-6aqrxRA8.js";
|
|
4
|
-
const d = [{ label: "BTC", value: "BTC", unit: "sats" }], T = ({
|
|
5
|
-
eventType: f,
|
|
6
|
-
getAppData: s,
|
|
7
|
-
setAppData: a
|
|
8
|
-
}) => {
|
|
9
|
-
var v, h;
|
|
10
|
-
const { t: n } = _(), i = s("price"), c = s("currency"), [r, S] = N(
|
|
11
|
-
d.find((e) => e.value === c) || d[0]
|
|
12
|
-
), b = s("paymentOption"), u = ((v = t) == null ? void 0 : v.find((e) => b === e.value)) || {
|
|
13
|
-
label: t[0].label,
|
|
14
|
-
value: t[0].value
|
|
15
|
-
}, y = !!f.seatsPerTimeSlot, [m] = N(s("enabled")), w = ((h = f.recurringEvent) == null ? void 0 : h.count) !== void 0;
|
|
16
|
-
return O(() => {
|
|
17
|
-
!c && m && a("currency", r.value);
|
|
18
|
-
}, [c, r, a, m]), /* @__PURE__ */ l(x, { children: w ? /* @__PURE__ */ l(g, { className: "mt-2", severity: "warning", title: n("warning_recurring_event_payment") }) : m && /* @__PURE__ */ o(x, { children: [
|
|
19
|
-
/* @__PURE__ */ l("div", { className: "mt-2 block items-center sm:flex", children: /* @__PURE__ */ l(
|
|
20
|
-
C,
|
|
21
|
-
{
|
|
22
|
-
label: "Price",
|
|
23
|
-
labelSrOnly: !0,
|
|
24
|
-
addOnLeading: /* @__PURE__ */ l(P, { className: "h-4 w-4" }),
|
|
25
|
-
addOnSuffix: r.unit || r.value,
|
|
26
|
-
type: "number",
|
|
27
|
-
required: !0,
|
|
28
|
-
className: "block w-full rounded-sm border-gray-300 pl-2 pr-12 text-sm",
|
|
29
|
-
placeholder: "Price",
|
|
30
|
-
onChange: (e) => {
|
|
31
|
-
a("price", Number(e.target.value)), c && a("currency", c);
|
|
32
|
-
},
|
|
33
|
-
value: i && i > 0 ? i : void 0
|
|
34
|
-
}
|
|
35
|
-
) }),
|
|
36
|
-
/* @__PURE__ */ o("div", { className: "mt-5 w-60", children: [
|
|
37
|
-
/* @__PURE__ */ l("label", { className: "text-default block text-sm font-medium", htmlFor: "currency", children: n("currency") }),
|
|
38
|
-
/* @__PURE__ */ l(
|
|
39
|
-
p,
|
|
40
|
-
{
|
|
41
|
-
variant: "default",
|
|
42
|
-
options: d,
|
|
43
|
-
value: r,
|
|
44
|
-
className: "text-black",
|
|
45
|
-
defaultValue: r,
|
|
46
|
-
onChange: (e) => {
|
|
47
|
-
e && (S(e), a("currency", e.value));
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
)
|
|
51
|
-
] }),
|
|
52
|
-
/* @__PURE__ */ o("div", { className: "mt-2 w-60", children: [
|
|
53
|
-
/* @__PURE__ */ l("label", { className: "text-default block text-sm font-medium", htmlFor: "currency", children: "Payment option" }),
|
|
54
|
-
/* @__PURE__ */ l(
|
|
55
|
-
p,
|
|
56
|
-
{
|
|
57
|
-
defaultValue: u ? { ...u, label: n(u.label) } : { ...t[0], label: n(t[0].label) },
|
|
58
|
-
options: t.map((e) => ({ ...e, label: n(e.label) || e.label })),
|
|
59
|
-
onChange: (e) => {
|
|
60
|
-
e && a("paymentOption", e.value);
|
|
61
|
-
},
|
|
62
|
-
className: "mb-1 h-[38px] w-full",
|
|
63
|
-
isDisabled: y
|
|
64
|
-
}
|
|
65
|
-
)
|
|
66
|
-
] }),
|
|
67
|
-
y && b === "HOLD" && /* @__PURE__ */ l(g, { className: "mt-2", severity: "warning", title: n("seats_and_no_show_fee_error") })
|
|
68
|
-
] }) });
|
|
69
|
-
};
|
|
70
|
-
export {
|
|
71
|
-
T as default
|
|
72
|
-
};
|