@zeniai/web-components 4.3.40 → 4.3.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/dist/{SessionTimeoutPopup-BWBsmq2A.cjs → SessionTimeoutPopup-B6IhYc5j.cjs} +17448 -15784
  2. package/dist/{SessionTimeoutPopup-B-WVI7aL.js → SessionTimeoutPopup-TT3Z0Y7j.js} +102699 -96364
  3. package/dist/appLocale.d.ts +356 -13
  4. package/dist/assets/interface/avatars-without-pic.svg +12 -0
  5. package/dist/cockpit.cjs.js +2 -2
  6. package/dist/cockpit.esm.js +760 -759
  7. package/dist/components/address/addressHelper.d.ts +2 -2
  8. package/dist/components/common/Picker.d.ts +3 -1
  9. package/dist/components/common/allNavBars/statusSwitcher/switcherTypes.d.ts +1 -0
  10. package/dist/components/common/tooltipVariants/types.d.ts +11 -9
  11. package/dist/components/commonSetUp/approval/ApprovalRuleSection.d.ts +11 -2
  12. package/dist/components/commonSetUp/approval/ApprovalStageRow.d.ts +37 -12
  13. package/dist/components/commonSetUp/approval/ApprovalStagesSection.d.ts +8 -2
  14. package/dist/components/commonSetUp/approval/ConditionRow.d.ts +10 -1
  15. package/dist/components/commonSetUp/approval/FormSection.d.ts +19 -3
  16. package/dist/components/commonSetUp/approval/RuleOverlapBanner.d.ts +63 -17
  17. package/dist/components/commonSetUp/approval/RuleOverlapCard.d.ts +10 -1
  18. package/dist/components/commonSetUp/approval/detectDuplicateRule.d.ts +12 -0
  19. package/dist/components/commonSetUp/approval/formatFallbackRuleChain.d.ts +12 -0
  20. package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +41 -6
  21. package/dist/components/expenseAutomation/components/NavBarWithHeader.d.ts +21 -5
  22. package/dist/components/expenseAutomation/components/navbarHeaderData.d.ts +3 -4
  23. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts +3 -1
  24. package/dist/components/expenseAutomation/sections/accountRecon/CombinedStatementAccountMappingSection.d.ts +2 -2
  25. package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts +0 -1
  26. package/dist/components/expenseAutomation/sections/accountRecon/statementProcessingHelpers.d.ts +2 -0
  27. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePage.d.ts +30 -5
  28. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePageSkeleton.d.ts +5 -0
  29. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualBillingPatternCard.d.ts +14 -0
  30. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualCalculationBreakdownCard.d.ts +26 -0
  31. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualDetailsSection.d.ts +31 -0
  32. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualFeedbackDialog.d.ts +27 -0
  33. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualFeedbackDialog.test.d.ts +1 -0
  34. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualHeader.d.ts +16 -0
  35. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualSequenceSection.d.ts +22 -0
  36. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEOneTimeAccrualDetailPage.d.ts +28 -0
  37. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/accrualActions.d.ts +24 -0
  38. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/accrualFieldHelpers.d.ts +18 -0
  39. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/accrualFieldHelpers.test.d.ts +1 -0
  40. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEBaseTransactionSearch.d.ts +23 -0
  41. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEBaseTransactionSearch.test.d.ts +1 -0
  42. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEExistingKpiStrip.d.ts +7 -0
  43. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEGroupSectionHeader.d.ts +8 -0
  44. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEJournalEntryPreview.d.ts +28 -0
  45. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEKpiStrip.d.ts +8 -0
  46. package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleAccountSettings.d.ts → common/JEScheduleAccountSettings.d.ts} +2 -2
  47. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleCreatedBy.d.ts +21 -0
  48. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleCreatedBy.test.d.ts +1 -0
  49. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleLifecycle.d.ts +19 -0
  50. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleLifecycle.test.d.ts +1 -0
  51. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleNewEntryButton.d.ts +14 -0
  52. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleNewEntryButton.test.d.ts +1 -0
  53. package/dist/components/expenseAutomation/sections/jeSchedules/common/JESchedulePreview.d.ts +18 -0
  54. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleRadioCardGroup.d.ts +27 -0
  55. package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleResolveComponent.d.ts → common/JEScheduleResolveComponent.d.ts} +3 -3
  56. package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleResolveListRow.d.ts → common/JEScheduleResolveListRow.d.ts} +4 -11
  57. package/dist/components/expenseAutomation/sections/jeSchedules/common/JETypeFilterBar.d.ts +8 -0
  58. package/dist/components/expenseAutomation/sections/jeSchedules/common/jeScheduleKpiHelpers.d.ts +14 -0
  59. package/dist/components/expenseAutomation/sections/jeSchedules/common/newScheduleCopy.test.d.ts +1 -0
  60. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEOneTimeAccrualCell.d.ts +12 -0
  61. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleDownloadRangeDialog.d.ts +18 -0
  62. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleDownloadRangeDialog.test.d.ts +1 -0
  63. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleDraftListRow.d.ts +16 -0
  64. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleGroupList.d.ts +53 -0
  65. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleListWrapperRow.d.ts +39 -0
  66. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleListWrapperRow.test.d.ts +1 -0
  67. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleReadOnlyListRow.d.ts +15 -0
  68. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleReadOnlyListRow.test.d.ts +1 -0
  69. package/dist/components/expenseAutomation/sections/jeSchedules/{jeSchedule.helpers.d.ts → list/jeSchedule.helpers.d.ts} +1 -1
  70. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleConfig.d.ts +46 -0
  71. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListItems.d.ts +56 -0
  72. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListRow.helpers.d.ts +29 -0
  73. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListRow.helpers.test.d.ts +1 -0
  74. package/dist/components/expenseAutomation/sections/jeSchedules/sections/JEExistingSection.d.ts +22 -0
  75. package/dist/components/expenseAutomation/sections/jeSchedules/sections/JESchedulesSection.d.ts +27 -0
  76. package/dist/components/expenseAutomation/sections/jeSchedules/sections/JESummarySection.d.ts +7 -0
  77. package/dist/components/expenseAutomation/sections/jeSchedules/sections/NewJEScheduleSection.d.ts +59 -0
  78. package/dist/components/expenseAutomation/sections/jeSchedules/sections/NewScheduleDocumentAutofillPanel.d.ts +11 -0
  79. package/dist/components/formElements/formattedTextField/FormattedTextField.d.ts +3 -1
  80. package/dist/components/formElements/multiSelectField/MultiSelectField.d.ts +13 -1
  81. package/dist/components/formElements/textField/TextField.d.ts +3 -1
  82. package/dist/components/jeSchedules/downloadJESchedules/types/downloadJESchedulesOptionsPayload.d.ts +3 -1
  83. package/dist/components/jeSchedules/scheduleDetails/table/ScheduleAccruedSequenceTable.d.ts +2 -1
  84. package/dist/components/jeSchedules/scheduleDetails/table/items/ScheduleAccruedSequenceTableRow.d.ts +6 -1
  85. package/dist/components/singleSelect/SingleSelect.d.ts +12 -1
  86. package/dist/components/singleSelect/SingleSelectField.d.ts +13 -1
  87. package/dist/components/spendManagement/billPay/billPaySetUp/BillPayApprovalRuleDetailPage.d.ts +1 -0
  88. package/dist/components/spendManagement/billPay/billPaySetUp/components/formElements/UserMultiSelect.d.ts +17 -2
  89. package/dist/components/spendManagement/billPay/billPaySetUp/components/formElements/UserMultiSelectField.d.ts +6 -2
  90. package/dist/components/spendManagement/reimbursement/AllReimbursementLineItems.d.ts +1 -1
  91. package/dist/components/spendManagement/reimbursement/reimbursementSetUp/ReimbursementApprovalRuleDetailPage.d.ts +1 -0
  92. package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +8 -3
  93. package/dist/index.cjs.js +1 -1
  94. package/dist/index.d.ts +6 -2
  95. package/dist/index.esm.js +267 -266
  96. package/dist/strings/strings.d.ts +356 -13
  97. package/package.json +5 -5
  98. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleDraftListRow.d.ts +0 -19
  99. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleListWrapperRow.d.ts +0 -31
  100. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleReadOnlyListRow.d.ts +0 -13
  101. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleRecommendationIcon.d.ts +0 -13
  102. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulesList.d.ts +0 -24
  103. package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleConfig.d.ts +0 -28
  104. package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleListRow.helpers.d.ts +0 -17
  105. /package/dist/components/expenseAutomation/sections/jeSchedules/{jeScheduleListRow.helpers.test.d.ts → accrualDetail/JEAccrualDetailsSection.test.d.ts} +0 -0
  106. /package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleDraftComponent.d.ts → common/JEScheduleDraftComponent.d.ts} +0 -0
  107. /package/dist/components/expenseAutomation/sections/jeSchedules/{JESchedulesListEmptyTable.d.ts → common/JESchedulesListEmptyTable.d.ts} +0 -0
  108. /package/dist/components/expenseAutomation/sections/jeSchedules/{common.d.ts → common/common.d.ts} +0 -0
@@ -1,16 +1,16 @@
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, jc as ge, iZ 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, je as As, bo as pc, i$ as uc, fh as io, fe as Be, hK as hc, g2 as Lo, eS as sa, dl as _e, iQ 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, j3 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, ja 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, iP as Ru, iV as Rc, i_ as Ec, bN as no, aa as xi, ab as Sn, j0 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, iU 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-B-WVI7aL.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, iN as OR, iO as DR, iR as RR, iS as ER, iT as NR, iW as MR, iX as zR, iY as BR, j1 as FR, j2 as WR, j4 as _R, j5 as VR, j6 as UR, j7 as KR, j8 as HR, j9 as GR, jb as YR, jd as ZR, jf as QR, jg as JR } from "./SessionTimeoutPopup-B-WVI7aL.js";
1
+ import { f6 as o, iC as De, m as vt, hf as T, fH as Bt, c0 as li, a6 as Ve, fM as Dp, hB as Ep, hM as Rp, aM as O, hE as _, eS as Np, jd as ge, i_ as fo, gi as ut, aO as Yt, dx as ia, E as Do, g7 as Is, ds as Eo, fJ as Ls, fY as Mp, jf as As, bo as pc, j0 as uc, fi as io, ff as Be, hL as hc, g3 as Lo, eT as sa, dm as _e, iR as zp, bm as Bp, bI as Zt, bj as Fp, fF as mc, hU as Wp, bw as Os, S as Ds, i5 as _p, i6 as Vp, i7 as Up, aN as Kp, dJ as Hp, dk as Ct, fL as gc, dT as Gp, fv as ci, g1 as Es, iA as B, eM as Yp, bV as Zp, eZ as ke, fB as Qp, eC as z, T as $n, e3 as xc, e4 as Yr, e2 as yc, c3 as Jp, dz as Xp, fq as qp, c4 as Zr, eW as di, c6 as xs, e7 as aa, e5 as eu, e6 as tu, c5 as vi, c2 as ji, c7 as ou, dU as Ue, iD as gt, fr as Rs, bY as Qr, e_ as nu, fC as Ns, bJ as pi, ij as Le, c1 as ui, fD as fc, fV as bc, fQ as sr, hx as Kt, gk as ct, fb as jn, dp as ru, dr as $c, fG as Cc, aZ as yo, aX as Ao, aY as Oo, ba as wc, g0 as hi, fN as Ms, f2 as kn, hN as zt, hd as nt, gG as Jr, h9 as iu, gg as Tn, gh as Pn, p as In, ht as Xo, fo as qo, dl as mi, fK as zs, dq as su, fE as bo, fI as en, bu as ro, h8 as la, i2 as au, hS as lu, hY as cu, fP as du, g6 as pu, g5 as ar, fc as uu, fd as Bs, hO as hu, fO as Sc, fU as vc, fT as jc, bF as kc, iu as mu, de as ca, df as Fs, d9 as gu, dd as xu, bZ as lr, bG as Ln, fS as Ws, aQ as yu, hH as St, f3 as Tc, dc as Xr, di as fu, bE as _s, d5 as bu, eD as wn, fA as $u, fz as Cu, fw as wu, d7 as gi, eU as da, da as Pc, j4 as qr, dV as Ic, ft as Lc, hC as Vs, d8 as Su, bK as oo, a$ as Mt, fX as Ac, fj as vu, dv as Oc, fZ as ju, fh as ku, b0 as Xt, ii as gr, bO as Tu, jb as Pu, dh as qt, bb as Dc, eV as pa, db as Iu, dg as Lu, ep as ua, g as Au, dX as Ou, fx as Du, iQ as Eu, iW as Ec, i$ as Rc, bN as no, aa as xi, ab as Sn, j1 as Nc, hZ as Mc, bp as Ru, dA as Nu, i8 as Mu, dO as zc, dN as zu, i3 as Bu, dE as ei, aH as Bc, dD as Fu, s as Wu, dC as _u, bt as Vu, dB as Us, hP as Fc, bT as Wc, hh as _c, o as Vc, ge as Uc, bU as Uu, F as Kc, bX as Hc, gH as Ku, fa as Hu, iV as Gu, dL as Yu, hT as Zu, hQ as Qu, a5 as Ju, ez as ha, hX as Xu, g4 as Gc, i4 as ma, dP as qu, dn as eh, fg as th, fR as oh, fW as nh, fy as rh, hq as ga, f$ as ih, f4 as Yc, e$ as sh, hw as Zc, bv as ah, fk as lh, bH as ch, bL as dh, f0 as Qc, f_ as ph, dj as uh, g2 as hh, eY as mh, f1 as Jc, fe as gh, bM as xh, eX as yh } from "./SessionTimeoutPopup-TT3Z0Y7j.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 ET, t as RT, 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, f9 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 EP, ar as RP, 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, f9 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 EI, bB as RI, 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 EL, cQ as RL, 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, d6 as qL, dt as eA, du as tA, dw as oA, dy as nA, dF as rA, dG as iA, dH as sA, dI as aA, dK as lA, dM as cA, dQ as dA, dR as pA, dS as uA, dW as hA, dY as mA, dZ as gA, d_ as xA, d$ as yA, e0 as fA, e1 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 EA, en as RA, eo as NA, eq as MA, bl as zA, er as BA, es as FA, et as WA, eu as _A, ev as VA, ew as UA, ex as KA, f9 as HA, eA as GA, ey as YA, eB as ZA, eE as QA, eF as JA, eG as XA, eH as qA, eI as eO, eJ as tO, eK as oO, eL as nO, eN as rO, eO as iO, eP as sO, eQ as aO, eR as lO, f5 as cO, f7 as dO, f8 as pO, fl as uO, fm as hO, fn as mO, fp as gO, fs as xO, fu as yO, g8 as fO, g9 as bO, ga as $O, gb as CO, gc as wO, gd as SO, gf as vO, gj 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 EO, gu as RO, 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, gF 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, h7 as $D, ha as CD, hb as wD, hc as SD, he as vD, hg as jD, hi as kD, hj as TD, hk as PD, hl as ID, hm as LD, hn as AD, ho as OD, hp as DD, hr as ED, hs as RD, hu as ND, hv as MD, hy as zD, hA as BD, hz as FD, hD as WD, hF as _D, hG as VD, hI as UD, hJ as KD, hK as HD, hR as GD, hV as YD, hW as ZD, h_ as QD, h$ as JD, i0 as XD, i1 as qD, i9 as eE, ia as tE, ib as oE, ic as nE, id as rE, ie as iE, ig as sE, ih as aE, ik as lE, il as cE, im as dE, io as pE, ip as uE, iq as hE, ir as mE, is as gE, it as xE, iv as yE, iw as fE, ix as bE, iy as $E, iz as CE, iB as wE, iE as SE, iF as vE, iG as jE, iH as kE, iI as TE, iJ as PE, iK as IE, iL as LE, iM as AE, iN as OE, iO as DE, iP as EE, iS as RE, iT as NE, iU as ME, iX as zE, iY as BE, iZ as FE, j2 as WE, j3 as _E, j5 as VE, j6 as UE, j7 as KE, j8 as HE, j9 as GE, ja as YE, jc as ZE, je as QE, jg as JE, jh as XE } from "./SessionTimeoutPopup-TT3Z0Y7j.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
- import { aC as qR } from "./vendor-.pnpm-DP641zlu.js";
4
+ import { aC as eR } from "./vendor-.pnpm-DP641zlu.js";
5
5
  import * as me from "react";
6
6
  import cr, { useEffect as te, useState as V, useMemo as Xe, useCallback as oe, useContext as qe, useRef as $e, forwardRef as Dt, Fragment as ed, memo as dr, createContext as rn, Suspense as Th, createElement as td } from "react";
7
7
  import r from "@emotion/styled";
8
- import { default as tE } from "@emotion/styled";
8
+ import { default as oR } from "@emotion/styled";
9
9
  import { useInboxNotificationThread as Ph, useInboxNotifications as od, useMarkInboxNotificationAsRead as Ih, RoomProvider as lo, useCreateThread as Lh } from "@liveblocks/react";
10
- import { zeniDate as Ot, stringToUnion as Ah, stringToUnionStrict as Oh, isAllowedValueWithCode as Dh, dateNow as $t, canSendMonthEndEmailReport as Rh, shouldEnableCalendarPickerForLastReportSent as Eh, toManagementSortKeyType as nd, toUserRoleType as ki, toTaskManagerSortKeyType as rd, allTaskPriority as id, allTaskStatus as Nh, getUserName as ys, toHealthSortKeyType as Mh, isCompanyRunwayInfinite as fs, companyHealthMetricDropDownOptions as sd, hasCompanyHealthMetricFormFieldChanged as zh, toSubscriptionSortKeyType as ad, toPortfolioSortKeyType as ld, getAllowedOperationsForStatus as Bh, toOnboardingSortKeyType as cd, isTenantBankingOnly as Fh, ALL_ACCOUNTING_CONNECTION_CREATION_MODES as Wh, toProductTypeStrict as _h, mapAttachmentFileToAttachmentFilePayload as dd, SUPPORTED_ATTACHMENT_FILE_TYPES as Vh, toSupportedAttachmentFileType as Uh, getAttachmentFileIdByFileName as Kh, dateFromYearMonthDate as Hh, getBusinessDayOfDate as Gh, toReviewColumnKeyType as Yh, getAuditWarningsCount as pd, getUserFromAllUsers as Zh } from "@zeniai/client-epic-state";
11
- import { buildInvoicingEntityPath as nE, isInvoicingEntityLinkable as rE } from "@zeniai/client-epic-state";
10
+ import { zeniDate as Ot, stringToUnion as Ah, stringToUnionStrict as Oh, isAllowedValueWithCode as Dh, dateNow as $t, canSendMonthEndEmailReport as Eh, shouldEnableCalendarPickerForLastReportSent as Rh, toManagementSortKeyType as nd, toUserRoleType as ki, toTaskManagerSortKeyType as rd, allTaskPriority as id, allTaskStatus as Nh, getUserName as ys, toHealthSortKeyType as Mh, isCompanyRunwayInfinite as fs, companyHealthMetricDropDownOptions as sd, hasCompanyHealthMetricFormFieldChanged as zh, toSubscriptionSortKeyType as ad, toPortfolioSortKeyType as ld, getAllowedOperationsForStatus as Bh, toOnboardingSortKeyType as cd, isTenantBankingOnly as Fh, ALL_ACCOUNTING_CONNECTION_CREATION_MODES as Wh, toProductTypeStrict as _h, mapAttachmentFileToAttachmentFilePayload as dd, SUPPORTED_ATTACHMENT_FILE_TYPES as Vh, toSupportedAttachmentFileType as Uh, getAttachmentFileIdByFileName as Kh, dateFromYearMonthDate as Hh, getBusinessDayOfDate as Gh, toReviewColumnKeyType as Yh, getAuditWarningsCount as pd, getUserFromAllUsers as Zh } from "@zeniai/client-epic-state";
11
+ import { buildInvoicingEntityPath as rR, isInvoicingEntityLinkable as iR } from "@zeniai/client-epic-state";
12
12
  import { InboxNotification as ya } from "@liveblocks/react-ui";
13
- import { css as Ye, keyframes as Eo } from "@emotion/react";
13
+ import { css as Ye, keyframes as Ro } from "@emotion/react";
14
14
  import { createPortal as pr } from "react-dom";
15
15
  import { Composer as ko, useComposer as Qh } from "@liveblocks/react-ui/primitives";
16
16
  import { useUser as ud } from "@liveblocks/react/suspense";
@@ -314,13 +314,13 @@ async function fm(e, n, i) {
314
314
  try {
315
315
  if (i.tabsFileType == null)
316
316
  throw new Error(c.errorMessages.unsupportedFileType);
317
- const l = await Rp({
317
+ const l = await Ep({
318
318
  urlEndPoint: s,
319
319
  authParams: n,
320
320
  fileType: i.tabsFileType
321
321
  });
322
322
  if (l.ok) {
323
- const d = Ep(
323
+ const d = Rp(
324
324
  l.headers,
325
325
  a.defaultFileName
326
326
  ), p = await l.arrayBuffer();
@@ -800,7 +800,7 @@ const et = 88, sn = 58, an = 1, ln = 55, bm = 10, $m = 5, co = [
800
800
  label: "> 10 year",
801
801
  value: "121<->1000000"
802
802
  }
803
- ], yd = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], fd = [1, 2, 3, 4, 5], Rm = (e) => {
803
+ ], yd = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], fd = [1, 2, 3, 4, 5], Em = (e) => {
804
804
  const {
805
805
  cockpit: { titles: n }
806
806
  } = T.getLocalizedStrings();
@@ -818,7 +818,7 @@ const et = 88, sn = 58, an = 1, ln = 55, bm = 10, $m = 5, co = [
818
818
  default:
819
819
  return n.healthMonitor;
820
820
  }
821
- }, Em = (e) => {
821
+ }, Rm = (e) => {
822
822
  switch (e) {
823
823
  case "management":
824
824
  return "Cockpit - Management";
@@ -869,7 +869,7 @@ function zm(e) {
869
869
  return te(() => {
870
870
  async function d() {
871
871
  await ym({ ...e }), a("Completed"), s.trackDownload(
872
- Em(l),
872
+ Rm(l),
873
873
  "months",
874
874
  "excel",
875
875
  !1
@@ -928,7 +928,7 @@ const Bm = r.div``, ba = r.div`
928
928
  }
929
929
  height: 60px;
930
930
  z-index: 2;
931
- `, Fm = r(Ro)`
931
+ `, Fm = r(Eo)`
932
932
  width: 100%;
933
933
  align-items: center;
934
934
  justify-content: center;
@@ -1020,7 +1020,7 @@ function Xk({
1020
1020
  (k) => k.readAt == null && k.roomId?.includes("cockpit") === !0 && // Keep the badge in step with AllInboxNotificationsDrawer, which renders
1021
1021
  // only "thread" kind notifications.
1022
1022
  k.kind === "thread"
1023
- ).length, R = Rm(l), H = oe(
1023
+ ).length, E = Em(l), H = oe(
1024
1024
  (k, M) => {
1025
1025
  const { companyId: re, entityType: pe } = k;
1026
1026
  ee === M ? J(null) : (b(!1), K({ threadId: M, companyId: re, entityType: pe }));
@@ -1087,7 +1087,7 @@ function Xk({
1087
1087
  downloadParams: i,
1088
1088
  downloadState: n,
1089
1089
  analytics: c,
1090
- currentCockpitTab: R,
1090
+ currentCockpitTab: E,
1091
1091
  updateDownloadStateHandler: d
1092
1092
  }
1093
1093
  ),
@@ -1833,7 +1833,7 @@ const Jm = r.div`
1833
1833
  width: ${o.sp4};
1834
1834
  height: ${o.sp4};
1835
1835
  color: ${(e) => e.theme.colors.hero};
1836
- `, Cg = r(Rs)`
1836
+ `, Cg = r(Es)`
1837
1837
  width: ${o.sp4};
1838
1838
  height: ${o.sp4};
1839
1839
  color: ${(e) => e.theme.colors.hero};
@@ -1875,7 +1875,7 @@ const Jm = r.div`
1875
1875
  display: flex;
1876
1876
  align-items: center;
1877
1877
  column-gap: ${o.sp3};
1878
- `, Pg = Eo`
1878
+ `, Pg = Ro`
1879
1879
  0% {
1880
1880
  opacity: 0;
1881
1881
  }
@@ -2216,7 +2216,7 @@ const Ag = r.div`
2216
2216
  windowSize: y,
2217
2217
  "data-testid": _("cockpit-filters-selection-wrapper"),
2218
2218
  children: n && /* @__PURE__ */ t.jsx(
2219
- Rg,
2219
+ Eg,
2220
2220
  {
2221
2221
  "data-testid": _("cockpit-filters-selection"),
2222
2222
  children: /* @__PURE__ */ t.jsx(
@@ -2260,8 +2260,8 @@ const Ag = r.div`
2260
2260
  ),
2261
2261
  i != !0 && P()
2262
2262
  ] });
2263
- }, Dg = r.div``, Rg = r.div``, {
2264
- common: { numbers: Eg, strings: Ng }
2263
+ }, Dg = r.div``, Eg = r.div``, {
2264
+ common: { numbers: Rg, strings: Ng }
2265
2265
  } = T.getLocalizedStrings(), Mg = ({
2266
2266
  onTabChange: e,
2267
2267
  allTabOptions: n,
@@ -2276,7 +2276,7 @@ const Ag = r.div`
2276
2276
  if (s?.forEach((h) => {
2277
2277
  h.tab === d && (p = h.count);
2278
2278
  }), p !== 0)
2279
- return p < 100 ? `${p}` : `${Eg.maximumCount}${Ng.plus}`;
2279
+ return p < 100 ? `${p}` : `${Rg.maximumCount}${Ng.plus}`;
2280
2280
  };
2281
2281
  return /* @__PURE__ */ t.jsx(Bg, { "data-testid": _("cockpit-nav-switcher"), children: /* @__PURE__ */ t.jsx(
2282
2282
  zg,
@@ -2470,7 +2470,7 @@ const Ag = r.div`
2470
2470
  height: calc(100vh - 110px);
2471
2471
  `, Qg = r(Be)`
2472
2472
  color: ${(e) => e.theme.colors.hero};
2473
- `, Jg = r(Rs)`
2473
+ `, Jg = r(Es)`
2474
2474
  width: ${o.sp8};
2475
2475
  height: ${o.sp8};
2476
2476
  color: ${(e) => e.theme.colors.hero};
@@ -3043,7 +3043,7 @@ const {
3043
3043
  "cockpit-parent-subsidiary-item",
3044
3044
  h.companyId
3045
3045
  ),
3046
- children: /* @__PURE__ */ t.jsx(Ra, { children: h.name })
3046
+ children: /* @__PURE__ */ t.jsx(Ea, { children: h.name })
3047
3047
  },
3048
3048
  h.companyId
3049
3049
  )), d = s ? s.parentCompanyId : e, p = i != null ? n : s?.parentCompanyName;
@@ -3091,7 +3091,7 @@ const {
3091
3091
  "data-testid": _(
3092
3092
  "cockpit-parent-subsidiary-current-company"
3093
3093
  ),
3094
- children: /* @__PURE__ */ t.jsx(Ra, { children: n })
3094
+ children: /* @__PURE__ */ t.jsx(Ea, { children: n })
3095
3095
  }
3096
3096
  ),
3097
3097
  l()
@@ -3106,7 +3106,7 @@ const {
3106
3106
  transform: translateY(1px);
3107
3107
  height: 10px;
3108
3108
  width: 10px;
3109
- `, T1 = r(Es)`
3109
+ `, T1 = r(Rs)`
3110
3110
  width: 100%;
3111
3111
  `, P1 = r.div`
3112
3112
  display: flex;
@@ -3160,7 +3160,7 @@ const {
3160
3160
  &:last-of-type::after {
3161
3161
  height: 0;
3162
3162
  }
3163
- `, Ra = r(io)`
3163
+ `, Ea = r(io)`
3164
3164
  &::before {
3165
3165
  content: "";
3166
3166
  position: absolute;
@@ -3224,7 +3224,7 @@ const {
3224
3224
  padding: 3px 6px;
3225
3225
  cursor: pointer;
3226
3226
  pointer-events: ${(e) => e.isEnabled ? "auto" : "none"};
3227
- `, R1 = r.div``, E1 = r.div`
3227
+ `, E1 = r.div``, R1 = r.div`
3228
3228
  height: ${o.sp4};
3229
3229
  display: flex;
3230
3230
  align-items: center;
@@ -3363,7 +3363,7 @@ function Js({
3363
3363
  dropdownIndicator: () => ({})
3364
3364
  };
3365
3365
  return /* @__PURE__ */ t.jsx(
3366
- E1,
3366
+ R1,
3367
3367
  {
3368
3368
  onClick: (S) => S.stopPropagation(),
3369
3369
  "data-testid": _("cockpit-single-value-picker"),
@@ -3429,7 +3429,7 @@ const N1 = () => null, M1 = () => null, z1 = r.div`
3429
3429
  align-items: center;
3430
3430
  `, _1 = (e) => {
3431
3431
  const { isSelected: n } = e;
3432
- return /* @__PURE__ */ t.jsx(R1, { children: /* @__PURE__ */ t.jsx(at.Option, { ...e, children: /* @__PURE__ */ t.jsxs(
3432
+ return /* @__PURE__ */ t.jsx(E1, { children: /* @__PURE__ */ t.jsx(at.Option, { ...e, children: /* @__PURE__ */ t.jsxs(
3433
3433
  U1,
3434
3434
  {
3435
3435
  "data-testid": _(
@@ -4042,7 +4042,7 @@ const wx = ({
4042
4042
  return !0;
4043
4043
  }, Ld = (e) => `
4044
4044
  ---------------
4045
- ${e}`, Tx = (e) => /* @__PURE__ */ me.createElement("svg", { width: 38, height: 39, viewBox: "0 0 38 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ me.createElement("circle", { cx: 17, cy: 22, r: 16, stroke: "currentColor", strokeWidth: 1.5, strokeDasharray: "3 3" }), /* @__PURE__ */ me.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5 16H16V21H11V22.5H16V28H17.5V22.5H23V21H17.5V16Z", fill: "currentColor" }), /* @__PURE__ */ me.createElement("rect", { x: 20, width: 18, height: 18, rx: 9, fill: "currentColor" }), /* @__PURE__ */ me.createElement("path", { d: "M30.9863 10.2227H32.4512C32.4043 10.7812 32.248 11.2793 31.9824 11.7168C31.7168 12.1504 31.3438 12.4922 30.8633 12.7422C30.3828 12.9922 29.7988 13.1172 29.1113 13.1172C28.584 13.1172 28.1094 13.0234 27.6875 12.8359C27.2656 12.6445 26.9043 12.375 26.6035 12.0273C26.3027 11.6758 26.0723 11.252 25.9121 10.7559C25.7559 10.2598 25.6777 9.70508 25.6777 9.0918V8.38281C25.6777 7.76953 25.7578 7.21484 25.918 6.71875C26.082 6.22266 26.3164 5.79883 26.6211 5.44727C26.9258 5.0918 27.291 4.82031 27.7168 4.63281C28.1465 4.44531 28.6289 4.35156 29.1641 4.35156C29.8438 4.35156 30.418 4.47656 30.8867 4.72656C31.3555 4.97656 31.7188 5.32227 31.9766 5.76367C32.2383 6.20508 32.3984 6.71094 32.457 7.28125H30.9922C30.9531 6.91406 30.8672 6.59961 30.7344 6.33789C30.6055 6.07617 30.4141 5.87695 30.1602 5.74023C29.9062 5.59961 29.5742 5.5293 29.1641 5.5293C28.8281 5.5293 28.5352 5.5918 28.2852 5.7168C28.0352 5.8418 27.8262 6.02539 27.6582 6.26758C27.4902 6.50977 27.3633 6.80859 27.2773 7.16406C27.1953 7.51562 27.1543 7.91797 27.1543 8.37109V9.0918C27.1543 9.52148 27.1914 9.91211 27.2656 10.2637C27.3438 10.6113 27.4609 10.9102 27.6172 11.1602C27.7773 11.4102 27.9805 11.6035 28.2266 11.7402C28.4727 11.877 28.7676 11.9453 29.1113 11.9453C29.5293 11.9453 29.8672 11.8789 30.125 11.7461C30.3867 11.6133 30.584 11.4199 30.7168 11.166C30.8535 10.9082 30.9434 10.5938 30.9863 10.2227Z" })), Px = (e) => /* @__PURE__ */ me.createElement("svg", { width: 38, height: 39, viewBox: "0 0 38 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ me.createElement("circle", { cx: 17, cy: 22, r: 16, stroke: "currentColor", strokeWidth: 1.5, strokeDasharray: "3 3" }), /* @__PURE__ */ me.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5 16H16V21H11V22.5H16V28H17.5V22.5H23V21H17.5V16Z", fill: "currentColor" }), /* @__PURE__ */ me.createElement("rect", { x: 20, width: 18, height: 18, rx: 9, fill: "currentColor" }), /* @__PURE__ */ me.createElement("path", { d: "M32.2109 11.834V13H26.2871V11.834H32.2109ZM32.0762 5.37695L26.832 13H25.8477V12.0684L31.1094 4.46875H32.0762V5.37695ZM31.5312 4.46875V5.64062H25.8828V4.46875H31.5312Z" })), Ea = r.button`
4045
+ ${e}`, Tx = (e) => /* @__PURE__ */ me.createElement("svg", { width: 38, height: 39, viewBox: "0 0 38 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ me.createElement("circle", { cx: 17, cy: 22, r: 16, stroke: "currentColor", strokeWidth: 1.5, strokeDasharray: "3 3" }), /* @__PURE__ */ me.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5 16H16V21H11V22.5H16V28H17.5V22.5H23V21H17.5V16Z", fill: "currentColor" }), /* @__PURE__ */ me.createElement("rect", { x: 20, width: 18, height: 18, rx: 9, fill: "currentColor" }), /* @__PURE__ */ me.createElement("path", { d: "M30.9863 10.2227H32.4512C32.4043 10.7812 32.248 11.2793 31.9824 11.7168C31.7168 12.1504 31.3438 12.4922 30.8633 12.7422C30.3828 12.9922 29.7988 13.1172 29.1113 13.1172C28.584 13.1172 28.1094 13.0234 27.6875 12.8359C27.2656 12.6445 26.9043 12.375 26.6035 12.0273C26.3027 11.6758 26.0723 11.252 25.9121 10.7559C25.7559 10.2598 25.6777 9.70508 25.6777 9.0918V8.38281C25.6777 7.76953 25.7578 7.21484 25.918 6.71875C26.082 6.22266 26.3164 5.79883 26.6211 5.44727C26.9258 5.0918 27.291 4.82031 27.7168 4.63281C28.1465 4.44531 28.6289 4.35156 29.1641 4.35156C29.8438 4.35156 30.418 4.47656 30.8867 4.72656C31.3555 4.97656 31.7188 5.32227 31.9766 5.76367C32.2383 6.20508 32.3984 6.71094 32.457 7.28125H30.9922C30.9531 6.91406 30.8672 6.59961 30.7344 6.33789C30.6055 6.07617 30.4141 5.87695 30.1602 5.74023C29.9062 5.59961 29.5742 5.5293 29.1641 5.5293C28.8281 5.5293 28.5352 5.5918 28.2852 5.7168C28.0352 5.8418 27.8262 6.02539 27.6582 6.26758C27.4902 6.50977 27.3633 6.80859 27.2773 7.16406C27.1953 7.51562 27.1543 7.91797 27.1543 8.37109V9.0918C27.1543 9.52148 27.1914 9.91211 27.2656 10.2637C27.3438 10.6113 27.4609 10.9102 27.6172 11.1602C27.7773 11.4102 27.9805 11.6035 28.2266 11.7402C28.4727 11.877 28.7676 11.9453 29.1113 11.9453C29.5293 11.9453 29.8672 11.8789 30.125 11.7461C30.3867 11.6133 30.584 11.4199 30.7168 11.166C30.8535 10.9082 30.9434 10.5938 30.9863 10.2227Z" })), Px = (e) => /* @__PURE__ */ me.createElement("svg", { width: 38, height: 39, viewBox: "0 0 38 39", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ me.createElement("circle", { cx: 17, cy: 22, r: 16, stroke: "currentColor", strokeWidth: 1.5, strokeDasharray: "3 3" }), /* @__PURE__ */ me.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5 16H16V21H11V22.5H16V28H17.5V22.5H23V21H17.5V16Z", fill: "currentColor" }), /* @__PURE__ */ me.createElement("rect", { x: 20, width: 18, height: 18, rx: 9, fill: "currentColor" }), /* @__PURE__ */ me.createElement("path", { d: "M32.2109 11.834V13H26.2871V11.834H32.2109ZM32.0762 5.37695L26.832 13H25.8477V12.0684L31.1094 4.46875H32.0762V5.37695ZM31.5312 4.46875V5.64062H25.8828V4.46875H31.5312Z" })), Ra = r.button`
4046
4046
  background: none;
4047
4047
  border: none;
4048
4048
  cursor: pointer;
@@ -4078,7 +4078,7 @@ ${e}`, Tx = (e) => /* @__PURE__ */ me.createElement("svg", { width: 38, height:
4078
4078
  style: { marginTop: "6px" },
4079
4079
  enterDelay: 600,
4080
4080
  title: /* @__PURE__ */ t.jsx(Ix, { children: e === it.CUSTOMER ? ir[s].name : vn[s].name }),
4081
- children: /* @__PURE__ */ t.jsx(Ea, { ...p, children: /* @__PURE__ */ t.jsx(
4081
+ children: /* @__PURE__ */ t.jsx(Ra, { ...p, children: /* @__PURE__ */ t.jsx(
4082
4082
  ti,
4083
4083
  {
4084
4084
  iconName: e === it.CUSTOMER ? ir[s].iconName : vn[s].iconName,
@@ -4086,7 +4086,7 @@ ${e}`, Tx = (e) => /* @__PURE__ */ me.createElement("svg", { width: 38, height:
4086
4086
  }
4087
4087
  ) })
4088
4088
  }
4089
- ) : /* @__PURE__ */ t.jsx(Ea, { ...p, children: /* @__PURE__ */ t.jsx(Lx, { active: i, children: /* @__PURE__ */ t.jsx(d, {}) }) });
4089
+ ) : /* @__PURE__ */ t.jsx(Ra, { ...p, children: /* @__PURE__ */ t.jsx(Lx, { active: i, children: /* @__PURE__ */ t.jsx(d, {}) }) });
4090
4090
  }
4091
4091
  );
4092
4092
  Cs.displayName = "RatingButton";
@@ -4108,11 +4108,11 @@ const Ax = r.div`
4108
4108
  display: flex;
4109
4109
  justify-content: space-between;
4110
4110
  align-items: center;
4111
- `, Rx = r(Lo)`
4111
+ `, Ex = r(Lo)`
4112
4112
  width: ${o.sp3};
4113
4113
  height: ${o.sp3};
4114
4114
  color: ${(e) => e.theme.colors.primary};
4115
- `, Ex = r.div`
4115
+ `, Rx = r.div`
4116
4116
  color: ${(e) => e.optionHover || e.selected ? e.color : e.theme.colors.primary};
4117
4117
  `, Nx = r.div`
4118
4118
  color: ${(e) => e.selected || e.optionHover ? e.theme.colors.primary : e.theme.colors.hero};
@@ -4129,8 +4129,8 @@ const Ax = r.div`
4129
4129
  l((g) => !g);
4130
4130
  }, h = () => /* @__PURE__ */ t.jsxs(Ox, { children: [
4131
4131
  /* @__PURE__ */ t.jsxs(Dx, { children: [
4132
- /* @__PURE__ */ t.jsx(Ex, { optionHover: c, selected: n, color: a, children: /* @__PURE__ */ t.jsx(jn, { children: e.name }) }),
4133
- n && /* @__PURE__ */ t.jsx(Rx, {})
4132
+ /* @__PURE__ */ t.jsx(Rx, { optionHover: c, selected: n, color: a, children: /* @__PURE__ */ t.jsx(jn, { children: e.name }) }),
4133
+ n && /* @__PURE__ */ t.jsx(Ex, {})
4134
4134
  ] }),
4135
4135
  /* @__PURE__ */ t.jsx(
4136
4136
  Nx,
@@ -4760,7 +4760,7 @@ const Ax = r.div`
4760
4760
  &:hover:enabled {
4761
4761
  color: ${(e) => e.theme.colors.primary};
4762
4762
  }
4763
- `, gy = Eo`
4763
+ `, gy = Ro`
4764
4764
  0% { transform: rotate(0deg); }
4765
4765
  100% { transform: rotate(360deg); }
4766
4766
  `, xy = r(hi, {
@@ -4878,7 +4878,7 @@ const Ax = r.div`
4878
4878
  onRealmIdReset: L,
4879
4879
  onRealmIdUpdate: J
4880
4880
  }) => {
4881
- const [K, ee] = V(null), Q = ge(), w = Co({ mode: "all" }), [R, H] = V(!1), { companyId: A, name: k } = e.company.company.companyInfo, M = o1(
4881
+ const [K, ee] = V(null), Q = ge(), w = Co({ mode: "all" }), [E, H] = V(!1), { companyId: A, name: k } = e.company.company.companyInfo, M = o1(
4882
4882
  e1(e)
4883
4883
  ), re = {
4884
4884
  allOptions: t1(M),
@@ -4913,11 +4913,11 @@ const Ax = r.div`
4913
4913
  addThread: de,
4914
4914
  removeThread: he,
4915
4915
  setOpenThread: we
4916
- } = qe(ut), Re = ie !== null ? q.get(ie) : null, N = ie?.includes(A) === !0, Ae = ie != null && q.get(ie) == null && N, ue = h != null && q.get(h)?.metadata.companyId === A, be = (E, Te) => {
4917
- Y.includes(E) && b(A, Te);
4916
+ } = qe(ut), Ee = ie !== null ? q.get(ie) : null, N = ie?.includes(A) === !0, Ae = ie != null && q.get(ie) == null && N, ue = h != null && q.get(h)?.metadata.companyId === A, be = (R, Te) => {
4917
+ Y.includes(R) && b(A, Te);
4918
4918
  };
4919
4919
  te(() => {
4920
- const E = w.watch((Te, { name: Me }) => {
4920
+ const R = w.watch((Te, { name: Me }) => {
4921
4921
  if (Me != null && Me.startsWith("companyData.") && Te.companyData != null && tn(
4922
4922
  () => be(
4923
4923
  Me,
@@ -4933,20 +4933,20 @@ const Ax = r.div`
4933
4933
  }
4934
4934
  });
4935
4935
  return () => {
4936
- E.unsubscribe();
4936
+ R.unsubscribe();
4937
4937
  };
4938
4938
  });
4939
4939
  const Se = Yy(e, a), Ce = () => {
4940
4940
  e.company.schema.status.length === 0 ? H(!0) : $(e);
4941
4941
  }, W = () => {
4942
4942
  S?.(e);
4943
- }, U = c?.userRoles?.includes("admin"), Ie = e.company.company.configInfo.isMonthEndReportInDraft, ve = Rh(
4943
+ }, U = c?.userRoles?.includes("admin"), Ie = e.company.company.configInfo.isMonthEndReportInDraft, ve = Eh(
4944
4944
  e,
4945
4945
  i
4946
- ), se = Eh(
4946
+ ), se = Rh(
4947
4947
  e,
4948
4948
  i
4949
- ), je = e.company.company.companyInfo.bookCloseDate, Ee = e.company.company.managementInfo.lastReportSentDate, He = e.taskSummary?.count ?? 0, Ne = oe(() => {
4949
+ ), je = e.company.company.companyInfo.bookCloseDate, Re = e.company.company.managementInfo.lastReportSentDate, He = e.taskSummary?.count ?? 0, Ne = oe(() => {
4950
4950
  ie?.includes(Ue) === !0 && he(ie), h != null && C(void 0);
4951
4951
  }, [
4952
4952
  h,
@@ -4954,56 +4954,56 @@ const Ax = r.div`
4954
4954
  he,
4955
4955
  C
4956
4956
  ]), dt = oe(
4957
- (E) => {
4958
- if (E === ie)
4957
+ (R) => {
4958
+ if (R === ie)
4959
4959
  we(null);
4960
- else if (q.has(E))
4961
- we(E);
4962
- else if (E.includes(Ue)) {
4963
- const [Te, Me] = E.replace(Ue, "").split("."), tt = dn(
4960
+ else if (q.has(R))
4961
+ we(R);
4962
+ else if (R.includes(Ue)) {
4963
+ const [Te, Me] = R.replace(Ue, "").split("."), tt = dn(
4964
4964
  cn(Te),
4965
4965
  nd(Me),
4966
4966
  A,
4967
4967
  k
4968
4968
  );
4969
- de(E, {
4969
+ de(R, {
4970
4970
  type: "thread",
4971
4971
  visibility: "public",
4972
- id: E,
4972
+ id: R,
4973
4973
  roomId: X,
4974
4974
  createdAt: /* @__PURE__ */ new Date(),
4975
4975
  updatedAt: /* @__PURE__ */ new Date(),
4976
4976
  comments: [],
4977
4977
  metadata: tt,
4978
4978
  resolved: !1
4979
- }), we(E);
4979
+ }), we(R);
4980
4980
  }
4981
4981
  },
4982
4982
  [A, k, ie, q, de, we, X]
4983
4983
  ), Ke = oe(
4984
- (E, Te, Me = !1) => {
4984
+ (R, Te, Me = !1) => {
4985
4985
  const tt = To.find(
4986
4986
  (We) => We.key === Te
4987
4987
  );
4988
- if (g(), tt != null && (E.type === "contextmenu" || Me === !0)) {
4988
+ if (g(), tt != null && (R.type === "contextmenu" || Me === !0)) {
4989
4989
  if (tt.isThreadAllowed === !1)
4990
4990
  return;
4991
- Ne(), E.preventDefault(), E.stopPropagation();
4991
+ Ne(), R.preventDefault(), R.stopPropagation();
4992
4992
  const We = gt({
4993
4993
  tab: "management",
4994
4994
  key: tt.key
4995
4995
  });
4996
- if (E.target instanceof HTMLElement || E.target instanceof SVGElement)
4997
- if (Me === !0 && E.target instanceof HTMLElement)
4998
- ee(E.target.parentElement);
4999
- else if (E.target instanceof HTMLElement) {
4996
+ if (R.target instanceof HTMLElement || R.target instanceof SVGElement)
4997
+ if (Me === !0 && R.target instanceof HTMLElement)
4998
+ ee(R.target.parentElement);
4999
+ else if (R.target instanceof HTMLElement) {
5000
5000
  const Tt = Qs(
5001
- E.target,
5001
+ R.target,
5002
5002
  le
5003
5003
  );
5004
- ee(Tt || E.target);
5004
+ ee(Tt || R.target);
5005
5005
  } else {
5006
- const Tt = E.target.closest(
5006
+ const Tt = R.target.closest(
5007
5007
  `.${le}`
5008
5008
  );
5009
5009
  Tt instanceof HTMLElement && ee(Tt);
@@ -5025,33 +5025,33 @@ const Ax = r.div`
5025
5025
  Ne
5026
5026
  ]
5027
5027
  ), Z = oe(
5028
- (E, Te) => {
5029
- E.stopPropagation();
5028
+ (R, Te) => {
5029
+ R.stopPropagation();
5030
5030
  const Me = Je("management", Te, A);
5031
5031
  C(void 0), dt(Me);
5032
5032
  },
5033
5033
  [A, C, dt]
5034
- ), Rt = () => {
5034
+ ), Et = () => {
5035
5035
  Se.reportSent.date != null && P(A, Se.reportSent.date);
5036
- }, xt = (E) => /* @__PURE__ */ t.jsx(
5036
+ }, xt = (R) => /* @__PURE__ */ t.jsx(
5037
5037
  qo,
5038
5038
  {
5039
- isElementThreadOpen: E.isElementThreadOpen ?? !1,
5040
- isElementThreadPresent: E.isElementThreadPresent ?? !1,
5041
- itemKey: E.itemKey,
5042
- elementThreadId: E.elementThreadId ?? "",
5039
+ isElementThreadOpen: R.isElementThreadOpen ?? !1,
5040
+ isElementThreadPresent: R.isElementThreadPresent ?? !1,
5041
+ itemKey: R.itemKey,
5042
+ elementThreadId: R.elementThreadId ?? "",
5043
5043
  roomId: X,
5044
5044
  addThreadRequestThreadId: h,
5045
5045
  openThreadId: ie,
5046
- threadStyle: E.threadStyle,
5047
- openThreadMetadata: Re?.metadata ?? null,
5046
+ threadStyle: R.threadStyle,
5047
+ openThreadMetadata: Ee?.metadata ?? null,
5048
5048
  onElementClick: Ke,
5049
5049
  onAddThreadClick: Z,
5050
5050
  targetElement: u ?? K
5051
5051
  }
5052
5052
  );
5053
5053
  return /* @__PURE__ */ t.jsxs(wo, { ...w, children: [
5054
- R === !0 ? /* @__PURE__ */ t.jsx(
5054
+ E === !0 ? /* @__PURE__ */ t.jsx(
5055
5055
  dx,
5056
5056
  {
5057
5057
  companyDomain: e.company.company.companyInfo.primaryEmailDomain,
@@ -5075,10 +5075,10 @@ const Ax = r.div`
5075
5075
  totalHeight: d,
5076
5076
  isCreationInProgress: Ae,
5077
5077
  children: To.map(
5078
- (E, Te) => {
5078
+ (R, Te) => {
5079
5079
  const Me = gt({
5080
5080
  tab: "management",
5081
- key: E.key
5081
+ key: R.key
5082
5082
  }), We = To.length - (D ? 0 : 1) - (I ? 0 : 1) - 2 <= Te, kt = [
5083
5083
  ...zt(
5084
5084
  q,
@@ -5087,30 +5087,30 @@ const Ax = r.div`
5087
5087
  )
5088
5088
  ], Oe = kt.length > 0 && kt[0].length > 0 ? kt[0][0] : Je(
5089
5089
  "management",
5090
- E.key,
5090
+ R.key,
5091
5091
  A
5092
5092
  ), Tt = q.get(Oe), Pt = Tt != null && Tt.resolved === !1, wt = Oe === ie, yt = h === Oe;
5093
- switch (E.key) {
5093
+ switch (R.key) {
5094
5094
  case "companyName":
5095
5095
  return /* @__PURE__ */ t.jsxs(
5096
5096
  My,
5097
5097
  {
5098
5098
  companyNameSticky: l,
5099
- columnWidth: E.width,
5099
+ columnWidth: R.width,
5100
5100
  windowSize: Q,
5101
5101
  isThreadOpen: wt || yt,
5102
- isThreadAllowed: E.isThreadAllowed,
5102
+ isThreadAllowed: R.isThreadAllowed,
5103
5103
  className: le,
5104
- onContextMenu: (ae) => Ke(ae, E.key),
5104
+ onContextMenu: (ae) => Ke(ae, R.key),
5105
5105
  ref: (ae) => {
5106
5106
  f(
5107
5107
  A,
5108
- E.key,
5108
+ R.key,
5109
5109
  ae
5110
5110
  );
5111
5111
  },
5112
5112
  children: [
5113
- /* @__PURE__ */ t.jsxs(Ey, { children: [
5113
+ /* @__PURE__ */ t.jsxs(Ry, { children: [
5114
5114
  /* @__PURE__ */ t.jsx(
5115
5115
  Ny,
5116
5116
  {
@@ -5138,7 +5138,7 @@ const Ax = r.div`
5138
5138
  targetElement: u ?? K,
5139
5139
  roomId: X,
5140
5140
  openThreadId: ie,
5141
- openThreadMetadata: Re?.metadata ?? null
5141
+ openThreadMetadata: Ee?.metadata ?? null
5142
5142
  }
5143
5143
  )
5144
5144
  ] }),
@@ -5180,7 +5180,7 @@ const Ax = r.div`
5180
5180
  Pn,
5181
5181
  {
5182
5182
  isElementThreadPresent: Pt,
5183
- itemKey: E.key,
5183
+ itemKey: R.key,
5184
5184
  style: { left: o.sp4 },
5185
5185
  onElementClick: Ke
5186
5186
  }
@@ -5190,11 +5190,11 @@ const Ax = r.div`
5190
5190
  {
5191
5191
  elementThreadId: Je(
5192
5192
  "management",
5193
- E.key,
5193
+ R.key,
5194
5194
  A
5195
5195
  ),
5196
5196
  addThreadRequestThreadId: h,
5197
- itemKey: E.key,
5197
+ itemKey: R.key,
5198
5198
  onAddThreadClick: Z
5199
5199
  }
5200
5200
  )
@@ -5204,21 +5204,21 @@ const Ax = r.div`
5204
5204
  );
5205
5205
  case "task":
5206
5206
  return /* @__PURE__ */ t.jsxs(
5207
- Et,
5207
+ Rt,
5208
5208
  {
5209
5209
  ref: (ae) => {
5210
5210
  f(
5211
5211
  A,
5212
- E.key,
5212
+ R.key,
5213
5213
  ae
5214
5214
  );
5215
5215
  },
5216
- columnWidth: E.width,
5216
+ columnWidth: R.width,
5217
5217
  windowSize: Q,
5218
5218
  isThreadOpen: N || yt,
5219
- isThreadAllowed: E.isThreadAllowed,
5219
+ isThreadAllowed: R.isThreadAllowed,
5220
5220
  className: le,
5221
- onContextMenu: (ae) => Ke(ae, E.key),
5221
+ onContextMenu: (ae) => Ke(ae, R.key),
5222
5222
  children: [
5223
5223
  /* @__PURE__ */ t.jsxs(
5224
5224
  Vy,
@@ -5241,7 +5241,7 @@ const Ax = r.div`
5241
5241
  xt({
5242
5242
  isElementThreadOpen: wt,
5243
5243
  isElementThreadPresent: Pt,
5244
- itemKey: E.key,
5244
+ itemKey: R.key,
5245
5245
  elementThreadId: Oe,
5246
5246
  threadStyle: We ? { right: o.sp0 } : void 0
5247
5247
  })
@@ -5251,21 +5251,21 @@ const Ax = r.div`
5251
5251
  );
5252
5252
  case "status":
5253
5253
  return /* @__PURE__ */ t.jsxs(
5254
- Et,
5254
+ Rt,
5255
5255
  {
5256
5256
  ref: (ae) => {
5257
5257
  f(
5258
5258
  A,
5259
- E.key,
5259
+ R.key,
5260
5260
  ae
5261
5261
  );
5262
5262
  },
5263
- columnWidth: E.width,
5263
+ columnWidth: R.width,
5264
5264
  windowSize: Q,
5265
5265
  isThreadOpen: N || yt,
5266
- isThreadAllowed: E.isThreadAllowed,
5266
+ isThreadAllowed: R.isThreadAllowed,
5267
5267
  className: le,
5268
- onContextMenu: (ae) => Ke(ae, E.key),
5268
+ onContextMenu: (ae) => Ke(ae, R.key),
5269
5269
  children: [
5270
5270
  /* @__PURE__ */ t.jsx(
5271
5271
  Z1,
@@ -5277,7 +5277,7 @@ const Ax = r.div`
5277
5277
  xt({
5278
5278
  isElementThreadOpen: wt,
5279
5279
  isElementThreadPresent: Pt,
5280
- itemKey: E.key,
5280
+ itemKey: R.key,
5281
5281
  elementThreadId: Oe,
5282
5282
  threadStyle: We ? { right: o.sp0 } : void 0
5283
5283
  })
@@ -5287,21 +5287,21 @@ const Ax = r.div`
5287
5287
  );
5288
5288
  case "group":
5289
5289
  return /* @__PURE__ */ t.jsxs(
5290
- Et,
5290
+ Rt,
5291
5291
  {
5292
5292
  ref: (ae) => {
5293
5293
  f(
5294
5294
  A,
5295
- E.key,
5295
+ R.key,
5296
5296
  ae
5297
5297
  );
5298
5298
  },
5299
- columnWidth: E.width,
5299
+ columnWidth: R.width,
5300
5300
  windowSize: Q,
5301
5301
  isThreadOpen: N || yt,
5302
- isThreadAllowed: E.isThreadAllowed,
5302
+ isThreadAllowed: R.isThreadAllowed,
5303
5303
  className: le,
5304
- onContextMenu: (ae) => Ke(ae, E.key),
5304
+ onContextMenu: (ae) => Ke(ae, R.key),
5305
5305
  children: [
5306
5306
  /* @__PURE__ */ t.jsx(
5307
5307
  Cx,
@@ -5313,7 +5313,7 @@ const Ax = r.div`
5313
5313
  xt({
5314
5314
  isElementThreadOpen: wt,
5315
5315
  isElementThreadPresent: Pt,
5316
- itemKey: E.key,
5316
+ itemKey: R.key,
5317
5317
  elementThreadId: Oe,
5318
5318
  threadStyle: We ? { right: o.sp0 } : void 0
5319
5319
  })
@@ -5323,27 +5323,27 @@ const Ax = r.div`
5323
5323
  );
5324
5324
  case "plans":
5325
5325
  return /* @__PURE__ */ t.jsxs(
5326
- Et,
5326
+ Rt,
5327
5327
  {
5328
5328
  ref: (ae) => {
5329
5329
  f(
5330
5330
  A,
5331
- E.key,
5331
+ R.key,
5332
5332
  ae
5333
5333
  );
5334
5334
  },
5335
- columnWidth: E.width,
5335
+ columnWidth: R.width,
5336
5336
  windowSize: Q,
5337
5337
  isThreadOpen: N || yt,
5338
- isThreadAllowed: E.isThreadAllowed,
5338
+ isThreadAllowed: R.isThreadAllowed,
5339
5339
  className: le,
5340
- onContextMenu: (ae) => Ke(ae, E.key),
5340
+ onContextMenu: (ae) => Ke(ae, R.key),
5341
5341
  children: [
5342
5342
  /* @__PURE__ */ t.jsx(mx, { chips: Se.plansAndAddons }),
5343
5343
  xt({
5344
5344
  isElementThreadOpen: wt,
5345
5345
  isElementThreadPresent: Pt,
5346
- itemKey: E.key,
5346
+ itemKey: R.key,
5347
5347
  elementThreadId: Oe,
5348
5348
  threadStyle: We ? { right: o.sp0 } : void 0
5349
5349
  })
@@ -5353,21 +5353,21 @@ const Ax = r.div`
5353
5353
  );
5354
5354
  case "satisfaction":
5355
5355
  return /* @__PURE__ */ t.jsxs(
5356
- Et,
5356
+ Rt,
5357
5357
  {
5358
5358
  ref: (ae) => {
5359
5359
  f(
5360
5360
  A,
5361
- E.key,
5361
+ R.key,
5362
5362
  ae
5363
5363
  );
5364
5364
  },
5365
5365
  windowSize: Q,
5366
- columnWidth: E.width,
5366
+ columnWidth: R.width,
5367
5367
  isThreadOpen: N || yt,
5368
- isThreadAllowed: E.isThreadAllowed,
5368
+ isThreadAllowed: R.isThreadAllowed,
5369
5369
  className: le,
5370
- onContextMenu: (ae) => Ke(ae, E.key),
5370
+ onContextMenu: (ae) => Ke(ae, R.key),
5371
5371
  children: [
5372
5372
  /* @__PURE__ */ t.jsx(
5373
5373
  ly,
@@ -5379,7 +5379,7 @@ const Ax = r.div`
5379
5379
  xt({
5380
5380
  isElementThreadOpen: wt,
5381
5381
  isElementThreadPresent: Pt,
5382
- itemKey: E.key,
5382
+ itemKey: R.key,
5383
5383
  elementThreadId: Oe,
5384
5384
  threadStyle: We ? { right: o.sp0 } : void 0
5385
5385
  })
@@ -5389,21 +5389,21 @@ const Ax = r.div`
5389
5389
  );
5390
5390
  case "bookCloseDate":
5391
5391
  return /* @__PURE__ */ t.jsxs(
5392
- Et,
5392
+ Rt,
5393
5393
  {
5394
5394
  ref: (ae) => {
5395
5395
  f(
5396
5396
  A,
5397
- E.key,
5397
+ R.key,
5398
5398
  ae
5399
5399
  );
5400
5400
  },
5401
- columnWidth: E.width,
5401
+ columnWidth: R.width,
5402
5402
  windowSize: Q,
5403
5403
  isThreadOpen: N || yt,
5404
- isThreadAllowed: E.isThreadAllowed,
5404
+ isThreadAllowed: R.isThreadAllowed,
5405
5405
  className: le,
5406
- onContextMenu: (ae) => Ke(ae, E.key),
5406
+ onContextMenu: (ae) => Ke(ae, R.key),
5407
5407
  children: [
5408
5408
  je?.format(
5409
5409
  Dd.visual.MMMDCommaYYYYformat
@@ -5411,7 +5411,7 @@ const Ax = r.div`
5411
5411
  xt({
5412
5412
  isElementThreadOpen: wt,
5413
5413
  isElementThreadPresent: Pt,
5414
- itemKey: E.key,
5414
+ itemKey: R.key,
5415
5415
  elementThreadId: Oe,
5416
5416
  threadStyle: We ? { right: o.sp0 } : void 0
5417
5417
  })
@@ -5421,24 +5421,24 @@ const Ax = r.div`
5421
5421
  );
5422
5422
  case "reportSent":
5423
5423
  return /* @__PURE__ */ t.jsxs(
5424
- Et,
5424
+ Rt,
5425
5425
  {
5426
5426
  ref: (ae) => {
5427
5427
  f(
5428
5428
  A,
5429
- E.key,
5429
+ R.key,
5430
5430
  ae
5431
5431
  );
5432
5432
  },
5433
- columnWidth: E.width,
5433
+ columnWidth: R.width,
5434
5434
  windowSize: Q,
5435
5435
  isThreadOpen: N || yt,
5436
- isThreadAllowed: E.isThreadAllowed,
5436
+ isThreadAllowed: R.isThreadAllowed,
5437
5437
  className: le,
5438
- onContextMenu: (ae) => Ke(ae, E.key),
5438
+ onContextMenu: (ae) => Ke(ae, R.key),
5439
5439
  style: { alignItems: "center" },
5440
5440
  children: [
5441
- se && /* @__PURE__ */ t.jsx(Ry, { children: /* @__PURE__ */ t.jsx(
5441
+ se && /* @__PURE__ */ t.jsx(Ey, { children: /* @__PURE__ */ t.jsx(
5442
5442
  iu,
5443
5443
  {
5444
5444
  name: "companyData.reportSent",
@@ -5449,7 +5449,7 @@ const Ax = r.div`
5449
5449
  Ly,
5450
5450
  {
5451
5451
  reportSent: Se.reportSent,
5452
- onReportSentClick: Rt,
5452
+ onReportSentClick: Et,
5453
5453
  hasMonthEndEmailHistory: n
5454
5454
  }
5455
5455
  ),
@@ -5458,7 +5458,7 @@ const Ax = r.div`
5458
5458
  {
5459
5459
  isMonthEndReportInDraft: Ie,
5460
5460
  bookCloseDate: je,
5461
- lastReportSentDate: Ee,
5461
+ lastReportSentDate: Re,
5462
5462
  enableCompanyMonthEndReportBtn: ve,
5463
5463
  handleMonthEndReportPageClick: W
5464
5464
  }
@@ -5467,7 +5467,7 @@ const Ax = r.div`
5467
5467
  {
5468
5468
  isMonthEndReportInDraft: Ie,
5469
5469
  bookCloseDate: je,
5470
- lastReportSentDate: Ee,
5470
+ lastReportSentDate: Re,
5471
5471
  enableCompanyMonthEndReportBtn: ve,
5472
5472
  isExpenseAutomationEnabledForUser: p,
5473
5473
  handleMonthEndReportPageClick: W
@@ -5476,7 +5476,7 @@ const Ax = r.div`
5476
5476
  xt({
5477
5477
  isElementThreadOpen: wt,
5478
5478
  isElementThreadPresent: Pt,
5479
- itemKey: E.key,
5479
+ itemKey: R.key,
5480
5480
  elementThreadId: Oe,
5481
5481
  threadStyle: We ? { right: o.sp0 } : void 0
5482
5482
  })
@@ -5490,28 +5490,28 @@ const Ax = r.div`
5490
5490
  case "apAnalyst":
5491
5491
  case "controller":
5492
5492
  return /* @__PURE__ */ t.jsxs(
5493
- Et,
5493
+ Rt,
5494
5494
  {
5495
5495
  ref: (ae) => {
5496
5496
  f(
5497
5497
  A,
5498
- E.key,
5498
+ R.key,
5499
5499
  ae
5500
5500
  );
5501
5501
  },
5502
- columnWidth: E.width,
5502
+ columnWidth: R.width,
5503
5503
  windowSize: Q,
5504
5504
  isThreadOpen: N || yt,
5505
- isThreadAllowed: E.isThreadAllowed,
5505
+ isThreadAllowed: R.isThreadAllowed,
5506
5506
  className: le,
5507
- onContextMenu: (ae) => Ke(ae, E.key),
5507
+ onContextMenu: (ae) => Ke(ae, R.key),
5508
5508
  children: [
5509
5509
  /* @__PURE__ */ t.jsx(
5510
5510
  Jr,
5511
5511
  {
5512
- name: `companyData.${E.key}`,
5513
- value: Se[E.key],
5514
- placeholderLabel: Ba[E.key],
5512
+ name: `companyData.${R.key}`,
5513
+ value: Se[R.key],
5514
+ placeholderLabel: Ba[R.key],
5515
5515
  pickerStyles: {
5516
5516
  titleTextStyle: De.largeRegular,
5517
5517
  multiValueLabelTitleStyle: De.largeRegular
@@ -5521,7 +5521,7 @@ const Ax = r.div`
5521
5521
  xt({
5522
5522
  isElementThreadOpen: wt,
5523
5523
  isElementThreadPresent: Pt,
5524
- itemKey: E.key,
5524
+ itemKey: R.key,
5525
5525
  elementThreadId: Oe,
5526
5526
  threadStyle: We ? { right: o.sp0 } : void 0
5527
5527
  })
@@ -5531,21 +5531,21 @@ const Ax = r.div`
5531
5531
  );
5532
5532
  case "taxStatus":
5533
5533
  return /* @__PURE__ */ t.jsxs(
5534
- Et,
5534
+ Rt,
5535
5535
  {
5536
5536
  ref: (ae) => {
5537
5537
  f(
5538
5538
  A,
5539
- E.key,
5539
+ R.key,
5540
5540
  ae
5541
5541
  );
5542
5542
  },
5543
- columnWidth: E.width,
5543
+ columnWidth: R.width,
5544
5544
  windowSize: Q,
5545
5545
  isThreadOpen: N || yt,
5546
- isThreadAllowed: E.isThreadAllowed,
5546
+ isThreadAllowed: R.isThreadAllowed,
5547
5547
  className: le,
5548
- onContextMenu: (ae) => Ke(ae, E.key),
5548
+ onContextMenu: (ae) => Ke(ae, R.key),
5549
5549
  children: [
5550
5550
  /* @__PURE__ */ t.jsx(
5551
5551
  uy,
@@ -5557,7 +5557,7 @@ const Ax = r.div`
5557
5557
  xt({
5558
5558
  isElementThreadOpen: wt,
5559
5559
  isElementThreadPresent: Pt,
5560
- itemKey: E.key,
5560
+ itemKey: R.key,
5561
5561
  elementThreadId: Oe,
5562
5562
  threadStyle: We ? { right: o.sp0 } : void 0
5563
5563
  })
@@ -5567,22 +5567,22 @@ const Ax = r.div`
5567
5567
  );
5568
5568
  case "taxLead":
5569
5569
  return /* @__PURE__ */ t.jsxs(
5570
- Et,
5570
+ Rt,
5571
5571
  {
5572
5572
  ref: (ae) => {
5573
5573
  f(
5574
5574
  A,
5575
- E.key,
5575
+ R.key,
5576
5576
  ae
5577
5577
  );
5578
5578
  },
5579
5579
  hasLeadingGap: !0,
5580
- columnWidth: E.width,
5580
+ columnWidth: R.width,
5581
5581
  windowSize: Q,
5582
5582
  isThreadOpen: N || yt,
5583
- isThreadAllowed: E.isThreadAllowed,
5583
+ isThreadAllowed: R.isThreadAllowed,
5584
5584
  className: le,
5585
- onContextMenu: (ae) => Ke(ae, E.key),
5585
+ onContextMenu: (ae) => Ke(ae, R.key),
5586
5586
  children: [
5587
5587
  /* @__PURE__ */ t.jsx(
5588
5588
  Jr,
@@ -5599,7 +5599,7 @@ const Ax = r.div`
5599
5599
  xt({
5600
5600
  isElementThreadOpen: wt,
5601
5601
  isElementThreadPresent: Pt,
5602
- itemKey: E.key,
5602
+ itemKey: R.key,
5603
5603
  elementThreadId: Oe,
5604
5604
  threadStyle: We ? { right: o.sp0 } : void 0
5605
5605
  })
@@ -5609,21 +5609,21 @@ const Ax = r.div`
5609
5609
  );
5610
5610
  case "monthlyRecurringRevenue":
5611
5611
  return /* @__PURE__ */ t.jsxs(
5612
- Et,
5612
+ Rt,
5613
5613
  {
5614
5614
  ref: (ae) => {
5615
5615
  f(
5616
5616
  A,
5617
- E.key,
5617
+ R.key,
5618
5618
  ae
5619
5619
  );
5620
5620
  },
5621
- columnWidth: E.width,
5621
+ columnWidth: R.width,
5622
5622
  windowSize: Q,
5623
5623
  isThreadOpen: N || yt,
5624
- isThreadAllowed: E.isThreadAllowed,
5624
+ isThreadAllowed: R.isThreadAllowed,
5625
5625
  className: le,
5626
- onContextMenu: (ae) => Ke(ae, E.key),
5626
+ onContextMenu: (ae) => Ke(ae, R.key),
5627
5627
  children: [
5628
5628
  nt(
5629
5629
  "0,0",
@@ -5632,7 +5632,7 @@ const Ax = r.div`
5632
5632
  xt({
5633
5633
  isElementThreadOpen: wt,
5634
5634
  isElementThreadPresent: Pt,
5635
- itemKey: E.key,
5635
+ itemKey: R.key,
5636
5636
  elementThreadId: Oe,
5637
5637
  threadStyle: We ? { right: o.sp0 } : void 0
5638
5638
  })
@@ -5642,27 +5642,27 @@ const Ax = r.div`
5642
5642
  );
5643
5643
  case "annualRecurringRevenue":
5644
5644
  return /* @__PURE__ */ t.jsxs(
5645
- Et,
5645
+ Rt,
5646
5646
  {
5647
5647
  ref: (ae) => {
5648
5648
  f(
5649
5649
  A,
5650
- E.key,
5650
+ R.key,
5651
5651
  ae
5652
5652
  );
5653
5653
  },
5654
- columnWidth: E.width,
5654
+ columnWidth: R.width,
5655
5655
  windowSize: Q,
5656
5656
  isThreadOpen: N || yt,
5657
- isThreadAllowed: E.isThreadAllowed,
5657
+ isThreadAllowed: R.isThreadAllowed,
5658
5658
  className: le,
5659
- onContextMenu: (ae) => Ke(ae, E.key),
5659
+ onContextMenu: (ae) => Ke(ae, R.key),
5660
5660
  children: [
5661
5661
  nt("0,0", Se.annualRecurringRevenue),
5662
5662
  xt({
5663
5663
  isElementThreadOpen: wt,
5664
5664
  isElementThreadPresent: Pt,
5665
- itemKey: E.key,
5665
+ itemKey: R.key,
5666
5666
  elementThreadId: Oe,
5667
5667
  threadStyle: We ? { right: o.sp0 } : void 0
5668
5668
  })
@@ -5672,22 +5672,22 @@ const Ax = r.div`
5672
5672
  );
5673
5673
  case "productVerticals":
5674
5674
  return D ? /* @__PURE__ */ t.jsx(
5675
- Et,
5675
+ Rt,
5676
5676
  {
5677
5677
  ref: (ae) => {
5678
5678
  f(
5679
5679
  A,
5680
- E.key,
5680
+ R.key,
5681
5681
  ae
5682
5682
  );
5683
5683
  },
5684
5684
  hasLeadingGap: !0,
5685
- columnWidth: E.width,
5685
+ columnWidth: R.width,
5686
5686
  windowSize: Q,
5687
5687
  isThreadOpen: N || yt,
5688
- isThreadAllowed: E.isThreadAllowed,
5688
+ isThreadAllowed: R.isThreadAllowed,
5689
5689
  className: le,
5690
- onContextMenu: (ae) => Ke(ae, E.key),
5690
+ onContextMenu: (ae) => Ke(ae, R.key),
5691
5691
  children: /* @__PURE__ */ t.jsx(
5692
5692
  Pd,
5693
5693
  {
@@ -5702,22 +5702,22 @@ const Ax = r.div`
5702
5702
  ) : null;
5703
5703
  case "realmId":
5704
5704
  return I ? /* @__PURE__ */ t.jsx(
5705
- Et,
5705
+ Rt,
5706
5706
  {
5707
5707
  ref: (ae) => {
5708
5708
  f(
5709
5709
  A,
5710
- E.key,
5710
+ R.key,
5711
5711
  ae
5712
5712
  );
5713
5713
  },
5714
5714
  hasLeadingGap: !0,
5715
- columnWidth: E.width,
5715
+ columnWidth: R.width,
5716
5716
  windowSize: Q,
5717
5717
  isThreadOpen: N || yt,
5718
- isThreadAllowed: E.isThreadAllowed,
5718
+ isThreadAllowed: R.isThreadAllowed,
5719
5719
  className: le,
5720
- onContextMenu: (ae) => Ke(ae, E.key),
5720
+ onContextMenu: (ae) => Ke(ae, R.key),
5721
5721
  children: /* @__PURE__ */ t.jsx(
5722
5722
  hy,
5723
5723
  {
@@ -5827,7 +5827,7 @@ const Ax = r.div`
5827
5827
  color: ${(e) => e.theme.colors.primary};
5828
5828
  }
5829
5829
  }
5830
- `, Et = r(_e)`
5830
+ `, Rt = r(_e)`
5831
5831
  width: ${(e) => e.columnWidth.valuePx(e.windowSize)};
5832
5832
  box-sizing: border-box;
5833
5833
  padding-left: ${(e) => e.hasLeadingGap === !0 ? o.sp4 : o.sp0};
@@ -5847,10 +5847,10 @@ const Ax = r.div`
5847
5847
  cursor: pointer;
5848
5848
  `, Dy = r.div`
5849
5849
  padding-left: ${o.sp3};
5850
- `, Ry = r.div`
5850
+ `, Ey = r.div`
5851
5851
  border-right: ${(e) => `1px solid ${e.theme.colors.grey2}`};
5852
5852
  padding-right: ${o.sp3};
5853
- `, Ey = r.div``, Ny = r(mi)`
5853
+ `, Ry = r.div``, Ny = r(mi)`
5854
5854
  word-break: break-word;
5855
5855
  margin-right: 10px;
5856
5856
  cursor: pointer;
@@ -6445,16 +6445,16 @@ const e0 = cr.memo(qy), t0 = r.div`
6445
6445
  w,
6446
6446
  ee
6447
6447
  ]);
6448
- const [R, H] = V(void 0), A = $e(
6448
+ const [E, H] = V(void 0), A = $e(
6449
6449
  null
6450
6450
  ), k = $e([]), M = !(D === "small" || D === "medium-compact"), { uiState: re, totalAnnualRecurringRevenue: pe, totalMonthlyRecurringRevenue: Y } = e, X = re.scrollYOffset ?? 0, ne = oe(
6451
6451
  (q, de, he) => {
6452
6452
  const we = e.companies.findIndex(
6453
6453
  (N) => N.company.company.companyInfo.companyId === q
6454
- ), Re = To.findIndex(
6454
+ ), Ee = To.findIndex(
6455
6455
  (N) => N.key === de
6456
6456
  );
6457
- we !== -1 && Re !== -1 && (k.current[we] == null ? k.current[we] = [he] : k.current[we][Re] = he);
6457
+ we !== -1 && Ee !== -1 && (k.current[we] == null ? k.current[we] = [he] : k.current[we][Ee] = he);
6458
6458
  },
6459
6459
  [e.companies]
6460
6460
  ), G = oe(
@@ -6471,34 +6471,34 @@ const e0 = cr.memo(qy), t0 = r.div`
6471
6471
  j.current && j.current.resetAfterIndex(0);
6472
6472
  }, [e]), te(() => {
6473
6473
  if (Q != null && I != null) {
6474
- const { companyId: q, entityType: de } = Q, [he, we] = de.split("."), Re = e.companies.findIndex(
6474
+ const { companyId: q, entityType: de } = Q, [he, we] = de.split("."), Ee = e.companies.findIndex(
6475
6475
  (be) => be.company.company.companyInfo.companyId === q
6476
6476
  ), N = To.findIndex(
6477
6477
  (be) => be.key === we
6478
6478
  );
6479
- Re !== -1 && !(I.visibleStartIndex <= Re && I.visibleStopIndex >= Re) && j.current?.scrollToItem(Re, "center"), setTimeout(() => {
6480
- const Se = k.current[Re]?.[N];
6479
+ Ee !== -1 && !(I.visibleStartIndex <= Ee && I.visibleStopIndex >= Ee) && j.current?.scrollToItem(Ee, "center"), setTimeout(() => {
6480
+ const Se = k.current[Ee]?.[N];
6481
6481
  Se != null && (A.current = {
6482
6482
  companyId: q,
6483
6483
  target: Se
6484
6484
  });
6485
- const Ce = k.current[Re]?.[0]?.getBoundingClientRect().bottom, W = k.current[Re]?.[0]?.getBoundingClientRect().top;
6485
+ const Ce = k.current[Ee]?.[0]?.getBoundingClientRect().bottom, W = k.current[Ee]?.[0]?.getBoundingClientRect().top;
6486
6486
  if (Ce != null && W != null && // Open the thread if the whole table container is in the viewport
6487
6487
  (window.innerHeight >= Ce && window.innerHeight >= W || // Also open the thread if the top of the table is outside the viewport
6488
6488
  // to account for window heights smaller than the table height
6489
6489
  W < 0)) {
6490
- const U = k.current[Re][N];
6490
+ const U = k.current[Ee][N];
6491
6491
  U != null && (A.current = {
6492
6492
  companyId: q,
6493
6493
  target: U
6494
- }), k.current[Re][N]?.scrollIntoView({
6494
+ }), k.current[Ee][N]?.scrollIntoView({
6495
6495
  block: "center",
6496
6496
  behavior: "auto"
6497
6497
  });
6498
6498
  }
6499
6499
  }, 0);
6500
6500
  const ue = setInterval(() => {
6501
- const be = k.current[Re]?.[N]?.getBoundingClientRect().left, Se = k.current[Re]?.[N]?.getBoundingClientRect().right, Ce = k.current[Re]?.[N]?.offsetWidth;
6501
+ const be = k.current[Ee]?.[N]?.getBoundingClientRect().left, Se = k.current[Ee]?.[N]?.getBoundingClientRect().right, Ce = k.current[Ee]?.[N]?.offsetWidth;
6502
6502
  if (A.current?.companyId === q && be != null && Ce != null && Se != null && (be < window.innerWidth - Ce || Se < window.innerWidth)) {
6503
6503
  clearInterval(ue);
6504
6504
  const W = Q.threadId, U = Q.onThreadShownCallback;
@@ -6536,7 +6536,7 @@ const e0 = cr.memo(qy), t0 = r.div`
6536
6536
  ]
6537
6537
  );
6538
6538
  return /* @__PURE__ */ t.jsx(f0, { children: /* @__PURE__ */ t.jsxs(
6539
- Rd.Provider,
6539
+ Ed.Provider,
6540
6540
  {
6541
6541
  value: ie,
6542
6542
  children: [
@@ -6544,7 +6544,7 @@ const e0 = cr.memo(qy), t0 = r.div`
6544
6544
  nn,
6545
6545
  {
6546
6546
  height: q,
6547
- innerElementType: Ed,
6547
+ innerElementType: Rd,
6548
6548
  itemCount: e.companies.length,
6549
6549
  itemSize: G,
6550
6550
  onItemsRendered: (he) => F(he),
@@ -6555,7 +6555,7 @@ const e0 = cr.memo(qy), t0 = r.div`
6555
6555
  showDetailsPageLink: i,
6556
6556
  makeCompanyNameSticky: M,
6557
6557
  companiesExcludedFromMonthEndReport: n,
6558
- addThreadRequestThreadId: R,
6558
+ addThreadRequestThreadId: E,
6559
6559
  expenseAutomationEnabledCompanies: c,
6560
6560
  targetElement: A.current?.target,
6561
6561
  resetTargetElementFromNavigation: fe,
@@ -6625,7 +6625,7 @@ const e0 = cr.memo(qy), t0 = r.div`
6625
6625
  ]
6626
6626
  }
6627
6627
  ) });
6628
- }, Rd = rn(void 0), y0 = ({ index: e, style: n, data: i }) => {
6628
+ }, Ed = rn(void 0), y0 = ({ index: e, style: n, data: i }) => {
6629
6629
  const s = ge(), {
6630
6630
  loggedInUserRole: a,
6631
6631
  showDetailsPageLink: c,
@@ -6700,7 +6700,7 @@ const e0 = cr.memo(qy), t0 = r.div`
6700
6700
  },
6701
6701
  Q
6702
6702
  );
6703
- }, Ed = Dt(
6703
+ }, Rd = Dt(
6704
6704
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
6705
6705
  (e, n) => {
6706
6706
  const { children: i, style: s, ...a } = e, {
@@ -6712,7 +6712,7 @@ const e0 = cr.memo(qy), t0 = r.div`
6712
6712
  isProductVerticalsColumnVisible: u,
6713
6713
  isRealmIdColumnVisible: g
6714
6714
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
6715
- } = qe(Rd);
6715
+ } = qe(Ed);
6716
6716
  return /* @__PURE__ */ t.jsxs(
6717
6717
  b0,
6718
6718
  {
@@ -6752,7 +6752,7 @@ const e0 = cr.memo(qy), t0 = r.div`
6752
6752
  );
6753
6753
  }
6754
6754
  );
6755
- Ed.displayName = "Management list view inner element type";
6755
+ Rd.displayName = "Management list view inner element type";
6756
6756
  const f0 = r.div`
6757
6757
  /** Subtract top so list can occupy remaining available height */
6758
6758
  height: calc(100vh - 110px);
@@ -7225,11 +7225,11 @@ function L0({
7225
7225
  }
7226
7226
  ),
7227
7227
  /* @__PURE__ */ t.jsx(
7228
- E0,
7228
+ R0,
7229
7229
  {
7230
7230
  isVisible: e.sortKey === l.key && l.key !== "dueDate",
7231
7231
  children: /* @__PURE__ */ t.jsx(
7232
- R0,
7232
+ E0,
7233
7233
  {
7234
7234
  onClick: () => c("dueDate", "ascending")
7235
7235
  }
@@ -7283,11 +7283,11 @@ const A0 = r.div`
7283
7283
  ` : Ye`
7284
7284
  padding-left: ${o.sp0};
7285
7285
  `};
7286
- `, R0 = r(en)`
7286
+ `, E0 = r(en)`
7287
7287
  width: 12px;
7288
7288
  height: 12px;
7289
7289
  cursor: pointer;
7290
- `, E0 = r.div`
7290
+ `, R0 = r.div`
7291
7291
  visibility: ${(e) => e.isVisible ? "visible" : "hidden"};
7292
7292
  display: flex;
7293
7293
  align-items: center;
@@ -7347,8 +7347,8 @@ const A0 = r.div`
7347
7347
  else if ($.has(w))
7348
7348
  v(w);
7349
7349
  else if (w.includes(Ue)) {
7350
- const [R, H] = w.replace(Ue, "").split("."), A = dn(
7351
- cn(R),
7350
+ const [E, H] = w.replace(Ue, "").split("."), A = dn(
7351
+ cn(E),
7352
7352
  rd(H),
7353
7353
  u,
7354
7354
  g,
@@ -7378,9 +7378,9 @@ const A0 = r.div`
7378
7378
  F
7379
7379
  ]
7380
7380
  ), ee = oe(
7381
- (w, R, H = !1) => {
7381
+ (w, E, H = !1) => {
7382
7382
  const A = Go.find(
7383
- (k) => k.key === R
7383
+ (k) => k.key === E
7384
7384
  );
7385
7385
  if (S(null), A != null && (w.type === "contextmenu" || H === !0)) {
7386
7386
  if (A.isThreadAllowed === !1)
@@ -7415,11 +7415,11 @@ const A0 = r.div`
7415
7415
  L
7416
7416
  ]
7417
7417
  ), Q = oe(
7418
- (w, R) => {
7418
+ (w, E) => {
7419
7419
  w.stopPropagation();
7420
7420
  const H = Je(
7421
7421
  "taskManager",
7422
- R,
7422
+ E,
7423
7423
  u + fr + C
7424
7424
  );
7425
7425
  a(void 0), K(H);
@@ -7440,11 +7440,11 @@ const A0 = r.div`
7440
7440
  isThreadOpen: D || I,
7441
7441
  totalHeight: e,
7442
7442
  isCreationInProgress: j,
7443
- children: Go.map((w, R) => {
7443
+ children: Go.map((w, E) => {
7444
7444
  const H = gt({
7445
7445
  tab: "taskManager",
7446
7446
  key: w.key
7447
- }), A = Go.length - 2 <= R, k = [
7447
+ }), A = Go.length - 2 <= E, k = [
7448
7448
  ...zt(
7449
7449
  $,
7450
7450
  { entityType: H, entityId: C, companyId: u },
@@ -7887,8 +7887,8 @@ const K0 = ({
7887
7887
  });
7888
7888
  }, 0);
7889
7889
  const ee = setInterval(() => {
7890
- const Q = y.current[L]?.[J]?.getBoundingClientRect().left, w = y.current[L]?.[J]?.getBoundingClientRect().right, R = y.current[L]?.[J]?.offsetWidth;
7891
- if (Q != null && R != null && w != null && (Q < window.innerWidth - R || w < window.innerWidth)) {
7890
+ const Q = y.current[L]?.[J]?.getBoundingClientRect().left, w = y.current[L]?.[J]?.getBoundingClientRect().right, E = y.current[L]?.[J]?.offsetWidth;
7891
+ if (Q != null && E != null && w != null && (Q < window.innerWidth - E || w < window.innerWidth)) {
7892
7892
  clearInterval(ee);
7893
7893
  const H = f.threadId, A = f.onThreadShownCallback;
7894
7894
  H && (m(null), g(f.threadId), A?.());
@@ -8791,7 +8791,7 @@ function v2({
8791
8791
  companyHealthMetric: K,
8792
8792
  controllers: ee,
8793
8793
  managementInfo: { lastReportSentDate: Q, customerSuccessManagerUserIds: w }
8794
- } = e, R = Vd(e), A = n.zeniUsers.values.filter(
8794
+ } = e, E = Vd(e), A = n.zeniUsers.values.filter(
8795
8795
  (W) => w.includes(W.userId)
8796
8796
  ), k = `cockpit_${L}`, M = "healthMonitor.notes", { threads: re, isLoading: pe } = fo(
8797
8797
  {
@@ -8829,7 +8829,7 @@ function v2({
8829
8829
  removeThread: fe,
8830
8830
  setOpenThread: ie,
8831
8831
  setRequestToOpenThread: q
8832
- } = qe(ut), de = $e(null), he = X !== null ? ne.get(X) : null, we = X?.includes(L) === !0, Re = X != null && ne.get(X) == null && we, N = a != null && ne.get(a)?.metadata.companyId === L, Ae = oe(() => {
8832
+ } = qe(ut), de = $e(null), he = X !== null ? ne.get(X) : null, we = X?.includes(L) === !0, Ee = X != null && ne.get(X) == null && we, N = a != null && ne.get(a)?.metadata.companyId === L, Ae = oe(() => {
8833
8833
  X?.includes(Ue) === !0 && fe(X), a != null && d(void 0);
8834
8834
  }, [
8835
8835
  a,
@@ -8885,12 +8885,12 @@ function v2({
8885
8885
  key: ve.key
8886
8886
  }), je = [
8887
8887
  ...zt(ne, { entityType: se, companyId: L }, "both")
8888
- ], Ee = je.length > 0 && je[0].length > 0 ? je[0][0] : Je(
8888
+ ], Re = je.length > 0 && je[0].length > 0 ? je[0][0] : Je(
8889
8889
  "healthMonitor",
8890
8890
  ve.key,
8891
8891
  L
8892
8892
  );
8893
- ne.has(Ee) ? ue(Ee) : a === Ee ? d(void 0) : (d(Ee), ie(null));
8893
+ ne.has(Re) ? ue(Re) : a === Re ? d(void 0) : (d(Re), ie(null));
8894
8894
  }
8895
8895
  },
8896
8896
  [
@@ -8938,7 +8938,7 @@ function v2({
8938
8938
  windowSize: h,
8939
8939
  isThreadOpen: we || N,
8940
8940
  totalHeight: s,
8941
- isCreationInProgress: Re,
8941
+ isCreationInProgress: Ee,
8942
8942
  "data-testid": _("health-monitor-row", L),
8943
8943
  onClick: () => p(Y.companyId),
8944
8944
  children: Yo.map((W, U) => {
@@ -8951,7 +8951,7 @@ function v2({
8951
8951
  "healthMonitor",
8952
8952
  W.key,
8953
8953
  L
8954
- ), Ee = ne.get(je), He = Ee != null && Ee.resolved === !1, Ne = je === X, dt = a === je, Ke = R.lastEngagements;
8954
+ ), Re = ne.get(je), He = Re != null && Re.resolved === !1, Ne = je === X, dt = a === je, Ke = E.lastEngagements;
8955
8955
  switch (W.key) {
8956
8956
  case "companyName":
8957
8957
  return /* @__PURE__ */ t.jsxs(
@@ -8996,7 +8996,7 @@ function v2({
8996
8996
  }
8997
8997
  ),
8998
8998
  /* @__PURE__ */ t.jsx(ct, { style: { padding: `2px ${o.sp2}` }, title: "Notes", children: /* @__PURE__ */ t.jsxs(
8999
- R2,
8999
+ E2,
9000
9000
  {
9001
9001
  className: "notesIcon",
9002
9002
  "data-testid": _(
@@ -9019,7 +9019,7 @@ function v2({
9019
9019
  isLoading: pe
9020
9020
  }
9021
9021
  ),
9022
- /* @__PURE__ */ t.jsx(E2, {})
9022
+ /* @__PURE__ */ t.jsx(R2, {})
9023
9023
  ]
9024
9024
  }
9025
9025
  ) }),
@@ -9154,13 +9154,13 @@ function v2({
9154
9154
  )
9155
9155
  }
9156
9156
  ),
9157
- R.churnProbabilityPercentage != null ? /* @__PURE__ */ t.jsx(
9157
+ E.churnProbabilityPercentage != null ? /* @__PURE__ */ t.jsx(
9158
9158
  ct,
9159
9159
  {
9160
9160
  style: { padding: `12px ${o.sp3}`, textAlign: "left" },
9161
9161
  title: /* @__PURE__ */ t.jsxs(B2, { children: [
9162
9162
  /* @__PURE__ */ t.jsx(F2, { children: `${$} ${y} ${e.companyInfo.name} ${x} ${Math.round(
9163
- R.churnProbabilityPercentage ?? 0
9163
+ E.churnProbabilityPercentage ?? 0
9164
9164
  )}${v}${b}` }),
9165
9165
  e.companyHealthMetric.churnProbabilityReason.length !== 0 || e.companyHealthMetric.additionalChurnFactors.increasingChurnProbability.length !== 0 ? /* @__PURE__ */ t.jsxs(Ha, { children: [
9166
9166
  /* @__PURE__ */ t.jsxs(Ga, { children: [
@@ -9169,21 +9169,21 @@ function v2({
9169
9169
  ] }),
9170
9170
  /* @__PURE__ */ t.jsxs(Ya, { children: [
9171
9171
  e.companyHealthMetric.churnProbabilityReason.map(
9172
- (Z, Rt) => /* @__PURE__ */ t.jsx(
9172
+ (Z, Et) => /* @__PURE__ */ t.jsx(
9173
9173
  Di,
9174
9174
  {
9175
- children: /* @__PURE__ */ t.jsx(Ri, { children: Z.text })
9175
+ children: /* @__PURE__ */ t.jsx(Ei, { children: Z.text })
9176
9176
  },
9177
- `${Vt()}_${Rt}}`
9177
+ `${Vt()}_${Et}}`
9178
9178
  )
9179
9179
  ),
9180
9180
  e.companyHealthMetric.additionalChurnFactors.increasingChurnProbability.map(
9181
- (Z, Rt) => /* @__PURE__ */ t.jsx(
9181
+ (Z, Et) => /* @__PURE__ */ t.jsx(
9182
9182
  Di,
9183
9183
  {
9184
- children: /* @__PURE__ */ t.jsx(Ri, { children: Z.value })
9184
+ children: /* @__PURE__ */ t.jsx(Ei, { children: Z.value })
9185
9185
  },
9186
- `${Vt()}_${Rt}}`
9186
+ `${Vt()}_${Et}}`
9187
9187
  )
9188
9188
  )
9189
9189
  ] })
@@ -9194,12 +9194,12 @@ function v2({
9194
9194
  C
9195
9195
  ] }),
9196
9196
  /* @__PURE__ */ t.jsx(Ya, { children: e.companyHealthMetric.additionalChurnFactors.decreasingChurnProbability.map(
9197
- (Z, Rt) => /* @__PURE__ */ t.jsx(
9197
+ (Z, Et) => /* @__PURE__ */ t.jsx(
9198
9198
  Di,
9199
9199
  {
9200
- children: /* @__PURE__ */ t.jsx(Ri, { children: Z.value })
9200
+ children: /* @__PURE__ */ t.jsx(Ei, { children: Z.value })
9201
9201
  },
9202
- `${Vt()}_${Rt}}`
9202
+ `${Vt()}_${Et}}`
9203
9203
  )
9204
9204
  ) })
9205
9205
  ] }) : null
@@ -9539,7 +9539,7 @@ function v2({
9539
9539
  D,
9540
9540
  C
9541
9541
  ] }),
9542
- Ke.map((Z, Rt) => /* @__PURE__ */ t.jsxs(V2, { children: [
9542
+ Ke.map((Z, Et) => /* @__PURE__ */ t.jsxs(V2, { children: [
9543
9543
  /* @__PURE__ */ t.jsxs(U2, { children: [
9544
9544
  Z.type === "email" ? /* @__PURE__ */ t.jsx(G2, {}) : /* @__PURE__ */ t.jsx(Y2, {}),
9545
9545
  /* @__PURE__ */ t.jsx(T2, { children: Z.type === "email" ? P.email : P.meeting })
@@ -9547,7 +9547,7 @@ function v2({
9547
9547
  /* @__PURE__ */ t.jsx(K2, { children: Z.scheduledAt?.utc(!0).local().format(
9548
9548
  F.visual.MMMDCommaYYYYformat
9549
9549
  ) ?? g })
9550
- ] }, `${Vt()}_${Rt}}`))
9550
+ ] }, `${Vt()}_${Et}}`))
9551
9551
  ] }),
9552
9552
  children: [
9553
9553
  Ke[0].scheduledAt?.utc(!0).local().format(F.visual.MMMDCommaYYYYformat) ?? g,
@@ -9789,7 +9789,7 @@ const Kd = ({
9789
9789
  `, Oi = r.div`
9790
9790
  justify-content: center;
9791
9791
  align-items: center;
9792
- `, R2 = r.div`
9792
+ `, E2 = r.div`
9793
9793
  display: flex;
9794
9794
  align-items: center;
9795
9795
  justify-content: center;
@@ -9799,7 +9799,7 @@ const Kd = ({
9799
9799
  &:hover {
9800
9800
  color: ${(e) => e.theme.colors.primary};
9801
9801
  }
9802
- `, E2 = r(pn)`
9802
+ `, R2 = r(pn)`
9803
9803
  display: flex;
9804
9804
  width: ${o.sp4};
9805
9805
  height: ${o.sp4};
@@ -9861,7 +9861,7 @@ const Kd = ({
9861
9861
  text-align: right;
9862
9862
  justify-content: flex-end;
9863
9863
  width: 100%;
9864
- `, Di = r.li``, Ri = r(Be)`
9864
+ `, Di = r.li``, Ei = r(Be)`
9865
9865
  word-break: break-all;
9866
9866
  `, H2 = r.div`
9867
9867
  display: flex;
@@ -9975,9 +9975,9 @@ function oT({
9975
9975
  top: 0,
9976
9976
  behavior: "instant"
9977
9977
  }), C(!0), g(!0), d();
9978
- }), P = async (w, R) => {
9978
+ }), P = async (w, E) => {
9979
9979
  if (w != null) {
9980
- const H = { ...R }, A = H[go][el].selectedOptions, k = {
9980
+ const H = { ...E }, A = H[go][el].selectedOptions, k = {
9981
9981
  netPromoterScore: H[go][Ja]?.selectedOption,
9982
9982
  customerSatisfactionScore: H[go][Xa]?.selectedOption,
9983
9983
  externalProductServiceExposure: H[go][qa]?.selectedOption,
@@ -9998,21 +9998,21 @@ function oT({
9998
9998
  }, 10), () => {
9999
9999
  j.current != null && clearTimeout(j.current);
10000
10000
  }), [J]), te(() => {
10001
- const w = y.watch((R, { name: H }) => {
10002
- H != null && R != null && tn(() => P(H, R));
10001
+ const w = y.watch((E, { name: H }) => {
10002
+ H != null && E != null && tn(() => P(H, E));
10003
10003
  });
10004
10004
  return () => {
10005
10005
  w.unsubscribe();
10006
10006
  };
10007
10007
  }), te(() => {
10008
10008
  if (p != null) {
10009
- const R = p.controllers.map(
10009
+ const E = p.controllers.map(
10010
10010
  (H) => `${H.firstName} ${H.lastName}`
10011
10011
  );
10012
10012
  a || s.trackCockpitHealthMonitorRowClicked(
10013
10013
  p.companyInfo.companyId,
10014
10014
  p.companyInfo.name,
10015
- R,
10015
+ E,
10016
10016
  p.companyHealthMetric.netPromoterScore,
10017
10017
  p.companyHealthMetric.customerSatisfactionScore,
10018
10018
  p.companyHealthMetric.churnProbabilityPercentage
@@ -10160,24 +10160,24 @@ function oT({
10160
10160
  /* @__PURE__ */ t.jsx(rl, { children: `${df}${Lt}` }),
10161
10161
  /* @__PURE__ */ t.jsxs(al, { children: [
10162
10162
  p.companyHealthMetric.churnProbabilityReason.map(
10163
- (w, R) => /* @__PURE__ */ t.jsx(
10164
- Ei,
10163
+ (w, E) => /* @__PURE__ */ t.jsx(
10164
+ Ri,
10165
10165
  {
10166
10166
  children: /* @__PURE__ */ t.jsx(Ni, { children: w.text })
10167
10167
  },
10168
- `${Vt()}_${R}}`
10168
+ `${Vt()}_${E}}`
10169
10169
  )
10170
10170
  ),
10171
10171
  p.companyHealthMetric.additionalChurnFactors.increasingChurnProbability.map(
10172
- (w, R) => /* @__PURE__ */ t.jsxs(
10173
- Ei,
10172
+ (w, E) => /* @__PURE__ */ t.jsxs(
10173
+ Ri,
10174
10174
  {
10175
10175
  children: [
10176
10176
  /* @__PURE__ */ t.jsx(Ni, { children: w.value }),
10177
10177
  /* @__PURE__ */ t.jsx(sl, { children: "Newly added" })
10178
10178
  ]
10179
10179
  },
10180
- `${Vt()}_${R}}`
10180
+ `${Vt()}_${E}}`
10181
10181
  )
10182
10182
  )
10183
10183
  ] })
@@ -10193,15 +10193,15 @@ function oT({
10193
10193
  children: [
10194
10194
  /* @__PURE__ */ t.jsx(rl, { children: `${pf}${Lt}` }),
10195
10195
  /* @__PURE__ */ t.jsx(al, { children: p.companyHealthMetric.additionalChurnFactors.decreasingChurnProbability.map(
10196
- (w, R) => /* @__PURE__ */ t.jsxs(
10197
- Ei,
10196
+ (w, E) => /* @__PURE__ */ t.jsxs(
10197
+ Ri,
10198
10198
  {
10199
10199
  children: [
10200
10200
  /* @__PURE__ */ t.jsx(Ni, { children: w.value }),
10201
10201
  /* @__PURE__ */ t.jsx(sl, { children: "Newly added" })
10202
10202
  ]
10203
10203
  },
10204
- `${Vt()}_${R}}`
10204
+ `${Vt()}_${E}}`
10205
10205
  )
10206
10206
  ) })
10207
10207
  ]
@@ -10246,7 +10246,7 @@ function oT({
10246
10246
  /* @__PURE__ */ t.jsxs(Af, { children: [
10247
10247
  /* @__PURE__ */ t.jsxs(Df, { children: [
10248
10248
  /* @__PURE__ */ t.jsx(
10249
- Rf,
10249
+ Ef,
10250
10250
  {
10251
10251
  "data-testid": _(
10252
10252
  "health-monitor-drawer-manual-input-heading"
@@ -10316,9 +10316,9 @@ function oT({
10316
10316
  },
10317
10317
  singleSelectNumericField: {
10318
10318
  customStyleConfig: {
10319
- input: (w, R) => ({
10319
+ input: (w, E) => ({
10320
10320
  input: {
10321
- textAlign: R.selectProps.menuIsOpen === !1 && e.netPromoterScore == null ? "right" : "left"
10321
+ textAlign: E.selectProps.menuIsOpen === !1 && e.netPromoterScore == null ? "right" : "left"
10322
10322
  }
10323
10323
  })
10324
10324
  },
@@ -10333,7 +10333,7 @@ function oT({
10333
10333
  },
10334
10334
  registerOptions: {
10335
10335
  required: !0,
10336
- validate: (w, R) => R.healthMonitorDetails.customerSatisfactionScore.selectedOption ? !0 : w != null && !!w.selectedOption
10336
+ validate: (w, E) => E.healthMonitorDetails.customerSatisfactionScore.selectedOption ? !0 : w != null && !!w.selectedOption
10337
10337
  }
10338
10338
  },
10339
10339
  style: {
@@ -10380,9 +10380,9 @@ function oT({
10380
10380
  },
10381
10381
  singleSelectNumericField: {
10382
10382
  customStyleConfig: {
10383
- input: (w, R) => ({
10383
+ input: (w, E) => ({
10384
10384
  input: {
10385
- textAlign: R.selectProps.menuIsOpen === !1 && e.customerSatisfactionScore == null ? "right" : "left"
10385
+ textAlign: E.selectProps.menuIsOpen === !1 && e.customerSatisfactionScore == null ? "right" : "left"
10386
10386
  }
10387
10387
  })
10388
10388
  },
@@ -10397,7 +10397,7 @@ function oT({
10397
10397
  },
10398
10398
  registerOptions: {
10399
10399
  required: !0,
10400
- validate: (w, R) => R.healthMonitorDetails.netPromoterScore.selectedOption ? !0 : w != null && !!w.selectedOption
10400
+ validate: (w, E) => E.healthMonitorDetails.netPromoterScore.selectedOption ? !0 : w != null && !!w.selectedOption
10401
10401
  }
10402
10402
  },
10403
10403
  style: {
@@ -10571,7 +10571,7 @@ function oT({
10571
10571
  ),
10572
10572
  children: [
10573
10573
  /* @__PURE__ */ t.jsx(
10574
- Ef,
10574
+ Rf,
10575
10575
  {
10576
10576
  "data-testid": _(
10577
10577
  "health-monitor-drawer-prefilled-heading"
@@ -10658,12 +10658,12 @@ function oT({
10658
10658
  label: `${sf}${Lt}`
10659
10659
  },
10660
10660
  text: /* @__PURE__ */ t.jsx(t3, { children: m.lastEngagements.length > 0 ? m.lastEngagements.map(
10661
- (w, R) => /* @__PURE__ */ t.jsx(
10661
+ (w, E) => /* @__PURE__ */ t.jsx(
10662
10662
  o3,
10663
10663
  {
10664
10664
  "data-testid": _(
10665
10665
  "health-monitor-drawer-engagement",
10666
- String(R)
10666
+ String(E)
10667
10667
  ),
10668
10668
  children: /* @__PURE__ */ t.jsx(
10669
10669
  ct,
@@ -10732,7 +10732,7 @@ function oT({
10732
10732
  {
10733
10733
  "data-testid": _(
10734
10734
  "health-monitor-drawer-engagement-email-icon",
10735
- String(R)
10735
+ String(E)
10736
10736
  )
10737
10737
  }
10738
10738
  ) : /* @__PURE__ */ t.jsx(
@@ -10740,7 +10740,7 @@ function oT({
10740
10740
  {
10741
10741
  "data-testid": _(
10742
10742
  "health-monitor-drawer-engagement-meeting-icon",
10743
- String(R)
10743
+ String(E)
10744
10744
  )
10745
10745
  }
10746
10746
  ),
@@ -10750,11 +10750,11 @@ function oT({
10750
10750
  /* @__PURE__ */ t.jsx($f, { children: w.scheduledAt?.utc(!0).local().format(
10751
10751
  uf.visual.MMMDCommaYYYYformat
10752
10752
  ) ?? ol })
10753
- ] }, `${Vt()}_${R}}`)
10753
+ ] }, `${Vt()}_${E}}`)
10754
10754
  }
10755
10755
  )
10756
10756
  },
10757
- R
10757
+ E
10758
10758
  )
10759
10759
  ) : ol }),
10760
10760
  style: { width: "100%" }
@@ -10916,7 +10916,7 @@ const hf = (e, n) => ({
10916
10916
  padding-left: ${o.sp4};
10917
10917
  margin-top: ${o.sp0};
10918
10918
  margin-bottom: ${o.sp0};
10919
- `, Ei = r.li`
10919
+ `, Ri = r.li`
10920
10920
  ::marker {
10921
10921
  color: ${(e) => e.theme.colors.primary};
10922
10922
  }
@@ -10945,10 +10945,10 @@ const hf = (e, n) => ({
10945
10945
  display: flex;
10946
10946
  align-items: center;
10947
10947
  gap: ${o.sp2};
10948
- `, Rf = r(Ln)`
10949
- color: ${(e) => e.theme.colors.primary};
10950
10948
  `, Ef = r(Ln)`
10951
10949
  color: ${(e) => e.theme.colors.primary};
10950
+ `, Rf = r(Ln)`
10951
+ color: ${(e) => e.theme.colors.primary};
10952
10952
  margin-bottom: ${o.sp2};
10953
10953
  `, Nf = r.div`
10954
10954
  z-index: 2;
@@ -11428,7 +11428,7 @@ function P3({
11428
11428
  children: [
11429
11429
  f3,
11430
11430
  " ",
11431
- /* @__PURE__ */ t.jsx(E3, { children: f.length }),
11431
+ /* @__PURE__ */ t.jsx(R3, { children: f.length }),
11432
11432
  " ",
11433
11433
  b3,
11434
11434
  S3,
@@ -11600,7 +11600,7 @@ const Qd = rn(void 0), I3 = ({ index: e, style: n, data: i }) => {
11600
11600
  }
11601
11601
  }
11602
11602
  ),
11603
- /* @__PURE__ */ t.jsx(R3, { children: i })
11603
+ /* @__PURE__ */ t.jsx(E3, { children: i })
11604
11604
  ] });
11605
11605
  }
11606
11606
  );
@@ -11618,11 +11618,11 @@ const L3 = r.div`
11618
11618
  /** Subtract top so list can occupy remaining available height */
11619
11619
  height: ${(e) => e.companyNameSticky ? "calc(100vh - 180px)" : "calc(100vh - 110px)"};
11620
11620
  max-width: 99.9%;
11621
- `, R3 = r.div`
11621
+ `, E3 = r.div`
11622
11622
  position: relative;
11623
11623
  width: auto;
11624
11624
  height: 100%;
11625
- `, E3 = r(Bs)`
11625
+ `, R3 = r(Bs)`
11626
11626
  margin-bottom: ${o.sp1};
11627
11627
  `, N3 = r.div`
11628
11628
  position: sticky;
@@ -12207,11 +12207,11 @@ const J3 = cr.memo(
12207
12207
  !1
12208
12208
  ), {
12209
12209
  openThread: w,
12210
- threads: R,
12210
+ threads: E,
12211
12211
  addThread: H,
12212
12212
  removeThread: A,
12213
12213
  setOpenThread: k
12214
- } = qe(ut), M = w !== null ? R.get(w) : null, re = w?.includes(j) === !0, pe = w != null && R.get(w) == null && re, Y = l != null && R.get(l)?.metadata.companyId === j, X = {
12214
+ } = qe(ut), M = w !== null ? E.get(w) : null, re = w?.includes(j) === !0, pe = w != null && E.get(w) == null && re, Y = l != null && E.get(l)?.metadata.companyId === j, X = {
12215
12215
  name: e.company.company.companyInfo.name,
12216
12216
  status: S?.subscription?.subscription?.status ?? {
12217
12217
  code: "",
@@ -12262,14 +12262,14 @@ const J3 = cr.memo(
12262
12262
  threadStyle: N.threadStyle,
12263
12263
  openThreadMetadata: M?.metadata ?? null,
12264
12264
  onElementClick: we,
12265
- onAddThreadClick: Re,
12265
+ onAddThreadClick: Ee,
12266
12266
  targetElement: d ?? y
12267
12267
  }
12268
12268
  ), he = oe(
12269
12269
  (N) => {
12270
12270
  if (N === w)
12271
12271
  k(null);
12272
- else if (R.has(N))
12272
+ else if (E.has(N))
12273
12273
  k(N);
12274
12274
  else if (N.includes(Ue)) {
12275
12275
  const [Ae, ue] = N.replace(Ue, "").split("."), be = dn(
@@ -12291,7 +12291,7 @@ const J3 = cr.memo(
12291
12291
  }), k(N);
12292
12292
  }
12293
12293
  },
12294
- [j, I, w, R, H, k, J]
12294
+ [j, I, w, E, H, k, J]
12295
12295
  ), we = oe(
12296
12296
  (N, Ae, ue = !1) => {
12297
12297
  const be = Po.find(
@@ -12321,17 +12321,17 @@ const J3 = cr.memo(
12321
12321
  U instanceof HTMLElement && x(U);
12322
12322
  }
12323
12323
  const Ce = [
12324
- ...zt(R, { entityType: Se, companyId: j }, "both")
12324
+ ...zt(E, { entityType: Se, companyId: j }, "both")
12325
12325
  ], W = Ce.length > 0 && Ce[0].length > 0 ? Ce[0][0] : Je(
12326
12326
  "subscription",
12327
12327
  be.key,
12328
12328
  j
12329
12329
  );
12330
- R.has(W) ? he(W) : l === W ? g(void 0) : (g(W), k(null));
12330
+ E.has(W) ? he(W) : l === W ? g(void 0) : (g(W), k(null));
12331
12331
  }
12332
12332
  },
12333
12333
  [
12334
- R,
12334
+ E,
12335
12335
  j,
12336
12336
  l,
12337
12337
  he,
@@ -12340,7 +12340,7 @@ const J3 = cr.memo(
12340
12340
  p,
12341
12341
  q
12342
12342
  ]
12343
- ), Re = oe(
12343
+ ), Ee = oe(
12344
12344
  (N, Ae) => {
12345
12345
  N.stopPropagation();
12346
12346
  const ue = Je("subscription", Ae, j);
@@ -12368,7 +12368,7 @@ const J3 = cr.memo(
12368
12368
  key: N.key
12369
12369
  }), be = Po.length - 2 <= Ae, Se = [
12370
12370
  ...zt(
12371
- R,
12371
+ E,
12372
12372
  { entityType: ue, companyId: j },
12373
12373
  "both"
12374
12374
  )
@@ -12376,7 +12376,7 @@ const J3 = cr.memo(
12376
12376
  "subscription",
12377
12377
  N.key,
12378
12378
  j
12379
- ), W = R.get(Ce), U = W != null && W.resolved === !1, Ie = Ce === w, ve = l === Ce;
12379
+ ), W = E.get(Ce), U = W != null && W.resolved === !1, Ie = Ce === w, ve = l === Ce;
12380
12380
  switch (N.key) {
12381
12381
  case "companyName":
12382
12382
  return /* @__PURE__ */ t.jsxs(
@@ -12471,7 +12471,7 @@ const J3 = cr.memo(
12471
12471
  ),
12472
12472
  addThreadRequestThreadId: l,
12473
12473
  itemKey: N.key,
12474
- onAddThreadClick: Re
12474
+ onAddThreadClick: Ee
12475
12475
  }
12476
12476
  )
12477
12477
  ]
@@ -13191,7 +13191,7 @@ const fb = r.div``, bb = r(mi)`
13191
13191
  },
13192
13192
  collaboration: {
13193
13193
  threads: {
13194
- placeholder: { addANewComment: Rb, replyAComment: Eb },
13194
+ placeholder: { addANewComment: Eb, replyAComment: Rb },
13195
13195
  tooltip: { resolveComment: Nb, unResolveComment: Mb }
13196
13196
  }
13197
13197
  }
@@ -13218,8 +13218,8 @@ const fb = r.div``, bb = r(mi)`
13218
13218
  e.companies.length
13219
13219
  ]);
13220
13220
  const { uiState: y, totalMonthlyRecurringRevenue: x } = e, v = y.scrollYOffset ?? 0, S = oe(
13221
- (R) => {
13222
- const H = e.companies[R].company.company.companyInfo.companyId;
13221
+ (E) => {
13222
+ const H = e.companies[E].company.company.companyInfo.companyId;
13223
13223
  i(
13224
13224
  H,
13225
13225
  !e.uiState.isCollapsedByCompanyId[H]
@@ -13231,9 +13231,9 @@ const fb = r.div``, bb = r(mi)`
13231
13231
  e.uiState.isCollapsedByCompanyId
13232
13232
  ]
13233
13233
  ), P = oe(
13234
- (R) => {
13235
- const H = e.companies[R].company.company.companyInfo.name.length, A = e.companies[R].company.company.companyInfo.companyId, k = lb(
13236
- e.companies[R]
13234
+ (E) => {
13235
+ const H = e.companies[E].company.company.companyInfo.name.length, A = e.companies[E].company.company.companyInfo.companyId, k = lb(
13236
+ e.companies[E]
13237
13237
  );
13238
13238
  return e.uiState.isCollapsedByCompanyId[A] ? k.height : H > ln ? et + 32 : et;
13239
13239
  },
@@ -13269,9 +13269,9 @@ const fb = r.div``, bb = r(mi)`
13269
13269
  n
13270
13270
  ]
13271
13271
  ), Q = oe(
13272
- (R, H, A) => {
13272
+ (E, H, A) => {
13273
13273
  const k = e.companies.findIndex(
13274
- (re) => re.company.company.companyInfo.companyId === R
13274
+ (re) => re.company.company.companyInfo.companyId === E
13275
13275
  ), M = Po.findIndex(
13276
13276
  (re) => re.key === H
13277
13277
  );
@@ -13283,8 +13283,8 @@ const fb = r.div``, bb = r(mi)`
13283
13283
  }, [j]);
13284
13284
  return te(() => {
13285
13285
  if (I != null && g != null) {
13286
- const { companyId: R, entityType: H } = I, [A, k] = H.split("."), M = e.companies.findIndex(
13287
- (X) => X.company.company.companyInfo.companyId === R
13286
+ const { companyId: E, entityType: H } = I, [A, k] = H.split("."), M = e.companies.findIndex(
13287
+ (X) => X.company.company.companyInfo.companyId === E
13288
13288
  ), re = Po.findIndex(
13289
13289
  (X) => X.key === k
13290
13290
  );
@@ -13296,7 +13296,7 @@ const fb = r.div``, bb = r(mi)`
13296
13296
  ne < 0)) {
13297
13297
  const G = K.current[M][re];
13298
13298
  G != null && (f.current = {
13299
- companyId: R,
13299
+ companyId: E,
13300
13300
  target: G
13301
13301
  }), K.current[M][re]?.scrollIntoView({
13302
13302
  block: "center",
@@ -13306,7 +13306,7 @@ const fb = r.div``, bb = r(mi)`
13306
13306
  }, 0);
13307
13307
  const Y = setInterval(() => {
13308
13308
  const X = K.current[M]?.[re]?.getBoundingClientRect().left, ne = K.current[M]?.[re]?.getBoundingClientRect().right, G = K.current[M]?.[re]?.offsetWidth;
13309
- if (f.current?.companyId === R && X != null && G != null && ne != null && (X < window.innerWidth - G || ne < window.innerWidth)) {
13309
+ if (f.current?.companyId === E && X != null && G != null && ne != null && (X < window.innerWidth - G || ne < window.innerWidth)) {
13310
13310
  clearInterval(Y);
13311
13311
  const fe = I.threadId, ie = I.onThreadShownCallback;
13312
13312
  fe && (j(null), D(I.threadId), ie?.());
@@ -13326,10 +13326,10 @@ const fb = r.div``, bb = r(mi)`
13326
13326
  {
13327
13327
  value: ee,
13328
13328
  children: [
13329
- /* @__PURE__ */ t.jsx(ao, { children: ({ height: R, width: H }) => /* @__PURE__ */ t.jsx(
13329
+ /* @__PURE__ */ t.jsx(ao, { children: ({ height: E, width: H }) => /* @__PURE__ */ t.jsx(
13330
13330
  nn,
13331
13331
  {
13332
- height: R,
13332
+ height: E,
13333
13333
  innerElementType: op,
13334
13334
  itemCount: e.companies.length,
13335
13335
  itemSize: P,
@@ -13386,12 +13386,12 @@ const fb = r.div``, bb = r(mi)`
13386
13386
  url: window.location.href
13387
13387
  },
13388
13388
  textOverrides: {
13389
- composerPlaceholder: Rb,
13390
- replyComposerPlaceholder: Eb,
13389
+ composerPlaceholder: Eb,
13390
+ replyComposerPlaceholder: Rb,
13391
13391
  threadResolve: Nb,
13392
13392
  threadUnResolve: Mb
13393
13393
  },
13394
- onThreadClick: (R) => null,
13394
+ onThreadClick: (E) => null,
13395
13395
  onCloseAllThreadsDrawer: () => b(null)
13396
13396
  }
13397
13397
  ) }) : null
@@ -13906,20 +13906,20 @@ const Wi = (e, n) => `${e}.${n}`, t4 = r.div`
13906
13906
  isOptionRecommended: w.isOptionRecommended
13907
13907
  }),
13908
13908
  [l, d]
13909
- ), J = (w) => w.map((R) => ({
13910
- label: R.label,
13911
- options: R.options.map(
13909
+ ), J = (w) => w.map((E) => ({
13910
+ label: E.label,
13911
+ options: E.options.map(
13912
13912
  (H) => L(H)
13913
13913
  )
13914
13914
  })), K = (w) => {
13915
13915
  if (w == null || !w)
13916
13916
  return;
13917
- let R = [];
13917
+ let E = [];
13918
13918
  return i.allOptions.forEach((H) => {
13919
- R = R.concat(H.options);
13919
+ E = E.concat(H.options);
13920
13920
  }), {
13921
13921
  value: w,
13922
- label: R.find((H) => H.value === w)?.label ?? w,
13922
+ label: E.find((H) => H.value === w)?.label ?? w,
13923
13923
  info: l?.(w) ?? ""
13924
13924
  };
13925
13925
  };
@@ -13940,7 +13940,7 @@ const Wi = (e, n) => `${e}.${n}`, t4 = r.div`
13940
13940
  width: "100%",
13941
13941
  ...a
13942
13942
  }),
13943
- menu: (w, R) => ({
13943
+ menu: (w, E) => ({
13944
13944
  ...w,
13945
13945
  backgroundColor: P.colors.grey5,
13946
13946
  borderRadius: "6px",
@@ -13948,22 +13948,22 @@ const Wi = (e, n) => `${e}.${n}`, t4 = r.div`
13948
13948
  zIndex: 2,
13949
13949
  width: "100%",
13950
13950
  margin: 0,
13951
- ...u?.menu?.(w, R)
13951
+ ...u?.menu?.(w, E)
13952
13952
  }),
13953
- menuList: (w, R) => ({
13953
+ menuList: (w, E) => ({
13954
13954
  ...w,
13955
13955
  borderRadius: "6px",
13956
- ...u?.menuList?.(w, R)
13956
+ ...u?.menuList?.(w, E)
13957
13957
  }),
13958
13958
  group: (w) => ({
13959
13959
  ...w,
13960
13960
  borderBottom: `1px solid ${P.colors.grey3}`,
13961
13961
  paddingBottom: 0
13962
13962
  }),
13963
- control: (w, R) => ({
13963
+ control: (w, E) => ({
13964
13964
  ...w,
13965
13965
  borderRadius: "6px",
13966
- ...u?.control?.(w, R)
13966
+ ...u?.control?.(w, E)
13967
13967
  })
13968
13968
  }, Q = {
13969
13969
  hasError: F,
@@ -13977,7 +13977,7 @@ const Wi = (e, n) => `${e}.${n}`, t4 = r.div`
13977
13977
  control: y,
13978
13978
  defaultValue: i,
13979
13979
  rules: n,
13980
- render: ({ field: { onChange: w, onBlur: R, value: H, ref: A } }) => {
13980
+ render: ({ field: { onChange: w, onBlur: E, value: H, ref: A } }) => {
13981
13981
  const k = H;
13982
13982
  return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
13983
13983
  /* @__PURE__ */ td(
@@ -14005,7 +14005,7 @@ const Wi = (e, n) => `${e}.${n}`, t4 = r.div`
14005
14005
  tabSelectsValue: !1,
14006
14006
  openMenuOnFocus: !0,
14007
14007
  classNamePrefix: "grouped-single-select-field",
14008
- onBlur: R,
14008
+ onBlur: E,
14009
14009
  menuPlacement: "auto",
14010
14010
  menuPortalTarget: b,
14011
14011
  maxMenuHeight: 288,
@@ -14159,12 +14159,12 @@ const Wi = (e, n) => `${e}.${n}`, t4 = r.div`
14159
14159
  children: e.label
14160
14160
  }
14161
14161
  ),
14162
- c === !0 && h?.id != null && /* @__PURE__ */ t.jsx(E4, { children: h.id }),
14162
+ c === !0 && h?.id != null && /* @__PURE__ */ t.jsx(R4, { children: h.id }),
14163
14163
  c === !0 && h?.info ? /* @__PURE__ */ t.jsx(j4, { isSelected: !!i, children: h?.info }) : null
14164
14164
  ] }),
14165
14165
  h?.isOptionRecommended === !0 ? (
14166
14166
  // Show AI icon when the option is recommended (e.g. transaction detail)
14167
- /* @__PURE__ */ t.jsx(R4, {})
14167
+ /* @__PURE__ */ t.jsx(E4, {})
14168
14168
  ) : null,
14169
14169
  i && h?.additionalNote == null ? /* @__PURE__ */ t.jsxs(A4, { children: [
14170
14170
  /* @__PURE__ */ t.jsx(O4, { className: "right-tick-icon" }),
@@ -14392,11 +14392,11 @@ const Wi = (e, n) => `${e}.${n}`, t4 = r.div`
14392
14392
  width: 12px;
14393
14393
  height: 12px;
14394
14394
  color: ${(e) => e.theme.colors.primary};
14395
- `, R4 = r(wu)`
14395
+ `, E4 = r(wu)`
14396
14396
  width: ${o.sp3};
14397
14397
  height: ${o.sp3};
14398
14398
  flex-shrink: 0;
14399
- `, E4 = r.div`
14399
+ `, R4 = r.div`
14400
14400
  display: flex;
14401
14401
  color: ${(e) => e.theme.colors.primary};
14402
14402
  align-items: center;
@@ -14954,10 +14954,10 @@ function iT(e) {
14954
14954
  $.fetchState,
14955
14955
  l
14956
14956
  ]);
14957
- const S = async (w, R) => {
14957
+ const S = async (w, E) => {
14958
14958
  if (w.includes(ri) || w.includes(Ho)) {
14959
14959
  if (w.includes(Ho)) {
14960
- const { applyChanges: H } = R, { changeType: A, shouldProrate: k } = H;
14960
+ const { applyChanges: H } = E, { changeType: A, shouldProrate: k } = H;
14961
14961
  A === "applyImmediately" && f?.applyEndOfTerm === !0 && k === !1 ? v.setValue(
14962
14962
  Ho,
14963
14963
  {
@@ -14974,12 +14974,12 @@ function iT(e) {
14974
14974
  { shouldDirty: !0 }
14975
14975
  );
14976
14976
  }
14977
- c(R);
14977
+ c(E);
14978
14978
  }
14979
14979
  };
14980
14980
  te(() => {
14981
- const w = v.watch((R, { name: H }) => {
14982
- H != null && R != null && tn(() => S(H, R));
14981
+ const w = v.watch((E, { name: H }) => {
14982
+ H != null && E != null && tn(() => S(H, E));
14983
14983
  });
14984
14984
  return () => {
14985
14985
  w.unsubscribe();
@@ -15035,7 +15035,7 @@ function iT(e) {
15035
15035
  sectionId: ri,
15036
15036
  subscriptionUpdateData: f,
15037
15037
  recommendedSubscriptionPlanId: Q,
15038
- subscriptionMetaDetails: Rn(s),
15038
+ subscriptionMetaDetails: En(s),
15039
15039
  isDisabled: a
15040
15040
  }
15041
15041
  ),
@@ -15087,7 +15087,7 @@ const i$ = r.div`
15087
15087
  height: 100%;
15088
15088
  overflow-y: auto;
15089
15089
  `, $l = (e) => `${e}_form`, Cl = (e) => {
15090
- const { data: n, subscriptionDetail: i } = e, s = i?.summary?.summary, a = i?.subscription.subscription.subscriptionPlanId, { plans: c, addOns: l, coupons: d } = Rn(e), p = s?.recommendedSubscriptionPlanId != null && a === s?.primarySubscriptionPlanId ? s?.recommendedSubscriptionPlanId : void 0;
15090
+ const { data: n, subscriptionDetail: i } = e, s = i?.summary?.summary, a = i?.subscription.subscription.subscriptionPlanId, { plans: c, addOns: l, coupons: d } = En(e), p = s?.recommendedSubscriptionPlanId != null && a === s?.primarySubscriptionPlanId ? s?.recommendedSubscriptionPlanId : void 0;
15091
15091
  return {
15092
15092
  [ri]: {
15093
15093
  subscriptionPlan: {
@@ -15121,7 +15121,7 @@ const i$ = r.div`
15121
15121
  selectedOption: i,
15122
15122
  allOptions: s
15123
15123
  };
15124
- }) ?? [], Rn = (e) => {
15124
+ }) ?? [], En = (e) => {
15125
15125
  const { subscriptionMetaDetails: n } = e, i = n.plans.filter((c) => c.plan.statusCode === "active").map((c) => c.plan), s = n.addOns.filter(
15126
15126
  (c) => c.addOn.statusCode === "active" && c.addOn.chargeType === "recurring"
15127
15127
  ).map((c) => c.addOn), a = n.coupons.filter((c) => c.coupon.statusCode === "active").map((c) => c.coupon);
@@ -15168,7 +15168,7 @@ const i$ = r.div`
15168
15168
  !1
15169
15169
  );
15170
15170
  }, c$ = (e) => {
15171
- const { subscriptionDetail: n } = e, i = n?.subscription.subscription.status.code, s = n?.summary?.summary, a = n?.subscription.subscription.subscriptionPlanId, { plans: c, addOns: l, coupons: d } = Rn(e), p = s?.recommendedSubscriptionPlanId != null && a === s?.primarySubscriptionPlanId ? s?.recommendedSubscriptionPlanId : void 0;
15171
+ const { subscriptionDetail: n } = e, i = n?.subscription.subscription.status.code, s = n?.summary?.summary, a = n?.subscription.subscription.subscriptionPlanId, { plans: c, addOns: l, coupons: d } = En(e), p = s?.recommendedSubscriptionPlanId != null && a === s?.primarySubscriptionPlanId ? s?.recommendedSubscriptionPlanId : void 0;
15172
15172
  return {
15173
15173
  [ri]: {
15174
15174
  subscriptionPlan: {
@@ -15483,7 +15483,7 @@ function sT(e) {
15483
15483
  {
15484
15484
  sectionId: ii,
15485
15485
  subscriptionCreateData: f,
15486
- subscriptionMetaDetails: Rn(a),
15486
+ subscriptionMetaDetails: En(a),
15487
15487
  isDisabled: c
15488
15488
  }
15489
15489
  ),
@@ -15541,7 +15541,7 @@ const S$ = r.div`
15541
15541
  height: 100%;
15542
15542
  overflow-y: auto;
15543
15543
  `, Sl = (e) => `${e}_form`, vl = (e) => {
15544
- const { data: n } = e, { plans: i, addOns: s, coupons: a } = Rn(e);
15544
+ const { data: n } = e, { plans: i, addOns: s, coupons: a } = En(e);
15545
15545
  return {
15546
15546
  [ii]: {
15547
15547
  subscriptionPlan: {
@@ -15578,7 +15578,7 @@ const S$ = r.div`
15578
15578
  !1
15579
15579
  );
15580
15580
  }, T$ = (e) => {
15581
- const { plans: n, addOns: i, coupons: s } = Rn(e);
15581
+ const { plans: n, addOns: i, coupons: s } = En(e);
15582
15582
  return {
15583
15583
  [ii]: {
15584
15584
  subscriptionPlan: {
@@ -15690,7 +15690,7 @@ function I$({
15690
15690
  children: [
15691
15691
  /* @__PURE__ */ t.jsx(Zt, { children: d.value }),
15692
15692
  /* @__PURE__ */ t.jsx(
15693
- R$,
15693
+ E$,
15694
15694
  {
15695
15695
  sortDataValue: i.sortKey,
15696
15696
  headerdata: d,
@@ -15701,7 +15701,7 @@ function I$({
15701
15701
  }
15702
15702
  ),
15703
15703
  /* @__PURE__ */ t.jsx(
15704
- E$,
15704
+ R$,
15705
15705
  {
15706
15706
  sortDataValue: i.sortKey,
15707
15707
  windowSize: s,
@@ -15756,12 +15756,12 @@ const L$ = cr.memo(I$), A$ = r(ke)`
15756
15756
  cursor: pointer;
15757
15757
  width: 12px;
15758
15758
  height: 12px;
15759
- `, R$ = r.div`
15759
+ `, E$ = r.div`
15760
15760
  display: flex;
15761
15761
  align-items: center;
15762
15762
  transform: ${(e) => e.sortDataValue === e.headerdata.key && e.headerdata.sortOrder === "descending" ? "rotate(180deg)" : "rotate(0deg)"};
15763
15763
  ${(e) => e.headerdata.sortOrder === "ascending" ? "padding-top: 2px" : "padding-bottom: 2px"}
15764
- `, E$ = r.div`
15764
+ `, R$ = r.div`
15765
15765
  display: ${(e) => e.isVisible ? "flex" : "none"};
15766
15766
  align-items: center;
15767
15767
  padding-top: 2px;
@@ -15822,7 +15822,7 @@ const L$ = cr.memo(I$), A$ = r(ke)`
15822
15822
  openThreadId: x,
15823
15823
  threadStyle: k.threadStyle,
15824
15824
  openThreadMetadata: F?.metadata ?? null,
15825
- onElementClick: R,
15825
+ onElementClick: E,
15826
15826
  onAddThreadClick: H
15827
15827
  }
15828
15828
  ), w = oe(
@@ -15852,7 +15852,7 @@ const L$ = cr.memo(I$), A$ = r(ke)`
15852
15852
  }
15853
15853
  },
15854
15854
  [m, f, x, C, v, S, D]
15855
- ), R = oe(
15855
+ ), E = oe(
15856
15856
  (k, M, re = !1) => {
15857
15857
  const pe = Zo.find(
15858
15858
  (Y) => Y.key === M
@@ -15930,7 +15930,7 @@ const L$ = cr.memo(I$), A$ = r(ke)`
15930
15930
  isThreadOpen: fe || ie,
15931
15931
  isThreadAllowed: k.isThreadAllowed,
15932
15932
  className: le,
15933
- onContextMenu: (q) => R(q, k.key),
15933
+ onContextMenu: (q) => E(q, k.key),
15934
15934
  ref: (q) => {
15935
15935
  c(m, k.key, q);
15936
15936
  },
@@ -15996,7 +15996,7 @@ const L$ = cr.memo(I$), A$ = r(ke)`
15996
15996
  isElementThreadPresent: G,
15997
15997
  itemKey: k.key,
15998
15998
  style: { left: o.sp4 },
15999
- onElementClick: R
15999
+ onElementClick: E
16000
16000
  }
16001
16001
  ),
16002
16002
  /* @__PURE__ */ t.jsx(
@@ -16027,7 +16027,7 @@ const L$ = cr.memo(I$), A$ = r(ke)`
16027
16027
  windowSize: h,
16028
16028
  isThreadAllowed: k.isThreadAllowed,
16029
16029
  className: le,
16030
- onContextMenu: (q) => R(q, k.key),
16030
+ onContextMenu: (q) => E(q, k.key),
16031
16031
  children: [
16032
16032
  /* @__PURE__ */ t.jsx(
16033
16033
  Or,
@@ -16060,7 +16060,7 @@ const L$ = cr.memo(I$), A$ = r(ke)`
16060
16060
  windowSize: h,
16061
16061
  isThreadAllowed: k.isThreadAllowed,
16062
16062
  className: le,
16063
- onContextMenu: (q) => R(q, k.key),
16063
+ onContextMenu: (q) => E(q, k.key),
16064
16064
  children: [
16065
16065
  /* @__PURE__ */ t.jsx(
16066
16066
  Or,
@@ -16093,7 +16093,7 @@ const L$ = cr.memo(I$), A$ = r(ke)`
16093
16093
  windowSize: h,
16094
16094
  isThreadAllowed: k.isThreadAllowed,
16095
16095
  className: le,
16096
- onContextMenu: (q) => R(q, k.key),
16096
+ onContextMenu: (q) => E(q, k.key),
16097
16097
  children: [
16098
16098
  /* @__PURE__ */ t.jsx(
16099
16099
  Or,
@@ -16126,7 +16126,7 @@ const L$ = cr.memo(I$), A$ = r(ke)`
16126
16126
  windowSize: h,
16127
16127
  isThreadAllowed: k.isThreadAllowed,
16128
16128
  className: le,
16129
- onContextMenu: (q) => R(q, k.key),
16129
+ onContextMenu: (q) => E(q, k.key),
16130
16130
  children: [
16131
16131
  /* @__PURE__ */ t.jsx(
16132
16132
  Or,
@@ -16159,7 +16159,7 @@ const L$ = cr.memo(I$), A$ = r(ke)`
16159
16159
  windowSize: h,
16160
16160
  isThreadAllowed: k.isThreadAllowed,
16161
16161
  className: le,
16162
- onContextMenu: (q) => R(q, k.key),
16162
+ onContextMenu: (q) => E(q, k.key),
16163
16163
  children: [
16164
16164
  /* @__PURE__ */ t.jsx(
16165
16165
  J$,
@@ -16449,32 +16449,32 @@ const L$ = cr.memo(I$), A$ = r(ke)`
16449
16449
  (K, ee, Q) => {
16450
16450
  const w = e.companies.findIndex(
16451
16451
  (H) => H.company.company.companyInfo.companyId === K
16452
- ), R = Zo.findIndex(
16452
+ ), E = Zo.findIndex(
16453
16453
  (H) => H.key === ee
16454
16454
  );
16455
- w !== -1 && R !== -1 && (F.current[w] == null ? F.current[w] = [Q] : F.current[w][R] = Q);
16455
+ w !== -1 && E !== -1 && (F.current[w] == null ? F.current[w] = [Q] : F.current[w][E] = Q);
16456
16456
  },
16457
16457
  [e.companies]
16458
16458
  );
16459
16459
  return te(() => {
16460
16460
  if (P != null && p != null) {
16461
- const { companyId: K, entityType: ee } = P, [Q, w] = ee.split("."), R = e.companies.findIndex(
16461
+ const { companyId: K, entityType: ee } = P, [Q, w] = ee.split("."), E = e.companies.findIndex(
16462
16462
  (M) => M.company.company.companyInfo.companyId === K
16463
16463
  ), H = Zo.findIndex(
16464
16464
  (M) => M.key === w
16465
16465
  );
16466
- R !== -1 && !(p.visibleStartIndex <= R && p.visibleStopIndex >= R) && d.current?.scrollToItem(R, "center"), setTimeout(() => {
16467
- const M = F.current[R]?.[0]?.getBoundingClientRect().bottom, re = F.current[R]?.[0]?.getBoundingClientRect().top;
16466
+ E !== -1 && !(p.visibleStartIndex <= E && p.visibleStopIndex >= E) && d.current?.scrollToItem(E, "center"), setTimeout(() => {
16467
+ const M = F.current[E]?.[0]?.getBoundingClientRect().bottom, re = F.current[E]?.[0]?.getBoundingClientRect().top;
16468
16468
  M != null && re != null && // Open the thread if the whole table container is in the viewport
16469
16469
  (window.innerHeight >= M && window.innerHeight >= re || // Also open the thread if the top of the table is outside the viewport
16470
16470
  // to account for window heights smaller than the table height
16471
- re < 0) && F.current[R][H]?.scrollIntoView({
16471
+ re < 0) && F.current[E][H]?.scrollIntoView({
16472
16472
  block: "center",
16473
16473
  behavior: "auto"
16474
16474
  });
16475
16475
  }, 0);
16476
16476
  const k = setInterval(() => {
16477
- const M = F.current[R]?.[H]?.getBoundingClientRect().left, re = F.current[R]?.[H]?.getBoundingClientRect().right, pe = F.current[R]?.[H]?.offsetWidth;
16477
+ const M = F.current[E]?.[H]?.getBoundingClientRect().left, re = F.current[E]?.[H]?.getBoundingClientRect().right, pe = F.current[E]?.[H]?.offsetWidth;
16478
16478
  if (M != null && pe != null && re != null && (M < window.innerWidth - pe || re < window.innerWidth)) {
16479
16479
  clearInterval(k);
16480
16480
  const Y = P.threadId, X = P.onThreadShownCallback;
@@ -17034,9 +17034,9 @@ const {
17034
17034
  /* @__PURE__ */ t.jsx(AC, {}),
17035
17035
  /* @__PURE__ */ t.jsxs(OC, { children: [
17036
17036
  /* @__PURE__ */ t.jsx(DC, { children: e.companyName }),
17037
- /* @__PURE__ */ t.jsx(RC, { children: e.tenantId })
17037
+ /* @__PURE__ */ t.jsx(EC, { children: e.tenantId })
17038
17038
  ] }),
17039
- /* @__PURE__ */ t.jsx(EC, { onClick: l, children: /* @__PURE__ */ t.jsx(NC, {}) })
17039
+ /* @__PURE__ */ t.jsx(RC, { onClick: l, children: /* @__PURE__ */ t.jsx(NC, {}) })
17040
17040
  ] }) }),
17041
17041
  /* @__PURE__ */ t.jsxs(MC, { children: [
17042
17042
  /* @__PURE__ */ t.jsxs(qi, { children: [
@@ -17168,28 +17168,28 @@ const {
17168
17168
  C && /* @__PURE__ */ t.jsx(i5, { children: Array.from(
17169
17169
  { length: Pe.jobSkeletonRowCount },
17170
17170
  (v, S) => /* @__PURE__ */ t.jsxs(s5, { children: [
17171
- /* @__PURE__ */ t.jsx(Rr, { $flex: !0, children: /* @__PURE__ */ t.jsx(
17171
+ /* @__PURE__ */ t.jsx(Er, { $flex: !0, children: /* @__PURE__ */ t.jsx(
17172
17172
  Mt,
17173
17173
  {
17174
17174
  width: S % 2 === 0 ? 90 : 70,
17175
17175
  height: Pe.skeletonLoaderHeightPx
17176
17176
  }
17177
17177
  ) }),
17178
- /* @__PURE__ */ t.jsx(Rr, { children: /* @__PURE__ */ t.jsx(
17178
+ /* @__PURE__ */ t.jsx(Er, { children: /* @__PURE__ */ t.jsx(
17179
17179
  Mt,
17180
17180
  {
17181
17181
  width: 60,
17182
17182
  height: Pe.skeletonLoaderHeightPx
17183
17183
  }
17184
17184
  ) }),
17185
- /* @__PURE__ */ t.jsx(Rr, { children: /* @__PURE__ */ t.jsx(
17185
+ /* @__PURE__ */ t.jsx(Er, { children: /* @__PURE__ */ t.jsx(
17186
17186
  Mt,
17187
17187
  {
17188
17188
  width: o.sp11,
17189
17189
  height: Pe.skeletonLoaderHeightPx
17190
17190
  }
17191
17191
  ) }),
17192
- /* @__PURE__ */ t.jsx(Rr, { children: /* @__PURE__ */ t.jsx(
17192
+ /* @__PURE__ */ t.jsx(Er, { children: /* @__PURE__ */ t.jsx(
17193
17193
  Mt,
17194
17194
  {
17195
17195
  width: 70,
@@ -17276,10 +17276,10 @@ const jC = Dt(
17276
17276
  `, DC = r(Ln)`
17277
17277
  color: ${(e) => e.theme.colors.primary};
17278
17278
  overflow: hidden;
17279
- `, RC = r(ke)`
17279
+ `, EC = r(ke)`
17280
17280
  color: ${(e) => e.theme.colors.hero};
17281
17281
  overflow: hidden;
17282
- `, EC = r.div`
17282
+ `, RC = r.div`
17283
17283
  display: flex;
17284
17284
  align-items: center;
17285
17285
  justify-content: center;
@@ -17443,7 +17443,7 @@ const jC = Dt(
17443
17443
  background: ${(e) => e.theme.colors.grey5};
17444
17444
  border-bottom: 1px solid ${(e) => e.theme.colors.grey2};
17445
17445
  box-sizing: border-box;
17446
- `, Rr = r.div`
17446
+ `, Er = r.div`
17447
17447
  flex: ${(e) => e.$flex === !0 ? "1 1 auto" : "0 0 auto"};
17448
17448
  min-width: ${(e) => e.$flex === !0 ? `${Pe.jobOperationMinWidthPx}px` : `${Pe.jobStatusColumnWidthPx}px`};
17449
17449
  padding: ${o.sp1} ${o.sp2};
@@ -17491,7 +17491,7 @@ const c5 = r.div`
17491
17491
  `, u5 = r(hi)`
17492
17492
  height: ${o.sp4};
17493
17493
  width: ${o.sp4};
17494
- `, h5 = Eo`
17494
+ `, h5 = Ro`
17495
17495
  0% {
17496
17496
  rotate: 0
17497
17497
  }
@@ -17724,9 +17724,9 @@ const c5 = r.div`
17724
17724
  }
17725
17725
  ),
17726
17726
  /* @__PURE__ */ t.jsx(P5, { $hideBorder: C, children: D }),
17727
- /* @__PURE__ */ t.jsx(I5, { $hideBorder: C, children: c && !l && /* @__PURE__ */ t.jsxs(R5, { onClick: (j) => j.stopPropagation(), children: [
17727
+ /* @__PURE__ */ t.jsx(I5, { $hideBorder: C, children: c && !l && /* @__PURE__ */ t.jsxs(E5, { onClick: (j) => j.stopPropagation(), children: [
17728
17728
  /* @__PURE__ */ t.jsx(
17729
- E5,
17729
+ R5,
17730
17730
  {
17731
17731
  ref: y,
17732
17732
  onClick: () => $(!b),
@@ -17904,7 +17904,7 @@ const g5 = Dt(
17904
17904
  color: ${(e) => e.theme.colors.grey1};
17905
17905
  `, A5 = r(vu)``, O5 = r(ke)`
17906
17906
  color: ${(e) => e.theme.colors.grey1};
17907
- `, Er = {
17907
+ `, Rr = {
17908
17908
  active: "tagSuccess",
17909
17909
  pending: "tagWarning",
17910
17910
  onboarding: "tagInfo",
@@ -17918,11 +17918,11 @@ const g5 = Dt(
17918
17918
  padding: ${Pe.statusBadgeVerticalPadding} ${o.sp2};
17919
17919
  border-radius: ${o.sp2};
17920
17920
  text-transform: capitalize;
17921
- background-color: ${(e) => e.theme.colors[`${Er[e.status] ?? Er.unknown}Bg`]};
17922
- color: ${(e) => e.theme.colors[`${Er[e.status] ?? Er.unknown}Color`]};
17923
- `, R5 = r.div`
17921
+ background-color: ${(e) => e.theme.colors[`${Rr[e.status] ?? Rr.unknown}Bg`]};
17922
+ color: ${(e) => e.theme.colors[`${Rr[e.status] ?? Rr.unknown}Color`]};
17923
+ `, E5 = r.div`
17924
17924
  position: relative;
17925
- `, E5 = r.button`
17925
+ `, R5 = r.button`
17926
17926
  background: none;
17927
17927
  border: none;
17928
17928
  cursor: pointer;
@@ -18044,7 +18044,7 @@ const g5 = Dt(
18044
18044
  color: ${(e) => e.theme.colors.champion};
18045
18045
  text-transform: uppercase;
18046
18046
  letter-spacing: 0.05em;
18047
- `, Br = r(Ro)`
18047
+ `, Br = r(Eo)`
18048
18048
  color: ${(e) => e.theme.colors.primary};
18049
18049
  margin-top: ${o.sp2};
18050
18050
  `, K5 = T.getLocalizedStrings().common, { aiAccountantCustomer: At } = T.getLocalizedStrings(), H5 = "evaluate", G5 = [
@@ -18093,11 +18093,11 @@ const g5 = Dt(
18093
18093
  )
18094
18094
  )
18095
18095
  );
18096
- }, [L, l.selectedCustomersForJobTrigger]), [K, ee] = V(!1), Q = $e(null), [w, R] = V({ top: 0, right: 0 });
18096
+ }, [L, l.selectedCustomersForJobTrigger]), [K, ee] = V(!1), Q = $e(null), [w, E] = V({ top: 0, right: 0 });
18097
18097
  te(() => {
18098
18098
  if (K && Q.current != null) {
18099
18099
  const Y = Q.current.getBoundingClientRect();
18100
- R({
18100
+ E({
18101
18101
  top: Y.bottom,
18102
18102
  right: window.innerWidth - Y.right
18103
18103
  });
@@ -18408,14 +18408,14 @@ function lw({
18408
18408
  ) }) : /* @__PURE__ */ t.jsx(Vo, { children: s.typeOfQBOAccount.advanced })
18409
18409
  ] })
18410
18410
  ] }),
18411
- n === !0 ? /* @__PURE__ */ t.jsx(Rl, { children: /* @__PURE__ */ t.jsx(
18411
+ n === !0 ? /* @__PURE__ */ t.jsx(El, { children: /* @__PURE__ */ t.jsx(
18412
18412
  Mt,
18413
18413
  {
18414
18414
  width: _o[3],
18415
18415
  height: B[4]
18416
18416
  }
18417
18417
  ) }) : /* @__PURE__ */ t.jsxs(
18418
- Rl,
18418
+ El,
18419
18419
  {
18420
18420
  onClick: () => {
18421
18421
  i();
@@ -18473,9 +18473,9 @@ const cw = r.div`
18473
18473
  flex-direction: column;
18474
18474
  justify-content: center;
18475
18475
  align-items: center;
18476
- `, xn = r(Ro)`
18476
+ `, xn = r(Eo)`
18477
18477
  color: ${(e) => e.theme.colors.primary};
18478
- `, Rl = r.div`
18478
+ `, El = r.div`
18479
18479
  display: flex;
18480
18480
  flex-direction: row;
18481
18481
  align-items: center;
@@ -18599,7 +18599,7 @@ const Cw = r.div`
18599
18599
  `, mp = {
18600
18600
  maxWidth: new z(280, 322),
18601
18601
  contentMaxWidth: new z(200, 250)
18602
- }, Sw = Eo`
18602
+ }, Sw = Ro`
18603
18603
  0% {
18604
18604
  transform: translateX(100%)
18605
18605
  }
@@ -18622,7 +18622,7 @@ const Cw = r.div`
18622
18622
  justify-content: center;
18623
18623
  align-items: flex-start;
18624
18624
  animation: ${Sw} 0.4s;
18625
- `, El = r(io)`
18625
+ `, Rl = r(io)`
18626
18626
  color: ${O.neutralGrey2Light};
18627
18627
  word-break: break-word;
18628
18628
  `, Nl = r.div`
@@ -18655,7 +18655,7 @@ function Ml(e) {
18655
18655
  });
18656
18656
  const c = kw(a);
18657
18657
  return /* @__PURE__ */ t.jsxs(vw, { windowSize: n, children: [
18658
- i ? /* @__PURE__ */ t.jsx(Nl, { windowSize: n, children: /* @__PURE__ */ t.jsx(El, { children: i }) }) : /* @__PURE__ */ t.jsx(Nl, { windowSize: n, children: /* @__PURE__ */ t.jsx(El, { children: c }) }),
18658
+ i ? /* @__PURE__ */ t.jsx(Nl, { windowSize: n, children: /* @__PURE__ */ t.jsx(Rl, { children: i }) }) : /* @__PURE__ */ t.jsx(Nl, { windowSize: n, children: /* @__PURE__ */ t.jsx(Rl, { children: c }) }),
18659
18659
  /* @__PURE__ */ t.jsx(jw, { onClick: s, children: /* @__PURE__ */ t.jsx(Bt, {}) })
18660
18660
  ] });
18661
18661
  }
@@ -18766,7 +18766,7 @@ function Tw({
18766
18766
  windowSize: s,
18767
18767
  children: [
18768
18768
  /* @__PURE__ */ t.jsxs(
18769
- Rw,
18769
+ Ew,
18770
18770
  {
18771
18771
  onClick: () => l(
18772
18772
  cd(d.key),
@@ -18842,7 +18842,7 @@ const Pw = cr.memo(Tw), Iw = r.div`
18842
18842
  display: flex;
18843
18843
  align-items: center;
18844
18844
  padding-top: 2px;
18845
- `, Rw = r.div`
18845
+ `, Ew = r.div`
18846
18846
  display: flex;
18847
18847
  cursor: pointer;
18848
18848
  gap: 5px;
@@ -18858,7 +18858,7 @@ function nr({
18858
18858
  pendingVerification: a = !1,
18859
18859
  onClick: c
18860
18860
  }) {
18861
- return e === !0 ? /* @__PURE__ */ t.jsx(Ew, { clickable: c != null, onClick: c, children: /* @__PURE__ */ t.jsx(ke, { children: T.getLocalizedStrings().common.completeText }) }) : a === !0 ? /* @__PURE__ */ t.jsx(Mw, { clickable: c != null, onClick: c, children: /* @__PURE__ */ t.jsx(ke, { children: T.getLocalizedStrings().common.pendingVerificationText }) }) : s === !0 ? /* @__PURE__ */ t.jsx(Nw, { clickable: c != null, onClick: c, children: /* @__PURE__ */ t.jsx(ke, { children: T.getLocalizedStrings().common.pendingReviewText }) }) : n === !0 ? /* @__PURE__ */ t.jsx(
18861
+ return e === !0 ? /* @__PURE__ */ t.jsx(Rw, { clickable: c != null, onClick: c, children: /* @__PURE__ */ t.jsx(ke, { children: T.getLocalizedStrings().common.completeText }) }) : a === !0 ? /* @__PURE__ */ t.jsx(Mw, { clickable: c != null, onClick: c, children: /* @__PURE__ */ t.jsx(ke, { children: T.getLocalizedStrings().common.pendingVerificationText }) }) : s === !0 ? /* @__PURE__ */ t.jsx(Nw, { clickable: c != null, onClick: c, children: /* @__PURE__ */ t.jsx(ke, { children: T.getLocalizedStrings().common.pendingReviewText }) }) : n === !0 ? /* @__PURE__ */ t.jsx(
18862
18862
  zl,
18863
18863
  {
18864
18864
  clickable: c != null,
@@ -18876,7 +18876,7 @@ function nr({
18876
18876
  }
18877
18877
  );
18878
18878
  }
18879
- const Ew = r.div`
18879
+ const Rw = r.div`
18880
18880
  color: ${(e) => e.theme.colors.success};
18881
18881
  border: 1px solid ${(e) => e.theme.colors.success};
18882
18882
  padding: ${o.sp0} 6px;
@@ -19161,16 +19161,16 @@ const Ew = r.div`
19161
19161
  },
19162
19162
  !1
19163
19163
  ), {
19164
- openThread: R,
19164
+ openThread: E,
19165
19165
  threads: H,
19166
19166
  addThread: A,
19167
19167
  removeThread: k,
19168
19168
  setOpenThread: M
19169
- } = qe(ut), re = R !== null ? H.get(R) : null, pe = R?.includes(S) === !0, Y = R != null && H.get(R) == null && pe, X = l != null && H.get(l)?.metadata.companyId === S, ne = oe(() => {
19170
- R?.includes(Ue) === !0 && k(R), l != null && g(void 0);
19169
+ } = qe(ut), re = E !== null ? H.get(E) : null, pe = E?.includes(S) === !0, Y = E != null && H.get(E) == null && pe, X = l != null && H.get(l)?.metadata.companyId === S, ne = oe(() => {
19170
+ E?.includes(Ue) === !0 && k(E), l != null && g(void 0);
19171
19171
  }, [
19172
19172
  l,
19173
- R,
19173
+ E,
19174
19174
  k,
19175
19175
  g
19176
19176
  ]), G = (U) => /* @__PURE__ */ t.jsx(
@@ -19182,7 +19182,7 @@ const Ew = r.div`
19182
19182
  elementThreadId: U.elementThreadId ?? Jw.empty,
19183
19183
  roomId: K,
19184
19184
  addThreadRequestThreadId: l,
19185
- openThreadId: R,
19185
+ openThreadId: E,
19186
19186
  threadStyle: U.threadStyle,
19187
19187
  openThreadMetadata: re?.metadata ?? null,
19188
19188
  onElementClick: ie,
@@ -19191,7 +19191,7 @@ const Ew = r.div`
19191
19191
  }
19192
19192
  ), fe = oe(
19193
19193
  (U) => {
19194
- if (U === R)
19194
+ if (U === E)
19195
19195
  M(null);
19196
19196
  else if (H.has(U))
19197
19197
  M(U);
@@ -19218,7 +19218,7 @@ const Ew = r.div`
19218
19218
  [
19219
19219
  S,
19220
19220
  P,
19221
- R,
19221
+ E,
19222
19222
  H,
19223
19223
  A,
19224
19224
  M,
@@ -19252,9 +19252,9 @@ const Ew = r.div`
19252
19252
  );
19253
19253
  Ne instanceof HTMLElement && y(Ne);
19254
19254
  }
19255
- const Ee = [
19255
+ const Re = [
19256
19256
  ...zt(H, { entityType: je, companyId: S }, "both")
19257
- ], He = Ee.length > 0 && Ee[0].length > 0 ? Ee[0][0] : Je("onboarding", se.key, S);
19257
+ ], He = Re.length > 0 && Re[0].length > 0 ? Re[0][0] : Je("onboarding", se.key, S);
19258
19258
  H.has(He) ? fe(He) : l === He ? g(void 0) : (g(He), M(null));
19259
19259
  }
19260
19260
  },
@@ -19287,7 +19287,7 @@ const Ew = r.div`
19287
19287
  U.unsubscribe();
19288
19288
  };
19289
19289
  });
19290
- const we = j?.inviteSent, Re = j?.accountingConnectionCreationMode, N = oe(
19290
+ const we = j?.inviteSent, Ee = j?.accountingConnectionCreationMode, N = oe(
19291
19291
  (U) => {
19292
19292
  if (j == null)
19293
19293
  return !1;
@@ -19320,8 +19320,8 @@ const Ew = r.div`
19320
19320
  ), { useFeatureGate: ue } = As(), { isFeatureEnabled: be } = ue(
19321
19321
  Tu.isDebitCardFeatureEnabled
19322
19322
  ), Se = Fh(be, I), Ce = Xe(() => {
19323
- const U = j?.inviteAccepted === !0, Ie = j?.groupCreated.completed === !0, ve = j?.customerCreated.completed === !0, se = j?.accountingConnectionCreationMode == null, je = j?.accountingConnectionCreationMode === "zeni_user" && j?.qboLinked.completed !== !0, Ee = !Se;
19324
- return U || !Ie || !ve || se && Ee || je && Ee;
19323
+ const U = j?.inviteAccepted === !0, Ie = j?.groupCreated.completed === !0, ve = j?.customerCreated.completed === !0, se = j?.accountingConnectionCreationMode == null, je = j?.accountingConnectionCreationMode === "zeni_user" && j?.qboLinked.completed !== !0, Re = !Se;
19324
+ return U || !Ie || !ve || se && Re || je && Re;
19325
19325
  }, [
19326
19326
  j?.accountingConnectionCreationMode,
19327
19327
  j?.customerCreated.completed,
@@ -19349,11 +19349,11 @@ const Ew = r.div`
19349
19349
  key: U.key
19350
19350
  }), se = Qo.length - 2 <= Ie, je = [
19351
19351
  ...zt(H, { entityType: ve, companyId: S }, "both")
19352
- ], Ee = je.length > 0 && je[0].length > 0 ? je[0][0] : Je(
19352
+ ], Re = je.length > 0 && je[0].length > 0 ? je[0][0] : Je(
19353
19353
  "onboarding",
19354
19354
  U.key,
19355
19355
  S
19356
- ), He = H.get(Ee), Ne = He != null && He.resolved === !1, dt = Ee === R, Ke = l === Ee;
19356
+ ), He = H.get(Re), Ne = He != null && He.resolved === !1, dt = Re === E, Ke = l === Re;
19357
19357
  switch (U.key) {
19358
19358
  case "companyName":
19359
19359
  return /* @__PURE__ */ t.jsxs(
@@ -19386,7 +19386,7 @@ const Ew = r.div`
19386
19386
  isElementThreadOpen: dt,
19387
19387
  targetElement: d ?? $,
19388
19388
  roomId: K,
19389
- openThreadId: R,
19389
+ openThreadId: E,
19390
19390
  openThreadMetadata: re?.metadata ?? null
19391
19391
  }
19392
19392
  )
@@ -19439,7 +19439,7 @@ const Ew = r.div`
19439
19439
  )
19440
19440
  ]
19441
19441
  },
19442
- Ee
19442
+ Re
19443
19443
  );
19444
19444
  case "groupCreated":
19445
19445
  case "customerCreated":
@@ -19468,12 +19468,12 @@ const Ew = r.div`
19468
19468
  isElementThreadOpen: dt,
19469
19469
  isElementThreadPresent: Ne,
19470
19470
  itemKey: U.key,
19471
- elementThreadId: Ee,
19471
+ elementThreadId: Re,
19472
19472
  threadStyle: se ? { right: o.sp0 } : void 0
19473
19473
  })
19474
19474
  ]
19475
19475
  },
19476
- Ee
19476
+ Re
19477
19477
  );
19478
19478
  case "bankAccountLinked":
19479
19479
  return /* @__PURE__ */ t.jsxs(
@@ -19505,12 +19505,12 @@ const Ew = r.div`
19505
19505
  isElementThreadOpen: dt,
19506
19506
  isElementThreadPresent: Ne,
19507
19507
  itemKey: U.key,
19508
- elementThreadId: Ee,
19508
+ elementThreadId: Re,
19509
19509
  threadStyle: se ? { right: o.sp0 } : void 0
19510
19510
  })
19511
19511
  ]
19512
19512
  },
19513
- Ee
19513
+ Re
19514
19514
  );
19515
19515
  case "qboLinked":
19516
19516
  return /* @__PURE__ */ t.jsxs(
@@ -19532,19 +19532,19 @@ const Ew = r.div`
19532
19532
  onOnboardingStepClicked: Ae,
19533
19533
  onboardingInfo: j,
19534
19534
  allUsers: i,
19535
- isDisabled: Re === "customer" && we !== !0 || Se
19535
+ isDisabled: Ee === "customer" && we !== !0 || Se
19536
19536
  }
19537
19537
  ),
19538
19538
  G({
19539
19539
  isElementThreadOpen: dt,
19540
19540
  isElementThreadPresent: Ne,
19541
19541
  itemKey: U.key,
19542
- elementThreadId: Ee,
19542
+ elementThreadId: Re,
19543
19543
  threadStyle: se ? { right: o.sp0 } : void 0
19544
19544
  })
19545
19545
  ]
19546
19546
  },
19547
- Ee
19547
+ Re
19548
19548
  );
19549
19549
  case "identityVerified":
19550
19550
  case "businessVerified":
@@ -19574,12 +19574,12 @@ const Ew = r.div`
19574
19574
  isElementThreadOpen: dt,
19575
19575
  isElementThreadPresent: Ne,
19576
19576
  itemKey: U.key,
19577
- elementThreadId: Ee,
19577
+ elementThreadId: Re,
19578
19578
  threadStyle: se ? { right: o.sp0 } : void 0
19579
19579
  })
19580
19580
  ]
19581
19581
  },
19582
- Ee
19582
+ Re
19583
19583
  );
19584
19584
  case "enroller":
19585
19585
  return /* @__PURE__ */ t.jsxs(
@@ -19611,12 +19611,12 @@ const Ew = r.div`
19611
19611
  isElementThreadOpen: dt,
19612
19612
  isElementThreadPresent: Ne,
19613
19613
  itemKey: U.key,
19614
- elementThreadId: Ee,
19614
+ elementThreadId: Re,
19615
19615
  threadStyle: se ? { right: o.sp0 } : void 0
19616
19616
  })
19617
19617
  ]
19618
19618
  },
19619
- Ee
19619
+ Re
19620
19620
  );
19621
19621
  case "invite":
19622
19622
  return /* @__PURE__ */ t.jsxs(
@@ -19650,12 +19650,12 @@ const Ew = r.div`
19650
19650
  isElementThreadOpen: dt,
19651
19651
  isElementThreadPresent: Ne,
19652
19652
  itemKey: U.key,
19653
- elementThreadId: Ee,
19653
+ elementThreadId: Re,
19654
19654
  threadStyle: se ? { right: o.sp0 } : void 0
19655
19655
  })
19656
19656
  ]
19657
19657
  },
19658
- Ee
19658
+ Re
19659
19659
  );
19660
19660
  default:
19661
19661
  return null;
@@ -19829,7 +19829,7 @@ const t7 = r.div``, o7 = r.div`
19829
19829
  ), I = $e([]), [F, L] = V(null), J = !(f === "small" || f === "medium-compact"), { uiState: K } = e, ee = l7.onboardingCompleted.replace(
19830
19830
  "_company-name_",
19831
19831
  K.selectedCustomerName
19832
- ), [Q, w] = V("Not-Started"), [R, H] = V("Not-Started"), { saveFetchState: A, customerCreationStatus: k } = e;
19832
+ ), [Q, w] = V("Not-Started"), [E, H] = V("Not-Started"), { saveFetchState: A, customerCreationStatus: k } = e;
19833
19833
  te(() => {
19834
19834
  A.fetchState === "Completed" && k.stage !== "none" ? (H("Not-Started"), w(A.fetchState)) : w("Not-Started");
19835
19835
  }, [A.fetchState, k]), te(() => {
@@ -19904,16 +19904,16 @@ const t7 = r.div``, o7 = r.div`
19904
19904
  });
19905
19905
  }
19906
19906
  }, 0);
19907
- const Re = setInterval(() => {
19907
+ const Ee = setInterval(() => {
19908
19908
  const N = I.current[de]?.[he]?.getBoundingClientRect().left, Ae = I.current[de]?.[he]?.getBoundingClientRect().right, ue = I.current[de]?.[he]?.offsetWidth;
19909
19909
  if (j.current?.companyId === G && N != null && ue != null && Ae != null && (N < window.innerWidth - ue || Ae < window.innerWidth)) {
19910
- clearInterval(Re);
19910
+ clearInterval(Ee);
19911
19911
  const be = v.threadId, Se = v.onThreadShownCallback;
19912
19912
  be && (x(null), y(v.threadId), Se?.());
19913
19913
  }
19914
19914
  }, 500);
19915
19915
  setTimeout(() => {
19916
- clearInterval(Re), x(null);
19916
+ clearInterval(Ee), x(null);
19917
19917
  }, 2e3);
19918
19918
  }
19919
19919
  }, [
@@ -19953,10 +19953,10 @@ const t7 = r.div``, o7 = r.div`
19953
19953
  }
19954
19954
  }
19955
19955
  ) : null,
19956
- R === "Completed" ? /* @__PURE__ */ t.jsx(
19956
+ E === "Completed" ? /* @__PURE__ */ t.jsx(
19957
19957
  Ml,
19958
19958
  {
19959
- fetchState: R,
19959
+ fetchState: E,
19960
19960
  customMessageText: ee,
19961
19961
  onRemoveSnackbar: () => {
19962
19962
  H("Not-Started");
@@ -20351,7 +20351,7 @@ const g7 = ({ index: e, style: n, data: i }) => {
20351
20351
  flex-direction: column;
20352
20352
  border-radius: ${o.sp2};
20353
20353
  border-top: 1px solid ${(e) => e.theme.colors.grey2};
20354
- `, O7 = r(Ro)`
20354
+ `, O7 = r(Eo)`
20355
20355
  color: ${(e) => e.theme.colors.champion};
20356
20356
  `, D7 = (e) => Dc.test(e), eo = {
20357
20357
  width: new z(343, 580, 756),
@@ -20360,10 +20360,10 @@ const g7 = ({ index: e, style: n, data: i }) => {
20360
20360
  paddingLeft: new z(B[3], B[4]),
20361
20361
  paddingRight: new z(B[2], B[3]),
20362
20362
  labelMarginRight: new z(B[3], B[4])
20363
- }, R7 = {
20363
+ }, E7 = {
20364
20364
  infoLabel: new wn("smallRegular", "standardRegular")
20365
20365
  };
20366
- function E7({
20366
+ function R7({
20367
20367
  label: e,
20368
20368
  multiSelectWithCheckBoxField: n,
20369
20369
  style: i,
@@ -20486,7 +20486,7 @@ const N7 = r.div`
20486
20486
  width: 100%;
20487
20487
  margin-top: ${o.sp1};
20488
20488
  color: ${(e) => e.isError ? O.important : e.theme.colors.hero};
20489
- ${(e) => `${R7.infoLabel.style(e.windowSize)}`};
20489
+ ${(e) => `${E7.infoLabel.style(e.windowSize)}`};
20490
20490
  padding-right: ${o.sp3};
20491
20491
  text-align: right;
20492
20492
  `, F7 = {
@@ -20911,7 +20911,7 @@ const U7 = r.div`
20911
20911
  }
20912
20912
  ),
20913
20913
  /* @__PURE__ */ t.jsx(
20914
- E7,
20914
+ R7,
20915
20915
  {
20916
20916
  label: {
20917
20917
  label: G7.products,
@@ -20956,7 +20956,7 @@ const J7 = r.div`
20956
20956
  flex-direction: column;
20957
20957
  border-top: 1px solid ${(e) => e.theme.colors.grey2};
20958
20958
  border-radius: ${o.sp2};
20959
- `, e6 = r(Ro)`
20959
+ `, e6 = r(Eo)`
20960
20960
  color: ${(e) => e.theme.colors.champion};
20961
20961
  `, t6 = () => {
20962
20962
  const e = T.getLocalizedStrings().cockpit.onboarding.customer.reamlIdTooltip;
@@ -21143,7 +21143,7 @@ const s6 = r.div`
21143
21143
  flex-direction: column;
21144
21144
  gap: ${o.sp2};
21145
21145
  padding-bottom: ${o.sp7};
21146
- `, a6 = r(Ro)`
21146
+ `, a6 = r(Eo)`
21147
21147
  color: ${(e) => e.theme.colors.champion};
21148
21148
  `, l6 = r.div`
21149
21149
  display: flex;
@@ -21273,7 +21273,7 @@ const u6 = r.div`
21273
21273
  `, f6 = r(bc)`
21274
21274
  height: ${o.sp4};
21275
21275
  color: ${(e) => e.theme.colors.primary};
21276
- `, b6 = r(Ro)`
21276
+ `, b6 = r(Eo)`
21277
21277
  color: ${(e) => e.theme.colors.champion};
21278
21278
  `, $6 = r.div`
21279
21279
  display: flex;
@@ -21351,13 +21351,13 @@ function pT({
21351
21351
  ye.empty
21352
21352
  ), [K, ee] = V(
21353
21353
  ye.empty
21354
- ), [Q] = V(ye.empty), [w, R] = V(
21354
+ ), [Q] = V(ye.empty), [w, E] = V(
21355
21355
  ye.empty
21356
21356
  ), [H, A] = V(
21357
21357
  ye.empty
21358
21358
  ), [k, M] = V(!1), [re, pe] = V(!1), [Y, X] = V(
21359
21359
  Fe.customer.completePreOnboardingText
21360
- ), [ne, G] = V(!1), fe = $e(null), ie = $e(null), q = $e(null), { isExistingCustomer: de, isCustomerOnboardedSuccessfully: he } = O6(e), we = de && he ? Fe.customer.customerNameExistInManagementText : Fe.customer.customerNameExistInOnboardingText, Re = Xe(
21360
+ ), [ne, G] = V(!1), fe = $e(null), ie = $e(null), q = $e(null), { isExistingCustomer: de, isCustomerOnboardedSuccessfully: he } = O6(e), we = de && he ? Fe.customer.customerNameExistInManagementText : Fe.customer.customerNameExistInOnboardingText, Ee = Xe(
21361
21361
  () => we.replace(
21362
21362
  "_company-domain_",
21363
21363
  x.companyEmailDomain ?? ye.empty
@@ -21365,11 +21365,11 @@ function pT({
21365
21365
  // eslint-disable-next-line react-hooks/exhaustive-deps
21366
21366
  [y.fetchState]
21367
21367
  ), N = I?.company.companyOnboardingInfo.onboardingInfo?.qboLinked.completed, Ae = oe(() => {
21368
- const E = $.getValues();
21369
- return E[ot].realmId !== E[ot].confirmRealmId ? (R(Fe.customer.realmIdWarning), $.trigger(`${ot}.confirmRealmId`), !1) : (R(ye.empty), $.clearErrors(`${ot}.confirmRealmId`), !0);
21368
+ const R = $.getValues();
21369
+ return R[ot].realmId !== R[ot].confirmRealmId ? (E(Fe.customer.realmIdWarning), $.trigger(`${ot}.confirmRealmId`), !1) : (E(ye.empty), $.clearErrors(`${ot}.confirmRealmId`), !0);
21370
21370
  }, [$]), ue = oe(() => {
21371
- const E = $.getValues();
21372
- return E[ot].entityType.selectedOption?.value == "Subsidiary" && E[ot].company.selectedOption == null ? ($.setError("customerSection.company", {
21371
+ const R = $.getValues();
21372
+ return R[ot].entityType.selectedOption?.value == "Subsidiary" && R[ot].company.selectedOption == null ? ($.setError("customerSection.company", {
21373
21373
  type: "required"
21374
21374
  }), !1) : ($.clearErrors("customerSection.company"), !0);
21375
21375
  }, [$]), be = oe(() => x.customerName?.firstName && !x.customerName?.lastName || !x.customerName?.firstName && x.customerName?.lastName ? ($.trigger(`${ot}.customerName`), !1) : (x.customerName?.firstName || x.customerName?.lastName) && !x.email ? ($.trigger(`${ot}.email`), !1) : (x.customerName?.firstName || x.customerName?.lastName) && x.email && x.selectedProducts?.length === 0 ? (A(Fe.customer.productsWarning), $.trigger(`${ot}.products`), !1) : !0, [
@@ -21384,7 +21384,7 @@ function pT({
21384
21384
  () => {
21385
21385
  Se(), console.warn("Onboarding customer form error");
21386
21386
  }
21387
- ), W = $.getValues()[ot].email ?? ye.empty, U = (E = !1) => {
21387
+ ), W = $.getValues()[ot].email ?? ye.empty, U = (R = !1) => {
21388
21388
  const Te = {
21389
21389
  companyDomain: x.companyEmailDomain ?? ye.empty,
21390
21390
  primaryContactEmail: W
@@ -21403,7 +21403,7 @@ function pT({
21403
21403
  qboRealmId: x.qboRealmId ?? ye.empty,
21404
21404
  hubSpotId: x.hubSpotId
21405
21405
  }, We = {
21406
- isSendInvite: E,
21406
+ isSendInvite: R,
21407
21407
  isInviteAlreadySent: I?.company.companyOnboardingInfo.onboardingInfo?.inviteSent === !0,
21408
21408
  isZeniManagedQboConnectionSelected: x.accountingConnectionCreationMode === "zeni_user",
21409
21409
  isCustomerManagedQboConnectionSelected: x.accountingConnectionCreationMode === "customer",
@@ -21416,7 +21416,7 @@ function pT({
21416
21416
  We
21417
21417
  );
21418
21418
  }, Ie = () => {
21419
- const E = {
21419
+ const R = {
21420
21420
  companyEmailDomain: x.companyEmailDomain ?? ye.empty,
21421
21421
  primaryContactEmail: W
21422
21422
  }, Te = {
@@ -21426,29 +21426,29 @@ function pT({
21426
21426
  isCompanyEmailDomainAvailable: !0
21427
21427
  };
21428
21428
  s?.trackOnboardingNewCustomerGroupCreationCheck(
21429
- E,
21429
+ R,
21430
21430
  Te
21431
21431
  );
21432
21432
  }, ve = () => {
21433
- let E = !0;
21433
+ let R = !0;
21434
21434
  const Te = $.getValues();
21435
21435
  if (Te[Jt].groupEmail !== ye.empty && Te[Jt].groupName === ye.empty)
21436
21436
  J(Fe.customer.groupNameWarning), $.setError("groupSection.groupName", {
21437
21437
  type: "required"
21438
- }), E = !1;
21438
+ }), R = !1;
21439
21439
  else if (Te[Jt].groupName !== ye.empty && Te[Jt].groupEmail === ye.empty)
21440
21440
  ee(Fe.customer.groupEmailWarning), $.setError("groupSection.groupEmail", {
21441
21441
  type: "required"
21442
- }), E = !1;
21442
+ }), R = !1;
21443
21443
  else {
21444
21444
  const { error: Me } = $.getFieldState(
21445
21445
  "groupSection.groupName"
21446
21446
  ), { error: tt } = $.getFieldState(
21447
21447
  "groupSection.groupEmail"
21448
21448
  );
21449
- (Me == null || Me.type === "required") && (tt == null || tt.type === "required") && (E = !1, $.clearErrors("groupSection")), J(ye.empty), ee(ye.empty);
21449
+ (Me == null || Me.type === "required") && (tt == null || tt.type === "required") && (R = !1, $.clearErrors("groupSection")), J(ye.empty), ee(ye.empty);
21450
21450
  }
21451
- return E;
21451
+ return R;
21452
21452
  }, se = {
21453
21453
  onOkClick: () => {
21454
21454
  M(!1), $.reset(), c();
@@ -21463,9 +21463,9 @@ function pT({
21463
21463
  onCancelClick: () => {
21464
21464
  pe(!1);
21465
21465
  }
21466
- }, Ee = async (E, Te) => {
21466
+ }, Re = async (R, Te) => {
21467
21467
  const Me = { ...Te };
21468
- if (E.includes("groupName") && Te[Jt].groupName != ye.empty && (Te[Jt].groupName = Te[Jt].groupName.charAt(0).toUpperCase() + Te[Jt].groupName.slice(1)), (E.includes("groupName") || E.includes("groupEmail")) && ve(), E.includes("confirmRealmId") && R(ye.empty), E.includes("products") && rt(
21468
+ if (R.includes("groupName") && Te[Jt].groupName != ye.empty && (Te[Jt].groupName = Te[Jt].groupName.charAt(0).toUpperCase() + Te[Jt].groupName.slice(1)), (R.includes("groupName") || R.includes("groupEmail")) && ve(), R.includes("confirmRealmId") && E(ye.empty), R.includes("products") && rt(
21469
21469
  x.selectedProducts ?? [],
21470
21470
  Te[ot].products.selectedOptions
21471
21471
  ) === !1) {
@@ -21486,10 +21486,10 @@ function pT({
21486
21486
  selectedOptions: tt
21487
21487
  });
21488
21488
  }
21489
- E.includes("realmId") && Jo($.formState.errors, `${ot}.confirmRealmId`) && $.trigger(`${ot}.confirmRealmId`), a(Me);
21490
- }, He = (E) => {
21489
+ R.includes("realmId") && Jo($.formState.errors, `${ot}.confirmRealmId`) && $.trigger(`${ot}.confirmRealmId`), a(Me);
21490
+ }, He = (R) => {
21491
21491
  const { dirtyFields: Te } = $.formState;
21492
- Te.companySection?.companyDomain === !0 && p(E);
21492
+ Te.companySection?.companyDomain === !0 && p(R);
21493
21493
  }, Ne = () => {
21494
21494
  Object.keys($.formState.errors).length === 0 && (h?.(), X(ye.empty));
21495
21495
  }, dt = () => {
@@ -21500,13 +21500,13 @@ function pT({
21500
21500
  Se() && Object.keys($.formState.errors).length === 0 && (l(!1), U());
21501
21501
  };
21502
21502
  te(() => {
21503
- const E = $.watch((Te, { name: Me }) => {
21503
+ const R = $.watch((Te, { name: Me }) => {
21504
21504
  Me != null && Te != null && tn(
21505
- () => Ee(Me, Te)
21505
+ () => Re(Me, Te)
21506
21506
  );
21507
21507
  });
21508
21508
  return () => {
21509
- E.unsubscribe();
21509
+ R.unsubscribe();
21510
21510
  };
21511
21511
  }), te(() => {
21512
21512
  x.isCustomerCreationDisabled === !0 && ($.resetField("customerSection", {
@@ -21526,7 +21526,7 @@ function pT({
21526
21526
  }, [y.fetchState]), te(() => {
21527
21527
  j.selectedStep === "STEP_1" ? fe.current?.scrollIntoView() : j.selectedStep === "STEP_2" ? ie.current?.scrollIntoView() : j.selectedStep === "STEP_3" && q.current?.scrollIntoView();
21528
21528
  }, []), te(() => {
21529
- const E = I?.company.companyOnboardingInfo.onboardingInfo?.qboLinked.completed;
21529
+ const R = I?.company.companyOnboardingInfo.onboardingInfo?.qboLinked.completed;
21530
21530
  if (F?.saveConnectionState === "Error") {
21531
21531
  const Me = {
21532
21532
  firstName: x.customerName?.firstName ?? ye.empty,
@@ -21536,7 +21536,7 @@ function pT({
21536
21536
  isSuccess: !1
21537
21537
  };
21538
21538
  s?.trackOnboardingZeniManagedQBOConnection(Me);
21539
- } else if (E ?? !1) {
21539
+ } else if (R ?? !1) {
21540
21540
  const Me = {
21541
21541
  firstName: x.customerName?.firstName ?? ye.empty,
21542
21542
  lastName: x.customerName?.lastName ?? ye.empty,
@@ -21551,8 +21551,8 @@ function pT({
21551
21551
  I?.company.companyOnboardingInfo.onboardingInfo?.qboLinked.completed
21552
21552
  ]), te(() => {
21553
21553
  if (x.accountingConnectionCreationMode) {
21554
- const E = I?.company.companyOnboardingInfo.onboardingInfo?.accountingConnectionCreationMode ?? ye.empty;
21555
- if (x.accountingConnectionCreationMode !== E) {
21554
+ const R = I?.company.companyOnboardingInfo.onboardingInfo?.accountingConnectionCreationMode ?? ye.empty;
21555
+ if (x.accountingConnectionCreationMode !== R) {
21556
21556
  const Te = {
21557
21557
  firstName: x.customerName?.firstName ?? ye.empty,
21558
21558
  lastName: x.customerName?.lastName ?? ye.empty,
@@ -21563,12 +21563,12 @@ function pT({
21563
21563
  }
21564
21564
  }
21565
21565
  }, [x.accountingConnectionCreationMode]);
21566
- const Z = (E, Te) => {
21567
- const { fetchState: Me } = E, { isEmailGroupCreated: tt, selectedProducts: We } = Te, kt = Me !== "Completed" && tt == null, Oe = We == null || We.length === 0, Tt = (We?.includes("zeni_checking") === !0 || We?.includes("zeni_treasury") === !0 || We?.includes("zeni_cards") === !0 || We?.includes("zeni_payroll") === !0 || We?.includes("zeni_cfo") === !0 || We?.includes("zeni_tax") === !0) && We?.includes("bookkeeping") === !1;
21566
+ const Z = (R, Te) => {
21567
+ const { fetchState: Me } = R, { isEmailGroupCreated: tt, selectedProducts: We } = Te, kt = Me !== "Completed" && tt == null, Oe = We == null || We.length === 0, Tt = (We?.includes("zeni_checking") === !0 || We?.includes("zeni_treasury") === !0 || We?.includes("zeni_cards") === !0 || We?.includes("zeni_payroll") === !0 || We?.includes("zeni_cfo") === !0 || We?.includes("zeni_tax") === !0) && We?.includes("bookkeeping") === !1;
21568
21568
  return kt || Oe || Tt;
21569
- }, Rt = Xe(() => {
21570
- const E = $.formState.isValid, Te = x.selectedProducts != null && (x.selectedProducts.includes("zeni_payroll") === !0 || x.selectedProducts.includes("zeni_cfo") === !0 || x.selectedProducts.includes("zeni_tax") === !0), Me = x.selectedProducts != null && (x.selectedProducts.includes("zeni_checking") === !0 || x.selectedProducts.includes("zeni_cards") === !0 || Te) && x.selectedProducts.includes("bookkeeping") === !1;
21571
- return E !== !0 || y.fetchState === "In-Progress" || y.fetchState === "Error" || P === "In-Progress" || P === "Error" || S !== !0 || x.selectedProducts == null || x.selectedProducts.length === 0 || x.accountingConnectionCreationMode == null && !Me || x.accountingConnectionCreationMode === "zeni_user" && N !== !0 && !Me || y.fetchState === "Completed" && de || I?.company.companyOnboardingInfo.onboardingInfo?.inviteAccepted === !0;
21569
+ }, Et = Xe(() => {
21570
+ const R = $.formState.isValid, Te = x.selectedProducts != null && (x.selectedProducts.includes("zeni_payroll") === !0 || x.selectedProducts.includes("zeni_cfo") === !0 || x.selectedProducts.includes("zeni_tax") === !0), Me = x.selectedProducts != null && (x.selectedProducts.includes("zeni_checking") === !0 || x.selectedProducts.includes("zeni_cards") === !0 || Te) && x.selectedProducts.includes("bookkeeping") === !1;
21571
+ return R !== !0 || y.fetchState === "In-Progress" || y.fetchState === "Error" || P === "In-Progress" || P === "Error" || S !== !0 || x.selectedProducts == null || x.selectedProducts.length === 0 || x.accountingConnectionCreationMode == null && !Me || x.accountingConnectionCreationMode === "zeni_user" && N !== !0 && !Me || y.fetchState === "Completed" && de || I?.company.companyOnboardingInfo.onboardingInfo?.inviteAccepted === !0;
21572
21572
  }, [
21573
21573
  y.fetchState,
21574
21574
  de,
@@ -21645,7 +21645,7 @@ function pT({
21645
21645
  /* @__PURE__ */ t.jsx(ss, {}),
21646
21646
  /* @__PURE__ */ t.jsx(jn, { children: Fe.customer.groupCreationError })
21647
21647
  ] }),
21648
- /* @__PURE__ */ t.jsx(A6, { children: Re })
21648
+ /* @__PURE__ */ t.jsx(A6, { children: Ee })
21649
21649
  ] }),
21650
21650
  /* @__PURE__ */ t.jsx(
21651
21651
  Ve,
@@ -21764,7 +21764,7 @@ function pT({
21764
21764
  justifyContent: "center"
21765
21765
  },
21766
21766
  isLoading: D.fetchState === "In-Progress",
21767
- isDisabled: Rt
21767
+ isDisabled: Et
21768
21768
  },
21769
21769
  cancelBtn: {
21770
21770
  label: Fe.customer.saveBtnText,
@@ -21905,7 +21905,7 @@ const Zn = (e) => {
21905
21905
  (u) => i.includes(u)
21906
21906
  ), p = l.length > 0, h = d.length > 0;
21907
21907
  return !p && h ? d : p && !h ? [] : !a && c ? s : a && !c ? [] : h ? d : n;
21908
- }, R6 = r.div`
21908
+ }, E6 = r.div`
21909
21909
  background-color: ${(e) => e.highlight ? e.theme.colors.brandColorGoldLight : e.theme.colors.grey5};
21910
21910
  border: ${(e) => `1px solid ${e.highlight ? e.theme.colors.brandColorGoldDark : e.theme.colors.background}`};
21911
21911
  border-radius: ${o.sp2};
@@ -21918,7 +21918,7 @@ const Zn = (e) => {
21918
21918
  &:hover {
21919
21919
  outline: none;
21920
21920
  }
21921
- `, E6 = r.div`
21921
+ `, R6 = r.div`
21922
21922
  display: flex;
21923
21923
  align-items: center;
21924
21924
  column-gap: ${o.sp2};
@@ -21974,14 +21974,14 @@ const Zn = (e) => {
21974
21974
  } = T.getLocalizedStrings(), p = ge(), h = n.auditSummary, u = !i || n.fetchState === "In-Progress" || n.fetchState === "Not-Started", g = Ze();
21975
21975
  let m;
21976
21976
  return h.bypassedAuditScore <= 50 ? m = O.important : h.bypassedAuditScore <= 75 ? m = O.alert : m = O.success, /* @__PURE__ */ t.jsx(
21977
- R6,
21977
+ E6,
21978
21978
  {
21979
21979
  ref: a,
21980
21980
  highlight: e,
21981
21981
  isAuditScoreLoading: u,
21982
21982
  onClick: () => !u && s(),
21983
21983
  children: /* @__PURE__ */ t.jsxs(
21984
- E6,
21984
+ R6,
21985
21985
  {
21986
21986
  auditPercentage: h.bypassedAuditScore,
21987
21987
  children: [
@@ -22115,14 +22115,14 @@ const G6 = [
22115
22115
  flex-direction: column;
22116
22116
  row-gap: ${o.sp3};
22117
22117
  display: flex;
22118
- `, cS = Eo`
22118
+ `, cS = Ro`
22119
22119
  0% {
22120
22120
  transform: translateX(100%);
22121
22121
  }
22122
22122
  100% {
22123
22123
  transform: translateX(0)
22124
22124
  }
22125
- `, dS = Eo`
22125
+ `, dS = Ro`
22126
22126
  0% {
22127
22127
  transform: translateX(0)
22128
22128
  }
@@ -22171,13 +22171,13 @@ function uS({
22171
22171
  agentInsightEditsRef: ee,
22172
22172
  hasUnpersistedAgentEdits: Q,
22173
22173
  onAgentInsightEdit: w,
22174
- saveState: R
22175
- } = Ru({
22174
+ saveState: E
22175
+ } = Eu({
22176
22176
  saveStatus: s.saveMonthEndReportStatus,
22177
22177
  save: () => ra(),
22178
22178
  regenerationCount: u,
22179
22179
  onStateChange: g
22180
- }), [H, A] = V(0), [k, M] = V(0), re = $e(), pe = $e(null), Y = $e(null), X = $e(null), { html: ne, subject: G, improveUsingZeniGPTStatus: fe } = s, [ie, q] = V(), [de, he] = V(!1), [we, Re] = V(!1), [N, Ae] = V(!1), [ue, be] = V(!1), Se = $e(null), Ce = $e(null), W = Rc(
22180
+ }), [H, A] = V(0), [k, M] = V(0), re = $e(), pe = $e(null), Y = $e(null), X = $e(null), { html: ne, subject: G, improveUsingZeniGPTStatus: fe } = s, [ie, q] = V(), [de, he] = V(!1), [we, Ee] = V(!1), [N, Ae] = V(!1), [ue, be] = V(!1), Se = $e(null), Ce = $e(null), W = Ec(
22181
22181
  l,
22182
22182
  250
22183
22183
  ), U = s.fetchState === "Not-Started" || s.fetchState === "In-Progress" || s.companyMonthEndReportTemplatesData.fetchState === "Not-Started" || s.companyMonthEndReportTemplatesData.fetchState === "In-Progress", {
@@ -22185,9 +22185,9 @@ function uS({
22185
22185
  sortedThreads: ve,
22186
22186
  threadsPositions: se,
22187
22187
  observer: je,
22188
- unresolvedThreadsMap: Ee,
22188
+ unresolvedThreadsMap: Re,
22189
22189
  handleRemoveFloatingThread: He
22190
- } = Ec(
22190
+ } = Rc(
22191
22191
  d,
22192
22192
  Se,
22193
22193
  !a,
@@ -22215,7 +22215,7 @@ function uS({
22215
22215
  }, [l, Z]), te(() => (window.addEventListener("resize", Z), () => {
22216
22216
  window.removeEventListener("resize", Z);
22217
22217
  }), [Z]), te(() => (window.addEventListener("scroll", Ke), () => window.removeEventListener("scroll", Ke)), [Ke]);
22218
- const { openThread: Rt, addThread: xt, setOpenThread: E } = qe(ut), Te = Nc(
22218
+ const { openThread: Et, addThread: xt, setOpenThread: R } = qe(ut), Te = Nc(
22219
22219
  ei,
22220
22220
  !1,
22221
22221
  !a
@@ -22242,15 +22242,15 @@ function uS({
22242
22242
  comments: [],
22243
22243
  metadata: Ut,
22244
22244
  resolved: !1
22245
- }), E(Ft);
22246
- }, [xt, e, p, E]), kt = () => {
22245
+ }), R(Ft);
22246
+ }, [xt, e, p, R]), kt = () => {
22247
22247
  Ae(!0), setTimeout(() => {
22248
22248
  Ae(!1);
22249
22249
  }, 2e3);
22250
22250
  };
22251
22251
  te(() => {
22252
- Rt != null && l && b();
22253
- }, [l, Rt, b]);
22252
+ Et != null && l && b();
22253
+ }, [l, Et, b]);
22254
22254
  const Oe = fe.fetchState === "In-Progress", Tt = Co({
22255
22255
  mode: "all",
22256
22256
  defaultValues: Ql(s),
@@ -22261,15 +22261,15 @@ function uS({
22261
22261
  if (a === !0)
22262
22262
  Ft >= 75 ? D?.(ie?.id) : Ft < 75 && (Mo || i) && be(!0);
22263
22263
  else if (Ft >= 75 || Ft < 75 && (Mo || i)) {
22264
- const En = I?.replace(
22265
- Eu,
22264
+ const Rn = I?.replace(
22265
+ Ru,
22266
22266
  st.common.strings.empty
22267
22267
  );
22268
22268
  ht != null && Ut != null && $(
22269
22269
  ht,
22270
22270
  Ut,
22271
22271
  ie?.id,
22272
- En != null && En.length > 0 ? I : void 0,
22272
+ Rn != null && Rn.length > 0 ? I : void 0,
22273
22273
  ee.current
22274
22274
  );
22275
22275
  } else
@@ -22288,12 +22288,12 @@ function uS({
22288
22288
  Ut.onload = function(Ft) {
22289
22289
  const Mo = Ft.target?.result;
22290
22290
  if (typeof Mo == "string") {
22291
- const En = {
22291
+ const Rn = {
22292
22292
  data: Mo.split(",")[1],
22293
22293
  name: ht.name,
22294
22294
  id: Kh(e, ht.name)
22295
22295
  };
22296
- q(En), he(!0), C([En]);
22296
+ q(Rn), he(!0), C([Rn]);
22297
22297
  }
22298
22298
  }, Ut.readAsDataURL(ht);
22299
22299
  }
@@ -22396,7 +22396,7 @@ function uS({
22396
22396
  Bc,
22397
22397
  {
22398
22398
  fileSizeError: we,
22399
- setFileSizeError: Re,
22399
+ setFileSizeError: Ee,
22400
22400
  loading: !1,
22401
22401
  showAnimation: !a && de
22402
22402
  }
@@ -22412,7 +22412,7 @@ function uS({
22412
22412
  }
22413
22413
  ) : /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
22414
22414
  Ip ? /* @__PURE__ */ t.jsxs(eS, { children: [
22415
- /* @__PURE__ */ t.jsx(tS, { role: "status", children: R === "failed" ? mr.saveFailed : R === "saving" ? mr.saving : null }),
22415
+ /* @__PURE__ */ t.jsx(tS, { role: "status", children: E === "failed" ? mr.saveFailed : E === "saving" ? mr.saving : null }),
22416
22416
  /* @__PURE__ */ t.jsx(
22417
22417
  Ve,
22418
22418
  {
@@ -22511,7 +22511,7 @@ function uS({
22511
22511
  onFileChange: async (It) => {
22512
22512
  ae(It);
22513
22513
  },
22514
- onFileSizeError: (It) => Re(It),
22514
+ onFileSizeError: (It) => Ee(It),
22515
22515
  multiple: !1
22516
22516
  }
22517
22517
  )
@@ -22539,7 +22539,7 @@ function uS({
22539
22539
  textOverrides: {},
22540
22540
  preventResolvedThreadClick: !0,
22541
22541
  onThreadClick: (It, ht) => {
22542
- E(ht);
22542
+ R(ht);
22543
22543
  const Ut = ve.findIndex(
22544
22544
  (Ft) => Ft[0] === ht
22545
22545
  );
@@ -22559,7 +22559,7 @@ function uS({
22559
22559
  sortedThreads: ve,
22560
22560
  threadsPositions: se,
22561
22561
  threadsRefs: Ie,
22562
- unresolvedThreadsMap: Ee,
22562
+ unresolvedThreadsMap: Re,
22563
22563
  editorMode: !a,
22564
22564
  style: {
22565
22565
  minWidth: `${Sn}px`,
@@ -22687,7 +22687,7 @@ const xS = r.div`
22687
22687
  justify-content: flex-end;
22688
22688
  display: flex;
22689
22689
  flex: 1 1 0px;
22690
- `, bS = r(Ro)`
22690
+ `, bS = r(Eo)`
22691
22691
  color: ${(e) => e.theme.colors.primary};
22692
22692
  `, $S = r.div`
22693
22693
  display: flex;
@@ -22777,7 +22777,7 @@ const vS = r.div`
22777
22777
  align-items: center;
22778
22778
  display: flex;
22779
22779
  flex-direction: column;
22780
- `, TS = r(Rs)`
22780
+ `, TS = r(Es)`
22781
22781
  width: ${o.sp10};
22782
22782
  height: ${o.sp10};
22783
22783
  `, { dateFormat: PS, card: IS, cockpit: Ur, common: LS } = T.getLocalizedStrings(), Xl = ({
@@ -22931,27 +22931,27 @@ const vS = r.div`
22931
22931
  &:hover {
22932
22932
  color: ${(e) => e.theme.colors.primary};
22933
22933
  }
22934
- `, RS = r.div`
22934
+ `, ES = r.div`
22935
22935
  display: flex;
22936
22936
  flex-direction: column;
22937
22937
  background-color: ${(e) => e.theme.colors.grey4};
22938
22938
  flex-wrap: nowrap;
22939
22939
  height: 100vh;
22940
22940
  justify-content: center;
22941
- `, ES = r.div`
22941
+ `, RS = r.div`
22942
22942
  width: ${(e) => `${e.availableWidth}px`};
22943
22943
  min-width: auto;
22944
22944
  position: relative;
22945
22945
  height: fit-content;
22946
22946
  min-height: ${o.sp12};
22947
- `, NS = Eo`
22947
+ `, NS = Ro`
22948
22948
  0% {
22949
22949
  transform: translateX(100%);
22950
22950
  }
22951
22951
  100% {
22952
22952
  transform: translateX(0)
22953
22953
  }
22954
- `, MS = Eo`
22954
+ `, MS = Ro`
22955
22955
  0% {
22956
22956
  transform: translateX(0)
22957
22957
  }
@@ -23133,7 +23133,7 @@ const vS = r.div`
23133
23133
  onRefresh: s,
23134
23134
  onNavigateBack: a,
23135
23135
  onDateChange: c
23136
- } = e, l = Ze(), [d, p] = V(!1), [h, u] = V(), g = $e(null), [m, f] = V(0), [C, b] = V(0), $ = Rc(
23136
+ } = e, l = Ze(), [d, p] = V(!1), [h, u] = V(), g = $e(null), [m, f] = V(0), [C, b] = V(0), $ = Ec(
23137
23137
  d,
23138
23138
  250
23139
23139
  ), {
@@ -23168,10 +23168,10 @@ const vS = r.div`
23168
23168
  threadsRefs: ee,
23169
23169
  sortedThreads: Q,
23170
23170
  threadsPositions: w,
23171
- observer: R,
23171
+ observer: E,
23172
23172
  unresolvedThreadsMap: H,
23173
23173
  handleRemoveFloatingThread: A
23174
- } = Ec(
23174
+ } = Rc(
23175
23175
  J,
23176
23176
  g,
23177
23177
  !1,
@@ -23245,7 +23245,7 @@ const vS = r.div`
23245
23245
  )
23246
23246
  ] });
23247
23247
  const ie = `cockpit_${x}`;
23248
- return /* @__PURE__ */ t.jsx(lo, { id: ie, children: /* @__PURE__ */ t.jsxs(RS, { children: [
23248
+ return /* @__PURE__ */ t.jsx(lo, { id: ie, children: /* @__PURE__ */ t.jsxs(ES, { children: [
23249
23249
  /* @__PURE__ */ t.jsx(
23250
23250
  wp,
23251
23251
  {
@@ -23275,7 +23275,7 @@ const vS = r.div`
23275
23275
  style: M > 0 ? { height: M } : void 0,
23276
23276
  children: [
23277
23277
  /* @__PURE__ */ t.jsx(
23278
- ES,
23278
+ RS,
23279
23279
  {
23280
23280
  availableWidth: d ? C : m
23281
23281
  }
@@ -23349,7 +23349,7 @@ const vS = r.div`
23349
23349
  ) }) : /* @__PURE__ */ t.jsx(
23350
23350
  Hc,
23351
23351
  {
23352
- observer: R,
23352
+ observer: E,
23353
23353
  canvasContainerRef: g,
23354
23354
  sortedThreads: Q,
23355
23355
  threadsPositions: w,
@@ -23795,7 +23795,7 @@ const nv = r(en)`
23795
23795
  removeThread: F,
23796
23796
  setOpenThread: L,
23797
23797
  setRequestToOpenThread: J
23798
- } = qe(ut), K = $e(null), ee = D !== null ? j.get(D) : null, Q = D?.includes(y) === !0, w = D != null && j.get(D) == null && Q, R = c != null && j.get(c)?.metadata.companyId === y, H = oe(() => {
23798
+ } = qe(ut), K = $e(null), ee = D !== null ? j.get(D) : null, Q = D?.includes(y) === !0, w = D != null && j.get(D) == null && Q, E = c != null && j.get(c)?.metadata.companyId === y, H = oe(() => {
23799
23799
  D?.includes(Ue) === !0 && F(D), c != null && p(void 0);
23800
23800
  }, [
23801
23801
  c,
@@ -23916,7 +23916,7 @@ const nv = r(en)`
23916
23916
  Nv,
23917
23917
  {
23918
23918
  windowSize: b,
23919
- isThreadOpen: Q || R,
23919
+ isThreadOpen: Q || E,
23920
23920
  totalHeight: s,
23921
23921
  isCreationInProgress: w,
23922
23922
  children: Io.map((G, fe) => {
@@ -23925,7 +23925,7 @@ const nv = r(en)`
23925
23925
  key: G.key
23926
23926
  }), q = Io.length - 2 <= fe, de = [
23927
23927
  ...zt(j, { entityType: ie, companyId: y }, "both")
23928
- ], he = de.length > 0 && de[0].length > 0 ? de[0][0] : Je("audit", G.key, y), we = j.get(he), Re = we != null && we.resolved === !1, N = he === D, Ae = c === he;
23928
+ ], he = de.length > 0 && de[0].length > 0 ? de[0][0] : Je("audit", G.key, y), we = j.get(he), Ee = we != null && we.resolved === !1, N = he === D, Ae = c === he;
23929
23929
  switch (G.key) {
23930
23930
  case "companyName":
23931
23931
  return /* @__PURE__ */ t.jsxs(
@@ -23942,9 +23942,9 @@ const nv = r(en)`
23942
23942
  d(y, G.key, ue);
23943
23943
  },
23944
23944
  children: [
23945
- /* @__PURE__ */ t.jsxs(Ev, { ref: K, children: [
23945
+ /* @__PURE__ */ t.jsxs(Rv, { ref: K, children: [
23946
23946
  /* @__PURE__ */ t.jsx(
23947
- Rv,
23947
+ Ev,
23948
23948
  {
23949
23949
  onClick: (ue) => {
23950
23950
  ue.preventDefault(), pe();
@@ -23990,7 +23990,7 @@ const nv = r(en)`
23990
23990
  /* @__PURE__ */ t.jsx(
23991
23991
  Pn,
23992
23992
  {
23993
- isElementThreadPresent: Re,
23993
+ isElementThreadPresent: Ee,
23994
23994
  itemKey: G.key,
23995
23995
  style: { left: o.sp4 },
23996
23996
  onElementClick: M
@@ -24035,7 +24035,7 @@ const nv = r(en)`
24035
24035
  ),
24036
24036
  A({
24037
24037
  isElementThreadOpen: N,
24038
- isElementThreadPresent: Re,
24038
+ isElementThreadPresent: Ee,
24039
24039
  itemKey: G.key,
24040
24040
  elementThreadId: he,
24041
24041
  threadStyle: q ? { right: o.sp0 } : void 0
@@ -24080,7 +24080,7 @@ const nv = r(en)`
24080
24080
  ] }),
24081
24081
  A({
24082
24082
  isElementThreadOpen: N,
24083
- isElementThreadPresent: Re,
24083
+ isElementThreadPresent: Ee,
24084
24084
  itemKey: G.key,
24085
24085
  elementThreadId: he,
24086
24086
  threadStyle: q ? { right: o.sp0 } : void 0
@@ -24115,7 +24115,7 @@ const nv = r(en)`
24115
24115
  ),
24116
24116
  A({
24117
24117
  isElementThreadOpen: N,
24118
- isElementThreadPresent: Re,
24118
+ isElementThreadPresent: Ee,
24119
24119
  itemKey: G.key,
24120
24120
  elementThreadId: he,
24121
24121
  threadStyle: q ? { right: o.sp0 } : void 0
@@ -24153,7 +24153,7 @@ const nv = r(en)`
24153
24153
  ),
24154
24154
  A({
24155
24155
  isElementThreadOpen: N,
24156
- isElementThreadPresent: Re,
24156
+ isElementThreadPresent: Ee,
24157
24157
  itemKey: G.key,
24158
24158
  elementThreadId: he,
24159
24159
  threadStyle: q ? { right: o.sp0 } : void 0
@@ -24185,7 +24185,7 @@ const nv = r(en)`
24185
24185
  ),
24186
24186
  A({
24187
24187
  isElementThreadOpen: N,
24188
- isElementThreadPresent: Re,
24188
+ isElementThreadPresent: Ee,
24189
24189
  itemKey: G.key,
24190
24190
  elementThreadId: he,
24191
24191
  threadStyle: q ? { right: o.sp0 } : void 0
@@ -24224,10 +24224,10 @@ const nv = r(en)`
24224
24224
  border-bottom-left-radius: ${o.sp2};
24225
24225
  border-top-left-radius: ${o.sp2};
24226
24226
  cursor: ${(e) => e.isThreadAllowed ? "pointer" : "initial"};
24227
- `, Rv = r(Bs)`
24227
+ `, Ev = r(Bs)`
24228
24228
  word-break: break-word;
24229
24229
  cursor: pointer;
24230
- `, Ev = r.div`
24230
+ `, Rv = r.div`
24231
24231
  position: relative;
24232
24232
  `, Nv = r.div`
24233
24233
  display: flex;
@@ -24387,11 +24387,11 @@ const nv = r(en)`
24387
24387
  a
24388
24388
  ]
24389
24389
  ), Q = oe(
24390
- (w, R, H) => {
24390
+ (w, E, H) => {
24391
24391
  const A = e.companies.findIndex(
24392
24392
  (M) => M.companyId === w
24393
24393
  ), k = Io.findIndex(
24394
- (M) => M.key === R
24394
+ (M) => M.key === E
24395
24395
  );
24396
24396
  A !== -1 && k !== -1 && (K.current[A] == null ? K.current[A] = [H] : K.current[A][k] = H);
24397
24397
  },
@@ -24399,7 +24399,7 @@ const nv = r(en)`
24399
24399
  );
24400
24400
  return te(() => {
24401
24401
  if (I != null && b != null) {
24402
- const { companyId: w, entityType: R } = I, [H, A] = R.split("."), k = e.companies.findIndex(
24402
+ const { companyId: w, entityType: E } = I, [H, A] = E.split("."), k = e.companies.findIndex(
24403
24403
  (Y) => Y.companyId === w
24404
24404
  ), M = Io.findIndex(
24405
24405
  (Y) => Y.key === A
@@ -24436,7 +24436,7 @@ const nv = r(en)`
24436
24436
  {
24437
24437
  value: ee,
24438
24438
  children: [
24439
- /* @__PURE__ */ t.jsx(ao, { children: ({ height: w, width: R }) => /* @__PURE__ */ t.jsx(
24439
+ /* @__PURE__ */ t.jsx(ao, { children: ({ height: w, width: E }) => /* @__PURE__ */ t.jsx(
24440
24440
  nn,
24441
24441
  {
24442
24442
  height: w,
@@ -24462,7 +24462,7 @@ const nv = r(en)`
24462
24462
  onClickAuditScore: c,
24463
24463
  onClickWarningsCount: l
24464
24464
  },
24465
- width: R,
24465
+ width: E,
24466
24466
  ref: C,
24467
24467
  overscanCount: an,
24468
24468
  children: jp
@@ -25118,7 +25118,7 @@ const Gv = r.div`
25118
25118
  onClose: () => u(!1),
25119
25119
  children: [
25120
25120
  /* @__PURE__ */ t.jsxs(B8, { children: [
25121
- /* @__PURE__ */ t.jsxs(E8, { children: [
25121
+ /* @__PURE__ */ t.jsxs(R8, { children: [
25122
25122
  /* @__PURE__ */ t.jsx(I8, { children: $?.photo != null ? /* @__PURE__ */ t.jsx(
25123
25123
  N8,
25124
25124
  {
@@ -25135,7 +25135,7 @@ const Gv = r.div`
25135
25135
  lastName: $?.lastName ?? ""
25136
25136
  }
25137
25137
  ) }),
25138
- /* @__PURE__ */ t.jsxs(R8, { children: [
25138
+ /* @__PURE__ */ t.jsxs(E8, { children: [
25139
25139
  /* @__PURE__ */ t.jsx(D8, { children: `${ys(
25140
25140
  $
25141
25141
  )}` }),
@@ -25258,12 +25258,12 @@ const Gv = r.div`
25258
25258
  margin-top: 2px;
25259
25259
  `, D8 = r(eh)`
25260
25260
  color: ${(e) => e.theme.colors.primary};
25261
- `, R8 = r.div`
25261
+ `, E8 = r.div`
25262
25262
  display: flex;
25263
25263
  flex-direction: row;
25264
25264
  justify-content: center;
25265
25265
  align-items: center;
25266
- `, E8 = r.div`
25266
+ `, R8 = r.div`
25267
25267
  display: flex;
25268
25268
  flex-direction: row;
25269
25269
  `, N8 = r.img`
@@ -25788,7 +25788,7 @@ const Gv = r.div`
25788
25788
  u(A);
25789
25789
  }, w = () => {
25790
25790
  g();
25791
- }, R = (A) => {
25791
+ }, E = (A) => {
25792
25792
  h(A);
25793
25793
  }, H = (A, k, M) => {
25794
25794
  p.trackAuditIssuesClicked(
@@ -25848,7 +25848,7 @@ const Gv = r.div`
25848
25848
  groupIdWithActiveStatus: b,
25849
25849
  auditReportGroup: k,
25850
25850
  setGroupIdWithActiveStatus: $,
25851
- onClickRetryGroupFetch: R,
25851
+ onClickRetryGroupFetch: E,
25852
25852
  onClickRule: H,
25853
25853
  handleReasonAuditRule: f
25854
25854
  },
@@ -25875,7 +25875,7 @@ const Gv = r.div`
25875
25875
  groupIdWithActiveStatus: b,
25876
25876
  auditReportGroup: k,
25877
25877
  setGroupIdWithActiveStatus: $,
25878
- onClickRetryGroupFetch: R,
25878
+ onClickRetryGroupFetch: E,
25879
25879
  onClickRule: H,
25880
25880
  handleReasonAuditRule: f
25881
25881
  },
@@ -25951,7 +25951,7 @@ const Gv = r.div`
25951
25951
  padding-right: ${(e) => Ps.navBarPaddingRight.valuePx(e.windowSize)};
25952
25952
  padding-left: ${(e) => Ps.navBarPaddingLeft.valuePx(e.windowSize)};
25953
25953
  height: 100%;
25954
- `, w9 = r(Es)`
25954
+ `, w9 = r(Rs)`
25955
25955
  display: flex;
25956
25956
  flex: 1 1 0;
25957
25957
  justify-content: center;
@@ -26054,7 +26054,7 @@ const Gv = r.div`
26054
26054
  if (p != null) {
26055
26055
  const m = n.find(
26056
26056
  (b) => b.userId === p.userIds[0]
26057
- ), { errorMessage: f, successMessage: C } = R9(
26057
+ ), { errorMessage: f, successMessage: C } = E9(
26058
26058
  p,
26059
26059
  u,
26060
26060
  m
@@ -26068,7 +26068,7 @@ const Gv = r.div`
26068
26068
  if (h != null) {
26069
26069
  const m = n.find(
26070
26070
  (b) => b.userId === h.userIds[0]
26071
- ), { errorMessage: f, successMessage: C } = E9(
26071
+ ), { errorMessage: f, successMessage: C } = R9(
26072
26072
  h,
26073
26073
  u,
26074
26074
  m
@@ -26131,10 +26131,10 @@ const Gv = r.div`
26131
26131
  }, D9 = (e, n, i) => {
26132
26132
  const s = e.error === !0 ? e.errorDetails != null ? e.errorDetails.summary : ce.cockpit.review.errors.qboLinked : null, a = e.completed === !0 ? i != null ? `${ce.cockpit.onboarding.header.connectToQBO} ${ce.common.strings.hyphen} ${n === !0 ? `${ce.common.via} ${ce.common.cockpit} ` : ce.common.strings.empty}${ce.common.by} ${i.firstName} ${i.lastName}` : `${ce.cockpit.onboarding.header.connectToQBO}` : null;
26133
26133
  return { errorMessage: s, successMessage: a };
26134
- }, R9 = (e, n, i) => {
26134
+ }, E9 = (e, n, i) => {
26135
26135
  const s = e.status === "Error" ? i != null ? `${ce.cockpit.review.warningsDrawer.kyc} ${ce.common.failed.toLocaleLowerCase()} ${ce.common.strings.hyphen} ${n === !0 ? `${ce.common.via} ${ce.common.cockpit} ` : ce.common.strings.empty}${ce.common.by} ${i.firstName} ${i.lastName}` : `${ce.cockpit.review.warningsDrawer.kyc} ${ce.common.failed.toLocaleLowerCase()}` : null, a = e.status === "Complete" ? i != null ? `${ce.cockpit.review.warningsDrawer.kyc} ${ce.cockpit.review.warningsDrawer.identity} ${ce.common.strings.hyphen} ${n === !0 ? `${ce.common.via} ${ce.common.cockpit} ` : ce.common.strings.empty}${ce.common.by} ${i.firstName} ${i.lastName}` : `${ce.cockpit.review.warningsDrawer.kyc} ${ce.cockpit.review.warningsDrawer.identity}` : null;
26136
26136
  return { errorMessage: s, successMessage: a };
26137
- }, E9 = (e, n, i) => {
26137
+ }, R9 = (e, n, i) => {
26138
26138
  const s = e.status === "Error" ? i != null ? `${ce.cockpit.review.warningsDrawer.kyb} ${ce.common.failed.toLocaleLowerCase()} ${ce.common.strings.hyphen} ${n === !0 ? `${ce.common.via} ${ce.common.cockpit} ` : ce.common.strings.empty}${ce.common.by} ${i.firstName} ${i.lastName}` : `${ce.cockpit.review.warningsDrawer.kyb} ${ce.common.failed.toLocaleLowerCase()}` : null, a = e.status === "Complete" ? i != null ? `${ce.cockpit.review.warningsDrawer.kyb} ${ce.cockpit.review.warningsDrawer.identity} ${ce.common.strings.hyphen} ${n === !0 ? `${ce.common.via} ${ce.common.cockpit} ` : ce.common.strings.empty}${ce.common.by} ${i.firstName} ${i.lastName}` : `${ce.cockpit.review.warningsDrawer.kyb} ${ce.cockpit.review.warningsDrawer.identity}` : null;
26139
26139
  return { errorMessage: s, successMessage: a };
26140
26140
  }, N9 = r.div`
@@ -26172,7 +26172,7 @@ const Gv = r.div`
26172
26172
  padding-top: ${(e) => er.navBarPaddingTop.valuePx(e.windowSize)};
26173
26173
  padding-bottom: ${(e) => er.navBarPaddingBottom.valuePx(e.windowSize)};
26174
26174
  height: 100%;
26175
- `, _9 = r(Es)`
26175
+ `, _9 = r(Rs)`
26176
26176
  ${(e) => `${A9.title.style(e.windowSize)}`};
26177
26177
  display: flex;
26178
26178
  flex: 1 1 auto;
@@ -26496,7 +26496,7 @@ function xj({
26496
26496
  return /* @__PURE__ */ t.jsxs(wj, { style: e, children: [
26497
26497
  /* @__PURE__ */ t.jsx(Sj, { $hideBorder: i, children: /* @__PURE__ */ t.jsxs(Dj, { children: [
26498
26498
  n.customerName ?? n.tenantId ?? n.tenantEmailDomain,
26499
- n.isNew && /* @__PURE__ */ t.jsx(Rj, { children: u.newBadge })
26499
+ n.isNew && /* @__PURE__ */ t.jsx(Ej, { children: u.newBadge })
26500
26500
  ] }) }),
26501
26501
  /* @__PURE__ */ t.jsx(vj, { $hideBorder: i, children: n.companyId != null && n.companyId !== "" ? /* @__PURE__ */ t.jsx(
26502
26502
  bj,
@@ -26512,7 +26512,7 @@ function xj({
26512
26512
  }
26513
26513
  }
26514
26514
  ) : /* @__PURE__ */ t.jsx(Uo, { children: u.dash }) }),
26515
- /* @__PURE__ */ t.jsx(jj, { $hideBorder: i, children: /* @__PURE__ */ t.jsx(Ej, { status: n.cardStatus, children: n.cardStatus }) }),
26515
+ /* @__PURE__ */ t.jsx(jj, { $hideBorder: i, children: /* @__PURE__ */ t.jsx(Rj, { status: n.cardStatus, children: n.cardStatus }) }),
26516
26516
  /* @__PURE__ */ t.jsx(kj, { $hideBorder: i, children: a === n.tenantEmailDomain ? /* @__PURE__ */ t.jsxs(Nj, { children: [
26517
26517
  /* @__PURE__ */ t.jsx(
26518
26518
  Mj,
@@ -26925,7 +26925,7 @@ const wj = r.div`
26925
26925
  display: flex;
26926
26926
  align-items: center;
26927
26927
  gap: ${o.sp2};
26928
- `, Rj = r(ch)`
26928
+ `, Ej = r(ch)`
26929
26929
  background: ${({ theme: e }) => e.colors.success};
26930
26930
  color: ${({ theme: e }) => e.colors.grey5};
26931
26931
  padding: ${o.sp1} ${o.sp2};
@@ -26935,7 +26935,7 @@ const wj = r.div`
26935
26935
  `, Uo = r(kn)`
26936
26936
  color: ${({ theme: e }) => e.colors.grey1};
26937
26937
  font-style: italic;
26938
- `, Ej = r(dh)`
26938
+ `, Rj = r(dh)`
26939
26939
  display: inline-block;
26940
26940
  padding: ${o.sp1} ${o.sp2};
26941
26941
  border-radius: ${o.sp2};
@@ -27495,7 +27495,7 @@ function yT({
27495
27495
  /* @__PURE__ */ t.jsxs(cc, { children: [
27496
27496
  /* @__PURE__ */ t.jsx(dc, { children: a.focusLabel }),
27497
27497
  /* @__PURE__ */ t.jsx(Dk, { children: $k.map((D) => /* @__PURE__ */ t.jsx(
27498
- Rk,
27498
+ Ek,
27499
27499
  {
27500
27500
  active: x === D,
27501
27501
  onClick: () => g({ focus: D }),
@@ -27504,7 +27504,7 @@ function yT({
27504
27504
  D
27505
27505
  )) })
27506
27506
  ] }),
27507
- /* @__PURE__ */ t.jsx(Ek, {}),
27507
+ /* @__PURE__ */ t.jsx(Rk, {}),
27508
27508
  /* @__PURE__ */ t.jsxs(cc, { children: [
27509
27509
  /* @__PURE__ */ t.jsx(dc, { children: a.minScoreLabel }),
27510
27510
  /* @__PURE__ */ t.jsx(
@@ -27618,7 +27618,7 @@ const wk = r.div`
27618
27618
  `, Dk = r.div`
27619
27619
  display: flex;
27620
27620
  gap: ${o.sp1};
27621
- `, Rk = r(yh)`
27621
+ `, Ek = r(yh)`
27622
27622
  padding: ${o.sp1} ${o.sp2};
27623
27623
  border-radius: ${o.sp5};
27624
27624
  border: 1px solid
@@ -27633,7 +27633,7 @@ const wk = r.div`
27633
27633
  border-color: ${(e) => e.theme.colors.hero};
27634
27634
  color: ${(e) => e.active ? e.theme.colors.grey5 : e.theme.colors.hero};
27635
27635
  }
27636
- `, Ek = r.div`
27636
+ `, Rk = r.div`
27637
27637
  width: 1px;
27638
27638
  height: ${o.sp4};
27639
27639
  background: ${(e) => e.theme.colors.grey3};
@@ -27675,8 +27675,8 @@ export {
27675
27675
  vt as ActivityIndicator,
27676
27676
  OT as AddAddressForCardDrawer,
27677
27677
  DT as AddToWalletPage,
27678
- RT as AddressFormPage,
27679
- ET as AgingReportsPage,
27678
+ ET as AddressFormPage,
27679
+ RT as AgingReportsPage,
27680
27680
  lT as AiAccountantDetailDrawer,
27681
27681
  cT as AiAccountantPage,
27682
27682
  NT as AiCfoChatHeader,
@@ -27734,8 +27734,8 @@ export {
27734
27734
  AP as CardPolicyManualEmptyState,
27735
27735
  OP as CardsAiCfoHero,
27736
27736
  DP as CardsShutdownBanner,
27737
- RP as CashbackDetailLoading,
27738
- EP as CashbackDetailPage,
27737
+ EP as CashbackDetailLoading,
27738
+ RP as CashbackDetailPage,
27739
27739
  NP as ChargeCardCVVActivate,
27740
27740
  MP as ChargeCardDetailLoading,
27741
27741
  zP as ChargeCardDetailPage,
@@ -27793,8 +27793,8 @@ export {
27793
27793
  AI as EntityDetailPage,
27794
27794
  OI as ErrorBoundaryWrapper,
27795
27795
  DI as ExcludedAccountReconDetailsDrawerPage,
27796
- RI as ExpenseAutomationOverviewPage,
27797
- EI as ExpenseAutomationOverviewPageSkeleton,
27796
+ EI as ExpenseAutomationOverviewPage,
27797
+ RI as ExpenseAutomationOverviewPageSkeleton,
27798
27798
  NI as ExpenseAutomationPage,
27799
27799
  MI as ExpressPayPage,
27800
27800
  pc as FeatureDynamicConfigNames,
@@ -27852,8 +27852,8 @@ export {
27852
27852
  AL as InvoicingDunningSettingsPage,
27853
27853
  OL as InvoicingEmptyState,
27854
27854
  DL as InvoicingIntegrationsSettingsPage,
27855
- RL as InvoicingInvoiceDetailPage,
27856
- EL as InvoicingInvoiceListPage,
27855
+ EL as InvoicingInvoiceDetailPage,
27856
+ RL as InvoicingInvoiceListPage,
27857
27857
  NL as InvoicingIssueCreditNotePage,
27858
27858
  ML as InvoicingOverviewPage,
27859
27859
  zL as InvoicingPaymentDestinationSettingsPage,
@@ -27871,258 +27871,259 @@ export {
27871
27871
  QL as InvoicingVoidInvoiceDialog,
27872
27872
  JL as IssueChargeCardPage,
27873
27873
  XL as IssueChargeCardPageSkeleton,
27874
- qL as LinkBillExpensePage,
27875
- eA as LinkJETransactionPage,
27876
- tA as Loader,
27874
+ qL as JEOneTimeAccrualDetailPage,
27875
+ eA as LinkBillExpensePage,
27876
+ tA as LinkJETransactionPage,
27877
+ oA as Loader,
27877
27878
  ia as LogoutButton,
27878
- oA as MCC_CHIP_ID_PREFIX,
27879
- nA as MagicLinkDomesticWireDetailsPage,
27880
- rA as MagicLinkInternationalWireDetailsPage,
27881
- iA as MagicLinkSuccessPage,
27882
- sA as MagicLinkVendorACHDetailsPage,
27879
+ nA as MCC_CHIP_ID_PREFIX,
27880
+ rA as MagicLinkDomesticWireDetailsPage,
27881
+ iA as MagicLinkInternationalWireDetailsPage,
27882
+ sA as MagicLinkSuccessPage,
27883
+ aA as MagicLinkVendorACHDetailsPage,
27883
27884
  eT as ManagementPage,
27884
- aA as Modal,
27885
- lA as MonthEndEmailDrawerCustomerRequestPage,
27885
+ lA as Modal,
27886
+ cA as MonthEndEmailDrawerCustomerRequestPage,
27886
27887
  hT as MonthEndReportHistoricDataPage,
27887
27888
  uT as MonthEndReportPage,
27888
- cA as MyBankConnectionsSettingsPage,
27889
- dA as MyPendingActivationChargeCardListPage,
27890
- pA as MyProfileSettingsPage,
27889
+ dA as MyBankConnectionsSettingsPage,
27890
+ pA as MyPendingActivationChargeCardListPage,
27891
+ uA as MyProfileSettingsPage,
27891
27892
  Ic as NavBar,
27892
- uA as NavBarRightRowStyled,
27893
+ hA as NavBarRightRowStyled,
27893
27894
  So as NavHeader,
27894
- hA as NewGlobalMerchantPage,
27895
- mA as NewUpdateAvailablePage,
27896
- gA as NotFoundPage,
27895
+ mA as NewGlobalMerchantPage,
27896
+ gA as NewUpdateAvailablePage,
27897
+ xA as NotFoundPage,
27897
27898
  Mp as NotificationIcon,
27898
- xA as NotificationSettingsPage,
27899
- yA as NotificationsPage,
27900
- fA as OAuthConsentPage,
27899
+ yA as NotificationSettingsPage,
27900
+ fA as NotificationsPage,
27901
+ bA as OAuthConsentPage,
27901
27902
  pT as OnboardingCustomerPage,
27902
- bA as OnboardingInitialLoader,
27903
+ $A as OnboardingInitialLoader,
27903
27904
  dT as OnboardingPage,
27904
- $A as OnboardingSidebar,
27905
- CA as OnboardingStepFrame,
27906
- wA as OpExByVendorPage,
27907
- SA as OverlayContainerPage,
27908
- vA as PandLWithForecastPage,
27909
- jA as PanelInternalContext,
27910
- kA as PaymentAccountSetupBillingAddressSection,
27911
- TA as PeoplePage,
27912
- PA as Picker,
27913
- IA as PolicyLimitsRowList,
27914
- LA as PolicyModeSelector,
27915
- AA as PortfolioAllocationFormPage,
27905
+ CA as OnboardingSidebar,
27906
+ wA as OnboardingStepFrame,
27907
+ SA as OpExByVendorPage,
27908
+ vA as OverlayContainerPage,
27909
+ jA as PandLWithForecastPage,
27910
+ kA as PanelInternalContext,
27911
+ TA as PaymentAccountSetupBillingAddressSection,
27912
+ PA as PeoplePage,
27913
+ IA as Picker,
27914
+ LA as PolicyLimitsRowList,
27915
+ AA as PolicyModeSelector,
27916
+ OA as PortfolioAllocationFormPage,
27916
27917
  aT as PortfolioPage,
27917
- OA as QBOConnectionDialog,
27918
- DA as QBOSetupSectionWithForm,
27918
+ DA as QBOConnectionDialog,
27919
+ EA as QBOSetupSectionWithForm,
27919
27920
  RA as QuickResponsesPage,
27920
- EA as QuickViewModeContext,
27921
- NA as RIGHT_SIDE_PANEL_WIDTH_PX,
27922
- MA as ReferralDrawerPage,
27923
- zA as ReimbursementApprovalRuleDetailPage,
27924
- BA as ReimbursementApprovalRuleDetailPageV1,
27925
- FA as ReimbursementApprovalRulesPage,
27926
- WA as ReimbursementApprovalRulesPageV1,
27927
- _A as ReimbursementDetailPage,
27928
- VA as ReimbursementDetailPageSkeleton,
27929
- UA as ReimbursementPromoPage,
27930
- KA as ReimbursementSetUpLoading,
27931
- HA as ReimbursementSetUpPage,
27932
- GA as RemisBulkReviewDrawerPage,
27933
- YA as ReportsPage,
27921
+ NA as QuickViewModeContext,
27922
+ MA as RIGHT_SIDE_PANEL_WIDTH_PX,
27923
+ zA as ReferralDrawerPage,
27924
+ BA as ReimbursementApprovalRuleDetailPage,
27925
+ FA as ReimbursementApprovalRuleDetailPageV1,
27926
+ WA as ReimbursementApprovalRulesPage,
27927
+ _A as ReimbursementApprovalRulesPageV1,
27928
+ VA as ReimbursementDetailPage,
27929
+ UA as ReimbursementDetailPageSkeleton,
27930
+ KA as ReimbursementPromoPage,
27931
+ HA as ReimbursementSetUpLoading,
27932
+ GA as ReimbursementSetUpPage,
27933
+ YA as RemisBulkReviewDrawerPage,
27934
+ ZA as ReportsPage,
27934
27935
  z as ResponsiveSized,
27935
- ZA as ReviewBillDetailsPage,
27936
- QA as ReviewConfirmTransferPanel,
27937
- JA as ReviewDetailsPageSkeleton,
27936
+ QA as ReviewBillDetailsPage,
27937
+ JA as ReviewConfirmTransferPanel,
27938
+ XA as ReviewDetailsPageSkeleton,
27938
27939
  mT as ReviewPage,
27939
- XA as ScheduleDetailSkeleton,
27940
- qA as ScheduleDetailsAccruedExpensesPage,
27941
- eO as ScheduleDetailsFixedAssetsPage,
27942
- tO as ScheduleDetailsPage,
27943
- oO as SchedulePanelInternalContext,
27944
- nO as SearchableCheckboxCardList,
27945
- rO as SessionTimeoutPopup,
27946
- iO as SidePanelContext,
27947
- sO as SidePanelProvider,
27948
- aO as SignIn,
27949
- lO as SomethingWrongPage,
27940
+ qA as ScheduleDetailSkeleton,
27941
+ eO as ScheduleDetailsAccruedExpensesPage,
27942
+ tO as ScheduleDetailsFixedAssetsPage,
27943
+ oO as ScheduleDetailsPage,
27944
+ nO as SchedulePanelInternalContext,
27945
+ rO as SearchableCheckboxCardList,
27946
+ iO as SessionTimeoutPopup,
27947
+ sO as SidePanelContext,
27948
+ aO as SidePanelProvider,
27949
+ lO as SignIn,
27950
+ cO as SomethingWrongPage,
27950
27951
  o as Space,
27951
- cO as SpendManagementListLoading,
27952
- dO as SpendManagementListViewPage,
27953
- pO as StatementParseInfo,
27954
- uO as StatementProcessingPage,
27955
- hO as StatementsPage,
27956
- mO as StyledCapsule,
27952
+ dO as SpendManagementListLoading,
27953
+ pO as SpendManagementListViewPage,
27954
+ uO as StatementParseInfo,
27955
+ hO as StatementProcessingPage,
27956
+ mO as StatementsPage,
27957
+ gO as StyledCapsule,
27957
27958
  sT as SubscriptionAddPlanPage,
27958
- gO as SubscriptionDetailPage,
27959
+ xO as SubscriptionDetailPage,
27959
27960
  rT as SubscriptionPage,
27960
- xO as SubscriptionSummaryPage,
27961
+ yO as SubscriptionSummaryPage,
27961
27962
  iT as SubscriptionUpdatePlanPage,
27962
- yO as SyntheticAiCfoAnswerView,
27963
- fO as THREAD_RESOLVED_NOTIFICATION_KIND,
27964
- bO as THREAD_UNRESOLVED_NOTIFICATION_KIND,
27965
- $O as TaskDetailPage,
27966
- CO as TaskManagementPage,
27963
+ fO as SyntheticAiCfoAnswerView,
27964
+ bO as THREAD_RESOLVED_NOTIFICATION_KIND,
27965
+ $O as THREAD_UNRESOLVED_NOTIFICATION_KIND,
27966
+ CO as TaskDetailPage,
27967
+ wO as TaskManagementPage,
27967
27968
  tT as TaskManagerPage,
27968
- wO as TenantsDropDown,
27969
- SO as TextStyle,
27970
- vO as ToolkitProvider,
27971
- jO as TopExDetailPage,
27972
- kO as TransactionActivityLogPage,
27973
- TO as TransactionActivityLogPanel,
27974
- PO as TransactionDetailPage,
27975
- IO as TransactionDetailSkeleton,
27976
- LO as TransactionListBig,
27977
- AO as TransactionListComments,
27978
- OO as TransactionListPage,
27979
- DO as TransactionPanelInternalContext,
27969
+ SO as TenantsDropDown,
27970
+ vO as TextStyle,
27971
+ jO as ToolkitProvider,
27972
+ kO as TopExDetailPage,
27973
+ TO as TransactionActivityLogPage,
27974
+ PO as TransactionActivityLogPanel,
27975
+ IO as TransactionDetailPage,
27976
+ LO as TransactionDetailSkeleton,
27977
+ AO as TransactionListBig,
27978
+ OO as TransactionListComments,
27979
+ DO as TransactionListPage,
27980
+ EO as TransactionPanelInternalContext,
27980
27981
  RO as TransactionSidePanelLayout,
27981
- EO as TransactionVendorDetailPage,
27982
- NO as TransferDrawerPage,
27983
- MO as TreasuryOverviewPage,
27984
- zO as TreasuryPromoPage,
27985
- BO as TreasurySetUpPage,
27986
- FO as TreasuryStatementsPage,
27987
- WO as TreasuryTaxLetterPage,
27988
- _O as TreasuryTransferOrReviewPage,
27989
- VO as TrendChart,
27990
- UO as UncategorizedAccountsMappingPage,
27991
- KO as UnitIntegrationPage,
27992
- HO as VENDOR_CHIP_ID_PREFIX,
27993
- GO as Vendor2FAPopup,
27994
- YO as VendorACHDetailsPage,
27995
- ZO as VendorAccruedSchedulesPage,
27996
- QO as VendorDetailPage,
27997
- JO as VendorDomesticWireDetailsPage,
27998
- XO as VendorFiling1099DetailsEditablePage,
27999
- qO as VendorFiling1099EditableFormSkeleton,
28000
- eD as VendorFiling1099ListPage,
28001
- tD as VendorFirstReviewPage,
28002
- oD as VendorInternationalSwiftBasedDetailsPage,
28003
- nD as VendorInternationalWireDetailsPage,
28004
- rD as VendorListPage,
28005
- iD as VendorSchedulesPage,
28006
- sD as VerificationFrame,
28007
- aD as VerifyDevice,
28008
- lD as VerifyUnlockFinancialStackPage,
27982
+ NO as TransactionVendorDetailPage,
27983
+ MO as TransferDrawerPage,
27984
+ zO as TreasuryOverviewPage,
27985
+ BO as TreasuryPromoPage,
27986
+ FO as TreasurySetUpPage,
27987
+ WO as TreasuryStatementsPage,
27988
+ _O as TreasuryTaxLetterPage,
27989
+ VO as TreasuryTransferOrReviewPage,
27990
+ UO as TrendChart,
27991
+ KO as UncategorizedAccountsMappingPage,
27992
+ HO as UnitIntegrationPage,
27993
+ GO as VENDOR_CHIP_ID_PREFIX,
27994
+ YO as Vendor2FAPopup,
27995
+ ZO as VendorACHDetailsPage,
27996
+ QO as VendorAccruedSchedulesPage,
27997
+ JO as VendorDetailPage,
27998
+ XO as VendorDomesticWireDetailsPage,
27999
+ qO as VendorFiling1099DetailsEditablePage,
28000
+ eD as VendorFiling1099EditableFormSkeleton,
28001
+ tD as VendorFiling1099ListPage,
28002
+ oD as VendorFirstReviewPage,
28003
+ nD as VendorInternationalSwiftBasedDetailsPage,
28004
+ rD as VendorInternationalWireDetailsPage,
28005
+ iD as VendorListPage,
28006
+ sD as VendorSchedulesPage,
28007
+ aD as VerificationFrame,
28008
+ lD as VerifyDevice,
28009
+ cD as VerifyUnlockFinancialStackPage,
28009
28010
  xT as WarningsDrawerPage,
28010
- cD as WebV2MicroService,
28011
- dD as WebV2MicroServiceProvider,
28012
- pD as WelcomeAnimation,
28013
- uD as WindowSizeProvider,
28014
- hD as ZeniAccountDetailLoading,
28015
- mD as ZeniAccountDetailNavBarTitleShimmer,
28016
- gD as ZeniAccountDetailPage,
28017
- xD as ZeniAccountListLoading,
28018
- yD as ZeniAccountListViewPage,
28019
- fD as ZeniAccountPromoPage,
28020
- bD as ZeniAccountSetUpPage,
28021
- $D as ZeniText,
28022
- CD as ZeniThemeProvider,
28023
- wD as alignToJustify,
28011
+ dD as WebV2MicroService,
28012
+ pD as WebV2MicroServiceProvider,
28013
+ uD as WelcomeAnimation,
28014
+ hD as WindowSizeProvider,
28015
+ mD as ZeniAccountDetailLoading,
28016
+ gD as ZeniAccountDetailNavBarTitleShimmer,
28017
+ xD as ZeniAccountDetailPage,
28018
+ yD as ZeniAccountListLoading,
28019
+ fD as ZeniAccountListViewPage,
28020
+ bD as ZeniAccountPromoPage,
28021
+ $D as ZeniAccountSetUpPage,
28022
+ CD as ZeniText,
28023
+ wD as ZeniThemeProvider,
28024
+ SD as alignToJustify,
28024
28025
  nt as amountToString,
28025
- SD as amountValueToString,
28026
+ vD as amountValueToString,
28026
28027
  T as appLocale,
28027
- vD as applyExtractedPolicyRulesToFormValues,
28028
- jD as buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm,
28029
- kD as buildCardPolicyFormValuesFromRequest,
28030
- TD as buildCreateCardPolicyTemplateRequest,
28031
- PD as buildCreateCardPolicyTemplateRequestFromInteractiveForm,
28032
- nE as buildInvoicingEntityPath,
28033
- ID as buildMccCategoryChipId,
28034
- LD as buildStickyKeySet,
28035
- AD as buildVendorChipId,
28036
- OD as buildVoidInvoiceSubmitBody,
28037
- DD as cellVerticalAlignToFlexAlign,
28028
+ jD as applyExtractedPolicyRulesToFormValues,
28029
+ kD as buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm,
28030
+ TD as buildCardPolicyFormValuesFromRequest,
28031
+ PD as buildCreateCardPolicyTemplateRequest,
28032
+ ID as buildCreateCardPolicyTemplateRequestFromInteractiveForm,
28033
+ rR as buildInvoicingEntityPath,
28034
+ LD as buildMccCategoryChipId,
28035
+ AD as buildStickyKeySet,
28036
+ OD as buildVendorChipId,
28037
+ DD as buildVoidInvoiceSubmitBody,
28038
+ ED as cellVerticalAlignToFlexAlign,
28038
28039
  RD as clearAutoLogoutContext,
28039
28040
  Xo as clickableRowStyles,
28040
- ED as computeStatementProcessingStepsFromElapsedTime,
28041
- ND as computeStickyLeftOffsets,
28041
+ ND as computeStatementProcessingStepsFromElapsedTime,
28042
+ MD as computeStickyLeftOffsets,
28042
28043
  Kt as darkColors,
28043
- MD as darkTheme,
28044
- zD as dashboardCardDimension,
28045
- BD as defaultCardPolicyFormValues,
28046
- FD as formatReconAccountDisplayName,
28047
- WD as getAlpha2,
28048
- _D as getAlpha3,
28049
- VD as getColorForALabel,
28050
- UD as getCountries,
28051
- KD as getCustomerDataFromAutoComplete,
28044
+ zD as darkTheme,
28045
+ BD as dashboardCardDimension,
28046
+ FD as defaultCardPolicyFormValues,
28047
+ WD as formatReconAccountDisplayName,
28048
+ _D as getAlpha2,
28049
+ VD as getAlpha3,
28050
+ UD as getColorForALabel,
28051
+ KD as getCountries,
28052
+ HD as getCustomerDataFromAutoComplete,
28052
28053
  hu as getFullName,
28053
- HD as getInitialOpenThreadRequestFromSearch,
28054
- GD as getRecipientTotalAmount,
28055
- YD as getReconAccountDisplayName,
28056
- ZD as getShowNegativeAmountInParenthesisDefaultValue,
28057
- QD as getShowNegativeAmountInParenthesisForPercentDefaultValue,
28058
- JD as getStableTransactionId,
28059
- XD as getStatementParseTransactionCount,
28060
- qD as invoicingMenuList,
28061
- eR as isBackdatedInvoiceDate,
28062
- tR as isCloseManagementMenu,
28063
- oR as isClosedCardStatus,
28064
- nR as isCollaborationEntityType,
28065
- rR as isCommentNotificationKind,
28066
- rE as isInvoicingEntityLinkable,
28067
- iR as isMobileOrTabletView,
28068
- sR as isMobilePhoneScreen,
28054
+ GD as getInitialOpenThreadRequestFromSearch,
28055
+ YD as getRecipientTotalAmount,
28056
+ ZD as getReconAccountDisplayName,
28057
+ QD as getShowNegativeAmountInParenthesisDefaultValue,
28058
+ JD as getShowNegativeAmountInParenthesisForPercentDefaultValue,
28059
+ XD as getStableTransactionId,
28060
+ qD as getStatementParseTransactionCount,
28061
+ eE as invoicingMenuList,
28062
+ tE as isBackdatedInvoiceDate,
28063
+ oE as isCloseManagementMenu,
28064
+ nE as isClosedCardStatus,
28065
+ rE as isCollaborationEntityType,
28066
+ iE as isCommentNotificationKind,
28067
+ iR as isInvoicingEntityLinkable,
28068
+ sE as isMobileOrTabletView,
28069
+ aE as isMobilePhoneScreen,
28069
28070
  Le as lightColors,
28070
- aR as lightTheme,
28071
- lR as menuList,
28072
- cR as mergeColumnDeclarativeWithRenderers,
28073
- dR as mergeLayoutDefaults,
28074
- pR as percentValueToString,
28075
- uR as resolveBackgroundStatementProcessingCompletedSteps,
28076
- hR as resolveColumnWidth,
28077
- mR as roundAmountIfNeeded,
28078
- gR as roundOffNumberToTwoDecimal,
28079
- xR as setAutoLogoutContext,
28080
- yR as setShowNegativeAmountInParenthesisDefaultValue,
28081
- fR as setShowNegativeAmountInParenthesisForPercentDefaultValue,
28082
- bR as settingMenuList,
28083
- $R as shouldDefaultAdjustmentCreditNote,
28071
+ lE as lightTheme,
28072
+ cE as menuList,
28073
+ dE as mergeColumnDeclarativeWithRenderers,
28074
+ pE as mergeLayoutDefaults,
28075
+ uE as percentValueToString,
28076
+ hE as resolveBackgroundStatementProcessingCompletedSteps,
28077
+ mE as resolveColumnWidth,
28078
+ gE as roundAmountIfNeeded,
28079
+ xE as roundOffNumberToTwoDecimal,
28080
+ yE as setAutoLogoutContext,
28081
+ fE as setShowNegativeAmountInParenthesisDefaultValue,
28082
+ bE as setShowNegativeAmountInParenthesisForPercentDefaultValue,
28083
+ $E as settingMenuList,
28084
+ CE as shouldDefaultAdjustmentCreditNote,
28084
28085
  B as sp,
28085
- CR as textAlignForCell,
28086
+ wE as textAlignForCell,
28086
28087
  De as textStyles,
28087
28088
  cn as toCockpitOptionType,
28088
28089
  qk as toCockpitOptionTypeStrict,
28089
- wR as toGroupedAccountingClassOptions,
28090
- SR as toGroupedQboAccountOptions,
28091
- vR as toInstitutionLogoDataUri,
28092
- jR as toInvoicingMenuOptionType,
28093
- kR as toInvoicingMenuOptionTypeStrict,
28094
- TR as toMccCategoryChipFieldValue,
28095
- PR as toMenuOptionType,
28096
- IR as toSettingsMenuOptionTypeStrict,
28097
- LR as toSupportedLocaleStrict,
28098
- AR as toVendorChipFieldValue,
28099
- OR as trackTreasuryTransferAnalytics,
28100
- DR as uploadAttachmentReceipts,
28101
- RR as useApprovalRulesV3Config,
28102
- ER as useBackNavigation,
28103
- NR as useCollaborationInfoContext,
28090
+ SE as toGroupedAccountingClassOptions,
28091
+ vE as toGroupedQboAccountOptions,
28092
+ jE as toInstitutionLogoDataUri,
28093
+ kE as toInvoicingMenuOptionType,
28094
+ TE as toInvoicingMenuOptionTypeStrict,
28095
+ PE as toMccCategoryChipFieldValue,
28096
+ IE as toMenuOptionType,
28097
+ LE as toSettingsMenuOptionTypeStrict,
28098
+ AE as toSupportedLocaleStrict,
28099
+ OE as toVendorChipFieldValue,
28100
+ DE as trackTreasuryTransferAnalytics,
28101
+ EE as uploadAttachmentReceipts,
28102
+ RE as useApprovalRulesV3Config,
28103
+ NE as useBackNavigation,
28104
+ ME as useCollaborationInfoContext,
28104
28105
  Gu as useCommentsDrawer,
28105
- MR as useDropdownPortal,
28106
- zR as useExpenseAutomationEnabledForUser,
28107
- BR as useFieldHelp,
28106
+ zE as useDropdownPortal,
28107
+ BE as useExpenseAutomationEnabledForUser,
28108
+ FE as useFieldHelp,
28108
28109
  uc as useGlobalInfoContext,
28109
- FR as useLockBodyScroll,
28110
- WR as usePanelInternal,
28110
+ WE as useLockBodyScroll,
28111
+ _E as usePanelInternal,
28111
28112
  qr as usePrevious,
28112
- _R as useQuickViewMode,
28113
- VR as useRegisterBackHandler,
28114
- UR as useRequestCloseAllCommentDrawers,
28115
- KR as useSchedulePanelInternal,
28116
- HR as useSessionAutoLogoutConfig,
28117
- GR as useSidePanelContext,
28113
+ VE as useQuickViewMode,
28114
+ UE as useRegisterBackHandler,
28115
+ KE as useRequestCloseAllCommentDrawers,
28116
+ HE as useSchedulePanelInternal,
28117
+ GE as useSessionAutoLogoutConfig,
28118
+ YE as useSidePanelContext,
28118
28119
  Pu as useToolkitContext,
28119
- YR as useTransactionPanelInternal,
28120
+ ZE as useTransactionPanelInternal,
28120
28121
  ge as useWindowSizeContext,
28121
- ZR as useZeniCardsVisibilityConfig,
28122
+ QE as useZeniCardsVisibilityConfig,
28122
28123
  As as useZeniFeatureContext,
28123
28124
  Ze as useZeniTheme,
28124
- QR as useZeniThemeContext,
28125
- JR as waitFor,
28126
- tE as zeniEmotionStyled,
28127
- qR as zeniStyled
28125
+ JE as useZeniThemeContext,
28126
+ XE as waitFor,
28127
+ oR as zeniEmotionStyled,
28128
+ eR as zeniStyled
28128
28129
  };