@zeniai/web-components 4.3.40 → 4.3.42
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-BWBsmq2A.cjs → SessionTimeoutPopup-B6IhYc5j.cjs} +17448 -15784
- package/dist/{SessionTimeoutPopup-B-WVI7aL.js → SessionTimeoutPopup-TT3Z0Y7j.js} +102699 -96364
- package/dist/appLocale.d.ts +356 -13
- package/dist/assets/interface/avatars-without-pic.svg +12 -0
- package/dist/cockpit.cjs.js +2 -2
- package/dist/cockpit.esm.js +760 -759
- package/dist/components/address/addressHelper.d.ts +2 -2
- package/dist/components/common/Picker.d.ts +3 -1
- package/dist/components/common/allNavBars/statusSwitcher/switcherTypes.d.ts +1 -0
- package/dist/components/common/tooltipVariants/types.d.ts +11 -9
- package/dist/components/commonSetUp/approval/ApprovalRuleSection.d.ts +11 -2
- package/dist/components/commonSetUp/approval/ApprovalStageRow.d.ts +37 -12
- package/dist/components/commonSetUp/approval/ApprovalStagesSection.d.ts +8 -2
- package/dist/components/commonSetUp/approval/ConditionRow.d.ts +10 -1
- package/dist/components/commonSetUp/approval/FormSection.d.ts +19 -3
- package/dist/components/commonSetUp/approval/RuleOverlapBanner.d.ts +63 -17
- package/dist/components/commonSetUp/approval/RuleOverlapCard.d.ts +10 -1
- package/dist/components/commonSetUp/approval/detectDuplicateRule.d.ts +12 -0
- package/dist/components/commonSetUp/approval/formatFallbackRuleChain.d.ts +12 -0
- package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +41 -6
- package/dist/components/expenseAutomation/components/NavBarWithHeader.d.ts +21 -5
- package/dist/components/expenseAutomation/components/navbarHeaderData.d.ts +3 -4
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts +3 -1
- package/dist/components/expenseAutomation/sections/accountRecon/CombinedStatementAccountMappingSection.d.ts +2 -2
- package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts +0 -1
- package/dist/components/expenseAutomation/sections/accountRecon/statementProcessingHelpers.d.ts +2 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePage.d.ts +30 -5
- package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePageSkeleton.d.ts +5 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualBillingPatternCard.d.ts +14 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualCalculationBreakdownCard.d.ts +26 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualDetailsSection.d.ts +31 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualFeedbackDialog.d.ts +27 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualFeedbackDialog.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualHeader.d.ts +16 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualSequenceSection.d.ts +22 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEOneTimeAccrualDetailPage.d.ts +28 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/accrualActions.d.ts +24 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/accrualFieldHelpers.d.ts +18 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/accrualFieldHelpers.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEBaseTransactionSearch.d.ts +23 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEBaseTransactionSearch.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEExistingKpiStrip.d.ts +7 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEGroupSectionHeader.d.ts +8 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEJournalEntryPreview.d.ts +28 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEKpiStrip.d.ts +8 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleAccountSettings.d.ts → common/JEScheduleAccountSettings.d.ts} +2 -2
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleCreatedBy.d.ts +21 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleCreatedBy.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleLifecycle.d.ts +19 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleLifecycle.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleNewEntryButton.d.ts +14 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleNewEntryButton.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JESchedulePreview.d.ts +18 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleRadioCardGroup.d.ts +27 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleResolveComponent.d.ts → common/JEScheduleResolveComponent.d.ts} +3 -3
- package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleResolveListRow.d.ts → common/JEScheduleResolveListRow.d.ts} +4 -11
- package/dist/components/expenseAutomation/sections/jeSchedules/common/JETypeFilterBar.d.ts +8 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/jeScheduleKpiHelpers.d.ts +14 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/common/newScheduleCopy.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/JEOneTimeAccrualCell.d.ts +12 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleDownloadRangeDialog.d.ts +18 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleDownloadRangeDialog.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleDraftListRow.d.ts +16 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleGroupList.d.ts +53 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleListWrapperRow.d.ts +39 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleListWrapperRow.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleReadOnlyListRow.d.ts +15 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleReadOnlyListRow.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/{jeSchedule.helpers.d.ts → list/jeSchedule.helpers.d.ts} +1 -1
- package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleConfig.d.ts +46 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListItems.d.ts +56 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListRow.helpers.d.ts +29 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListRow.helpers.test.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/sections/JEExistingSection.d.ts +22 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/sections/JESchedulesSection.d.ts +27 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/sections/JESummarySection.d.ts +7 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/sections/NewJEScheduleSection.d.ts +59 -0
- package/dist/components/expenseAutomation/sections/jeSchedules/sections/NewScheduleDocumentAutofillPanel.d.ts +11 -0
- package/dist/components/formElements/formattedTextField/FormattedTextField.d.ts +3 -1
- package/dist/components/formElements/multiSelectField/MultiSelectField.d.ts +13 -1
- package/dist/components/formElements/textField/TextField.d.ts +3 -1
- package/dist/components/jeSchedules/downloadJESchedules/types/downloadJESchedulesOptionsPayload.d.ts +3 -1
- package/dist/components/jeSchedules/scheduleDetails/table/ScheduleAccruedSequenceTable.d.ts +2 -1
- package/dist/components/jeSchedules/scheduleDetails/table/items/ScheduleAccruedSequenceTableRow.d.ts +6 -1
- package/dist/components/singleSelect/SingleSelect.d.ts +12 -1
- package/dist/components/singleSelect/SingleSelectField.d.ts +13 -1
- package/dist/components/spendManagement/billPay/billPaySetUp/BillPayApprovalRuleDetailPage.d.ts +1 -0
- package/dist/components/spendManagement/billPay/billPaySetUp/components/formElements/UserMultiSelect.d.ts +17 -2
- package/dist/components/spendManagement/billPay/billPaySetUp/components/formElements/UserMultiSelectField.d.ts +6 -2
- package/dist/components/spendManagement/reimbursement/AllReimbursementLineItems.d.ts +1 -1
- package/dist/components/spendManagement/reimbursement/reimbursementSetUp/ReimbursementApprovalRuleDetailPage.d.ts +1 -0
- package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +8 -3
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +6 -2
- package/dist/index.esm.js +267 -266
- package/dist/strings/strings.d.ts +356 -13
- package/package.json +5 -5
- package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleDraftListRow.d.ts +0 -19
- package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleListWrapperRow.d.ts +0 -31
- package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleReadOnlyListRow.d.ts +0 -13
- package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleRecommendationIcon.d.ts +0 -13
- package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulesList.d.ts +0 -24
- package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleConfig.d.ts +0 -28
- package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleListRow.helpers.d.ts +0 -17
- /package/dist/components/expenseAutomation/sections/jeSchedules/{jeScheduleListRow.helpers.test.d.ts → accrualDetail/JEAccrualDetailsSection.test.d.ts} +0 -0
- /package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleDraftComponent.d.ts → common/JEScheduleDraftComponent.d.ts} +0 -0
- /package/dist/components/expenseAutomation/sections/jeSchedules/{JESchedulesListEmptyTable.d.ts → common/JESchedulesListEmptyTable.d.ts} +0 -0
- /package/dist/components/expenseAutomation/sections/jeSchedules/{common.d.ts → common/common.d.ts} +0 -0
|
@@ -15,6 +15,8 @@ export interface TextFieldProps {
|
|
|
15
15
|
autoCapitalize?: AutoCapitalize;
|
|
16
16
|
autoComplete?: "off" | "on" | "new-password";
|
|
17
17
|
autoTrim?: AutoTrim;
|
|
18
|
+
/** Overrides the input's default (non-error) background. Opt-in — omit to keep today's INPUT_BG_COLOR (grey5). */
|
|
19
|
+
backgroundColor?: string;
|
|
18
20
|
className?: string;
|
|
19
21
|
defaultValue?: string | number | undefined;
|
|
20
22
|
disableCopyPaste?: boolean;
|
|
@@ -32,4 +34,4 @@ export interface TextFieldProps {
|
|
|
32
34
|
style?: React.CSSProperties;
|
|
33
35
|
tooltipText?: string;
|
|
34
36
|
}
|
|
35
|
-
export declare function TextField({ className, type, name, placeholder, autoComplete, isDisabled, defaultValue, style, registerOptions, protectedInfoText, isSaveError, showRightTickIcon, tooltipText, disableCopyPaste, autoCapitalize, autoTrim, onBlur, onKeyDown, }: Readonly<TextFieldProps>): import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
export declare function TextField({ className, type, name, placeholder, autoComplete, isDisabled, defaultValue, style, registerOptions, protectedInfoText, isSaveError, showRightTickIcon, tooltipText, disableCopyPaste, autoCapitalize, autoTrim, onBlur, onKeyDown, backgroundColor, hoverBgColor, }: Readonly<TextFieldProps>): import("react/jsx-runtime").JSX.Element;
|
package/dist/components/jeSchedules/downloadJESchedules/types/downloadJESchedulesOptionsPayload.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ID, ScheduleListTabsFileType, ScheduleTypes, ZeniDate } from '@zeniai/client-epic-state';
|
|
1
|
+
import { ID, ScheduleListTabsFileType, ScheduleSubTabType, ScheduleTypes, ZeniDate } from '@zeniai/client-epic-state';
|
|
2
2
|
export interface DownloadJEScheduleTabOptions {
|
|
3
3
|
categoryId: ID;
|
|
4
4
|
companyName: string;
|
|
@@ -6,6 +6,7 @@ export interface DownloadJEScheduleTabOptions {
|
|
|
6
6
|
endDate: ZeniDate;
|
|
7
7
|
jeScheduleType: ScheduleTypes;
|
|
8
8
|
startDate: ZeniDate;
|
|
9
|
+
statusFilter: ScheduleSubTabType;
|
|
9
10
|
tabs: ScheduleTypes[];
|
|
10
11
|
tabsFileType: ScheduleListTabsFileType;
|
|
11
12
|
timezone: string;
|
|
@@ -22,6 +23,7 @@ export default interface DownloadJEScheduleOptionsPayload {
|
|
|
22
23
|
je_schedule_type: ScheduleTypes;
|
|
23
24
|
locale_id: string;
|
|
24
25
|
start_date: string;
|
|
26
|
+
status_filter: string;
|
|
25
27
|
tabs: ScheduleTypes[];
|
|
26
28
|
tabs_file_type: string;
|
|
27
29
|
time_zone: string;
|
|
@@ -11,6 +11,7 @@ export interface ScheduleSequenceTableProps extends FormSectionProps {
|
|
|
11
11
|
localData: JEScheduleDetailsLocalData[];
|
|
12
12
|
scheduleJournalEntries: ScheduledJournalEntry[];
|
|
13
13
|
uiState: ScheduleDetailUIState;
|
|
14
|
+
isRowClickToViewJEEnabled?: boolean;
|
|
14
15
|
jeScheduleTransaction?: JEAccruedSchedule;
|
|
15
16
|
onCancelAccrual: (scheduleType: ScheduleTypes, jeScheduleID: ID, row?: number) => void;
|
|
16
17
|
onEditAmount: (row: number, jeScheduleId?: ID) => void;
|
|
@@ -19,4 +20,4 @@ export interface ScheduleSequenceTableProps extends FormSectionProps {
|
|
|
19
20
|
onViewPostedJE: (transactionID: TransactionID, row: number) => void;
|
|
20
21
|
onViewRecordedJE: (transactionID: TransactionID, row: number) => void;
|
|
21
22
|
}
|
|
22
|
-
export declare const ScheduleAccruedSequenceTable: ({ analytics, controllerEmails, controllerUserIds, jeScheduleTransaction, hideMemoField, isDisabled, jeScheduleId, listFetchState, localData, scheduleJournalEntries, sectionId, uiState, onEditAmount, onJELinkClick, onCancelAccrual, onViewBillExpense, onViewPostedJE, onViewRecordedJE, }: ScheduleSequenceTableProps) => import("react/jsx-runtime").JSX.Element;
|
|
23
|
+
export declare const ScheduleAccruedSequenceTable: ({ analytics, controllerEmails, controllerUserIds, jeScheduleTransaction, hideMemoField, isDisabled, jeScheduleId, listFetchState, localData, scheduleJournalEntries, sectionId, uiState, onEditAmount, onJELinkClick, onCancelAccrual, onViewBillExpense, isRowClickToViewJEEnabled, onViewPostedJE, onViewRecordedJE, }: ScheduleSequenceTableProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/components/jeSchedules/scheduleDetails/table/items/ScheduleAccruedSequenceTableRow.d.ts
CHANGED
|
@@ -21,6 +21,11 @@ export interface Props extends FormSectionProps {
|
|
|
21
21
|
jeScheduleId: ID;
|
|
22
22
|
localData: JEScheduleDetailsLocalData;
|
|
23
23
|
rowId: number;
|
|
24
|
+
/**
|
|
25
|
+
* Makes the whole row open its journal entry. Opt-in because on an editable schedule page a
|
|
26
|
+
* row-level navigation would fight the amount field; the accrual detail page is read-only.
|
|
27
|
+
*/
|
|
28
|
+
isRowClickToViewJEEnabled?: boolean;
|
|
24
29
|
jeScheduleTransaction?: JEAccruedSchedule;
|
|
25
30
|
scheduleJournalEntry?: ScheduledJournalEntry;
|
|
26
31
|
onCancelAccrual: (scheduleType: ScheduleTypes, jeScheduleID: ID, row?: number) => void;
|
|
@@ -29,5 +34,5 @@ export interface Props extends FormSectionProps {
|
|
|
29
34
|
onViewPostedJE: (transactionID: TransactionID, row: number) => void;
|
|
30
35
|
onViewRecordedJE: (transactionID: TransactionID, row: number) => void;
|
|
31
36
|
}
|
|
32
|
-
export declare const ScheduleAccruedSequenceTableRow: ({ analytics, hideMemoField, isAmountEditable, isDisabled, isLastRow, jeScheduleId, localData, rowId, sectionId, controllerEmails, controllerUserIds, jeScheduleTransaction, scheduleJournalEntry, onJELinkClick, onCancelAccrual, onViewPostedJE, onViewRecordedJE, onViewBillExpense, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
export declare const ScheduleAccruedSequenceTableRow: ({ analytics, hideMemoField, isAmountEditable, isDisabled, isLastRow, jeScheduleId, localData, rowId, sectionId, controllerEmails, controllerUserIds, jeScheduleTransaction, scheduleJournalEntry, onJELinkClick, onCancelAccrual, onViewPostedJE, onViewRecordedJE, isRowClickToViewJEEnabled, onViewBillExpense, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
33
38
|
export {};
|
|
@@ -7,14 +7,25 @@ export interface OptionType {
|
|
|
7
7
|
export type FormatOptionLabelContext = "menu" | "value";
|
|
8
8
|
export interface Props {
|
|
9
9
|
allValues: string[];
|
|
10
|
+
/** Overrides the control's default background. Opt-in — omit to keep today's INPUT_BG_COLOR (grey5). */
|
|
11
|
+
backgroundColor?: string;
|
|
12
|
+
/** Overrides the chevron icon's width/height (only relevant when `showChevron` is true). Opt-in — omit to keep today's 12px. */
|
|
13
|
+
chevronSize?: string;
|
|
10
14
|
customStyleConfig?: StylesConfig<OptionType, boolean>;
|
|
15
|
+
/** Overrides the control's hover background. Opt-in — omit to keep today's behavior (no change on hover). */
|
|
16
|
+
hoverBgColor?: string;
|
|
11
17
|
isClearable?: boolean;
|
|
12
18
|
isDisabled?: DisableMode;
|
|
19
|
+
isSearchable?: boolean;
|
|
13
20
|
menuPortalTarget?: HTMLElement | null;
|
|
14
21
|
placeholder?: string;
|
|
15
22
|
selectedValue?: string;
|
|
16
23
|
showChevron?: boolean;
|
|
17
24
|
style?: React.CSSProperties;
|
|
25
|
+
/** Alignment of the value inside the closed control. Defaults to today's behavior — right-aligned when closed, left-aligned once the menu opens (suits narrow "label: value" rows). Pass `"start"` to keep the value left-aligned in both states. */
|
|
26
|
+
valueAlign?: "end" | "start";
|
|
27
|
+
/** Overrides the value container's own padding (default: `0 ${Space.sp2} 0 ${Space.sp3}`, i.e. 16px left / 8px right — sized for narrow "label: value" rows). Pass `"0"` when a wrapping element already provides the intended edge inset. */
|
|
28
|
+
valuePadding?: string;
|
|
18
29
|
onSelectedValueChanged: (selectedValue?: string) => void;
|
|
19
30
|
formatOptionLabel?: (option: OptionType, meta: {
|
|
20
31
|
context: FormatOptionLabelContext;
|
|
@@ -23,4 +34,4 @@ export interface Props {
|
|
|
23
34
|
isOptionDisabled?: (value: string) => boolean;
|
|
24
35
|
valueToLabel?: (value: string) => string;
|
|
25
36
|
}
|
|
26
|
-
export declare const SingleSelect: ({ allValues, selectedValue, onSelectedValueChanged, isDisabled, placeholder, style, customStyleConfig, isClearable, menuPortalTarget, valueToLabel, formatOptionLabel, showChevron, isOptionDisabled, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
export declare const SingleSelect: ({ allValues, selectedValue, onSelectedValueChanged, isDisabled, placeholder, style, customStyleConfig, isClearable, isSearchable, menuPortalTarget, valueToLabel, formatOptionLabel, showChevron, backgroundColor, hoverBgColor, valueAlign, valuePadding, chevronSize, isOptionDisabled, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -9,13 +9,25 @@ export interface SingleSelectFieldValue {
|
|
|
9
9
|
export interface SingleSelectFieldProps {
|
|
10
10
|
defaultValue: SingleSelectFieldValue;
|
|
11
11
|
name: string;
|
|
12
|
+
/** See `SingleSelect.backgroundColor`. */
|
|
13
|
+
backgroundColor?: string;
|
|
14
|
+
/** See `SingleSelect.chevronSize`. */
|
|
15
|
+
chevronSize?: string;
|
|
12
16
|
customStyleConfig?: StylesConfig<OptionType, boolean>;
|
|
17
|
+
/** See `SingleSelect.hoverBgColor`. */
|
|
18
|
+
hoverBgColor?: string;
|
|
13
19
|
isDisabled?: DisableMode;
|
|
20
|
+
/** See `SingleSelect.isSearchable`. */
|
|
21
|
+
isSearchable?: boolean;
|
|
14
22
|
placeholder?: string;
|
|
15
23
|
registerOptions?: RegisterOptions;
|
|
16
24
|
/** See `SingleSelect.showChevron`. */
|
|
17
25
|
showChevron?: boolean;
|
|
18
26
|
style?: React.CSSProperties;
|
|
27
|
+
/** See `SingleSelect.valueAlign`. */
|
|
28
|
+
valueAlign?: "end" | "start";
|
|
29
|
+
/** See `SingleSelect.valuePadding`. */
|
|
30
|
+
valuePadding?: string;
|
|
19
31
|
/** See `SingleSelect.formatOptionLabel`. */
|
|
20
32
|
formatOptionLabel?: (option: OptionType, meta: {
|
|
21
33
|
context: FormatOptionLabelContext;
|
|
@@ -24,5 +36,5 @@ export interface SingleSelectFieldProps {
|
|
|
24
36
|
isOptionDisabled?: (value: string) => boolean;
|
|
25
37
|
valueToLabel?: (value: string) => string;
|
|
26
38
|
}
|
|
27
|
-
declare const SingleSelectField: ({ name, registerOptions, defaultValue, placeholder, isDisabled, style, customStyleConfig, valueToLabel, formatOptionLabel, showChevron, isOptionDisabled, }: SingleSelectFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
declare const SingleSelectField: ({ name, registerOptions, defaultValue, placeholder, isDisabled, style, customStyleConfig, valueToLabel, formatOptionLabel, showChevron, backgroundColor, hoverBgColor, isSearchable, valueAlign, valuePadding, chevronSize, isOptionDisabled, }: SingleSelectFieldProps) => import("react/jsx-runtime").JSX.Element;
|
|
28
40
|
export default SingleSelectField;
|
package/dist/components/spendManagement/billPay/billPaySetUp/BillPayApprovalRuleDetailPage.d.ts
CHANGED
|
@@ -123,6 +123,7 @@ export interface BillPayApprovalRuleDetailPageProps {
|
|
|
123
123
|
*/
|
|
124
124
|
export declare const D: {
|
|
125
125
|
footerPadding: ResponsiveSized;
|
|
126
|
+
largeLabelWidth: ResponsiveSized;
|
|
126
127
|
};
|
|
127
128
|
declare function BillPayApprovalRuleDetailPage({ localData, approvalUpdateActionType, allApprovalRulesWithUser, allVendorIds, editingRuleId, vendorNamesById, onBackClick, onApprovalRuleDataUpdated, onEditExistingRule, onResetClick, onSaveRuleClick, onSaveRuleSuccess, }: BillPayApprovalRuleDetailPageProps): import("react/jsx-runtime").JSX.Element;
|
|
128
129
|
export default BillPayApprovalRuleDetailPage;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RefCallBack } from 'react-hook-form';
|
|
2
2
|
import { StylesConfig } from 'react-select';
|
|
3
|
-
import { User } from '@zeniai/client-epic-state';
|
|
3
|
+
import { ID, User } from '@zeniai/client-epic-state';
|
|
4
4
|
export interface RoleSelectableUser extends User {
|
|
5
5
|
isRoleSelected: boolean;
|
|
6
6
|
isUserSelectionUpdated?: boolean;
|
|
@@ -21,6 +21,14 @@ export interface Props {
|
|
|
21
21
|
selectedUsers: User[];
|
|
22
22
|
shouldHaveBackgroundColor: boolean;
|
|
23
23
|
showBackgroundColorIfHasAnySelectedOption: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* When true, `NonUserOption` rows (and their selected chips) render
|
|
26
|
+
* their avatar at the same `Space.sp3` size real user avatars use,
|
|
27
|
+
* instead of the larger `Space.sp4`/`Space.sp5` default. Opt-in —
|
|
28
|
+
* existing non-user consumers (e.g. FollowStepsSection) are
|
|
29
|
+
* unaffected.
|
|
30
|
+
*/
|
|
31
|
+
compactNonUserAvatar?: boolean;
|
|
24
32
|
containerWidth?: string;
|
|
25
33
|
customization?: {
|
|
26
34
|
placeholderLabel?: string;
|
|
@@ -29,6 +37,13 @@ export interface Props {
|
|
|
29
37
|
disable?: boolean;
|
|
30
38
|
disabledOptionHint?: string;
|
|
31
39
|
hideMultiValueOnBlur?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* User ids that should render with the "no longer active" avatar
|
|
42
|
+
* (see `MultiValueLabel`) instead of their photo/initials, when
|
|
43
|
+
* already selected. Only applies to the closed-picker chip, not the
|
|
44
|
+
* open dropdown's option rows.
|
|
45
|
+
*/
|
|
46
|
+
inactiveUserIds?: Set<ID>;
|
|
32
47
|
isListLoading?: boolean;
|
|
33
48
|
menuMinWidth?: string;
|
|
34
49
|
operator?: "or" | "and";
|
|
@@ -44,5 +59,5 @@ export interface OptionType extends OptionTypeBase {
|
|
|
44
59
|
label: string;
|
|
45
60
|
value: string;
|
|
46
61
|
}
|
|
47
|
-
export default function UserMultiSelect({ allUsers, allNonUsers, selectedUsers, selectedNonUsers, name, fieldRef, shouldHaveBackgroundColor, hideEmailTooltip, showBackgroundColorIfHasAnySelectedOption, disable, customization: { placeholderLabel }, operator, containerWidth, isListLoading, menuMinWidth, hideMultiValueOnBlur, customStyleConfig, disabledOptionHint, onBlur, disableCurrentOption, onSelectedUsersChanged, valueToSubtitle, }: Readonly<Props>): import("react/jsx-runtime").JSX.Element;
|
|
62
|
+
export default function UserMultiSelect({ allUsers, allNonUsers, selectedUsers, selectedNonUsers, name, fieldRef, shouldHaveBackgroundColor, hideEmailTooltip, showBackgroundColorIfHasAnySelectedOption, disable, customization: { placeholderLabel }, operator, containerWidth, isListLoading, menuMinWidth, hideMultiValueOnBlur, inactiveUserIds, customStyleConfig, disabledOptionHint, onBlur, disableCurrentOption, onSelectedUsersChanged, valueToSubtitle, compactNonUserAvatar, }: Readonly<Props>): import("react/jsx-runtime").JSX.Element;
|
|
48
63
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RegisterOptions } from 'react-hook-form';
|
|
2
2
|
import { StylesConfig } from 'react-select';
|
|
3
|
-
import { User } from '@zeniai/client-epic-state';
|
|
3
|
+
import { ID, User } from '@zeniai/client-epic-state';
|
|
4
4
|
import { DisableMode } from '../../../../../formElements/common/common';
|
|
5
5
|
import { NonUserOption, OptionType } from './UserMultiSelect';
|
|
6
6
|
export interface UserMultiSelectFieldValue {
|
|
@@ -15,10 +15,14 @@ export interface Props {
|
|
|
15
15
|
shouldHaveBackgroundColor: boolean;
|
|
16
16
|
showBackgroundColorIfHasAnySelectedOption: boolean;
|
|
17
17
|
value: UserMultiSelectFieldValue;
|
|
18
|
+
/** See `UserMultiSelect.compactNonUserAvatar`. */
|
|
19
|
+
compactNonUserAvatar?: boolean;
|
|
18
20
|
containerWidth?: string;
|
|
19
21
|
customStyleConfig?: StylesConfig<OptionType, boolean>;
|
|
20
22
|
disabledOptionHint?: string;
|
|
21
23
|
hideMultiValueOnBlur?: boolean;
|
|
24
|
+
/** See `UserMultiSelect.inactiveUserIds`. */
|
|
25
|
+
inactiveUserIds?: Set<ID>;
|
|
22
26
|
isDisabled?: DisableMode;
|
|
23
27
|
isListLoading?: boolean;
|
|
24
28
|
menuMinWidth?: string;
|
|
@@ -29,5 +33,5 @@ export interface Props {
|
|
|
29
33
|
onBlur?: () => void;
|
|
30
34
|
valueToSubtitle?: (value: string) => (string | JSX.Element)[];
|
|
31
35
|
}
|
|
32
|
-
declare const UserMultiSelectField: ({ name, shouldHaveBackgroundColor, showBackgroundColorIfHasAnySelectedOption, hideEmailTooltip, placeholderLabel, registerOptions, value: defaultValue, operator, isListLoading, isDisabled, containerWidth, menuMinWidth, hideMultiValueOnBlur, customStyleConfig, disabledOptionHint, disableCurrentOption, onBlur, valueToSubtitle, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
declare const UserMultiSelectField: ({ name, shouldHaveBackgroundColor, showBackgroundColorIfHasAnySelectedOption, hideEmailTooltip, placeholderLabel, registerOptions, value: defaultValue, operator, isListLoading, isDisabled, containerWidth, menuMinWidth, hideMultiValueOnBlur, inactiveUserIds, customStyleConfig, disabledOptionHint, disableCurrentOption, onBlur, valueToSubtitle, compactNonUserAvatar, }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
33
37
|
export default UserMultiSelectField;
|
|
@@ -60,7 +60,7 @@ export declare const initialOutOfPocketForm: (accountsHierarchyList: NestedAccou
|
|
|
60
60
|
allOptions: {
|
|
61
61
|
label: string;
|
|
62
62
|
value: string;
|
|
63
|
-
countryCode: "AI" | "BD" | "US" | "NA" | "CA" | "AD" | "AE" | "AF" | "AG" | "AL" | "AM" | "AO" | "AQ" | "AR" | "AS" | "AT" | "AU" | "AW" | "AX" | "AZ" | "BA" | "BB" | "BE" | "BF" | "BG" | "BH" | "BI" | "BJ" | "BL" | "BM" | "BN" | "BO" | "BQ" | "BR" | "BS" | "BT" | "BV" | "BW" | "BY" | "BZ" | "CC" | "CD" | "CF" | "CG" | "CH" | "CI" | "CK" | "CL" | "CM" | "CN" | "CO" | "
|
|
63
|
+
countryCode: "AI" | "BD" | "US" | "NA" | "CR" | "CA" | "AD" | "AE" | "AF" | "AG" | "AL" | "AM" | "AO" | "AQ" | "AR" | "AS" | "AT" | "AU" | "AW" | "AX" | "AZ" | "BA" | "BB" | "BE" | "BF" | "BG" | "BH" | "BI" | "BJ" | "BL" | "BM" | "BN" | "BO" | "BQ" | "BR" | "BS" | "BT" | "BV" | "BW" | "BY" | "BZ" | "CC" | "CD" | "CF" | "CG" | "CH" | "CI" | "CK" | "CL" | "CM" | "CN" | "CO" | "CU" | "CV" | "CW" | "CX" | "CY" | "CZ" | "DE" | "DJ" | "DK" | "DM" | "DO" | "DZ" | "EC" | "EE" | "EG" | "EH" | "ER" | "ES" | "ET" | "FI" | "FJ" | "FK" | "FM" | "FO" | "FR" | "GA" | "GB" | "GD" | "GE" | "GF" | "GG" | "GH" | "GI" | "GL" | "GM" | "GN" | "GP" | "GQ" | "GR" | "GS" | "GT" | "GU" | "GW" | "GY" | "HK" | "HM" | "HN" | "HR" | "HT" | "HU" | "ID" | "IE" | "IL" | "IM" | "IN" | "IO" | "IQ" | "IR" | "IS" | "IT" | "JE" | "JM" | "JO" | "JP" | "KE" | "KG" | "KH" | "KI" | "KM" | "KN" | "KP" | "KR" | "KW" | "KY" | "KZ" | "LA" | "LB" | "LC" | "LI" | "LK" | "LR" | "LS" | "LT" | "LU" | "LV" | "LY" | "MA" | "MC" | "MD" | "ME" | "MF" | "MG" | "MH" | "MK" | "ML" | "MM" | "MN" | "MO" | "MP" | "MQ" | "MR" | "MS" | "MT" | "MU" | "MV" | "MW" | "MX" | "MY" | "MZ" | "NC" | "NE" | "NF" | "NG" | "NI" | "NL" | "NO" | "NP" | "NR" | "NU" | "NZ" | "OM" | "PA" | "PE" | "PF" | "PG" | "PH" | "PK" | "PL" | "PM" | "PN" | "PR" | "PS" | "PT" | "PW" | "PY" | "QA" | "RE" | "RO" | "RS" | "RU" | "RW" | "SA" | "SB" | "SC" | "SD" | "SE" | "SG" | "SH" | "SI" | "SJ" | "SK" | "SL" | "SM" | "SN" | "SO" | "SR" | "SS" | "ST" | "SV" | "SX" | "SY" | "SZ" | "TC" | "TD" | "TF" | "TG" | "TH" | "TJ" | "TK" | "TL" | "TM" | "TN" | "TO" | "TR" | "TT" | "TV" | "TW" | "TZ" | "UA" | "UG" | "UM" | "UY" | "UZ" | "VA" | "VC" | "VE" | "VG" | "VI" | "VN" | "VU" | "WF" | "WS" | "XK" | "YE" | "YT" | "ZA" | "ZM" | "ZW" | "AN" | "EU";
|
|
64
64
|
}[];
|
|
65
65
|
selectedOption: string;
|
|
66
66
|
};
|
|
@@ -116,6 +116,7 @@ export interface ReimbursementApprovalRuleDetailPageProps {
|
|
|
116
116
|
*/
|
|
117
117
|
export declare const D: {
|
|
118
118
|
footerPadding: ResponsiveSized;
|
|
119
|
+
largeLabelWidth: ResponsiveSized;
|
|
119
120
|
};
|
|
120
121
|
declare function ReimbursementApprovalRuleDetailPage({ localData, approvalUpdateActionType, allApprovalRulesWithUser, allVendorIds, editingRuleId, vendorNamesById, onBackClick, onApprovalRuleDataUpdated, onEditExistingRule, onResetClick, onSaveRuleClick, onSaveRuleSuccess, }: ReimbursementApprovalRuleDetailPageProps): import("react/jsx-runtime").JSX.Element;
|
|
121
122
|
export default ReimbursementApprovalRuleDetailPage;
|
|
@@ -50,7 +50,6 @@ export declare enum FeatureGatesNamesWebApp {
|
|
|
50
50
|
isTreasuryCommentingEnabled = "is_treasury_commenting_enabled",
|
|
51
51
|
isCheckingCommentingEnabled = "is_checking_commenting_enabled",
|
|
52
52
|
isChainOfThoughtEnabled = "is_chain_of_thought_enabled",
|
|
53
|
-
isJEScheduleCOTEnabled = "is_je_schedule_cot_enabled",
|
|
54
53
|
isDashboardSidebarHalloweenAnimationEnabled = "is_dashboard_sidebar_halloween_animation_enabled",
|
|
55
54
|
isDashboardSidebarThanksGivingAnimationEnabled = "is_dashboard_sidebar_thanksgiving_animation_enabled",
|
|
56
55
|
isDashboardSidebarChristmasAnimationEnabled = "is_dashboard_sidebar_christmas_animation_enabled",
|
|
@@ -95,7 +94,13 @@ export declare enum FeatureGatesNamesWebApp {
|
|
|
95
94
|
isReconV3Enabled = "is_reconciliation_v3_enabled",
|
|
96
95
|
isReconciliationCombinedStatementEnabled = "is_reconciliation_combined_statement_enabled",
|
|
97
96
|
/** Split / edit transaction line items (expense phase 1). */
|
|
98
|
-
isTransactionSplitEnabled = "transaction_split_enabled"
|
|
97
|
+
isTransactionSplitEnabled = "transaction_split_enabled",
|
|
98
|
+
/**
|
|
99
|
+
* Cron-2's live gate, evaluated per company rather than per tenant. Off means the accrual Crons
|
|
100
|
+
* write nothing for this company -- shadow mode detects but persists no draft -- so there is no
|
|
101
|
+
* one-time accrual to list, and none to create against.
|
|
102
|
+
*/
|
|
103
|
+
isAccrualEnabled = "is_accrual_enabled"
|
|
99
104
|
}
|
|
100
105
|
export declare const FeatureGatesNames: {
|
|
101
106
|
isVendorMagicLinkFeatureEnabled: FeatureGatesNamesWebApp.isVendorMagicLinkFeatureEnabled;
|
|
@@ -143,7 +148,6 @@ export declare const FeatureGatesNames: {
|
|
|
143
148
|
isTreasuryCommentingEnabled: FeatureGatesNamesWebApp.isTreasuryCommentingEnabled;
|
|
144
149
|
isCheckingCommentingEnabled: FeatureGatesNamesWebApp.isCheckingCommentingEnabled;
|
|
145
150
|
isChainOfThoughtEnabled: FeatureGatesNamesWebApp.isChainOfThoughtEnabled;
|
|
146
|
-
isJEScheduleCOTEnabled: FeatureGatesNamesWebApp.isJEScheduleCOTEnabled;
|
|
147
151
|
isDashboardSidebarHalloweenAnimationEnabled: FeatureGatesNamesWebApp.isDashboardSidebarHalloweenAnimationEnabled;
|
|
148
152
|
isDashboardSidebarThanksGivingAnimationEnabled: FeatureGatesNamesWebApp.isDashboardSidebarThanksGivingAnimationEnabled;
|
|
149
153
|
isDashboardSidebarChristmasAnimationEnabled: FeatureGatesNamesWebApp.isDashboardSidebarChristmasAnimationEnabled;
|
|
@@ -180,6 +184,7 @@ export declare const FeatureGatesNames: {
|
|
|
180
184
|
isReconV3Enabled: FeatureGatesNamesWebApp.isReconV3Enabled;
|
|
181
185
|
isReconciliationCombinedStatementEnabled: FeatureGatesNamesWebApp.isReconciliationCombinedStatementEnabled;
|
|
182
186
|
isTransactionSplitEnabled: FeatureGatesNamesWebApp.isTransactionSplitEnabled;
|
|
187
|
+
isAccrualEnabled: FeatureGatesNamesWebApp.isAccrualEnabled;
|
|
183
188
|
enableZeniGPTFeatureForMonthEndEmail: FeatureGatesNamesCockpit.enableZeniGPTFeatureForMonthEndEmail;
|
|
184
189
|
isBirdsEyeViewEnabled: FeatureGatesNamesCockpit.isBirdsEyeViewEnabled;
|
|
185
190
|
isReviewTabVendorColumnEnabled: FeatureGatesNamesCockpit.isReviewTabVendorColumnEnabled;
|
package/dist/index.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./SessionTimeoutPopup-BWBsmq2A.cjs"),a=require("./vendor-.pnpm-BGlYY3q9.cjs"),i=require("@zeniai/client-epic-state"),t=require("@emotion/styled");exports.AIAgentsActivatingPage=e.AIAgentsActivatingPage;exports.AIIconButton=e.AIIconButton;exports.AIPerformancePage=e.AIPerformancePage;exports.ALL_AI_CFO_MENU_OPTIONS=e.ALL_AI_CFO_MENU_OPTIONS;exports.ALL_INVOICING_MENU_GROUPS=e.ALL_INVOICING_MENU_GROUPS;exports.ALL_INVOICING_MENU_OPTIONS=e.ALL_INVOICING_MENU_OPTIONS;exports.ALL_SETTINGS_MENU_OPTIONS=e.ALL_SETTINGS_MENU_OPTIONS;exports.APP_DRAWER_CONTENT_WIDTH_PX=e.APP_DRAWER_CONTENT_WIDTH_PX;exports.AccountInfoPage=e.AccountInfoPage;exports.AccountLockedInfoModal=e.AccountLockedInfoModal;exports.AccountReconDetailsDrawerPage=e.AccountReconDetailsDrawerPage;exports.AccountReconDetailsDrawerPageV2=e.AccountReconDetailsDrawerPage$1;exports.ActivityIndicator=e.ActivityIndicator;exports.AddAddressForCardDrawer=e.AddAddressForCardDrawer;exports.AddToWalletPage=e.AddToWalletPage;exports.AddressFormPage=e.AddressFormPage;exports.AgingReportsPage=e.AgingReportsPage;exports.AiCfoChatHeader=e.AiCfoChatHeader;exports.AiCfoMenuContent=e.AiCfoMenuContent;exports.AiCfoOnboardingPage=e.AiCfoOnboardingPage;exports.AiCfoPage=e.AiCfoPage;exports.AiCfoScopeModal=e.AiCfoScopeModal;exports.AiCfoScopeModalScrollBody=e.AiCfoScopeModalScrollBody;exports.AiCfoSidePanel=e.AiCfoSidePanel;exports.AiCfoSkillsBrowser=e.AiCfoSkillsBrowser;exports.AiFinanceTeamReadyPage=e.AiFinanceTeamReadyPage;exports.AllowBlockChipPicker=e.AllowBlockChipPicker;exports.AnalyticsOnLoad=e.AnalyticsOnLoad;exports.ApAgingDetailPage=e.ApAgingDetailPage;exports.AppBasePage=e.AppBasePage;exports.AppDrawerContent=e.AppDrawerContent;exports.AppDrawerHeightMobile=e.AppDrawerHeightMobile;exports.ApprovalRulesSettingsPage=e.ApprovalRulesSettingsPage;exports.ArAgingDetailPage=e.ArAgingDetailPage;exports.AskAiCfoNavButton=e.AskAiCfoNavButton;exports.AskAiCfoNavButtonWhenEnabled=e.AskAiCfoNavButtonWhenEnabled;exports.AttachmentView=e.AttachmentView;exports.AutoTransferRulePage=e.AutoTransferRulePage;exports.BackNavigationProvider=e.BackNavigationProvider;exports.BankConnectionsSettingsPage=e.BankConnectionsSettingsPage;exports.BillDetailPage=e.BillDetailPage;exports.BillDetailPageSkeleton=e.BillDetailPageSkeleton;exports.BillPayApprovalRuleDetailPage=e.BillPayApprovalRuleDetailPage;exports.BillPayApprovalRuleDetailPageV1=e.BillPayApprovalRuleDetailPage$1;exports.BillPayApprovalRulesPage=e.BillPayApprovalRulesPage;exports.BillPayApprovalRulesPageV1=e.BillPayApprovalRulesPage$1;exports.BillPayPromoPage=e.BillPayPromoPage;exports.BillPaySetUpLoading=e.SpendManagementSetUpLoading;exports.BillPaySetUpPage=e.BillPaySetUpPage;exports.BillingSettingsPage=e.BillingSettingsPage;exports.BillsBulkReviewDrawerPage=e.BillsBulkReviewDrawerPage;exports.BusinessVerificationPage=e.BusinessVerificationPage;exports.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT=e.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT;exports.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION=e.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION;exports.COMMAND_CENTER_SUBMENU_TYPES=e.COMMAND_CENTER_SUBMENU_TYPES;exports.COMMENT_NOTIFICATION_KINDS=e.COMMENT_NOTIFICATION_KINDS;exports.CapitalizationOnboardingPopup=e.CapitalizationOnboardingPopup;exports.CapitalizationSettingsSection=e.CapitalizationSettingsSection;exports.CardPolicyCreatePage=e.CardPolicyCreatePage;exports.CardPolicyEditPage=e.CardPolicyEditPage;exports.CardPolicyFormPageSkeleton=e.CardPolicyFormPageSkeleton;exports.CardPolicyFormSections=e.CardPolicyFormSections;exports.CardPolicyListPage=e.CardPolicyListPage;exports.CardPolicyListPageSkeleton=e.CardPolicyListPageSkeleton;exports.CardPolicyListRow=e.CardPolicyListRow;exports.CardPolicyListSkeletonRow=e.CardPolicyListSkeletonRow;exports.CardPolicyManualEmptyState=e.CardPolicyManualEmptyState;exports.CardsAiCfoHero=e.CardsAiCfoHero;exports.CardsShutdownBanner=e.CardsShutdownBanner;exports.CashbackDetailLoading=e.CashbackDetailLoading;exports.CashbackDetailPage=e.CashbackDetailPage;exports.ChargeCardCVVActivate=e.ChargeCardCVVActivate;exports.ChargeCardDetailLoading=e.ChargeCardDetailLoading;exports.ChargeCardDetailPage=e.ChargeCardDetailPage;exports.ChargeCardListLoading=e.ChargeCardListLoading;exports.ChargeCardListPage=e.ChargeCardListPage;exports.ChargeCardListSkeletonRow=e.ChargeCardListSkeletonRow;exports.ChargeCardPaymentHistoryPage=e.ChargeCardPaymentHistoryPage;exports.ChargeCardPromoPage=e.ChargeCardPromoPage;exports.ChargeCardPromoPageSkeleton=e.ChargeCardPromoPageSkeleton;exports.ChargeCardSetUpPage=e.ChargeCardSetUpPage;exports.ChargeCardSetupLoading=e.SpendManagementSetUpLoading;exports.ChargeCardStatementsLoading=e.ChargeCardStatementsLoading;exports.ChargeCardStatementsPage=e.ChargeCardStatementsPage;exports.ChargeCardUserOnboardingPromoPage=e.ChargeCardUserOnboardingPromoPage;exports.ChargeCardUserOnboardingPromoPageSkeleton=e.ChargeCardUserOnboardingPromoPageSkeleton;exports.CheckDepositDrawerPage=e.CheckDepositDrawerPage;exports.ClickableRow=e.ClickableRow;exports.CollaborationGlobalStyles=e.CollaborationGlobalStyles;exports.CollaborationProvider=e.CollaborationProvider;exports.CollaborationRoomProvider=e.CollaborationRoomProvider;exports.Colors=e.Colors;exports.CommentsAndNotesCount=e.CommentsAndNotesCount;exports.CommentsDrawerProvider=e.CommentsDrawerProvider;exports.CompanyOfficerOnboardingDetailsSection=e.CompanyOfficerOnboardingDetailsSection;exports.CompanyOnboardingDetailsSection=e.CompanyOnboardingDetailsSection;exports.CompanyPassportCard=e.CompanyPassportCard;exports.CompanyPassportPage=e.CompanyPassportPage;exports.CompleteProfile=e.CompleteProfile;exports.ConfettiBurst=e.ConfettiBurst;exports.ConfirmationPopup=e.ConfirmationPopup;exports.ConnectDataSourcesPage=e.ConnectDataSourcesPage;exports.CreateOrEditVendorPage=e.CreateOrEditVendorPage;exports.CreateOrEditVendorPageSkeleton=e.CreateOrEditVendorPageSkeleton;exports.CreatedEntitiesAnswer=e.CreatedEntitiesAnswer;exports.CreatingEntitiesAnswerLoading=e.CreatingEntitiesAnswerLoading;exports.CreditCardPaymentDrawerPage=e.CreditCardPaymentDrawerPage;exports.CustomerOnboardingContainerPage=e.CustomerOnboardingContainerPage;exports.CustomerOnboardingNoStepsPage=e.CustomerOnboardingNoStepsPage;exports.CustomerOnboardingPage=e.CustomerOnboardingPage;exports.CustomerOnboardingProductSuitePage=e.CustomerOnboardingProductSuitePage;exports.Dashboard=e.Dashboard;exports.DashboardReportPage=e.DashboardReportPage;exports.DashboardSidebarLogoAnimation=e.DashboardSidebarLogoAnimation;exports.DataListTable=e.DataListTable;exports.DataListTableHeader=e.DataListTableHeader;exports.DataListTableRow=e.DataListTableRow;exports.DataListTableSortIndicator=e.DataListTableSortIndicator;exports.DebitCardSetPin=e.DebitCardSetPin;exports.DropdownPortalContext=e.DropdownPortalContext;exports.EditPeoplePage=e.EditPeoplePage;exports.EditReimbursementDetailPage=e.EditReimbursementDetailPage;exports.EditableBillDetailPage=e.EditableBillDetailPage;exports.EntityDetailPage=e.EntityDetailPage;exports.ErrorBoundaryWrapper=e.ErrorBoundaryWrapper;exports.ExcludedAccountReconDetailsDrawerPage=e.ExcludedAccountReconDetailsDrawerPage;exports.ExpenseAutomationOverviewPage=e.ExpenseAutomationOverviewPage;exports.ExpenseAutomationOverviewPageSkeleton=e.ExpenseAutomationOverviewPageSkeleton;exports.ExpenseAutomationPage=e.ExpenseAutomationPage;exports.ExpressPayPage=e.ExpressPayPage;exports.FeatureDynamicConfigNames=e.DynamicConfigNames;exports.FeatureGatesNames=e.FeatureGatesNames;exports.FeaturePreviewPage=e.FeaturePreviewPage;exports.FeatureProvider=e.FeatureProvider;exports.FieldHelpIcon=e.FieldHelpIcon;exports.FieldHelpProvider=e.FieldHelpProvider;exports.FirstReviewVendorDetailPage=e.FirstReviewVendorDetailPage;exports.FontWeight=e.FontWeight;exports.GlobalInfoProvider=e.GlobalInfoProvider;exports.GlobalReviewListPage=e.GlobalReviewListPage;exports.INVOICING_SETTINGS_NAV_SECTIONS=e.INVOICING_SETTINGS_NAV_SECTIONS;exports.INVOICING_SETTINGS_TABS=e.INVOICING_SETTINGS_TABS;exports.InformationCardStack=e.InformationCardStack;exports.InitialCollaborationProvider=e.InitialCollaborationProvider;exports.InsightsCardStack=e.InsightCardStack;exports.IntegrationCardView=e.IntegrationCardView;exports.IntegrationsCardGrid=e.IntegrationsCardGrid;exports.IntegrationsSection=e.IntegrationsSection;exports.IntegrationsSettingsPage=e.IntegrationsSettingsPage;exports.InternationalWireVerificationPage=e.InternationalWireVerificationPage;exports.InviteFormPage=e.InviteFormPage;exports.InvitePageListView=e.InvitePageListView;exports.InvitePeoplePage=e.InvitePeoplePage;exports.InvoiceUploadSection=e.InvoiceUploadSection;exports.InvoiceUploadSectionSkeleton=e.InvoiceUploadSectionSkeleton;exports.InvoicingAddPaymentMethodDialog=e.InvoicingAddPaymentMethodDialog;exports.InvoicingAuditLogPage=e.InvoicingAuditLogPage;exports.InvoicingBrandingSettingsPage=e.InvoicingBrandingSettingsPage;exports.InvoicingCatalogItemDetailPage=e.InvoicingCatalogItemDetailPage;exports.InvoicingCatalogItemFormPage=e.InvoicingCatalogItemFormPage;exports.InvoicingCatalogPage=e.InvoicingCatalogPage;exports.InvoicingCouponFormPage=e.InvoicingCouponFormPage;exports.InvoicingCreateInvoicePage=e.InvoicingCreateInvoicePage;exports.InvoicingCreateInvoiceSkeleton=e.InvoicingCreateInvoiceSkeleton;exports.InvoicingCreatePromotionalCreditsDialog=e.InvoicingCreatePromotionalCreditsDialog;exports.InvoicingCreditDetailPage=e.InvoicingCreditDetailPage;exports.InvoicingCreditListPage=e.InvoicingCreditListPage;exports.InvoicingCustomerDetailPage=e.InvoicingCustomerDetailPage;exports.InvoicingCustomerFormPage=e.InvoicingCustomerFormPage;exports.InvoicingCustomerListPage=e.InvoicingCustomerListPage;exports.InvoicingDashboardSkeleton=e.InvoicingDashboardSkeleton;exports.InvoicingDataImportDetailPage=e.InvoicingDataImportDetailPage;exports.InvoicingDataImportHubPage=e.InvoicingDataImportHubPage;exports.InvoicingDataImportMigratePage=e.InvoicingDataImportMigratePage;exports.InvoicingDetailScaffold=e.InvoicingDetailScaffold;exports.InvoicingDiscountDetailPage=e.InvoicingDiscountDetailPage;exports.InvoicingDiscountListPage=e.InvoicingDiscountListPage;exports.InvoicingDunningDetailPage=e.InvoicingDunningDetailPage;exports.InvoicingDunningEmailComposerDialog=e.InvoicingDunningEmailComposerDialog;exports.InvoicingDunningListPage=e.InvoicingDunningListPage;exports.InvoicingDunningSettingsPage=e.InvoicingDunningSettingsPage;exports.InvoicingEmptyState=e.InvoicingEmptyState;exports.InvoicingIntegrationsSettingsPage=e.InvoicingIntegrationsSettingsPage;exports.InvoicingInvoiceDetailPage=e.InvoicingInvoiceDetailPage;exports.InvoicingInvoiceListPage=e.InvoicingInvoiceListPage;exports.InvoicingIssueCreditNotePage=e.InvoicingIssueCreditNotePage;exports.InvoicingOverviewPage=e.InvoicingOverviewPage;exports.InvoicingPaymentDestinationSettingsPage=e.InvoicingPaymentDestinationSettingsPage;exports.InvoicingPaymentLinkPage=e.InvoicingPaymentLinkPage;exports.InvoicingPaymentListPage=e.InvoicingPaymentListPage;exports.InvoicingPromoPage=e.InvoicingPromoPage;exports.InvoicingQBOSettingsPage=e.InvoicingQBOSettingsPage;exports.InvoicingRecordPaymentPage=e.InvoicingRecordPaymentPage;exports.InvoicingSettingsHubPage=e.InvoicingSettingsHubPage;exports.InvoicingSettingsPage=e.InvoicingSettingsHubPage;exports.InvoicingSubscriptionDetailPage=e.InvoicingSubscriptionDetailPage;exports.InvoicingSubscriptionFormPage=e.InvoicingSubscriptionFormPage;exports.InvoicingSubscriptionListPage=e.InvoicingSubscriptionListPage;exports.InvoicingTransactionDetailPage=e.InvoicingTransactionDetailPage;exports.InvoicingVoidInvoiceDialog=e.InvoicingVoidInvoiceDialog;exports.IssueChargeCardPage=e.IssueChargeCardPage;exports.IssueChargeCardPageSkeleton=e.IssueChargeCardPageSkeleton;exports.LinkBillExpensePage=e.LinkBillExpensePage;exports.LinkJETransactionPage=e.LinkJETransactionPage;exports.Loader=e.Loader;exports.LogoutButton=e.LogoutButton;exports.MCC_CHIP_ID_PREFIX=e.MCC_CHIP_ID_PREFIX;exports.MagicLinkDomesticWireDetailsPage=e.MagicLinkDomesticWireDetailsPage;exports.MagicLinkInternationalWireDetailsPage=e.MagicLinkInternationalWireDetailsPage;exports.MagicLinkSuccessPage=e.MagicLinkSuccessPage;exports.MagicLinkVendorACHDetailsPage=e.MagicLinkVendorACHDetailsPage;exports.Modal=e.Modal;exports.MonthEndEmailDrawerCustomerRequestPage=e.MonthEndEmailDrawerCustomerRequestPage;exports.MyBankConnectionsSettingsPage=e.MyBankConnectionsSettingsPage;exports.MyPendingActivationChargeCardListPage=e.MyPendingActivationChargeCardListPage;exports.MyProfileSettingsPage=e.MyProfileSettingsPage;exports.NavBar=e.NavBar;exports.NavBarRightRowStyled=e.NavBarRightRowStyled;exports.NewGlobalMerchantPage=e.NewGlobalMerchantPage;exports.NewUpdateAvailablePage=e.NewUpdateAvailablePage;exports.NotFoundPage=e.NotFoundPage;exports.NotificationIcon=e.SvgNotification;exports.NotificationSettingsPage=e.NotificationSettingsPage;exports.NotificationsPage=e.NotificationsPage;exports.OAuthConsentPage=e.OAuthConsentPage;exports.OnboardingInitialLoader=e.OnboardingInitialLoader;exports.OnboardingSidebar=e.OnboardingSidebar;exports.OnboardingStepFrame=e.OnboardingStepFrame;exports.OpExByVendorPage=e.OpExByVendorPage;exports.OverlayContainerPage=e.OverlayContainerPage;exports.PandLWithForecastPage=e.PandLWithForecastPage;exports.PanelInternalContext=e.PanelInternalContext;exports.PaymentAccountSetupBillingAddressSection=e.PaymentAccountSetupBillingAddressSection;exports.PeoplePage=e.PeoplePage;exports.Picker=e.Picker;exports.PolicyLimitsRowList=e.PolicyLimitsRowList;exports.PolicyModeSelector=e.PolicyModeSelector;exports.PortfolioAllocationFormPage=e.PortfolioAllocationFormPage;exports.QBOConnectionDialog=e.QBOConnectionDialog;exports.QBOSetupSectionWithForm=e.QBOSetupSectionWithForm;exports.QuickResponsesPage=e.QuickResponsesPage;exports.QuickViewModeContext=e.QuickViewModeContext;exports.RIGHT_SIDE_PANEL_WIDTH_PX=e.RIGHT_SIDE_PANEL_WIDTH_PX;exports.ReferralDrawerPage=e.DrawerPage;exports.ReimbursementApprovalRuleDetailPage=e.ReimbursementApprovalRuleDetailPage;exports.ReimbursementApprovalRuleDetailPageV1=e.ReimbursementApprovalRuleDetailPage$1;exports.ReimbursementApprovalRulesPage=e.ReimbursementApprovalRulesPage;exports.ReimbursementApprovalRulesPageV1=e.ReimbursementApprovalRulesPage$1;exports.ReimbursementDetailPage=e.ReimbursementDetailPage;exports.ReimbursementDetailPageSkeleton=e.ReimbursementDetailPageSkeleton;exports.ReimbursementPromoPage=e.ReimbursementPromoPage;exports.ReimbursementSetUpLoading=e.SpendManagementSetUpLoading;exports.ReimbursementSetUpPage=e.RemiSetupPage;exports.RemisBulkReviewDrawerPage=e.ReimbursementsBulkReviewDrawerPage;exports.ReportsPage=e.ReportsPage;exports.ResponsiveSized=e.ResponsiveSized;exports.ReviewBillDetailsPage=e.ReviewBillDetailsPage;exports.ReviewConfirmTransferPanel=e.ReviewConfirmTransferPanel;exports.ReviewDetailsPageSkeleton=e.ReviewDetailsPageSkeleton;exports.ScheduleDetailSkeleton=e.ScheduleDetailSkeleton;exports.ScheduleDetailsAccruedExpensesPage=e.ScheduleDetailsAccruedExpensesPage;exports.ScheduleDetailsFixedAssetsPage=e.ScheduleDetailsFixedAssetsPage;exports.ScheduleDetailsPage=e.ScheduleDetailsPage;exports.SchedulePanelInternalContext=e.SchedulePanelInternalContext;exports.SearchableCheckboxCardList=e.SearchableCheckboxCardList;exports.SessionTimeoutPopup=e.SessionTimeoutPopup;exports.SidePanelContext=e.SidePanelContext;exports.SidePanelProvider=e.SidePanelProvider;exports.SignIn=e.SignIn;exports.SomethingWrongPage=e.SomethingWrongPage;exports.Space=e.Space;exports.SpendManagementListLoading=e.SpendManagementListLoading;exports.SpendManagementListViewPage=e.SpendManagementListViewPage;exports.StatementParseInfo=e.StatementParseInfoEntry;exports.StatementProcessingPage=e.StatementProcessingPage;exports.StatementsPage=e.StatementsPage;exports.StyledCapsule=e.StyledCapsule;exports.SubscriptionDetailPage=e.SubscriptionDetailPage;exports.SubscriptionSummaryPage=e.SubscriptionSummaryPage;exports.SyntheticAiCfoAnswerView=e.SyntheticAiCfoAnswerView;exports.THREAD_RESOLVED_NOTIFICATION_KIND=e.THREAD_RESOLVED_NOTIFICATION_KIND;exports.THREAD_UNRESOLVED_NOTIFICATION_KIND=e.THREAD_UNRESOLVED_NOTIFICATION_KIND;exports.TaskDetailPage=e.TaskDetailPage;exports.TaskManagementPage=e.TaskManagementPage;exports.TenantsDropDown=e.TenantsDropDown;exports.TextStyle=e.TextStyle;exports.ToolkitProvider=e.ToolkitProvider;exports.TopExDetailPage=e.TopExDetailPage;exports.TransactionActivityLogPage=e.TransactionActivityLogPage;exports.TransactionActivityLogPanel=e.TransactionActivityLogPanel;exports.TransactionDetailPage=e.TransactionDetailPage;exports.TransactionDetailSkeleton=e.TransactionDetailSkeleton;exports.TransactionListBig=e.TransactionListBig;exports.TransactionListComments=e.TransactionListComments;exports.TransactionListPage=e.TransactionListPage;exports.TransactionPanelInternalContext=e.TransactionPanelInternalContext;exports.TransactionSidePanelLayout=e.TransactionSidePanelLayout;exports.TransactionVendorDetailPage=e.TransactionVendorDetailPage;exports.TransferDrawerPage=e.TransferDrawerPage;exports.TreasuryOverviewPage=e.TreasuryOverviewPage;exports.TreasuryPromoPage=e.TreasuryPromoPage;exports.TreasurySetUpPage=e.TreasurySetUpPage;exports.TreasuryStatementsPage=e.TreasuryStatementsPage;exports.TreasuryTaxLetterPage=e.TreasuryTaxLetterPage;exports.TreasuryTransferOrReviewPage=e.TreasuryTransferOrReviewPage;exports.TrendChart=e.TrendChart;exports.UncategorizedAccountsMappingPage=e.UncategorizedAccountsMappingPage;exports.UnitIntegrationPage=e.UnitIntegrationPage;exports.VENDOR_CHIP_ID_PREFIX=e.VENDOR_CHIP_ID_PREFIX;exports.Vendor2FAPopup=e.Vendor2FAPopup;exports.VendorACHDetailsPage=e.VendorACHDetailsPage;exports.VendorAccruedSchedulesPage=e.VendorAccruedSchedulesPage;exports.VendorDetailPage=e.VendorDetailPage;exports.VendorDomesticWireDetailsPage=e.VendorDomesticWireDetailsPage;exports.VendorFiling1099DetailsEditablePage=e.VendorFiling1099DetailsEditablePage;exports.VendorFiling1099EditableFormSkeleton=e.VendorFiling1099EditableFormSkeleton;exports.VendorFiling1099ListPage=e.VendorFiling1099ListPage;exports.VendorFirstReviewPage=e.VendorFirstReviewPage;exports.VendorInternationalSwiftBasedDetailsPage=e.VendorInternationalSwiftBasedDetailsPage;exports.VendorInternationalWireDetailsPage=e.VendorInternationalWireDetailsPage;exports.VendorListPage=e.VendorListPage;exports.VendorSchedulesPage=e.VendorSchedulesPage;exports.VerificationFrame=e.VerificationFrame;exports.VerifyDevice=e.VerifyDevice;exports.VerifyUnlockFinancialStackPage=e.VerifyUnlockFinancialStackPage;exports.WebV2MicroService=e.WebV2MicroService;exports.WebV2MicroServiceProvider=e.WebV2MicroServiceProvider;exports.WelcomeAnimation=e.WelcomeAnimation;exports.WindowSizeProvider=e.WindowSizeProvider;exports.ZeniAccountDetailLoading=e.ZeniAccountDetailLoading;exports.ZeniAccountDetailNavBarTitleShimmer=e.ZeniAccountDetailNavBarTitleShimmer;exports.ZeniAccountDetailPage=e.ZeniAccountDetailPage;exports.ZeniAccountListLoading=e.ZeniAccountListLoading;exports.ZeniAccountListViewPage=e.ZeniAccountListViewPage;exports.ZeniAccountPromoPage=e.ZeniAccountPromoPage;exports.ZeniAccountSetUpPage=e.ZeniAccountSetUpPage;exports.ZeniText=e.ZeniText;exports.ZeniThemeProvider=e.ZeniThemeProvider;exports.alignToJustify=e.alignToJustify;exports.amountToString=e.amountToString;exports.amountValueToString=e.amountValueToString;exports.appLocale=e.appLocale;exports.applyExtractedPolicyRulesToFormValues=e.applyExtractedPolicyRulesToFormValues;exports.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm=e.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm;exports.buildCardPolicyFormValuesFromRequest=e.buildCardPolicyFormValuesFromRequest;exports.buildCreateCardPolicyTemplateRequest=e.buildCreateCardPolicyTemplateRequest;exports.buildCreateCardPolicyTemplateRequestFromInteractiveForm=e.buildCreateCardPolicyTemplateRequestFromInteractiveForm;exports.buildMccCategoryChipId=e.buildMccCategoryChipId;exports.buildStickyKeySet=e.buildStickyKeySet;exports.buildVendorChipId=e.buildVendorChipId;exports.buildVoidInvoiceSubmitBody=e.buildVoidInvoiceSubmitBody;exports.cellVerticalAlignToFlexAlign=e.cellVerticalAlignToFlexAlign;exports.clearAutoLogoutContext=e.clearAutoLogoutContext;exports.clickableRowStyles=e.clickableRowStyles;exports.computeStatementProcessingStepsFromElapsedTime=e.computeStatementProcessingStepsFromElapsedTime;exports.computeStickyLeftOffsets=e.computeStickyLeftOffsets;exports.darkColors=e.darkColors;exports.darkTheme=e.darkTheme;exports.dashboardCardDimension=e.designDimension;exports.defaultCardPolicyFormValues=e.defaultCardPolicyFormValues;exports.formatReconAccountDisplayName=e.formatReconAccountDisplayName;exports.getAlpha2=e.getAlpha2;exports.getAlpha3=e.getAlpha3;exports.getColorForALabel=e.getColorForALabel;exports.getCountries=e.getCountries;exports.getCustomerDataFromAutoComplete=e.getCustomerDataFromAutoComplete;exports.getFullName=e.getFullName;exports.getInitialOpenThreadRequestFromSearch=e.getInitialOpenThreadRequestFromSearch;exports.getRecipientTotalAmount=e.getRecipientTotalAmount;exports.getReconAccountDisplayName=e.getReconAccountDisplayName;exports.getShowNegativeAmountInParenthesisDefaultValue=e.getShowNegativeAmountInParenthesisDefaultValue;exports.getShowNegativeAmountInParenthesisForPercentDefaultValue=e.getShowNegativeAmountInParenthesisForPercentDefaultValue;exports.getStableTransactionId=e.getStableTransactionId;exports.getStatementParseTransactionCount=e.getStatementParseTransactionCount;exports.invoicingMenuList=e.invoicingMenuList;exports.isBackdatedInvoiceDate=e.isBackdatedInvoiceDate;exports.isCloseManagementMenu=e.isCloseManagementMenu;exports.isClosedCardStatus=e.isClosedCardStatus;exports.isCollaborationEntityType=e.isCollaborationEntityType;exports.isCommentNotificationKind=e.isCommentNotificationKind;exports.isMobileOrTabletView=e.isMobileOrTabletView;exports.isMobilePhoneScreen=e.isMobilePhoneScreen;exports.lightColors=e.lightColors;exports.lightTheme=e.lightTheme;exports.menuList=e.menuList;exports.mergeColumnDeclarativeWithRenderers=e.mergeColumnDeclarativeWithRenderers;exports.mergeLayoutDefaults=e.mergeLayoutDefaults;exports.percentValueToString=e.percentValueToString;exports.resolveBackgroundStatementProcessingCompletedSteps=e.resolveBackgroundStatementProcessingCompletedSteps;exports.resolveColumnWidth=e.resolveColumnWidth;exports.roundAmountIfNeeded=e.roundAmountIfNeeded;exports.roundOffNumberToTwoDecimal=e.roundOffNumberToTwoDecimal;exports.setAutoLogoutContext=e.setAutoLogoutContext;exports.setShowNegativeAmountInParenthesisDefaultValue=e.setShowNegativeAmountInParenthesisDefaultValue;exports.setShowNegativeAmountInParenthesisForPercentDefaultValue=e.setShowNegativeAmountInParenthesisForPercentDefaultValue;exports.settingMenuList=e.settingMenuList;exports.shouldDefaultAdjustmentCreditNote=e.shouldDefaultAdjustmentCreditNote;exports.sp=e.sp;exports.textAlignForCell=e.textAlignForCell;exports.textStyles=e.textStyles;exports.toGroupedAccountingClassOptions=e.toGroupedAccountingClassOptions;exports.toGroupedQboAccountOptions=e.toGroupedQboAccountOptions;exports.toInstitutionLogoDataUri=e.toInstitutionLogoDataUri;exports.toInvoicingMenuOptionType=e.toInvoicingMenuOptionType;exports.toInvoicingMenuOptionTypeStrict=e.toInvoicingMenuOptionTypeStrict;exports.toMccCategoryChipFieldValue=e.toMccCategoryChipFieldValue;exports.toMenuOptionType=e.toMenuOptionType;exports.toSettingsMenuOptionTypeStrict=e.toSettingsMenuOptionTypeStrict;exports.toSupportedLocaleStrict=e.toSupportedLocaleStrict;exports.toVendorChipFieldValue=e.toVendorChipFieldValue;exports.trackTreasuryTransferAnalytics=e.trackTreasuryTransferAnalytics;exports.uploadAttachmentReceipts=e.uploadAttachmentReceipts;exports.useApprovalRulesV3Config=e.useApprovalRulesV3Config;exports.useBackNavigation=e.useBackNavigation;exports.useCollaborationInfoContext=e.useCollaborationInfoContext;exports.useCommentsDrawer=e.useCommentsDrawer;exports.useDropdownPortal=e.useDropdownPortal;exports.useExpenseAutomationEnabledForUser=e.useExpenseAutomationEnabledForUser;exports.useFieldHelp=e.useFieldHelp;exports.useGlobalInfoContext=e.useGlobalInfoContext;exports.useLockBodyScroll=e.useLockBodyScroll;exports.usePanelInternal=e.usePanelInternal;exports.usePrevious=e.usePrevious;exports.useQuickViewMode=e.useQuickViewMode;exports.useRegisterBackHandler=e.useRegisterBackHandler;exports.useRequestCloseAllCommentDrawers=e.useRequestCloseAllCommentDrawers;exports.useSchedulePanelInternal=e.useSchedulePanelInternal;exports.useSessionAutoLogoutConfig=e.useSessionAutoLogoutConfig;exports.useSidePanelContext=e.useSidePanelContext;exports.useToolkitContext=e.useToolkitContext;exports.useTransactionPanelInternal=e.useTransactionPanelInternal;exports.useWindowSizeContext=e.useWindowSizeContext;exports.useZeniCardsVisibilityConfig=e.useZeniCardsVisibilityConfig;exports.useZeniFeatureContext=e.useZeniFeatureContext;exports.useZeniThemeContext=e.useZeniThemeContext;exports.waitFor=e.waitFor;exports.useZeniTheme=a.useTheme;exports.zeniStyled=a.styled;Object.defineProperty(exports,"buildInvoicingEntityPath",{enumerable:!0,get:()=>i.buildInvoicingEntityPath});Object.defineProperty(exports,"isInvoicingEntityLinkable",{enumerable:!0,get:()=>i.isInvoicingEntityLinkable});exports.zeniEmotionStyled=t;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./SessionTimeoutPopup-B6IhYc5j.cjs"),a=require("./vendor-.pnpm-BGlYY3q9.cjs"),i=require("@zeniai/client-epic-state"),t=require("@emotion/styled");exports.AIAgentsActivatingPage=e.AIAgentsActivatingPage;exports.AIIconButton=e.AIIconButton;exports.AIPerformancePage=e.AIPerformancePage;exports.ALL_AI_CFO_MENU_OPTIONS=e.ALL_AI_CFO_MENU_OPTIONS;exports.ALL_INVOICING_MENU_GROUPS=e.ALL_INVOICING_MENU_GROUPS;exports.ALL_INVOICING_MENU_OPTIONS=e.ALL_INVOICING_MENU_OPTIONS;exports.ALL_SETTINGS_MENU_OPTIONS=e.ALL_SETTINGS_MENU_OPTIONS;exports.APP_DRAWER_CONTENT_WIDTH_PX=e.APP_DRAWER_CONTENT_WIDTH_PX;exports.AccountInfoPage=e.AccountInfoPage;exports.AccountLockedInfoModal=e.AccountLockedInfoModal;exports.AccountReconDetailsDrawerPage=e.AccountReconDetailsDrawerPage;exports.AccountReconDetailsDrawerPageV2=e.AccountReconDetailsDrawerPage$1;exports.ActivityIndicator=e.ActivityIndicator;exports.AddAddressForCardDrawer=e.AddAddressForCardDrawer;exports.AddToWalletPage=e.AddToWalletPage;exports.AddressFormPage=e.AddressFormPage;exports.AgingReportsPage=e.AgingReportsPage;exports.AiCfoChatHeader=e.AiCfoChatHeader;exports.AiCfoMenuContent=e.AiCfoMenuContent;exports.AiCfoOnboardingPage=e.AiCfoOnboardingPage;exports.AiCfoPage=e.AiCfoPage;exports.AiCfoScopeModal=e.AiCfoScopeModal;exports.AiCfoScopeModalScrollBody=e.AiCfoScopeModalScrollBody;exports.AiCfoSidePanel=e.AiCfoSidePanel;exports.AiCfoSkillsBrowser=e.AiCfoSkillsBrowser;exports.AiFinanceTeamReadyPage=e.AiFinanceTeamReadyPage;exports.AllowBlockChipPicker=e.AllowBlockChipPicker;exports.AnalyticsOnLoad=e.AnalyticsOnLoad;exports.ApAgingDetailPage=e.ApAgingDetailPage;exports.AppBasePage=e.AppBasePage;exports.AppDrawerContent=e.AppDrawerContent;exports.AppDrawerHeightMobile=e.AppDrawerHeightMobile;exports.ApprovalRulesSettingsPage=e.ApprovalRulesSettingsPage;exports.ArAgingDetailPage=e.ArAgingDetailPage;exports.AskAiCfoNavButton=e.AskAiCfoNavButton;exports.AskAiCfoNavButtonWhenEnabled=e.AskAiCfoNavButtonWhenEnabled;exports.AttachmentView=e.AttachmentView;exports.AutoTransferRulePage=e.AutoTransferRulePage;exports.BackNavigationProvider=e.BackNavigationProvider;exports.BankConnectionsSettingsPage=e.BankConnectionsSettingsPage;exports.BillDetailPage=e.BillDetailPage;exports.BillDetailPageSkeleton=e.BillDetailPageSkeleton;exports.BillPayApprovalRuleDetailPage=e.BillPayApprovalRuleDetailPage;exports.BillPayApprovalRuleDetailPageV1=e.BillPayApprovalRuleDetailPage$1;exports.BillPayApprovalRulesPage=e.BillPayApprovalRulesPage;exports.BillPayApprovalRulesPageV1=e.BillPayApprovalRulesPage$1;exports.BillPayPromoPage=e.BillPayPromoPage;exports.BillPaySetUpLoading=e.SpendManagementSetUpLoading;exports.BillPaySetUpPage=e.BillPaySetUpPage;exports.BillingSettingsPage=e.BillingSettingsPage;exports.BillsBulkReviewDrawerPage=e.BillsBulkReviewDrawerPage;exports.BusinessVerificationPage=e.BusinessVerificationPage;exports.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT=e.CARD_POLICY_LIMIT_ROW_ID_REQUIRE_RECEIPT;exports.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION=e.CARD_POLICY_LIMIT_ROW_ID_TRANSACTION;exports.COMMAND_CENTER_SUBMENU_TYPES=e.COMMAND_CENTER_SUBMENU_TYPES;exports.COMMENT_NOTIFICATION_KINDS=e.COMMENT_NOTIFICATION_KINDS;exports.CapitalizationOnboardingPopup=e.CapitalizationOnboardingPopup;exports.CapitalizationSettingsSection=e.CapitalizationSettingsSection;exports.CardPolicyCreatePage=e.CardPolicyCreatePage;exports.CardPolicyEditPage=e.CardPolicyEditPage;exports.CardPolicyFormPageSkeleton=e.CardPolicyFormPageSkeleton;exports.CardPolicyFormSections=e.CardPolicyFormSections;exports.CardPolicyListPage=e.CardPolicyListPage;exports.CardPolicyListPageSkeleton=e.CardPolicyListPageSkeleton;exports.CardPolicyListRow=e.CardPolicyListRow;exports.CardPolicyListSkeletonRow=e.CardPolicyListSkeletonRow;exports.CardPolicyManualEmptyState=e.CardPolicyManualEmptyState;exports.CardsAiCfoHero=e.CardsAiCfoHero;exports.CardsShutdownBanner=e.CardsShutdownBanner;exports.CashbackDetailLoading=e.CashbackDetailLoading;exports.CashbackDetailPage=e.CashbackDetailPage;exports.ChargeCardCVVActivate=e.ChargeCardCVVActivate;exports.ChargeCardDetailLoading=e.ChargeCardDetailLoading;exports.ChargeCardDetailPage=e.ChargeCardDetailPage;exports.ChargeCardListLoading=e.ChargeCardListLoading;exports.ChargeCardListPage=e.ChargeCardListPage;exports.ChargeCardListSkeletonRow=e.ChargeCardListSkeletonRow;exports.ChargeCardPaymentHistoryPage=e.ChargeCardPaymentHistoryPage;exports.ChargeCardPromoPage=e.ChargeCardPromoPage;exports.ChargeCardPromoPageSkeleton=e.ChargeCardPromoPageSkeleton;exports.ChargeCardSetUpPage=e.ChargeCardSetUpPage;exports.ChargeCardSetupLoading=e.SpendManagementSetUpLoading;exports.ChargeCardStatementsLoading=e.ChargeCardStatementsLoading;exports.ChargeCardStatementsPage=e.ChargeCardStatementsPage;exports.ChargeCardUserOnboardingPromoPage=e.ChargeCardUserOnboardingPromoPage;exports.ChargeCardUserOnboardingPromoPageSkeleton=e.ChargeCardUserOnboardingPromoPageSkeleton;exports.CheckDepositDrawerPage=e.CheckDepositDrawerPage;exports.ClickableRow=e.ClickableRow;exports.CollaborationGlobalStyles=e.CollaborationGlobalStyles;exports.CollaborationProvider=e.CollaborationProvider;exports.CollaborationRoomProvider=e.CollaborationRoomProvider;exports.Colors=e.Colors;exports.CommentsAndNotesCount=e.CommentsAndNotesCount;exports.CommentsDrawerProvider=e.CommentsDrawerProvider;exports.CompanyOfficerOnboardingDetailsSection=e.CompanyOfficerOnboardingDetailsSection;exports.CompanyOnboardingDetailsSection=e.CompanyOnboardingDetailsSection;exports.CompanyPassportCard=e.CompanyPassportCard;exports.CompanyPassportPage=e.CompanyPassportPage;exports.CompleteProfile=e.CompleteProfile;exports.ConfettiBurst=e.ConfettiBurst;exports.ConfirmationPopup=e.ConfirmationPopup;exports.ConnectDataSourcesPage=e.ConnectDataSourcesPage;exports.CreateOrEditVendorPage=e.CreateOrEditVendorPage;exports.CreateOrEditVendorPageSkeleton=e.CreateOrEditVendorPageSkeleton;exports.CreatedEntitiesAnswer=e.CreatedEntitiesAnswer;exports.CreatingEntitiesAnswerLoading=e.CreatingEntitiesAnswerLoading;exports.CreditCardPaymentDrawerPage=e.CreditCardPaymentDrawerPage;exports.CustomerOnboardingContainerPage=e.CustomerOnboardingContainerPage;exports.CustomerOnboardingNoStepsPage=e.CustomerOnboardingNoStepsPage;exports.CustomerOnboardingPage=e.CustomerOnboardingPage;exports.CustomerOnboardingProductSuitePage=e.CustomerOnboardingProductSuitePage;exports.Dashboard=e.Dashboard;exports.DashboardReportPage=e.DashboardReportPage;exports.DashboardSidebarLogoAnimation=e.DashboardSidebarLogoAnimation;exports.DataListTable=e.DataListTable;exports.DataListTableHeader=e.DataListTableHeader;exports.DataListTableRow=e.DataListTableRow;exports.DataListTableSortIndicator=e.DataListTableSortIndicator;exports.DebitCardSetPin=e.DebitCardSetPin;exports.DropdownPortalContext=e.DropdownPortalContext;exports.EditPeoplePage=e.EditPeoplePage;exports.EditReimbursementDetailPage=e.EditReimbursementDetailPage;exports.EditableBillDetailPage=e.EditableBillDetailPage;exports.EntityDetailPage=e.EntityDetailPage;exports.ErrorBoundaryWrapper=e.ErrorBoundaryWrapper;exports.ExcludedAccountReconDetailsDrawerPage=e.ExcludedAccountReconDetailsDrawerPage;exports.ExpenseAutomationOverviewPage=e.ExpenseAutomationOverviewPage;exports.ExpenseAutomationOverviewPageSkeleton=e.ExpenseAutomationOverviewPageSkeleton;exports.ExpenseAutomationPage=e.ExpenseAutomationPage;exports.ExpressPayPage=e.ExpressPayPage;exports.FeatureDynamicConfigNames=e.DynamicConfigNames;exports.FeatureGatesNames=e.FeatureGatesNames;exports.FeaturePreviewPage=e.FeaturePreviewPage;exports.FeatureProvider=e.FeatureProvider;exports.FieldHelpIcon=e.FieldHelpIcon;exports.FieldHelpProvider=e.FieldHelpProvider;exports.FirstReviewVendorDetailPage=e.FirstReviewVendorDetailPage;exports.FontWeight=e.FontWeight;exports.GlobalInfoProvider=e.GlobalInfoProvider;exports.GlobalReviewListPage=e.GlobalReviewListPage;exports.INVOICING_SETTINGS_NAV_SECTIONS=e.INVOICING_SETTINGS_NAV_SECTIONS;exports.INVOICING_SETTINGS_TABS=e.INVOICING_SETTINGS_TABS;exports.InformationCardStack=e.InformationCardStack;exports.InitialCollaborationProvider=e.InitialCollaborationProvider;exports.InsightsCardStack=e.InsightCardStack;exports.IntegrationCardView=e.IntegrationCardView;exports.IntegrationsCardGrid=e.IntegrationsCardGrid;exports.IntegrationsSection=e.IntegrationsSection;exports.IntegrationsSettingsPage=e.IntegrationsSettingsPage;exports.InternationalWireVerificationPage=e.InternationalWireVerificationPage;exports.InviteFormPage=e.InviteFormPage;exports.InvitePageListView=e.InvitePageListView;exports.InvitePeoplePage=e.InvitePeoplePage;exports.InvoiceUploadSection=e.InvoiceUploadSection;exports.InvoiceUploadSectionSkeleton=e.InvoiceUploadSectionSkeleton;exports.InvoicingAddPaymentMethodDialog=e.InvoicingAddPaymentMethodDialog;exports.InvoicingAuditLogPage=e.InvoicingAuditLogPage;exports.InvoicingBrandingSettingsPage=e.InvoicingBrandingSettingsPage;exports.InvoicingCatalogItemDetailPage=e.InvoicingCatalogItemDetailPage;exports.InvoicingCatalogItemFormPage=e.InvoicingCatalogItemFormPage;exports.InvoicingCatalogPage=e.InvoicingCatalogPage;exports.InvoicingCouponFormPage=e.InvoicingCouponFormPage;exports.InvoicingCreateInvoicePage=e.InvoicingCreateInvoicePage;exports.InvoicingCreateInvoiceSkeleton=e.InvoicingCreateInvoiceSkeleton;exports.InvoicingCreatePromotionalCreditsDialog=e.InvoicingCreatePromotionalCreditsDialog;exports.InvoicingCreditDetailPage=e.InvoicingCreditDetailPage;exports.InvoicingCreditListPage=e.InvoicingCreditListPage;exports.InvoicingCustomerDetailPage=e.InvoicingCustomerDetailPage;exports.InvoicingCustomerFormPage=e.InvoicingCustomerFormPage;exports.InvoicingCustomerListPage=e.InvoicingCustomerListPage;exports.InvoicingDashboardSkeleton=e.InvoicingDashboardSkeleton;exports.InvoicingDataImportDetailPage=e.InvoicingDataImportDetailPage;exports.InvoicingDataImportHubPage=e.InvoicingDataImportHubPage;exports.InvoicingDataImportMigratePage=e.InvoicingDataImportMigratePage;exports.InvoicingDetailScaffold=e.InvoicingDetailScaffold;exports.InvoicingDiscountDetailPage=e.InvoicingDiscountDetailPage;exports.InvoicingDiscountListPage=e.InvoicingDiscountListPage;exports.InvoicingDunningDetailPage=e.InvoicingDunningDetailPage;exports.InvoicingDunningEmailComposerDialog=e.InvoicingDunningEmailComposerDialog;exports.InvoicingDunningListPage=e.InvoicingDunningListPage;exports.InvoicingDunningSettingsPage=e.InvoicingDunningSettingsPage;exports.InvoicingEmptyState=e.InvoicingEmptyState;exports.InvoicingIntegrationsSettingsPage=e.InvoicingIntegrationsSettingsPage;exports.InvoicingInvoiceDetailPage=e.InvoicingInvoiceDetailPage;exports.InvoicingInvoiceListPage=e.InvoicingInvoiceListPage;exports.InvoicingIssueCreditNotePage=e.InvoicingIssueCreditNotePage;exports.InvoicingOverviewPage=e.InvoicingOverviewPage;exports.InvoicingPaymentDestinationSettingsPage=e.InvoicingPaymentDestinationSettingsPage;exports.InvoicingPaymentLinkPage=e.InvoicingPaymentLinkPage;exports.InvoicingPaymentListPage=e.InvoicingPaymentListPage;exports.InvoicingPromoPage=e.InvoicingPromoPage;exports.InvoicingQBOSettingsPage=e.InvoicingQBOSettingsPage;exports.InvoicingRecordPaymentPage=e.InvoicingRecordPaymentPage;exports.InvoicingSettingsHubPage=e.InvoicingSettingsHubPage;exports.InvoicingSettingsPage=e.InvoicingSettingsHubPage;exports.InvoicingSubscriptionDetailPage=e.InvoicingSubscriptionDetailPage;exports.InvoicingSubscriptionFormPage=e.InvoicingSubscriptionFormPage;exports.InvoicingSubscriptionListPage=e.InvoicingSubscriptionListPage;exports.InvoicingTransactionDetailPage=e.InvoicingTransactionDetailPage;exports.InvoicingVoidInvoiceDialog=e.InvoicingVoidInvoiceDialog;exports.IssueChargeCardPage=e.IssueChargeCardPage;exports.IssueChargeCardPageSkeleton=e.IssueChargeCardPageSkeleton;exports.JEOneTimeAccrualDetailPage=e.JEOneTimeAccrualDetailPage;exports.LinkBillExpensePage=e.LinkBillExpensePage;exports.LinkJETransactionPage=e.LinkJETransactionPage;exports.Loader=e.Loader;exports.LogoutButton=e.LogoutButton;exports.MCC_CHIP_ID_PREFIX=e.MCC_CHIP_ID_PREFIX;exports.MagicLinkDomesticWireDetailsPage=e.MagicLinkDomesticWireDetailsPage;exports.MagicLinkInternationalWireDetailsPage=e.MagicLinkInternationalWireDetailsPage;exports.MagicLinkSuccessPage=e.MagicLinkSuccessPage;exports.MagicLinkVendorACHDetailsPage=e.MagicLinkVendorACHDetailsPage;exports.Modal=e.Modal;exports.MonthEndEmailDrawerCustomerRequestPage=e.MonthEndEmailDrawerCustomerRequestPage;exports.MyBankConnectionsSettingsPage=e.MyBankConnectionsSettingsPage;exports.MyPendingActivationChargeCardListPage=e.MyPendingActivationChargeCardListPage;exports.MyProfileSettingsPage=e.MyProfileSettingsPage;exports.NavBar=e.NavBar;exports.NavBarRightRowStyled=e.NavBarRightRowStyled;exports.NewGlobalMerchantPage=e.NewGlobalMerchantPage;exports.NewUpdateAvailablePage=e.NewUpdateAvailablePage;exports.NotFoundPage=e.NotFoundPage;exports.NotificationIcon=e.SvgNotification;exports.NotificationSettingsPage=e.NotificationSettingsPage;exports.NotificationsPage=e.NotificationsPage;exports.OAuthConsentPage=e.OAuthConsentPage;exports.OnboardingInitialLoader=e.OnboardingInitialLoader;exports.OnboardingSidebar=e.OnboardingSidebar;exports.OnboardingStepFrame=e.OnboardingStepFrame;exports.OpExByVendorPage=e.OpExByVendorPage;exports.OverlayContainerPage=e.OverlayContainerPage;exports.PandLWithForecastPage=e.PandLWithForecastPage;exports.PanelInternalContext=e.PanelInternalContext;exports.PaymentAccountSetupBillingAddressSection=e.PaymentAccountSetupBillingAddressSection;exports.PeoplePage=e.PeoplePage;exports.Picker=e.Picker;exports.PolicyLimitsRowList=e.PolicyLimitsRowList;exports.PolicyModeSelector=e.PolicyModeSelector;exports.PortfolioAllocationFormPage=e.PortfolioAllocationFormPage;exports.QBOConnectionDialog=e.QBOConnectionDialog;exports.QBOSetupSectionWithForm=e.QBOSetupSectionWithForm;exports.QuickResponsesPage=e.QuickResponsesPage;exports.QuickViewModeContext=e.QuickViewModeContext;exports.RIGHT_SIDE_PANEL_WIDTH_PX=e.RIGHT_SIDE_PANEL_WIDTH_PX;exports.ReferralDrawerPage=e.DrawerPage;exports.ReimbursementApprovalRuleDetailPage=e.ReimbursementApprovalRuleDetailPage;exports.ReimbursementApprovalRuleDetailPageV1=e.ReimbursementApprovalRuleDetailPage$1;exports.ReimbursementApprovalRulesPage=e.ReimbursementApprovalRulesPage;exports.ReimbursementApprovalRulesPageV1=e.ReimbursementApprovalRulesPage$1;exports.ReimbursementDetailPage=e.ReimbursementDetailPage;exports.ReimbursementDetailPageSkeleton=e.ReimbursementDetailPageSkeleton;exports.ReimbursementPromoPage=e.ReimbursementPromoPage;exports.ReimbursementSetUpLoading=e.SpendManagementSetUpLoading;exports.ReimbursementSetUpPage=e.RemiSetupPage;exports.RemisBulkReviewDrawerPage=e.ReimbursementsBulkReviewDrawerPage;exports.ReportsPage=e.ReportsPage;exports.ResponsiveSized=e.ResponsiveSized;exports.ReviewBillDetailsPage=e.ReviewBillDetailsPage;exports.ReviewConfirmTransferPanel=e.ReviewConfirmTransferPanel;exports.ReviewDetailsPageSkeleton=e.ReviewDetailsPageSkeleton;exports.ScheduleDetailSkeleton=e.ScheduleDetailSkeleton;exports.ScheduleDetailsAccruedExpensesPage=e.ScheduleDetailsAccruedExpensesPage;exports.ScheduleDetailsFixedAssetsPage=e.ScheduleDetailsFixedAssetsPage;exports.ScheduleDetailsPage=e.ScheduleDetailsPage;exports.SchedulePanelInternalContext=e.SchedulePanelInternalContext;exports.SearchableCheckboxCardList=e.SearchableCheckboxCardList;exports.SessionTimeoutPopup=e.SessionTimeoutPopup;exports.SidePanelContext=e.SidePanelContext;exports.SidePanelProvider=e.SidePanelProvider;exports.SignIn=e.SignIn;exports.SomethingWrongPage=e.SomethingWrongPage;exports.Space=e.Space;exports.SpendManagementListLoading=e.SpendManagementListLoading;exports.SpendManagementListViewPage=e.SpendManagementListViewPage;exports.StatementParseInfo=e.StatementParseInfoEntry;exports.StatementProcessingPage=e.StatementProcessingPage;exports.StatementsPage=e.StatementsPage;exports.StyledCapsule=e.StyledCapsule;exports.SubscriptionDetailPage=e.SubscriptionDetailPage;exports.SubscriptionSummaryPage=e.SubscriptionSummaryPage;exports.SyntheticAiCfoAnswerView=e.SyntheticAiCfoAnswerView;exports.THREAD_RESOLVED_NOTIFICATION_KIND=e.THREAD_RESOLVED_NOTIFICATION_KIND;exports.THREAD_UNRESOLVED_NOTIFICATION_KIND=e.THREAD_UNRESOLVED_NOTIFICATION_KIND;exports.TaskDetailPage=e.TaskDetailPage;exports.TaskManagementPage=e.TaskManagementPage;exports.TenantsDropDown=e.TenantsDropDown;exports.TextStyle=e.TextStyle;exports.ToolkitProvider=e.ToolkitProvider;exports.TopExDetailPage=e.TopExDetailPage;exports.TransactionActivityLogPage=e.TransactionActivityLogPage;exports.TransactionActivityLogPanel=e.TransactionActivityLogPanel;exports.TransactionDetailPage=e.TransactionDetailPage;exports.TransactionDetailSkeleton=e.TransactionDetailSkeleton;exports.TransactionListBig=e.TransactionListBig;exports.TransactionListComments=e.TransactionListComments;exports.TransactionListPage=e.TransactionListPage;exports.TransactionPanelInternalContext=e.TransactionPanelInternalContext;exports.TransactionSidePanelLayout=e.TransactionSidePanelLayout;exports.TransactionVendorDetailPage=e.TransactionVendorDetailPage;exports.TransferDrawerPage=e.TransferDrawerPage;exports.TreasuryOverviewPage=e.TreasuryOverviewPage;exports.TreasuryPromoPage=e.TreasuryPromoPage;exports.TreasurySetUpPage=e.TreasurySetUpPage;exports.TreasuryStatementsPage=e.TreasuryStatementsPage;exports.TreasuryTaxLetterPage=e.TreasuryTaxLetterPage;exports.TreasuryTransferOrReviewPage=e.TreasuryTransferOrReviewPage;exports.TrendChart=e.TrendChart;exports.UncategorizedAccountsMappingPage=e.UncategorizedAccountsMappingPage;exports.UnitIntegrationPage=e.UnitIntegrationPage;exports.VENDOR_CHIP_ID_PREFIX=e.VENDOR_CHIP_ID_PREFIX;exports.Vendor2FAPopup=e.Vendor2FAPopup;exports.VendorACHDetailsPage=e.VendorACHDetailsPage;exports.VendorAccruedSchedulesPage=e.VendorAccruedSchedulesPage;exports.VendorDetailPage=e.VendorDetailPage;exports.VendorDomesticWireDetailsPage=e.VendorDomesticWireDetailsPage;exports.VendorFiling1099DetailsEditablePage=e.VendorFiling1099DetailsEditablePage;exports.VendorFiling1099EditableFormSkeleton=e.VendorFiling1099EditableFormSkeleton;exports.VendorFiling1099ListPage=e.VendorFiling1099ListPage;exports.VendorFirstReviewPage=e.VendorFirstReviewPage;exports.VendorInternationalSwiftBasedDetailsPage=e.VendorInternationalSwiftBasedDetailsPage;exports.VendorInternationalWireDetailsPage=e.VendorInternationalWireDetailsPage;exports.VendorListPage=e.VendorListPage;exports.VendorSchedulesPage=e.VendorSchedulesPage;exports.VerificationFrame=e.VerificationFrame;exports.VerifyDevice=e.VerifyDevice;exports.VerifyUnlockFinancialStackPage=e.VerifyUnlockFinancialStackPage;exports.WebV2MicroService=e.WebV2MicroService;exports.WebV2MicroServiceProvider=e.WebV2MicroServiceProvider;exports.WelcomeAnimation=e.WelcomeAnimation;exports.WindowSizeProvider=e.WindowSizeProvider;exports.ZeniAccountDetailLoading=e.ZeniAccountDetailLoading;exports.ZeniAccountDetailNavBarTitleShimmer=e.ZeniAccountDetailNavBarTitleShimmer;exports.ZeniAccountDetailPage=e.ZeniAccountDetailPage;exports.ZeniAccountListLoading=e.ZeniAccountListLoading;exports.ZeniAccountListViewPage=e.ZeniAccountListViewPage;exports.ZeniAccountPromoPage=e.ZeniAccountPromoPage;exports.ZeniAccountSetUpPage=e.ZeniAccountSetUpPage;exports.ZeniText=e.ZeniText;exports.ZeniThemeProvider=e.ZeniThemeProvider;exports.alignToJustify=e.alignToJustify;exports.amountToString=e.amountToString;exports.amountValueToString=e.amountValueToString;exports.appLocale=e.appLocale;exports.applyExtractedPolicyRulesToFormValues=e.applyExtractedPolicyRulesToFormValues;exports.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm=e.buildBulkCreateCardPolicyTemplateRequestsFromInteractiveForm;exports.buildCardPolicyFormValuesFromRequest=e.buildCardPolicyFormValuesFromRequest;exports.buildCreateCardPolicyTemplateRequest=e.buildCreateCardPolicyTemplateRequest;exports.buildCreateCardPolicyTemplateRequestFromInteractiveForm=e.buildCreateCardPolicyTemplateRequestFromInteractiveForm;exports.buildMccCategoryChipId=e.buildMccCategoryChipId;exports.buildStickyKeySet=e.buildStickyKeySet;exports.buildVendorChipId=e.buildVendorChipId;exports.buildVoidInvoiceSubmitBody=e.buildVoidInvoiceSubmitBody;exports.cellVerticalAlignToFlexAlign=e.cellVerticalAlignToFlexAlign;exports.clearAutoLogoutContext=e.clearAutoLogoutContext;exports.clickableRowStyles=e.clickableRowStyles;exports.computeStatementProcessingStepsFromElapsedTime=e.computeStatementProcessingStepsFromElapsedTime;exports.computeStickyLeftOffsets=e.computeStickyLeftOffsets;exports.darkColors=e.darkColors;exports.darkTheme=e.darkTheme;exports.dashboardCardDimension=e.designDimension;exports.defaultCardPolicyFormValues=e.defaultCardPolicyFormValues;exports.formatReconAccountDisplayName=e.formatReconAccountDisplayName;exports.getAlpha2=e.getAlpha2;exports.getAlpha3=e.getAlpha3;exports.getColorForALabel=e.getColorForALabel;exports.getCountries=e.getCountries;exports.getCustomerDataFromAutoComplete=e.getCustomerDataFromAutoComplete;exports.getFullName=e.getFullName;exports.getInitialOpenThreadRequestFromSearch=e.getInitialOpenThreadRequestFromSearch;exports.getRecipientTotalAmount=e.getRecipientTotalAmount;exports.getReconAccountDisplayName=e.getReconAccountDisplayName;exports.getShowNegativeAmountInParenthesisDefaultValue=e.getShowNegativeAmountInParenthesisDefaultValue;exports.getShowNegativeAmountInParenthesisForPercentDefaultValue=e.getShowNegativeAmountInParenthesisForPercentDefaultValue;exports.getStableTransactionId=e.getStableTransactionId;exports.getStatementParseTransactionCount=e.getStatementParseTransactionCount;exports.invoicingMenuList=e.invoicingMenuList;exports.isBackdatedInvoiceDate=e.isBackdatedInvoiceDate;exports.isCloseManagementMenu=e.isCloseManagementMenu;exports.isClosedCardStatus=e.isClosedCardStatus;exports.isCollaborationEntityType=e.isCollaborationEntityType;exports.isCommentNotificationKind=e.isCommentNotificationKind;exports.isMobileOrTabletView=e.isMobileOrTabletView;exports.isMobilePhoneScreen=e.isMobilePhoneScreen;exports.lightColors=e.lightColors;exports.lightTheme=e.lightTheme;exports.menuList=e.menuList;exports.mergeColumnDeclarativeWithRenderers=e.mergeColumnDeclarativeWithRenderers;exports.mergeLayoutDefaults=e.mergeLayoutDefaults;exports.percentValueToString=e.percentValueToString;exports.resolveBackgroundStatementProcessingCompletedSteps=e.resolveBackgroundStatementProcessingCompletedSteps;exports.resolveColumnWidth=e.resolveColumnWidth;exports.roundAmountIfNeeded=e.roundAmountIfNeeded;exports.roundOffNumberToTwoDecimal=e.roundOffNumberToTwoDecimal;exports.setAutoLogoutContext=e.setAutoLogoutContext;exports.setShowNegativeAmountInParenthesisDefaultValue=e.setShowNegativeAmountInParenthesisDefaultValue;exports.setShowNegativeAmountInParenthesisForPercentDefaultValue=e.setShowNegativeAmountInParenthesisForPercentDefaultValue;exports.settingMenuList=e.settingMenuList;exports.shouldDefaultAdjustmentCreditNote=e.shouldDefaultAdjustmentCreditNote;exports.sp=e.sp;exports.textAlignForCell=e.textAlignForCell;exports.textStyles=e.textStyles;exports.toGroupedAccountingClassOptions=e.toGroupedAccountingClassOptions;exports.toGroupedQboAccountOptions=e.toGroupedQboAccountOptions;exports.toInstitutionLogoDataUri=e.toInstitutionLogoDataUri;exports.toInvoicingMenuOptionType=e.toInvoicingMenuOptionType;exports.toInvoicingMenuOptionTypeStrict=e.toInvoicingMenuOptionTypeStrict;exports.toMccCategoryChipFieldValue=e.toMccCategoryChipFieldValue;exports.toMenuOptionType=e.toMenuOptionType;exports.toSettingsMenuOptionTypeStrict=e.toSettingsMenuOptionTypeStrict;exports.toSupportedLocaleStrict=e.toSupportedLocaleStrict;exports.toVendorChipFieldValue=e.toVendorChipFieldValue;exports.trackTreasuryTransferAnalytics=e.trackTreasuryTransferAnalytics;exports.uploadAttachmentReceipts=e.uploadAttachmentReceipts;exports.useApprovalRulesV3Config=e.useApprovalRulesV3Config;exports.useBackNavigation=e.useBackNavigation;exports.useCollaborationInfoContext=e.useCollaborationInfoContext;exports.useCommentsDrawer=e.useCommentsDrawer;exports.useDropdownPortal=e.useDropdownPortal;exports.useExpenseAutomationEnabledForUser=e.useExpenseAutomationEnabledForUser;exports.useFieldHelp=e.useFieldHelp;exports.useGlobalInfoContext=e.useGlobalInfoContext;exports.useLockBodyScroll=e.useLockBodyScroll;exports.usePanelInternal=e.usePanelInternal;exports.usePrevious=e.usePrevious;exports.useQuickViewMode=e.useQuickViewMode;exports.useRegisterBackHandler=e.useRegisterBackHandler;exports.useRequestCloseAllCommentDrawers=e.useRequestCloseAllCommentDrawers;exports.useSchedulePanelInternal=e.useSchedulePanelInternal;exports.useSessionAutoLogoutConfig=e.useSessionAutoLogoutConfig;exports.useSidePanelContext=e.useSidePanelContext;exports.useToolkitContext=e.useToolkitContext;exports.useTransactionPanelInternal=e.useTransactionPanelInternal;exports.useWindowSizeContext=e.useWindowSizeContext;exports.useZeniCardsVisibilityConfig=e.useZeniCardsVisibilityConfig;exports.useZeniFeatureContext=e.useZeniFeatureContext;exports.useZeniThemeContext=e.useZeniThemeContext;exports.waitFor=e.waitFor;exports.useZeniTheme=a.useTheme;exports.zeniStyled=a.styled;Object.defineProperty(exports,"buildInvoicingEntityPath",{enumerable:!0,get:()=>i.buildInvoicingEntityPath});Object.defineProperty(exports,"isInvoicingEntityLinkable",{enumerable:!0,get:()=>i.isInvoicingEntityLinkable});exports.zeniEmotionStyled=t;
|
package/dist/index.d.ts
CHANGED
|
@@ -10,8 +10,9 @@ import { default as NewUpdateAvailablePage } from './components/common/newUpdate
|
|
|
10
10
|
import { default as SomethingWrongPage } from './components/common/somethingWrongPage/SomethingWrongPage';
|
|
11
11
|
import { default as InvoiceUploadSectionSkeleton } from './components/common/uploadInvoice/InvoiceUploadSectionSkeleton';
|
|
12
12
|
import { default as ExcludedAccountReconDetailsDrawerPage } from './components/expenseAutomation/sections/accountRecon/ExcludedAccountReconDetailsDrawerPage';
|
|
13
|
-
import { FormData as JEScheduleAccountSettingsFormData } from './components/expenseAutomation/sections/jeSchedules/JEScheduleAccountSettings';
|
|
14
|
-
import { JEScheduleResolveComponentFormData } from './components/expenseAutomation/sections/jeSchedules/JEScheduleResolveComponent';
|
|
13
|
+
import { FormData as JEScheduleAccountSettingsFormData } from './components/expenseAutomation/sections/jeSchedules/common/JEScheduleAccountSettings';
|
|
14
|
+
import { JEScheduleResolveComponentFormData } from './components/expenseAutomation/sections/jeSchedules/common/JEScheduleResolveComponent';
|
|
15
|
+
import { NewScheduleSaveFormValues } from './components/expenseAutomation/sections/jeSchedules/sections/NewJEScheduleSection';
|
|
15
16
|
import { default as ScheduleDetailSkeleton } from './components/jeSchedules/scheduleDetails/skeletons/ScheduleDetailSkeleton';
|
|
16
17
|
import { FormData as EditableBillDetailFormData, getRecipientTotalAmount } from './components/spendManagement/billPay/addOrEditBill/EditableBillDetailPage';
|
|
17
18
|
import { LineItemsSectionFormData, getCustomerDataFromAutoComplete } from './components/spendManagement/billPay/addOrEditBill/EditableBillDetailPageHelpers';
|
|
@@ -568,6 +569,8 @@ export type { InvoicingInvoiceCheckoutSession, InvoicingInvoicePaymentSummary, I
|
|
|
568
569
|
export { DataListTable, DataListTableHeader, DataListTableRow, DataListTableSortIndicator, alignToJustify, buildStickyKeySet, cellVerticalAlignToFlexAlign, computeStickyLeftOffsets, mergeColumnDeclarativeWithRenderers, mergeLayoutDefaults, resolveColumnWidth, textAlignForCell, } from './components/dataListTable';
|
|
569
570
|
export type { CellVerticalAlign, ColumnDef, ColumnKey, DataListTableDeclarativeColumn, DataListTableFeatures, DataListTableInfiniteConfig, DataListTableLayoutDefaults, DataListTableProps, DataListTableRowMeta, DataListTableScreenMeta, ListItemData, RenderCellArgs, RenderHeaderArgs, SortDirection, SortState, TextAlign, } from './components/dataListTable';
|
|
570
571
|
export { default as ExpenseAutomationPage } from './components/expenseAutomation/ExpenseAutomationPage';
|
|
572
|
+
export { default as JEOneTimeAccrualDetailPage } from './components/expenseAutomation/sections/jeSchedules/accrualDetail/JEOneTimeAccrualDetailPage';
|
|
573
|
+
export type { JEOneTimeAccrualDetailPageProps } from './components/expenseAutomation/sections/jeSchedules/accrualDetail/JEOneTimeAccrualDetailPage';
|
|
571
574
|
export { RIGHT_SIDE_PANEL_WIDTH_PX } from './components/expenseAutomation/rightPanel/rightPanelConstants';
|
|
572
575
|
export type { TransactionCategorizationRightPanelActivityDetail, TransactionCategorizationRightPanelState, } from './components/expenseAutomation/rightPanel/rightPanelTypes';
|
|
573
576
|
export { default as ReviewConfirmTransferPanel } from './components/expenseAutomation/sections/transactionCategorization/reviewConfirmTransferDrawer/ReviewConfirmTransferPanel';
|
|
@@ -580,6 +583,7 @@ export type { StatementProcessingBackgroundSnapshot } from './components/expense
|
|
|
580
583
|
export { default as StatementParseInfo } from './components/expenseAutomation/sections/accountRecon/StatementParseInfo';
|
|
581
584
|
export { default as StatementProcessingPage } from './components/expenseAutomation/sections/accountRecon/StatementProcessingPage';
|
|
582
585
|
export type { JEScheduleResolveComponentFormData };
|
|
586
|
+
export type { NewScheduleSaveFormValues };
|
|
583
587
|
export { default as InternationalWireVerificationPage } from './components/commonSetUp/internationalWireVerification/InternationalWireVerificationPage';
|
|
584
588
|
export { default as ExpressPayPage } from './components/spendManagement/zeniAccounts/expressPay/ExpressPayPage';
|
|
585
589
|
export { AiCfoPage, AiCfoOnboardingPage, AiCfoSidePanel };
|