@zeniai/web-components 4.1.56 → 4.1.57-betaNB1
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-B87qeaPV.cjs → SessionTimeoutPopup-BZ0xZQdg.cjs} +14972 -13647
- package/dist/{SessionTimeoutPopup-BnwXqvlZ.js → SessionTimeoutPopup-CVkR2ms9.js} +65877 -61559
- package/dist/appLocale.d.ts +57 -7
- package/dist/cockpit.cjs.js +805 -805
- package/dist/cockpit.esm.js +3848 -3766
- package/dist/components/cockpit/common/cockpitConstants.d.ts +2 -1
- package/dist/components/cockpit/common/cockpitFilters/cockpitFiltersHelpers.d.ts +1 -1
- package/dist/components/cockpit/common/cockpitFilters/commonTypes.d.ts +5 -2
- package/dist/components/cockpit/common/cockpitFilters/components/CategoryDropdown.d.ts +2 -2
- package/dist/components/cockpit/taskManager/TaskManagerPage.d.ts +4 -2
- package/dist/components/common/rightSidePanelHeader/RightSidePanelHeader.d.ts +2 -1
- package/dist/components/common/uploadInvoice/RenderPdf.d.ts +14 -0
- package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +1 -0
- package/dist/components/expenseAutomation/components/TableSection.d.ts +1 -0
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts +41 -0
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconListSkeleton.d.ts +3 -1
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationListPage.d.ts +2 -1
- package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationPage.d.ts +2 -1
- package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationConnectAccountsBanner.d.ts +5 -0
- package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationStatsCards.d.ts +5 -0
- package/dist/components/expenseAutomation/sections/accountRecon/StatementPageLayout.d.ts +15 -0
- package/dist/components/expenseAutomation/sections/accountRecon/StatementParseInfo.d.ts +13 -0
- package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts +10 -0
- package/dist/components/expenseAutomation/sections/accountRecon/mapAccountReconToReportTreeNodesV2.d.ts +16 -0
- package/dist/components/reportTree/reportTreeTypes.d.ts +1 -0
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/AccountRow.d.ts +60 -0
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/LoadingInProgressRow.d.ts +3 -0
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/SectionRow.d.ts +10 -0
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TimeframeRow.d.ts +7 -0
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TotalRow.d.ts +15 -0
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/common.d.ts +38 -0
- package/dist/components/reportTree/treeNode/accountReconReport/row/v2/rowConstructors.d.ts +6 -0
- package/dist/components/reportTree/treeNode/accountReconReport/treeNodeMappers/v2/mapSectionToTreeNode.d.ts +11 -0
- package/dist/components/taskManagement/TaskDetailPage.d.ts +1 -1
- package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +3 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.js +286 -283
- package/dist/strings/strings.d.ts +57 -7
- package/package.json +4 -4
package/dist/appLocale.d.ts
CHANGED
|
@@ -3943,6 +3943,15 @@ declare class AppLocale {
|
|
|
3943
3943
|
aiAccountant: {
|
|
3944
3944
|
enrollmentStatus: string;
|
|
3945
3945
|
};
|
|
3946
|
+
taskManager: {
|
|
3947
|
+
company_id: string;
|
|
3948
|
+
status: string;
|
|
3949
|
+
priority: string;
|
|
3950
|
+
assignees: string;
|
|
3951
|
+
tag: string;
|
|
3952
|
+
dueDate: string;
|
|
3953
|
+
creationDate: string;
|
|
3954
|
+
};
|
|
3946
3955
|
healthMonitor: {
|
|
3947
3956
|
controller: string;
|
|
3948
3957
|
customerSuccessManager: string;
|
|
@@ -8712,9 +8721,12 @@ declare class AppLocale {
|
|
|
8712
8721
|
debitAccountLabel: string;
|
|
8713
8722
|
creditAccountLabel: string;
|
|
8714
8723
|
creditAccountPlaceholder: string;
|
|
8715
|
-
|
|
8716
|
-
|
|
8717
|
-
|
|
8724
|
+
keepExpense: string;
|
|
8725
|
+
convert: string;
|
|
8726
|
+
convertToTransfer: string;
|
|
8727
|
+
convertToCreditCard: string;
|
|
8728
|
+
transferDrawerSubtitle: string;
|
|
8729
|
+
creditCardPaymentDrawerSubtitle: string;
|
|
8718
8730
|
groupHeadingAllAccounts: string;
|
|
8719
8731
|
noEligibleAccountsInline: string;
|
|
8720
8732
|
noEligibleAccountsDropdownLine1: string;
|
|
@@ -8880,15 +8892,15 @@ declare class AppLocale {
|
|
|
8880
8892
|
};
|
|
8881
8893
|
};
|
|
8882
8894
|
bankBalance: string;
|
|
8895
|
+
openingBalance: string;
|
|
8896
|
+
closingBalance: string;
|
|
8883
8897
|
clearedBalance: string;
|
|
8884
8898
|
variance: string;
|
|
8899
|
+
matchProgress: string;
|
|
8900
|
+
lastReconciled: string;
|
|
8885
8901
|
status: string;
|
|
8886
8902
|
excludedAccountTitle: string;
|
|
8887
8903
|
};
|
|
8888
|
-
menu: {
|
|
8889
|
-
statement: string;
|
|
8890
|
-
bankConnection: string;
|
|
8891
|
-
};
|
|
8892
8904
|
stepsBanner: {
|
|
8893
8905
|
hide: string;
|
|
8894
8906
|
show: string;
|
|
@@ -8916,6 +8928,28 @@ declare class AppLocale {
|
|
|
8916
8928
|
body: string;
|
|
8917
8929
|
};
|
|
8918
8930
|
};
|
|
8931
|
+
menu: {
|
|
8932
|
+
statement: string;
|
|
8933
|
+
bankConnection: string;
|
|
8934
|
+
};
|
|
8935
|
+
statsCards: {
|
|
8936
|
+
autoMatched: string;
|
|
8937
|
+
needsReview: string;
|
|
8938
|
+
accountsDone: string;
|
|
8939
|
+
timeSavedByAi: string;
|
|
8940
|
+
ofTotalTxn: string;
|
|
8941
|
+
acrossAccounts: string;
|
|
8942
|
+
inProgress: string;
|
|
8943
|
+
ofReconciliationTime: string;
|
|
8944
|
+
};
|
|
8945
|
+
connectAccountsBanner: {
|
|
8946
|
+
accountLabelSingular: string;
|
|
8947
|
+
accountLabelPlural: string;
|
|
8948
|
+
leadNeedConnectedSuffix: string;
|
|
8949
|
+
body: string;
|
|
8950
|
+
connectAccounts: string;
|
|
8951
|
+
dismissAriaLabel: string;
|
|
8952
|
+
};
|
|
8919
8953
|
status: {
|
|
8920
8954
|
reconciled: string;
|
|
8921
8955
|
reconciledBy: string;
|
|
@@ -8984,6 +9018,17 @@ declare class AppLocale {
|
|
|
8984
9018
|
heading: string;
|
|
8985
9019
|
description: string;
|
|
8986
9020
|
};
|
|
9021
|
+
validationFailed: {
|
|
9022
|
+
heading: string;
|
|
9023
|
+
ok: string;
|
|
9024
|
+
};
|
|
9025
|
+
fileValidationFailed: {
|
|
9026
|
+
heading: string;
|
|
9027
|
+
description: string;
|
|
9028
|
+
cancel: string;
|
|
9029
|
+
reupload: string;
|
|
9030
|
+
closeAriaLabel: string;
|
|
9031
|
+
};
|
|
8987
9032
|
error: {
|
|
8988
9033
|
validationFailed: string;
|
|
8989
9034
|
parsingFailed: string;
|
|
@@ -9001,6 +9046,11 @@ declare class AppLocale {
|
|
|
9001
9046
|
excludedStatus: string;
|
|
9002
9047
|
};
|
|
9003
9048
|
};
|
|
9049
|
+
statementProcessing: {
|
|
9050
|
+
steps: string[];
|
|
9051
|
+
cancel: string;
|
|
9052
|
+
continueInBackground: string;
|
|
9053
|
+
};
|
|
9004
9054
|
tabs: {
|
|
9005
9055
|
review: string;
|
|
9006
9056
|
reconcile: string;
|