@zeniai/web-components 4.2.28 → 4.2.29
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-FQidz3x6.cjs → SessionTimeoutPopup-0I_vDkNI.cjs} +16508 -18239
- package/dist/{SessionTimeoutPopup-nM8Th-1x.js → SessionTimeoutPopup-C4ghToQh.js} +80117 -85325
- package/dist/appLocale.d.ts +3 -95
- package/dist/cockpit.cjs.js +69 -69
- package/dist/cockpit.esm.js +2164 -2158
- package/dist/components/aiCfo/AiCfoPage.d.ts +1 -8
- package/dist/components/aiCfo/components/AiCfoInput.d.ts +0 -7
- package/dist/components/aiCfo/stories/components/AiCfoStoryWrapper.d.ts +1 -6
- package/dist/components/aiCfo/stories/hooks/useAiCfoStoryState.d.ts +2 -2
- package/dist/components/common/uploadInvoice/RenderPdf.d.ts +0 -14
- package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +0 -1
- package/dist/components/expenseAutomation/components/TableSection.d.ts +0 -1
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconListSkeleton.d.ts +1 -3
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationListPage.d.ts +1 -2
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationPage.d.ts +1 -2
- package/dist/components/expenseAutomation/sections/accountRecon/ExcludedAccountReconDetailsDrawerPage.d.ts +1 -3
- package/dist/components/expenseAutomation/sections/accountRecon/mapExcludedAccountReconToReportTreeNodes.d.ts +0 -2
- package/dist/components/reportTree/reportTreeTypes.d.ts +0 -1
- package/dist/components/reportTree/treeNode/accountReconReport/row/AccountRow.d.ts +0 -12
- package/dist/components/reportTree/treeNode/getTreeNodeData.d.ts +1 -1
- package/dist/context/SidePanelContext.d.ts +1 -1
- package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +1 -3
- package/dist/designSystem/zeniColors.d.ts +0 -8
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +0 -3
- package/dist/index.esm.js +331 -334
- package/dist/strings/strings.d.ts +3 -95
- package/package.json +7 -7
- package/dist/components/aiCfo/components/AiCfoSkillMenu.d.ts +0 -19
- package/dist/components/aiCfo/components/helpers/aiCfoSlashHelpers.d.ts +0 -30
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts +0 -44
- package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationProgressBar.d.ts +0 -10
- package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationStatsCards.d.ts +0 -5
- package/dist/components/expenseAutomation/sections/accountRecon/StatementDateConflictPopup.d.ts +0 -8
- package/dist/components/expenseAutomation/sections/accountRecon/StatementPageLayout.d.ts +0 -18
- package/dist/components/expenseAutomation/sections/accountRecon/StatementParseInfo.d.ts +0 -14
- package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts +0 -10
- package/dist/components/expenseAutomation/sections/accountRecon/mapAccountReconToReportTreeNodesV2.d.ts +0 -16
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/AccountRow.d.ts +0 -59
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/LoadingInProgressRow.d.ts +0 -3
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/SectionRow.d.ts +0 -10
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TimeframeRow.d.ts +0 -7
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TotalRow.d.ts +0 -15
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/common.d.ts +0 -38
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/rowConstructors.d.ts +0 -6
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/statusHelper.d.ts +0 -12
- package/dist/components/reportTree/treeNode/accountReconReport/treeNodeMappers/v2/mapSectionToTreeNode.d.ts +0 -11
package/dist/appLocale.d.ts
CHANGED
|
@@ -4500,7 +4500,6 @@ declare class AppLocale {
|
|
|
4500
4500
|
DMMMYYFormat: string;
|
|
4501
4501
|
DMMMYYYYFormat: string;
|
|
4502
4502
|
dMMMyyyyFormat: string;
|
|
4503
|
-
dSlashMMSlashyyFormat: string;
|
|
4504
4503
|
DdashMMdashYYYYFormat: string;
|
|
4505
4504
|
MMMDCommaYYFormat: string;
|
|
4506
4505
|
defaultInput: string;
|
|
@@ -9779,24 +9778,14 @@ declare class AppLocale {
|
|
|
9779
9778
|
};
|
|
9780
9779
|
};
|
|
9781
9780
|
bankBalance: string;
|
|
9782
|
-
openingBalance: string;
|
|
9783
|
-
closingBalance: string;
|
|
9784
9781
|
clearedBalance: string;
|
|
9785
9782
|
variance: string;
|
|
9786
|
-
matchProgress: string;
|
|
9787
|
-
lastReconciled: string;
|
|
9788
9783
|
status: string;
|
|
9789
9784
|
excludedAccountTitle: string;
|
|
9790
9785
|
};
|
|
9791
|
-
|
|
9792
|
-
|
|
9793
|
-
|
|
9794
|
-
};
|
|
9795
|
-
progressBar: {
|
|
9796
|
-
complete: string;
|
|
9797
|
-
byAi: string;
|
|
9798
|
-
byHumans: string;
|
|
9799
|
-
remaining: string;
|
|
9786
|
+
menu: {
|
|
9787
|
+
statement: string;
|
|
9788
|
+
bankConnection: string;
|
|
9800
9789
|
};
|
|
9801
9790
|
stepsBanner: {
|
|
9802
9791
|
hide: string;
|
|
@@ -9825,28 +9814,6 @@ declare class AppLocale {
|
|
|
9825
9814
|
body: string;
|
|
9826
9815
|
};
|
|
9827
9816
|
};
|
|
9828
|
-
menu: {
|
|
9829
|
-
statement: string;
|
|
9830
|
-
bankConnection: string;
|
|
9831
|
-
};
|
|
9832
|
-
statsCards: {
|
|
9833
|
-
autoMatched: string;
|
|
9834
|
-
needsReview: string;
|
|
9835
|
-
accountsDone: string;
|
|
9836
|
-
timeSavedByAi: string;
|
|
9837
|
-
ofTotalTxn: string;
|
|
9838
|
-
acrossAccounts: string;
|
|
9839
|
-
ofTotalAccounts: string;
|
|
9840
|
-
hrsSuffix: string;
|
|
9841
|
-
};
|
|
9842
|
-
connectAccountsBanner: {
|
|
9843
|
-
accountLabelSingular: string;
|
|
9844
|
-
accountLabelPlural: string;
|
|
9845
|
-
leadNeedConnectedSuffix: string;
|
|
9846
|
-
body: string;
|
|
9847
|
-
connectAccounts: string;
|
|
9848
|
-
dismissAriaLabel: string;
|
|
9849
|
-
};
|
|
9850
9817
|
status: {
|
|
9851
9818
|
reconciled: string;
|
|
9852
9819
|
reconciledBy: string;
|
|
@@ -9900,7 +9867,6 @@ declare class AppLocale {
|
|
|
9900
9867
|
status: string;
|
|
9901
9868
|
accountType: string;
|
|
9902
9869
|
lastUpdated: string;
|
|
9903
|
-
lastSync: string;
|
|
9904
9870
|
};
|
|
9905
9871
|
values: {
|
|
9906
9872
|
bankConnection: string;
|
|
@@ -9917,33 +9883,6 @@ declare class AppLocale {
|
|
|
9917
9883
|
heading: string;
|
|
9918
9884
|
description: string;
|
|
9919
9885
|
};
|
|
9920
|
-
validationFailed: {
|
|
9921
|
-
heading: string;
|
|
9922
|
-
ok: string;
|
|
9923
|
-
};
|
|
9924
|
-
fileValidationFailed: {
|
|
9925
|
-
heading: string;
|
|
9926
|
-
description: string;
|
|
9927
|
-
cancel: string;
|
|
9928
|
-
reupload: string;
|
|
9929
|
-
closeAriaLabel: string;
|
|
9930
|
-
};
|
|
9931
|
-
dateRangeConflict: {
|
|
9932
|
-
alreadyReconciled: {
|
|
9933
|
-
heading: string;
|
|
9934
|
-
description: string;
|
|
9935
|
-
};
|
|
9936
|
-
gap: {
|
|
9937
|
-
heading: string;
|
|
9938
|
-
description: string;
|
|
9939
|
-
expectedStartDate: (date: string) => string;
|
|
9940
|
-
};
|
|
9941
|
-
lastReconciled: (date: string) => string;
|
|
9942
|
-
lastReconciledBy: (date: string, name: string) => string;
|
|
9943
|
-
cancel: string;
|
|
9944
|
-
reupload: string;
|
|
9945
|
-
closeAriaLabel: string;
|
|
9946
|
-
};
|
|
9947
9886
|
error: {
|
|
9948
9887
|
validationFailed: string;
|
|
9949
9888
|
parsingFailed: string;
|
|
@@ -9961,37 +9900,6 @@ declare class AppLocale {
|
|
|
9961
9900
|
excludedStatus: string;
|
|
9962
9901
|
};
|
|
9963
9902
|
};
|
|
9964
|
-
statementProcessing: {
|
|
9965
|
-
steps: string[];
|
|
9966
|
-
headerTitle: string;
|
|
9967
|
-
stepSubtitles: string[];
|
|
9968
|
-
stepProgressLabel: (completed: number, total: number) => string;
|
|
9969
|
-
working: string;
|
|
9970
|
-
cancel: string;
|
|
9971
|
-
continueInBackground: string;
|
|
9972
|
-
};
|
|
9973
|
-
statementParseInfo: {
|
|
9974
|
-
aiSummaryTitle: string;
|
|
9975
|
-
statementPeriodAndBalances: string;
|
|
9976
|
-
period: string;
|
|
9977
|
-
from: string;
|
|
9978
|
-
to: string;
|
|
9979
|
-
deposits: string;
|
|
9980
|
-
payments: string;
|
|
9981
|
-
addCredit: string;
|
|
9982
|
-
addDebit: string;
|
|
9983
|
-
confirmAndSave: string;
|
|
9984
|
-
reparseStatement: string;
|
|
9985
|
-
retryParsing: string;
|
|
9986
|
-
aiSummary: {
|
|
9987
|
-
accountRecognized: string;
|
|
9988
|
-
transactionsExtracted: string;
|
|
9989
|
-
exceptionsDetected: string;
|
|
9990
|
-
fieldsCaptured: string;
|
|
9991
|
-
validated: string;
|
|
9992
|
-
openingDate: string;
|
|
9993
|
-
};
|
|
9994
|
-
};
|
|
9995
9903
|
tabs: {
|
|
9996
9904
|
review: string;
|
|
9997
9905
|
reconcile: string;
|