@calcom/atoms 1.3.1 → 1.4.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.
Files changed (122) hide show
  1. package/dist/{AddressInput-PV7ej7Dh.js → AddressInput-2hL6xvaw.js} +3 -3
  2. package/dist/{AlbyPriceComponent-yWDmVyID.js → AlbyPriceComponent-90fNQIrg.js} +19 -19
  3. package/dist/{PhoneInput-3kNrcLmH.js → PhoneInput-FnKIa4kA.js} +1 -1
  4. package/dist/cal-atoms.js +5 -36
  5. package/dist/index-YQ_KdK6G.js +83604 -0
  6. package/dist/{index-i9Hko2MN.js → index-a3d1IjXE.js} +1 -1
  7. package/dist/index-ubX_XTnt.js +1957 -0
  8. package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts +1 -1
  9. package/dist/packages/features/bookings/Booker/components/EventMeta.d.ts.map +1 -1
  10. package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts +39 -0
  11. package/dist/packages/features/bookings/Booker/components/hooks/useBookings.d.ts.map +1 -1
  12. package/dist/packages/features/bookings/Booker/utils/event.d.ts +7 -0
  13. package/dist/packages/features/bookings/Booker/utils/event.d.ts.map +1 -1
  14. package/dist/packages/features/bookings/lib/handleNewBooking/test/fresh-booking.test.d.ts.map +1 -1
  15. package/dist/packages/features/bookings/lib/handleNewBooking.d.ts.map +1 -1
  16. package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts +2 -0
  17. package/dist/packages/features/ee/round-robin/roundRobinDeleteEvents.test.d.ts.map +1 -0
  18. package/dist/packages/features/ee/workflows/pages/workflow.d.ts.map +1 -1
  19. package/dist/packages/features/eventtypes/components/locations/CalVideoSettings.d.ts +6 -0
  20. package/dist/packages/features/eventtypes/components/locations/CalVideoSettings.d.ts.map +1 -0
  21. package/dist/packages/features/eventtypes/components/locations/LocationSettingsContainer.d.ts +5 -0
  22. package/dist/packages/features/eventtypes/components/locations/LocationSettingsContainer.d.ts.map +1 -0
  23. package/dist/packages/features/eventtypes/components/{Locations.d.ts → locations/Locations.d.ts} +2 -2
  24. package/dist/packages/features/eventtypes/components/locations/Locations.d.ts.map +1 -0
  25. package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts +1 -1
  26. package/dist/packages/features/eventtypes/components/tabs/setup/EventSetupTab.d.ts.map +1 -1
  27. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts +36 -0
  28. package/dist/packages/features/eventtypes/lib/getPublicEvent.d.ts.map +1 -1
  29. package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts +7 -0
  30. package/dist/packages/features/eventtypes/lib/getTeamEventType.d.ts.map +1 -1
  31. package/dist/packages/features/eventtypes/lib/types.d.ts +10 -9
  32. package/dist/packages/features/eventtypes/lib/types.d.ts.map +1 -1
  33. package/dist/packages/features/schedules/components/DateOverrideInputDialog.d.ts.map +1 -1
  34. package/dist/packages/platform/atoms/booker/BookerPlatformWrapper.d.ts.map +1 -1
  35. package/dist/packages/platform/atoms/booker/types.d.ts +1 -0
  36. package/dist/packages/platform/atoms/booker/types.d.ts.map +1 -1
  37. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts +7 -0
  38. package/dist/packages/platform/atoms/hooks/event-types/public/useAtomGetPublicEvent.d.ts.map +1 -1
  39. package/dist/packages/platform/atoms/index.d.ts +0 -36
  40. package/dist/packages/platform/atoms/index.d.ts.map +1 -1
  41. package/dist/packages/platform/libraries/index.d.ts +1 -0
  42. package/dist/packages/platform/libraries/index.d.ts.map +1 -1
  43. package/dist/packages/platform/libraries/repositories.d.ts +1 -0
  44. package/dist/packages/platform/libraries/repositories.d.ts.map +1 -1
  45. package/dist/packages/platform/libraries/slots.d.ts +2 -0
  46. package/dist/packages/platform/libraries/slots.d.ts.map +1 -1
  47. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts +1 -0
  48. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/create-event-type.input.d.ts.map +1 -1
  49. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts +1 -0
  50. package/dist/packages/platform/types/event-types/event-types_2024_06_14/inputs/update-event-type.input.d.ts.map +1 -1
  51. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts +1 -0
  52. package/dist/packages/platform/types/event-types/event-types_2024_06_14/outputs/event-type.output.d.ts.map +1 -1
  53. package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts +1 -0
  54. package/dist/packages/platform/types/slots/slots-2024-04-15/inputs/index.d.ts.map +1 -1
  55. package/dist/packages/trpc/server/routers/viewer/slots/_router.d.ts +1 -0
  56. package/dist/packages/trpc/server/routers/viewer/slots/_router.d.ts.map +1 -1
  57. package/dist/packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.d.ts +19 -7
  58. package/dist/packages/trpc/server/routers/viewer/slots/handleNotificationWhenNoSlots.d.ts.map +1 -1
  59. package/dist/packages/trpc/server/routers/viewer/slots/types.d.ts +21 -0
  60. package/dist/packages/trpc/server/routers/viewer/slots/types.d.ts.map +1 -1
  61. package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts +2 -0
  62. package/dist/packages/trpc/server/routers/viewer/slots/util.d.ts.map +1 -1
  63. package/dist/style.css +1 -1
  64. package/package.json +1 -1
  65. package/dist/AppCard-4lsFofOP.js +0 -281
  66. package/dist/AppListCardPlatformWrapper-mavIjLoX.js +0 -9
  67. package/dist/AppListCardWebWrapper-E4rFeVUL.js +0 -74
  68. package/dist/AppSettingsInterface-1ECb-eGL.js +0 -29
  69. package/dist/AppSettingsInterface-SMx0rhrP.js +0 -75
  70. package/dist/AppSettingsInterface-vkAV3Jq-.js +0 -23
  71. package/dist/DateRangePicker-FF6QrWWv.js +0 -74
  72. package/dist/EventTypeAppCardInterface-2LX6RMKq.js +0 -24
  73. package/dist/EventTypeAppCardInterface-2bXQeyo2.js +0 -51
  74. package/dist/EventTypeAppCardInterface-3_OzEh4S.js +0 -33
  75. package/dist/EventTypeAppCardInterface-4WQGK5d3.js +0 -49
  76. package/dist/EventTypeAppCardInterface-D1OE6jGL.js +0 -858
  77. package/dist/EventTypeAppCardInterface-Dbx02Qtp.js +0 -39
  78. package/dist/EventTypeAppCardInterface-ECQy5_jF.js +0 -24
  79. package/dist/EventTypeAppCardInterface-EJ7vSpn7.js +0 -24
  80. package/dist/EventTypeAppCardInterface-Ej5y5wB2.js +0 -34
  81. package/dist/EventTypeAppCardInterface-HAuMr26j.js +0 -34
  82. package/dist/EventTypeAppCardInterface-HH9e5NM3.js +0 -34
  83. package/dist/EventTypeAppCardInterface-P6ANaRXE.js +0 -51
  84. package/dist/EventTypeAppCardInterface-SLLlwhTF.js +0 -41
  85. package/dist/EventTypeAppCardInterface-YsyyQucw.js +0 -24
  86. package/dist/EventTypeAppCardInterface-aNw-rctk.js +0 -86
  87. package/dist/EventTypeAppCardInterface-aof5TfU5.js +0 -39
  88. package/dist/EventTypeAppCardInterface-eWtAVevk.js +0 -34
  89. package/dist/EventTypeAppCardInterface-jA0StO-p.js +0 -31
  90. package/dist/EventTypeAppCardInterface-juIgeyaW.js +0 -34
  91. package/dist/EventTypeAppCardInterface-n5XUB5zh.js +0 -41
  92. package/dist/EventTypeAppCardInterface-nHnp-f_B.js +0 -24
  93. package/dist/EventTypeAppCardInterface-sCnBi-mW.js +0 -34
  94. package/dist/EventTypeAppCardInterface-tW0Vnzy2.js +0 -32
  95. package/dist/EventTypeAppCardInterface-uvXLgnEb.js +0 -34
  96. package/dist/EventTypeAppCardInterface-voyuklxT.js +0 -42
  97. package/dist/EventTypeAppCardInterface-xscYaAxr.js +0 -42
  98. package/dist/EventTypeAppCardInterface-y_jea2qd.js +0 -32
  99. package/dist/EventTypeAppSettingsInterface-2SBSbFCU.js +0 -48
  100. package/dist/EventTypeAppSettingsInterface-9LmBTR_4.js +0 -25
  101. package/dist/EventTypeAppSettingsInterface-B5891wx6.js +0 -43
  102. package/dist/EventTypeAppSettingsInterface-CN46bj0_.js +0 -78
  103. package/dist/EventTypeAppSettingsInterface-HvDJO9aW.js +0 -106
  104. package/dist/EventTypeAppSettingsInterface-LDtd3pKw.js +0 -24
  105. package/dist/EventTypeAppSettingsInterface-Lsx2he2j.js +0 -298
  106. package/dist/EventTypeAppSettingsInterface-M-phIaYV.js +0 -42
  107. package/dist/EventTypeAppSettingsInterface-Pryhal8P.js +0 -23
  108. package/dist/EventTypeAppSettingsInterface-YLFWXdQz.js +0 -72
  109. package/dist/EventTypeAppSettingsInterface-_REB8BRg.js +0 -221
  110. package/dist/EventTypeAppSettingsInterface-eMmPRmMH.js +0 -120
  111. package/dist/EventTypeAppSettingsInterface-pMt1ppeg.js +0 -23
  112. package/dist/InstallAppButton-JXhBVaYJ.js +0 -29
  113. package/dist/InstallAppButton-NOXXlDQb.js +0 -58
  114. package/dist/InstallAppButton-f_95VpK3.js +0 -14
  115. package/dist/InstallAppButton-fwJeBDlx.js +0 -14
  116. package/dist/StripePaymentForm-LAfd5yhD.js +0 -493
  117. package/dist/currencyOptions-kannG2hu.js +0 -61
  118. package/dist/index-YoOZkYTB.js +0 -30
  119. package/dist/index-YthdNsV6.js +0 -518
  120. package/dist/index-dC9oWaTb.js +0 -161409
  121. package/dist/packages/features/eventtypes/components/Locations.d.ts.map +0 -1
  122. package/dist/useIsAppEnabled-qoop3Fxe.js +0 -18
@@ -1,39 +0,0 @@
1
- import { jsx as t, jsxs as e } from "react/jsx-runtime";
2
- import { G as m, X as o } from "./index-dC9oWaTb.js";
3
- import { A as u } from "./AppCard-4lsFofOP.js";
4
- import { u as h } from "./useIsAppEnabled-qoop3Fxe.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,24 +0,0 @@
1
- import { jsx as s } from "react/jsx-runtime";
2
- import { z as d, W as i } from "./index-dC9oWaTb.js";
3
- import { A as m } from "./AppCard-4lsFofOP.js";
4
- import { u } from "./useIsAppEnabled-qoop3Fxe.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 { z as d, W as i } from "./index-dC9oWaTb.js";
3
- import { A as m } from "./AppCard-4lsFofOP.js";
4
- import { u } from "./useIsAppEnabled-qoop3Fxe.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 a } from "react/jsx-runtime";
2
- import { G as m } from "./index-dC9oWaTb.js";
3
- import { A as c } from "./AppCard-4lsFofOP.js";
4
- import { u } from "./useIsAppEnabled-qoop3Fxe.js";
5
- import l from "./EventTypeAppSettingsInterface-LDtd3pKw.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 p } from "react/jsx-runtime";
2
- import { G as l, f as m } from "./index-dC9oWaTb.js";
3
- import { A as u } from "./AppCard-4lsFofOP.js";
4
- import { u as I } from "./useIsAppEnabled-qoop3Fxe.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,34 +0,0 @@
1
- import { jsx as i } from "react/jsx-runtime";
2
- import { G as m, y as f } from "./index-dC9oWaTb.js";
3
- import { A as l } from "./AppCard-4lsFofOP.js";
4
- import { u } from "./useIsAppEnabled-qoop3Fxe.js";
5
- import A from "./EventTypeAppSettingsInterface-_REB8BRg.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,51 +0,0 @@
1
- import { jsx as t, jsxs as h } from "react/jsx-runtime";
2
- import { G as m, f as p } from "./index-dC9oWaTb.js";
3
- import { A } from "./AppCard-4lsFofOP.js";
4
- import { u as I } from "./useIsAppEnabled-qoop3Fxe.js";
5
- const x = function({ app: a, eventType: s }) {
6
- var i;
7
- const { getAppData: r, setAppData: n, disabled: o } = m(), d = r("TRACKING_ID"), l = r("API_HOST"), { enabled: c, updateEnabled: u } = I(a);
8
- return /* @__PURE__ */ t(
9
- A,
10
- {
11
- hideSettingsIcon: !0,
12
- app: a,
13
- switchOnClick: (e) => {
14
- u(e);
15
- },
16
- switchChecked: c,
17
- teamId: ((i = s.team) == null ? void 0 : i.id) || void 0,
18
- children: /* @__PURE__ */ h("div", { className: "flex flex-col gap-2", children: [
19
- /* @__PURE__ */ t(
20
- p,
21
- {
22
- required: !0,
23
- disabled: o,
24
- name: "Tracking ID",
25
- value: d,
26
- placeholder: "Enter your Tracking ID",
27
- onChange: (e) => {
28
- n("TRACKING_ID", e.target.value);
29
- }
30
- }
31
- ),
32
- /* @__PURE__ */ t(
33
- p,
34
- {
35
- required: !0,
36
- disabled: o,
37
- name: "Api host",
38
- value: l,
39
- placeholder: "Enter your Api host url",
40
- onChange: (e) => {
41
- n("API_HOST", e.target.value);
42
- }
43
- }
44
- )
45
- ] })
46
- }
47
- );
48
- };
49
- export {
50
- x as default
51
- };
@@ -1,41 +0,0 @@
1
- import { jsx as o } from "react/jsx-runtime";
2
- import { y as b, z as f, G as y, J as E, W as P } from "./index-dC9oWaTb.js";
3
- import { useState as C } from "react";
4
- import { A as g } from "./AppCard-4lsFofOP.js";
5
- import { u as v } from "./useIsAppEnabled-qoop3Fxe.js";
6
- import w from "./EventTypeAppSettingsInterface-Lsx2he2j.js";
7
- const q = function({
8
- app: e,
9
- eventType: t,
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 } = v(e), u = E(p), [h, T] = C(a("enabled")), s = !h && u;
14
- return /* @__PURE__ */ o(
15
- g,
16
- {
17
- returnTo: `${P}${r}?tabName=apps`,
18
- app: e,
19
- switchChecked: d,
20
- switchOnClick: (A) => {
21
- l(A);
22
- },
23
- teamId: ((n = t.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: t,
30
- slug: e.slug,
31
- disabled: c,
32
- getAppData: a,
33
- setAppData: m
34
- }
35
- )
36
- }
37
- );
38
- };
39
- export {
40
- q as default
41
- };
@@ -1,24 +0,0 @@
1
- import { jsx as s } from "react/jsx-runtime";
2
- import { z as d, W as i } from "./index-dC9oWaTb.js";
3
- import { A as m } from "./AppCard-4lsFofOP.js";
4
- import { u } from "./useIsAppEnabled-qoop3Fxe.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,86 +0,0 @@
1
- import { jsx as a, Fragment as o, jsxs as u } from "react/jsx-runtime";
2
- import { z as v, y as T, G as _, K as t, W as q, M as L, f as V, S as g } from "./index-dC9oWaTb.js";
3
- import { useMemo as W, useState as p } from "react";
4
- import { A as $ } from "./AppCard-4lsFofOP.js";
5
- import { c as x, i as j, a as C } from "./currencyOptions-kannG2hu.js";
6
- const U = 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 } = T(), { getAppData: r, setAppData: c } = _(), y = r("price"), l = r("currency"), k = r("paymentOption"), N = r("enabled"), [s, O] = p(x.find((e) => e.value === l)), [w, E] = p(
12
- j(l) ? C[l] : ""
13
- ), [b, D] = p(N), m = ((f = t) == null ? void 0 : f.find((e) => k === e.value)) || {
14
- label: t[0].label,
15
- value: t[0].value
16
- }, F = ((h = A.recurringEvent) == null ? void 0 : h.count) !== void 0;
17
- return /* @__PURE__ */ a(
18
- $,
19
- {
20
- returnTo: q + P,
21
- app: S,
22
- switchChecked: b,
23
- switchOnClick: (e) => {
24
- D(e);
25
- },
26
- description: /* @__PURE__ */ a(o, { children: "Add a mock payment to your events" }),
27
- children: /* @__PURE__ */ a(o, { children: F ? /* @__PURE__ */ a(L, { className: "mt-2", severity: "warning", title: n("warning_recurring_event_payment") }) : b && /* @__PURE__ */ u(o, { children: [
28
- /* @__PURE__ */ a("div", { className: "mt-2 block items-center sm:flex", children: /* @__PURE__ */ a(
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__ */ a("label", { className: "text-default mb-1 block text-sm font-medium", htmlFor: "currency", children: n("currency") }),
50
- /* @__PURE__ */ a(
51
- g,
52
- {
53
- id: "test-mock-payment-app-currency-id",
54
- variant: "default",
55
- options: x,
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__ */ a("label", { className: "text-default mb-1 block text-sm font-medium", htmlFor: "currency", children: "Payment option" }),
67
- /* @__PURE__ */ a(
68
- g,
69
- {
70
- defaultValue: m ? { ...m, label: n(m.label) } : { ...t[0], label: n(t[0].label) },
71
- options: t.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
- U as default
86
- };
@@ -1,39 +0,0 @@
1
- import { jsx as t, Fragment as u } from "react/jsx-runtime";
2
- import { y as A, z as y, G as g, J as b, W as f } from "./index-dC9oWaTb.js";
3
- import { useState as P } from "react";
4
- import { A as v } from "./AppCard-4lsFofOP.js";
5
- import C from "./EventTypeAppSettingsInterface-HvDJO9aW.js";
6
- const x = function({
7
- eventType: o,
8
- app: e,
9
- eventTypeFormMetadata: p
10
- }) {
11
- const { t: i } = A(), r = y.usePathname(), { getAppData: a, setAppData: c, disabled: m } = g(), [n, d] = P(a("enabled")), l = b(p), s = !n && l;
12
- return /* @__PURE__ */ t(
13
- v,
14
- {
15
- returnTo: `${f}${r}?tabName=apps`,
16
- app: e,
17
- switchChecked: n,
18
- switchOnClick: (h) => {
19
- d(h);
20
- },
21
- description: /* @__PURE__ */ t(u, { children: "Add lightning payments to your events and booking" }),
22
- disableSwitch: s,
23
- switchTooltip: s ? i("other_payment_app_enabled") : void 0,
24
- children: /* @__PURE__ */ t(
25
- C,
26
- {
27
- eventType: o,
28
- slug: e.slug,
29
- disabled: m,
30
- getAppData: a,
31
- setAppData: c
32
- }
33
- )
34
- }
35
- );
36
- };
37
- export {
38
- x as default
39
- };
@@ -1,34 +0,0 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import { G as m } from "./index-dC9oWaTb.js";
3
- import { A as c } from "./AppCard-4lsFofOP.js";
4
- import { u } from "./useIsAppEnabled-qoop3Fxe.js";
5
- import l from "./EventTypeAppSettingsInterface-9LmBTR_4.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,31 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { G as d } from "./index-dC9oWaTb.js";
3
- import { A as c } from "./AppCard-4lsFofOP.js";
4
- import { u as m } from "./useIsAppEnabled-qoop3Fxe.js";
5
- import l from "./EventTypeAppSettingsInterface-2SBSbFCU.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,34 +0,0 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import { G as m } from "./index-dC9oWaTb.js";
3
- import { A as c } from "./AppCard-4lsFofOP.js";
4
- import { u } from "./useIsAppEnabled-qoop3Fxe.js";
5
- import l from "./EventTypeAppSettingsInterface-M-phIaYV.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,41 +0,0 @@
1
- import { jsx as p } from "react/jsx-runtime";
2
- import { y as b, z as f, G as y, J as E, W as C } from "./index-dC9oWaTb.js";
3
- import { useState as P } from "react";
4
- import { A as g } from "./AppCard-4lsFofOP.js";
5
- import { u as v } from "./useIsAppEnabled-qoop3Fxe.js";
6
- import w from "./EventTypeAppSettingsInterface-eMmPRmMH.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 } = y(), { enabled: d, updateEnabled: l } = v(t), u = E(n), [h] = P(a("enabled")), s = !h && u;
14
- return /* @__PURE__ */ p(
15
- g,
16
- {
17
- returnTo: `${C}${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 { z as d, W as i } from "./index-dC9oWaTb.js";
3
- import { A as m } from "./AppCard-4lsFofOP.js";
4
- import { u } from "./useIsAppEnabled-qoop3Fxe.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 t } from "react/jsx-runtime";
2
- import { G as l, f as m } from "./index-dC9oWaTb.js";
3
- import { A as u } from "./AppCard-4lsFofOP.js";
4
- import { u as h } from "./useIsAppEnabled-qoop3Fxe.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,32 +0,0 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import { G as d } from "./index-dC9oWaTb.js";
3
- import { A as m } from "./AppCard-4lsFofOP.js";
4
- import { u as c } from "./useIsAppEnabled-qoop3Fxe.js";
5
- import u from "./EventTypeAppSettingsInterface-pMt1ppeg.js";
6
- const E = function({ app: t, eventType: e }) {
7
- var p;
8
- const { getAppData: r, setAppData: s, disabled: n } = d(), { enabled: o, updateEnabled: i } = c(t);
9
- return /* @__PURE__ */ a(
10
- m,
11
- {
12
- hideSettingsIcon: !0,
13
- app: t,
14
- switchOnClick: i,
15
- switchChecked: o,
16
- teamId: ((p = e.team) == null ? void 0 : p.id) || void 0,
17
- children: /* @__PURE__ */ a(
18
- u,
19
- {
20
- eventType: e,
21
- slug: t.slug,
22
- disabled: n,
23
- getAppData: r,
24
- setAppData: s
25
- }
26
- )
27
- }
28
- );
29
- };
30
- export {
31
- E as default
32
- };