@zeniai/web-components 4.3.61 → 4.3.62-beta0ND
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{SessionTimeoutPopup-BkaNPOAF.cjs → SessionTimeoutPopup-CG3zQGql.cjs} +17226 -16370
- package/dist/{SessionTimeoutPopup-BTgODld2.js → SessionTimeoutPopup-G4OLmSKh.js} +88461 -86309
- package/dist/appLocale.d.ts +146 -0
- package/dist/cockpit.cjs.js +2 -2
- package/dist/cockpit.esm.js +79 -76
- package/dist/components/aiCfo/AiCfoPage.d.ts +68 -0
- package/dist/components/aiCfo/components/AiCfoCombobox.d.ts +24 -0
- package/dist/components/aiCfo/components/AiCfoRoutineDetail.d.ts +29 -0
- package/dist/components/aiCfo/components/AiCfoRoutineEditor.d.ts +46 -0
- package/dist/components/aiCfo/components/AiCfoRoutineRunsPanel.d.ts +42 -0
- package/dist/components/aiCfo/components/AiCfoRoutinesBrowser.d.ts +41 -0
- package/dist/components/aiCfo/components/AiCfoScrollArea.d.ts +11 -0
- package/dist/components/aiCfo/components/helpers/aiCfoRoutines.d.ts +197 -0
- package/dist/components/aiCfo/stories/hooks/useAiCfoStreamingState.d.ts +1 -0
- package/dist/components/appDrawerContent/AiCfoMenuContent.d.ts +29 -1
- package/dist/components/appDrawerContent/AppDrawerContent.d.ts +8 -1
- package/dist/components/appDrawerContent/MenuButton.d.ts +4 -3
- package/dist/components/appDrawerContent/MenuList.d.ts +8 -1
- package/dist/components/settingsPage/Notifications/NotificationSettingsPage.d.ts +9 -2
- package/dist/components/settingsPage/Notifications/{taskNotifications/TaskNotificationsSection.d.ts → notificationControls/NotificationControlsSection.d.ts} +4 -2
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +130 -127
- package/dist/strings/strings.d.ts +146 -0
- package/package.json +3 -3
package/dist/appLocale.d.ts
CHANGED
|
@@ -758,6 +758,7 @@ declare class AppLocale {
|
|
|
758
758
|
signInSecurelyViaPlaid: string;
|
|
759
759
|
signUpForFree: string;
|
|
760
760
|
siteDefault: string;
|
|
761
|
+
routines: string;
|
|
761
762
|
skills: string;
|
|
762
763
|
skipGoToMyDashboard: string;
|
|
763
764
|
snooze: string;
|
|
@@ -2556,6 +2557,7 @@ declare class AppLocale {
|
|
|
2556
2557
|
};
|
|
2557
2558
|
taskNotifications: {
|
|
2558
2559
|
sectionTitle: string;
|
|
2560
|
+
commentingSectionTitle: string;
|
|
2559
2561
|
groupCount: string;
|
|
2560
2562
|
channelLabels: {
|
|
2561
2563
|
slack: string;
|
|
@@ -9071,6 +9073,150 @@ declare class AppLocale {
|
|
|
9071
9073
|
examplePrefix: string;
|
|
9072
9074
|
tip: string;
|
|
9073
9075
|
};
|
|
9076
|
+
routines: {
|
|
9077
|
+
title: string;
|
|
9078
|
+
am: string;
|
|
9079
|
+
pm: string;
|
|
9080
|
+
subtitle: string;
|
|
9081
|
+
empty: string;
|
|
9082
|
+
loading: string;
|
|
9083
|
+
loadFailed: string;
|
|
9084
|
+
newRoutine: string;
|
|
9085
|
+
capReached: string;
|
|
9086
|
+
everyDayAt: string;
|
|
9087
|
+
everyWeekAt: string;
|
|
9088
|
+
everyMonthAt: string;
|
|
9089
|
+
unknownSchedule: string;
|
|
9090
|
+
weekdays: string[];
|
|
9091
|
+
ordinalSuffixes: {
|
|
9092
|
+
one: string;
|
|
9093
|
+
two: string;
|
|
9094
|
+
few: string;
|
|
9095
|
+
other: string;
|
|
9096
|
+
};
|
|
9097
|
+
unknownScheduleHint: string;
|
|
9098
|
+
inTimezone: string;
|
|
9099
|
+
nextRun: string;
|
|
9100
|
+
neverRun: string;
|
|
9101
|
+
lastRunSucceeded: string;
|
|
9102
|
+
lastRunSucceededNoDate: string;
|
|
9103
|
+
lastRunFailedNoDate: string;
|
|
9104
|
+
lastRunTimeoutNoDate: string;
|
|
9105
|
+
lastRunFailed: string;
|
|
9106
|
+
lastRunTimeout: string;
|
|
9107
|
+
pausedBadge: string;
|
|
9108
|
+
autoPaused: string;
|
|
9109
|
+
adHocBadge: string;
|
|
9110
|
+
brokenSkill: string;
|
|
9111
|
+
pause: string;
|
|
9112
|
+
resume: string;
|
|
9113
|
+
pauseRoutine: string;
|
|
9114
|
+
resumeRoutine: string;
|
|
9115
|
+
editRoutine: string;
|
|
9116
|
+
deleteRoutine: string;
|
|
9117
|
+
openThread: string;
|
|
9118
|
+
run: string;
|
|
9119
|
+
runRoutine: string;
|
|
9120
|
+
running: string;
|
|
9121
|
+
runQueued: string;
|
|
9122
|
+
runFailed: string;
|
|
9123
|
+
history: string;
|
|
9124
|
+
hideHistory: string;
|
|
9125
|
+
historyLoading: string;
|
|
9126
|
+
historyFailed: string;
|
|
9127
|
+
historyEmpty: string;
|
|
9128
|
+
runManual: string;
|
|
9129
|
+
runScheduled: string;
|
|
9130
|
+
runInFlight: string;
|
|
9131
|
+
runSucceeded: string;
|
|
9132
|
+
runFailedStatus: string;
|
|
9133
|
+
runTimedOut: string;
|
|
9134
|
+
runUnknownStatus: string;
|
|
9135
|
+
runAt: string;
|
|
9136
|
+
runAttempt: string;
|
|
9137
|
+
openRun: string;
|
|
9138
|
+
openRunLabel: string;
|
|
9139
|
+
backToRoutines: string;
|
|
9140
|
+
configuration: string;
|
|
9141
|
+
enabledLabel: string;
|
|
9142
|
+
enabledOn: string;
|
|
9143
|
+
enabledOff: string;
|
|
9144
|
+
enabledOnHint: string;
|
|
9145
|
+
enabledOffHint: string;
|
|
9146
|
+
scheduleRow: string;
|
|
9147
|
+
oneOffSource: string;
|
|
9148
|
+
instructionsHeading: string;
|
|
9149
|
+
showAll: string;
|
|
9150
|
+
showLess: string;
|
|
9151
|
+
runsHeading: string;
|
|
9152
|
+
successRatio: string;
|
|
9153
|
+
neverRunStatus: string;
|
|
9154
|
+
openRoutine: string;
|
|
9155
|
+
openRoutinePage: string;
|
|
9156
|
+
breadcrumbRoot: string;
|
|
9157
|
+
edit: string;
|
|
9158
|
+
runRowLabel: string;
|
|
9159
|
+
newRuns: string;
|
|
9160
|
+
scheduledSection: string;
|
|
9161
|
+
cadenceDaily: string;
|
|
9162
|
+
cadenceWeekly: string;
|
|
9163
|
+
cadenceMonthly: string;
|
|
9164
|
+
cadenceCustom: string;
|
|
9165
|
+
showRuns: string;
|
|
9166
|
+
hideRuns: string;
|
|
9167
|
+
panelRuns: string;
|
|
9168
|
+
panelDetails: string;
|
|
9169
|
+
panelSkill: string;
|
|
9170
|
+
composerPlaceholder: string;
|
|
9171
|
+
composerSubmit: string;
|
|
9172
|
+
composerExamples: string[];
|
|
9173
|
+
deleteConfirm: string;
|
|
9174
|
+
deleteConfirmBody: string;
|
|
9175
|
+
deleting: string;
|
|
9176
|
+
deleteFailed: string;
|
|
9177
|
+
saveFailed: string;
|
|
9178
|
+
nameLabel: string;
|
|
9179
|
+
namePlaceholder: string;
|
|
9180
|
+
sourceLabel: string;
|
|
9181
|
+
sourceSkill: string;
|
|
9182
|
+
sourcePrompt: string;
|
|
9183
|
+
promptPlaceholder: string;
|
|
9184
|
+
promptHint: string;
|
|
9185
|
+
skillLabel: string;
|
|
9186
|
+
skillHint: string;
|
|
9187
|
+
cadenceLabel: string;
|
|
9188
|
+
daily: string;
|
|
9189
|
+
weekly: string;
|
|
9190
|
+
monthly: string;
|
|
9191
|
+
weekdayLabel: string;
|
|
9192
|
+
dayOfMonthLabel: string;
|
|
9193
|
+
dayOfMonthHint: string;
|
|
9194
|
+
hourLabel: string;
|
|
9195
|
+
minuteLabel: string;
|
|
9196
|
+
timeLabel: string;
|
|
9197
|
+
scheduleLabel: string;
|
|
9198
|
+
runsSummary: string;
|
|
9199
|
+
timezoneLabel: string;
|
|
9200
|
+
timezonePlaceholder: string;
|
|
9201
|
+
timezoneHint: string;
|
|
9202
|
+
timezoneInvalid: string;
|
|
9203
|
+
skillPlaceholder: string;
|
|
9204
|
+
skillUnknown: string;
|
|
9205
|
+
templateLabel: string;
|
|
9206
|
+
templatePlaceholder: string;
|
|
9207
|
+
templateHint: string;
|
|
9208
|
+
templateLoading: string;
|
|
9209
|
+
templateFailed: string;
|
|
9210
|
+
skillInstructionsLabel: string;
|
|
9211
|
+
skillInstructionsLoading: string;
|
|
9212
|
+
skillInstructionsFailed: string;
|
|
9213
|
+
editACopy: string;
|
|
9214
|
+
editACopyHint: string;
|
|
9215
|
+
noMatches: string;
|
|
9216
|
+
deliveryNote: string;
|
|
9217
|
+
save: string;
|
|
9218
|
+
saving: string;
|
|
9219
|
+
};
|
|
9074
9220
|
skills: {
|
|
9075
9221
|
subtitle: string;
|
|
9076
9222
|
byZeni: string;
|
package/dist/cockpit.cjs.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./SessionTimeoutPopup-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./SessionTimeoutPopup-CG3zQGql.cjs"),o=require("./vendor-.pnpm-BGlYY3q9.cjs"),p=require("react"),s=require("@emotion/styled"),ot=require("@liveblocks/react"),J=require("@zeniai/client-epic-state"),rr=require("@liveblocks/react-ui"),$e=require("@emotion/react"),Xo=require("react-dom"),It=require("@liveblocks/react-ui/primitives"),ma=require("@liveblocks/react/suspense");function Ul(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const i=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:()=>e[r]})}}return n.default=e,Object.freeze(n)}const ce=Ul(p),Hl=({inboxNotification:e,onNotificationClick:n})=>{const r=ot.useInboxNotificationThread(e.id),i=r.metadata.entityType.split("."),a=r.metadata.isGlobalComment&&i.length===2;return o.jsxRuntimeExports.jsx(Kl,{isClickable:a,isUnRead:e.readAt==null,onClick:()=>{n(r.metadata,r.id)},children:o.jsxRuntimeExports.jsx(rr.InboxNotification,{inboxNotification:e,kinds:{thread:c=>o.jsxRuntimeExports.jsx(rr.InboxNotification.Thread,{...c,showRoomName:!0})}})})},Kl=s.div`
|
|
2
2
|
display: flex;
|
|
3
3
|
width: 100%;
|
|
4
4
|
cursor: ${e=>e.isClickable?"pointer":"initial"};
|
|
@@ -6165,4 +6165,4 @@ ${e}`,ex=e=>ce.createElement("svg",{width:38,height:39,viewBox:"0 0 38 39",fill:
|
|
|
6165
6165
|
`,E8=s(t.SmallRegularP)`
|
|
6166
6166
|
color: ${e=>e.theme.colors.alert};
|
|
6167
6167
|
margin-top: ${t.Space.sp2};
|
|
6168
|
-
`;exports.AIAgentsActivatingPage=t.AIAgentsActivatingPage;exports.AIIconButton=t.AIIconButton;exports.AIPerformancePage=t.AIPerformancePage;exports.ALL_AI_CFO_MENU_OPTIONS=t.ALL_AI_CFO_MENU_OPTIONS;exports.ALL_INVOICING_MENU_GROUPS=t.ALL_INVOICING_MENU_GROUPS;exports.ALL_INVOICING_MENU_OPTIONS=t.ALL_INVOICING_MENU_OPTIONS;exports.ALL_SETTINGS_MENU_OPTIONS=t.ALL_SETTINGS_MENU_OPTIONS;exports.APP_DRAWER_CONTENT_WIDTH_PX=t.APP_DRAWER_CONTENT_WIDTH_PX;exports.AccountInfoPage=t.AccountInfoPage;exports.AccountLockedInfoModal=t.AccountLockedInfoModal;exports.AccountReconDetailsDrawerPage=t.AccountReconDetailsDrawerPage;exports.AccountReconDetailsDrawerPageV2=t.AccountReconDetailsDrawerPage$1;exports.ActivityIndicator=t.ActivityIndicator;exports.AddAddressForCardDrawer=t.AddAddressForCardDrawer;exports.AddToWalletPage=t.AddToWalletPage;exports.AddressFormPage=t.AddressFormPage;exports.AgingReportsPage=t.AgingReportsPage;exports.AiCfoChatHeader=t.AiCfoChatHeader;exports.AiCfoMenuContent=t.AiCfoMenuContent;exports.AiCfoOnboardingPage=t.AiCfoOnboardingPage;exports.AiCfoPage=t.AiCfoPage;exports.AiCfoScopeModal=t.AiCfoScopeModal;exports.AiCfoScopeModalScrollBody=t.AiCfoScopeModalScrollBody;exports.AiCfoSidePanel=t.AiCfoSidePanel;exports.AiCfoSkillsBrowser=t.AiCfoSkillsBrowser;exports.AiFinanceTeamReadyPage=t.AiFinanceTeamReadyPage;exports.AllowBlockChipPicker=t.AllowBlockChipPicker;exports.AnalyticsOnLoad=t.AnalyticsOnLoad;exports.ApAgingDetailPage=t.ApAgingDetailPage;exports.AppBasePage=t.AppBasePage;exports.AppDrawerContent=t.AppDrawerContent;exports.AppDrawerHeightMobile=t.AppDrawerHeightMobile;exports.ApprovalRulesSettingsPage=t.ApprovalRulesSettingsPage;exports.ArAgingDetailPage=t.ArAgingDetailPage;exports.AskAiCfoNavButton=t.AskAiCfoNavButton;exports.AskAiCfoNavButtonWhenEnabled=t.AskAiCfoNavButtonWhenEnabled;exports.AttachmentView=t.AttachmentView;exports.AutoTransferRulePage=t.AutoTransferRulePage;exports.BackNavigationProvider=t.BackNavigationProvider;exports.BankConnectionsSettingsPage=t.BankConnectionsSettingsPage;exports.BillDetailPage=t.BillDetailPage;exports.BillDetailPageSkeleton=t.BillDetailPageSkeleton;exports.BillPayApprovalRuleDetailPage=t.BillPayApprovalRuleDetailPage;exports.BillPayApprovalRuleDetailPageV1=t.BillPayApprovalRuleDetailPage$1;exports.BillPayApprovalRulesPage=t.BillPayApprovalRulesPage;exports.BillPayApprovalRulesPageV1=t.BillPayApprovalRulesPage$1;exports.BillPayPromoPage=t.BillPayPromoPage;exports.BillPaySetUpLoading=t.SpendManagementSetUpLoading;exports.BillPaySetUpPage=t.BillPaySetUpPage;exports.BillingSettingsPage=t.BillingSettingsPage;exports.BillsBulkReviewDrawerPage=t.BillsBulkReviewDrawerPage;exports.BusinessVerificationPage=t.BusinessVerificationPage;exports.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT=t.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT;exports.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION=t.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION;exports.COMMAND_CENTER_SUBMENU_TYPES=t.COMMAND_CENTER_SUBMENU_TYPES;exports.COMMENT_NOTIFICATION_KINDS=t.COMMENT_NOTIFICATION_KINDS;exports.CapitalizationOnboardingPopup=t.CapitalizationOnboardingPopup;exports.CapitalizationSettingsSection=t.CapitalizationSettingsSection;exports.CardPolicyCreatePage=t.CardPolicyCreatePage;exports.CardPolicyEditPage=t.CardPolicyEditPage;exports.CardPolicyFormPageSkeleton=t.CardPolicyFormPageSkeleton;exports.CardPolicyFormSections=t.CardPolicyFormSections;exports.CardPolicyListPage=t.CardPolicyListPage;exports.CardPolicyListPageSkeleton=t.CardPolicyListPageSkeleton;exports.CardPolicyListRow=t.CardPolicyListRow;exports.CardPolicyListSkeletonRow=t.CardPolicyListSkeletonRow;exports.CardPolicyManualEmptyState=t.CardPolicyManualEmptyState;exports.CardsAiCfoHero=t.CardsAiCfoHero;exports.CardsShutdownBanner=t.CardsShutdownBanner;exports.CashbackDetailLoading=t.CashbackDetailLoading;exports.CashbackDetailPage=t.CashbackDetailPage;exports.ChargeCardCVVActivate=t.ChargeCardCVVActivate;exports.ChargeCardDetailLoading=t.ChargeCardDetailLoading;exports.ChargeCardDetailPage=t.ChargeCardDetailPage;exports.ChargeCardListLoading=t.ChargeCardListLoading;exports.ChargeCardListPage=t.ChargeCardListPage;exports.ChargeCardListSkeletonRow=t.ChargeCardListSkeletonRow;exports.ChargeCardPaymentHistoryPage=t.ChargeCardPaymentHistoryPage;exports.ChargeCardPromoPage=t.ChargeCardPromoPage;exports.ChargeCardPromoPageSkeleton=t.ChargeCardPromoPageSkeleton;exports.ChargeCardSetUpPage=t.ChargeCardSetUpPage;exports.ChargeCardSetupLoading=t.SpendManagementSetUpLoading;exports.ChargeCardStatementsLoading=t.ChargeCardStatementsLoading;exports.ChargeCardStatementsPage=t.ChargeCardStatementsPage;exports.ChargeCardUserOnboardingPromoPage=t.ChargeCardUserOnboardingPromoPage;exports.ChargeCardUserOnboardingPromoPageSkeleton=t.ChargeCardUserOnboardingPromoPageSkeleton;exports.CheckDepositDrawerPage=t.CheckDepositDrawerPage;exports.ClickableRow=t.ClickableRow;exports.CollaborationGlobalStyles=t.CollaborationGlobalStyles;exports.CollaborationProvider=t.CollaborationProvider;exports.CollaborationRoomProvider=t.CollaborationRoomProvider;exports.Colors=t.Colors;exports.CommentsAndNotesCount=t.CommentsAndNotesCount;exports.CommentsDrawerProvider=t.CommentsDrawerProvider;exports.CompanyOfficerOnboardingDetailsSection=t.CompanyOfficerOnboardingDetailsSection;exports.CompanyOnboardingDetailsSection=t.CompanyOnboardingDetailsSection;exports.CompanyPassportCard=t.CompanyPassportCard;exports.CompanyPassportPage=t.CompanyPassportPage;exports.CompleteProfile=t.CompleteProfile;exports.ConfettiBurst=t.ConfettiBurst;exports.ConfirmationPopup=t.ConfirmationPopup;exports.ConnectDataSourcesPage=t.ConnectDataSourcesPage;exports.CreateOrEditVendorPage=t.CreateOrEditVendorPage;exports.CreateOrEditVendorPageSkeleton=t.CreateOrEditVendorPageSkeleton;exports.CreatedEntitiesAnswer=t.CreatedEntitiesAnswer;exports.CreatingEntitiesAnswerLoading=t.CreatingEntitiesAnswerLoading;exports.CreditCardPaymentDrawerPage=t.CreditCardPaymentDrawerPage;exports.CustomerOnboardingContainerPage=t.CustomerOnboardingContainerPage;exports.CustomerOnboardingNoStepsPage=t.CustomerOnboardingNoStepsPage;exports.CustomerOnboardingPage=t.CustomerOnboardingPage;exports.CustomerOnboardingProductSuitePage=t.CustomerOnboardingProductSuitePage;exports.Dashboard=t.Dashboard;exports.DashboardReportPage=t.DashboardReportPage;exports.DashboardSidebarLogoAnimation=t.DashboardSidebarLogoAnimation;exports.DataListTable=t.DataListTable;exports.DataListTableHeader=t.DataListTableHeader;exports.DataListTableRow=t.DataListTableRow;exports.DataListTableSortIndicator=t.DataListTableSortIndicator;exports.DebitCardSetPin=t.DebitCardSetPin;exports.DropdownPortalContext=t.DropdownPortalContext;exports.EditPeoplePage=t.EditPeoplePage;exports.EditReimbursementDetailPage=t.EditReimbursementDetailPage;exports.EditableBillDetailPage=t.EditableBillDetailPage;exports.EntityDetailPage=t.EntityDetailPage;exports.ErrorBoundaryWrapper=t.ErrorBoundaryWrapper;exports.ExcludedAccountReconDetailsDrawerPage=t.ExcludedAccountReconDetailsDrawerPage;exports.ExpenseAutomationOverviewPage=t.ExpenseAutomationOverviewPage;exports.ExpenseAutomationOverviewPageSkeleton=t.ExpenseAutomationOverviewPageSkeleton;exports.ExpenseAutomationPage=t.ExpenseAutomationPage;exports.ExpressPayPage=t.ExpressPayPage;exports.FeatureDynamicConfigNames=t.DynamicConfigNames;exports.FeatureGatesNames=t.FeatureGatesNames;exports.FeaturePreviewPage=t.FeaturePreviewPage;exports.FeatureProvider=t.FeatureProvider;exports.FieldHelpIcon=t.FieldHelpIcon;exports.FieldHelpProvider=t.FieldHelpProvider;exports.FirstReviewVendorDetailPage=t.FirstReviewVendorDetailPage;exports.FontWeight=t.FontWeight;exports.GlobalInfoProvider=t.GlobalInfoProvider;exports.GlobalReviewListPage=t.GlobalReviewListPage;exports.INVOICING_SETTINGS_NAV_SECTIONS=t.INVOICING_SETTINGS_NAV_SECTIONS;exports.INVOICING_SETTINGS_TABS=t.INVOICING_SETTINGS_TABS;exports.InformationCardStack=t.InformationCardStack;exports.InitialCollaborationProvider=t.InitialCollaborationProvider;exports.InsightsCardStack=t.InsightCardStack;exports.IntegrationCardView=t.IntegrationCardView;exports.IntegrationsCardGrid=t.IntegrationsCardGrid;exports.IntegrationsSection=t.IntegrationsSection;exports.IntegrationsSettingsPage=t.IntegrationsSettingsPage;exports.InternationalWireVerificationPage=t.InternationalWireVerificationPage;exports.InviteFormPage=t.InviteFormPage;exports.InvitePageListView=t.InvitePageListView;exports.InvitePeoplePage=t.InvitePeoplePage;exports.InvoiceUploadSection=t.InvoiceUploadSection;exports.InvoiceUploadSectionSkeleton=t.InvoiceUploadSectionSkeleton;exports.InvoicingAddPaymentMethodDialog=t.InvoicingAddPaymentMethodDialog;exports.InvoicingAuditLogPage=t.InvoicingAuditLogPage;exports.InvoicingBrandingSettingsPage=t.InvoicingBrandingSettingsPage;exports.InvoicingCatalogItemDetailPage=t.InvoicingCatalogItemDetailPage;exports.InvoicingCatalogItemFormPage=t.InvoicingCatalogItemFormPage;exports.InvoicingCatalogPage=t.InvoicingCatalogPage;exports.InvoicingCouponFormPage=t.InvoicingCouponFormPage;exports.InvoicingCreateInvoicePage=t.InvoicingCreateInvoicePage;exports.InvoicingCreateInvoiceSkeleton=t.InvoicingCreateInvoiceSkeleton;exports.InvoicingCreatePromotionalCreditsDialog=t.InvoicingCreatePromotionalCreditsDialog;exports.InvoicingCreditDetailPage=t.InvoicingCreditDetailPage;exports.InvoicingCreditListPage=t.InvoicingCreditListPage;exports.InvoicingCustomerDetailPage=t.InvoicingCustomerDetailPage;exports.InvoicingCustomerFormPage=t.InvoicingCustomerFormPage;exports.InvoicingCustomerListPage=t.InvoicingCustomerListPage;exports.InvoicingDashboardSkeleton=t.InvoicingDashboardSkeleton;exports.InvoicingDataImportDetailPage=t.InvoicingDataImportDetailPage;exports.InvoicingDataImportHubPage=t.InvoicingDataImportHubPage;exports.InvoicingDataImportMigratePage=t.InvoicingDataImportMigratePage;exports.InvoicingDetailScaffold=t.InvoicingDetailScaffold;exports.InvoicingDiscountDetailPage=t.InvoicingDiscountDetailPage;exports.InvoicingDiscountListPage=t.InvoicingDiscountListPage;exports.InvoicingDunningDetailPage=t.InvoicingDunningDetailPage;exports.InvoicingDunningEmailComposerDialog=t.InvoicingDunningEmailComposerDialog;exports.InvoicingDunningListPage=t.InvoicingDunningListPage;exports.InvoicingDunningSettingsPage=t.InvoicingDunningSettingsPage;exports.InvoicingEmptyState=t.InvoicingEmptyState;exports.InvoicingIntegrationsSettingsPage=t.InvoicingIntegrationsSettingsPage;exports.InvoicingInvoiceDetailPage=t.InvoicingInvoiceDetailPage;exports.InvoicingInvoiceListPage=t.InvoicingInvoiceListPage;exports.InvoicingIssueCreditNotePage=t.InvoicingIssueCreditNotePage;exports.InvoicingOverviewPage=t.InvoicingOverviewPage;exports.InvoicingPaymentDestinationSettingsPage=t.InvoicingPaymentDestinationSettingsPage;exports.InvoicingPaymentLinkEmailComposerDialog=t.InvoicingPaymentLinkEmailComposerDialog;exports.InvoicingPaymentLinkPage=t.InvoicingPaymentLinkPage;exports.InvoicingPaymentListPage=t.InvoicingPaymentListPage;exports.InvoicingPromoPage=t.InvoicingPromoPage;exports.InvoicingQBOSettingsPage=t.InvoicingQBOSettingsPage;exports.InvoicingRecordPaymentPage=t.InvoicingRecordPaymentPage;exports.InvoicingSettingsHubPage=t.InvoicingSettingsHubPage;exports.InvoicingSettingsPage=t.InvoicingSettingsHubPage;exports.InvoicingSubscriptionDetailPage=t.InvoicingSubscriptionDetailPage;exports.InvoicingSubscriptionFormPage=t.InvoicingSubscriptionFormPage;exports.InvoicingSubscriptionListPage=t.InvoicingSubscriptionListPage;exports.InvoicingTransactionDetailPage=t.InvoicingTransactionDetailPage;exports.InvoicingVoidInvoiceDialog=t.InvoicingVoidInvoiceDialog;exports.IssueChargeCardPage=t.IssueChargeCardPage;exports.IssueChargeCardPageSkeleton=t.IssueChargeCardPageSkeleton;exports.JEOneTimeAccrualDetailPage=t.JEOneTimeAccrualDetailPage;exports.LinkBillExpensePage=t.LinkBillExpensePage;exports.LinkJETransactionPage=t.LinkJETransactionPage;exports.Loader=t.Loader;exports.LogoutButton=t.LogoutButton;exports.MCC_CHIP_ID_PREFIX=t.MCC_CHIP_ID_PREFIX;exports.MEETING_LINK_DEFAULTS=t.MEETING_LINK_DEFAULTS;exports.MagicLinkDomesticWireDetailsPage=t.MagicLinkDomesticWireDetailsPage;exports.MagicLinkInternationalWireDetailsPage=t.MagicLinkInternationalWireDetailsPage;exports.MagicLinkSuccessPage=t.MagicLinkSuccessPage;exports.MagicLinkVendorACHDetailsPage=t.MagicLinkVendorACHDetailsPage;exports.Modal=t.Modal;exports.MonthEndEmailDrawerCustomerRequestPage=t.MonthEndEmailDrawerCustomerRequestPage;exports.MyBankConnectionsSettingsPage=t.MyBankConnectionsSettingsPage;exports.MyPendingActivationChargeCardListPage=t.MyPendingActivationChargeCardListPage;exports.MyProfileSettingsPage=t.MyProfileSettingsPage;exports.NavBar=t.NavBar;exports.NavBarRightRowStyled=t.NavBarRightRowStyled;exports.NewGlobalMerchantPage=t.NewGlobalMerchantPage;exports.NewUpdateAvailablePage=t.NewUpdateAvailablePage;exports.NotFoundPage=t.NotFoundPage;exports.NotificationIcon=t.SvgNotification;exports.NotificationSettingsPage=t.NotificationSettingsPage;exports.NotificationsPage=t.NotificationsPage;exports.OAuthConsentPage=t.OAuthConsentPage;exports.OnboardingInitialLoader=t.OnboardingInitialLoader;exports.OnboardingSidebar=t.OnboardingSidebar;exports.OnboardingStepFrame=t.OnboardingStepFrame;exports.OpExByVendorPage=t.OpExByVendorPage;exports.OverlayContainerPage=t.OverlayContainerPage;exports.PandLWithForecastPage=t.PandLWithForecastPage;exports.PanelInternalContext=t.PanelInternalContext;exports.PaymentAccountSetupBillingAddressSection=t.PaymentAccountSetupBillingAddressSection;exports.PeoplePage=t.PeoplePage;exports.Picker=t.Picker;exports.PolicyLimitsRowList=t.PolicyLimitsRowList;exports.PolicyModeSelector=t.PolicyModeSelector;exports.PortfolioAllocationFormPage=t.PortfolioAllocationFormPage;exports.QBOConnectionDialog=t.QBOConnectionDialog;exports.QBOSetupSectionWithForm=t.QBOSetupSectionWithForm;exports.QuickResponsesPage=t.QuickResponsesPage;exports.QuickViewModeContext=t.QuickViewModeContext;exports.RIGHT_SIDE_PANEL_WIDTH_PX=t.RIGHT_SIDE_PANEL_WIDTH_PX;exports.RecommendationFeedbackPopup=t.RecommendationFeedbackPopup;exports.ReferralDrawerPage=t.DrawerPage;exports.ReimbursementApprovalRuleDetailPage=t.ReimbursementApprovalRuleDetailPage;exports.ReimbursementApprovalRuleDetailPageV1=t.ReimbursementApprovalRuleDetailPage$1;exports.ReimbursementApprovalRulesPage=t.ReimbursementApprovalRulesPage;exports.ReimbursementApprovalRulesPageV1=t.ReimbursementApprovalRulesPage$1;exports.ReimbursementDetailPage=t.ReimbursementDetailPage;exports.ReimbursementDetailPageSkeleton=t.ReimbursementDetailPageSkeleton;exports.ReimbursementPromoPage=t.ReimbursementPromoPage;exports.ReimbursementSetUpLoading=t.SpendManagementSetUpLoading;exports.ReimbursementSetUpPage=t.RemiSetupPage;exports.RemisBulkReviewDrawerPage=t.ReimbursementsBulkReviewDrawerPage;exports.ReportsPage=t.ReportsPage;exports.ResponsiveSized=t.ResponsiveSized;exports.ReviewBillDetailsPage=t.ReviewBillDetailsPage;exports.ReviewConfirmTransferPanel=t.ReviewConfirmTransferPanel;exports.ReviewDetailsPageSkeleton=t.ReviewDetailsPageSkeleton;exports.ScheduleDetailSkeleton=t.ScheduleDetailSkeleton;exports.ScheduleDetailsAccruedExpensesPage=t.ScheduleDetailsAccruedExpensesPage;exports.ScheduleDetailsFixedAssetsPage=t.ScheduleDetailsFixedAssetsPage;exports.ScheduleDetailsPage=t.ScheduleDetailsPage;exports.SchedulePanelInternalContext=t.SchedulePanelInternalContext;exports.SearchableCheckboxCardList=t.SearchableCheckboxCardList;exports.SessionTimeoutPopup=t.SessionTimeoutPopup;exports.SidePanelContext=t.SidePanelContext;exports.SidePanelProvider=t.SidePanelProvider;exports.SignIn=t.SignIn;exports.SomethingWrongPage=t.SomethingWrongPage;exports.Space=t.Space;exports.SpendManagementListLoading=t.SpendManagementListLoading;exports.SpendManagementListViewPage=t.SpendManagementListViewPage;exports.StatementParseInfo=t.StatementParseInfoEntry;exports.StatementProcessingPage=t.StatementProcessingPage;exports.StatementsPage=t.StatementsPage;exports.StyledCapsule=t.StyledCapsule;exports.SubscriptionDetailPage=t.SubscriptionDetailPage;exports.SubscriptionSummaryPage=t.SubscriptionSummaryPage;exports.SyntheticAiCfoAnswerView=t.SyntheticAiCfoAnswerView;exports.THREAD_RESOLVED_NOTIFICATION_KIND=t.THREAD_RESOLVED_NOTIFICATION_KIND;exports.THREAD_UNRESOLVED_NOTIFICATION_KIND=t.THREAD_UNRESOLVED_NOTIFICATION_KIND;exports.TaskDetailPage=t.TaskDetailPage;exports.TaskManagementPage=t.TaskManagementPage;exports.TenantsDropDown=t.TenantsDropDown;exports.TextStyle=t.TextStyle;exports.ToolkitProvider=t.ToolkitProvider;exports.TopExDetailPage=t.TopExDetailPage;exports.TransactionActivityLogPage=t.TransactionActivityLogPage;exports.TransactionActivityLogPanel=t.TransactionActivityLogPanel;exports.TransactionDetailPage=t.TransactionDetailPage;exports.TransactionDetailSkeleton=t.TransactionDetailSkeleton;exports.TransactionListBig=t.TransactionListBig;exports.TransactionListComments=t.TransactionListComments;exports.TransactionListPage=t.TransactionListPage;exports.TransactionPanelInternalContext=t.TransactionPanelInternalContext;exports.TransactionSidePanelLayout=t.TransactionSidePanelLayout;exports.TransactionVendorDetailPage=t.TransactionVendorDetailPage;exports.TransferDrawerPage=t.TransferDrawerPage;exports.TreasuryOverviewPage=t.TreasuryOverviewPage;exports.TreasuryPromoPage=t.TreasuryPromoPage;exports.TreasurySetUpPage=t.TreasurySetUpPage;exports.TreasuryStatementsPage=t.TreasuryStatementsPage;exports.TreasuryTaxLetterPage=t.TreasuryTaxLetterPage;exports.TreasuryTransferOrReviewPage=t.TreasuryTransferOrReviewPage;exports.TrendChart=t.TrendChart;exports.UncategorizedAccountsMappingPage=t.UncategorizedAccountsMappingPage;exports.UnitIntegrationPage=t.UnitIntegrationPage;exports.VENDOR_CHIP_ID_PREFIX=t.VENDOR_CHIP_ID_PREFIX;exports.Vendor2FAPopup=t.Vendor2FAPopup;exports.VendorACHDetailsPage=t.VendorACHDetailsPage;exports.VendorAccruedSchedulesPage=t.VendorAccruedSchedulesPage;exports.VendorDetailPage=t.VendorDetailPage;exports.VendorDomesticWireDetailsPage=t.VendorDomesticWireDetailsPage;exports.VendorFiling1099DetailsEditablePage=t.VendorFiling1099DetailsEditablePage;exports.VendorFiling1099EditableFormSkeleton=t.VendorFiling1099EditableFormSkeleton;exports.VendorFiling1099ListPage=t.VendorFiling1099ListPage;exports.VendorFirstReviewPage=t.VendorFirstReviewPage;exports.VendorInternationalSwiftBasedDetailsPage=t.VendorInternationalSwiftBasedDetailsPage;exports.VendorInternationalWireDetailsPage=t.VendorInternationalWireDetailsPage;exports.VendorListPage=t.VendorListPage;exports.VendorSchedulesPage=t.VendorSchedulesPage;exports.VerificationFrame=t.VerificationFrame;exports.VerifyDevice=t.VerifyDevice;exports.VerifyUnlockFinancialStackPage=t.VerifyUnlockFinancialStackPage;exports.WebV2MicroService=t.WebV2MicroService;exports.WebV2MicroServiceProvider=t.WebV2MicroServiceProvider;exports.WelcomeAnimation=t.WelcomeAnimation;exports.WindowSizeProvider=t.WindowSizeProvider;exports.ZeniAccountDetailLoading=t.ZeniAccountDetailLoading;exports.ZeniAccountDetailNavBarTitleShimmer=t.ZeniAccountDetailNavBarTitleShimmer;exports.ZeniAccountDetailPage=t.ZeniAccountDetailPage;exports.ZeniAccountListLoading=t.ZeniAccountListLoading;exports.ZeniAccountListViewPage=t.ZeniAccountListViewPage;exports.ZeniAccountPromoPage=t.ZeniAccountPromoPage;exports.ZeniAccountSetUpPage=t.ZeniAccountSetUpPage;exports.ZeniText=t.ZeniText;exports.ZeniThemeProvider=t.ZeniThemeProvider;exports.alignToJustify=t.alignToJustify;exports.amountToString=t.amountToString;exports.amountValueToString=t.amountValueToString;exports.appLocale=t.appLocale;exports.applyExtractedPolicyRulesToFormValues=t.applyExtractedPolicyRulesToFormValues;exports.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm=t.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm;exports.buildCardPolicyFormValuesFromRequest=t.buildCardPolicyFormValuesFromRequest;exports.buildCreateCardPolicyTemplateRequest=t.buildCreateCardPolicyTemplateRequest;exports.buildCreateCardPolicyTemplateRequestFromInteractiveForm=t.buildCreateCardPolicyTemplateRequestFromInteractiveForm;exports.buildMccCategoryChipId=t.buildMccCategoryChipId;exports.buildStickyKeySet=t.buildStickyKeySet;exports.buildVendorChipId=t.buildVendorChipId;exports.cellVerticalAlignToFlexAlign=t.cellVerticalAlignToFlexAlign;exports.clearAutoLogoutContext=t.clearAutoLogoutContext;exports.clickableRowStyles=t.clickableRowStyles;exports.computeRecommendationSelectionFeedback=t.computeRecommendationSelectionFeedback;exports.computeStatementProcessingStepsFromElapsedTime=t.computeStatementProcessingStepsFromElapsedTime;exports.computeStickyLeftOffsets=t.computeStickyLeftOffsets;exports.darkColors=t.darkColors;exports.darkTheme=t.darkTheme;exports.dashboardCardDimension=t.designDimension;exports.defaultCardPolicyFormValues=t.defaultCardPolicyFormValues;exports.formatReconAccountDisplayName=t.formatReconAccountDisplayName;exports.getAlpha2=t.getAlpha2;exports.getAlpha3=t.getAlpha3;exports.getColorForALabel=t.getColorForALabel;exports.getCountries=t.getCountries;exports.getCustomerDataFromAutoComplete=t.getCustomerDataFromAutoComplete;exports.getFullName=t.getFullName;exports.getInitialOpenThreadRequestFromSearch=t.getInitialOpenThreadRequestFromSearch;exports.getRecipientTotalAmount=t.getRecipientTotalAmount;exports.getReconAccountDisplayName=t.getReconAccountDisplayName;exports.getShowNegativeAmountInParenthesisDefaultValue=t.getShowNegativeAmountInParenthesisDefaultValue;exports.getShowNegativeAmountInParenthesisForPercentDefaultValue=t.getShowNegativeAmountInParenthesisForPercentDefaultValue;exports.getStableTransactionId=t.getStableTransactionId;exports.getStatementParseTransactionCount=t.getStatementParseTransactionCount;exports.getTransactionAppliedFiltersCount=t.getTransactionAppliedFiltersCount;exports.invoicingMenuList=t.invoicingMenuList;exports.isCloseManagementMenu=t.isCloseManagementMenu;exports.isClosedCardStatus=t.isClosedCardStatus;exports.isCollaborationEntityType=t.isCollaborationEntityType;exports.isCommentNotificationKind=t.isCommentNotificationKind;exports.isMobileOrTabletView=t.isMobileOrTabletView;exports.isMobilePhoneScreen=t.isMobilePhoneScreen;exports.isRecommendationFeedbackDimension=t.isRecommendationFeedbackDimension;exports.lightColors=t.lightColors;exports.lightTheme=t.lightTheme;exports.menuList=t.menuList;exports.mergeColumnDeclarativeWithRenderers=t.mergeColumnDeclarativeWithRenderers;exports.mergeLayoutDefaults=t.mergeLayoutDefaults;exports.percentValueToString=t.percentValueToString;exports.resolveBackgroundStatementProcessingCompletedSteps=t.resolveBackgroundStatementProcessingCompletedSteps;exports.resolveColumnWidth=t.resolveColumnWidth;exports.roundAmountIfNeeded=t.roundAmountIfNeeded;exports.roundOffNumberToTwoDecimal=t.roundOffNumberToTwoDecimal;exports.setAutoLogoutContext=t.setAutoLogoutContext;exports.setShowNegativeAmountInParenthesisDefaultValue=t.setShowNegativeAmountInParenthesisDefaultValue;exports.setShowNegativeAmountInParenthesisForPercentDefaultValue=t.setShowNegativeAmountInParenthesisForPercentDefaultValue;exports.settingMenuList=t.settingMenuList;exports.sp=t.sp;exports.textAlignForCell=t.textAlignForCell;exports.textStyles=t.textStyles;exports.toGroupedAccountingClassOptions=t.toGroupedAccountingClassOptions;exports.toGroupedQboAccountOptions=t.toGroupedQboAccountOptions;exports.toInstitutionLogoDataUri=t.toInstitutionLogoDataUri;exports.toInvoicingMenuOptionType=t.toInvoicingMenuOptionType;exports.toInvoicingMenuOptionTypeStrict=t.toInvoicingMenuOptionTypeStrict;exports.toMccCategoryChipFieldValue=t.toMccCategoryChipFieldValue;exports.toMenuOptionType=t.toMenuOptionType;exports.toSettingsMenuOptionTypeStrict=t.toSettingsMenuOptionTypeStrict;exports.toSupportedLocaleStrict=t.toSupportedLocaleStrict;exports.toVendorChipFieldValue=t.toVendorChipFieldValue;exports.trackTreasuryTransferAnalytics=t.trackTreasuryTransferAnalytics;exports.uploadAttachmentReceipts=t.uploadAttachmentReceipts;exports.useApprovalRulesV3Config=t.useApprovalRulesV3Config;exports.useBackNavigation=t.useBackNavigation;exports.useCollaborationInfoContext=t.useCollaborationInfoContext;exports.useCommentsDrawer=t.useCommentsDrawer;exports.useDropdownPortal=t.useDropdownPortal;exports.useExpenseAutomationEnabledForUser=t.useExpenseAutomationEnabledForUser;exports.useFieldHelp=t.useFieldHelp;exports.useGlobalInfoContext=t.useGlobalInfoContext;exports.useLockBodyScroll=t.useLockBodyScroll;exports.useMeetingLinks=t.useMeetingLinks;exports.usePanelInternal=t.usePanelInternal;exports.usePrevious=t.usePrevious;exports.useQuickViewMode=t.useQuickViewMode;exports.useRegisterBackHandler=t.useRegisterBackHandler;exports.useRequestCloseAllCommentDrawers=t.useRequestCloseAllCommentDrawers;exports.useSchedulePanelInternal=t.useSchedulePanelInternal;exports.useSessionAutoLogoutConfig=t.useSessionAutoLogoutConfig;exports.useSidePanelContext=t.useSidePanelContext;exports.useToolkitContext=t.useToolkitContext;exports.useTransactionPanelInternal=t.useTransactionPanelInternal;exports.useWindowSizeContext=t.useWindowSizeContext;exports.useZeniCardsVisibilityConfig=t.useZeniCardsVisibilityConfig;exports.useZeniFeatureContext=t.useZeniFeatureContext;exports.useZeniThemeContext=t.useZeniThemeContext;exports.waitFor=t.waitFor;exports.useZeniTheme=o.useTheme;exports.zeniStyled=o.styled;exports.zeniEmotionStyled=s;Object.defineProperty(exports,"buildInvoicingEntityPath",{enumerable:!0,get:()=>J.buildInvoicingEntityPath});Object.defineProperty(exports,"isInvoicingEntityLinkable",{enumerable:!0,get:()=>J.isInvoicingEntityLinkable});exports.AiAccountantDetailDrawer=Fj;exports.AiAccountantPage=ub;exports.AuditReportDrawerPage=_w;exports.COCKPIT_TAB_OPTIONS=xt;exports.COCKPIT_TAB_OPTIONS_WITH_CREDIT_AGENT=Sc;exports.CockpitNavBar=Xc;exports.CreditAgentPage=a8;exports.HealthMonitorDetailDrawer=vS;exports.HealthMonitorPage=nf;exports.ManagementPage=gg;exports.MonthEndReportHistoricDataPage=ZE;exports.MonthEndReportPage=wE;exports.NavHeader=jt;exports.OnboardingCustomerPage=g$;exports.OnboardingPage=sR;exports.PortfolioPage=Sj;exports.ReviewPage=gv;exports.SubscriptionAddPlanPage=cC;exports.SubscriptionPage=v0;exports.SubscriptionUpdatePlanPage=F2;exports.TaskManagerPage=Kg;exports.WarningsDrawerPage=r7;exports.toCockpitOptionType=Bt;exports.toCockpitOptionTypeStrict=Qc;
|
|
6168
|
+
`;exports.AIAgentsActivatingPage=t.AIAgentsActivatingPage;exports.AIIconButton=t.AIIconButton;exports.AIPerformancePage=t.AIPerformancePage;exports.ALL_AI_CFO_MENU_OPTIONS=t.ALL_AI_CFO_MENU_OPTIONS;exports.ALL_INVOICING_MENU_GROUPS=t.ALL_INVOICING_MENU_GROUPS;exports.ALL_INVOICING_MENU_OPTIONS=t.ALL_INVOICING_MENU_OPTIONS;exports.ALL_SETTINGS_MENU_OPTIONS=t.ALL_SETTINGS_MENU_OPTIONS;exports.APP_DRAWER_CONTENT_WIDTH_PX=t.APP_DRAWER_CONTENT_WIDTH_PX;exports.AccountInfoPage=t.AccountInfoPage;exports.AccountLockedInfoModal=t.AccountLockedInfoModal;exports.AccountReconDetailsDrawerPage=t.AccountReconDetailsDrawerPage;exports.AccountReconDetailsDrawerPageV2=t.AccountReconDetailsDrawerPage$1;exports.ActivityIndicator=t.ActivityIndicator;exports.AddAddressForCardDrawer=t.AddAddressForCardDrawer;exports.AddToWalletPage=t.AddToWalletPage;exports.AddressFormPage=t.AddressFormPage;exports.AgingReportsPage=t.AgingReportsPage;exports.AiCfoChatHeader=t.AiCfoChatHeader;exports.AiCfoMenuContent=t.AiCfoMenuContent;exports.AiCfoOnboardingPage=t.AiCfoOnboardingPage;exports.AiCfoPage=t.AiCfoPage;exports.AiCfoScopeModal=t.AiCfoScopeModal;exports.AiCfoScopeModalScrollBody=t.AiCfoScopeModalScrollBody;exports.AiCfoSidePanel=t.AiCfoSidePanel;exports.AiCfoSkillsBrowser=t.AiCfoSkillsBrowser;exports.AiFinanceTeamReadyPage=t.AiFinanceTeamReadyPage;exports.AllowBlockChipPicker=t.AllowBlockChipPicker;exports.AnalyticsOnLoad=t.AnalyticsOnLoad;exports.ApAgingDetailPage=t.ApAgingDetailPage;exports.AppBasePage=t.AppBasePage;exports.AppDrawerContent=t.AppDrawerContent;exports.AppDrawerHeightMobile=t.AppDrawerHeightMobile;exports.ApprovalRulesSettingsPage=t.ApprovalRulesSettingsPage;exports.ArAgingDetailPage=t.ArAgingDetailPage;exports.AskAiCfoNavButton=t.AskAiCfoNavButton;exports.AskAiCfoNavButtonWhenEnabled=t.AskAiCfoNavButtonWhenEnabled;exports.AttachmentView=t.AttachmentView;exports.AutoTransferRulePage=t.AutoTransferRulePage;exports.BackNavigationProvider=t.BackNavigationProvider;exports.BankConnectionsSettingsPage=t.BankConnectionsSettingsPage;exports.BillDetailPage=t.BillDetailPage;exports.BillDetailPageSkeleton=t.BillDetailPageSkeleton;exports.BillPayApprovalRuleDetailPage=t.BillPayApprovalRuleDetailPage;exports.BillPayApprovalRuleDetailPageV1=t.BillPayApprovalRuleDetailPage$1;exports.BillPayApprovalRulesPage=t.BillPayApprovalRulesPage;exports.BillPayApprovalRulesPageV1=t.BillPayApprovalRulesPage$1;exports.BillPayPromoPage=t.BillPayPromoPage;exports.BillPaySetUpLoading=t.SpendManagementSetUpLoading;exports.BillPaySetUpPage=t.BillPaySetUpPage;exports.BillingSettingsPage=t.BillingSettingsPage;exports.BillsBulkReviewDrawerPage=t.BillsBulkReviewDrawerPage;exports.BusinessVerificationPage=t.BusinessVerificationPage;exports.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT=t.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT;exports.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION=t.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION;exports.COMMAND_CENTER_SUBMENU_TYPES=t.COMMAND_CENTER_SUBMENU_TYPES;exports.COMMENT_NOTIFICATION_KINDS=t.COMMENT_NOTIFICATION_KINDS;exports.CapitalizationOnboardingPopup=t.CapitalizationOnboardingPopup;exports.CapitalizationSettingsSection=t.CapitalizationSettingsSection;exports.CardPolicyCreatePage=t.CardPolicyCreatePage;exports.CardPolicyEditPage=t.CardPolicyEditPage;exports.CardPolicyFormPageSkeleton=t.CardPolicyFormPageSkeleton;exports.CardPolicyFormSections=t.CardPolicyFormSections;exports.CardPolicyListPage=t.CardPolicyListPage;exports.CardPolicyListPageSkeleton=t.CardPolicyListPageSkeleton;exports.CardPolicyListRow=t.CardPolicyListRow;exports.CardPolicyListSkeletonRow=t.CardPolicyListSkeletonRow;exports.CardPolicyManualEmptyState=t.CardPolicyManualEmptyState;exports.CardsAiCfoHero=t.CardsAiCfoHero;exports.CardsShutdownBanner=t.CardsShutdownBanner;exports.CashbackDetailLoading=t.CashbackDetailLoading;exports.CashbackDetailPage=t.CashbackDetailPage;exports.ChargeCardCVVActivate=t.ChargeCardCVVActivate;exports.ChargeCardDetailLoading=t.ChargeCardDetailLoading;exports.ChargeCardDetailPage=t.ChargeCardDetailPage;exports.ChargeCardListLoading=t.ChargeCardListLoading;exports.ChargeCardListPage=t.ChargeCardListPage;exports.ChargeCardListSkeletonRow=t.ChargeCardListSkeletonRow;exports.ChargeCardPaymentHistoryPage=t.ChargeCardPaymentHistoryPage;exports.ChargeCardPromoPage=t.ChargeCardPromoPage;exports.ChargeCardPromoPageSkeleton=t.ChargeCardPromoPageSkeleton;exports.ChargeCardSetUpPage=t.ChargeCardSetUpPage;exports.ChargeCardSetupLoading=t.SpendManagementSetUpLoading;exports.ChargeCardStatementsLoading=t.ChargeCardStatementsLoading;exports.ChargeCardStatementsPage=t.ChargeCardStatementsPage;exports.ChargeCardUserOnboardingPromoPage=t.ChargeCardUserOnboardingPromoPage;exports.ChargeCardUserOnboardingPromoPageSkeleton=t.ChargeCardUserOnboardingPromoPageSkeleton;exports.CheckDepositDrawerPage=t.CheckDepositDrawerPage;exports.ClickableRow=t.ClickableRow;exports.CollaborationGlobalStyles=t.CollaborationGlobalStyles;exports.CollaborationProvider=t.CollaborationProvider;exports.CollaborationRoomProvider=t.CollaborationRoomProvider;exports.Colors=t.Colors;exports.CommentsAndNotesCount=t.CommentsAndNotesCount;exports.CommentsDrawerProvider=t.CommentsDrawerProvider;exports.CompanyOfficerOnboardingDetailsSection=t.CompanyOfficerOnboardingDetailsSection;exports.CompanyOnboardingDetailsSection=t.CompanyOnboardingDetailsSection;exports.CompanyPassportCard=t.CompanyPassportCard;exports.CompanyPassportPage=t.CompanyPassportPage;exports.CompleteProfile=t.CompleteProfile;exports.ConfettiBurst=t.ConfettiBurst;exports.ConfirmationPopup=t.ConfirmationPopup;exports.ConnectDataSourcesPage=t.ConnectDataSourcesPage;exports.CreateOrEditVendorPage=t.CreateOrEditVendorPage;exports.CreateOrEditVendorPageSkeleton=t.CreateOrEditVendorPageSkeleton;exports.CreatedEntitiesAnswer=t.CreatedEntitiesAnswer;exports.CreatingEntitiesAnswerLoading=t.CreatingEntitiesAnswerLoading;exports.CreditCardPaymentDrawerPage=t.CreditCardPaymentDrawerPage;exports.CustomerOnboardingContainerPage=t.CustomerOnboardingContainerPage;exports.CustomerOnboardingNoStepsPage=t.CustomerOnboardingNoStepsPage;exports.CustomerOnboardingPage=t.CustomerOnboardingPage;exports.CustomerOnboardingProductSuitePage=t.CustomerOnboardingProductSuitePage;exports.Dashboard=t.Dashboard;exports.DashboardReportPage=t.DashboardReportPage;exports.DashboardSidebarLogoAnimation=t.DashboardSidebarLogoAnimation;exports.DataListTable=t.DataListTable;exports.DataListTableHeader=t.DataListTableHeader;exports.DataListTableRow=t.DataListTableRow;exports.DataListTableSortIndicator=t.DataListTableSortIndicator;exports.DebitCardSetPin=t.DebitCardSetPin;exports.DropdownPortalContext=t.DropdownPortalContext;exports.EditPeoplePage=t.EditPeoplePage;exports.EditReimbursementDetailPage=t.EditReimbursementDetailPage;exports.EditableBillDetailPage=t.EditableBillDetailPage;exports.EntityDetailPage=t.EntityDetailPage;exports.ErrorBoundaryWrapper=t.ErrorBoundaryWrapper;exports.ExcludedAccountReconDetailsDrawerPage=t.ExcludedAccountReconDetailsDrawerPage;exports.ExpenseAutomationOverviewPage=t.ExpenseAutomationOverviewPage;exports.ExpenseAutomationOverviewPageSkeleton=t.ExpenseAutomationOverviewPageSkeleton;exports.ExpenseAutomationPage=t.ExpenseAutomationPage;exports.ExpressPayPage=t.ExpressPayPage;exports.FeatureDynamicConfigNames=t.DynamicConfigNames;exports.FeatureGatesNames=t.FeatureGatesNames;exports.FeaturePreviewPage=t.FeaturePreviewPage;exports.FeatureProvider=t.FeatureProvider;exports.FieldHelpIcon=t.FieldHelpIcon;exports.FieldHelpProvider=t.FieldHelpProvider;exports.FirstReviewVendorDetailPage=t.FirstReviewVendorDetailPage;exports.FontWeight=t.FontWeight;exports.GlobalInfoProvider=t.GlobalInfoProvider;exports.GlobalReviewListPage=t.GlobalReviewListPage;exports.INVOICING_SETTINGS_NAV_SECTIONS=t.INVOICING_SETTINGS_NAV_SECTIONS;exports.INVOICING_SETTINGS_TABS=t.INVOICING_SETTINGS_TABS;exports.InformationCardStack=t.InformationCardStack;exports.InitialCollaborationProvider=t.InitialCollaborationProvider;exports.InsightsCardStack=t.InsightCardStack;exports.IntegrationCardView=t.IntegrationCardView;exports.IntegrationsCardGrid=t.IntegrationsCardGrid;exports.IntegrationsSection=t.IntegrationsSection;exports.IntegrationsSettingsPage=t.IntegrationsSettingsPage;exports.InternationalWireVerificationPage=t.InternationalWireVerificationPage;exports.InviteFormPage=t.InviteFormPage;exports.InvitePageListView=t.InvitePageListView;exports.InvitePeoplePage=t.InvitePeoplePage;exports.InvoiceUploadSection=t.InvoiceUploadSection;exports.InvoiceUploadSectionSkeleton=t.InvoiceUploadSectionSkeleton;exports.InvoicingAddPaymentMethodDialog=t.InvoicingAddPaymentMethodDialog;exports.InvoicingAuditLogPage=t.InvoicingAuditLogPage;exports.InvoicingBrandingSettingsPage=t.InvoicingBrandingSettingsPage;exports.InvoicingCatalogItemDetailPage=t.InvoicingCatalogItemDetailPage;exports.InvoicingCatalogItemFormPage=t.InvoicingCatalogItemFormPage;exports.InvoicingCatalogPage=t.InvoicingCatalogPage;exports.InvoicingCouponFormPage=t.InvoicingCouponFormPage;exports.InvoicingCreateInvoicePage=t.InvoicingCreateInvoicePage;exports.InvoicingCreateInvoiceSkeleton=t.InvoicingCreateInvoiceSkeleton;exports.InvoicingCreatePromotionalCreditsDialog=t.InvoicingCreatePromotionalCreditsDialog;exports.InvoicingCreditDetailPage=t.InvoicingCreditDetailPage;exports.InvoicingCreditListPage=t.InvoicingCreditListPage;exports.InvoicingCustomerDetailPage=t.InvoicingCustomerDetailPage;exports.InvoicingCustomerFormPage=t.InvoicingCustomerFormPage;exports.InvoicingCustomerListPage=t.InvoicingCustomerListPage;exports.InvoicingDashboardSkeleton=t.InvoicingDashboardSkeleton;exports.InvoicingDataImportDetailPage=t.InvoicingDataImportDetailPage;exports.InvoicingDataImportHubPage=t.InvoicingDataImportHubPage;exports.InvoicingDataImportMigratePage=t.InvoicingDataImportMigratePage;exports.InvoicingDetailScaffold=t.InvoicingDetailScaffold;exports.InvoicingDiscountDetailPage=t.InvoicingDiscountDetailPage;exports.InvoicingDiscountListPage=t.InvoicingDiscountListPage;exports.InvoicingDunningDetailPage=t.InvoicingDunningDetailPage;exports.InvoicingDunningEmailComposerDialog=t.InvoicingDunningEmailComposerDialog;exports.InvoicingDunningListPage=t.InvoicingDunningListPage;exports.InvoicingDunningSettingsPage=t.InvoicingDunningSettingsPage;exports.InvoicingEmptyState=t.InvoicingEmptyState;exports.InvoicingIntegrationsSettingsPage=t.InvoicingIntegrationsSettingsPage;exports.InvoicingInvoiceDetailPage=t.InvoicingInvoiceDetailPage;exports.InvoicingInvoiceListPage=t.InvoicingInvoiceListPage;exports.InvoicingIssueCreditNotePage=t.InvoicingIssueCreditNotePage;exports.InvoicingOverviewPage=t.InvoicingOverviewPage;exports.InvoicingPaymentDestinationSettingsPage=t.InvoicingPaymentDestinationSettingsPage;exports.InvoicingPaymentLinkEmailComposerDialog=t.InvoicingPaymentLinkEmailComposerDialog;exports.InvoicingPaymentLinkPage=t.InvoicingPaymentLinkPage;exports.InvoicingPaymentListPage=t.InvoicingPaymentListPage;exports.InvoicingPromoPage=t.InvoicingPromoPage;exports.InvoicingQBOSettingsPage=t.InvoicingQBOSettingsPage;exports.InvoicingRecordPaymentPage=t.InvoicingRecordPaymentPage;exports.InvoicingSettingsHubPage=t.InvoicingSettingsHubPage;exports.InvoicingSettingsPage=t.InvoicingSettingsHubPage;exports.InvoicingSubscriptionDetailPage=t.InvoicingSubscriptionDetailPage;exports.InvoicingSubscriptionFormPage=t.InvoicingSubscriptionFormPage;exports.InvoicingSubscriptionListPage=t.InvoicingSubscriptionListPage;exports.InvoicingTransactionDetailPage=t.InvoicingTransactionDetailPage;exports.InvoicingVoidInvoiceDialog=t.InvoicingVoidInvoiceDialog;exports.IssueChargeCardPage=t.IssueChargeCardPage;exports.IssueChargeCardPageSkeleton=t.IssueChargeCardPageSkeleton;exports.JEOneTimeAccrualDetailPage=t.JEOneTimeAccrualDetailPage;exports.LinkBillExpensePage=t.LinkBillExpensePage;exports.LinkJETransactionPage=t.LinkJETransactionPage;exports.Loader=t.Loader;exports.LogoutButton=t.LogoutButton;exports.MCC_CHIP_ID_PREFIX=t.MCC_CHIP_ID_PREFIX;exports.MEETING_LINK_DEFAULTS=t.MEETING_LINK_DEFAULTS;exports.MagicLinkDomesticWireDetailsPage=t.MagicLinkDomesticWireDetailsPage;exports.MagicLinkInternationalWireDetailsPage=t.MagicLinkInternationalWireDetailsPage;exports.MagicLinkSuccessPage=t.MagicLinkSuccessPage;exports.MagicLinkVendorACHDetailsPage=t.MagicLinkVendorACHDetailsPage;exports.Modal=t.Modal;exports.MonthEndEmailDrawerCustomerRequestPage=t.MonthEndEmailDrawerCustomerRequestPage;exports.MyBankConnectionsSettingsPage=t.MyBankConnectionsSettingsPage;exports.MyPendingActivationChargeCardListPage=t.MyPendingActivationChargeCardListPage;exports.MyProfileSettingsPage=t.MyProfileSettingsPage;exports.NavBar=t.NavBar;exports.NavBarRightRowStyled=t.NavBarRightRowStyled;exports.NewGlobalMerchantPage=t.NewGlobalMerchantPage;exports.NewUpdateAvailablePage=t.NewUpdateAvailablePage;exports.NotFoundPage=t.NotFoundPage;exports.NotificationIcon=t.SvgNotification;exports.NotificationSettingsPage=t.NotificationSettingsPage;exports.NotificationsPage=t.NotificationsPage;exports.OAuthConsentPage=t.OAuthConsentPage;exports.OnboardingInitialLoader=t.OnboardingInitialLoader;exports.OnboardingSidebar=t.OnboardingSidebar;exports.OnboardingStepFrame=t.OnboardingStepFrame;exports.OpExByVendorPage=t.OpExByVendorPage;exports.OverlayContainerPage=t.OverlayContainerPage;exports.PandLWithForecastPage=t.PandLWithForecastPage;exports.PanelInternalContext=t.PanelInternalContext;exports.PaymentAccountSetupBillingAddressSection=t.PaymentAccountSetupBillingAddressSection;exports.PeoplePage=t.PeoplePage;exports.Picker=t.Picker;exports.PolicyLimitsRowList=t.PolicyLimitsRowList;exports.PolicyModeSelector=t.PolicyModeSelector;exports.PortfolioAllocationFormPage=t.PortfolioAllocationFormPage;exports.QBOConnectionDialog=t.QBOConnectionDialog;exports.QBOSetupSectionWithForm=t.QBOSetupSectionWithForm;exports.QuickResponsesPage=t.QuickResponsesPage;exports.QuickViewModeContext=t.QuickViewModeContext;exports.RIGHT_SIDE_PANEL_WIDTH_PX=t.RIGHT_SIDE_PANEL_WIDTH_PX;exports.RecommendationFeedbackPopup=t.RecommendationFeedbackPopup;exports.ReferralDrawerPage=t.DrawerPage;exports.ReimbursementApprovalRuleDetailPage=t.ReimbursementApprovalRuleDetailPage;exports.ReimbursementApprovalRuleDetailPageV1=t.ReimbursementApprovalRuleDetailPage$1;exports.ReimbursementApprovalRulesPage=t.ReimbursementApprovalRulesPage;exports.ReimbursementApprovalRulesPageV1=t.ReimbursementApprovalRulesPage$1;exports.ReimbursementDetailPage=t.ReimbursementDetailPage;exports.ReimbursementDetailPageSkeleton=t.ReimbursementDetailPageSkeleton;exports.ReimbursementPromoPage=t.ReimbursementPromoPage;exports.ReimbursementSetUpLoading=t.SpendManagementSetUpLoading;exports.ReimbursementSetUpPage=t.RemiSetupPage;exports.RemisBulkReviewDrawerPage=t.ReimbursementsBulkReviewDrawerPage;exports.ReportsPage=t.ReportsPage;exports.ResponsiveSized=t.ResponsiveSized;exports.ReviewBillDetailsPage=t.ReviewBillDetailsPage;exports.ReviewConfirmTransferPanel=t.ReviewConfirmTransferPanel;exports.ReviewDetailsPageSkeleton=t.ReviewDetailsPageSkeleton;exports.ScheduleDetailSkeleton=t.ScheduleDetailSkeleton;exports.ScheduleDetailsAccruedExpensesPage=t.ScheduleDetailsAccruedExpensesPage;exports.ScheduleDetailsFixedAssetsPage=t.ScheduleDetailsFixedAssetsPage;exports.ScheduleDetailsPage=t.ScheduleDetailsPage;exports.SchedulePanelInternalContext=t.SchedulePanelInternalContext;exports.SearchableCheckboxCardList=t.SearchableCheckboxCardList;exports.SessionTimeoutPopup=t.SessionTimeoutPopup;exports.SidePanelContext=t.SidePanelContext;exports.SidePanelProvider=t.SidePanelProvider;exports.SignIn=t.SignIn;exports.SomethingWrongPage=t.SomethingWrongPage;exports.Space=t.Space;exports.SpendManagementListLoading=t.SpendManagementListLoading;exports.SpendManagementListViewPage=t.SpendManagementListViewPage;exports.StatementParseInfo=t.StatementParseInfoEntry;exports.StatementProcessingPage=t.StatementProcessingPage;exports.StatementsPage=t.StatementsPage;exports.StyledCapsule=t.StyledCapsule;exports.SubscriptionDetailPage=t.SubscriptionDetailPage;exports.SubscriptionSummaryPage=t.SubscriptionSummaryPage;exports.SyntheticAiCfoAnswerView=t.SyntheticAiCfoAnswerView;exports.THREAD_RESOLVED_NOTIFICATION_KIND=t.THREAD_RESOLVED_NOTIFICATION_KIND;exports.THREAD_UNRESOLVED_NOTIFICATION_KIND=t.THREAD_UNRESOLVED_NOTIFICATION_KIND;exports.TaskDetailPage=t.TaskDetailPage;exports.TaskManagementPage=t.TaskManagementPage;exports.TenantsDropDown=t.TenantsDropDown;exports.TextStyle=t.TextStyle;exports.ToolkitProvider=t.ToolkitProvider;exports.TopExDetailPage=t.TopExDetailPage;exports.TransactionActivityLogPage=t.TransactionActivityLogPage;exports.TransactionActivityLogPanel=t.TransactionActivityLogPanel;exports.TransactionDetailPage=t.TransactionDetailPage;exports.TransactionDetailSkeleton=t.TransactionDetailSkeleton;exports.TransactionListBig=t.TransactionListBig;exports.TransactionListComments=t.TransactionListComments;exports.TransactionListPage=t.TransactionListPage;exports.TransactionPanelInternalContext=t.TransactionPanelInternalContext;exports.TransactionSidePanelLayout=t.TransactionSidePanelLayout;exports.TransactionVendorDetailPage=t.TransactionVendorDetailPage;exports.TransferDrawerPage=t.TransferDrawerPage;exports.TreasuryOverviewPage=t.TreasuryOverviewPage;exports.TreasuryPromoPage=t.TreasuryPromoPage;exports.TreasurySetUpPage=t.TreasurySetUpPage;exports.TreasuryStatementsPage=t.TreasuryStatementsPage;exports.TreasuryTaxLetterPage=t.TreasuryTaxLetterPage;exports.TreasuryTransferOrReviewPage=t.TreasuryTransferOrReviewPage;exports.TrendChart=t.TrendChart;exports.UncategorizedAccountsMappingPage=t.UncategorizedAccountsMappingPage;exports.UnitIntegrationPage=t.UnitIntegrationPage;exports.VENDOR_CHIP_ID_PREFIX=t.VENDOR_CHIP_ID_PREFIX;exports.Vendor2FAPopup=t.Vendor2FAPopup;exports.VendorACHDetailsPage=t.VendorACHDetailsPage;exports.VendorAccruedSchedulesPage=t.VendorAccruedSchedulesPage;exports.VendorDetailPage=t.VendorDetailPage;exports.VendorDomesticWireDetailsPage=t.VendorDomesticWireDetailsPage;exports.VendorFiling1099DetailsEditablePage=t.VendorFiling1099DetailsEditablePage;exports.VendorFiling1099EditableFormSkeleton=t.VendorFiling1099EditableFormSkeleton;exports.VendorFiling1099ListPage=t.VendorFiling1099ListPage;exports.VendorFirstReviewPage=t.VendorFirstReviewPage;exports.VendorInternationalSwiftBasedDetailsPage=t.VendorInternationalSwiftBasedDetailsPage;exports.VendorInternationalWireDetailsPage=t.VendorInternationalWireDetailsPage;exports.VendorListPage=t.VendorListPage;exports.VendorSchedulesPage=t.VendorSchedulesPage;exports.VerificationFrame=t.VerificationFrame;exports.VerifyDevice=t.VerifyDevice;exports.VerifyUnlockFinancialStackPage=t.VerifyUnlockFinancialStackPage;exports.WebV2MicroService=t.WebV2MicroService;exports.WebV2MicroServiceProvider=t.WebV2MicroServiceProvider;exports.WelcomeAnimation=t.WelcomeAnimation;exports.WindowSizeProvider=t.WindowSizeProvider;exports.ZeniAccountDetailLoading=t.ZeniAccountDetailLoading;exports.ZeniAccountDetailNavBarTitleShimmer=t.ZeniAccountDetailNavBarTitleShimmer;exports.ZeniAccountDetailPage=t.ZeniAccountDetailPage;exports.ZeniAccountListLoading=t.ZeniAccountListLoading;exports.ZeniAccountListViewPage=t.ZeniAccountListViewPage;exports.ZeniAccountPromoPage=t.ZeniAccountPromoPage;exports.ZeniAccountSetUpPage=t.ZeniAccountSetUpPage;exports.ZeniText=t.ZeniText;exports.ZeniThemeProvider=t.ZeniThemeProvider;exports.alignToJustify=t.alignToJustify;exports.amountToString=t.amountToString;exports.amountValueToString=t.amountValueToString;exports.appLocale=t.appLocale;exports.applyExtractedPolicyRulesToFormValues=t.applyExtractedPolicyRulesToFormValues;exports.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm=t.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm;exports.buildCardPolicyFormValuesFromRequest=t.buildCardPolicyFormValuesFromRequest;exports.buildCreateCardPolicyTemplateRequest=t.buildCreateCardPolicyTemplateRequest;exports.buildCreateCardPolicyTemplateRequestFromInteractiveForm=t.buildCreateCardPolicyTemplateRequestFromInteractiveForm;exports.buildMccCategoryChipId=t.buildMccCategoryChipId;exports.buildStickyKeySet=t.buildStickyKeySet;exports.buildVendorChipId=t.buildVendorChipId;exports.cellVerticalAlignToFlexAlign=t.cellVerticalAlignToFlexAlign;exports.clearAutoLogoutContext=t.clearAutoLogoutContext;exports.clickableRowStyles=t.clickableRowStyles;exports.computeRecommendationSelectionFeedback=t.computeRecommendationSelectionFeedback;exports.computeStatementProcessingStepsFromElapsedTime=t.computeStatementProcessingStepsFromElapsedTime;exports.computeStickyLeftOffsets=t.computeStickyLeftOffsets;exports.darkColors=t.darkColors;exports.darkTheme=t.darkTheme;exports.dashboardCardDimension=t.designDimension;exports.defaultCardPolicyFormValues=t.defaultCardPolicyFormValues;exports.describeSchedule=t.describeSchedule;exports.formatReconAccountDisplayName=t.formatReconAccountDisplayName;exports.getAlpha2=t.getAlpha2;exports.getAlpha3=t.getAlpha3;exports.getColorForALabel=t.getColorForALabel;exports.getCountries=t.getCountries;exports.getCustomerDataFromAutoComplete=t.getCustomerDataFromAutoComplete;exports.getFullName=t.getFullName;exports.getInitialOpenThreadRequestFromSearch=t.getInitialOpenThreadRequestFromSearch;exports.getRecipientTotalAmount=t.getRecipientTotalAmount;exports.getReconAccountDisplayName=t.getReconAccountDisplayName;exports.getShowNegativeAmountInParenthesisDefaultValue=t.getShowNegativeAmountInParenthesisDefaultValue;exports.getShowNegativeAmountInParenthesisForPercentDefaultValue=t.getShowNegativeAmountInParenthesisForPercentDefaultValue;exports.getStableTransactionId=t.getStableTransactionId;exports.getStatementParseTransactionCount=t.getStatementParseTransactionCount;exports.getTransactionAppliedFiltersCount=t.getTransactionAppliedFiltersCount;exports.invoicingMenuList=t.invoicingMenuList;exports.isCloseManagementMenu=t.isCloseManagementMenu;exports.isClosedCardStatus=t.isClosedCardStatus;exports.isCollaborationEntityType=t.isCollaborationEntityType;exports.isCommentNotificationKind=t.isCommentNotificationKind;exports.isMobileOrTabletView=t.isMobileOrTabletView;exports.isMobilePhoneScreen=t.isMobilePhoneScreen;exports.isRecommendationFeedbackDimension=t.isRecommendationFeedbackDimension;exports.lightColors=t.lightColors;exports.lightTheme=t.lightTheme;exports.menuList=t.menuList;exports.mergeColumnDeclarativeWithRenderers=t.mergeColumnDeclarativeWithRenderers;exports.mergeLayoutDefaults=t.mergeLayoutDefaults;exports.percentValueToString=t.percentValueToString;exports.resolveBackgroundStatementProcessingCompletedSteps=t.resolveBackgroundStatementProcessingCompletedSteps;exports.resolveColumnWidth=t.resolveColumnWidth;exports.roundAmountIfNeeded=t.roundAmountIfNeeded;exports.roundOffNumberToTwoDecimal=t.roundOffNumberToTwoDecimal;exports.routineIdFromSession=t.routineIdFromSession;exports.setAutoLogoutContext=t.setAutoLogoutContext;exports.setShowNegativeAmountInParenthesisDefaultValue=t.setShowNegativeAmountInParenthesisDefaultValue;exports.setShowNegativeAmountInParenthesisForPercentDefaultValue=t.setShowNegativeAmountInParenthesisForPercentDefaultValue;exports.settingMenuList=t.settingMenuList;exports.shortCadence=t.shortCadence;exports.sp=t.sp;exports.textAlignForCell=t.textAlignForCell;exports.textStyles=t.textStyles;exports.toGroupedAccountingClassOptions=t.toGroupedAccountingClassOptions;exports.toGroupedQboAccountOptions=t.toGroupedQboAccountOptions;exports.toInstitutionLogoDataUri=t.toInstitutionLogoDataUri;exports.toInvoicingMenuOptionType=t.toInvoicingMenuOptionType;exports.toInvoicingMenuOptionTypeStrict=t.toInvoicingMenuOptionTypeStrict;exports.toMccCategoryChipFieldValue=t.toMccCategoryChipFieldValue;exports.toMenuOptionType=t.toMenuOptionType;exports.toSettingsMenuOptionTypeStrict=t.toSettingsMenuOptionTypeStrict;exports.toSupportedLocaleStrict=t.toSupportedLocaleStrict;exports.toVendorChipFieldValue=t.toVendorChipFieldValue;exports.trackTreasuryTransferAnalytics=t.trackTreasuryTransferAnalytics;exports.uploadAttachmentReceipts=t.uploadAttachmentReceipts;exports.useApprovalRulesV3Config=t.useApprovalRulesV3Config;exports.useBackNavigation=t.useBackNavigation;exports.useCollaborationInfoContext=t.useCollaborationInfoContext;exports.useCommentsDrawer=t.useCommentsDrawer;exports.useDropdownPortal=t.useDropdownPortal;exports.useExpenseAutomationEnabledForUser=t.useExpenseAutomationEnabledForUser;exports.useFieldHelp=t.useFieldHelp;exports.useGlobalInfoContext=t.useGlobalInfoContext;exports.useLockBodyScroll=t.useLockBodyScroll;exports.useMeetingLinks=t.useMeetingLinks;exports.usePanelInternal=t.usePanelInternal;exports.usePrevious=t.usePrevious;exports.useQuickViewMode=t.useQuickViewMode;exports.useRegisterBackHandler=t.useRegisterBackHandler;exports.useRequestCloseAllCommentDrawers=t.useRequestCloseAllCommentDrawers;exports.useSchedulePanelInternal=t.useSchedulePanelInternal;exports.useSessionAutoLogoutConfig=t.useSessionAutoLogoutConfig;exports.useSidePanelContext=t.useSidePanelContext;exports.useToolkitContext=t.useToolkitContext;exports.useTransactionPanelInternal=t.useTransactionPanelInternal;exports.useWindowSizeContext=t.useWindowSizeContext;exports.useZeniCardsVisibilityConfig=t.useZeniCardsVisibilityConfig;exports.useZeniFeatureContext=t.useZeniFeatureContext;exports.useZeniThemeContext=t.useZeniThemeContext;exports.waitFor=t.waitFor;exports.useZeniTheme=o.useTheme;exports.zeniStyled=o.styled;exports.zeniEmotionStyled=s;Object.defineProperty(exports,"buildInvoicingEntityPath",{enumerable:!0,get:()=>J.buildInvoicingEntityPath});Object.defineProperty(exports,"isInvoicingEntityLinkable",{enumerable:!0,get:()=>J.isInvoicingEntityLinkable});exports.AiAccountantDetailDrawer=Fj;exports.AiAccountantPage=ub;exports.AuditReportDrawerPage=_w;exports.COCKPIT_TAB_OPTIONS=xt;exports.COCKPIT_TAB_OPTIONS_WITH_CREDIT_AGENT=Sc;exports.CockpitNavBar=Xc;exports.CreditAgentPage=a8;exports.HealthMonitorDetailDrawer=vS;exports.HealthMonitorPage=nf;exports.ManagementPage=gg;exports.MonthEndReportHistoricDataPage=ZE;exports.MonthEndReportPage=wE;exports.NavHeader=jt;exports.OnboardingCustomerPage=g$;exports.OnboardingPage=sR;exports.PortfolioPage=Sj;exports.ReviewPage=gv;exports.SubscriptionAddPlanPage=cC;exports.SubscriptionPage=v0;exports.SubscriptionUpdatePlanPage=F2;exports.TaskManagerPage=Kg;exports.WarningsDrawerPage=r7;exports.toCockpitOptionType=Bt;exports.toCockpitOptionTypeStrict=Qc;
|
package/dist/cockpit.esm.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { f9 as o,
|
|
2
|
-
import { A as OO, a as DO, b as RO, c as EO, d as NO, e as MO, f as zO, h as FO, i as BO, j as WO, k as _O, l as VO, n as UO, q as KO, r as HO, t as GO, u as YO, v as ZO, w as QO, x as JO, y as XO, z as qO, B as eD, C as tD, D as oD, G as nD, H as rD, I as sD, J as iD, K as aD, L as lD, M as cD, N as dD, O as pD, P as uD, Q as hD, R as mD, U as gD, V as xD, W as yD, X as fD, Y as bD, Z as $D, _ as CD, $ as wD, a0 as vD, fc as SD, a1 as jD, a2 as kD, a3 as TD, a4 as PD, a7 as ID, a8 as LD, a9 as AD, ac as OD, ad as DD, ae as RD, af as ED, ag as ND, ah as MD, ai as zD, aj as FD, ak as BD, al as WD, am as _D, an as VD, ao as UD, ap as KD, aq as HD, ar as GD, as as YD, at as ZD, au as QD, av as JD, aw as XD, ax as qD, ay as eR, az as tR, aA as oR, aB as nR, fc as rR, aC as sR, aD as iR, aE as aR, aF as lR, aG as cR, aI as dR, aJ as pR, aK as uR, aL as hR, aP as mR, aR as gR, aS as xR, aT as yR, aU as fR, aV as bR, aW as $R, a_ as CR, b1 as wR, b2 as vR, b3 as SR, b4 as jR, b5 as kR, b6 as TR, b7 as PR, b8 as IR, b9 as LR, bc as AR, bd as OR, be as DR, bf as RR, bg as ER, bh as NR, bi as MR, bk as zR, bn as FR, bq as BR, br as WR, bs as _R, bx as VR, by as UR, bz as KR, bA as HR, bB as GR, bC as YR, bD as ZR, bP as QR, bQ as JR, bR as XR, bS as qR, bW as eE, b_ as tE, b$ as oE, c8 as nE, c9 as rE, ca as sE, cb as iE, cc as aE, cd as lE, ce as cE, cf as dE, cg as pE, ch as uE, ci as hE, cj as mE, ck as gE, cl as xE, cm as yE, cn as fE, co as bE, cp as $E, cq as CE, cr as wE, cs as vE, ct as SE, cu as jE, cv as kE, cw as TE, cx as PE, cy as IE, cz as LE, cA as AE, cB as OE, cC as DE, cD as RE, cE as EE, cF as NE, cG as ME, cH as zE, cI as FE, cJ as BE, cK as WE, cL as _E, cM as VE, cN as UE, cO as KE, cP as HE, cQ as GE, cR as YE, cS as ZE, cT as QE, cU as JE, cV as XE, cW as qE, cX as eN, cY as tN, cZ as oN, c_ as nN, c_ as rN, c$ as sN, d0 as iN, d1 as aN, d2 as lN, d3 as cN, d4 as dN, d5 as pN, d7 as uN, du as hN, dv as mN, dx as gN, dz as xN, dA as yN, dH as fN, dI as bN, dJ as $N, dK as CN, dM as wN, dO as vN, dS as SN, dT as jN, dU as kN, dY as TN, d_ as PN, d$ as IN, e0 as LN, e1 as AN, e2 as ON, e3 as DN, ea as RN, eb as EN, ec as NN, ed as MN, ee as zN, ef as FN, eg as BN, eh as WN, ei as _N, ej as VN, ek as UN, el as KN, em as HN, en as GN, eo as YN, ep as ZN, eq as QN, es as JN, et as XN, bl as qN, eu as eM, ev as tM, ew as oM, ex as nM, ey as rM, ez as sM, eA as iM, fc as aM, eD as lM, eB as cM, eE as dM, eH as pM, eI as uM, eJ as hM, eK as mM, eL as gM, eM as xM, eN as yM, eO as fM, eQ as bM, eR as $M, eS as CM, eT as wM, eU as vM, f8 as SM, fa as jM, fb as kM, fo as TM, fp as PM, fq as IM, fs as LM, fv as AM, fx as OM, gb as DM, gc as RM, gd as EM, ge as NM, gf as MM, gg as zM, gi as FM, gm as BM, go as WM, gp as _M, gq as VM, gr as UM, gs as KM, gt as HM, gu as GM, gv as YM, gw as ZM, gx as QM, gy as JM, gz as XM, gA as qM, gB as ez, gC as tz, gD as oz, gE as nz, gF as rz, gG as sz, gH as iz, gI as az, gL as lz, gM as cz, gN as dz, gO as pz, gP as uz, gQ as hz, gR as mz, gS as gz, gT as xz, gU as yz, gV as fz, gW as bz, gX as $z, gY as Cz, gZ as wz, g_ as vz, g$ as Sz, h0 as jz, h1 as kz, h2 as Tz, h3 as Pz, h4 as Iz, h5 as Lz, h6 as Az, h7 as Oz, h8 as Dz, h9 as Rz, ha as Ez, hd as Nz, he as Mz, hf as zz, hh as Fz, hj as Bz, hl as Wz, hm as _z, hn as Vz, ho as Uz, hp as Kz, hq as Hz, hr as Gz, ht as Yz, hu as Zz, hw as Qz, hx as Jz, hy as Xz, hB as qz,
|
|
1
|
+
import { f9 as o, iI as Re, m as vt, hi as Z, fK as Bt, c0 as $s, a6 as _e, fP as $u, hF as Cu, hQ as wu, aM as I, hI as B, eV as vu, jk as xe, j4 as vo, gl as ct, aO as Zt, dy as wa, E as Vo, ga as _i, dt as Uo, fM as Vi, f$ as Su, jm as Ui, bo as _c, j6 as Vc, fl as lo, fi as Ne, hP as Uc, g6 as Bo, eW as va, dn as We, iX as ju, bm as ku, bI as Qt, bj as Tu, fI as Kc, hY as Pu, bw as Ki, S as Hi, ia as Iu, ib as Lu, ic as Au, aN as Ou, dL as Du, dl as yt, fO as Hc, dV as Ru, fy as Cs, g4 as Gi, iG as z, eP as Eu, bV as Nu, f0 as Se, fE as Mu, eF as N, T as On, e5 as Gc, e6 as rs, e4 as Yc, c3 as zu, dB as Fu, ft as Bu, c4 as ss, eZ as ws, c6 as Pi, e9 as Sa, e7 as Wu, e8 as _u, c5 as Ns, c2 as Ms, c7 as Vu, dW as Ue, iJ as ht, fu as Yi, bY as is, f1 as Uu, fF as Zi, bJ as vs, ip as Le, c1 as Ss, fG as Zc, fY as Qc, fT as $r, hA as Yt, gn as lt, fe as Mn, dq as Ku, ds as Jc, fJ as Xc, aZ as wo, aX as Wo, aY as _o, ba as qc, g3 as js, fQ as Qi, f5 as zn, hR as Mt, hg as ot, gJ as as, hc as Hu, gj as Fn, gk as Bn, p as Wn, hv as un, fr as hn, dm as ks, fN as Ji, dr as Gu, fH as So, fL as mn, bu as ao, hb as ja, i6 as Yu, hW as Zu, i0 as Qu, fS as Ju, g9 as Xu, g8 as Cr, ff as qu, fg as Xi, hS as eh, fR as ed, fX as td, fW as od, bF as nd, iA as th, df as ka, dg as qi, da as oh, de as nh, bZ as wr, bG as _n, fV as ea, aQ as rh, hL as wt, f6 as rd, dd as ls, dj as sh, bE as ta, d6 as ih, eG as Rn, fD as ah, fC as lh, fz as ch, d8 as Ts, eX as Ta, db as sd, jb as cs, dX as id, fw as ad, hG as oa, d9 as dh, bK as so, a$ as Et, f_ as ld, fm as ph, dw as cd, g0 as uh, fk as hh, b0 as eo, io as Ir, bO as mh, ji as gh, di as oo, bb as dd, eY as Pa, dc as xh, dh as yh, er as Ia, g as fh, dZ as bh, fA as $h, iW as Ch, j0 as pd, j5 as ud, bN as io, aa as Ps, ab as En, j7 as hd, i1 as md, bp as wh, dC as vh, id as Sh, dQ as gd, dP as jh, i7 as kh, dG as ds, aH as xd, dF as Th, s as Ph, dE as Ih, bt as Lh, dD as na, hT as yd, bT as fd, hk as bd, o as $d, gh as Cd, bU as Ah, F as wd, bX as vd, gK as Oh, fd as Dh, i$ as Rh, dN as Eh, hX as Nh, hU as Mh, a5 as zh, eC as La, h$ as Fh, g7 as Sd, i9 as Aa, dR as Bh, dp as Wh, fj as _h, fU as Vh, fZ as Uh, fB as Kh, hs as Oa, g2 as Hh, f7 as jd, f2 as Gh, hz as kd, bv as Yh, fn as Zh, bH as Qh, bL as Jh, f3 as Td, g1 as Xh, dk as qh, g5 as em, e$ as tm, f4 as Pd, fh as om, bM as nm, e_ as rm } from "./SessionTimeoutPopup-G4OLmSKh.js";
|
|
2
|
+
import { A as OO, a as DO, b as RO, c as EO, d as NO, e as MO, f as zO, h as FO, i as BO, j as WO, k as _O, l as VO, n as UO, q as KO, r as HO, t as GO, u as YO, v as ZO, w as QO, x as JO, y as XO, z as qO, B as eD, C as tD, D as oD, G as nD, H as rD, I as sD, J as iD, K as aD, L as lD, M as cD, N as dD, O as pD, P as uD, Q as hD, R as mD, U as gD, V as xD, W as yD, X as fD, Y as bD, Z as $D, _ as CD, $ as wD, a0 as vD, fc as SD, a1 as jD, a2 as kD, a3 as TD, a4 as PD, a7 as ID, a8 as LD, a9 as AD, ac as OD, ad as DD, ae as RD, af as ED, ag as ND, ah as MD, ai as zD, aj as FD, ak as BD, al as WD, am as _D, an as VD, ao as UD, ap as KD, aq as HD, ar as GD, as as YD, at as ZD, au as QD, av as JD, aw as XD, ax as qD, ay as eR, az as tR, aA as oR, aB as nR, fc as rR, aC as sR, aD as iR, aE as aR, aF as lR, aG as cR, aI as dR, aJ as pR, aK as uR, aL as hR, aP as mR, aR as gR, aS as xR, aT as yR, aU as fR, aV as bR, aW as $R, a_ as CR, b1 as wR, b2 as vR, b3 as SR, b4 as jR, b5 as kR, b6 as TR, b7 as PR, b8 as IR, b9 as LR, bc as AR, bd as OR, be as DR, bf as RR, bg as ER, bh as NR, bi as MR, bk as zR, bn as FR, bq as BR, br as WR, bs as _R, bx as VR, by as UR, bz as KR, bA as HR, bB as GR, bC as YR, bD as ZR, bP as QR, bQ as JR, bR as XR, bS as qR, bW as eE, b_ as tE, b$ as oE, c8 as nE, c9 as rE, ca as sE, cb as iE, cc as aE, cd as lE, ce as cE, cf as dE, cg as pE, ch as uE, ci as hE, cj as mE, ck as gE, cl as xE, cm as yE, cn as fE, co as bE, cp as $E, cq as CE, cr as wE, cs as vE, ct as SE, cu as jE, cv as kE, cw as TE, cx as PE, cy as IE, cz as LE, cA as AE, cB as OE, cC as DE, cD as RE, cE as EE, cF as NE, cG as ME, cH as zE, cI as FE, cJ as BE, cK as WE, cL as _E, cM as VE, cN as UE, cO as KE, cP as HE, cQ as GE, cR as YE, cS as ZE, cT as QE, cU as JE, cV as XE, cW as qE, cX as eN, cY as tN, cZ as oN, c_ as nN, c_ as rN, c$ as sN, d0 as iN, d1 as aN, d2 as lN, d3 as cN, d4 as dN, d5 as pN, d7 as uN, du as hN, dv as mN, dx as gN, dz as xN, dA as yN, dH as fN, dI as bN, dJ as $N, dK as CN, dM as wN, dO as vN, dS as SN, dT as jN, dU as kN, dY as TN, d_ as PN, d$ as IN, e0 as LN, e1 as AN, e2 as ON, e3 as DN, ea as RN, eb as EN, ec as NN, ed as MN, ee as zN, ef as FN, eg as BN, eh as WN, ei as _N, ej as VN, ek as UN, el as KN, em as HN, en as GN, eo as YN, ep as ZN, eq as QN, es as JN, et as XN, bl as qN, eu as eM, ev as tM, ew as oM, ex as nM, ey as rM, ez as sM, eA as iM, fc as aM, eD as lM, eB as cM, eE as dM, eH as pM, eI as uM, eJ as hM, eK as mM, eL as gM, eM as xM, eN as yM, eO as fM, eQ as bM, eR as $M, eS as CM, eT as wM, eU as vM, f8 as SM, fa as jM, fb as kM, fo as TM, fp as PM, fq as IM, fs as LM, fv as AM, fx as OM, gb as DM, gc as RM, gd as EM, ge as NM, gf as MM, gg as zM, gi as FM, gm as BM, go as WM, gp as _M, gq as VM, gr as UM, gs as KM, gt as HM, gu as GM, gv as YM, gw as ZM, gx as QM, gy as JM, gz as XM, gA as qM, gB as ez, gC as tz, gD as oz, gE as nz, gF as rz, gG as sz, gH as iz, gI as az, gL as lz, gM as cz, gN as dz, gO as pz, gP as uz, gQ as hz, gR as mz, gS as gz, gT as xz, gU as yz, gV as fz, gW as bz, gX as $z, gY as Cz, gZ as wz, g_ as vz, g$ as Sz, h0 as jz, h1 as kz, h2 as Tz, h3 as Pz, h4 as Iz, h5 as Lz, h6 as Az, h7 as Oz, h8 as Dz, h9 as Rz, ha as Ez, hd as Nz, he as Mz, hf as zz, hh as Fz, hj as Bz, hl as Wz, hm as _z, hn as Vz, ho as Uz, hp as Kz, hq as Hz, hr as Gz, ht as Yz, hu as Zz, hw as Qz, hx as Jz, hy as Xz, hB as qz, hE as eF, hC as tF, hD as oF, hH as nF, hJ as rF, hK as sF, hM as iF, hN as aF, hO as lF, hV as cF, hZ as dF, h_ as pF, i2 as uF, i3 as hF, i4 as mF, i5 as gF, i8 as xF, ie as yF, ig as fF, ih as bF, ii as $F, ij as CF, ik as wF, il as vF, im as SF, iq as jF, ir as kF, is as TF, it as PF, iu as IF, iv as LF, iw as AF, ix as OF, iy as DF, iz as RF, iB as EF, iC as NF, iD as MF, iE as zF, iF as FF, iH as BF, iK as WF, iL as _F, iM as VF, iN as UF, iO as KF, iP as HF, iQ as GF, iR as YF, iS as ZF, iT as QF, iU as JF, iV as XF, iY as qF, iZ as eB, i_ as tB, j1 as oB, j2 as nB, j3 as rB, j8 as sB, j9 as iB, ja as aB, jc as lB, jd as cB, je as dB, jf as pB, jg as uB, jh as hB, jj as mB, jl as gB, jn as xB, jo as yB } from "./SessionTimeoutPopup-G4OLmSKh.js";
|
|
3
3
|
import { am as t, D as sm, a2 as im, aN as He, q as Vn, O as st, L as am, s as lm, T as cm, aJ as jo, ab as pn, i as Un, o as Is, f as co, h as ye, aI as ko, Z as gn, m as To, J as xn, b as po, V as yn, af as nt, I as Id, X as dm, ap as Kt, aH as pm, k as ra, C as Ld, n as um, d as hm, e as sa, B as ia, au as Da } from "./vendor-.pnpm-DP641zlu.js";
|
|
4
|
-
import { aC as
|
|
4
|
+
import { aC as bB } from "./vendor-.pnpm-DP641zlu.js";
|
|
5
5
|
import * as ge from "react";
|
|
6
6
|
import vr, { useEffect as te, useState as _, useMemo as Qe, useCallback as oe, useContext as Je, useRef as Ce, forwardRef as Ot, Fragment as Ad, memo as Sr, createContext as fn, Suspense as mm, createElement as Od } from "react";
|
|
7
7
|
import r from "@emotion/styled";
|
|
8
|
-
import { default as
|
|
8
|
+
import { default as CB } from "@emotion/styled";
|
|
9
9
|
import { useInboxNotificationThread as gm, useInboxNotifications as Dd, useMarkInboxNotificationAsRead as xm, RoomProvider as uo, useCreateThread as ym } from "@liveblocks/react";
|
|
10
10
|
import { zeniDate as At, stringToUnion as fm, stringToUnionStrict as bm, isAllowedValueWithCode as $m, dateNow as xt, canSendMonthEndEmailReport as Cm, shouldEnableCalendarPickerForLastReportSent as wm, toManagementSortKeyType as Rd, toUserRoleType as zs, toTaskManagerSortKeyType as Ed, allTaskPriority as Nd, allTaskStatus as vm, getUserName as Ii, toHealthSortKeyType as Sm, isCompanyRunwayInfinite as Li, companyHealthMetricDropDownOptions as Md, hasCompanyHealthMetricFormFieldChanged as jm, toSubscriptionSortKeyType as zd, toPortfolioSortKeyType as Fd, getAllowedOperationsForStatus as km, toOnboardingSortKeyType as Bd, isTenantBankingOnly as Tm, ALL_ACCOUNTING_CONNECTION_CREATION_MODES as Pm, toProductTypeStrict as Im, mapAttachmentFileToAttachmentFilePayload as Wd, SUPPORTED_ATTACHMENT_FILE_TYPES as Lm, toSupportedAttachmentFileType as Am, getAttachmentFileIdByFileName as Om, dateFromYearMonthDate as Dm, getBusinessDayOfDate as Rm, toReviewColumnKeyType as Em, getAuditWarningsCount as _d, getUserFromAllUsers as Nm } from "@zeniai/client-epic-state";
|
|
11
|
-
import { buildInvoicingEntityPath as
|
|
11
|
+
import { buildInvoicingEntityPath as vB, isInvoicingEntityLinkable as SB } from "@zeniai/client-epic-state";
|
|
12
12
|
import { InboxNotification as Ra } from "@liveblocks/react-ui";
|
|
13
13
|
import { css as Ke, keyframes as Ko } from "@emotion/react";
|
|
14
14
|
import { createPortal as jr } from "react-dom";
|
|
@@ -28630,7 +28630,7 @@ export {
|
|
|
28630
28630
|
_z as buildCardPolicyFormValuesFromRequest,
|
|
28631
28631
|
Vz as buildCreateCardPolicyTemplateRequest,
|
|
28632
28632
|
Uz as buildCreateCardPolicyTemplateRequestFromInteractiveForm,
|
|
28633
|
-
|
|
28633
|
+
vB as buildInvoicingEntityPath,
|
|
28634
28634
|
Kz as buildMccCategoryChipId,
|
|
28635
28635
|
Hz as buildStickyKeySet,
|
|
28636
28636
|
Gz as buildVendorChipId,
|
|
@@ -28644,87 +28644,90 @@ export {
|
|
|
28644
28644
|
qz as darkTheme,
|
|
28645
28645
|
eF as dashboardCardDimension,
|
|
28646
28646
|
tF as defaultCardPolicyFormValues,
|
|
28647
|
-
oF as
|
|
28648
|
-
nF as
|
|
28649
|
-
rF as
|
|
28650
|
-
sF as
|
|
28651
|
-
iF as
|
|
28652
|
-
aF as
|
|
28647
|
+
oF as describeSchedule,
|
|
28648
|
+
nF as formatReconAccountDisplayName,
|
|
28649
|
+
rF as getAlpha2,
|
|
28650
|
+
sF as getAlpha3,
|
|
28651
|
+
iF as getColorForALabel,
|
|
28652
|
+
aF as getCountries,
|
|
28653
|
+
lF as getCustomerDataFromAutoComplete,
|
|
28653
28654
|
eh as getFullName,
|
|
28654
|
-
|
|
28655
|
-
|
|
28656
|
-
|
|
28657
|
-
|
|
28658
|
-
|
|
28659
|
-
|
|
28660
|
-
|
|
28661
|
-
|
|
28662
|
-
|
|
28663
|
-
|
|
28664
|
-
|
|
28665
|
-
|
|
28666
|
-
|
|
28667
|
-
|
|
28668
|
-
|
|
28669
|
-
|
|
28670
|
-
|
|
28655
|
+
cF as getInitialOpenThreadRequestFromSearch,
|
|
28656
|
+
dF as getRecipientTotalAmount,
|
|
28657
|
+
pF as getReconAccountDisplayName,
|
|
28658
|
+
uF as getShowNegativeAmountInParenthesisDefaultValue,
|
|
28659
|
+
hF as getShowNegativeAmountInParenthesisForPercentDefaultValue,
|
|
28660
|
+
mF as getStableTransactionId,
|
|
28661
|
+
gF as getStatementParseTransactionCount,
|
|
28662
|
+
xF as getTransactionAppliedFiltersCount,
|
|
28663
|
+
yF as invoicingMenuList,
|
|
28664
|
+
fF as isCloseManagementMenu,
|
|
28665
|
+
bF as isClosedCardStatus,
|
|
28666
|
+
$F as isCollaborationEntityType,
|
|
28667
|
+
CF as isCommentNotificationKind,
|
|
28668
|
+
SB as isInvoicingEntityLinkable,
|
|
28669
|
+
wF as isMobileOrTabletView,
|
|
28670
|
+
vF as isMobilePhoneScreen,
|
|
28671
|
+
SF as isRecommendationFeedbackDimension,
|
|
28671
28672
|
Le as lightColors,
|
|
28672
|
-
|
|
28673
|
-
|
|
28674
|
-
|
|
28675
|
-
|
|
28676
|
-
|
|
28677
|
-
|
|
28678
|
-
|
|
28679
|
-
|
|
28680
|
-
|
|
28681
|
-
|
|
28682
|
-
|
|
28683
|
-
|
|
28684
|
-
|
|
28673
|
+
jF as lightTheme,
|
|
28674
|
+
kF as menuList,
|
|
28675
|
+
TF as mergeColumnDeclarativeWithRenderers,
|
|
28676
|
+
PF as mergeLayoutDefaults,
|
|
28677
|
+
IF as percentValueToString,
|
|
28678
|
+
LF as resolveBackgroundStatementProcessingCompletedSteps,
|
|
28679
|
+
AF as resolveColumnWidth,
|
|
28680
|
+
OF as roundAmountIfNeeded,
|
|
28681
|
+
DF as roundOffNumberToTwoDecimal,
|
|
28682
|
+
RF as routineIdFromSession,
|
|
28683
|
+
EF as setAutoLogoutContext,
|
|
28684
|
+
NF as setShowNegativeAmountInParenthesisDefaultValue,
|
|
28685
|
+
MF as setShowNegativeAmountInParenthesisForPercentDefaultValue,
|
|
28686
|
+
zF as settingMenuList,
|
|
28687
|
+
FF as shortCadence,
|
|
28685
28688
|
z as sp,
|
|
28686
|
-
|
|
28689
|
+
BF as textAlignForCell,
|
|
28687
28690
|
Re as textStyles,
|
|
28688
28691
|
wn as toCockpitOptionType,
|
|
28689
28692
|
pO as toCockpitOptionTypeStrict,
|
|
28690
|
-
|
|
28691
|
-
|
|
28692
|
-
|
|
28693
|
-
|
|
28694
|
-
|
|
28695
|
-
|
|
28696
|
-
|
|
28697
|
-
|
|
28698
|
-
|
|
28699
|
-
|
|
28700
|
-
|
|
28701
|
-
|
|
28702
|
-
|
|
28703
|
-
|
|
28704
|
-
|
|
28693
|
+
WF as toGroupedAccountingClassOptions,
|
|
28694
|
+
_F as toGroupedQboAccountOptions,
|
|
28695
|
+
VF as toInstitutionLogoDataUri,
|
|
28696
|
+
UF as toInvoicingMenuOptionType,
|
|
28697
|
+
KF as toInvoicingMenuOptionTypeStrict,
|
|
28698
|
+
HF as toMccCategoryChipFieldValue,
|
|
28699
|
+
GF as toMenuOptionType,
|
|
28700
|
+
YF as toSettingsMenuOptionTypeStrict,
|
|
28701
|
+
ZF as toSupportedLocaleStrict,
|
|
28702
|
+
QF as toVendorChipFieldValue,
|
|
28703
|
+
JF as trackTreasuryTransferAnalytics,
|
|
28704
|
+
XF as uploadAttachmentReceipts,
|
|
28705
|
+
qF as useApprovalRulesV3Config,
|
|
28706
|
+
eB as useBackNavigation,
|
|
28707
|
+
tB as useCollaborationInfoContext,
|
|
28705
28708
|
Rh as useCommentsDrawer,
|
|
28706
|
-
|
|
28707
|
-
|
|
28708
|
-
|
|
28709
|
+
oB as useDropdownPortal,
|
|
28710
|
+
nB as useExpenseAutomationEnabledForUser,
|
|
28711
|
+
rB as useFieldHelp,
|
|
28709
28712
|
Vc as useGlobalInfoContext,
|
|
28710
|
-
|
|
28711
|
-
|
|
28712
|
-
|
|
28713
|
+
sB as useLockBodyScroll,
|
|
28714
|
+
iB as useMeetingLinks,
|
|
28715
|
+
aB as usePanelInternal,
|
|
28713
28716
|
cs as usePrevious,
|
|
28714
|
-
|
|
28715
|
-
|
|
28716
|
-
|
|
28717
|
-
|
|
28718
|
-
|
|
28719
|
-
|
|
28717
|
+
lB as useQuickViewMode,
|
|
28718
|
+
cB as useRegisterBackHandler,
|
|
28719
|
+
dB as useRequestCloseAllCommentDrawers,
|
|
28720
|
+
pB as useSchedulePanelInternal,
|
|
28721
|
+
uB as useSessionAutoLogoutConfig,
|
|
28722
|
+
hB as useSidePanelContext,
|
|
28720
28723
|
gh as useToolkitContext,
|
|
28721
|
-
|
|
28724
|
+
mB as useTransactionPanelInternal,
|
|
28722
28725
|
xe as useWindowSizeContext,
|
|
28723
|
-
|
|
28726
|
+
gB as useZeniCardsVisibilityConfig,
|
|
28724
28727
|
Ui as useZeniFeatureContext,
|
|
28725
28728
|
He as useZeniTheme,
|
|
28726
|
-
|
|
28727
|
-
|
|
28728
|
-
|
|
28729
|
-
|
|
28729
|
+
xB as useZeniThemeContext,
|
|
28730
|
+
yB as waitFor,
|
|
28731
|
+
CB as zeniEmotionStyled,
|
|
28732
|
+
bB as zeniStyled
|
|
28730
28733
|
};
|
|
@@ -7,6 +7,7 @@ import { FileAttachment } from './components/AiCfoInput';
|
|
|
7
7
|
import { AiCfoQuestionAnswerProps } from './components/AiCfoQuestionAnswer';
|
|
8
8
|
import { SkillMenuItem } from './components/AiCfoSkillMenu';
|
|
9
9
|
import { ResolvedSyntheticAiCfoCard, ResolvedSyntheticAiCfoPolicy } from './components/SyntheticAiCfoAnswerView';
|
|
10
|
+
import { Routine, RoutineEditorDraft, RoutineRun, SchedulableSkill } from './components/helpers/aiCfoRoutines';
|
|
10
11
|
export declare const uniqueFormName: (formId: ID) => `${string}_form`;
|
|
11
12
|
/**
|
|
12
13
|
* Desktop viewport (`medium-regular`+): suggested-question **loading** skeleton width in AI CFO
|
|
@@ -48,6 +49,28 @@ export declare const getSampleQuestions: (isMobile: boolean, onSampleQuestionCli
|
|
|
48
49
|
* need to import the new InteractiveFormVisualization shape.
|
|
49
50
|
*/
|
|
50
51
|
export declare const isLatestAnswerVisualizationInteractiveForm: (questionAnswers: AiCfoQuestionWithAnswer[] | undefined, syntheticAnswerByQuestionAnswerId: Record<ID, SyntheticAiCfoAnswer>) => boolean;
|
|
52
|
+
export type ChatSidePanel = {
|
|
53
|
+
error: boolean;
|
|
54
|
+
kind: "routineRuns";
|
|
55
|
+
loading: boolean;
|
|
56
|
+
/** False still renders the toggle — the panel is available, just collapsed. */
|
|
57
|
+
open: boolean;
|
|
58
|
+
routineName: string;
|
|
59
|
+
runs: RoutineRun[];
|
|
60
|
+
/** The cadence sentence, so the panel says what this thing does unprompted. */
|
|
61
|
+
schedule: string;
|
|
62
|
+
tzName: string | null;
|
|
63
|
+
unreadCount: number;
|
|
64
|
+
/** The skill it runs, when it runs one. Absent for a written prompt. */
|
|
65
|
+
skillName?: string;
|
|
66
|
+
onOpenRun: (run: RoutineRun) => void;
|
|
67
|
+
onToggle: () => void;
|
|
68
|
+
onOpenRoutine?: () => void;
|
|
69
|
+
/** Back to the Routines list, for the breadcrumb above the conversation. */
|
|
70
|
+
onOpenRoutines?: () => void;
|
|
71
|
+
/** Absent renders the skill as text rather than a link that goes nowhere. */
|
|
72
|
+
onOpenSkill?: () => void;
|
|
73
|
+
};
|
|
51
74
|
export interface AiCfoPageProps {
|
|
52
75
|
aiCfoView: AiCfoViewSelector;
|
|
53
76
|
isFullView: boolean;
|
|
@@ -102,6 +125,15 @@ export interface AiCfoPageProps {
|
|
|
102
125
|
* header, preserving the previous layout.
|
|
103
126
|
*/
|
|
104
127
|
chatHeader?: AiCfoChatHeaderProps;
|
|
128
|
+
/**
|
|
129
|
+
* A panel beside the chat, or none.
|
|
130
|
+
*
|
|
131
|
+
* A discriminated union rather than a ReactNode, so every pixel stays in
|
|
132
|
+
* web-components while the host only says WHICH panel and supplies its data.
|
|
133
|
+
* `routineRuns` is the first kind; adding an artifact or options panel later
|
|
134
|
+
* is a new member here, not a new mechanism.
|
|
135
|
+
*/
|
|
136
|
+
chatSidePanel?: ChatSidePanel;
|
|
105
137
|
customPageTitle?: string;
|
|
106
138
|
emailLinkQuestion?: string;
|
|
107
139
|
/**
|
|
@@ -130,6 +162,8 @@ export interface AiCfoPageProps {
|
|
|
130
162
|
isFileUploadEnabled?: boolean;
|
|
131
163
|
/** True while the create-cards mutation is in flight; disables the form CTA. */
|
|
132
164
|
isInteractiveFormSubmitting?: boolean;
|
|
165
|
+
/** The Routines list replaces the chat body, exactly as Skills does. */
|
|
166
|
+
isRoutinesOpen?: boolean;
|
|
133
167
|
/** Replaces the chat body with the Skills browser. Driven by the left-rail entry. */
|
|
134
168
|
isSkillsOpen?: boolean;
|
|
135
169
|
isUploadPromoVisible?: boolean;
|
|
@@ -165,6 +199,27 @@ export interface AiCfoPageProps {
|
|
|
165
199
|
routedInitialQuestionSource?: AICFOChatSubmissionSource;
|
|
166
200
|
/** Suggestion chip index when the routed question came from a sample chip (e.g. `question_card` or `dashboard_card`). */
|
|
167
201
|
routedInitialQuestionSuggestionIndex?: number;
|
|
202
|
+
routineCanCreate?: boolean;
|
|
203
|
+
/** The routine whose detail page is open. Undefined shows the list. */
|
|
204
|
+
routineDetail?: Routine;
|
|
205
|
+
/** Seeds a NEW routine's instructions, from the list page's composer. */
|
|
206
|
+
routineDraftPrompt?: string;
|
|
207
|
+
/** The routine being edited; absent shows the list. */
|
|
208
|
+
routineEditing?: Routine;
|
|
209
|
+
/** True shows the editor for a NEW routine. */
|
|
210
|
+
routineEditorOpen?: boolean;
|
|
211
|
+
routineHistoryError?: boolean;
|
|
212
|
+
routineHistoryLoading?: boolean;
|
|
213
|
+
routineListError?: boolean;
|
|
214
|
+
routineListLoading?: boolean;
|
|
215
|
+
routineMaxRoutines?: number;
|
|
216
|
+
routineRunningScheduleId?: string;
|
|
217
|
+
routineRuns?: RoutineRun[];
|
|
218
|
+
routines?: Routine[];
|
|
219
|
+
routineSaveError?: boolean;
|
|
220
|
+
routineSaving?: boolean;
|
|
221
|
+
/** Skills this user can schedule; empty hides the skill option in the form. */
|
|
222
|
+
routineSchedulableSkills?: SchedulableSkill[];
|
|
168
223
|
skillDetail?: SkillDetail;
|
|
169
224
|
skillDetailError?: boolean;
|
|
170
225
|
skillDetailLoading?: boolean;
|
|
@@ -235,6 +290,19 @@ export interface AiCfoPageProps {
|
|
|
235
290
|
onFetchSkillVersionBody?: (macroId: string, version: number) => void;
|
|
236
291
|
onMenuClick?: () => void;
|
|
237
292
|
onOpenSkill?: (macroId: string) => void;
|
|
293
|
+
onRoutineCloseDetail?: () => void;
|
|
294
|
+
onRoutineCreate?: () => void;
|
|
295
|
+
onRoutineDelete?: (routine: Routine) => void;
|
|
296
|
+
onRoutineDraft?: (instructions: string) => void;
|
|
297
|
+
onRoutineEdit?: (routine: Routine) => void;
|
|
298
|
+
onRoutineEditorCancel?: () => void;
|
|
299
|
+
/** Absent withholds the editor's "start from a skill" picker. */
|
|
300
|
+
onRoutineLoadSkillInstructions?: (macroId: string) => void;
|
|
301
|
+
onRoutineOpenDetail?: (routine: Routine) => void;
|
|
302
|
+
onRoutineOpenRun?: (routine: Routine, run: RoutineRun) => void;
|
|
303
|
+
onRoutineRun?: (routine: Routine) => void;
|
|
304
|
+
onRoutineSave?: (draft: RoutineEditorDraft) => void;
|
|
305
|
+
onRoutineSetEnabled?: (routine: Routine, enabled: boolean) => void;
|
|
238
306
|
onRunSkill?: (macroId: string, label: string) => void;
|
|
239
307
|
onSaveSkill?: (draft: SkillDraft, macroId: string | undefined) => void;
|
|
240
308
|
/** Saves the `/create-skill` draft from the chat card. Absent = no Save control. */
|