@adyen/adyen-platform-experience-web
Version:

56 lines (55 loc) • 2.63 kB
JavaScript
/* empty css */
/* empty css */
import t from "./core/core.js";
import { CapitalOfferElement as p } from "./components/external/CapitalOffer/CapitalOfferElement.js";
import { CapitalOverviewElement as f } from "./components/external/CapitalOverview/CapitalOverviewElement.js";
import { DisputeManagementElement as x } from "./components/external/DisputeManagement/DisputeManagementElement.js";
import { DisputesOverviewElement as y } from "./components/external/DisputesOverview/DisputesOverviewElement.js";
import { PaymentLinkCreationElement as P } from "./components/external/PaymentLinkCreation/PaymentLinkCreationElement.js";
import { PaymentLinkDetailsElement as w } from "./components/external/PaymentLinkDetails/PaymentLinkDetailsElement.js";
import { PaymentLinkSettingsElement as _ } from "./components/external/PaymentLinkSettings/PaymentLinkSettingsElement.js";
import { PaymentLinksOverviewElement as L } from "./components/external/PaymentLinksOverview/PaymentLinksOverviewElement.js";
import { PayoutElement as k } from "./components/external/PayoutDetails/PayoutDetails.js";
import { PayoutsElement as R } from "./components/external/PayoutsOverview/PayoutsOverviewElement.js";
import { ReportsElement as S } from "./components/external/ReportsOverview/ReportsOverviewElement.js";
import { TransactionElement as M } from "./components/external/TransactionDetails/TransactionDetails.js";
import { TransactionsElement as F } from "./components/external/TransactionsOverview/TransactionsOverviewElement.js";
import { ActiveView as N, DetailsTab as b, RefundMode as z, RefundType as B, RefundedState as K } from "./components/external/TransactionDetails/types.js";
import { all_locales as V, da_DK as h, de_DE as j, en_US as q, es_ES as G, fi_FI as H, fr_FR as J, it_IT as Q, nl_NL as W, no_NO as X, pt_BR as Y, sv_SE as Z } from "./translations/index.js";
async function i(e) {
return await new t(e).initialize();
}
export {
N as ActiveView,
i as AdyenPlatformExperience,
p as CapitalOffer,
f as CapitalOverview,
t as Core,
b as DetailsTab,
x as DisputeManagement,
y as DisputesOverview,
P as PaymentLinkCreation,
w as PaymentLinkDetails,
_ as PaymentLinkSettings,
L as PaymentLinksOverview,
k as PayoutDetails,
R as PayoutsOverview,
z as RefundMode,
B as RefundType,
K as RefundedState,
S as ReportsOverview,
M as TransactionDetails,
F as TransactionsOverview,
V as all_locales,
h as da_DK,
j as de_DE,
q as en_US,
G as es_ES,
H as fi_FI,
J as fr_FR,
Q as it_IT,
W as nl_NL,
X as no_NO,
Y as pt_BR,
Z as sv_SE
};