@zeniai/web-components 4.3.38 → 4.3.39
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/{SessionTimeoutPopup-CLYkgHAv.cjs → SessionTimeoutPopup-CZOhh0gG.cjs} +14451 -14453
- package/dist/{SessionTimeoutPopup-BnGnsvLB.js → SessionTimeoutPopup-Cs1UzYnR.js} +78709 -78554
- package/dist/appLocale.d.ts +9 -2
- package/dist/cockpit.cjs.js +1 -1
- package/dist/cockpit.esm.js +2 -2
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts +4 -2
- package/dist/components/expenseAutomation/sections/accountRecon/CombinedStatementAccountMappingSection.d.ts +7 -1
- package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts +2 -0
- package/dist/components/expenseAutomation/sections/accountRecon/statementProcessingHelpers.d.ts +5 -1
- package/dist/components/singleSelect/SingleSelect.d.ts +3 -1
- package/dist/components/singleSelect/SingleSelectField.d.ts +3 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/strings/strings.d.ts +9 -2
- package/package.json +3 -3
package/dist/appLocale.d.ts
CHANGED
|
@@ -9975,7 +9975,10 @@ declare class AppLocale {
|
|
|
9975
9975
|
uploadStatementLabel: string;
|
|
9976
9976
|
uploadDropZonePrefix: string;
|
|
9977
9977
|
uploadDropZoneSuffix: string;
|
|
9978
|
-
uploadDropZoneSupportingText:
|
|
9978
|
+
uploadDropZoneSupportingText: {
|
|
9979
|
+
single_account: string;
|
|
9980
|
+
multi_account: string;
|
|
9981
|
+
};
|
|
9979
9982
|
uploadingLabel: string;
|
|
9980
9983
|
statementAccountScopeLabel: string;
|
|
9981
9984
|
statementAccountScopePlaceholder: string;
|
|
@@ -10057,15 +10060,19 @@ declare class AppLocale {
|
|
|
10057
10060
|
takingLongerThanExpected: string;
|
|
10058
10061
|
working: string;
|
|
10059
10062
|
actionRequired: string;
|
|
10063
|
+
actionNeeded: string;
|
|
10060
10064
|
continueInBackground: string;
|
|
10061
10065
|
continueParsing: string;
|
|
10062
10066
|
confirm: string;
|
|
10063
10067
|
accountMapping: {
|
|
10068
|
+
headerSubtitle: (cardCount: number) => string;
|
|
10069
|
+
headerSubtitleAccounts: (accountCount: number) => string;
|
|
10064
10070
|
banner: (accountName: string, cardCount: number) => string;
|
|
10065
10071
|
bannerAccounts: (accountName: string, accountCount: number) => string;
|
|
10066
10072
|
aiMatched: string;
|
|
10067
10073
|
ledgerAccountLabel: string;
|
|
10068
10074
|
ledgerAccountPlaceholder: string;
|
|
10075
|
+
overrideWarning: string;
|
|
10069
10076
|
transactionSummary: (transactionCount: number, chargesAmount: string) => string;
|
|
10070
10077
|
deleteRowAriaLabel: string;
|
|
10071
10078
|
deleteConfirmation: {
|
|
@@ -10102,7 +10109,7 @@ declare class AppLocale {
|
|
|
10102
10109
|
retryParsing: string;
|
|
10103
10110
|
cancelConfirmation: {
|
|
10104
10111
|
heading: string;
|
|
10105
|
-
description:
|
|
10112
|
+
description: string;
|
|
10106
10113
|
discard: string;
|
|
10107
10114
|
keepEditing: string;
|
|
10108
10115
|
};
|
package/dist/cockpit.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./SessionTimeoutPopup-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./SessionTimeoutPopup-CZOhh0gG.cjs"),o=require("./vendor-.pnpm-BGlYY3q9.cjs"),p=require("react"),s=require("@emotion/styled"),nt=require("@liveblocks/react"),J=require("@zeniai/client-epic-state"),Ws=require("@liveblocks/react-ui"),we=require("@emotion/react"),No=require("react-dom"),Et=require("@liveblocks/react-ui/primitives"),Ni=require("@liveblocks/react/suspense");function nl(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const i=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:()=>e[r]})}}return n.default=e,Object.freeze(n)}const le=nl(p),sl=({inboxNotification:e,onNotificationClick:n})=>{const r=nt.useInboxNotificationThread(e.id),i=r.metadata.entityType.split("."),a=r.metadata.isGlobalComment&&i.length===2;return o.jsxRuntimeExports.jsx(rl,{isClickable:a,isUnRead:e.readAt==null,onClick:()=>{n(r.metadata,r.id)},children:o.jsxRuntimeExports.jsx(Ws.InboxNotification,{inboxNotification:e,kinds:{thread:c=>o.jsxRuntimeExports.jsx(Ws.InboxNotification.Thread,{...c,showRoomName:!0})}})})},rl=s.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
width: 100%;
|
|
4
4
|
cursor: ${e=>e.isClickable?"pointer":"initial"};
|
package/dist/cockpit.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f5 as o, iB as De, m as vt, he as T, fG as Bt, c0 as li, a6 as Ve, fL as Dp, hA as Rp, hL as Ep, aM as O, hD as _, eR as Np, ja as ge, iX as fo, gh as ut, aO as Yt, dw as ia, E as Do, g6 as Is, dr as Ro, fI as Ls, fX as Mp, jc as As, bo as pc, iZ as uc, fh as io, fe as Be, hK as hc, g2 as Lo, eS as sa, dl as _e, iO as zp, bm as Bp, bI as Zt, bj as Fp, fE as mc, hT as Wp, bw as Os, S as Ds, i4 as _p, i5 as Vp, i6 as Up, aN as Kp, dI as Hp, dj as Ct, fK as gc, dS as Gp, fu as ci, g0 as Rs, iz as B, eL as Yp, bV as Zp, eY as ke, fA as Qp, eB as z, T as $n, e2 as xc, e3 as Yr, e1 as yc, c3 as Jp, dy as Xp, fp as qp, c4 as Zr, eV as di, c6 as xs, e6 as aa, e4 as eu, e5 as tu, c5 as vi, c2 as ji, c7 as ou, dT as Ue, iC as gt, fq as Es, bY as Qr, eZ as nu, fB as Ns, bJ as pi, ii as Le, c1 as ui, fC as fc, fU as bc, fP as sr, hw as Kt, gj as ct, fa as jn, dn as ru, dq as $c, fF as Cc, aZ as yo, aX as Ao, aY as Oo, ba as wc, f$ as hi, fM as Ms, f1 as kn, hM as zt, hc as nt, gF as Jr, h8 as iu, gf as Tn, gg as Pn, p as In, hs as Xo, fn as qo, dk as mi, fJ as zs, dp as su, fD as bo, fH as en, bu as ro, h7 as la, i1 as au, hR as lu, hX as cu, fO as du, g5 as pu, g4 as ar, fb as uu, fc as Bs, hN as hu, fN as Sc, fT as vc, fS as jc, bF as kc, it as mu, dd as ca, de as Fs, d8 as gu, dc as xu, bZ as lr, bG as Ln, fR as Ws, aQ as yu, hG as St, f2 as Tc, db as Xr, dh as fu, bE as _s, d5 as bu, eC as wn, fz as $u, fy as Cu, fv as wu, d6 as gi, eT as da, d9 as Pc, j1 as qr, dU as Ic, fs as Lc, hB as Vs, d7 as Su, bK as oo, a$ as Mt, fW as Ac, fi as vu, du as Oc, fY as ju, fg as ku, b0 as Xt, ih as gr, bO as Tu, j8 as Pu, dg as qt, bb as Dc, eU as pa, da as Iu, df as Lu, eo as ua, g as Au, dW as Ou, fw as Du, iN as Ru, iT as Rc, iY as Ec, bN as no, aa as xi, ab as Sn, i_ as Nc, hY as Mc, bp as Eu, dz as Nu, i7 as Mu, dN as zc, dM as zu, i2 as Bu, dD as ei, aH as Bc, dC as Fu, s as Wu, dB as _u, bt as Vu, dA as Us, hO as Fc, bT as Wc, hg as _c, o as Vc, gd as Uc, bU as Uu, F as Kc, bX as Hc, gG as Ku, f9 as Hu, iS as Gu, dK as Yu, hS as Zu, hP as Qu, a5 as Ju, ey as ha, hW as Xu, g3 as Gc, i3 as ma, dO as qu, dm as eh, ff as th, fQ as oh, fV as nh, fx as rh, hp as ga, f_ as ih, f3 as Yc, e_ as sh, hv as Zc, bv as ah, fj as lh, bH as ch, bL as dh, e$ as Qc, fZ as ph, di as uh, g1 as hh, eX as mh, f0 as Jc, fd as gh, bM as xh, eW as yh } from "./SessionTimeoutPopup-
|
|
2
|
-
import { A as $T, a as CT, b as wT, c as ST, d as vT, e as jT, f as kT, h as TT, i as PT, j as IT, k as LT, l as AT, n as OT, q as DT, r as RT, t as ET, u as NT, v as MT, w as zT, x as BT, y as FT, z as WT, B as _T, C as VT, D as UT, G as KT, H as HT, I as GT, J as YT, K as ZT, L as QT, M as JT, N as XT, O as qT, P as eP, Q as tP, R as oP, U as nP, V as rP, W as iP, X as sP, Y as aP, Z as lP, _ as cP, $ as dP, a0 as pP, f8 as uP, a1 as hP, a2 as mP, a3 as gP, a4 as xP, a7 as yP, a8 as fP, a9 as bP, ac as $P, ad as CP, ae as wP, af as SP, ag as vP, ah as jP, ai as kP, aj as TP, ak as PP, al as IP, am as LP, an as AP, ao as OP, ap as DP, aq as RP, ar as EP, as as NP, at as MP, au as zP, av as BP, aw as FP, ax as WP, ay as _P, az as VP, aA as UP, aB as KP, f8 as HP, aC as GP, aD as YP, aE as ZP, aF as QP, aG as JP, aI as XP, aJ as qP, aK as eI, aL as tI, aP as oI, aR as nI, aS as rI, aT as iI, aU as sI, aV as aI, aW as lI, a_ as cI, b1 as dI, b2 as pI, b3 as uI, b4 as hI, b5 as mI, b6 as gI, b7 as xI, b8 as yI, b9 as fI, bc as bI, bd as $I, be as CI, bf as wI, bg as SI, bh as vI, bi as jI, bk as kI, bn as TI, bq as PI, br as II, bs as LI, bx as AI, by as OI, bz as DI, bA as RI, bB as EI, bC as NI, bD as MI, bP as zI, bQ as BI, bR as FI, bS as WI, bW as _I, b_ as VI, b$ as UI, c8 as KI, c9 as HI, ca as GI, cb as YI, cc as ZI, cd as QI, ce as JI, cf as XI, cg as qI, ch as eL, ci as tL, cj as oL, ck as nL, cl as rL, cm as iL, cn as sL, co as aL, cp as lL, cq as cL, cr as dL, cs as pL, ct as uL, cu as hL, cv as mL, cw as gL, cx as xL, cy as yL, cz as fL, cA as bL, cB as $L, cC as CL, cD as wL, cE as SL, cF as vL, cG as jL, cH as kL, cI as TL, cJ as PL, cK as IL, cL as LL, cM as AL, cN as OL, cO as DL, cP as RL, cQ as EL, cR as NL, cS as ML, cT as zL, cU as BL, cV as FL, cW as WL, cX as _L, cY as VL, cZ as UL, cZ as KL, c_ as HL, c$ as GL, d0 as YL, d1 as ZL, d2 as QL, d3 as JL, d4 as XL, ds as qL, dt as eA, dv as tA, dx as oA, dE as nA, dF as rA, dG as iA, dH as sA, dJ as aA, dL as lA, dP as cA, dQ as dA, dR as pA, dV as uA, dX as hA, dY as mA, dZ as gA, d_ as xA, d$ as yA, e0 as fA, e7 as bA, e8 as $A, e9 as CA, ea as wA, eb as SA, ec as vA, ed as jA, ee as kA, ef as TA, eg as PA, eh as IA, ei as LA, ej as AA, ek as OA, el as DA, em as RA, en as EA, ep as NA, bl as MA, eq as zA, er as BA, es as FA, et as WA, eu as _A, ev as VA, ew as UA, f8 as KA, ez as HA, ex as GA, eA as YA, eD as ZA, eE as QA, eF as JA, eG as XA, eH as qA, eI as eO, eJ as tO, eK as oO, eM as nO, eN as rO, eO as iO, eP as sO, eQ as aO, f4 as lO, f6 as cO, f7 as dO, fk as pO, fl as uO, fm as hO, fo as mO, fr as gO, ft as xO, g7 as yO, g8 as fO, g9 as bO, ga as $O, gb as CO, gc as wO, ge as SO, gi as vO, gk as jO, gl as kO, gm as TO, gn as PO, go as IO, gp as LO, gq as AO, gr as OO, gs as DO, gt as RO, gu as EO, gv as NO, gw as MO, gx as zO, gy as BO, gz as FO, gA as WO, gB as _O, gC as VO, gD as UO, gE as KO, gH as HO, gI as GO, gJ as YO, gK as ZO, gL as QO, gM as JO, gN as XO, gO as qO, gP as eD, gQ as tD, gR as oD, gS as nD, gT as rD, gU as iD, gV as sD, gW as aD, gX as lD, gY as cD, gZ as dD, g_ as pD, g$ as uD, h0 as hD, h1 as mD, h2 as gD, h3 as xD, h4 as yD, h5 as fD, h6 as bD, h9 as $D, ha as CD, hb as wD, hd as SD, hf as vD, hh as jD, hi as kD, hj as TD, hk as PD, hl as ID, hm as LD, hn as AD, ho as OD, hq as DD, hr as RD, ht as ED, hu as ND, hx as MD, hz as zD, hy as BD, hC as FD, hE as WD, hF as _D, hH as VD, hI as UD, hJ as KD, hQ as HD, hU as GD, hV as YD, hZ as ZD, h_ as QD, h$ as JD, i0 as XD, i8 as qD, i9 as eR, ia as tR, ib as oR, ic as nR, id as rR, ie as iR, ig as sR, ij as aR, ik as lR, il as cR, im as dR, io as pR, ip as uR, iq as hR, ir as mR, is as gR, iu as xR, iv as yR, iw as fR, ix as bR, iy as $R, iA as CR, iD as wR, iE as SR, iF as vR, iG as jR, iH as kR, iI as TR, iJ as PR, iK as IR, iL as LR, iM as AR, iP as OR, iQ as DR, iR as RR, iU as ER, iV as NR, iW as MR, i$ as zR, j0 as BR, j2 as FR, j3 as WR, j4 as _R, j5 as VR, j6 as UR, j7 as KR, j9 as HR, jb as GR, jd as YR, je as ZR } from "./SessionTimeoutPopup-
|
|
1
|
+
import { f5 as o, iB as De, m as vt, he as T, fG as Bt, c0 as li, a6 as Ve, fL as Dp, hA as Rp, hL as Ep, aM as O, hD as _, eR as Np, ja as ge, iX as fo, gh as ut, aO as Yt, dw as ia, E as Do, g6 as Is, dr as Ro, fI as Ls, fX as Mp, jc as As, bo as pc, iZ as uc, fh as io, fe as Be, hK as hc, g2 as Lo, eS as sa, dl as _e, iO as zp, bm as Bp, bI as Zt, bj as Fp, fE as mc, hT as Wp, bw as Os, S as Ds, i4 as _p, i5 as Vp, i6 as Up, aN as Kp, dI as Hp, dj as Ct, fK as gc, dS as Gp, fu as ci, g0 as Rs, iz as B, eL as Yp, bV as Zp, eY as ke, fA as Qp, eB as z, T as $n, e2 as xc, e3 as Yr, e1 as yc, c3 as Jp, dy as Xp, fp as qp, c4 as Zr, eV as di, c6 as xs, e6 as aa, e4 as eu, e5 as tu, c5 as vi, c2 as ji, c7 as ou, dT as Ue, iC as gt, fq as Es, bY as Qr, eZ as nu, fB as Ns, bJ as pi, ii as Le, c1 as ui, fC as fc, fU as bc, fP as sr, hw as Kt, gj as ct, fa as jn, dn as ru, dq as $c, fF as Cc, aZ as yo, aX as Ao, aY as Oo, ba as wc, f$ as hi, fM as Ms, f1 as kn, hM as zt, hc as nt, gF as Jr, h8 as iu, gf as Tn, gg as Pn, p as In, hs as Xo, fn as qo, dk as mi, fJ as zs, dp as su, fD as bo, fH as en, bu as ro, h7 as la, i1 as au, hR as lu, hX as cu, fO as du, g5 as pu, g4 as ar, fb as uu, fc as Bs, hN as hu, fN as Sc, fT as vc, fS as jc, bF as kc, it as mu, dd as ca, de as Fs, d8 as gu, dc as xu, bZ as lr, bG as Ln, fR as Ws, aQ as yu, hG as St, f2 as Tc, db as Xr, dh as fu, bE as _s, d5 as bu, eC as wn, fz as $u, fy as Cu, fv as wu, d6 as gi, eT as da, d9 as Pc, j1 as qr, dU as Ic, fs as Lc, hB as Vs, d7 as Su, bK as oo, a$ as Mt, fW as Ac, fi as vu, du as Oc, fY as ju, fg as ku, b0 as Xt, ih as gr, bO as Tu, j8 as Pu, dg as qt, bb as Dc, eU as pa, da as Iu, df as Lu, eo as ua, g as Au, dW as Ou, fw as Du, iN as Ru, iT as Rc, iY as Ec, bN as no, aa as xi, ab as Sn, i_ as Nc, hY as Mc, bp as Eu, dz as Nu, i7 as Mu, dN as zc, dM as zu, i2 as Bu, dD as ei, aH as Bc, dC as Fu, s as Wu, dB as _u, bt as Vu, dA as Us, hO as Fc, bT as Wc, hg as _c, o as Vc, gd as Uc, bU as Uu, F as Kc, bX as Hc, gG as Ku, f9 as Hu, iS as Gu, dK as Yu, hS as Zu, hP as Qu, a5 as Ju, ey as ha, hW as Xu, g3 as Gc, i3 as ma, dO as qu, dm as eh, ff as th, fQ as oh, fV as nh, fx as rh, hp as ga, f_ as ih, f3 as Yc, e_ as sh, hv as Zc, bv as ah, fj as lh, bH as ch, bL as dh, e$ as Qc, fZ as ph, di as uh, g1 as hh, eX as mh, f0 as Jc, fd as gh, bM as xh, eW as yh } from "./SessionTimeoutPopup-Cs1UzYnR.js";
|
|
2
|
+
import { A as $T, a as CT, b as wT, c as ST, d as vT, e as jT, f as kT, h as TT, i as PT, j as IT, k as LT, l as AT, n as OT, q as DT, r as RT, t as ET, u as NT, v as MT, w as zT, x as BT, y as FT, z as WT, B as _T, C as VT, D as UT, G as KT, H as HT, I as GT, J as YT, K as ZT, L as QT, M as JT, N as XT, O as qT, P as eP, Q as tP, R as oP, U as nP, V as rP, W as iP, X as sP, Y as aP, Z as lP, _ as cP, $ as dP, a0 as pP, f8 as uP, a1 as hP, a2 as mP, a3 as gP, a4 as xP, a7 as yP, a8 as fP, a9 as bP, ac as $P, ad as CP, ae as wP, af as SP, ag as vP, ah as jP, ai as kP, aj as TP, ak as PP, al as IP, am as LP, an as AP, ao as OP, ap as DP, aq as RP, ar as EP, as as NP, at as MP, au as zP, av as BP, aw as FP, ax as WP, ay as _P, az as VP, aA as UP, aB as KP, f8 as HP, aC as GP, aD as YP, aE as ZP, aF as QP, aG as JP, aI as XP, aJ as qP, aK as eI, aL as tI, aP as oI, aR as nI, aS as rI, aT as iI, aU as sI, aV as aI, aW as lI, a_ as cI, b1 as dI, b2 as pI, b3 as uI, b4 as hI, b5 as mI, b6 as gI, b7 as xI, b8 as yI, b9 as fI, bc as bI, bd as $I, be as CI, bf as wI, bg as SI, bh as vI, bi as jI, bk as kI, bn as TI, bq as PI, br as II, bs as LI, bx as AI, by as OI, bz as DI, bA as RI, bB as EI, bC as NI, bD as MI, bP as zI, bQ as BI, bR as FI, bS as WI, bW as _I, b_ as VI, b$ as UI, c8 as KI, c9 as HI, ca as GI, cb as YI, cc as ZI, cd as QI, ce as JI, cf as XI, cg as qI, ch as eL, ci as tL, cj as oL, ck as nL, cl as rL, cm as iL, cn as sL, co as aL, cp as lL, cq as cL, cr as dL, cs as pL, ct as uL, cu as hL, cv as mL, cw as gL, cx as xL, cy as yL, cz as fL, cA as bL, cB as $L, cC as CL, cD as wL, cE as SL, cF as vL, cG as jL, cH as kL, cI as TL, cJ as PL, cK as IL, cL as LL, cM as AL, cN as OL, cO as DL, cP as RL, cQ as EL, cR as NL, cS as ML, cT as zL, cU as BL, cV as FL, cW as WL, cX as _L, cY as VL, cZ as UL, cZ as KL, c_ as HL, c$ as GL, d0 as YL, d1 as ZL, d2 as QL, d3 as JL, d4 as XL, ds as qL, dt as eA, dv as tA, dx as oA, dE as nA, dF as rA, dG as iA, dH as sA, dJ as aA, dL as lA, dP as cA, dQ as dA, dR as pA, dV as uA, dX as hA, dY as mA, dZ as gA, d_ as xA, d$ as yA, e0 as fA, e7 as bA, e8 as $A, e9 as CA, ea as wA, eb as SA, ec as vA, ed as jA, ee as kA, ef as TA, eg as PA, eh as IA, ei as LA, ej as AA, ek as OA, el as DA, em as RA, en as EA, ep as NA, bl as MA, eq as zA, er as BA, es as FA, et as WA, eu as _A, ev as VA, ew as UA, f8 as KA, ez as HA, ex as GA, eA as YA, eD as ZA, eE as QA, eF as JA, eG as XA, eH as qA, eI as eO, eJ as tO, eK as oO, eM as nO, eN as rO, eO as iO, eP as sO, eQ as aO, f4 as lO, f6 as cO, f7 as dO, fk as pO, fl as uO, fm as hO, fo as mO, fr as gO, ft as xO, g7 as yO, g8 as fO, g9 as bO, ga as $O, gb as CO, gc as wO, ge as SO, gi as vO, gk as jO, gl as kO, gm as TO, gn as PO, go as IO, gp as LO, gq as AO, gr as OO, gs as DO, gt as RO, gu as EO, gv as NO, gw as MO, gx as zO, gy as BO, gz as FO, gA as WO, gB as _O, gC as VO, gD as UO, gE as KO, gH as HO, gI as GO, gJ as YO, gK as ZO, gL as QO, gM as JO, gN as XO, gO as qO, gP as eD, gQ as tD, gR as oD, gS as nD, gT as rD, gU as iD, gV as sD, gW as aD, gX as lD, gY as cD, gZ as dD, g_ as pD, g$ as uD, h0 as hD, h1 as mD, h2 as gD, h3 as xD, h4 as yD, h5 as fD, h6 as bD, h9 as $D, ha as CD, hb as wD, hd as SD, hf as vD, hh as jD, hi as kD, hj as TD, hk as PD, hl as ID, hm as LD, hn as AD, ho as OD, hq as DD, hr as RD, ht as ED, hu as ND, hx as MD, hz as zD, hy as BD, hC as FD, hE as WD, hF as _D, hH as VD, hI as UD, hJ as KD, hQ as HD, hU as GD, hV as YD, hZ as ZD, h_ as QD, h$ as JD, i0 as XD, i8 as qD, i9 as eR, ia as tR, ib as oR, ic as nR, id as rR, ie as iR, ig as sR, ij as aR, ik as lR, il as cR, im as dR, io as pR, ip as uR, iq as hR, ir as mR, is as gR, iu as xR, iv as yR, iw as fR, ix as bR, iy as $R, iA as CR, iD as wR, iE as SR, iF as vR, iG as jR, iH as kR, iI as TR, iJ as PR, iK as IR, iL as LR, iM as AR, iP as OR, iQ as DR, iR as RR, iU as ER, iV as NR, iW as MR, i$ as zR, j0 as BR, j2 as FR, j3 as WR, j4 as _R, j5 as VR, j6 as UR, j7 as KR, j9 as HR, jb as GR, jd as YR, je as ZR } from "./SessionTimeoutPopup-Cs1UzYnR.js";
|
|
3
3
|
import { am as t, D as fh, a2 as bh, aN as Ze, q as An, O as at, L as $h, s as Ch, T as wh, aJ as $o, ab as Jo, i as On, o as yi, f as so, h as xe, aI as Co, Z as tn, m as wo, J as on, b as ao, V as nn, af as rt, I as Xc, X as Sh, ap as Vt, aH as vh, k as Ks, C as qc, n as jh, d as kh, e as Hs, B as Gs, au as xa } from "./vendor-.pnpm-DP641zlu.js";
|
|
4
4
|
import { aC as JR } from "./vendor-.pnpm-DP641zlu.js";
|
|
5
5
|
import * as me from "react";
|
package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts
CHANGED
|
@@ -4,9 +4,10 @@ import { StatementProcessingBackgroundSnapshot } from './statementProcessingHelp
|
|
|
4
4
|
export interface AccountReconDrawerDetailsSectionFormData {
|
|
5
5
|
file?: FileEntity;
|
|
6
6
|
selectedType?: ReconciliationAccountSourceType;
|
|
7
|
+
statementAccountScope?: StatementAccountScope;
|
|
7
8
|
}
|
|
8
9
|
type FormDataKeys = keyof AccountReconDrawerDetailsSectionFormData;
|
|
9
|
-
export declare const uniqueName: (sectionId: string, key: FormDataKeys) => `${string}.file` | `${string}.selectedType`;
|
|
10
|
+
export declare const uniqueName: (sectionId: string, key: FormDataKeys) => `${string}.file` | `${string}.selectedType` | `${string}.statementAccountScope`;
|
|
10
11
|
export type FormDataKeyUniqueNames = ReturnType<typeof uniqueName>;
|
|
11
12
|
declare const accountReconDrawerDetailsSectionId = "accountReconDrawerDetailsSection";
|
|
12
13
|
export type { StatementAccountScope };
|
|
@@ -25,6 +26,7 @@ export interface Props {
|
|
|
25
26
|
isReconV3Enabled?: boolean;
|
|
26
27
|
ledgerAccounts?: AccountBase[];
|
|
27
28
|
reconciledByName?: string;
|
|
29
|
+
statementOverrideWarningAccountIds?: ID[];
|
|
28
30
|
statementProcessingDismissedToBackground?: boolean;
|
|
29
31
|
statementProcessingFailed?: boolean;
|
|
30
32
|
unavailableLedgerAccountIds?: ID[];
|
|
@@ -54,4 +56,4 @@ export interface Props {
|
|
|
54
56
|
onStatementFormDataChange?: (updateData: StatementUpdateLocalData, statementUploadId: string) => void;
|
|
55
57
|
onStatementProcessingProgressChange?: (backgroundCompletedSteps: number) => void;
|
|
56
58
|
}
|
|
57
|
-
export default function AccountReconDetailsDrawerPage({ accountReconciliation, plaidConnectionDetails, monthYearPeriod, openFilePicker, filesEndPoint, authParams, excludeAccountFetch, onDismissClick, onFetchLinkTokenClick, onEstablishConnectionClick, onExcludeFromReconciliation, onSelectSourceType, onSelectStatementAccountScope, onDeleteFile, onEditFileName, onStatementUploadSuccess, onUploadWindowOpenedOnce, onFileUploadStarted, onRetryParsing, onReviewClicked, onDismissStatementProcessingFailed, onContinueInBackground, onClearStatementProcessingDismissedToBackground, onResetStatementProcessingProgress, onStatementProcessingProgressChange, onStatementFlowVisibilityChange, onReuploadStatement, onStatementConfirmSave, onStatementFormDataChange, onDismissDateConflict, onReuploadAfterDateConflict, reconciledByName,
|
|
59
|
+
export default function AccountReconDetailsDrawerPage({ accountReconciliation, plaidConnectionDetails, monthYearPeriod, openFilePicker, filesEndPoint, authParams, excludeAccountFetch, onDismissClick, onFetchLinkTokenClick, onEstablishConnectionClick, onExcludeFromReconciliation, onSelectSourceType, onSelectStatementAccountScope, onDeleteFile, onEditFileName, onStatementUploadSuccess, onUploadWindowOpenedOnce, onFileUploadStarted, onRetryParsing, onReviewClicked, onDismissStatementProcessingFailed, onContinueInBackground, onClearStatementProcessingDismissedToBackground, onResetStatementProcessingProgress, onStatementProcessingProgressChange, onStatementFlowVisibilityChange, onReuploadStatement, onStatementConfirmSave, onStatementFormDataChange, onDismissDateConflict, onReuploadAfterDateConflict, reconciledByName, statementOverrideWarningAccountIds, statementProcessingDismissedToBackground, statementProcessingFailed, isReconV3Enabled, isReconciliationCombinedStatementEnabled, ledgerAccounts, unavailableLedgerAccountIds, onConfirmStatementMapping, }: Readonly<Props>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -9,8 +9,14 @@ export interface CombinedStatementAccountMappingSectionProps {
|
|
|
9
9
|
anchorAccountName: string;
|
|
10
10
|
ledgerAccounts: AccountBase[];
|
|
11
11
|
accountType?: string;
|
|
12
|
+
/** Previously saved draft mappings (e.g. after Continue in Background). */
|
|
13
|
+
initialMappings?: CombinedStatementAccountMapping[];
|
|
14
|
+
/** Ledger accounts with an uploaded statement that mapping would override. */
|
|
15
|
+
statementOverrideWarningAccountIds?: ID[];
|
|
12
16
|
/** Ledger accounts unavailable for mapping (e.g. already reconciling this period). */
|
|
13
17
|
unavailableLedgerAccountIds?: ID[];
|
|
14
18
|
onMappingsChange: (mappings: CombinedStatementAccountMapping[], canConfirm: boolean) => void;
|
|
15
19
|
}
|
|
16
|
-
|
|
20
|
+
declare function CombinedStatementAccountMappingSection({ accounts, anchorAccountName, ledgerAccounts, accountType, initialMappings, statementOverrideWarningAccountIds, unavailableLedgerAccountIds, onMappingsChange, }: Readonly<CombinedStatementAccountMappingSectionProps>): import("react/jsx-runtime").JSX.Element | null;
|
|
21
|
+
declare const _default: import('react').MemoExoticComponent<typeof CombinedStatementAccountMappingSection>;
|
|
22
|
+
export default _default;
|
package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts
CHANGED
|
@@ -7,7 +7,9 @@ export interface StatementProcessingAccountMappingProps {
|
|
|
7
7
|
isConfirmLoading: boolean;
|
|
8
8
|
ledgerAccounts: AccountBase[];
|
|
9
9
|
accountType?: string;
|
|
10
|
+
initialMappings?: CombinedStatementAccountMapping[];
|
|
10
11
|
isConfirmCompleted?: boolean;
|
|
12
|
+
statementOverrideWarningAccountIds?: ID[];
|
|
11
13
|
unavailableLedgerAccountIds?: ID[];
|
|
12
14
|
onConfirmMapping: (mappings: CombinedStatementAccountMapping[]) => void;
|
|
13
15
|
}
|
package/dist/components/expenseAutomation/sections/accountRecon/statementProcessingHelpers.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccountReconciliationByAccount, Attachment, ContentType } from '@zeniai/client-epic-state';
|
|
1
|
+
import { AccountReconciliationByAccount, Attachment, ContentType, ID } from '@zeniai/client-epic-state';
|
|
2
2
|
/** Fallback when client-side page count cannot be resolved. */
|
|
3
3
|
export declare const STATEMENT_PROCESSING_UNKNOWN_PAGE_COUNT_FALLBACK_SECONDS = 125;
|
|
4
4
|
export type StatementProcessingFileRef = {
|
|
@@ -50,6 +50,10 @@ export type StatementProcessingBackgroundSnapshot = {
|
|
|
50
50
|
completedSteps: number;
|
|
51
51
|
startedAtMs: number;
|
|
52
52
|
totalDurationSeconds: number;
|
|
53
|
+
accountMappings?: Array<{
|
|
54
|
+
accountId: ID;
|
|
55
|
+
ledgerIdentifier: string;
|
|
56
|
+
}>;
|
|
53
57
|
};
|
|
54
58
|
/** Recompute cosmetic step progress from elapsed time after Continue in Background. */
|
|
55
59
|
export declare function computeStatementProcessingStepsFromElapsedTime({ startedAtMs, totalDurationSeconds, totalSteps, isParsedDataReady, minSteps, }: {
|
|
@@ -19,6 +19,8 @@ export interface Props {
|
|
|
19
19
|
formatOptionLabel?: (option: OptionType, meta: {
|
|
20
20
|
context: FormatOptionLabelContext;
|
|
21
21
|
}) => React.ReactNode;
|
|
22
|
+
/** When true for a value, that option is shown but not selectable. */
|
|
23
|
+
isOptionDisabled?: (value: string) => boolean;
|
|
22
24
|
valueToLabel?: (value: string) => string;
|
|
23
25
|
}
|
|
24
|
-
export declare const SingleSelect: ({ allValues, selectedValue, onSelectedValueChanged, isDisabled, placeholder, style, customStyleConfig, isClearable, menuPortalTarget, valueToLabel, formatOptionLabel, showChevron, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export declare const SingleSelect: ({ allValues, selectedValue, onSelectedValueChanged, isDisabled, placeholder, style, customStyleConfig, isClearable, menuPortalTarget, valueToLabel, formatOptionLabel, showChevron, isOptionDisabled, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -20,7 +20,9 @@ export interface SingleSelectFieldProps {
|
|
|
20
20
|
formatOptionLabel?: (option: OptionType, meta: {
|
|
21
21
|
context: FormatOptionLabelContext;
|
|
22
22
|
}) => React.ReactNode;
|
|
23
|
+
/** See `SingleSelect.isOptionDisabled`. */
|
|
24
|
+
isOptionDisabled?: (value: string) => boolean;
|
|
23
25
|
valueToLabel?: (value: string) => string;
|
|
24
26
|
}
|
|
25
|
-
declare const SingleSelectField: ({ name, registerOptions, defaultValue, placeholder, isDisabled, style, customStyleConfig, valueToLabel, formatOptionLabel, showChevron, }: SingleSelectFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
declare const SingleSelectField: ({ name, registerOptions, defaultValue, placeholder, isDisabled, style, customStyleConfig, valueToLabel, formatOptionLabel, showChevron, isOptionDisabled, }: SingleSelectFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
26
28
|
export default SingleSelectField;
|
package/dist/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./SessionTimeoutPopup-CLYkgHAv.cjs"),a=require("./vendor-.pnpm-BGlYY3q9.cjs"),i=require("@zeniai/client-epic-state"),t=require("@emotion/styled");exports.AIAgentsActivatingPage=e.AIAgentsActivatingPage;exports.AIIconButton=e.AIIconButton;exports.AIPerformancePage=e.AIPerformancePage;exports.ALL_AI_CFO_MENU_OPTIONS=e.ALL_AI_CFO_MENU_OPTIONS;exports.ALL_INVOICING_MENU_GROUPS=e.ALL_INVOICING_MENU_GROUPS;exports.ALL_INVOICING_MENU_OPTIONS=e.ALL_INVOICING_MENU_OPTIONS;exports.ALL_SETTINGS_MENU_OPTIONS=e.ALL_SETTINGS_MENU_OPTIONS;exports.APP_DRAWER_CONTENT_WIDTH_PX=e.APP_DRAWER_CONTENT_WIDTH_PX;exports.AccountInfoPage=e.AccountInfoPage;exports.AccountLockedInfoModal=e.AccountLockedInfoModal;exports.AccountReconDetailsDrawerPage=e.AccountReconDetailsDrawerPage;exports.AccountReconDetailsDrawerPageV2=e.AccountReconDetailsDrawerPage$1;exports.ActivityIndicator=e.ActivityIndicator;exports.AddAddressForCardDrawer=e.AddAddressForCardDrawer;exports.AddToWalletPage=e.AddToWalletPage;exports.AddressFormPage=e.AddressFormPage;exports.AgingReportsPage=e.AgingReportsPage;exports.AiCfoChatHeader=e.AiCfoChatHeader;exports.AiCfoMenuContent=e.AiCfoMenuContent;exports.AiCfoOnboardingPage=e.AiCfoOnboardingPage;exports.AiCfoPage=e.AiCfoPage;exports.AiCfoScopeModal=e.AiCfoScopeModal;exports.AiCfoScopeModalScrollBody=e.AiCfoScopeModalScrollBody;exports.AiCfoSidePanel=e.AiCfoSidePanel;exports.AiCfoSkillsBrowser=e.AiCfoSkillsBrowser;exports.AiFinanceTeamReadyPage=e.AiFinanceTeamReadyPage;exports.AllowBlockChipPicker=e.AllowBlockChipPicker;exports.AnalyticsOnLoad=e.AnalyticsOnLoad;exports.ApAgingDetailPage=e.ApAgingDetailPage;exports.AppBasePage=e.AppBasePage;exports.AppDrawerContent=e.AppDrawerContent;exports.AppDrawerHeightMobile=e.AppDrawerHeightMobile;exports.ApprovalRulesSettingsPage=e.ApprovalRulesSettingsPage;exports.ArAgingDetailPage=e.ArAgingDetailPage;exports.AskAiCfoNavButton=e.AskAiCfoNavButton;exports.AskAiCfoNavButtonWhenEnabled=e.AskAiCfoNavButtonWhenEnabled;exports.AttachmentView=e.AttachmentView;exports.AutoTransferRulePage=e.AutoTransferRulePage;exports.BackNavigationProvider=e.BackNavigationProvider;exports.BankConnectionsSettingsPage=e.BankConnectionsSettingsPage;exports.BillDetailPage=e.BillDetailPage;exports.BillDetailPageSkeleton=e.BillDetailPageSkeleton;exports.BillPayApprovalRuleDetailPage=e.BillPayApprovalRuleDetailPage;exports.BillPayApprovalRuleDetailPageV1=e.BillPayApprovalRuleDetailPage$1;exports.BillPayApprovalRulesPage=e.BillPayApprovalRulesPage;exports.BillPayApprovalRulesPageV1=e.BillPayApprovalRulesPage$1;exports.BillPayPromoPage=e.BillPayPromoPage;exports.BillPaySetUpLoading=e.SpendManagementSetUpLoading;exports.BillPaySetUpPage=e.BillPaySetUpPage;exports.BillingSettingsPage=e.BillingSettingsPage;exports.BillsBulkReviewDrawerPage=e.BillsBulkReviewDrawerPage;exports.BusinessVerificationPage=e.BusinessVerificationPage;exports.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT=e.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT;exports.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION=e.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION;exports.COMMAND_CENTER_SUBMENU_TYPES=e.COMMAND_CENTER_SUBMENU_TYPES;exports.COMMENT_NOTIFICATION_KINDS=e.COMMENT_NOTIFICATION_KINDS;exports.CapitalizationOnboardingPopup=e.CapitalizationOnboardingPopup;exports.CapitalizationSettingsSection=e.CapitalizationSettingsSection;exports.CardPolicyCreatePage=e.CardPolicyCreatePage;exports.CardPolicyEditPage=e.CardPolicyEditPage;exports.CardPolicyFormPageSkeleton=e.CardPolicyFormPageSkeleton;exports.CardPolicyFormSections=e.CardPolicyFormSections;exports.CardPolicyListPage=e.CardPolicyListPage;exports.CardPolicyListPageSkeleton=e.CardPolicyListPageSkeleton;exports.CardPolicyListRow=e.CardPolicyListRow;exports.CardPolicyListSkeletonRow=e.CardPolicyListSkeletonRow;exports.CardPolicyManualEmptyState=e.CardPolicyManualEmptyState;exports.CardsAiCfoHero=e.CardsAiCfoHero;exports.CardsShutdownBanner=e.CardsShutdownBanner;exports.CashbackDetailLoading=e.CashbackDetailLoading;exports.CashbackDetailPage=e.CashbackDetailPage;exports.ChargeCardCVVActivate=e.ChargeCardCVVActivate;exports.ChargeCardDetailLoading=e.ChargeCardDetailLoading;exports.ChargeCardDetailPage=e.ChargeCardDetailPage;exports.ChargeCardListLoading=e.ChargeCardListLoading;exports.ChargeCardListPage=e.ChargeCardListPage;exports.ChargeCardListSkeletonRow=e.ChargeCardListSkeletonRow;exports.ChargeCardPaymentHistoryPage=e.ChargeCardPaymentHistoryPage;exports.ChargeCardPromoPage=e.ChargeCardPromoPage;exports.ChargeCardPromoPageSkeleton=e.ChargeCardPromoPageSkeleton;exports.ChargeCardSetUpPage=e.ChargeCardSetUpPage;exports.ChargeCardSetupLoading=e.SpendManagementSetUpLoading;exports.ChargeCardStatementsLoading=e.ChargeCardStatementsLoading;exports.ChargeCardStatementsPage=e.ChargeCardStatementsPage;exports.ChargeCardUserOnboardingPromoPage=e.ChargeCardUserOnboardingPromoPage;exports.ChargeCardUserOnboardingPromoPageSkeleton=e.ChargeCardUserOnboardingPromoPageSkeleton;exports.CheckDepositDrawerPage=e.CheckDepositDrawerPage;exports.ClickableRow=e.ClickableRow;exports.CollaborationGlobalStyles=e.CollaborationGlobalStyles;exports.CollaborationProvider=e.CollaborationProvider;exports.CollaborationRoomProvider=e.CollaborationRoomProvider;exports.Colors=e.Colors;exports.CommentsAndNotesCount=e.CommentsAndNotesCount;exports.CommentsDrawerProvider=e.CommentsDrawerProvider;exports.CompanyOfficerOnboardingDetailsSection=e.CompanyOfficerOnboardingDetailsSection;exports.CompanyOnboardingDetailsSection=e.CompanyOnboardingDetailsSection;exports.CompanyPassportCard=e.CompanyPassportCard;exports.CompanyPassportPage=e.CompanyPassportPage;exports.CompleteProfile=e.CompleteProfile;exports.ConfettiBurst=e.ConfettiBurst;exports.ConfirmationPopup=e.ConfirmationPopup;exports.ConnectDataSourcesPage=e.ConnectDataSourcesPage;exports.CreateOrEditVendorPage=e.CreateOrEditVendorPage;exports.CreateOrEditVendorPageSkeleton=e.CreateOrEditVendorPageSkeleton;exports.CreatedEntitiesAnswer=e.CreatedEntitiesAnswer;exports.CreatingEntitiesAnswerLoading=e.CreatingEntitiesAnswerLoading;exports.CreditCardPaymentDrawerPage=e.CreditCardPaymentDrawerPage;exports.CustomerOnboardingContainerPage=e.CustomerOnboardingContainerPage;exports.CustomerOnboardingNoStepsPage=e.CustomerOnboardingNoStepsPage;exports.CustomerOnboardingPage=e.CustomerOnboardingPage;exports.CustomerOnboardingProductSuitePage=e.CustomerOnboardingProductSuitePage;exports.Dashboard=e.Dashboard;exports.DashboardReportPage=e.DashboardReportPage;exports.DashboardSidebarLogoAnimation=e.DashboardSidebarLogoAnimation;exports.DataListTable=e.DataListTable;exports.DataListTableHeader=e.DataListTableHeader;exports.DataListTableRow=e.DataListTableRow;exports.DataListTableSortIndicator=e.DataListTableSortIndicator;exports.DebitCardSetPin=e.DebitCardSetPin;exports.DropdownPortalContext=e.DropdownPortalContext;exports.EditPeoplePage=e.EditPeoplePage;exports.EditReimbursementDetailPage=e.EditReimbursementDetailPage;exports.EditableBillDetailPage=e.EditableBillDetailPage;exports.EntityDetailPage=e.EntityDetailPage;exports.ErrorBoundaryWrapper=e.ErrorBoundaryWrapper;exports.ExcludedAccountReconDetailsDrawerPage=e.ExcludedAccountReconDetailsDrawerPage;exports.ExpenseAutomationOverviewPage=e.ExpenseAutomationOverviewPage;exports.ExpenseAutomationOverviewPageSkeleton=e.ExpenseAutomationOverviewPageSkeleton;exports.ExpenseAutomationPage=e.ExpenseAutomationPage;exports.ExpressPayPage=e.ExpressPayPage;exports.FeatureDynamicConfigNames=e.DynamicConfigNames;exports.FeatureGatesNames=e.FeatureGatesNames;exports.FeaturePreviewPage=e.FeaturePreviewPage;exports.FeatureProvider=e.FeatureProvider;exports.FieldHelpIcon=e.FieldHelpIcon;exports.FieldHelpProvider=e.FieldHelpProvider;exports.FirstReviewVendorDetailPage=e.FirstReviewVendorDetailPage;exports.FontWeight=e.FontWeight;exports.GlobalInfoProvider=e.GlobalInfoProvider;exports.GlobalReviewListPage=e.GlobalReviewListPage;exports.INVOICING_SETTINGS_NAV_SECTIONS=e.INVOICING_SETTINGS_NAV_SECTIONS;exports.INVOICING_SETTINGS_TABS=e.INVOICING_SETTINGS_TABS;exports.InformationCardStack=e.InformationCardStack;exports.InitialCollaborationProvider=e.InitialCollaborationProvider;exports.InsightsCardStack=e.InsightCardStack;exports.IntegrationCardView=e.IntegrationCardView;exports.IntegrationsCardGrid=e.IntegrationsCardGrid;exports.IntegrationsSection=e.IntegrationsSection;exports.IntegrationsSettingsPage=e.IntegrationsSettingsPage;exports.InternationalWireVerificationPage=e.InternationalWireVerificationPage;exports.InviteFormPage=e.InviteFormPage;exports.InvitePageListView=e.InvitePageListView;exports.InvitePeoplePage=e.InvitePeoplePage;exports.InvoiceUploadSection=e.InvoiceUploadSection;exports.InvoiceUploadSectionSkeleton=e.InvoiceUploadSectionSkeleton;exports.InvoicingAddPaymentMethodDialog=e.InvoicingAddPaymentMethodDialog;exports.InvoicingAuditLogPage=e.InvoicingAuditLogPage;exports.InvoicingBrandingSettingsPage=e.InvoicingBrandingSettingsPage;exports.InvoicingCatalogItemDetailPage=e.InvoicingCatalogItemDetailPage;exports.InvoicingCatalogItemFormPage=e.InvoicingCatalogItemFormPage;exports.InvoicingCatalogPage=e.InvoicingCatalogPage;exports.InvoicingCouponFormPage=e.InvoicingCouponFormPage;exports.InvoicingCreateInvoicePage=e.InvoicingCreateInvoicePage;exports.InvoicingCreateInvoiceSkeleton=e.InvoicingCreateInvoiceSkeleton;exports.InvoicingCreatePromotionalCreditsDialog=e.InvoicingCreatePromotionalCreditsDialog;exports.InvoicingCreditDetailPage=e.InvoicingCreditDetailPage;exports.InvoicingCreditListPage=e.InvoicingCreditListPage;exports.InvoicingCustomerDetailPage=e.InvoicingCustomerDetailPage;exports.InvoicingCustomerFormPage=e.InvoicingCustomerFormPage;exports.InvoicingCustomerListPage=e.InvoicingCustomerListPage;exports.InvoicingDashboardSkeleton=e.InvoicingDashboardSkeleton;exports.InvoicingDataImportDetailPage=e.InvoicingDataImportDetailPage;exports.InvoicingDataImportHubPage=e.InvoicingDataImportHubPage;exports.InvoicingDataImportMigratePage=e.InvoicingDataImportMigratePage;exports.InvoicingDetailScaffold=e.InvoicingDetailScaffold;exports.InvoicingDiscountDetailPage=e.InvoicingDiscountDetailPage;exports.InvoicingDiscountListPage=e.InvoicingDiscountListPage;exports.InvoicingDunningDetailPage=e.InvoicingDunningDetailPage;exports.InvoicingDunningEmailComposerDialog=e.InvoicingDunningEmailComposerDialog;exports.InvoicingDunningListPage=e.InvoicingDunningListPage;exports.InvoicingDunningSettingsPage=e.InvoicingDunningSettingsPage;exports.InvoicingEmptyState=e.InvoicingEmptyState;exports.InvoicingIntegrationsSettingsPage=e.InvoicingIntegrationsSettingsPage;exports.InvoicingInvoiceDetailPage=e.InvoicingInvoiceDetailPage;exports.InvoicingInvoiceListPage=e.InvoicingInvoiceListPage;exports.InvoicingIssueCreditNotePage=e.InvoicingIssueCreditNotePage;exports.InvoicingOverviewPage=e.InvoicingOverviewPage;exports.InvoicingPaymentDestinationSettingsPage=e.InvoicingPaymentDestinationSettingsPage;exports.InvoicingPaymentLinkPage=e.InvoicingPaymentLinkPage;exports.InvoicingPaymentListPage=e.InvoicingPaymentListPage;exports.InvoicingPromoPage=e.InvoicingPromoPage;exports.InvoicingQBOSettingsPage=e.InvoicingQBOSettingsPage;exports.InvoicingRecordPaymentPage=e.InvoicingRecordPaymentPage;exports.InvoicingSettingsHubPage=e.InvoicingSettingsHubPage;exports.InvoicingSettingsPage=e.InvoicingSettingsHubPage;exports.InvoicingSubscriptionDetailPage=e.InvoicingSubscriptionDetailPage;exports.InvoicingSubscriptionFormPage=e.InvoicingSubscriptionFormPage;exports.InvoicingSubscriptionListPage=e.InvoicingSubscriptionListPage;exports.InvoicingTransactionDetailPage=e.InvoicingTransactionDetailPage;exports.InvoicingVoidInvoiceDialog=e.InvoicingVoidInvoiceDialog;exports.IssueChargeCardPage=e.IssueChargeCardPage;exports.IssueChargeCardPageSkeleton=e.IssueChargeCardPageSkeleton;exports.LinkBillExpensePage=e.LinkBillExpensePage;exports.LinkJETransactionPage=e.LinkJETransactionPage;exports.Loader=e.Loader;exports.LogoutButton=e.LogoutButton;exports.MCC_CHIP_ID_PREFIX=e.MCC_CHIP_ID_PREFIX;exports.MagicLinkDomesticWireDetailsPage=e.MagicLinkDomesticWireDetailsPage;exports.MagicLinkInternationalWireDetailsPage=e.MagicLinkInternationalWireDetailsPage;exports.MagicLinkSuccessPage=e.MagicLinkSuccessPage;exports.MagicLinkVendorACHDetailsPage=e.MagicLinkVendorACHDetailsPage;exports.Modal=e.Modal;exports.MonthEndEmailDrawerCustomerRequestPage=e.MonthEndEmailDrawerCustomerRequestPage;exports.MyBankConnectionsSettingsPage=e.MyBankConnectionsSettingsPage;exports.MyPendingActivationChargeCardListPage=e.MyPendingActivationChargeCardListPage;exports.MyProfileSettingsPage=e.MyProfileSettingsPage;exports.NavBar=e.NavBar;exports.NavBarRightRowStyled=e.NavBarRightRowStyled;exports.NewGlobalMerchantPage=e.NewGlobalMerchantPage;exports.NewUpdateAvailablePage=e.NewUpdateAvailablePage;exports.NotFoundPage=e.NotFoundPage;exports.NotificationIcon=e.SvgNotification;exports.NotificationSettingsPage=e.NotificationSettingsPage;exports.NotificationsPage=e.NotificationsPage;exports.OAuthConsentPage=e.OAuthConsentPage;exports.OnboardingInitialLoader=e.OnboardingInitialLoader;exports.OnboardingSidebar=e.OnboardingSidebar;exports.OnboardingStepFrame=e.OnboardingStepFrame;exports.OpExByVendorPage=e.OpExByVendorPage;exports.OverlayContainerPage=e.OverlayContainerPage;exports.PandLWithForecastPage=e.PandLWithForecastPage;exports.PanelInternalContext=e.PanelInternalContext;exports.PaymentAccountSetupBillingAddressSection=e.PaymentAccountSetupBillingAddressSection;exports.PeoplePage=e.PeoplePage;exports.Picker=e.Picker;exports.PolicyLimitsRowList=e.PolicyLimitsRowList;exports.PolicyModeSelector=e.PolicyModeSelector;exports.PortfolioAllocationFormPage=e.PortfolioAllocationFormPage;exports.QBOConnectionDialog=e.QBOConnectionDialog;exports.QBOSetupSectionWithForm=e.QBOSetupSectionWithForm;exports.QuickResponsesPage=e.QuickResponsesPage;exports.QuickViewModeContext=e.QuickViewModeContext;exports.RIGHT_SIDE_PANEL_WIDTH_PX=e.RIGHT_SIDE_PANEL_WIDTH_PX;exports.ReferralDrawerPage=e.DrawerPage;exports.ReimbursementApprovalRuleDetailPage=e.ReimbursementApprovalRuleDetailPage;exports.ReimbursementApprovalRuleDetailPageV1=e.ReimbursementApprovalRuleDetailPage$1;exports.ReimbursementApprovalRulesPage=e.ReimbursementApprovalRulesPage;exports.ReimbursementApprovalRulesPageV1=e.ReimbursementApprovalRulesPage$1;exports.ReimbursementDetailPage=e.ReimbursementDetailPage;exports.ReimbursementDetailPageSkeleton=e.ReimbursementDetailPageSkeleton;exports.ReimbursementPromoPage=e.ReimbursementPromoPage;exports.ReimbursementSetUpLoading=e.SpendManagementSetUpLoading;exports.ReimbursementSetUpPage=e.RemiSetupPage;exports.RemisBulkReviewDrawerPage=e.ReimbursementsBulkReviewDrawerPage;exports.ReportsPage=e.ReportsPage;exports.ResponsiveSized=e.ResponsiveSized;exports.ReviewBillDetailsPage=e.ReviewBillDetailsPage;exports.ReviewConfirmTransferPanel=e.ReviewConfirmTransferPanel;exports.ReviewDetailsPageSkeleton=e.ReviewDetailsPageSkeleton;exports.ScheduleDetailSkeleton=e.ScheduleDetailSkeleton;exports.ScheduleDetailsAccruedExpensesPage=e.ScheduleDetailsAccruedExpensesPage;exports.ScheduleDetailsFixedAssetsPage=e.ScheduleDetailsFixedAssetsPage;exports.ScheduleDetailsPage=e.ScheduleDetailsPage;exports.SchedulePanelInternalContext=e.SchedulePanelInternalContext;exports.SearchableCheckboxCardList=e.SearchableCheckboxCardList;exports.SessionTimeoutPopup=e.SessionTimeoutPopup;exports.SidePanelContext=e.SidePanelContext;exports.SidePanelProvider=e.SidePanelProvider;exports.SignIn=e.SignIn;exports.SomethingWrongPage=e.SomethingWrongPage;exports.Space=e.Space;exports.SpendManagementListLoading=e.SpendManagementListLoading;exports.SpendManagementListViewPage=e.SpendManagementListViewPage;exports.StatementParseInfo=e.StatementParseInfoEntry;exports.StatementProcessingPage=e.StatementProcessingPage;exports.StatementsPage=e.StatementsPage;exports.StyledCapsule=e.StyledCapsule;exports.SubscriptionDetailPage=e.SubscriptionDetailPage;exports.SubscriptionSummaryPage=e.SubscriptionSummaryPage;exports.SyntheticAiCfoAnswerView=e.SyntheticAiCfoAnswerView;exports.THREAD_RESOLVED_NOTIFICATION_KIND=e.THREAD_RESOLVED_NOTIFICATION_KIND;exports.THREAD_UNRESOLVED_NOTIFICATION_KIND=e.THREAD_UNRESOLVED_NOTIFICATION_KIND;exports.TaskDetailPage=e.TaskDetailPage;exports.TaskManagementPage=e.TaskManagementPage;exports.TenantsDropDown=e.TenantsDropDown;exports.TextStyle=e.TextStyle;exports.ToolkitProvider=e.ToolkitProvider;exports.TopExDetailPage=e.TopExDetailPage;exports.TransactionActivityLogPage=e.TransactionActivityLogPage;exports.TransactionActivityLogPanel=e.TransactionActivityLogPanel;exports.TransactionDetailPage=e.TransactionDetailPage;exports.TransactionDetailSkeleton=e.TransactionDetailSkeleton;exports.TransactionListBig=e.TransactionListBig;exports.TransactionListComments=e.TransactionListComments;exports.TransactionListPage=e.TransactionListPage;exports.TransactionPanelInternalContext=e.TransactionPanelInternalContext;exports.TransactionSidePanelLayout=e.TransactionSidePanelLayout;exports.TransactionVendorDetailPage=e.TransactionVendorDetailPage;exports.TransferDrawerPage=e.TransferDrawerPage;exports.TreasuryOverviewPage=e.TreasuryOverviewPage;exports.TreasuryPromoPage=e.TreasuryPromoPage;exports.TreasurySetUpPage=e.TreasurySetUpPage;exports.TreasuryStatementsPage=e.TreasuryStatementsPage;exports.TreasuryTaxLetterPage=e.TreasuryTaxLetterPage;exports.TreasuryTransferOrReviewPage=e.TreasuryTransferOrReviewPage;exports.TrendChart=e.TrendChart;exports.UncategorizedAccountsMappingPage=e.UncategorizedAccountsMappingPage;exports.UnitIntegrationPage=e.UnitIntegrationPage;exports.VENDOR_CHIP_ID_PREFIX=e.VENDOR_CHIP_ID_PREFIX;exports.Vendor2FAPopup=e.Vendor2FAPopup;exports.VendorACHDetailsPage=e.VendorACHDetailsPage;exports.VendorAccruedSchedulesPage=e.VendorAccruedSchedulesPage;exports.VendorDetailPage=e.VendorDetailPage;exports.VendorDomesticWireDetailsPage=e.VendorDomesticWireDetailsPage;exports.VendorFiling1099DetailsEditablePage=e.VendorFiling1099DetailsEditablePage;exports.VendorFiling1099EditableFormSkeleton=e.VendorFiling1099EditableFormSkeleton;exports.VendorFiling1099ListPage=e.VendorFiling1099ListPage;exports.VendorFirstReviewPage=e.VendorFirstReviewPage;exports.VendorInternationalSwiftBasedDetailsPage=e.VendorInternationalSwiftBasedDetailsPage;exports.VendorInternationalWireDetailsPage=e.VendorInternationalWireDetailsPage;exports.VendorListPage=e.VendorListPage;exports.VendorSchedulesPage=e.VendorSchedulesPage;exports.VerificationFrame=e.VerificationFrame;exports.VerifyDevice=e.VerifyDevice;exports.VerifyUnlockFinancialStackPage=e.VerifyUnlockFinancialStackPage;exports.WebV2MicroService=e.WebV2MicroService;exports.WebV2MicroServiceProvider=e.WebV2MicroServiceProvider;exports.WelcomeAnimation=e.WelcomeAnimation;exports.WindowSizeProvider=e.WindowSizeProvider;exports.ZeniAccountDetailLoading=e.ZeniAccountDetailLoading;exports.ZeniAccountDetailNavBarTitleShimmer=e.ZeniAccountDetailNavBarTitleShimmer;exports.ZeniAccountDetailPage=e.ZeniAccountDetailPage;exports.ZeniAccountListLoading=e.ZeniAccountListLoading;exports.ZeniAccountListViewPage=e.ZeniAccountListViewPage;exports.ZeniAccountPromoPage=e.ZeniAccountPromoPage;exports.ZeniAccountSetUpPage=e.ZeniAccountSetUpPage;exports.ZeniText=e.ZeniText;exports.ZeniThemeProvider=e.ZeniThemeProvider;exports.alignToJustify=e.alignToJustify;exports.amountToString=e.amountToString;exports.amountValueToString=e.amountValueToString;exports.appLocale=e.appLocale;exports.applyExtractedPolicyRulesToFormValues=e.applyExtractedPolicyRulesToFormValues;exports.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm=e.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm;exports.buildCardPolicyFormValuesFromRequest=e.buildCardPolicyFormValuesFromRequest;exports.buildCreateCardPolicyTemplateRequest=e.buildCreateCardPolicyTemplateRequest;exports.buildCreateCardPolicyTemplateRequestFromInteractiveForm=e.buildCreateCardPolicyTemplateRequestFromInteractiveForm;exports.buildMccCategoryChipId=e.buildMccCategoryChipId;exports.buildStickyKeySet=e.buildStickyKeySet;exports.buildVendorChipId=e.buildVendorChipId;exports.buildVoidInvoiceSubmitBody=e.buildVoidInvoiceSubmitBody;exports.cellVerticalAlignToFlexAlign=e.cellVerticalAlignToFlexAlign;exports.clearAutoLogoutContext=e.clearAutoLogoutContext;exports.clickableRowStyles=e.clickableRowStyles;exports.computeStatementProcessingStepsFromElapsedTime=e.computeStatementProcessingStepsFromElapsedTime;exports.computeStickyLeftOffsets=e.computeStickyLeftOffsets;exports.darkColors=e.darkColors;exports.darkTheme=e.darkTheme;exports.dashboardCardDimension=e.designDimension;exports.defaultCardPolicyFormValues=e.defaultCardPolicyFormValues;exports.formatReconAccountDisplayName=e.formatReconAccountDisplayName;exports.getAlpha2=e.getAlpha2;exports.getAlpha3=e.getAlpha3;exports.getColorForALabel=e.getColorForALabel;exports.getCountries=e.getCountries;exports.getCustomerDataFromAutoComplete=e.getCustomerDataFromAutoComplete;exports.getFullName=e.getFullName;exports.getInitialOpenThreadRequestFromSearch=e.getInitialOpenThreadRequestFromSearch;exports.getRecipientTotalAmount=e.getRecipientTotalAmount;exports.getReconAccountDisplayName=e.getReconAccountDisplayName;exports.getShowNegativeAmountInParenthesisDefaultValue=e.getShowNegativeAmountInParenthesisDefaultValue;exports.getShowNegativeAmountInParenthesisForPercentDefaultValue=e.getShowNegativeAmountInParenthesisForPercentDefaultValue;exports.getStableTransactionId=e.getStableTransactionId;exports.getStatementParseTransactionCount=e.getStatementParseTransactionCount;exports.invoicingMenuList=e.invoicingMenuList;exports.isBackdatedInvoiceDate=e.isBackdatedInvoiceDate;exports.isCloseManagementMenu=e.isCloseManagementMenu;exports.isClosedCardStatus=e.isClosedCardStatus;exports.isCollaborationEntityType=e.isCollaborationEntityType;exports.isCommentNotificationKind=e.isCommentNotificationKind;exports.isMobileOrTabletView=e.isMobileOrTabletView;exports.isMobilePhoneScreen=e.isMobilePhoneScreen;exports.lightColors=e.lightColors;exports.lightTheme=e.lightTheme;exports.menuList=e.menuList;exports.mergeColumnDeclarativeWithRenderers=e.mergeColumnDeclarativeWithRenderers;exports.mergeLayoutDefaults=e.mergeLayoutDefaults;exports.percentValueToString=e.percentValueToString;exports.resolveBackgroundStatementProcessingCompletedSteps=e.resolveBackgroundStatementProcessingCompletedSteps;exports.resolveColumnWidth=e.resolveColumnWidth;exports.roundAmountIfNeeded=e.roundAmountIfNeeded;exports.roundOffNumberToTwoDecimal=e.roundOffNumberToTwoDecimal;exports.setAutoLogoutContext=e.setAutoLogoutContext;exports.setShowNegativeAmountInParenthesisDefaultValue=e.setShowNegativeAmountInParenthesisDefaultValue;exports.setShowNegativeAmountInParenthesisForPercentDefaultValue=e.setShowNegativeAmountInParenthesisForPercentDefaultValue;exports.settingMenuList=e.settingMenuList;exports.shouldDefaultAdjustmentCreditNote=e.shouldDefaultAdjustmentCreditNote;exports.sp=e.sp;exports.textAlignForCell=e.textAlignForCell;exports.textStyles=e.textStyles;exports.toInstitutionLogoDataUri=e.toInstitutionLogoDataUri;exports.toInvoicingMenuOptionType=e.toInvoicingMenuOptionType;exports.toInvoicingMenuOptionTypeStrict=e.toInvoicingMenuOptionTypeStrict;exports.toMccCategoryChipFieldValue=e.toMccCategoryChipFieldValue;exports.toMenuOptionType=e.toMenuOptionType;exports.toSettingsMenuOptionTypeStrict=e.toSettingsMenuOptionTypeStrict;exports.toSupportedLocaleStrict=e.toSupportedLocaleStrict;exports.toVendorChipFieldValue=e.toVendorChipFieldValue;exports.trackTreasuryTransferAnalytics=e.trackTreasuryTransferAnalytics;exports.uploadAttachmentReceipts=e.uploadAttachmentReceipts;exports.useApprovalRulesV3Config=e.useApprovalRulesV3Config;exports.useBackNavigation=e.useBackNavigation;exports.useCollaborationInfoContext=e.useCollaborationInfoContext;exports.useCommentsDrawer=e.useCommentsDrawer;exports.useDropdownPortal=e.useDropdownPortal;exports.useExpenseAutomationEnabledForUser=e.useExpenseAutomationEnabledForUser;exports.useFieldHelp=e.useFieldHelp;exports.useGlobalInfoContext=e.useGlobalInfoContext;exports.useLockBodyScroll=e.useLockBodyScroll;exports.usePanelInternal=e.usePanelInternal;exports.usePrevious=e.usePrevious;exports.useQuickViewMode=e.useQuickViewMode;exports.useRegisterBackHandler=e.useRegisterBackHandler;exports.useRequestCloseAllCommentDrawers=e.useRequestCloseAllCommentDrawers;exports.useSchedulePanelInternal=e.useSchedulePanelInternal;exports.useSessionAutoLogoutConfig=e.useSessionAutoLogoutConfig;exports.useSidePanelContext=e.useSidePanelContext;exports.useToolkitContext=e.useToolkitContext;exports.useTransactionPanelInternal=e.useTransactionPanelInternal;exports.useWindowSizeContext=e.useWindowSizeContext;exports.useZeniCardsVisibilityConfig=e.useZeniCardsVisibilityConfig;exports.useZeniFeatureContext=e.useZeniFeatureContext;exports.useZeniThemeContext=e.useZeniThemeContext;exports.waitFor=e.waitFor;exports.useZeniTheme=a.useTheme;exports.zeniStyled=a.styled;Object.defineProperty(exports,"buildInvoicingEntityPath",{enumerable:!0,get:()=>i.buildInvoicingEntityPath});Object.defineProperty(exports,"isInvoicingEntityLinkable",{enumerable:!0,get:()=>i.isInvoicingEntityLinkable});exports.zeniEmotionStyled=t;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./SessionTimeoutPopup-CZOhh0gG.cjs"),a=require("./vendor-.pnpm-BGlYY3q9.cjs"),i=require("@zeniai/client-epic-state"),t=require("@emotion/styled");exports.AIAgentsActivatingPage=e.AIAgentsActivatingPage;exports.AIIconButton=e.AIIconButton;exports.AIPerformancePage=e.AIPerformancePage;exports.ALL_AI_CFO_MENU_OPTIONS=e.ALL_AI_CFO_MENU_OPTIONS;exports.ALL_INVOICING_MENU_GROUPS=e.ALL_INVOICING_MENU_GROUPS;exports.ALL_INVOICING_MENU_OPTIONS=e.ALL_INVOICING_MENU_OPTIONS;exports.ALL_SETTINGS_MENU_OPTIONS=e.ALL_SETTINGS_MENU_OPTIONS;exports.APP_DRAWER_CONTENT_WIDTH_PX=e.APP_DRAWER_CONTENT_WIDTH_PX;exports.AccountInfoPage=e.AccountInfoPage;exports.AccountLockedInfoModal=e.AccountLockedInfoModal;exports.AccountReconDetailsDrawerPage=e.AccountReconDetailsDrawerPage;exports.AccountReconDetailsDrawerPageV2=e.AccountReconDetailsDrawerPage$1;exports.ActivityIndicator=e.ActivityIndicator;exports.AddAddressForCardDrawer=e.AddAddressForCardDrawer;exports.AddToWalletPage=e.AddToWalletPage;exports.AddressFormPage=e.AddressFormPage;exports.AgingReportsPage=e.AgingReportsPage;exports.AiCfoChatHeader=e.AiCfoChatHeader;exports.AiCfoMenuContent=e.AiCfoMenuContent;exports.AiCfoOnboardingPage=e.AiCfoOnboardingPage;exports.AiCfoPage=e.AiCfoPage;exports.AiCfoScopeModal=e.AiCfoScopeModal;exports.AiCfoScopeModalScrollBody=e.AiCfoScopeModalScrollBody;exports.AiCfoSidePanel=e.AiCfoSidePanel;exports.AiCfoSkillsBrowser=e.AiCfoSkillsBrowser;exports.AiFinanceTeamReadyPage=e.AiFinanceTeamReadyPage;exports.AllowBlockChipPicker=e.AllowBlockChipPicker;exports.AnalyticsOnLoad=e.AnalyticsOnLoad;exports.ApAgingDetailPage=e.ApAgingDetailPage;exports.AppBasePage=e.AppBasePage;exports.AppDrawerContent=e.AppDrawerContent;exports.AppDrawerHeightMobile=e.AppDrawerHeightMobile;exports.ApprovalRulesSettingsPage=e.ApprovalRulesSettingsPage;exports.ArAgingDetailPage=e.ArAgingDetailPage;exports.AskAiCfoNavButton=e.AskAiCfoNavButton;exports.AskAiCfoNavButtonWhenEnabled=e.AskAiCfoNavButtonWhenEnabled;exports.AttachmentView=e.AttachmentView;exports.AutoTransferRulePage=e.AutoTransferRulePage;exports.BackNavigationProvider=e.BackNavigationProvider;exports.BankConnectionsSettingsPage=e.BankConnectionsSettingsPage;exports.BillDetailPage=e.BillDetailPage;exports.BillDetailPageSkeleton=e.BillDetailPageSkeleton;exports.BillPayApprovalRuleDetailPage=e.BillPayApprovalRuleDetailPage;exports.BillPayApprovalRuleDetailPageV1=e.BillPayApprovalRuleDetailPage$1;exports.BillPayApprovalRulesPage=e.BillPayApprovalRulesPage;exports.BillPayApprovalRulesPageV1=e.BillPayApprovalRulesPage$1;exports.BillPayPromoPage=e.BillPayPromoPage;exports.BillPaySetUpLoading=e.SpendManagementSetUpLoading;exports.BillPaySetUpPage=e.BillPaySetUpPage;exports.BillingSettingsPage=e.BillingSettingsPage;exports.BillsBulkReviewDrawerPage=e.BillsBulkReviewDrawerPage;exports.BusinessVerificationPage=e.BusinessVerificationPage;exports.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT=e.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT;exports.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION=e.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION;exports.COMMAND_CENTER_SUBMENU_TYPES=e.COMMAND_CENTER_SUBMENU_TYPES;exports.COMMENT_NOTIFICATION_KINDS=e.COMMENT_NOTIFICATION_KINDS;exports.CapitalizationOnboardingPopup=e.CapitalizationOnboardingPopup;exports.CapitalizationSettingsSection=e.CapitalizationSettingsSection;exports.CardPolicyCreatePage=e.CardPolicyCreatePage;exports.CardPolicyEditPage=e.CardPolicyEditPage;exports.CardPolicyFormPageSkeleton=e.CardPolicyFormPageSkeleton;exports.CardPolicyFormSections=e.CardPolicyFormSections;exports.CardPolicyListPage=e.CardPolicyListPage;exports.CardPolicyListPageSkeleton=e.CardPolicyListPageSkeleton;exports.CardPolicyListRow=e.CardPolicyListRow;exports.CardPolicyListSkeletonRow=e.CardPolicyListSkeletonRow;exports.CardPolicyManualEmptyState=e.CardPolicyManualEmptyState;exports.CardsAiCfoHero=e.CardsAiCfoHero;exports.CardsShutdownBanner=e.CardsShutdownBanner;exports.CashbackDetailLoading=e.CashbackDetailLoading;exports.CashbackDetailPage=e.CashbackDetailPage;exports.ChargeCardCVVActivate=e.ChargeCardCVVActivate;exports.ChargeCardDetailLoading=e.ChargeCardDetailLoading;exports.ChargeCardDetailPage=e.ChargeCardDetailPage;exports.ChargeCardListLoading=e.ChargeCardListLoading;exports.ChargeCardListPage=e.ChargeCardListPage;exports.ChargeCardListSkeletonRow=e.ChargeCardListSkeletonRow;exports.ChargeCardPaymentHistoryPage=e.ChargeCardPaymentHistoryPage;exports.ChargeCardPromoPage=e.ChargeCardPromoPage;exports.ChargeCardPromoPageSkeleton=e.ChargeCardPromoPageSkeleton;exports.ChargeCardSetUpPage=e.ChargeCardSetUpPage;exports.ChargeCardSetupLoading=e.SpendManagementSetUpLoading;exports.ChargeCardStatementsLoading=e.ChargeCardStatementsLoading;exports.ChargeCardStatementsPage=e.ChargeCardStatementsPage;exports.ChargeCardUserOnboardingPromoPage=e.ChargeCardUserOnboardingPromoPage;exports.ChargeCardUserOnboardingPromoPageSkeleton=e.ChargeCardUserOnboardingPromoPageSkeleton;exports.CheckDepositDrawerPage=e.CheckDepositDrawerPage;exports.ClickableRow=e.ClickableRow;exports.CollaborationGlobalStyles=e.CollaborationGlobalStyles;exports.CollaborationProvider=e.CollaborationProvider;exports.CollaborationRoomProvider=e.CollaborationRoomProvider;exports.Colors=e.Colors;exports.CommentsAndNotesCount=e.CommentsAndNotesCount;exports.CommentsDrawerProvider=e.CommentsDrawerProvider;exports.CompanyOfficerOnboardingDetailsSection=e.CompanyOfficerOnboardingDetailsSection;exports.CompanyOnboardingDetailsSection=e.CompanyOnboardingDetailsSection;exports.CompanyPassportCard=e.CompanyPassportCard;exports.CompanyPassportPage=e.CompanyPassportPage;exports.CompleteProfile=e.CompleteProfile;exports.ConfettiBurst=e.ConfettiBurst;exports.ConfirmationPopup=e.ConfirmationPopup;exports.ConnectDataSourcesPage=e.ConnectDataSourcesPage;exports.CreateOrEditVendorPage=e.CreateOrEditVendorPage;exports.CreateOrEditVendorPageSkeleton=e.CreateOrEditVendorPageSkeleton;exports.CreatedEntitiesAnswer=e.CreatedEntitiesAnswer;exports.CreatingEntitiesAnswerLoading=e.CreatingEntitiesAnswerLoading;exports.CreditCardPaymentDrawerPage=e.CreditCardPaymentDrawerPage;exports.CustomerOnboardingContainerPage=e.CustomerOnboardingContainerPage;exports.CustomerOnboardingNoStepsPage=e.CustomerOnboardingNoStepsPage;exports.CustomerOnboardingPage=e.CustomerOnboardingPage;exports.CustomerOnboardingProductSuitePage=e.CustomerOnboardingProductSuitePage;exports.Dashboard=e.Dashboard;exports.DashboardReportPage=e.DashboardReportPage;exports.DashboardSidebarLogoAnimation=e.DashboardSidebarLogoAnimation;exports.DataListTable=e.DataListTable;exports.DataListTableHeader=e.DataListTableHeader;exports.DataListTableRow=e.DataListTableRow;exports.DataListTableSortIndicator=e.DataListTableSortIndicator;exports.DebitCardSetPin=e.DebitCardSetPin;exports.DropdownPortalContext=e.DropdownPortalContext;exports.EditPeoplePage=e.EditPeoplePage;exports.EditReimbursementDetailPage=e.EditReimbursementDetailPage;exports.EditableBillDetailPage=e.EditableBillDetailPage;exports.EntityDetailPage=e.EntityDetailPage;exports.ErrorBoundaryWrapper=e.ErrorBoundaryWrapper;exports.ExcludedAccountReconDetailsDrawerPage=e.ExcludedAccountReconDetailsDrawerPage;exports.ExpenseAutomationOverviewPage=e.ExpenseAutomationOverviewPage;exports.ExpenseAutomationOverviewPageSkeleton=e.ExpenseAutomationOverviewPageSkeleton;exports.ExpenseAutomationPage=e.ExpenseAutomationPage;exports.ExpressPayPage=e.ExpressPayPage;exports.FeatureDynamicConfigNames=e.DynamicConfigNames;exports.FeatureGatesNames=e.FeatureGatesNames;exports.FeaturePreviewPage=e.FeaturePreviewPage;exports.FeatureProvider=e.FeatureProvider;exports.FieldHelpIcon=e.FieldHelpIcon;exports.FieldHelpProvider=e.FieldHelpProvider;exports.FirstReviewVendorDetailPage=e.FirstReviewVendorDetailPage;exports.FontWeight=e.FontWeight;exports.GlobalInfoProvider=e.GlobalInfoProvider;exports.GlobalReviewListPage=e.GlobalReviewListPage;exports.INVOICING_SETTINGS_NAV_SECTIONS=e.INVOICING_SETTINGS_NAV_SECTIONS;exports.INVOICING_SETTINGS_TABS=e.INVOICING_SETTINGS_TABS;exports.InformationCardStack=e.InformationCardStack;exports.InitialCollaborationProvider=e.InitialCollaborationProvider;exports.InsightsCardStack=e.InsightCardStack;exports.IntegrationCardView=e.IntegrationCardView;exports.IntegrationsCardGrid=e.IntegrationsCardGrid;exports.IntegrationsSection=e.IntegrationsSection;exports.IntegrationsSettingsPage=e.IntegrationsSettingsPage;exports.InternationalWireVerificationPage=e.InternationalWireVerificationPage;exports.InviteFormPage=e.InviteFormPage;exports.InvitePageListView=e.InvitePageListView;exports.InvitePeoplePage=e.InvitePeoplePage;exports.InvoiceUploadSection=e.InvoiceUploadSection;exports.InvoiceUploadSectionSkeleton=e.InvoiceUploadSectionSkeleton;exports.InvoicingAddPaymentMethodDialog=e.InvoicingAddPaymentMethodDialog;exports.InvoicingAuditLogPage=e.InvoicingAuditLogPage;exports.InvoicingBrandingSettingsPage=e.InvoicingBrandingSettingsPage;exports.InvoicingCatalogItemDetailPage=e.InvoicingCatalogItemDetailPage;exports.InvoicingCatalogItemFormPage=e.InvoicingCatalogItemFormPage;exports.InvoicingCatalogPage=e.InvoicingCatalogPage;exports.InvoicingCouponFormPage=e.InvoicingCouponFormPage;exports.InvoicingCreateInvoicePage=e.InvoicingCreateInvoicePage;exports.InvoicingCreateInvoiceSkeleton=e.InvoicingCreateInvoiceSkeleton;exports.InvoicingCreatePromotionalCreditsDialog=e.InvoicingCreatePromotionalCreditsDialog;exports.InvoicingCreditDetailPage=e.InvoicingCreditDetailPage;exports.InvoicingCreditListPage=e.InvoicingCreditListPage;exports.InvoicingCustomerDetailPage=e.InvoicingCustomerDetailPage;exports.InvoicingCustomerFormPage=e.InvoicingCustomerFormPage;exports.InvoicingCustomerListPage=e.InvoicingCustomerListPage;exports.InvoicingDashboardSkeleton=e.InvoicingDashboardSkeleton;exports.InvoicingDataImportDetailPage=e.InvoicingDataImportDetailPage;exports.InvoicingDataImportHubPage=e.InvoicingDataImportHubPage;exports.InvoicingDataImportMigratePage=e.InvoicingDataImportMigratePage;exports.InvoicingDetailScaffold=e.InvoicingDetailScaffold;exports.InvoicingDiscountDetailPage=e.InvoicingDiscountDetailPage;exports.InvoicingDiscountListPage=e.InvoicingDiscountListPage;exports.InvoicingDunningDetailPage=e.InvoicingDunningDetailPage;exports.InvoicingDunningEmailComposerDialog=e.InvoicingDunningEmailComposerDialog;exports.InvoicingDunningListPage=e.InvoicingDunningListPage;exports.InvoicingDunningSettingsPage=e.InvoicingDunningSettingsPage;exports.InvoicingEmptyState=e.InvoicingEmptyState;exports.InvoicingIntegrationsSettingsPage=e.InvoicingIntegrationsSettingsPage;exports.InvoicingInvoiceDetailPage=e.InvoicingInvoiceDetailPage;exports.InvoicingInvoiceListPage=e.InvoicingInvoiceListPage;exports.InvoicingIssueCreditNotePage=e.InvoicingIssueCreditNotePage;exports.InvoicingOverviewPage=e.InvoicingOverviewPage;exports.InvoicingPaymentDestinationSettingsPage=e.InvoicingPaymentDestinationSettingsPage;exports.InvoicingPaymentLinkPage=e.InvoicingPaymentLinkPage;exports.InvoicingPaymentListPage=e.InvoicingPaymentListPage;exports.InvoicingPromoPage=e.InvoicingPromoPage;exports.InvoicingQBOSettingsPage=e.InvoicingQBOSettingsPage;exports.InvoicingRecordPaymentPage=e.InvoicingRecordPaymentPage;exports.InvoicingSettingsHubPage=e.InvoicingSettingsHubPage;exports.InvoicingSettingsPage=e.InvoicingSettingsHubPage;exports.InvoicingSubscriptionDetailPage=e.InvoicingSubscriptionDetailPage;exports.InvoicingSubscriptionFormPage=e.InvoicingSubscriptionFormPage;exports.InvoicingSubscriptionListPage=e.InvoicingSubscriptionListPage;exports.InvoicingTransactionDetailPage=e.InvoicingTransactionDetailPage;exports.InvoicingVoidInvoiceDialog=e.InvoicingVoidInvoiceDialog;exports.IssueChargeCardPage=e.IssueChargeCardPage;exports.IssueChargeCardPageSkeleton=e.IssueChargeCardPageSkeleton;exports.LinkBillExpensePage=e.LinkBillExpensePage;exports.LinkJETransactionPage=e.LinkJETransactionPage;exports.Loader=e.Loader;exports.LogoutButton=e.LogoutButton;exports.MCC_CHIP_ID_PREFIX=e.MCC_CHIP_ID_PREFIX;exports.MagicLinkDomesticWireDetailsPage=e.MagicLinkDomesticWireDetailsPage;exports.MagicLinkInternationalWireDetailsPage=e.MagicLinkInternationalWireDetailsPage;exports.MagicLinkSuccessPage=e.MagicLinkSuccessPage;exports.MagicLinkVendorACHDetailsPage=e.MagicLinkVendorACHDetailsPage;exports.Modal=e.Modal;exports.MonthEndEmailDrawerCustomerRequestPage=e.MonthEndEmailDrawerCustomerRequestPage;exports.MyBankConnectionsSettingsPage=e.MyBankConnectionsSettingsPage;exports.MyPendingActivationChargeCardListPage=e.MyPendingActivationChargeCardListPage;exports.MyProfileSettingsPage=e.MyProfileSettingsPage;exports.NavBar=e.NavBar;exports.NavBarRightRowStyled=e.NavBarRightRowStyled;exports.NewGlobalMerchantPage=e.NewGlobalMerchantPage;exports.NewUpdateAvailablePage=e.NewUpdateAvailablePage;exports.NotFoundPage=e.NotFoundPage;exports.NotificationIcon=e.SvgNotification;exports.NotificationSettingsPage=e.NotificationSettingsPage;exports.NotificationsPage=e.NotificationsPage;exports.OAuthConsentPage=e.OAuthConsentPage;exports.OnboardingInitialLoader=e.OnboardingInitialLoader;exports.OnboardingSidebar=e.OnboardingSidebar;exports.OnboardingStepFrame=e.OnboardingStepFrame;exports.OpExByVendorPage=e.OpExByVendorPage;exports.OverlayContainerPage=e.OverlayContainerPage;exports.PandLWithForecastPage=e.PandLWithForecastPage;exports.PanelInternalContext=e.PanelInternalContext;exports.PaymentAccountSetupBillingAddressSection=e.PaymentAccountSetupBillingAddressSection;exports.PeoplePage=e.PeoplePage;exports.Picker=e.Picker;exports.PolicyLimitsRowList=e.PolicyLimitsRowList;exports.PolicyModeSelector=e.PolicyModeSelector;exports.PortfolioAllocationFormPage=e.PortfolioAllocationFormPage;exports.QBOConnectionDialog=e.QBOConnectionDialog;exports.QBOSetupSectionWithForm=e.QBOSetupSectionWithForm;exports.QuickResponsesPage=e.QuickResponsesPage;exports.QuickViewModeContext=e.QuickViewModeContext;exports.RIGHT_SIDE_PANEL_WIDTH_PX=e.RIGHT_SIDE_PANEL_WIDTH_PX;exports.ReferralDrawerPage=e.DrawerPage;exports.ReimbursementApprovalRuleDetailPage=e.ReimbursementApprovalRuleDetailPage;exports.ReimbursementApprovalRuleDetailPageV1=e.ReimbursementApprovalRuleDetailPage$1;exports.ReimbursementApprovalRulesPage=e.ReimbursementApprovalRulesPage;exports.ReimbursementApprovalRulesPageV1=e.ReimbursementApprovalRulesPage$1;exports.ReimbursementDetailPage=e.ReimbursementDetailPage;exports.ReimbursementDetailPageSkeleton=e.ReimbursementDetailPageSkeleton;exports.ReimbursementPromoPage=e.ReimbursementPromoPage;exports.ReimbursementSetUpLoading=e.SpendManagementSetUpLoading;exports.ReimbursementSetUpPage=e.RemiSetupPage;exports.RemisBulkReviewDrawerPage=e.ReimbursementsBulkReviewDrawerPage;exports.ReportsPage=e.ReportsPage;exports.ResponsiveSized=e.ResponsiveSized;exports.ReviewBillDetailsPage=e.ReviewBillDetailsPage;exports.ReviewConfirmTransferPanel=e.ReviewConfirmTransferPanel;exports.ReviewDetailsPageSkeleton=e.ReviewDetailsPageSkeleton;exports.ScheduleDetailSkeleton=e.ScheduleDetailSkeleton;exports.ScheduleDetailsAccruedExpensesPage=e.ScheduleDetailsAccruedExpensesPage;exports.ScheduleDetailsFixedAssetsPage=e.ScheduleDetailsFixedAssetsPage;exports.ScheduleDetailsPage=e.ScheduleDetailsPage;exports.SchedulePanelInternalContext=e.SchedulePanelInternalContext;exports.SearchableCheckboxCardList=e.SearchableCheckboxCardList;exports.SessionTimeoutPopup=e.SessionTimeoutPopup;exports.SidePanelContext=e.SidePanelContext;exports.SidePanelProvider=e.SidePanelProvider;exports.SignIn=e.SignIn;exports.SomethingWrongPage=e.SomethingWrongPage;exports.Space=e.Space;exports.SpendManagementListLoading=e.SpendManagementListLoading;exports.SpendManagementListViewPage=e.SpendManagementListViewPage;exports.StatementParseInfo=e.StatementParseInfoEntry;exports.StatementProcessingPage=e.StatementProcessingPage;exports.StatementsPage=e.StatementsPage;exports.StyledCapsule=e.StyledCapsule;exports.SubscriptionDetailPage=e.SubscriptionDetailPage;exports.SubscriptionSummaryPage=e.SubscriptionSummaryPage;exports.SyntheticAiCfoAnswerView=e.SyntheticAiCfoAnswerView;exports.THREAD_RESOLVED_NOTIFICATION_KIND=e.THREAD_RESOLVED_NOTIFICATION_KIND;exports.THREAD_UNRESOLVED_NOTIFICATION_KIND=e.THREAD_UNRESOLVED_NOTIFICATION_KIND;exports.TaskDetailPage=e.TaskDetailPage;exports.TaskManagementPage=e.TaskManagementPage;exports.TenantsDropDown=e.TenantsDropDown;exports.TextStyle=e.TextStyle;exports.ToolkitProvider=e.ToolkitProvider;exports.TopExDetailPage=e.TopExDetailPage;exports.TransactionActivityLogPage=e.TransactionActivityLogPage;exports.TransactionActivityLogPanel=e.TransactionActivityLogPanel;exports.TransactionDetailPage=e.TransactionDetailPage;exports.TransactionDetailSkeleton=e.TransactionDetailSkeleton;exports.TransactionListBig=e.TransactionListBig;exports.TransactionListComments=e.TransactionListComments;exports.TransactionListPage=e.TransactionListPage;exports.TransactionPanelInternalContext=e.TransactionPanelInternalContext;exports.TransactionSidePanelLayout=e.TransactionSidePanelLayout;exports.TransactionVendorDetailPage=e.TransactionVendorDetailPage;exports.TransferDrawerPage=e.TransferDrawerPage;exports.TreasuryOverviewPage=e.TreasuryOverviewPage;exports.TreasuryPromoPage=e.TreasuryPromoPage;exports.TreasurySetUpPage=e.TreasurySetUpPage;exports.TreasuryStatementsPage=e.TreasuryStatementsPage;exports.TreasuryTaxLetterPage=e.TreasuryTaxLetterPage;exports.TreasuryTransferOrReviewPage=e.TreasuryTransferOrReviewPage;exports.TrendChart=e.TrendChart;exports.UncategorizedAccountsMappingPage=e.UncategorizedAccountsMappingPage;exports.UnitIntegrationPage=e.UnitIntegrationPage;exports.VENDOR_CHIP_ID_PREFIX=e.VENDOR_CHIP_ID_PREFIX;exports.Vendor2FAPopup=e.Vendor2FAPopup;exports.VendorACHDetailsPage=e.VendorACHDetailsPage;exports.VendorAccruedSchedulesPage=e.VendorAccruedSchedulesPage;exports.VendorDetailPage=e.VendorDetailPage;exports.VendorDomesticWireDetailsPage=e.VendorDomesticWireDetailsPage;exports.VendorFiling1099DetailsEditablePage=e.VendorFiling1099DetailsEditablePage;exports.VendorFiling1099EditableFormSkeleton=e.VendorFiling1099EditableFormSkeleton;exports.VendorFiling1099ListPage=e.VendorFiling1099ListPage;exports.VendorFirstReviewPage=e.VendorFirstReviewPage;exports.VendorInternationalSwiftBasedDetailsPage=e.VendorInternationalSwiftBasedDetailsPage;exports.VendorInternationalWireDetailsPage=e.VendorInternationalWireDetailsPage;exports.VendorListPage=e.VendorListPage;exports.VendorSchedulesPage=e.VendorSchedulesPage;exports.VerificationFrame=e.VerificationFrame;exports.VerifyDevice=e.VerifyDevice;exports.VerifyUnlockFinancialStackPage=e.VerifyUnlockFinancialStackPage;exports.WebV2MicroService=e.WebV2MicroService;exports.WebV2MicroServiceProvider=e.WebV2MicroServiceProvider;exports.WelcomeAnimation=e.WelcomeAnimation;exports.WindowSizeProvider=e.WindowSizeProvider;exports.ZeniAccountDetailLoading=e.ZeniAccountDetailLoading;exports.ZeniAccountDetailNavBarTitleShimmer=e.ZeniAccountDetailNavBarTitleShimmer;exports.ZeniAccountDetailPage=e.ZeniAccountDetailPage;exports.ZeniAccountListLoading=e.ZeniAccountListLoading;exports.ZeniAccountListViewPage=e.ZeniAccountListViewPage;exports.ZeniAccountPromoPage=e.ZeniAccountPromoPage;exports.ZeniAccountSetUpPage=e.ZeniAccountSetUpPage;exports.ZeniText=e.ZeniText;exports.ZeniThemeProvider=e.ZeniThemeProvider;exports.alignToJustify=e.alignToJustify;exports.amountToString=e.amountToString;exports.amountValueToString=e.amountValueToString;exports.appLocale=e.appLocale;exports.applyExtractedPolicyRulesToFormValues=e.applyExtractedPolicyRulesToFormValues;exports.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm=e.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm;exports.buildCardPolicyFormValuesFromRequest=e.buildCardPolicyFormValuesFromRequest;exports.buildCreateCardPolicyTemplateRequest=e.buildCreateCardPolicyTemplateRequest;exports.buildCreateCardPolicyTemplateRequestFromInteractiveForm=e.buildCreateCardPolicyTemplateRequestFromInteractiveForm;exports.buildMccCategoryChipId=e.buildMccCategoryChipId;exports.buildStickyKeySet=e.buildStickyKeySet;exports.buildVendorChipId=e.buildVendorChipId;exports.buildVoidInvoiceSubmitBody=e.buildVoidInvoiceSubmitBody;exports.cellVerticalAlignToFlexAlign=e.cellVerticalAlignToFlexAlign;exports.clearAutoLogoutContext=e.clearAutoLogoutContext;exports.clickableRowStyles=e.clickableRowStyles;exports.computeStatementProcessingStepsFromElapsedTime=e.computeStatementProcessingStepsFromElapsedTime;exports.computeStickyLeftOffsets=e.computeStickyLeftOffsets;exports.darkColors=e.darkColors;exports.darkTheme=e.darkTheme;exports.dashboardCardDimension=e.designDimension;exports.defaultCardPolicyFormValues=e.defaultCardPolicyFormValues;exports.formatReconAccountDisplayName=e.formatReconAccountDisplayName;exports.getAlpha2=e.getAlpha2;exports.getAlpha3=e.getAlpha3;exports.getColorForALabel=e.getColorForALabel;exports.getCountries=e.getCountries;exports.getCustomerDataFromAutoComplete=e.getCustomerDataFromAutoComplete;exports.getFullName=e.getFullName;exports.getInitialOpenThreadRequestFromSearch=e.getInitialOpenThreadRequestFromSearch;exports.getRecipientTotalAmount=e.getRecipientTotalAmount;exports.getReconAccountDisplayName=e.getReconAccountDisplayName;exports.getShowNegativeAmountInParenthesisDefaultValue=e.getShowNegativeAmountInParenthesisDefaultValue;exports.getShowNegativeAmountInParenthesisForPercentDefaultValue=e.getShowNegativeAmountInParenthesisForPercentDefaultValue;exports.getStableTransactionId=e.getStableTransactionId;exports.getStatementParseTransactionCount=e.getStatementParseTransactionCount;exports.invoicingMenuList=e.invoicingMenuList;exports.isBackdatedInvoiceDate=e.isBackdatedInvoiceDate;exports.isCloseManagementMenu=e.isCloseManagementMenu;exports.isClosedCardStatus=e.isClosedCardStatus;exports.isCollaborationEntityType=e.isCollaborationEntityType;exports.isCommentNotificationKind=e.isCommentNotificationKind;exports.isMobileOrTabletView=e.isMobileOrTabletView;exports.isMobilePhoneScreen=e.isMobilePhoneScreen;exports.lightColors=e.lightColors;exports.lightTheme=e.lightTheme;exports.menuList=e.menuList;exports.mergeColumnDeclarativeWithRenderers=e.mergeColumnDeclarativeWithRenderers;exports.mergeLayoutDefaults=e.mergeLayoutDefaults;exports.percentValueToString=e.percentValueToString;exports.resolveBackgroundStatementProcessingCompletedSteps=e.resolveBackgroundStatementProcessingCompletedSteps;exports.resolveColumnWidth=e.resolveColumnWidth;exports.roundAmountIfNeeded=e.roundAmountIfNeeded;exports.roundOffNumberToTwoDecimal=e.roundOffNumberToTwoDecimal;exports.setAutoLogoutContext=e.setAutoLogoutContext;exports.setShowNegativeAmountInParenthesisDefaultValue=e.setShowNegativeAmountInParenthesisDefaultValue;exports.setShowNegativeAmountInParenthesisForPercentDefaultValue=e.setShowNegativeAmountInParenthesisForPercentDefaultValue;exports.settingMenuList=e.settingMenuList;exports.shouldDefaultAdjustmentCreditNote=e.shouldDefaultAdjustmentCreditNote;exports.sp=e.sp;exports.textAlignForCell=e.textAlignForCell;exports.textStyles=e.textStyles;exports.toInstitutionLogoDataUri=e.toInstitutionLogoDataUri;exports.toInvoicingMenuOptionType=e.toInvoicingMenuOptionType;exports.toInvoicingMenuOptionTypeStrict=e.toInvoicingMenuOptionTypeStrict;exports.toMccCategoryChipFieldValue=e.toMccCategoryChipFieldValue;exports.toMenuOptionType=e.toMenuOptionType;exports.toSettingsMenuOptionTypeStrict=e.toSettingsMenuOptionTypeStrict;exports.toSupportedLocaleStrict=e.toSupportedLocaleStrict;exports.toVendorChipFieldValue=e.toVendorChipFieldValue;exports.trackTreasuryTransferAnalytics=e.trackTreasuryTransferAnalytics;exports.uploadAttachmentReceipts=e.uploadAttachmentReceipts;exports.useApprovalRulesV3Config=e.useApprovalRulesV3Config;exports.useBackNavigation=e.useBackNavigation;exports.useCollaborationInfoContext=e.useCollaborationInfoContext;exports.useCommentsDrawer=e.useCommentsDrawer;exports.useDropdownPortal=e.useDropdownPortal;exports.useExpenseAutomationEnabledForUser=e.useExpenseAutomationEnabledForUser;exports.useFieldHelp=e.useFieldHelp;exports.useGlobalInfoContext=e.useGlobalInfoContext;exports.useLockBodyScroll=e.useLockBodyScroll;exports.usePanelInternal=e.usePanelInternal;exports.usePrevious=e.usePrevious;exports.useQuickViewMode=e.useQuickViewMode;exports.useRegisterBackHandler=e.useRegisterBackHandler;exports.useRequestCloseAllCommentDrawers=e.useRequestCloseAllCommentDrawers;exports.useSchedulePanelInternal=e.useSchedulePanelInternal;exports.useSessionAutoLogoutConfig=e.useSessionAutoLogoutConfig;exports.useSidePanelContext=e.useSidePanelContext;exports.useToolkitContext=e.useToolkitContext;exports.useTransactionPanelInternal=e.useTransactionPanelInternal;exports.useWindowSizeContext=e.useWindowSizeContext;exports.useZeniCardsVisibilityConfig=e.useZeniCardsVisibilityConfig;exports.useZeniFeatureContext=e.useZeniFeatureContext;exports.useZeniThemeContext=e.useZeniThemeContext;exports.waitFor=e.waitFor;exports.useZeniTheme=a.useTheme;exports.zeniStyled=a.styled;Object.defineProperty(exports,"buildInvoicingEntityPath",{enumerable:!0,get:()=>i.buildInvoicingEntityPath});Object.defineProperty(exports,"isInvoicingEntityLinkable",{enumerable:!0,get:()=>i.isInvoicingEntityLinkable});exports.zeniEmotionStyled=t;
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, a as i, b as t, c as n, d as o, e as r, f as g, h as l, i as c, j as P, k as d, l as u, m as C, n as m, q as I, r as S, t as p, u as D, v, w as A, x as h, y as b, z as T, B as y, C as L, D as R, G as f, H as k, I as w, J as N, K as V, L as E, M as O, N as F, O as _, P as B, Q as M, R as x, U, V as W, W as H, X as j, Y as G, Z, _ as z, $ as q, a0 as Q, f8 as K, a1 as J, a2 as X, a3 as Y, a4 as $, a7 as aa, a8 as ea, a9 as sa, ac as ia, ad as ta, ae as na, af as oa, ag as ra, ah as ga, ai as la, aj as ca, ak as Pa, al as da, am as ua, an as Ca, ao as ma, ap as Ia, aq as Sa, ar as pa, as as Da, at as va, au as Aa, av as ha, aw as ba, ax as Ta, ay as ya, az as La, aA as Ra, aB as fa, f8 as ka, aC as wa, aD as Na, aE as Va, aF as Ea, aG as Oa, aI as Fa, aJ as _a, aK as Ba, aL as Ma, aM as xa, aO as Ua, aP as Wa, aR as Ha, aS as ja, aT as Ga, aU as Za, aV as za, aW as qa, aZ as Qa, a_ as Ka, b1 as Ja, b2 as Xa, b3 as Ya, b4 as $a, b5 as ae, b6 as ee, b7 as se, b8 as ie, b9 as te, bc as ne, bd as oe, be as re, bf as ge, bg as le, bh as ce, bi as Pe, bk as de, bn as ue, bq as Ce, br as me, bs as Ie, bx as Se, by as pe, bz as De, bA as ve, bB as Ae, bC as he, bD as be, bo as Te, bO as ye, bP as Le, bQ as Re, bR as fe, bS as ke, bW as we, bY as Ne, b_ as Ve, b$ as Ee, c8 as Oe, c9 as Fe, ca as _e, cb as Be, cc as Me, cd as xe, ce as Ue, cf as We, cg as He, ch as je, ci as Ge, cj as Ze, ck as ze, cl as qe, cm as Qe, cn as Ke, co as Je, cp as Xe, cq as Ye, cr as $e, cs as as, ct as es, cu as ss, cv as is, cw as ts, cx as ns, cy as os, cz as rs, cA as gs, cB as ls, cC as cs, cD as Ps, cE as ds, cF as us, cG as Cs, cH as ms, cI as Is, cJ as Ss, cK as ps, cL as Ds, cM as vs, cN as As, cO as hs, cP as bs, cQ as Ts, cR as ys, cS as Ls, cT as Rs, cU as fs, cV as ks, cW as ws, cX as Ns, cY as Vs, cZ as Es, cZ as Os, c_ as Fs, c$ as _s, d0 as Bs, d1 as Ms, d2 as xs, d3 as Us, d4 as Ws, ds as Hs, dt as js, dv as Gs, dw as Zs, dx as zs, dE as qs, dF as Qs, dG as Ks, dH as Js, dJ as Xs, dL as Ys, dP as $s, dQ as ai, dR as ei, dU as si, dV as ii, dX as ti, dY as ni, dZ as oi, fX as ri, d_ as gi, d$ as li, e0 as ci, e7 as Pi, e8 as di, e9 as ui, ea as Ci, eb as mi, ec as Ii, ed as Si, ee as pi, ef as Di, eg as vi, eh as Ai, ei as hi, ej as bi, ek as Ti, el as yi, em as Li, en as Ri, ep as fi, bl as ki, eq as wi, er as Ni, es as Vi, et as Ei, eu as Oi, ev as Fi, ew as _i, f8 as Bi, ez as Mi, ex as xi, eA as Ui, eB as Wi, eD as Hi, eE as ji, eF as Gi, eG as Zi, eH as zi, eI as qi, eJ as Qi, eK as Ki, eM as Ji, eN as Xi, eO as Yi, eP as $i, eQ as at, f4 as et, f5 as st, f6 as it, f7 as tt, fk as nt, fl as ot, fm as rt, fo as gt, fr as lt, ft as ct, g7 as Pt, g8 as dt, g9 as ut, ga as Ct, gb as mt, gc as It, ge as St, gi as pt, gk as Dt, gl as vt, gm as At, gn as ht, go as bt, gp as Tt, gq as yt, gr as Lt, gs as Rt, gt as ft, gu as kt, gv as wt, gw as Nt, gx as Vt, gy as Et, gz as Ot, gA as Ft, gB as _t, gC as Bt, gD as Mt, gE as xt, gH as Ut, gI as Wt, gJ as Ht, gK as jt, gL as Gt, gM as Zt, gN as zt, gO as qt, gP as Qt, gQ as Kt, gR as Jt, gS as Xt, gT as Yt, gU as $t, gV as an, gW as en, gX as sn, gY as tn, gZ as nn, g_ as on, g$ as rn, h0 as gn, h1 as ln, h2 as cn, h3 as Pn, h4 as dn, h5 as un, h6 as Cn, h9 as mn, ha as In, hb as Sn, hc as pn, hd as Dn, he as vn, hf as An, hh as hn, hi as bn, hj as Tn, hk as yn, hl as Ln, hm as Rn, hn as fn, ho as kn, hq as wn, hr as Nn, hs as Vn, ht as En, hu as On, hw as Fn, hx as _n, hz as Bn, hy as Mn, hC as xn, hE as Un, hF as Wn, hH as Hn, hI as jn, hJ as Gn, hN as Zn, hQ as zn, hU as qn, hV as Qn, hZ as Kn, h_ as Jn, h$ as Xn, i0 as Yn, i8 as $n, i9 as ao, ia as eo, ib as so, ic as io, id as to, ie as no, ig as oo, ii as ro, ij as go, ik as lo, il as co, im as Po, io as uo, ip as Co, iq as mo, ir as Io, is as So, iu as po, iv as Do, iw as vo, ix as Ao, iy as ho, iz as bo, iA as To, iB as yo, iD as Lo, iE as Ro, iF as fo, iG as ko, iH as wo, iI as No, iJ as Vo, iK as Eo, iL as Oo, iM as Fo, iP as _o, iQ as Bo, iR as Mo, iS as xo, iU as Uo, iV as Wo, iW as Ho, iZ as jo, i$ as Go, j0 as Zo, j1 as zo, j2 as qo, j3 as Qo, j4 as Ko, j5 as Jo, j6 as Xo, j7 as Yo, j8 as $o, j9 as ar, ja as er, jb as sr, jc as ir, jd as tr, je as nr } from "./SessionTimeoutPopup-
|
|
1
|
+
import { A as s, a as i, b as t, c as n, d as o, e as r, f as g, h as l, i as c, j as P, k as d, l as u, m as C, n as m, q as I, r as S, t as p, u as D, v, w as A, x as h, y as b, z as T, B as y, C as L, D as R, G as f, H as k, I as w, J as N, K as V, L as E, M as O, N as F, O as _, P as B, Q as M, R as x, U, V as W, W as H, X as j, Y as G, Z, _ as z, $ as q, a0 as Q, f8 as K, a1 as J, a2 as X, a3 as Y, a4 as $, a7 as aa, a8 as ea, a9 as sa, ac as ia, ad as ta, ae as na, af as oa, ag as ra, ah as ga, ai as la, aj as ca, ak as Pa, al as da, am as ua, an as Ca, ao as ma, ap as Ia, aq as Sa, ar as pa, as as Da, at as va, au as Aa, av as ha, aw as ba, ax as Ta, ay as ya, az as La, aA as Ra, aB as fa, f8 as ka, aC as wa, aD as Na, aE as Va, aF as Ea, aG as Oa, aI as Fa, aJ as _a, aK as Ba, aL as Ma, aM as xa, aO as Ua, aP as Wa, aR as Ha, aS as ja, aT as Ga, aU as Za, aV as za, aW as qa, aZ as Qa, a_ as Ka, b1 as Ja, b2 as Xa, b3 as Ya, b4 as $a, b5 as ae, b6 as ee, b7 as se, b8 as ie, b9 as te, bc as ne, bd as oe, be as re, bf as ge, bg as le, bh as ce, bi as Pe, bk as de, bn as ue, bq as Ce, br as me, bs as Ie, bx as Se, by as pe, bz as De, bA as ve, bB as Ae, bC as he, bD as be, bo as Te, bO as ye, bP as Le, bQ as Re, bR as fe, bS as ke, bW as we, bY as Ne, b_ as Ve, b$ as Ee, c8 as Oe, c9 as Fe, ca as _e, cb as Be, cc as Me, cd as xe, ce as Ue, cf as We, cg as He, ch as je, ci as Ge, cj as Ze, ck as ze, cl as qe, cm as Qe, cn as Ke, co as Je, cp as Xe, cq as Ye, cr as $e, cs as as, ct as es, cu as ss, cv as is, cw as ts, cx as ns, cy as os, cz as rs, cA as gs, cB as ls, cC as cs, cD as Ps, cE as ds, cF as us, cG as Cs, cH as ms, cI as Is, cJ as Ss, cK as ps, cL as Ds, cM as vs, cN as As, cO as hs, cP as bs, cQ as Ts, cR as ys, cS as Ls, cT as Rs, cU as fs, cV as ks, cW as ws, cX as Ns, cY as Vs, cZ as Es, cZ as Os, c_ as Fs, c$ as _s, d0 as Bs, d1 as Ms, d2 as xs, d3 as Us, d4 as Ws, ds as Hs, dt as js, dv as Gs, dw as Zs, dx as zs, dE as qs, dF as Qs, dG as Ks, dH as Js, dJ as Xs, dL as Ys, dP as $s, dQ as ai, dR as ei, dU as si, dV as ii, dX as ti, dY as ni, dZ as oi, fX as ri, d_ as gi, d$ as li, e0 as ci, e7 as Pi, e8 as di, e9 as ui, ea as Ci, eb as mi, ec as Ii, ed as Si, ee as pi, ef as Di, eg as vi, eh as Ai, ei as hi, ej as bi, ek as Ti, el as yi, em as Li, en as Ri, ep as fi, bl as ki, eq as wi, er as Ni, es as Vi, et as Ei, eu as Oi, ev as Fi, ew as _i, f8 as Bi, ez as Mi, ex as xi, eA as Ui, eB as Wi, eD as Hi, eE as ji, eF as Gi, eG as Zi, eH as zi, eI as qi, eJ as Qi, eK as Ki, eM as Ji, eN as Xi, eO as Yi, eP as $i, eQ as at, f4 as et, f5 as st, f6 as it, f7 as tt, fk as nt, fl as ot, fm as rt, fo as gt, fr as lt, ft as ct, g7 as Pt, g8 as dt, g9 as ut, ga as Ct, gb as mt, gc as It, ge as St, gi as pt, gk as Dt, gl as vt, gm as At, gn as ht, go as bt, gp as Tt, gq as yt, gr as Lt, gs as Rt, gt as ft, gu as kt, gv as wt, gw as Nt, gx as Vt, gy as Et, gz as Ot, gA as Ft, gB as _t, gC as Bt, gD as Mt, gE as xt, gH as Ut, gI as Wt, gJ as Ht, gK as jt, gL as Gt, gM as Zt, gN as zt, gO as qt, gP as Qt, gQ as Kt, gR as Jt, gS as Xt, gT as Yt, gU as $t, gV as an, gW as en, gX as sn, gY as tn, gZ as nn, g_ as on, g$ as rn, h0 as gn, h1 as ln, h2 as cn, h3 as Pn, h4 as dn, h5 as un, h6 as Cn, h9 as mn, ha as In, hb as Sn, hc as pn, hd as Dn, he as vn, hf as An, hh as hn, hi as bn, hj as Tn, hk as yn, hl as Ln, hm as Rn, hn as fn, ho as kn, hq as wn, hr as Nn, hs as Vn, ht as En, hu as On, hw as Fn, hx as _n, hz as Bn, hy as Mn, hC as xn, hE as Un, hF as Wn, hH as Hn, hI as jn, hJ as Gn, hN as Zn, hQ as zn, hU as qn, hV as Qn, hZ as Kn, h_ as Jn, h$ as Xn, i0 as Yn, i8 as $n, i9 as ao, ia as eo, ib as so, ic as io, id as to, ie as no, ig as oo, ii as ro, ij as go, ik as lo, il as co, im as Po, io as uo, ip as Co, iq as mo, ir as Io, is as So, iu as po, iv as Do, iw as vo, ix as Ao, iy as ho, iz as bo, iA as To, iB as yo, iD as Lo, iE as Ro, iF as fo, iG as ko, iH as wo, iI as No, iJ as Vo, iK as Eo, iL as Oo, iM as Fo, iP as _o, iQ as Bo, iR as Mo, iS as xo, iU as Uo, iV as Wo, iW as Ho, iZ as jo, i$ as Go, j0 as Zo, j1 as zo, j2 as qo, j3 as Qo, j4 as Ko, j5 as Jo, j6 as Xo, j7 as Yo, j8 as $o, j9 as ar, ja as er, jb as sr, jc as ir, jd as tr, je as nr } from "./SessionTimeoutPopup-Cs1UzYnR.js";
|
|
2
2
|
import { aN as rr, aC as gr } from "./vendor-.pnpm-DP641zlu.js";
|
|
3
3
|
import { buildInvoicingEntityPath as cr, isInvoicingEntityLinkable as Pr } from "@zeniai/client-epic-state";
|
|
4
4
|
import { default as ur } from "@emotion/styled";
|
|
@@ -9982,7 +9982,10 @@ export declare const zeniStrings: {
|
|
|
9982
9982
|
uploadStatementLabel: string;
|
|
9983
9983
|
uploadDropZonePrefix: string;
|
|
9984
9984
|
uploadDropZoneSuffix: string;
|
|
9985
|
-
uploadDropZoneSupportingText:
|
|
9985
|
+
uploadDropZoneSupportingText: {
|
|
9986
|
+
single_account: string;
|
|
9987
|
+
multi_account: string;
|
|
9988
|
+
};
|
|
9986
9989
|
uploadingLabel: string;
|
|
9987
9990
|
statementAccountScopeLabel: string;
|
|
9988
9991
|
statementAccountScopePlaceholder: string;
|
|
@@ -10064,15 +10067,19 @@ export declare const zeniStrings: {
|
|
|
10064
10067
|
takingLongerThanExpected: string;
|
|
10065
10068
|
working: string;
|
|
10066
10069
|
actionRequired: string;
|
|
10070
|
+
actionNeeded: string;
|
|
10067
10071
|
continueInBackground: string;
|
|
10068
10072
|
continueParsing: string;
|
|
10069
10073
|
confirm: string;
|
|
10070
10074
|
accountMapping: {
|
|
10075
|
+
headerSubtitle: (cardCount: number) => string;
|
|
10076
|
+
headerSubtitleAccounts: (accountCount: number) => string;
|
|
10071
10077
|
banner: (accountName: string, cardCount: number) => string;
|
|
10072
10078
|
bannerAccounts: (accountName: string, accountCount: number) => string;
|
|
10073
10079
|
aiMatched: string;
|
|
10074
10080
|
ledgerAccountLabel: string;
|
|
10075
10081
|
ledgerAccountPlaceholder: string;
|
|
10082
|
+
overrideWarning: string;
|
|
10076
10083
|
transactionSummary: (transactionCount: number, chargesAmount: string) => string;
|
|
10077
10084
|
deleteRowAriaLabel: string;
|
|
10078
10085
|
deleteConfirmation: {
|
|
@@ -10109,7 +10116,7 @@ export declare const zeniStrings: {
|
|
|
10109
10116
|
retryParsing: string;
|
|
10110
10117
|
cancelConfirmation: {
|
|
10111
10118
|
heading: string;
|
|
10112
|
-
description:
|
|
10119
|
+
description: string;
|
|
10113
10120
|
discard: string;
|
|
10114
10121
|
keepEditing: string;
|
|
10115
10122
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/web-components",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.39",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@stripe/react-stripe-js": "^2.7.3",
|
|
49
49
|
"@stripe/stripe-js": "^4.4.0",
|
|
50
50
|
"@zeniai/client-analytics": "2.0.80",
|
|
51
|
-
"@zeniai/client-epic-state": "5.2.
|
|
51
|
+
"@zeniai/client-epic-state": "5.2.13",
|
|
52
52
|
"autosuggest-highlight": "^3.2.1",
|
|
53
53
|
"browser-image-compression": "^2.0.2",
|
|
54
54
|
"countries-list": "^2.6.1",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"@types/react-select": "^4.0.18",
|
|
168
168
|
"@types/react-window": "^1.8.8",
|
|
169
169
|
"@zeniai/client-analytics": "2.0.80",
|
|
170
|
-
"@zeniai/client-epic-state": "5.2.
|
|
170
|
+
"@zeniai/client-epic-state": "5.2.13",
|
|
171
171
|
"color": "^3.1.3",
|
|
172
172
|
"react": "18.3.1",
|
|
173
173
|
"react-dom": "18.3.1",
|