@calcom/atoms 1.0.100 → 1.0.101-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-VvdGgcFY.js → AddressInput-juYkbZV2.js} +3 -3
- package/dist/{AlbyPriceComponent-qwBpyj1u.js → AlbyPriceComponent-zPblWsmO.js} +28 -28
- package/dist/{PhoneInput-FqfbsWsL.js → PhoneInput-lzIUvvEp.js} +1 -1
- package/dist/cal-atoms.js +3 -34
- package/dist/index-1iD3RAuF.js +83360 -0
- package/dist/index-4eiX6cBE.js +1957 -0
- package/dist/{index-5NHOyCIB.js → index-pxPagOVY.js} +1 -1
- package/dist/packages/features/bookings/Booker/Booker.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts +6 -0
- package/dist/packages/features/bookings/Booker/components/DatePicker.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts +1 -1
- package/dist/packages/features/bookings/Booker/components/OverlayCalendar/OverlayCalendar.d.ts.map +1 -1
- package/dist/packages/features/bookings/Booker/utils/event.d.ts +17 -0
- package/dist/packages/features/bookings/Booker/utils/event.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/get-booking.d.ts +3 -0
- package/dist/packages/features/bookings/lib/get-booking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts +2 -0
- package/dist/packages/features/bookings/lib/getBookingInfo.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts +2 -0
- package/dist/packages/features/bookings/lib/getBookingToDelete.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts +1 -0
- package/dist/packages/features/bookings/lib/getUserBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleCancelBooking.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/loadUsers.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts +1 -0
- package/dist/packages/features/bookings/lib/handleNewBooking/originalRescheduledBookingUtils.d.ts.map +1 -1
- package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
- package/dist/packages/features/data-table/DataTableProvider.d.ts +4 -2
- package/dist/packages/features/data-table/DataTableProvider.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/DataTableToolbar.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/filters/DateRangeFilter.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/segment/FilterSegmentSelect.d.ts.map +1 -1
- package/dist/packages/features/data-table/components/segment/SaveFilterSegmentButton.d.ts.map +1 -1
- package/dist/packages/features/data-table/hooks/useColumnResizing.d.ts +9 -0
- package/dist/packages/features/data-table/hooks/useColumnResizing.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/useSegments.d.ts +3 -0
- package/dist/packages/features/data-table/hooks/useSegments.d.ts.map +1 -0
- package/dist/packages/features/data-table/hooks/useSegmentsNoop.d.ts +3 -0
- package/dist/packages/features/data-table/hooks/useSegmentsNoop.d.ts.map +1 -0
- package/dist/packages/features/data-table/index.d.ts +1 -1
- package/dist/packages/features/data-table/index.d.ts.map +1 -1
- package/dist/packages/features/data-table/lib/dateRange.d.ts +7 -0
- package/dist/packages/features/data-table/lib/dateRange.d.ts.map +1 -1
- package/dist/packages/features/data-table/lib/dateRange.test.d.ts +2 -0
- package/dist/packages/features/data-table/lib/dateRange.test.d.ts.map +1 -0
- package/dist/packages/features/data-table/lib/types.d.ts +31 -6
- package/dist/packages/features/data-table/lib/types.d.ts.map +1 -1
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts +1 -0
- package/dist/packages/features/ee/round-robin/roundRobinManualReassignment.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts +3 -0
- package/dist/packages/features/ee/workflows/api/scheduleEmailReminders.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/components/WorkflowStepContainer.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts +3 -1
- package/dist/packages/features/ee/workflows/lib/actionHelperFunctions.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts +2 -3
- package/dist/packages/features/ee/workflows/lib/reminders/emailReminderManager.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts +11 -0
- package/dist/packages/features/ee/workflows/lib/reminders/providers/emailProvider.d.ts.map +1 -0
- package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/providers/sendgridProvider.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/customTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts +4 -2
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailRatingTemplate.d.ts.map +1 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts +3 -1
- package/dist/packages/features/ee/workflows/lib/reminders/templates/emailReminderTemplate.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/EditWeightsForAllTeamMembers.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts +1 -1
- package/dist/packages/features/eventtypes/components/tabs/advanced/EventAdvancedTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/limits/EventLimitsTab.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/components/tabs/recurring/RecurringEventController.d.ts.map +1 -1
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +17 -0
- package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
- package/dist/packages/features/form-builder/FormBuilderField.d.ts.map +1 -1
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts +2 -1
- package/dist/packages/platform/atoms/availability/wrappers/AvailabilitySettingsPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts +2 -1
- package/dist/packages/platform/atoms/calendar-settings/wrappers/CalendarSettingsPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts +1 -0
- package/dist/packages/platform/atoms/connect/OAuthConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/apple/AppleConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/google/GcalConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/outlook/OutlookConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/connect/stripe/StripeConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts +2 -1
- package/dist/packages/platform/atoms/destination-calendar/wrappers/DestinationCalendarSettingsPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts +12 -0
- package/dist/packages/platform/atoms/event-types/hooks/useAtomEventTypeById.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useEventTypeForm.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegment.d.ts +32 -0
- package/dist/packages/platform/atoms/event-types/hooks/useTeamMembersWithSegment.d.ts.map +1 -0
- package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts +2 -1
- package/dist/packages/platform/atoms/event-types/wrappers/CreateEventTypePlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventPaymentsTabPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts +2 -1
- package/dist/packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useBookings.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts +1 -0
- package/dist/packages/platform/atoms/hooks/bookings/useGetBookingForReschedule.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts +2 -2
- package/dist/packages/platform/atoms/hooks/connect/useConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/event-types/public/useTeamEventType.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts +4 -0
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationBookings.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts +4 -0
- package/dist/packages/platform/atoms/hooks/organizations/bookings/useOrganizationUserBookings.d.ts.map +1 -0
- package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts +3 -10
- package/dist/packages/platform/atoms/hooks/stripe/useCheck.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts +2 -2
- package/dist/packages/platform/atoms/hooks/stripe/useConnect.d.ts.map +1 -1
- package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts +17 -0
- package/dist/packages/platform/atoms/hooks/usePublicEvent.d.ts.map +1 -1
- package/dist/packages/platform/atoms/index.d.ts +0 -32
- package/dist/packages/platform/atoms/index.d.ts.map +1 -1
- package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts +2 -1
- package/dist/packages/platform/atoms/selected-calendars/wrappers/SelectedCalendarsSettingsPlatformWrapper.d.ts.map +1 -1
- package/dist/packages/platform/libraries/index.d.ts +2 -0
- package/dist/packages/platform/libraries/index.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts +2 -0
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/create-booking.input.d.ts.map +1 -1
- package/dist/packages/platform/types/bookings/2024-08-13/inputs/get-bookings.input.d.ts.map +1 -1
- package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts +5 -0
- package/dist/packages/platform/types/organizations/bookings/get-org-bookings.input.d.ts.map +1 -0
- package/dist/packages/platform/types/organizations/bookings/index.d.ts +2 -0
- package/dist/packages/platform/types/organizations/bookings/index.d.ts.map +1 -0
- package/dist/packages/platform/types/organizations/index.d.ts +1 -0
- package/dist/packages/platform/types/organizations/index.d.ts.map +1 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts +6 -4
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots-input.pipe.d.ts.map +1 -1
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts +15 -3
- package/dist/packages/platform/types/slots/slots-2024-09-04/inputs/get-slots.input.d.ts.map +1 -1
- package/dist/packages/platform/types/teams/outputs/index.d.ts +1 -0
- package/dist/packages/platform/types/teams/outputs/index.d.ts.map +1 -1
- package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts +9 -0
- package/dist/packages/platform/types/teams/outputs/team-members-attributes.output.d.ts.map +1 -0
- package/dist/packages/prisma/zod/app_routingforms_formresponse.d.ts +3 -0
- package/dist/packages/prisma/zod/app_routingforms_formresponse.d.ts.map +1 -1
- package/dist/packages/prisma/zod/calendarcache.d.ts +3 -0
- package/dist/packages/prisma/zod/calendarcache.d.ts.map +1 -1
- package/dist/packages/prisma/zod/filtersegment.d.ts +3 -0
- package/dist/packages/prisma/zod/filtersegment.d.ts.map +1 -1
- package/dist/packages/prisma/zod/task.d.ts +3 -0
- package/dist/packages/prisma/zod/task.d.ts.map +1 -1
- package/dist/packages/prisma/zod/user.d.ts +3 -0
- package/dist/packages/prisma/zod/user.d.ts.map +1 -1
- package/dist/packages/prisma/zod/workflowreminder.d.ts +3 -0
- package/dist/packages/prisma/zod/workflowreminder.d.ts.map +1 -1
- package/dist/packages/prisma/zod-utils.d.ts +126 -3
- package/dist/packages/prisma/zod-utils.d.ts.map +1 -1
- package/dist/packages/prisma-client/index.d.ts +408 -5
- 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/server/routers/viewer/slots/_router.d.ts.map +1 -1
- package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts +6 -0
- package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/globals.min.css +2 -14
- package/package.json +2 -2
- package/dist/AppCard-IYwXZB0q.js +0 -162
- package/dist/AppListCardPlatformWrapper-pjMdLapD.js +0 -9
- package/dist/AppListCardWebWrapper-rJLH8pLc.js +0 -74
- package/dist/AppSettingsInterface-TZgHhVIG.js +0 -29
- package/dist/AppSettingsInterface-XSfKeLus.js +0 -75
- package/dist/AppSettingsInterface-aWE1OufI.js +0 -23
- package/dist/DateRangePicker-Dz4TzJmd.js +0 -2418
- package/dist/EventTypeAppCardInterface-0Uf1T3ux.js +0 -33
- package/dist/EventTypeAppCardInterface-0XhzgCDg.js +0 -42
- package/dist/EventTypeAppCardInterface-1Bx9eMoL.js +0 -32
- package/dist/EventTypeAppCardInterface-1ztuB1hs.js +0 -42
- package/dist/EventTypeAppCardInterface-5dEv3OKA.js +0 -493
- package/dist/EventTypeAppCardInterface-BvImub0B.js +0 -34
- package/dist/EventTypeAppCardInterface-CNUqWmI2.js +0 -34
- package/dist/EventTypeAppCardInterface-F9JXRTyf.js +0 -86
- package/dist/EventTypeAppCardInterface-Gmbb6Gvh.js +0 -41
- package/dist/EventTypeAppCardInterface-QBKgH_Ff.js +0 -24
- package/dist/EventTypeAppCardInterface-UT_z5U7K.js +0 -24
- package/dist/EventTypeAppCardInterface-WNKjUBra.js +0 -24
- package/dist/EventTypeAppCardInterface-Y4mQsFNS.js +0 -34
- package/dist/EventTypeAppCardInterface-c5Lw9vSU.js +0 -41
- package/dist/EventTypeAppCardInterface-dh6jC1kN.js +0 -24
- package/dist/EventTypeAppCardInterface-dickhpVC.js +0 -34
- package/dist/EventTypeAppCardInterface-dlnTOnM2.js +0 -31
- package/dist/EventTypeAppCardInterface-fBFQbEI7.js +0 -51
- package/dist/EventTypeAppCardInterface-fxKGCkHe.js +0 -32
- package/dist/EventTypeAppCardInterface-gXs2V4Se.js +0 -49
- package/dist/EventTypeAppCardInterface-mHtz6mF4.js +0 -34
- package/dist/EventTypeAppCardInterface-obJvlSlU.js +0 -39
- package/dist/EventTypeAppCardInterface-tJFzj8Ah.js +0 -34
- package/dist/EventTypeAppCardInterface-uXK8QTdD.js +0 -34
- package/dist/EventTypeAppCardInterface-y1aVej25.js +0 -51
- package/dist/EventTypeAppCardInterface-y3kh9WVm.js +0 -24
- package/dist/EventTypeAppSettingsInterface-6il0n6Cq.js +0 -221
- package/dist/EventTypeAppSettingsInterface-8PKo71W5.js +0 -25
- package/dist/EventTypeAppSettingsInterface-AkBUmJ5l.js +0 -72
- package/dist/EventTypeAppSettingsInterface-LZtyw2oV.js +0 -23
- package/dist/EventTypeAppSettingsInterface-LzU69UgA.js +0 -43
- package/dist/EventTypeAppSettingsInterface-MuzTABXE.js +0 -298
- package/dist/EventTypeAppSettingsInterface-Q07jpG4C.js +0 -78
- package/dist/EventTypeAppSettingsInterface-TbY0pgk8.js +0 -120
- package/dist/EventTypeAppSettingsInterface-YqwIpsZk.js +0 -48
- package/dist/EventTypeAppSettingsInterface-dWVs0uNV.js +0 -23
- package/dist/EventTypeAppSettingsInterface-fcDBa586.js +0 -42
- package/dist/EventTypeAppSettingsInterface-lj3UxPsg.js +0 -24
- package/dist/InstallAppButton-769wpv3L.js +0 -14
- package/dist/InstallAppButton-JXhBVaYJ.js +0 -29
- package/dist/InstallAppButton-TUQ7pKWK.js +0 -14
- package/dist/InstallAppButton-jc8Moe67.js +0 -58
- package/dist/StripePaymentForm-kZNZ2LFh.js +0 -493
- package/dist/currencyOptions-kannG2hu.js +0 -61
- package/dist/framer-features-2CLxmdz8.js +0 -443
- package/dist/index-0IEhbSFy.js +0 -28
- package/dist/index-Op-zWGFz.js +0 -511
- package/dist/index-kaGA8-X2.js +0 -155423
- package/dist/packages/features/data-table/lib/resizing.d.ts +0 -9
- package/dist/packages/features/data-table/lib/resizing.d.ts.map +0 -1
- package/dist/packages/features/data-table/lib/segments.d.ts +0 -27
- package/dist/packages/features/data-table/lib/segments.d.ts.map +0 -1
- package/dist/useIsAppEnabled-Z2j-XkyQ.js +0 -18
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { t as l, f as m } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as u } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u as h } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
const D = function({ app: a, eventType: d }) {
|
|
6
|
-
var s;
|
|
7
|
-
const { getAppData: n, setAppData: r, disabled: p } = l(), i = n("SITE_ID"), { enabled: o, updateEnabled: c } = h(a);
|
|
8
|
-
return /* @__PURE__ */ t(
|
|
9
|
-
u,
|
|
10
|
-
{
|
|
11
|
-
app: a,
|
|
12
|
-
switchOnClick: (e) => {
|
|
13
|
-
c(e);
|
|
14
|
-
},
|
|
15
|
-
switchChecked: o,
|
|
16
|
-
teamId: ((s = d.team) == null ? void 0 : s.id) || void 0,
|
|
17
|
-
children: /* @__PURE__ */ t("fieldset", { className: "space-y-2", disabled: p, children: /* @__PURE__ */ t(
|
|
18
|
-
m,
|
|
19
|
-
{
|
|
20
|
-
disabled: p,
|
|
21
|
-
name: "Site ID",
|
|
22
|
-
value: i,
|
|
23
|
-
placeholder: "Enter your Site ID",
|
|
24
|
-
onChange: (e) => {
|
|
25
|
-
r("SITE_ID", e.target.value);
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
) })
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
};
|
|
32
|
-
export {
|
|
33
|
-
D as default
|
|
34
|
-
};
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { jsx as t, Fragment as o, jsxs as u } from "react/jsx-runtime";
|
|
2
|
-
import { s as v, q as F, t as T, w as a, W as _, x as L, f as V, S as x } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { useMemo as W, useState as p } from "react";
|
|
4
|
-
import { A as $ } from "./AppCard-IYwXZB0q.js";
|
|
5
|
-
import { c as g, i as j, a as C } from "./currencyOptions-kannG2hu.js";
|
|
6
|
-
const H = function({ app: S, eventType: A }) {
|
|
7
|
-
var f, h;
|
|
8
|
-
const i = v.useSearchParams(), d = v.usePathname(), P = W(
|
|
9
|
-
() => `${d}${i ? `?${i.toString()}` : ""}`,
|
|
10
|
-
[d, i]
|
|
11
|
-
), { t: n } = F(), { getAppData: r, setAppData: c } = T(), y = r("price"), l = r("currency"), k = r("paymentOption"), N = r("enabled"), [s, O] = p(g.find((e) => e.value === l)), [w, E] = p(
|
|
12
|
-
j(l) ? C[l] : ""
|
|
13
|
-
), [b, q] = p(N), m = ((f = a) == null ? void 0 : f.find((e) => k === e.value)) || {
|
|
14
|
-
label: a[0].label,
|
|
15
|
-
value: a[0].value
|
|
16
|
-
}, D = ((h = A.recurringEvent) == null ? void 0 : h.count) !== void 0;
|
|
17
|
-
return /* @__PURE__ */ t(
|
|
18
|
-
$,
|
|
19
|
-
{
|
|
20
|
-
returnTo: _ + P,
|
|
21
|
-
app: S,
|
|
22
|
-
switchChecked: b,
|
|
23
|
-
switchOnClick: (e) => {
|
|
24
|
-
q(e);
|
|
25
|
-
},
|
|
26
|
-
description: /* @__PURE__ */ t(o, { children: "Add a mock payment to your events" }),
|
|
27
|
-
children: /* @__PURE__ */ t(o, { children: D ? /* @__PURE__ */ t(L, { className: "mt-2", severity: "warning", title: n("warning_recurring_event_payment") }) : b && /* @__PURE__ */ u(o, { children: [
|
|
28
|
-
/* @__PURE__ */ t("div", { className: "mt-2 block items-center sm:flex", children: /* @__PURE__ */ t(
|
|
29
|
-
V,
|
|
30
|
-
{
|
|
31
|
-
id: "test-mock-payment-app-price",
|
|
32
|
-
label: "Price",
|
|
33
|
-
labelSrOnly: !0,
|
|
34
|
-
addOnLeading: w,
|
|
35
|
-
addOnSuffix: l,
|
|
36
|
-
step: "0.01",
|
|
37
|
-
min: "0.5",
|
|
38
|
-
type: "number",
|
|
39
|
-
required: !0,
|
|
40
|
-
className: "block w-full rounded-sm pl-2 text-sm",
|
|
41
|
-
placeholder: "Price",
|
|
42
|
-
onChange: (e) => {
|
|
43
|
-
c("price", Number(e.target.value) * 100), s && c("currency", s.value);
|
|
44
|
-
},
|
|
45
|
-
value: y > 0 ? y / 100 : void 0
|
|
46
|
-
}
|
|
47
|
-
) }),
|
|
48
|
-
/* @__PURE__ */ u("div", { className: "mt-5 w-60", children: [
|
|
49
|
-
/* @__PURE__ */ t("label", { className: "text-default mb-1 block text-sm font-medium", htmlFor: "currency", children: n("currency") }),
|
|
50
|
-
/* @__PURE__ */ t(
|
|
51
|
-
x,
|
|
52
|
-
{
|
|
53
|
-
id: "test-mock-payment-app-currency-id",
|
|
54
|
-
variant: "default",
|
|
55
|
-
options: g,
|
|
56
|
-
value: s,
|
|
57
|
-
className: "text-black",
|
|
58
|
-
defaultValue: s,
|
|
59
|
-
onChange: (e) => {
|
|
60
|
-
e && (O(e), E(C[e.value]), c("currency", e.value));
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
)
|
|
64
|
-
] }),
|
|
65
|
-
/* @__PURE__ */ u("div", { className: "mt-4 w-60", children: [
|
|
66
|
-
/* @__PURE__ */ t("label", { className: "text-default mb-1 block text-sm font-medium", htmlFor: "currency", children: "Payment option" }),
|
|
67
|
-
/* @__PURE__ */ t(
|
|
68
|
-
x,
|
|
69
|
-
{
|
|
70
|
-
defaultValue: m ? { ...m, label: n(m.label) } : { ...a[0], label: n(a[0].label) },
|
|
71
|
-
options: a.map((e) => ({ ...e, label: n(e.label) || e.label })),
|
|
72
|
-
onChange: (e) => {
|
|
73
|
-
e && c("paymentOption", e.value);
|
|
74
|
-
},
|
|
75
|
-
className: "mb-1 h-[38px] w-full",
|
|
76
|
-
isDisabled: !1
|
|
77
|
-
}
|
|
78
|
-
)
|
|
79
|
-
] })
|
|
80
|
-
] }) })
|
|
81
|
-
}
|
|
82
|
-
);
|
|
83
|
-
};
|
|
84
|
-
export {
|
|
85
|
-
H as default
|
|
86
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import { q as b, s as f, t as E, v, W as y } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { useState as C } from "react";
|
|
4
|
-
import { A as P } from "./AppCard-IYwXZB0q.js";
|
|
5
|
-
import { u as g } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
6
|
-
import w from "./EventTypeAppSettingsInterface-TbY0pgk8.js";
|
|
7
|
-
const W = function({
|
|
8
|
-
app: t,
|
|
9
|
-
eventType: e,
|
|
10
|
-
eventTypeFormMetadata: n
|
|
11
|
-
}) {
|
|
12
|
-
var o;
|
|
13
|
-
const { t: i } = b(), r = f.usePathname(), { getAppData: a, setAppData: c, disabled: m } = E(), { enabled: d, updateEnabled: l } = g(t), u = v(n), [h] = C(a("enabled")), s = !h && u;
|
|
14
|
-
return /* @__PURE__ */ p(
|
|
15
|
-
P,
|
|
16
|
-
{
|
|
17
|
-
returnTo: `${y}${r}?tabName=apps`,
|
|
18
|
-
app: t,
|
|
19
|
-
switchChecked: d,
|
|
20
|
-
switchOnClick: (A) => {
|
|
21
|
-
l(A);
|
|
22
|
-
},
|
|
23
|
-
teamId: ((o = e.team) == null ? void 0 : o.id) || void 0,
|
|
24
|
-
disableSwitch: s,
|
|
25
|
-
switchTooltip: s ? i("other_payment_app_enabled") : void 0,
|
|
26
|
-
children: /* @__PURE__ */ p(
|
|
27
|
-
w,
|
|
28
|
-
{
|
|
29
|
-
eventType: e,
|
|
30
|
-
slug: t.slug,
|
|
31
|
-
disabled: m,
|
|
32
|
-
getAppData: a,
|
|
33
|
-
setAppData: c
|
|
34
|
-
}
|
|
35
|
-
)
|
|
36
|
-
}
|
|
37
|
-
);
|
|
38
|
-
};
|
|
39
|
-
export {
|
|
40
|
-
W as default
|
|
41
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { s as d, W as i } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as m } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
const l = function({ app: t, eventType: e }) {
|
|
6
|
-
var a;
|
|
7
|
-
const p = d.usePathname(), { enabled: n, updateEnabled: r } = u(t);
|
|
8
|
-
return /* @__PURE__ */ s(
|
|
9
|
-
m,
|
|
10
|
-
{
|
|
11
|
-
returnTo: `${i}${p}?tabName=apps`,
|
|
12
|
-
app: t,
|
|
13
|
-
teamId: ((a = e.team) == null ? void 0 : a.id) || void 0,
|
|
14
|
-
switchOnClick: (o) => {
|
|
15
|
-
r(o);
|
|
16
|
-
},
|
|
17
|
-
switchChecked: n,
|
|
18
|
-
hideAppCardOptions: !0
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
};
|
|
22
|
-
export {
|
|
23
|
-
l as default
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { s as d, W as i } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as m } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
const l = function({ app: t, eventType: e }) {
|
|
6
|
-
var a;
|
|
7
|
-
const p = d.usePathname(), { enabled: n, updateEnabled: r } = u(t);
|
|
8
|
-
return /* @__PURE__ */ s(
|
|
9
|
-
m,
|
|
10
|
-
{
|
|
11
|
-
returnTo: `${i}${p}?tabName=apps`,
|
|
12
|
-
app: t,
|
|
13
|
-
teamId: ((a = e.team) == null ? void 0 : a.id) || void 0,
|
|
14
|
-
switchOnClick: (o) => {
|
|
15
|
-
r(o);
|
|
16
|
-
},
|
|
17
|
-
switchChecked: n,
|
|
18
|
-
hideAppCardOptions: !0
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
};
|
|
22
|
-
export {
|
|
23
|
-
l as default
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { s as d, W as i } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as m } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
const l = function({ app: t, eventType: e }) {
|
|
6
|
-
var a;
|
|
7
|
-
const p = d.usePathname(), { enabled: n, updateEnabled: r } = u(t);
|
|
8
|
-
return /* @__PURE__ */ s(
|
|
9
|
-
m,
|
|
10
|
-
{
|
|
11
|
-
returnTo: `${i}${p}?tabName=apps`,
|
|
12
|
-
app: t,
|
|
13
|
-
teamId: ((a = e.team) == null ? void 0 : a.id) || void 0,
|
|
14
|
-
switchOnClick: (o) => {
|
|
15
|
-
r(o);
|
|
16
|
-
},
|
|
17
|
-
switchChecked: n,
|
|
18
|
-
hideAppCardOptions: !0
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
};
|
|
22
|
-
export {
|
|
23
|
-
l as default
|
|
24
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx as p } from "react/jsx-runtime";
|
|
2
|
-
import { t as l, f as m } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as u } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u as I } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
const D = function({ app: t, eventType: n }) {
|
|
6
|
-
var a;
|
|
7
|
-
const { getAppData: o, setAppData: r, disabled: d } = l(), s = o("SITE_ID"), { enabled: i, updateEnabled: c } = I(t);
|
|
8
|
-
return /* @__PURE__ */ p(
|
|
9
|
-
u,
|
|
10
|
-
{
|
|
11
|
-
app: t,
|
|
12
|
-
switchOnClick: (e) => {
|
|
13
|
-
c(e);
|
|
14
|
-
},
|
|
15
|
-
switchChecked: i,
|
|
16
|
-
teamId: ((a = n.team) == null ? void 0 : a.id) || void 0,
|
|
17
|
-
children: /* @__PURE__ */ p(
|
|
18
|
-
m,
|
|
19
|
-
{
|
|
20
|
-
disabled: d,
|
|
21
|
-
name: "Site ID",
|
|
22
|
-
value: s,
|
|
23
|
-
placeholder: "Enter your Site ID",
|
|
24
|
-
onChange: (e) => {
|
|
25
|
-
r("SITE_ID", e.target.value);
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
)
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
};
|
|
32
|
-
export {
|
|
33
|
-
D as default
|
|
34
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { q as b, s as f, t as y, v as E, W as P } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { useState as v } from "react";
|
|
4
|
-
import { A as C } from "./AppCard-IYwXZB0q.js";
|
|
5
|
-
import { u as g } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
6
|
-
import w from "./EventTypeAppSettingsInterface-MuzTABXE.js";
|
|
7
|
-
const W = function({
|
|
8
|
-
app: t,
|
|
9
|
-
eventType: e,
|
|
10
|
-
eventTypeFormMetadata: p
|
|
11
|
-
}) {
|
|
12
|
-
var n;
|
|
13
|
-
const { t: i } = b(), r = f.usePathname(), { getAppData: a, setAppData: m, disabled: c } = y(), { enabled: d, updateEnabled: l } = g(t), u = E(p), [h, T] = v(a("enabled")), s = !h && u;
|
|
14
|
-
return /* @__PURE__ */ o(
|
|
15
|
-
C,
|
|
16
|
-
{
|
|
17
|
-
returnTo: `${P}${r}?tabName=apps`,
|
|
18
|
-
app: t,
|
|
19
|
-
switchChecked: d,
|
|
20
|
-
switchOnClick: (A) => {
|
|
21
|
-
l(A);
|
|
22
|
-
},
|
|
23
|
-
teamId: ((n = e.team) == null ? void 0 : n.id) || void 0,
|
|
24
|
-
disableSwitch: s,
|
|
25
|
-
switchTooltip: s ? i("other_payment_app_enabled") : void 0,
|
|
26
|
-
children: /* @__PURE__ */ o(
|
|
27
|
-
w,
|
|
28
|
-
{
|
|
29
|
-
eventType: e,
|
|
30
|
-
slug: t.slug,
|
|
31
|
-
disabled: c,
|
|
32
|
-
getAppData: a,
|
|
33
|
-
setAppData: m
|
|
34
|
-
}
|
|
35
|
-
)
|
|
36
|
-
}
|
|
37
|
-
);
|
|
38
|
-
};
|
|
39
|
-
export {
|
|
40
|
-
W as default
|
|
41
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { jsx as s } from "react/jsx-runtime";
|
|
2
|
-
import { s as d, W as i } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as m } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
const l = function({ app: t, eventType: e }) {
|
|
6
|
-
var a;
|
|
7
|
-
const p = d.usePathname(), { enabled: n, updateEnabled: r } = u(t);
|
|
8
|
-
return /* @__PURE__ */ s(
|
|
9
|
-
m,
|
|
10
|
-
{
|
|
11
|
-
returnTo: `${i}${p}?tabName=apps`,
|
|
12
|
-
app: t,
|
|
13
|
-
teamId: ((a = e.team) == null ? void 0 : a.id) || void 0,
|
|
14
|
-
switchOnClick: (o) => {
|
|
15
|
-
r(o);
|
|
16
|
-
},
|
|
17
|
-
switchChecked: n,
|
|
18
|
-
hideAppCardOptions: !0
|
|
19
|
-
}
|
|
20
|
-
);
|
|
21
|
-
};
|
|
22
|
-
export {
|
|
23
|
-
l as default
|
|
24
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { t as m, q as f } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as l } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
import A from "./EventTypeAppSettingsInterface-6il0n6Cq.js";
|
|
6
|
-
const w = function({ app: t, eventType: e }) {
|
|
7
|
-
var o;
|
|
8
|
-
const { getAppData: s, setAppData: a, disabled: p } = m(), { enabled: n, updateEnabled: r } = u(t), { t: c } = f();
|
|
9
|
-
return /* @__PURE__ */ i(
|
|
10
|
-
l,
|
|
11
|
-
{
|
|
12
|
-
app: t,
|
|
13
|
-
description: c("confirmation_page_gif"),
|
|
14
|
-
switchOnClick: (d) => {
|
|
15
|
-
r(d);
|
|
16
|
-
},
|
|
17
|
-
switchChecked: n,
|
|
18
|
-
teamId: ((o = e.team) == null ? void 0 : o.id) || void 0,
|
|
19
|
-
children: /* @__PURE__ */ i(
|
|
20
|
-
A,
|
|
21
|
-
{
|
|
22
|
-
eventType: e,
|
|
23
|
-
slug: t.slug,
|
|
24
|
-
disabled: p,
|
|
25
|
-
getAppData: s,
|
|
26
|
-
setAppData: a
|
|
27
|
-
}
|
|
28
|
-
)
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
};
|
|
32
|
-
export {
|
|
33
|
-
w as default
|
|
34
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import { t as d } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as c } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u as m } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
import l from "./EventTypeAppSettingsInterface-YqwIpsZk.js";
|
|
6
|
-
const b = function({ app: t, eventType: p }) {
|
|
7
|
-
const { getAppData: r, setAppData: s, disabled: a } = d(), { enabled: n, updateEnabled: o } = m(t);
|
|
8
|
-
return /* @__PURE__ */ e(
|
|
9
|
-
c,
|
|
10
|
-
{
|
|
11
|
-
app: t,
|
|
12
|
-
switchOnClick: (i) => {
|
|
13
|
-
o(i);
|
|
14
|
-
},
|
|
15
|
-
switchChecked: n,
|
|
16
|
-
children: /* @__PURE__ */ e(
|
|
17
|
-
l,
|
|
18
|
-
{
|
|
19
|
-
slug: t.slug,
|
|
20
|
-
eventType: p,
|
|
21
|
-
disabled: a,
|
|
22
|
-
getAppData: r,
|
|
23
|
-
setAppData: s
|
|
24
|
-
}
|
|
25
|
-
)
|
|
26
|
-
}
|
|
27
|
-
);
|
|
28
|
-
};
|
|
29
|
-
export {
|
|
30
|
-
b as default
|
|
31
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { jsx as a, jsxs as u } from "react/jsx-runtime";
|
|
2
|
-
import { t as h, f as n } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u as I } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
const E = function({ app: t, eventType: i }) {
|
|
6
|
-
var d;
|
|
7
|
-
const { getAppData: o, setAppData: s, disabled: r } = h(), l = o("MATOMO_URL"), p = o("SITE_ID"), { enabled: c, updateEnabled: m } = I(t);
|
|
8
|
-
return /* @__PURE__ */ a(
|
|
9
|
-
A,
|
|
10
|
-
{
|
|
11
|
-
hideSettingsIcon: !0,
|
|
12
|
-
app: t,
|
|
13
|
-
switchOnClick: (e) => {
|
|
14
|
-
m(e);
|
|
15
|
-
},
|
|
16
|
-
switchChecked: c,
|
|
17
|
-
teamId: ((d = i.team) == null ? void 0 : d.id) || void 0,
|
|
18
|
-
children: /* @__PURE__ */ u("div", { className: "flex flex-col gap-2", children: [
|
|
19
|
-
/* @__PURE__ */ a(
|
|
20
|
-
n,
|
|
21
|
-
{
|
|
22
|
-
dataTestid: `${t.slug}-url`,
|
|
23
|
-
name: "Matomo URL",
|
|
24
|
-
placeholder: "Enter your Matomo URL here",
|
|
25
|
-
value: l,
|
|
26
|
-
disabled: r,
|
|
27
|
-
onChange: (e) => {
|
|
28
|
-
s("MATOMO_URL", e.target.value);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
),
|
|
32
|
-
/* @__PURE__ */ a(
|
|
33
|
-
n,
|
|
34
|
-
{
|
|
35
|
-
dataTestid: `${t.slug}-site-id`,
|
|
36
|
-
disabled: r,
|
|
37
|
-
name: "Site ID",
|
|
38
|
-
placeholder: "Enter your Site ID",
|
|
39
|
-
value: p,
|
|
40
|
-
onChange: (e) => {
|
|
41
|
-
s("SITE_ID", e.target.value);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
)
|
|
45
|
-
] })
|
|
46
|
-
}
|
|
47
|
-
);
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
E as default
|
|
51
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { useState as c } from "react";
|
|
3
|
-
import { t as m, f as l } from "./index-kaGA8-X2.js";
|
|
4
|
-
import { A as f } from "./AppCard-IYwXZB0q.js";
|
|
5
|
-
const k = function({ app: p, eventType: i }) {
|
|
6
|
-
var n;
|
|
7
|
-
const { getAppData: t, setAppData: o } = m(), s = t("trackingId"), [d, a] = c(t("enabled"));
|
|
8
|
-
return /* @__PURE__ */ r(
|
|
9
|
-
f,
|
|
10
|
-
{
|
|
11
|
-
app: p,
|
|
12
|
-
switchOnClick: (e) => {
|
|
13
|
-
a(!!e);
|
|
14
|
-
},
|
|
15
|
-
switchChecked: d,
|
|
16
|
-
teamId: ((n = i.team) == null ? void 0 : n.id) || void 0,
|
|
17
|
-
children: /* @__PURE__ */ r(
|
|
18
|
-
l,
|
|
19
|
-
{
|
|
20
|
-
name: "Tracking ID",
|
|
21
|
-
value: s,
|
|
22
|
-
onChange: (e) => {
|
|
23
|
-
o("trackingId", e.target.value);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
)
|
|
27
|
-
}
|
|
28
|
-
);
|
|
29
|
-
};
|
|
30
|
-
export {
|
|
31
|
-
k as default
|
|
32
|
-
};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { jsx as a, jsxs as m } from "react/jsx-runtime";
|
|
2
|
-
import { t as h, f as n } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as I } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u as C } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
const R = function({ app: s, eventType: o }) {
|
|
6
|
-
var i;
|
|
7
|
-
const { getAppData: p, setAppData: r, disabled: t } = h(), c = p("SITE_ID"), d = p("SCRIPT_URL"), { enabled: l, updateEnabled: u } = C(s);
|
|
8
|
-
return /* @__PURE__ */ a(
|
|
9
|
-
I,
|
|
10
|
-
{
|
|
11
|
-
app: s,
|
|
12
|
-
switchOnClick: (e) => {
|
|
13
|
-
u(e);
|
|
14
|
-
},
|
|
15
|
-
switchChecked: l,
|
|
16
|
-
teamId: ((i = o.team) == null ? void 0 : i.id) || void 0,
|
|
17
|
-
children: /* @__PURE__ */ m("fieldset", { className: "space-y-2", disabled: t, children: [
|
|
18
|
-
/* @__PURE__ */ a(
|
|
19
|
-
n,
|
|
20
|
-
{
|
|
21
|
-
disabled: t,
|
|
22
|
-
name: "Script URL",
|
|
23
|
-
value: d,
|
|
24
|
-
defaultValue: "https://us.umami.is/script.js",
|
|
25
|
-
placeholder: "Enter the script source URL",
|
|
26
|
-
onChange: (e) => {
|
|
27
|
-
r("SCRIPT_URL", e.target.value);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
),
|
|
31
|
-
/* @__PURE__ */ a(
|
|
32
|
-
n,
|
|
33
|
-
{
|
|
34
|
-
disabled: t,
|
|
35
|
-
name: "Site ID",
|
|
36
|
-
value: c,
|
|
37
|
-
placeholder: "Enter your Site ID",
|
|
38
|
-
onChange: (e) => {
|
|
39
|
-
r("SITE_ID", e.target.value);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
)
|
|
43
|
-
] })
|
|
44
|
-
}
|
|
45
|
-
);
|
|
46
|
-
};
|
|
47
|
-
export {
|
|
48
|
-
R as default
|
|
49
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { t as m } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as c } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
import l from "./EventTypeAppSettingsInterface-fcDBa586.js";
|
|
6
|
-
const b = function({ app: t, eventType: e }) {
|
|
7
|
-
var p;
|
|
8
|
-
const { getAppData: r, setAppData: s, disabled: n } = m(), { enabled: o, updateEnabled: i } = u(t);
|
|
9
|
-
return /* @__PURE__ */ a(
|
|
10
|
-
c,
|
|
11
|
-
{
|
|
12
|
-
hideSettingsIcon: !0,
|
|
13
|
-
app: t,
|
|
14
|
-
switchOnClick: (d) => {
|
|
15
|
-
i(d);
|
|
16
|
-
},
|
|
17
|
-
switchChecked: o,
|
|
18
|
-
teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
|
|
19
|
-
children: /* @__PURE__ */ a(
|
|
20
|
-
l,
|
|
21
|
-
{
|
|
22
|
-
eventType: e,
|
|
23
|
-
slug: t.slug,
|
|
24
|
-
disabled: n,
|
|
25
|
-
getAppData: r,
|
|
26
|
-
setAppData: s
|
|
27
|
-
}
|
|
28
|
-
)
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
};
|
|
32
|
-
export {
|
|
33
|
-
b as default
|
|
34
|
-
};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { jsx as t, jsxs as e } from "react/jsx-runtime";
|
|
2
|
-
import { t as m, X as o } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as u } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u as h } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
const E = function({ eventType: a, app: s }) {
|
|
6
|
-
var n;
|
|
7
|
-
const { getAppData: l, setAppData: i } = m(), p = l("isSunrise"), { enabled: c, updateEnabled: r } = h(s);
|
|
8
|
-
return /* @__PURE__ */ t(
|
|
9
|
-
u,
|
|
10
|
-
{
|
|
11
|
-
app: s,
|
|
12
|
-
switchOnClick: (d) => {
|
|
13
|
-
d ? (r(!0), i("isSunrise", !0)) : (r(!1), i("isSunrise", !1));
|
|
14
|
-
},
|
|
15
|
-
switchChecked: c,
|
|
16
|
-
teamId: ((n = a.team) == null ? void 0 : n.id) || void 0,
|
|
17
|
-
children: /* @__PURE__ */ e("div", { className: "mt-2 text-sm", children: [
|
|
18
|
-
/* @__PURE__ */ e("div", { className: "flex", children: [
|
|
19
|
-
/* @__PURE__ */ t("span", { className: "ltr:mr-2 rtl:ml-2", children: /* @__PURE__ */ t(o, { name: p ? "sunrise" : "sunset" }) }),
|
|
20
|
-
"I am an AppCard for Event with Title: ",
|
|
21
|
-
a.title
|
|
22
|
-
] }),
|
|
23
|
-
" ",
|
|
24
|
-
/* @__PURE__ */ e("div", { className: "mt-2", children: [
|
|
25
|
-
"Edit ",
|
|
26
|
-
/* @__PURE__ */ e("span", { className: "italic", children: [
|
|
27
|
-
"packages/app-store/",
|
|
28
|
-
s.slug,
|
|
29
|
-
"/EventTypeAppCardInterface.tsx"
|
|
30
|
-
] }),
|
|
31
|
-
" to play with me"
|
|
32
|
-
] })
|
|
33
|
-
] })
|
|
34
|
-
}
|
|
35
|
-
);
|
|
36
|
-
};
|
|
37
|
-
export {
|
|
38
|
-
E as default
|
|
39
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { t as m } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as c } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
import l from "./EventTypeAppSettingsInterface-lj3UxPsg.js";
|
|
6
|
-
const b = function({ app: t, eventType: e }) {
|
|
7
|
-
var p;
|
|
8
|
-
const { getAppData: r, setAppData: s, disabled: n } = m(), { enabled: o, updateEnabled: i } = u(t);
|
|
9
|
-
return /* @__PURE__ */ a(
|
|
10
|
-
c,
|
|
11
|
-
{
|
|
12
|
-
hideSettingsIcon: !0,
|
|
13
|
-
app: t,
|
|
14
|
-
switchOnClick: (d) => {
|
|
15
|
-
i(d);
|
|
16
|
-
},
|
|
17
|
-
switchChecked: o,
|
|
18
|
-
teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
|
|
19
|
-
children: /* @__PURE__ */ a(
|
|
20
|
-
l,
|
|
21
|
-
{
|
|
22
|
-
eventType: e,
|
|
23
|
-
slug: t.slug,
|
|
24
|
-
disabled: n,
|
|
25
|
-
getAppData: r,
|
|
26
|
-
setAppData: s
|
|
27
|
-
}
|
|
28
|
-
)
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
};
|
|
32
|
-
export {
|
|
33
|
-
b as default
|
|
34
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx as a } from "react/jsx-runtime";
|
|
2
|
-
import { t as m } from "./index-kaGA8-X2.js";
|
|
3
|
-
import { A as c } from "./AppCard-IYwXZB0q.js";
|
|
4
|
-
import { u } from "./useIsAppEnabled-Z2j-XkyQ.js";
|
|
5
|
-
import l from "./EventTypeAppSettingsInterface-8PKo71W5.js";
|
|
6
|
-
const b = function({ app: t, eventType: e }) {
|
|
7
|
-
var p;
|
|
8
|
-
const { getAppData: r, setAppData: s, disabled: n } = m(), { enabled: o, updateEnabled: i } = u(t);
|
|
9
|
-
return /* @__PURE__ */ a(
|
|
10
|
-
c,
|
|
11
|
-
{
|
|
12
|
-
hideSettingsIcon: !0,
|
|
13
|
-
app: t,
|
|
14
|
-
switchOnClick: (d) => {
|
|
15
|
-
i(d);
|
|
16
|
-
},
|
|
17
|
-
switchChecked: o,
|
|
18
|
-
teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
|
|
19
|
-
children: /* @__PURE__ */ a(
|
|
20
|
-
l,
|
|
21
|
-
{
|
|
22
|
-
eventType: e,
|
|
23
|
-
slug: t.slug,
|
|
24
|
-
disabled: n,
|
|
25
|
-
getAppData: r,
|
|
26
|
-
setAppData: s
|
|
27
|
-
}
|
|
28
|
-
)
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
};
|
|
32
|
-
export {
|
|
33
|
-
b as default
|
|
34
|
-
};
|