@zeniai/web-components 4.1.95 → 4.1.96-betaRD1
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-C36tkjtF.cjs → SessionTimeoutPopup-BExapOll.cjs} +9 -22
- package/dist/{SessionTimeoutPopup-B3hvvs9P.js → SessionTimeoutPopup-DuB-kLd9.js} +19 -33
- package/dist/cockpit.cjs.js +1 -1
- package/dist/cockpit.esm.js +2 -2
- package/dist/components/expenseAutomation/components/navbarHeaderData.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +4 -4
|
@@ -69855,7 +69855,7 @@ const Foo = i.div`
|
|
|
69855
69855
|
color: ${(e) => e.disabled === !0 ? e.theme.colors.grey2 : e.theme.colors.primary};
|
|
69856
69856
|
}
|
|
69857
69857
|
`, Woo = i.div`
|
|
69858
|
-
margin-right: ${(e) => e.searchIconMarginRight != null ? e.searchIconMarginRight : o.sp0};
|
|
69858
|
+
margin-right: ${(e) => e.isSearchOpen && e.searchIconMarginRight != null ? e.searchIconMarginRight : o.sp0};
|
|
69859
69859
|
cursor: ${(e) => e.disabled === !0 ? "default" : e.isSearchOpen ? "unset" : "pointer"};
|
|
69860
69860
|
box-sizing: unset;
|
|
69861
69861
|
height: ${(e) => e.windowSize === "small" ? o.sp6 : "unset"};
|
|
@@ -69879,7 +69879,7 @@ const Foo = i.div`
|
|
|
69879
69879
|
box-sizing: unset;
|
|
69880
69880
|
display: flex;
|
|
69881
69881
|
`, Goo = i.div`
|
|
69882
|
-
margin-right: ${
|
|
69882
|
+
margin-right: ${o.sp0};
|
|
69883
69883
|
display: flex;
|
|
69884
69884
|
align-items: center;
|
|
69885
69885
|
justify-content: ${(e) => e.windowSize === "small" ? "space-between" : "flex-end"};
|
|
@@ -69887,20 +69887,7 @@ const Foo = i.div`
|
|
|
69887
69887
|
border-radius: 6px;
|
|
69888
69888
|
box-sizing: border-box;
|
|
69889
69889
|
height: ${(e) => e.windowSize === "small" ? o.sp6 : o.sp5};
|
|
69890
|
-
|
|
69891
|
-
* Closed width is Space.sp5 (32px), not Space.sp4 (24px == icon size),
|
|
69892
|
-
* for two reasons:
|
|
69893
|
-
* 1. With box-sizing border-box, a 24px outer width minus the 1px
|
|
69894
|
-
* transparent border on each side leaves only a 22px content area
|
|
69895
|
-
* — the 24px icon gets clipped by overflow:hidden.
|
|
69896
|
-
* 2. The icon then has to fight StyledInputWrapper (flex:1) for
|
|
69897
|
-
* space; default flex-shrink:1 lets the icon get squeezed even
|
|
69898
|
-
* when nominally the same width as the box.
|
|
69899
|
-
* 32px gives the icon a comfortable hit area in both states (the row
|
|
69900
|
-
* is also Space.sp5 tall, so the icon ends up centered in a square).
|
|
69901
|
-
* The icon's own 24x24 hover surface still renders normally inside.
|
|
69902
|
-
*/
|
|
69903
|
-
width: ${(e) => e.windowSize === "small" ? "auto" : e.isSearchOpen ? "400px" : o.sp5};
|
|
69890
|
+
width: ${(e) => e.windowSize === "small" ? "auto" : e.isSearchOpen ? "400px" : o.sp4};
|
|
69904
69891
|
/*
|
|
69905
69892
|
* Use the specific background-color property rather than the
|
|
69906
69893
|
* background shorthand: the shorthand resets background-image /
|
|
@@ -69911,14 +69898,14 @@ const Foo = i.div`
|
|
|
69911
69898
|
* same property keeps the box fade smooth.
|
|
69912
69899
|
*/
|
|
69913
69900
|
background-color: ${(e) => e.isSearchOpen ? e.theme.colors.background : "transparent"};
|
|
69914
|
-
|
|
69901
|
+
box-shadow: inset 0 0 0 1px
|
|
69915
69902
|
${(e) => e.isSearchOpen ? e.theme.colors.grey2 : "transparent"};
|
|
69916
69903
|
padding-left: ${(e) => e.isSearchOpen ? o.sp2 : o.sp0};
|
|
69917
69904
|
padding-right: ${(e) => e.isSearchOpen ? o.sp2 : o.sp0};
|
|
69918
69905
|
transition:
|
|
69919
69906
|
width 240ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
69920
69907
|
background-color 200ms ease-out,
|
|
69921
|
-
|
|
69908
|
+
box-shadow 200ms ease-out,
|
|
69922
69909
|
padding-left 240ms cubic-bezier(0.4, 0, 0.2, 1),
|
|
69923
69910
|
padding-right 240ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
69924
69911
|
`;
|
|
@@ -211419,7 +211406,7 @@ const If = {
|
|
|
211419
211406
|
description: O.cards.moreProviders.description,
|
|
211420
211407
|
buttonLabel: O.cards.moreProviders.requestButtonLabel,
|
|
211421
211408
|
showBellIcon: !1,
|
|
211422
|
-
onAction: () => g("
|
|
211409
|
+
onAction: () => g("more_providers"),
|
|
211423
211410
|
isAdmin: e
|
|
211424
211411
|
}
|
|
211425
211412
|
)
|
|
@@ -274835,7 +274822,7 @@ const wMi = (e) => [
|
|
|
274835
274822
|
paddingTop: o.sp0,
|
|
274836
274823
|
paddingBottom: o.sp0
|
|
274837
274824
|
},
|
|
274838
|
-
searchIconMarginRight: o.
|
|
274825
|
+
searchIconMarginRight: o.sp1,
|
|
274839
274826
|
onSearchTextChanged: (D) => {
|
|
274840
274827
|
p(D);
|
|
274841
274828
|
},
|
|
@@ -275167,8 +275154,8 @@ const {
|
|
|
275167
275154
|
}
|
|
275168
275155
|
}
|
|
275169
275156
|
}
|
|
275170
|
-
} = z.getLocalizedStrings(), Ea = (e, n, r, s, a, l, c, d
|
|
275171
|
-
const
|
|
275157
|
+
} = z.getLocalizedStrings(), Ea = (e, n, r, s, a, l, c, d) => {
|
|
275158
|
+
const u = (p, m) => d !== !0 ? p : m === "transaction_categorization" || m === "reconciliation" || m === "missing_receipts" || m === "flux_analysis" || m === "je_schedules" ? [...p, "commentDrawer"] : p;
|
|
275172
275159
|
switch (e) {
|
|
275173
275160
|
case "transaction_categorization":
|
|
275174
275161
|
return {
|
|
@@ -275211,8 +275198,8 @@ const {
|
|
|
275211
275198
|
]
|
|
275212
275199
|
}
|
|
275213
275200
|
],
|
|
275214
|
-
rightSection:
|
|
275215
|
-
|
|
275201
|
+
rightSection: u(
|
|
275202
|
+
l !== !1 ? ["search", "filter", "refresh"] : ["refresh"],
|
|
275216
275203
|
"transaction_categorization"
|
|
275217
275204
|
),
|
|
275218
275205
|
leftSection: [],
|
|
@@ -275241,18 +275228,18 @@ const {
|
|
|
275241
275228
|
subTitle: []
|
|
275242
275229
|
}
|
|
275243
275230
|
],
|
|
275244
|
-
rightSection:
|
|
275231
|
+
rightSection: u(["refresh"], "je_schedules"),
|
|
275245
275232
|
leftSection: [],
|
|
275246
275233
|
searchPlaceholder: ODi,
|
|
275247
275234
|
allDoneText: zDi
|
|
275248
275235
|
};
|
|
275249
275236
|
case "missing_receipts": {
|
|
275250
|
-
const
|
|
275237
|
+
const p = c?.includeBulkUploadTabs !== !1;
|
|
275251
275238
|
return {
|
|
275252
275239
|
key: "missing_receipts",
|
|
275253
|
-
title:
|
|
275240
|
+
title: c?.navTitle ?? TDi,
|
|
275254
275241
|
subTitle: [FDi],
|
|
275255
|
-
tabs:
|
|
275242
|
+
tabs: p ? [
|
|
275256
275243
|
{
|
|
275257
275244
|
label: BDi,
|
|
275258
275245
|
id: "missing",
|
|
@@ -275271,7 +275258,7 @@ const {
|
|
|
275271
275258
|
allDoneText: BW
|
|
275272
275259
|
}
|
|
275273
275260
|
] : [],
|
|
275274
|
-
rightSection:
|
|
275261
|
+
rightSection: u(["refresh"], "missing_receipts"),
|
|
275275
275262
|
leftSection: [],
|
|
275276
275263
|
searchPlaceholder: NDi,
|
|
275277
275264
|
allDoneText: BW
|
|
@@ -275283,7 +275270,7 @@ const {
|
|
|
275283
275270
|
title: IDi,
|
|
275284
275271
|
subTitle: [_Di, HDi],
|
|
275285
275272
|
tabs: [],
|
|
275286
|
-
rightSection:
|
|
275273
|
+
rightSection: u(["refresh"], "flux_analysis"),
|
|
275287
275274
|
leftSection: [],
|
|
275288
275275
|
searchPlaceholder: WDi,
|
|
275289
275276
|
allDoneText: {
|
|
@@ -275308,7 +275295,7 @@ const {
|
|
|
275308
275295
|
title: Obe,
|
|
275309
275296
|
subTitle: [],
|
|
275310
275297
|
tabs: [],
|
|
275311
|
-
rightSection:
|
|
275298
|
+
rightSection: u(["refresh"], "reconciliation"),
|
|
275312
275299
|
leftSection: [],
|
|
275313
275300
|
searchPlaceholder: pp,
|
|
275314
275301
|
allDoneText: { title: pp, subTitle: pp }
|
|
@@ -275347,7 +275334,7 @@ const {
|
|
|
275347
275334
|
allDoneText: UDi
|
|
275348
275335
|
}
|
|
275349
275336
|
],
|
|
275350
|
-
rightSection:
|
|
275337
|
+
rightSection: u(["refresh"], "reconciliation"),
|
|
275351
275338
|
leftSection: ["back"],
|
|
275352
275339
|
searchPlaceholder: pp,
|
|
275353
275340
|
allDoneText: Fbe
|
|
@@ -293292,7 +293279,6 @@ const Vpr = (e) => {
|
|
|
293292
293279
|
ii ? Y.selectedAccountId : void 0,
|
|
293293
293280
|
ii ? Y.selectedReconAccount?.accountReconEntity?.account.accountName : void 0,
|
|
293294
293281
|
ii ? ui : void 0,
|
|
293295
|
-
V,
|
|
293296
293282
|
ge.isFeatureEnabled,
|
|
293297
293283
|
M === "missing_receipts" ? {
|
|
293298
293284
|
includeBulkUploadTabs: E,
|
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-BExapOll.cjs"),o=require("./vendor-.pnpm-BFaLhzCH.cjs"),u=require("react"),s=require("@emotion/styled"),Xe=require("@liveblocks/react"),J=require("@zeniai/client-epic-state"),Es=require("@liveblocks/react-ui"),we=require("@emotion/react"),Lo=require("react-dom"),St=require("@liveblocks/react-ui/primitives"),xi=require("@liveblocks/react/suspense");function wa(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=wa(u),va=({inboxNotification:e,onNotificationClick:n})=>{const r=Xe.useInboxNotificationThread(e.id),i=r.metadata.entityType.split("."),a=r.metadata.isGlobalComment&&i.length===2;return o.jsxRuntimeExports.jsx(ka,{isClickable:a,isUnRead:e.readAt==null,onClick:()=>{n(r.metadata,r.id)},children:o.jsxRuntimeExports.jsx(Es.InboxNotification,{inboxNotification:e,kinds:{thread:d=>o.jsxRuntimeExports.jsx(Es.InboxNotification.Thread,{...d,showRoomName:!0})}})})},ka=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 { eg as o, hs as Ne, j as $t, gk as O, eP as It, bX as Jr, a2 as We, eU as qd, gE as ep, gO as tp, aJ as I, gG as U, e0 as op, hZ as ge, hK as lo, fo as lt, aL as Bt, cG as Bs, y as wo, ff as us, cB as So, eR as hs, f4 as np, es as Jt, ep as De, gN as Wl, fb as Co, e1 as Ws, cw as Fe, hC as rp, bj as ip, bF as Wt, bg as sp, eN as _l, gW as ap, bt as ms, O as gs, h5 as lp, h6 as cp, h7 as dp, aK as pp, cS as up, cu as xt, eT as Vl, d0 as hp, eD as Xr, f9 as xs, hq as M, dW as mp, bQ as gp, e7 as be, eJ as xp, dM as z, d1 as Be, ht as pt, ez as ys, bT as Mr, e8 as yp, eK as fs, bG as qr, he as Pe, bY as ei, eL as Ul, f1 as Hl, eY as qn, gA as zt, fq as dt, el as xn, cy as fp, cA as Kl, eO as Gl, gP as Pt, gi as qe, fL as zr, ge as bp, fm as yn, fn, m as bn, gx as Bo, ew as Wo, cv as ti, eS as bs, cz as $p, eV as Yl, eM as co, eQ as _o, br as Qt, gd as _s, h2 as Cp, gU as wp, gZ as Sp, eX as vp, fe as jp, fd as er, em as kp, en as $s, gQ as Tp, eW as Zl, f0 as Ql, e$ as Jl, bC as Xl, hm as Lp, co as Vs, cp as Cs, cj as Pp, cn as Ip, bU as tr, bD as $n, e_ as ws, aN as Ap, e4 as oi, gJ as bt, ed as ql, cm as Fr, cs as Op, bB as Ss, cg as Dp, dN as un, eI as Rp, eH as Ep, eE as Np, ch as ni, e2 as Us, ck as ec, hQ as Br, d2 as tc, eB as oc, gF as vs, ci as Mp, aW as hn, aU as Qn, aV as Jn, h_ as nc, bl as zp, hM as Fp, bH as Yt, aY as Lt, f8 as js, f3 as rc, et as Bp, cE as ic, f5 as Wp, er as _p, aZ as Ut, hd as ar, bL as Vp, cr as Ht, b8 as sc, P as dn, dc as ac, dd as Wr, db as lc, b_ as Up, cI as Hp, ey as Kp, b$ as _r, c1 as qi, dg as Hs, de as Gp, df as Yp, c0 as ci, bZ as di, c2 as Zp, e3 as Ks, cl as Qp, cq as Jp, dz as Gs, b7 as Xp, e as qp, d4 as eu, eF as tu, ec as or, hH as cc, hL as dc, bK as Zt, a6 as ri, a7 as mn, hN as pc, g_ as uc, bm as ou, cJ as nu, cX as hc, cW as ru, h3 as iu, cN as Vr, aE as mc, cM as su, cL as au, bq as lu, cK as ks, gR as gc, bO as xc, gm as yc, l as fc, fk as bc, bP as cu, z as $c, bS as Cc, fM as du, ek as pu, hG as uu, cU as hu, gV as mu, gS as gu, a1 as xu, dJ as Ys, gY as yu, fc as wc, h4 as Zs, cY as fu, cx as bu, eq as $u, eZ as Cu, f2 as wu, eG as Su, gu as Qs, f7 as vu, ee as Sc, e9 as ju, gz as vc, bs as ku, eu as Tu, bE as Lu, bI as Pu, ea as jc, f6 as Iu, ct as Au, fa as Ou, e6 as Du, eb as kc, eo as Ru, bJ as Eu, e5 as Nu } from "./SessionTimeoutPopup-
|
|
2
|
-
import { A as hk, a as mk, b as gk, c as xk, d as yk, f as fk, g as bk, h as $k, i as Ck, k as wk, n as Sk, o as vk, p as jk, q as kk, r as Tk, s as Lk, t as Pk, u as Ik, v as Ak, w as Ok, x as Dk, B as Rk, C as Ek, D as Nk, E as Mk, F as zk, G as Fk, H as Bk, I as Wk, J as _k, K as Vk, L as Uk, M as Hk, N as Kk, Q as Gk, R as Yk, S as Zk, T as Qk, U as Jk, V as Xk, W as qk, X as eT, Y as tT, ej as oT, Z as nT, _ as rT, $ as iT, a0 as sT, a3 as aT, a4 as lT, a5 as cT, a8 as dT, a9 as pT, aa as uT, ab as hT, ac as mT, ad as gT, ae as xT, af as yT, ag as fT, ah as bT, ai as $T, aj as CT, ak as wT, al as ST, am as vT, an as jT, ao as kT, ap as TT, aq as LT, ar as PT, as as IT, at as AT, au as OT, av as DT, aw as RT, ax as ET, ay as NT, ej as MT, az as zT, aA as FT, aB as BT, aC as WT, aD as _T, aF as VT, aG as UT, aH as HT, aI as KT, aM as GT, aO as YT, aP as ZT, aQ as QT, aR as JT, aS as XT, aT as qT, aX as eL, a_ as tL, a$ as oL, b0 as nL, b1 as rL, b2 as iL, b3 as sL, b4 as aL, b5 as lL, b6 as cL, b9 as dL, ba as pL, bb as uL, bc as hL, bd as mL, be as gL, bf as xL, bh as yL, bk as fL, bn as bL, bo as $L, bp as CL, bu as wL, bv as SL, bw as vL, bx as jL, by as kL, bz as TL, bA as LL, bM as PL, bN as IL, bR as AL, bV as OL, bW as DL, c3 as RL, c4 as EL, c5 as NL, c6 as ML, c7 as zL, c8 as FL, c9 as BL, ca as WL, cb as _L, cc as VL, cd as UL, ce as HL, cf as KL, cC as GL, cD as YL, cF as ZL, cH as QL, cO as JL, cP as XL, cQ as qL, cR as eP, cT as tP, cV as oP, cZ as nP, c_ as rP, c$ as iP, d3 as sP, d5 as aP, d6 as lP, d7 as cP, d8 as dP, d9 as pP, da as uP, dh as hP, di as mP, dj as gP, dk as xP, dl as yP, dm as fP, dn as bP, dp as $P, dq as CP, dr as wP, ds as SP, dt as vP, du as jP, dv as kP, dw as TP, dx as LP, dy as PP, dA as IP, bi as AP, dB as OP, dC as DP, dD as RP, dE as EP, dF as NP, dG as MP, dH as zP, ej as FP, dK as BP, dI as WP, dL as _P, dO as VP, dP as UP, dQ as HP, dR as KP, dS as GP, dT as YP, dU as ZP, dV as QP, dX as JP, dY as XP, dZ as qP, d_ as eI, d$ as tI, ef as oI, eh as nI, ei as rI, ev as iI, ex as sI, eA as aI, eC as lI, fg as cI, fh as dI, fi as pI, fj as uI, fl as hI, fp as mI, fr as gI, fs as xI, ft as yI, fu as fI, fv as bI, fw as $I, fx as CI, fy as wI, fz as SI, fA as vI, fB as jI, fC as kI, fD as TI, fE as LI, fF as PI, fG as II, fH as AI, fI as OI, fJ as DI, fK as RI, fN as EI, fO as NI, fP as MI, fQ as zI, fR as FI, fS as BI, fT as WI, fU as _I, fV as VI, fW as UI, fX as HI, fY as KI, fZ as GI, f_ as YI, f$ as ZI, g0 as QI, g1 as JI, g2 as XI, g3 as qI, g4 as eA, g5 as tA, g6 as oA, g7 as nA, g8 as rA, g9 as iA, ga as sA, gb as aA, gc as lA, gf as cA, gg as dA, gh as pA, gj as uA, gl as hA, gn as mA, go as gA, gp as xA, gq as yA, gr as fA, gs as bA, gt as $A, gv as CA, gw as wA, gy as SA, gB as vA, gD as jA, gC as kA, gH as TA, gI as LA, gK as PA, gL as IA, gM as AA, gT as OA, gX as DA, g$ as RA, h0 as EA, h1 as NA, h8 as MA, h9 as zA, ha as FA, hb as BA, hc as WA, hf as _A, hg as VA, hh as UA, hi as HA, hj as KA, hk as GA, hl as YA, hn as ZA, ho as QA, hp as JA, hr as XA, hu as qA, hv as eO, hw as tO, hx as oO, hy as nO, hz as rO, hA as iO, hB as sO, hD as aO, hE as lO, hF as cO, hI as dO, hJ as pO, hO as uO, hP as hO, hR as mO, hS as gO, hT as xO, hU as yO, hV as fO, hW as bO, hX as $O, hY as CO, h$ as wO, i0 as SO } from "./SessionTimeoutPopup-
|
|
1
|
+
import { eg as o, hs as Ne, j as $t, gk as O, eP as It, bX as Jr, a2 as We, eU as qd, gE as ep, gO as tp, aJ as I, gG as U, e0 as op, hZ as ge, hK as lo, fo as lt, aL as Bt, cG as Bs, y as wo, ff as us, cB as So, eR as hs, f4 as np, es as Jt, ep as De, gN as Wl, fb as Co, e1 as Ws, cw as Fe, hC as rp, bj as ip, bF as Wt, bg as sp, eN as _l, gW as ap, bt as ms, O as gs, h5 as lp, h6 as cp, h7 as dp, aK as pp, cS as up, cu as xt, eT as Vl, d0 as hp, eD as Xr, f9 as xs, hq as M, dW as mp, bQ as gp, e7 as be, eJ as xp, dM as z, d1 as Be, ht as pt, ez as ys, bT as Mr, e8 as yp, eK as fs, bG as qr, he as Pe, bY as ei, eL as Ul, f1 as Hl, eY as qn, gA as zt, fq as dt, el as xn, cy as fp, cA as Kl, eO as Gl, gP as Pt, gi as qe, fL as zr, ge as bp, fm as yn, fn, m as bn, gx as Bo, ew as Wo, cv as ti, eS as bs, cz as $p, eV as Yl, eM as co, eQ as _o, br as Qt, gd as _s, h2 as Cp, gU as wp, gZ as Sp, eX as vp, fe as jp, fd as er, em as kp, en as $s, gQ as Tp, eW as Zl, f0 as Ql, e$ as Jl, bC as Xl, hm as Lp, co as Vs, cp as Cs, cj as Pp, cn as Ip, bU as tr, bD as $n, e_ as ws, aN as Ap, e4 as oi, gJ as bt, ed as ql, cm as Fr, cs as Op, bB as Ss, cg as Dp, dN as un, eI as Rp, eH as Ep, eE as Np, ch as ni, e2 as Us, ck as ec, hQ as Br, d2 as tc, eB as oc, gF as vs, ci as Mp, aW as hn, aU as Qn, aV as Jn, h_ as nc, bl as zp, hM as Fp, bH as Yt, aY as Lt, f8 as js, f3 as rc, et as Bp, cE as ic, f5 as Wp, er as _p, aZ as Ut, hd as ar, bL as Vp, cr as Ht, b8 as sc, P as dn, dc as ac, dd as Wr, db as lc, b_ as Up, cI as Hp, ey as Kp, b$ as _r, c1 as qi, dg as Hs, de as Gp, df as Yp, c0 as ci, bZ as di, c2 as Zp, e3 as Ks, cl as Qp, cq as Jp, dz as Gs, b7 as Xp, e as qp, d4 as eu, eF as tu, ec as or, hH as cc, hL as dc, bK as Zt, a6 as ri, a7 as mn, hN as pc, g_ as uc, bm as ou, cJ as nu, cX as hc, cW as ru, h3 as iu, cN as Vr, aE as mc, cM as su, cL as au, bq as lu, cK as ks, gR as gc, bO as xc, gm as yc, l as fc, fk as bc, bP as cu, z as $c, bS as Cc, fM as du, ek as pu, hG as uu, cU as hu, gV as mu, gS as gu, a1 as xu, dJ as Ys, gY as yu, fc as wc, h4 as Zs, cY as fu, cx as bu, eq as $u, eZ as Cu, f2 as wu, eG as Su, gu as Qs, f7 as vu, ee as Sc, e9 as ju, gz as vc, bs as ku, eu as Tu, bE as Lu, bI as Pu, ea as jc, f6 as Iu, ct as Au, fa as Ou, e6 as Du, eb as kc, eo as Ru, bJ as Eu, e5 as Nu } from "./SessionTimeoutPopup-DuB-kLd9.js";
|
|
2
|
+
import { A as hk, a as mk, b as gk, c as xk, d as yk, f as fk, g as bk, h as $k, i as Ck, k as wk, n as Sk, o as vk, p as jk, q as kk, r as Tk, s as Lk, t as Pk, u as Ik, v as Ak, w as Ok, x as Dk, B as Rk, C as Ek, D as Nk, E as Mk, F as zk, G as Fk, H as Bk, I as Wk, J as _k, K as Vk, L as Uk, M as Hk, N as Kk, Q as Gk, R as Yk, S as Zk, T as Qk, U as Jk, V as Xk, W as qk, X as eT, Y as tT, ej as oT, Z as nT, _ as rT, $ as iT, a0 as sT, a3 as aT, a4 as lT, a5 as cT, a8 as dT, a9 as pT, aa as uT, ab as hT, ac as mT, ad as gT, ae as xT, af as yT, ag as fT, ah as bT, ai as $T, aj as CT, ak as wT, al as ST, am as vT, an as jT, ao as kT, ap as TT, aq as LT, ar as PT, as as IT, at as AT, au as OT, av as DT, aw as RT, ax as ET, ay as NT, ej as MT, az as zT, aA as FT, aB as BT, aC as WT, aD as _T, aF as VT, aG as UT, aH as HT, aI as KT, aM as GT, aO as YT, aP as ZT, aQ as QT, aR as JT, aS as XT, aT as qT, aX as eL, a_ as tL, a$ as oL, b0 as nL, b1 as rL, b2 as iL, b3 as sL, b4 as aL, b5 as lL, b6 as cL, b9 as dL, ba as pL, bb as uL, bc as hL, bd as mL, be as gL, bf as xL, bh as yL, bk as fL, bn as bL, bo as $L, bp as CL, bu as wL, bv as SL, bw as vL, bx as jL, by as kL, bz as TL, bA as LL, bM as PL, bN as IL, bR as AL, bV as OL, bW as DL, c3 as RL, c4 as EL, c5 as NL, c6 as ML, c7 as zL, c8 as FL, c9 as BL, ca as WL, cb as _L, cc as VL, cd as UL, ce as HL, cf as KL, cC as GL, cD as YL, cF as ZL, cH as QL, cO as JL, cP as XL, cQ as qL, cR as eP, cT as tP, cV as oP, cZ as nP, c_ as rP, c$ as iP, d3 as sP, d5 as aP, d6 as lP, d7 as cP, d8 as dP, d9 as pP, da as uP, dh as hP, di as mP, dj as gP, dk as xP, dl as yP, dm as fP, dn as bP, dp as $P, dq as CP, dr as wP, ds as SP, dt as vP, du as jP, dv as kP, dw as TP, dx as LP, dy as PP, dA as IP, bi as AP, dB as OP, dC as DP, dD as RP, dE as EP, dF as NP, dG as MP, dH as zP, ej as FP, dK as BP, dI as WP, dL as _P, dO as VP, dP as UP, dQ as HP, dR as KP, dS as GP, dT as YP, dU as ZP, dV as QP, dX as JP, dY as XP, dZ as qP, d_ as eI, d$ as tI, ef as oI, eh as nI, ei as rI, ev as iI, ex as sI, eA as aI, eC as lI, fg as cI, fh as dI, fi as pI, fj as uI, fl as hI, fp as mI, fr as gI, fs as xI, ft as yI, fu as fI, fv as bI, fw as $I, fx as CI, fy as wI, fz as SI, fA as vI, fB as jI, fC as kI, fD as TI, fE as LI, fF as PI, fG as II, fH as AI, fI as OI, fJ as DI, fK as RI, fN as EI, fO as NI, fP as MI, fQ as zI, fR as FI, fS as BI, fT as WI, fU as _I, fV as VI, fW as UI, fX as HI, fY as KI, fZ as GI, f_ as YI, f$ as ZI, g0 as QI, g1 as JI, g2 as XI, g3 as qI, g4 as eA, g5 as tA, g6 as oA, g7 as nA, g8 as rA, g9 as iA, ga as sA, gb as aA, gc as lA, gf as cA, gg as dA, gh as pA, gj as uA, gl as hA, gn as mA, go as gA, gp as xA, gq as yA, gr as fA, gs as bA, gt as $A, gv as CA, gw as wA, gy as SA, gB as vA, gD as jA, gC as kA, gH as TA, gI as LA, gK as PA, gL as IA, gM as AA, gT as OA, gX as DA, g$ as RA, h0 as EA, h1 as NA, h8 as MA, h9 as zA, ha as FA, hb as BA, hc as WA, hf as _A, hg as VA, hh as UA, hi as HA, hj as KA, hk as GA, hl as YA, hn as ZA, ho as QA, hp as JA, hr as XA, hu as qA, hv as eO, hw as tO, hx as oO, hy as nO, hz as rO, hA as iO, hB as sO, hD as aO, hE as lO, hF as cO, hI as dO, hJ as pO, hO as uO, hP as hO, hR as mO, hS as gO, hT as xO, hU as yO, hV as fO, hW as bO, hX as $O, hY as CO, h$ as wO, i0 as SO } from "./SessionTimeoutPopup-DuB-kLd9.js";
|
|
3
3
|
import { ak as t, D as Mu, a1 as zu, aK as Ve, q as Cn, O as rt, L as Fu, s as Bu, T as Wu, o as ii, f as Xt, h as ye, aG as po, i as wn, aF as uo, Y as Vo, m as ho, J as Uo, b as qt, V as Ho, ae as nt, I as Tc, X as _u, an as Mt, aa as Fo, aE as Vu, k as Ts, C as Lc, n as Uu, d as Hu, e as Ls, B as Ps, as as Js } from "./vendor-.pnpm-BcaysHV_.js";
|
|
4
4
|
import { az as jO } from "./vendor-.pnpm-BcaysHV_.js";
|
|
5
5
|
import * as me from "react";
|
|
@@ -35,7 +35,7 @@ export interface ExpenseAutomationNavbarHeaderData {
|
|
|
35
35
|
title: string;
|
|
36
36
|
subText?: string;
|
|
37
37
|
}
|
|
38
|
-
export declare const getNavBarHeaderData: (expenseAutomationViewType: ExpenseAutomationViewType, autoCategorizedTransactionNumber?: number, accountId?: ID, customTitle?: string, navBarSubText?: string,
|
|
38
|
+
export declare const getNavBarHeaderData: (expenseAutomationViewType: ExpenseAutomationViewType, autoCategorizedTransactionNumber?: number, accountId?: ID, customTitle?: string, navBarSubText?: string, isSearchAndFilterEnabled?: boolean,
|
|
39
39
|
/** When `{ includeBulkUploadTabs: false }` (bulk upload / feature off), no sub-tabs — original subtitle only. */
|
|
40
40
|
missingReceiptsOptions?: {
|
|
41
41
|
includeBulkUploadTabs?: boolean;
|
package/dist/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./SessionTimeoutPopup-C36tkjtF.cjs"),a=require("./vendor-.pnpm-BFaLhzCH.cjs"),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_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.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.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.AutoSweepFlow=e.AutoSweepFlow;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.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.CashManagementBanner=e.CashManagementBanner;exports.CashManagementNavCTA=e.CashManagementNavCTA;exports.CashOverview=e.CashOverview;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.FirstReviewVendorDetailPage=e.FirstReviewVendorDetailPage;exports.FontWeight=e.FontWeight;exports.GlobalInfoProvider=e.GlobalInfoProvider;exports.GlobalReviewListPage=e.GlobalReviewListPage;exports.InformationCardStack=e.InformationCardStack;exports.InitialCollaborationProvider=e.InitialCollaborationProvider;exports.InsightsCardStack=e.InsightCardStack;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.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.StatementsPage=e.StatementsPage;exports.StyledCapsule=e.StyledCapsule;exports.SubscriptionDetailPage=e.SubscriptionDetailPage;exports.SubscriptionSummaryPage=e.SubscriptionSummaryPage;exports.SyntheticAiCfoAnswerView=e.SyntheticAiCfoAnswerView;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.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.cellVerticalAlignToFlexAlign=e.cellVerticalAlignToFlexAlign;exports.clearAutoLogoutContext=e.clearAutoLogoutContext;exports.clickableRowStyles=e.clickableRowStyles;exports.computeStickyLeftOffsets=e.computeStickyLeftOffsets;exports.darkColors=e.darkColors;exports.darkTheme=e.darkTheme;exports.dashboardCardDimension=e.designDimension;exports.defaultCardPolicyFormValues=e.defaultCardPolicyFormValues;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.getShowNegativeAmountInParenthesisDefaultValue=e.getShowNegativeAmountInParenthesisDefaultValue;exports.getShowNegativeAmountInParenthesisForPercentDefaultValue=e.getShowNegativeAmountInParenthesisForPercentDefaultValue;exports.getStableTransactionId=e.getStableTransactionId;exports.isCloseManagementMenu=e.isCloseManagementMenu;exports.isClosedCardStatus=e.isClosedCardStatus;exports.isCollaborationEntityType=e.isCollaborationEntityType;exports.isMobileOrTabletView=e.isMobileOrTabletView;exports.isMobilePhoneScreen=e.isMobilePhoneScreen;exports.lightColors=e.lightColors;exports.lightTheme=e.lightTheme;exports.mergeColumnDeclarativeWithRenderers=e.mergeColumnDeclarativeWithRenderers;exports.mergeLayoutDefaults=e.mergeLayoutDefaults;exports.percentValueToString=e.percentValueToString;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.sp=e.sp;exports.textAlignForCell=e.textAlignForCell;exports.textStyles=e.textStyles;exports.toInstitutionLogoDataUri=e.toInstitutionLogoDataUri;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.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.useZeniFeatureContext=e.useZeniFeatureContext;exports.useZeniThemeContext=e.useZeniThemeContext;exports.waitFor=e.waitFor;exports.useZeniTheme=a.useTheme;exports.zeniStyled=a.styled;exports.zeniEmotionStyled=t;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./SessionTimeoutPopup-BExapOll.cjs"),a=require("./vendor-.pnpm-BFaLhzCH.cjs"),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_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.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.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.AutoSweepFlow=e.AutoSweepFlow;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.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.CashManagementBanner=e.CashManagementBanner;exports.CashManagementNavCTA=e.CashManagementNavCTA;exports.CashOverview=e.CashOverview;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.FirstReviewVendorDetailPage=e.FirstReviewVendorDetailPage;exports.FontWeight=e.FontWeight;exports.GlobalInfoProvider=e.GlobalInfoProvider;exports.GlobalReviewListPage=e.GlobalReviewListPage;exports.InformationCardStack=e.InformationCardStack;exports.InitialCollaborationProvider=e.InitialCollaborationProvider;exports.InsightsCardStack=e.InsightCardStack;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.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.StatementsPage=e.StatementsPage;exports.StyledCapsule=e.StyledCapsule;exports.SubscriptionDetailPage=e.SubscriptionDetailPage;exports.SubscriptionSummaryPage=e.SubscriptionSummaryPage;exports.SyntheticAiCfoAnswerView=e.SyntheticAiCfoAnswerView;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.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.cellVerticalAlignToFlexAlign=e.cellVerticalAlignToFlexAlign;exports.clearAutoLogoutContext=e.clearAutoLogoutContext;exports.clickableRowStyles=e.clickableRowStyles;exports.computeStickyLeftOffsets=e.computeStickyLeftOffsets;exports.darkColors=e.darkColors;exports.darkTheme=e.darkTheme;exports.dashboardCardDimension=e.designDimension;exports.defaultCardPolicyFormValues=e.defaultCardPolicyFormValues;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.getShowNegativeAmountInParenthesisDefaultValue=e.getShowNegativeAmountInParenthesisDefaultValue;exports.getShowNegativeAmountInParenthesisForPercentDefaultValue=e.getShowNegativeAmountInParenthesisForPercentDefaultValue;exports.getStableTransactionId=e.getStableTransactionId;exports.isCloseManagementMenu=e.isCloseManagementMenu;exports.isClosedCardStatus=e.isClosedCardStatus;exports.isCollaborationEntityType=e.isCollaborationEntityType;exports.isMobileOrTabletView=e.isMobileOrTabletView;exports.isMobilePhoneScreen=e.isMobilePhoneScreen;exports.lightColors=e.lightColors;exports.lightTheme=e.lightTheme;exports.mergeColumnDeclarativeWithRenderers=e.mergeColumnDeclarativeWithRenderers;exports.mergeLayoutDefaults=e.mergeLayoutDefaults;exports.percentValueToString=e.percentValueToString;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.sp=e.sp;exports.textAlignForCell=e.textAlignForCell;exports.textStyles=e.textStyles;exports.toInstitutionLogoDataUri=e.toInstitutionLogoDataUri;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.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.useZeniFeatureContext=e.useZeniFeatureContext;exports.useZeniThemeContext=e.useZeniThemeContext;exports.waitFor=e.waitFor;exports.useZeniTheme=a.useTheme;exports.zeniStyled=a.styled;exports.zeniEmotionStyled=t;
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, a as t, b as o, c as i, d as n, f as r, g as l, h as g, i as d, j as P, k as c, n as u, o as C, p as m, q as h, r as S, s as p, t as A, u as b, v as f, w as D, x as T, B as y, C as R, D as v, E as I, F as L, G as w, H as k, I as V, J as F, K as E, L as O, M as B, N as M, Q as x, R as N, S as _, T as W, U, V as H, W as Z, X as G, Y as z, ej as Q, Z as q, _ as X, $ as j, a0 as Y, a3 as $, a4 as J, a5 as K, a8 as aa, a9 as ea, aa as sa, ab as ta, ac as oa, ad as ia, ae as na, af as ra, ag as la, ah as ga, ai as da, aj as Pa, ak as ca, al as ua, am as Ca, an as ma, ao as ha, ap as Sa, aq as pa, ar as Aa, as as ba, at as fa, au as Da, av as Ta, aw as ya, ax as Ra, ay as va, ej as Ia, az as La, aA as wa, aB as ka, aC as Va, aD as Fa, aF as Ea, aG as Oa, aH as Ba, aI as Ma, aJ as xa, aL as Na, aM as _a, aO as Wa, aP as Ua, aQ as Ha, aR as Za, aS as Ga, aT as za, aW as Qa, aX as qa, a_ as Xa, a$ as ja, b0 as Ya, b1 as $a, b2 as Ja, b3 as Ka, b4 as ae, b5 as ee, b6 as se, b9 as te, ba as oe, bb as ie, bc as ne, bd as re, be as le, bf as ge, bh as de, bk as Pe, bn as ce, bo as ue, bp as Ce, bu as me, bv as he, bw as Se, bx as pe, by as Ae, bz as be, bA as fe, bl as De, bL as Te, bM as ye, bN as Re, bR as ve, bT as Ie, bV as Le, bW as we, c3 as ke, c4 as Ve, c5 as Fe, c6 as Ee, c7 as Oe, c8 as Be, c9 as Me, ca as xe, cb as Ne, cc as _e, cd as We, ce as Ue, cf as He, cC as Ze, cD as Ge, cF as ze, cG as Qe, cH as qe, cO as Xe, cP as je, cQ as Ye, cR as $e, cT as Je, cV as Ke, cZ as as, c_ as es, c$ as ss, d2 as ts, d3 as os, d5 as is, d6 as ns, d7 as rs, f4 as ls, d8 as gs, d9 as ds, da as Ps, dh as cs, di as us, dj as Cs, dk as ms, dl as hs, dm as Ss, dn as ps, dp as As, dq as bs, dr as fs, ds as Ds, dt as Ts, du as ys, dv as Rs, dw as vs, dx as Is, dy as Ls, dA as ws, bi as ks, dB as Vs, dC as Fs, dD as Es, dE as Os, dF as Bs, dG as Ms, dH as xs, ej as Ns, dK as _s, dI as Ws, dL as Us, dM as Hs, dO as Zs, dP as Gs, dQ as zs, dR as Qs, dS as qs, dT as Xs, dU as js, dV as Ys, dX as $s, dY as Js, dZ as Ks, d_ as at, d$ as et, ef as st, eg as tt, eh as ot, ei as it, ev as nt, ex as rt, eA as lt, eC as gt, fg as dt, fh as Pt, fi as ct, fj as ut, fl as Ct, fp as mt, fr as ht, fs as St, ft as pt, fu as At, fv as bt, fw as ft, fx as Dt, fy as Tt, fz as yt, fA as Rt, fB as vt, fC as It, fD as Lt, fE as wt, fF as kt, fG as Vt, fH as Ft, fI as Et, fJ as Ot, fK as Bt, fN as Mt, fO as xt, fP as Nt, fQ as _t, fR as Wt, fS as Ut, fT as Ht, fU as Zt, fV as Gt, fW as zt, fX as Qt, fY as qt, fZ as Xt, f_ as jt, f$ as Yt, g0 as $t, g1 as Jt, g2 as Kt, g3 as ao, g4 as eo, g5 as so, g6 as to, g7 as oo, g8 as io, g9 as no, ga as ro, gb as lo, gc as go, gf as Po, gg as co, gh as uo, gi as Co, gj as mo, gk as ho, gl as So, gn as po, go as Ao, gp as bo, gq as fo, gr as Do, gs as To, gt as yo, gv as Ro, gw as vo, gx as Io, gy as Lo, gA as wo, gB as ko, gD as Vo, gC as Fo, gH as Eo, gI as Oo, gK as Bo, gL as Mo, gM as xo, gQ as No, gT as _o, gX as Wo, g$ as Uo, h0 as Ho, h1 as Zo, h8 as Go, h9 as zo, ha as Qo, hb as qo, hc as Xo, he as jo, hf as Yo, hg as $o, hh as Jo, hi as Ko, hj as ai, hk as ei, hl as si, hn as ti, ho as oi, hp as ii, hq as ni, hr as ri, hs as li, hu as gi, hv as di, hw as Pi, hx as ci, hy as ui, hz as Ci, hA as mi, hB as hi, hD as Si, hE as pi, hF as Ai, hG as bi, hI as fi, hJ as Di, hM as Ti, hO as yi, hP as Ri, hQ as vi, hR as Ii, hS as Li, hT as wi, hU as ki, hV as Vi, hW as Fi, hX as Ei, hY as Oi, hZ as Bi, h_ as Mi, h$ as xi, i0 as Ni } from "./SessionTimeoutPopup-
|
|
1
|
+
import { A as s, a as t, b as o, c as i, d as n, f as r, g as l, h as g, i as d, j as P, k as c, n as u, o as C, p as m, q as h, r as S, s as p, t as A, u as b, v as f, w as D, x as T, B as y, C as R, D as v, E as I, F as L, G as w, H as k, I as V, J as F, K as E, L as O, M as B, N as M, Q as x, R as N, S as _, T as W, U, V as H, W as Z, X as G, Y as z, ej as Q, Z as q, _ as X, $ as j, a0 as Y, a3 as $, a4 as J, a5 as K, a8 as aa, a9 as ea, aa as sa, ab as ta, ac as oa, ad as ia, ae as na, af as ra, ag as la, ah as ga, ai as da, aj as Pa, ak as ca, al as ua, am as Ca, an as ma, ao as ha, ap as Sa, aq as pa, ar as Aa, as as ba, at as fa, au as Da, av as Ta, aw as ya, ax as Ra, ay as va, ej as Ia, az as La, aA as wa, aB as ka, aC as Va, aD as Fa, aF as Ea, aG as Oa, aH as Ba, aI as Ma, aJ as xa, aL as Na, aM as _a, aO as Wa, aP as Ua, aQ as Ha, aR as Za, aS as Ga, aT as za, aW as Qa, aX as qa, a_ as Xa, a$ as ja, b0 as Ya, b1 as $a, b2 as Ja, b3 as Ka, b4 as ae, b5 as ee, b6 as se, b9 as te, ba as oe, bb as ie, bc as ne, bd as re, be as le, bf as ge, bh as de, bk as Pe, bn as ce, bo as ue, bp as Ce, bu as me, bv as he, bw as Se, bx as pe, by as Ae, bz as be, bA as fe, bl as De, bL as Te, bM as ye, bN as Re, bR as ve, bT as Ie, bV as Le, bW as we, c3 as ke, c4 as Ve, c5 as Fe, c6 as Ee, c7 as Oe, c8 as Be, c9 as Me, ca as xe, cb as Ne, cc as _e, cd as We, ce as Ue, cf as He, cC as Ze, cD as Ge, cF as ze, cG as Qe, cH as qe, cO as Xe, cP as je, cQ as Ye, cR as $e, cT as Je, cV as Ke, cZ as as, c_ as es, c$ as ss, d2 as ts, d3 as os, d5 as is, d6 as ns, d7 as rs, f4 as ls, d8 as gs, d9 as ds, da as Ps, dh as cs, di as us, dj as Cs, dk as ms, dl as hs, dm as Ss, dn as ps, dp as As, dq as bs, dr as fs, ds as Ds, dt as Ts, du as ys, dv as Rs, dw as vs, dx as Is, dy as Ls, dA as ws, bi as ks, dB as Vs, dC as Fs, dD as Es, dE as Os, dF as Bs, dG as Ms, dH as xs, ej as Ns, dK as _s, dI as Ws, dL as Us, dM as Hs, dO as Zs, dP as Gs, dQ as zs, dR as Qs, dS as qs, dT as Xs, dU as js, dV as Ys, dX as $s, dY as Js, dZ as Ks, d_ as at, d$ as et, ef as st, eg as tt, eh as ot, ei as it, ev as nt, ex as rt, eA as lt, eC as gt, fg as dt, fh as Pt, fi as ct, fj as ut, fl as Ct, fp as mt, fr as ht, fs as St, ft as pt, fu as At, fv as bt, fw as ft, fx as Dt, fy as Tt, fz as yt, fA as Rt, fB as vt, fC as It, fD as Lt, fE as wt, fF as kt, fG as Vt, fH as Ft, fI as Et, fJ as Ot, fK as Bt, fN as Mt, fO as xt, fP as Nt, fQ as _t, fR as Wt, fS as Ut, fT as Ht, fU as Zt, fV as Gt, fW as zt, fX as Qt, fY as qt, fZ as Xt, f_ as jt, f$ as Yt, g0 as $t, g1 as Jt, g2 as Kt, g3 as ao, g4 as eo, g5 as so, g6 as to, g7 as oo, g8 as io, g9 as no, ga as ro, gb as lo, gc as go, gf as Po, gg as co, gh as uo, gi as Co, gj as mo, gk as ho, gl as So, gn as po, go as Ao, gp as bo, gq as fo, gr as Do, gs as To, gt as yo, gv as Ro, gw as vo, gx as Io, gy as Lo, gA as wo, gB as ko, gD as Vo, gC as Fo, gH as Eo, gI as Oo, gK as Bo, gL as Mo, gM as xo, gQ as No, gT as _o, gX as Wo, g$ as Uo, h0 as Ho, h1 as Zo, h8 as Go, h9 as zo, ha as Qo, hb as qo, hc as Xo, he as jo, hf as Yo, hg as $o, hh as Jo, hi as Ko, hj as ai, hk as ei, hl as si, hn as ti, ho as oi, hp as ii, hq as ni, hr as ri, hs as li, hu as gi, hv as di, hw as Pi, hx as ci, hy as ui, hz as Ci, hA as mi, hB as hi, hD as Si, hE as pi, hF as Ai, hG as bi, hI as fi, hJ as Di, hM as Ti, hO as yi, hP as Ri, hQ as vi, hR as Ii, hS as Li, hT as wi, hU as ki, hV as Vi, hW as Fi, hX as Ei, hY as Oi, hZ as Bi, h_ as Mi, h$ as xi, i0 as Ni } from "./SessionTimeoutPopup-DuB-kLd9.js";
|
|
2
2
|
import { aK as Wi, az as Ui } from "./vendor-.pnpm-BcaysHV_.js";
|
|
3
3
|
import { default as Zi } from "@emotion/styled";
|
|
4
4
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/web-components",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.96-betaRD1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@statsig/react-bindings": "^3.14.0",
|
|
50
50
|
"@stripe/react-stripe-js": "^2.7.3",
|
|
51
51
|
"@stripe/stripe-js": "^4.4.0",
|
|
52
|
-
"@zeniai/client-analytics": "2.0.
|
|
53
|
-
"@zeniai/client-epic-state": "5.1.
|
|
52
|
+
"@zeniai/client-analytics": "2.0.28",
|
|
53
|
+
"@zeniai/client-epic-state": "5.1.16-betaRD2",
|
|
54
54
|
"autosuggest-highlight": "^3.2.1",
|
|
55
55
|
"browser-image-compression": "^2.0.2",
|
|
56
56
|
"countries-list": "^2.6.1",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"@types/color": "^3.0.2",
|
|
209
209
|
"@types/react-select": "^4.0.18",
|
|
210
210
|
"@types/react-window": "^1.8.8",
|
|
211
|
-
"@zeniai/client-analytics": "2.0.
|
|
211
|
+
"@zeniai/client-analytics": "2.0.28",
|
|
212
212
|
"@zeniai/client-epic-state": "5.1.15",
|
|
213
213
|
"color": "^3.1.3",
|
|
214
214
|
"react": "18.3.1",
|