@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.
Files changed (40) hide show
  1. package/dist/{SessionTimeoutPopup-B87qeaPV.cjs → SessionTimeoutPopup-BZ0xZQdg.cjs} +14972 -13647
  2. package/dist/{SessionTimeoutPopup-BnwXqvlZ.js → SessionTimeoutPopup-CVkR2ms9.js} +65877 -61559
  3. package/dist/appLocale.d.ts +57 -7
  4. package/dist/cockpit.cjs.js +805 -805
  5. package/dist/cockpit.esm.js +3848 -3766
  6. package/dist/components/cockpit/common/cockpitConstants.d.ts +2 -1
  7. package/dist/components/cockpit/common/cockpitFilters/cockpitFiltersHelpers.d.ts +1 -1
  8. package/dist/components/cockpit/common/cockpitFilters/commonTypes.d.ts +5 -2
  9. package/dist/components/cockpit/common/cockpitFilters/components/CategoryDropdown.d.ts +2 -2
  10. package/dist/components/cockpit/taskManager/TaskManagerPage.d.ts +4 -2
  11. package/dist/components/common/rightSidePanelHeader/RightSidePanelHeader.d.ts +2 -1
  12. package/dist/components/common/uploadInvoice/RenderPdf.d.ts +14 -0
  13. package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +1 -0
  14. package/dist/components/expenseAutomation/components/TableSection.d.ts +1 -0
  15. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts +41 -0
  16. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconListSkeleton.d.ts +3 -1
  17. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationListPage.d.ts +2 -1
  18. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconciliationPage.d.ts +2 -1
  19. package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationConnectAccountsBanner.d.ts +5 -0
  20. package/dist/components/expenseAutomation/sections/accountRecon/ReconciliationStatsCards.d.ts +5 -0
  21. package/dist/components/expenseAutomation/sections/accountRecon/StatementPageLayout.d.ts +15 -0
  22. package/dist/components/expenseAutomation/sections/accountRecon/StatementParseInfo.d.ts +13 -0
  23. package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts +10 -0
  24. package/dist/components/expenseAutomation/sections/accountRecon/mapAccountReconToReportTreeNodesV2.d.ts +16 -0
  25. package/dist/components/reportTree/reportTreeTypes.d.ts +1 -0
  26. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/AccountRow.d.ts +60 -0
  27. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/LoadingInProgressRow.d.ts +3 -0
  28. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/SectionRow.d.ts +10 -0
  29. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TimeframeRow.d.ts +7 -0
  30. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/TotalRow.d.ts +15 -0
  31. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/common.d.ts +38 -0
  32. package/dist/components/reportTree/treeNode/accountReconReport/row/v2/rowConstructors.d.ts +6 -0
  33. package/dist/components/reportTree/treeNode/accountReconReport/treeNodeMappers/v2/mapSectionToTreeNode.d.ts +11 -0
  34. package/dist/components/taskManagement/TaskDetailPage.d.ts +1 -1
  35. package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +3 -1
  36. package/dist/index.cjs.js +1 -1
  37. package/dist/index.d.ts +3 -0
  38. package/dist/index.esm.js +286 -283
  39. package/dist/strings/strings.d.ts +57 -7
  40. package/package.json +4 -4
@@ -3940,6 +3940,15 @@ export declare const zeniStrings: {
3940
3940
  aiAccountant: {
3941
3941
  enrollmentStatus: string;
3942
3942
  };
3943
+ taskManager: {
3944
+ company_id: string;
3945
+ status: string;
3946
+ priority: string;
3947
+ assignees: string;
3948
+ tag: string;
3949
+ dueDate: string;
3950
+ creationDate: string;
3951
+ };
3943
3952
  healthMonitor: {
3944
3953
  controller: string;
3945
3954
  customerSuccessManager: string;
@@ -8709,9 +8718,12 @@ export declare const zeniStrings: {
8709
8718
  debitAccountLabel: string;
8710
8719
  creditAccountLabel: string;
8711
8720
  creditAccountPlaceholder: string;
8712
- keepAsExpense: string;
8713
- createAsTransfer: string;
8714
- createAsCreditCard: string;
8721
+ keepExpense: string;
8722
+ convert: string;
8723
+ convertToTransfer: string;
8724
+ convertToCreditCard: string;
8725
+ transferDrawerSubtitle: string;
8726
+ creditCardPaymentDrawerSubtitle: string;
8715
8727
  /** Single group heading inside the credit-account dropdown. */
8716
8728
  groupHeadingAllAccounts: string;
8717
8729
  /**
@@ -8887,15 +8899,15 @@ export declare const zeniStrings: {
8887
8899
  };
8888
8900
  };
8889
8901
  bankBalance: string;
8902
+ openingBalance: string;
8903
+ closingBalance: string;
8890
8904
  clearedBalance: string;
8891
8905
  variance: string;
8906
+ matchProgress: string;
8907
+ lastReconciled: string;
8892
8908
  status: string;
8893
8909
  excludedAccountTitle: string;
8894
8910
  };
8895
- menu: {
8896
- statement: string;
8897
- bankConnection: string;
8898
- };
8899
8911
  stepsBanner: {
8900
8912
  hide: string;
8901
8913
  show: string;
@@ -8923,6 +8935,28 @@ export declare const zeniStrings: {
8923
8935
  body: string;
8924
8936
  };
8925
8937
  };
8938
+ menu: {
8939
+ statement: string;
8940
+ bankConnection: string;
8941
+ };
8942
+ statsCards: {
8943
+ autoMatched: string;
8944
+ needsReview: string;
8945
+ accountsDone: string;
8946
+ timeSavedByAi: string;
8947
+ ofTotalTxn: string;
8948
+ acrossAccounts: string;
8949
+ inProgress: string;
8950
+ ofReconciliationTime: string;
8951
+ };
8952
+ connectAccountsBanner: {
8953
+ accountLabelSingular: string;
8954
+ accountLabelPlural: string;
8955
+ leadNeedConnectedSuffix: string;
8956
+ body: string;
8957
+ connectAccounts: string;
8958
+ dismissAriaLabel: string;
8959
+ };
8926
8960
  status: {
8927
8961
  reconciled: string;
8928
8962
  reconciledBy: string;
@@ -8991,6 +9025,17 @@ export declare const zeniStrings: {
8991
9025
  heading: string;
8992
9026
  description: string;
8993
9027
  };
9028
+ validationFailed: {
9029
+ heading: string;
9030
+ ok: string;
9031
+ };
9032
+ fileValidationFailed: {
9033
+ heading: string;
9034
+ description: string;
9035
+ cancel: string;
9036
+ reupload: string;
9037
+ closeAriaLabel: string;
9038
+ };
8994
9039
  error: {
8995
9040
  validationFailed: string;
8996
9041
  parsingFailed: string;
@@ -9008,6 +9053,11 @@ export declare const zeniStrings: {
9008
9053
  excludedStatus: string;
9009
9054
  };
9010
9055
  };
9056
+ statementProcessing: {
9057
+ steps: string[];
9058
+ cancel: string;
9059
+ continueInBackground: string;
9060
+ };
9011
9061
  tabs: {
9012
9062
  review: string;
9013
9063
  reconcile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.1.56",
3
+ "version": "4.1.57-betaNB1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -49,8 +49,8 @@
49
49
  "@statsig/react-bindings": "^3.14.0",
50
50
  "@stripe/react-stripe-js": "^2.7.3",
51
51
  "@stripe/stripe-js": "^4.4.0",
52
- "@zeniai/client-analytics": "2.0.22",
53
- "@zeniai/client-epic-state": "5.0.91",
52
+ "@zeniai/client-analytics": "2.0.21",
53
+ "@zeniai/client-epic-state": "5.0.92-betaNB1",
54
54
  "autosuggest-highlight": "^3.2.1",
55
55
  "browser-image-compression": "^2.0.2",
56
56
  "countries-list": "^2.6.1",
@@ -209,7 +209,7 @@
209
209
  "@types/react-select": "^4.0.18",
210
210
  "@types/react-window": "^1.8.8",
211
211
  "@zeniai/client-analytics": "2.0.21",
212
- "@zeniai/client-epic-state": "5.0.89",
212
+ "@zeniai/client-epic-state": "5.0.92",
213
213
  "color": "^3.1.3",
214
214
  "react": "18.3.1",
215
215
  "react-dom": "18.3.1",