@zeniai/web-components 4.3.76 → 4.3.78

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 (34) hide show
  1. package/dist/{SessionTimeoutPopup-e2q-I5j5.cjs → SessionTimeoutPopup-DQ4ojB8o.cjs} +18206 -17373
  2. package/dist/{SessionTimeoutPopup-z4PrvxTb.js → SessionTimeoutPopup-oWPPGQcr.js} +97576 -94181
  3. package/dist/appLocale.d.ts +119 -0
  4. package/dist/cockpit.cjs.js +2 -2
  5. package/dist/cockpit.esm.js +415 -414
  6. package/dist/components/aiCfo/components/AiCfoRoutinesBrowser.d.ts +1 -1
  7. package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +14 -4
  8. package/dist/components/expenseAutomation/components/navbarHeaderData.d.ts +6 -1
  9. package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingKpiStrip.d.ts +9 -0
  10. package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingList.d.ts +13 -0
  11. package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingListRow.d.ts +11 -0
  12. package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingMatchDetailPage.d.ts +21 -0
  13. package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingMatchNewButton.d.ts +5 -0
  14. package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingPage.d.ts +22 -0
  15. package/dist/components/expenseAutomation/sections/actualMatching/ActualMatchingPageSkeleton.d.ts +3 -0
  16. package/dist/components/expenseAutomation/sections/actualMatching/MatchNewModal.d.ts +12 -0
  17. package/dist/components/expenseAutomation/sections/actualMatching/MatchNewPreview.d.ts +8 -0
  18. package/dist/components/expenseAutomation/sections/actualMatching/ReversesGroupedPill.d.ts +5 -0
  19. package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingHelpers.d.ts +76 -0
  20. package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingHelpers.test.d.ts +1 -0
  21. package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingListConfig.d.ts +12 -0
  22. package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingMatchDetailHelpers.d.ts +18 -0
  23. package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingMatchDetailHelpers.test.d.ts +1 -0
  24. package/dist/components/expenseAutomation/sections/actualMatching/actualMatchingTypes.d.ts +134 -0
  25. package/dist/components/expenseAutomation/sections/actualMatching/matchNewPreviewHelpers.d.ts +12 -0
  26. package/dist/components/expenseAutomation/sections/actualMatching/matchNewPreviewHelpers.test.d.ts +1 -0
  27. package/dist/components/expenseAutomation/sections/actualMatching/stories/ActualMatchingPageQuickViewStoryParts.d.ts +10 -0
  28. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePage.d.ts +10 -2
  29. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEGroupSectionHeader.d.ts +2 -1
  30. package/dist/index.cjs.js +1 -1
  31. package/dist/index.d.ts +4 -0
  32. package/dist/index.esm.js +392 -391
  33. package/dist/strings/strings.d.ts +119 -0
  34. package/package.json +5 -5
@@ -1965,6 +1965,16 @@ export declare const zeniStrings: {
1965
1965
  failed: string;
1966
1966
  notification: string;
1967
1967
  };
1968
+ actual_matching_match_and_reverse: {
1969
+ success: string;
1970
+ failed: string;
1971
+ notification: string;
1972
+ };
1973
+ actual_matching_undo_reversal: {
1974
+ success: string;
1975
+ failed: string;
1976
+ notification: string;
1977
+ };
1968
1978
  ignore_schedule: {
1969
1979
  success: string;
1970
1980
  failed: string;
@@ -8438,8 +8448,117 @@ export declare const zeniStrings: {
8438
8448
  };
8439
8449
  tabs: {
8440
8450
  schedules: string;
8451
+ actualMatching: string;
8441
8452
  existingSchedules: string;
8442
8453
  };
8454
+ actualMatching: {
8455
+ matchNew: string;
8456
+ undoReversal: string;
8457
+ continueMatch: string;
8458
+ openBill: string;
8459
+ openCharge: string;
8460
+ openTransaction: string;
8461
+ kpi: {
8462
+ actualsReceived: string;
8463
+ ofExpected: string;
8464
+ vendorsStillPending: string;
8465
+ vendorStillPending: string;
8466
+ autoReversed: string;
8467
+ cleared: string;
8468
+ pendingReview: string;
8469
+ estMinutesToClear: string;
8470
+ variance: string;
8471
+ varianceFooter: string;
8472
+ };
8473
+ groups: {
8474
+ reversed: string;
8475
+ };
8476
+ groupSubtitles: {
8477
+ reversed: string;
8478
+ pendingReview: string;
8479
+ };
8480
+ columns: {
8481
+ received: string;
8482
+ vendor: string;
8483
+ type: string;
8484
+ service: string;
8485
+ reverses: string;
8486
+ matchTier: string;
8487
+ reversedBy: string;
8488
+ accrued: string;
8489
+ actual: string;
8490
+ variance: string;
8491
+ };
8492
+ reversedBy: {
8493
+ aiAccountant: string;
8494
+ humanUser: string;
8495
+ };
8496
+ matchTier: {
8497
+ exact: string;
8498
+ fuzzy: string;
8499
+ aiAccountant: string;
8500
+ manual: string;
8501
+ };
8502
+ reversesCount: string;
8503
+ groupedOpenAccrual: string;
8504
+ groupedMenuAria: string;
8505
+ lifecycle: {
8506
+ pendingReview: string;
8507
+ autoReversed: string;
8508
+ };
8509
+ emptyState: {
8510
+ title: string;
8511
+ subTitle: string;
8512
+ };
8513
+ matchModal: {
8514
+ title: string;
8515
+ subtitle: string;
8516
+ leftTitle: string;
8517
+ rightTitle: string;
8518
+ selectedLabel: string;
8519
+ leftSearchPlaceholder: string;
8520
+ rightSearchPlaceholder: string;
8521
+ emptyLeft: string;
8522
+ emptyRight: string;
8523
+ confirm: string;
8524
+ maxAccruals: string;
8525
+ conflict: string;
8526
+ vendorLock: string;
8527
+ selectLineHint: string;
8528
+ previewEmpty: string;
8529
+ accrualJeTitle: string;
8530
+ reversalJeTitle: string;
8531
+ reversalJeNote: string;
8532
+ transactionMatchedTitle: string;
8533
+ columnDate: string;
8534
+ columnAccount: string;
8535
+ columnDebit: string;
8536
+ columnCredit: string;
8537
+ lastDayOfMonth: string;
8538
+ reversesLabel: string;
8539
+ vsAccrued: string;
8540
+ accruedExpensesFallback: string;
8541
+ };
8542
+ matchDetail: {
8543
+ service: string;
8544
+ accrued: string;
8545
+ actual: string;
8546
+ variance: string;
8547
+ accrualJes: string;
8548
+ leftovers: string;
8549
+ reversalFailed: string;
8550
+ undoFailed: string;
8551
+ loadErrorTitle: string;
8552
+ loadErrorSubTitle: string;
8553
+ reversalJe: string;
8554
+ matchedBill: string;
8555
+ matchedCharge: string;
8556
+ matchedTransaction: string;
8557
+ statusAutoReversed: string;
8558
+ statusPendingReview: string;
8559
+ statusManuallyReversed: string;
8560
+ };
8561
+ };
8443
8562
  newSchedule: {
8444
8563
  title: string;
8445
8564
  oneTimeAccrualTitle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.3.76",
3
+ "version": "4.3.78",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -47,8 +47,8 @@
47
47
  "@statsig/react-bindings": "^3.14.0",
48
48
  "@stripe/react-stripe-js": "^2.7.3",
49
49
  "@stripe/stripe-js": "^4.4.0",
50
- "@zeniai/client-analytics": "2.0.89",
51
- "@zeniai/client-epic-state": "5.2.41",
50
+ "@zeniai/client-analytics": "2.0.91",
51
+ "@zeniai/client-epic-state": "5.2.42",
52
52
  "autosuggest-highlight": "^3.2.1",
53
53
  "browser-image-compression": "^2.0.2",
54
54
  "countries-list": "^2.6.1",
@@ -166,8 +166,8 @@
166
166
  "@types/color": "^3.0.2",
167
167
  "@types/react-select": "^4.0.18",
168
168
  "@types/react-window": "^1.8.8",
169
- "@zeniai/client-analytics": "2.0.89",
170
- "@zeniai/client-epic-state": "5.2.41",
169
+ "@zeniai/client-analytics": "2.0.91",
170
+ "@zeniai/client-epic-state": "5.2.42",
171
171
  "color": "^3.1.3",
172
172
  "react": "18.3.1",
173
173
  "react-dom": "18.3.1",