@zeniai/web-components 4.3.40 → 4.3.41

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 (108) hide show
  1. package/dist/{SessionTimeoutPopup-BWBsmq2A.cjs → SessionTimeoutPopup-B6IhYc5j.cjs} +17448 -15784
  2. package/dist/{SessionTimeoutPopup-B-WVI7aL.js → SessionTimeoutPopup-TT3Z0Y7j.js} +102699 -96364
  3. package/dist/appLocale.d.ts +356 -13
  4. package/dist/assets/interface/avatars-without-pic.svg +12 -0
  5. package/dist/cockpit.cjs.js +2 -2
  6. package/dist/cockpit.esm.js +760 -759
  7. package/dist/components/address/addressHelper.d.ts +2 -2
  8. package/dist/components/common/Picker.d.ts +3 -1
  9. package/dist/components/common/allNavBars/statusSwitcher/switcherTypes.d.ts +1 -0
  10. package/dist/components/common/tooltipVariants/types.d.ts +11 -9
  11. package/dist/components/commonSetUp/approval/ApprovalRuleSection.d.ts +11 -2
  12. package/dist/components/commonSetUp/approval/ApprovalStageRow.d.ts +37 -12
  13. package/dist/components/commonSetUp/approval/ApprovalStagesSection.d.ts +8 -2
  14. package/dist/components/commonSetUp/approval/ConditionRow.d.ts +10 -1
  15. package/dist/components/commonSetUp/approval/FormSection.d.ts +19 -3
  16. package/dist/components/commonSetUp/approval/RuleOverlapBanner.d.ts +63 -17
  17. package/dist/components/commonSetUp/approval/RuleOverlapCard.d.ts +10 -1
  18. package/dist/components/commonSetUp/approval/detectDuplicateRule.d.ts +12 -0
  19. package/dist/components/commonSetUp/approval/formatFallbackRuleChain.d.ts +12 -0
  20. package/dist/components/expenseAutomation/ExpenseAutomationPage.d.ts +41 -6
  21. package/dist/components/expenseAutomation/components/NavBarWithHeader.d.ts +21 -5
  22. package/dist/components/expenseAutomation/components/navbarHeaderData.d.ts +3 -4
  23. package/dist/components/expenseAutomation/sections/accountRecon/AccountReconDetailsDrawerPageV2.d.ts +3 -1
  24. package/dist/components/expenseAutomation/sections/accountRecon/CombinedStatementAccountMappingSection.d.ts +2 -2
  25. package/dist/components/expenseAutomation/sections/accountRecon/StatementProcessingPage.d.ts +0 -1
  26. package/dist/components/expenseAutomation/sections/accountRecon/statementProcessingHelpers.d.ts +2 -0
  27. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePage.d.ts +30 -5
  28. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulePageSkeleton.d.ts +5 -0
  29. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualBillingPatternCard.d.ts +14 -0
  30. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualCalculationBreakdownCard.d.ts +26 -0
  31. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualDetailsSection.d.ts +31 -0
  32. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualFeedbackDialog.d.ts +27 -0
  33. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualFeedbackDialog.test.d.ts +1 -0
  34. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualHeader.d.ts +16 -0
  35. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEAccrualSequenceSection.d.ts +22 -0
  36. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/JEOneTimeAccrualDetailPage.d.ts +28 -0
  37. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/accrualActions.d.ts +24 -0
  38. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/accrualFieldHelpers.d.ts +18 -0
  39. package/dist/components/expenseAutomation/sections/jeSchedules/accrualDetail/accrualFieldHelpers.test.d.ts +1 -0
  40. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEBaseTransactionSearch.d.ts +23 -0
  41. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEBaseTransactionSearch.test.d.ts +1 -0
  42. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEExistingKpiStrip.d.ts +7 -0
  43. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEGroupSectionHeader.d.ts +8 -0
  44. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEJournalEntryPreview.d.ts +28 -0
  45. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEKpiStrip.d.ts +8 -0
  46. package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleAccountSettings.d.ts → common/JEScheduleAccountSettings.d.ts} +2 -2
  47. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleCreatedBy.d.ts +21 -0
  48. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleCreatedBy.test.d.ts +1 -0
  49. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleLifecycle.d.ts +19 -0
  50. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleLifecycle.test.d.ts +1 -0
  51. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleNewEntryButton.d.ts +14 -0
  52. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleNewEntryButton.test.d.ts +1 -0
  53. package/dist/components/expenseAutomation/sections/jeSchedules/common/JESchedulePreview.d.ts +18 -0
  54. package/dist/components/expenseAutomation/sections/jeSchedules/common/JEScheduleRadioCardGroup.d.ts +27 -0
  55. package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleResolveComponent.d.ts → common/JEScheduleResolveComponent.d.ts} +3 -3
  56. package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleResolveListRow.d.ts → common/JEScheduleResolveListRow.d.ts} +4 -11
  57. package/dist/components/expenseAutomation/sections/jeSchedules/common/JETypeFilterBar.d.ts +8 -0
  58. package/dist/components/expenseAutomation/sections/jeSchedules/common/jeScheduleKpiHelpers.d.ts +14 -0
  59. package/dist/components/expenseAutomation/sections/jeSchedules/common/newScheduleCopy.test.d.ts +1 -0
  60. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEOneTimeAccrualCell.d.ts +12 -0
  61. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleDownloadRangeDialog.d.ts +18 -0
  62. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleDownloadRangeDialog.test.d.ts +1 -0
  63. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleDraftListRow.d.ts +16 -0
  64. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleGroupList.d.ts +53 -0
  65. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleListWrapperRow.d.ts +39 -0
  66. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleListWrapperRow.test.d.ts +1 -0
  67. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleReadOnlyListRow.d.ts +15 -0
  68. package/dist/components/expenseAutomation/sections/jeSchedules/list/JEScheduleReadOnlyListRow.test.d.ts +1 -0
  69. package/dist/components/expenseAutomation/sections/jeSchedules/{jeSchedule.helpers.d.ts → list/jeSchedule.helpers.d.ts} +1 -1
  70. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleConfig.d.ts +46 -0
  71. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListItems.d.ts +56 -0
  72. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListRow.helpers.d.ts +29 -0
  73. package/dist/components/expenseAutomation/sections/jeSchedules/list/jeScheduleListRow.helpers.test.d.ts +1 -0
  74. package/dist/components/expenseAutomation/sections/jeSchedules/sections/JEExistingSection.d.ts +22 -0
  75. package/dist/components/expenseAutomation/sections/jeSchedules/sections/JESchedulesSection.d.ts +27 -0
  76. package/dist/components/expenseAutomation/sections/jeSchedules/sections/JESummarySection.d.ts +7 -0
  77. package/dist/components/expenseAutomation/sections/jeSchedules/sections/NewJEScheduleSection.d.ts +59 -0
  78. package/dist/components/expenseAutomation/sections/jeSchedules/sections/NewScheduleDocumentAutofillPanel.d.ts +11 -0
  79. package/dist/components/formElements/formattedTextField/FormattedTextField.d.ts +3 -1
  80. package/dist/components/formElements/multiSelectField/MultiSelectField.d.ts +13 -1
  81. package/dist/components/formElements/textField/TextField.d.ts +3 -1
  82. package/dist/components/jeSchedules/downloadJESchedules/types/downloadJESchedulesOptionsPayload.d.ts +3 -1
  83. package/dist/components/jeSchedules/scheduleDetails/table/ScheduleAccruedSequenceTable.d.ts +2 -1
  84. package/dist/components/jeSchedules/scheduleDetails/table/items/ScheduleAccruedSequenceTableRow.d.ts +6 -1
  85. package/dist/components/singleSelect/SingleSelect.d.ts +12 -1
  86. package/dist/components/singleSelect/SingleSelectField.d.ts +13 -1
  87. package/dist/components/spendManagement/billPay/billPaySetUp/BillPayApprovalRuleDetailPage.d.ts +1 -0
  88. package/dist/components/spendManagement/billPay/billPaySetUp/components/formElements/UserMultiSelect.d.ts +17 -2
  89. package/dist/components/spendManagement/billPay/billPaySetUp/components/formElements/UserMultiSelectField.d.ts +6 -2
  90. package/dist/components/spendManagement/reimbursement/AllReimbursementLineItems.d.ts +1 -1
  91. package/dist/components/spendManagement/reimbursement/reimbursementSetUp/ReimbursementApprovalRuleDetailPage.d.ts +1 -0
  92. package/dist/context/featureProvider/FeatureGateNameConstants.d.ts +8 -3
  93. package/dist/index.cjs.js +1 -1
  94. package/dist/index.d.ts +6 -2
  95. package/dist/index.esm.js +267 -266
  96. package/dist/strings/strings.d.ts +356 -13
  97. package/package.json +5 -5
  98. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleDraftListRow.d.ts +0 -19
  99. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleListWrapperRow.d.ts +0 -31
  100. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleReadOnlyListRow.d.ts +0 -13
  101. package/dist/components/expenseAutomation/sections/jeSchedules/JEScheduleRecommendationIcon.d.ts +0 -13
  102. package/dist/components/expenseAutomation/sections/jeSchedules/JESchedulesList.d.ts +0 -24
  103. package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleConfig.d.ts +0 -28
  104. package/dist/components/expenseAutomation/sections/jeSchedules/jeScheduleListRow.helpers.d.ts +0 -17
  105. /package/dist/components/expenseAutomation/sections/jeSchedules/{jeScheduleListRow.helpers.test.d.ts → accrualDetail/JEAccrualDetailsSection.test.d.ts} +0 -0
  106. /package/dist/components/expenseAutomation/sections/jeSchedules/{JEScheduleDraftComponent.d.ts → common/JEScheduleDraftComponent.d.ts} +0 -0
  107. /package/dist/components/expenseAutomation/sections/jeSchedules/{JESchedulesListEmptyTable.d.ts → common/JESchedulesListEmptyTable.d.ts} +0 -0
  108. /package/dist/components/expenseAutomation/sections/jeSchedules/{common.d.ts → common/common.d.ts} +0 -0
@@ -1264,6 +1264,21 @@ export declare const zeniStrings: {
1264
1264
  failed: string;
1265
1265
  notification: string;
1266
1266
  };
1267
+ revert_schedule: {
1268
+ success: string;
1269
+ failed: string;
1270
+ notification: string;
1271
+ };
1272
+ ignore_accrual: {
1273
+ success: string;
1274
+ failed: string;
1275
+ notification: string;
1276
+ };
1277
+ revert_accrual: {
1278
+ success: string;
1279
+ failed: string;
1280
+ notification: string;
1281
+ };
1267
1282
  delete_schedule: {
1268
1283
  success: string;
1269
1284
  failed: string;
@@ -5334,21 +5349,10 @@ export declare const zeniStrings: {
5334
5349
  connectorAnd: string;
5335
5350
  connectorOr: string;
5336
5351
  amountChip: {
5337
- range: string;
5338
- greater_than: string;
5339
- less_than: string;
5340
5352
  isBetween: string;
5341
5353
  isGreaterThan: string;
5342
5354
  isLesserThan: string;
5343
5355
  };
5344
- vendorChip: {
5345
- is: string;
5346
- is_not: string;
5347
- };
5348
- departmentChip: {
5349
- is: string;
5350
- is_not: string;
5351
- };
5352
5356
  addRuleSectionHeading: string;
5353
5357
  addRuleSectionSubheading: string;
5354
5358
  setConditionsSectionHeading: string;
@@ -5368,6 +5372,9 @@ export declare const zeniStrings: {
5368
5372
  amountGreaterThanLabel: string;
5369
5373
  amountLessThanLabel: string;
5370
5374
  amountRangeLabel: string;
5375
+ amountRangeFromLabel: string;
5376
+ amountRangeToLabel: string;
5377
+ amountRangeToPlaceholder: string;
5371
5378
  amountMissingError: string;
5372
5379
  operatorIsOrIsNot: {
5373
5380
  is: string;
@@ -5413,13 +5420,26 @@ export declare const zeniStrings: {
5413
5420
  separationOfDutiesHelper: string;
5414
5421
  setAsDefaultFallbackLabel: string;
5415
5422
  setAsDefaultFallbackHelper: string;
5423
+ existingFallbackRuleLabel: string;
5424
+ existingFallbackRuleCondition: string;
5416
5425
  overlapBanner: {
5417
5426
  title: string;
5418
5427
  descriptionSingular: string;
5419
5428
  descriptionPlural: string;
5429
+ hideDetailsBtn: string;
5430
+ showDetailsBtn: string;
5420
5431
  ignoreAndProceedBtn: string;
5421
5432
  editExistingRuleBtn: string;
5422
5433
  priorityLabel: string;
5434
+ duplicateTitle: string;
5435
+ duplicateDescriptionSingular: string;
5436
+ duplicateDescriptionPlural: string;
5437
+ duplicateBlockedMessage: string;
5438
+ };
5439
+ inactiveApprover: {
5440
+ singularMessage: string;
5441
+ pluralMessage: string;
5442
+ changeApproverLinkText: string;
5423
5443
  };
5424
5444
  overlapModal: {
5425
5445
  title: string;
@@ -9754,6 +9774,35 @@ export declare const zeniStrings: {
9754
9774
  accumulatedCategory: string;
9755
9775
  transactionDate: string;
9756
9776
  memo: string;
9777
+ entry: string;
9778
+ item: string;
9779
+ action: string;
9780
+ createdBy: string;
9781
+ lifecycle: string;
9782
+ monthlyAmount: string;
9783
+ totalAmountHeader: string;
9784
+ vendorHeader: string;
9785
+ categoryHeader: string;
9786
+ date: string;
9787
+ amount: string;
9788
+ account: string;
9789
+ reversesOn: string;
9790
+ reversesOnMatch: string;
9791
+ scheduledAndPosted: string;
9792
+ aiAccountant: string;
9793
+ schedulePeriod: string;
9794
+ };
9795
+ scheduleCot: {
9796
+ recommendedMethod: string;
9797
+ debit: string;
9798
+ credit: string;
9799
+ monthLifeSuffix: string;
9800
+ methodByType: {
9801
+ prepaid_expenses: string;
9802
+ fixed_assets: string;
9803
+ accrued_expenses: string;
9804
+ deferred_revenue: string;
9805
+ };
9757
9806
  };
9758
9807
  scheduleTypes: {
9759
9808
  prepaid_expenses: string;
@@ -9761,17 +9810,311 @@ export declare const zeniStrings: {
9761
9810
  accrued_expenses: string;
9762
9811
  deferred_revenue: string;
9763
9812
  };
9813
+ oneTimeAccrualType: string;
9814
+ lifecycleLabel: {
9815
+ prepaid_expenses: string;
9816
+ fixed_assets: string;
9817
+ accrued_expenses: string;
9818
+ deferred_revenue: string;
9819
+ };
9764
9820
  tooltipText: {
9765
9821
  missingVendor: string;
9766
9822
  missingCategory: string;
9767
9823
  missingDepCategory: string;
9768
9824
  };
9825
+ resolveErrors: {
9826
+ heading: string;
9827
+ vendor_deleted: string;
9828
+ debit_category_deleted: string;
9829
+ credit_category_deleted: string;
9830
+ qbo_error: string;
9831
+ qbo_authorization_error: string;
9832
+ qbo_invalid_company_status_error: string;
9833
+ qbo_book_close_date_error: string;
9834
+ };
9835
+ revert: string;
9769
9836
  addCategory: string;
9770
9837
  addDepCategory: string;
9771
9838
  aiBotEmail: string;
9772
9839
  botEmail: string;
9773
9840
  aiAccountant: string;
9774
9841
  zeniGPTText: string;
9842
+ kpiStrip: {
9843
+ aiAccountant: string;
9844
+ manual: string;
9845
+ needsReview: string;
9846
+ schedules: string;
9847
+ total: string;
9848
+ typeLabels: {
9849
+ fixed_assets: string;
9850
+ prepaid_expenses: string;
9851
+ accrued_expenses: string;
9852
+ deferred_revenue: string;
9853
+ };
9854
+ };
9855
+ typeFilter: {
9856
+ all: string;
9857
+ prepaid_expenses: string;
9858
+ fixed_assets: string;
9859
+ accrued_expenses: string;
9860
+ deferred_revenue: string;
9861
+ };
9862
+ groups: {
9863
+ created: string;
9864
+ createdInsight: string;
9865
+ pendingReview: string;
9866
+ pendingReviewInsight: string;
9867
+ };
9868
+ tabs: {
9869
+ schedules: string;
9870
+ existingSchedules: string;
9871
+ };
9872
+ newSchedule: {
9873
+ newButtonLabel: string;
9874
+ title: string;
9875
+ oneTimeAccrualTitle: string;
9876
+ oneTimeAccrualSubtitle: string;
9877
+ recurringTitle: string;
9878
+ recurringSubtitle: string;
9879
+ reviewSchedule: string;
9880
+ scheduleDetails: {
9881
+ title: string;
9882
+ oneTimeAccrual: string;
9883
+ oneTimeAccrualDescription: string;
9884
+ recurringSchedule: string;
9885
+ };
9886
+ scheduleType: {
9887
+ title: string;
9888
+ subtitle: string;
9889
+ fixedAsset: string;
9890
+ fixedAssetDescription: string;
9891
+ prepaid: string;
9892
+ prepaidDescription: string;
9893
+ accrual: string;
9894
+ accrualDescription: string;
9895
+ deferredRevenue: string;
9896
+ deferredRevenueDescription: string;
9897
+ };
9898
+ baseTransaction: {
9899
+ title: string;
9900
+ subtitleFixedAsset: string;
9901
+ subtitlePrepaid: string;
9902
+ searchPlaceholder: string;
9903
+ noResults: string;
9904
+ aiAccountantInsight: string;
9905
+ };
9906
+ fields: {
9907
+ vendor: string;
9908
+ startMonth: string;
9909
+ postingDate: string;
9910
+ numberOfMonths: string;
9911
+ amountPerMonth: string;
9912
+ category: string;
9913
+ class: string;
9914
+ accumulatedDepreciationCategory: string;
9915
+ assetId: string;
9916
+ sourceOrTrigger: string;
9917
+ addVendor: string;
9918
+ selectStartMonth: string;
9919
+ selectPostingDate: string;
9920
+ selectMonths: string;
9921
+ addAmount: string;
9922
+ addCategory: string;
9923
+ addClass: string;
9924
+ addAccumulatedDepreciationCategory: string;
9925
+ addAssetId: string;
9926
+ addSourceOrTrigger: string;
9927
+ serviceMonth: string;
9928
+ selectServiceMonth: string;
9929
+ amount: string;
9930
+ accrualCategory: string;
9931
+ addAccrualCategory: string;
9932
+ memo: string;
9933
+ addMemo: string;
9934
+ memoPrefix: string;
9935
+ estimatedMonthlyAmount: string;
9936
+ startingBalance: string;
9937
+ addStartingBalance: string;
9938
+ };
9939
+ oneTimeAccrual: {
9940
+ postAccrual: string;
9941
+ reverseNextMonth: string;
9942
+ reverseNextMonthOff: string;
9943
+ reverseNextMonthOn: string;
9944
+ reverseNextMonthOnNoServiceMonth: string;
9945
+ };
9946
+ journalEntryPreview: {
9947
+ title: string;
9948
+ debit: string;
9949
+ credit: string;
9950
+ autoReversesOnBillMatch: string;
9951
+ autoReversesOnDate: string;
9952
+ };
9953
+ schedulePreview: {
9954
+ title: string;
9955
+ posts: string;
9956
+ postsValue: string;
9957
+ window: string;
9958
+ windowValue: string;
9959
+ totalCommitted: string;
9960
+ eachEntry: string;
9961
+ eachEntryValue: string;
9962
+ class: string;
9963
+ autoPostPrefix: string;
9964
+ autoPostSuffix: string;
9965
+ };
9966
+ documentAutofillUnavailable: {
9967
+ title: string;
9968
+ descriptionByType: {
9969
+ fixed_assets: string;
9970
+ prepaid_expenses: string;
9971
+ accrued_expenses: string;
9972
+ };
9973
+ searchTransactionsButton: string;
9974
+ };
9975
+ };
9976
+ accrualDetail: {
9977
+ accrualTypeMonthly: string;
9978
+ estimatedBy: string;
9979
+ aiAccountant: string;
9980
+ editAmount: string;
9981
+ serviceMonthLabel: string;
9982
+ statusLabels: {
9983
+ draft: string;
9984
+ posting: string;
9985
+ posted: string;
9986
+ posting_blocked: string;
9987
+ reversing: string;
9988
+ reversed: string;
9989
+ reverted: string;
9990
+ };
9991
+ details: {
9992
+ title: string;
9993
+ servicePeriod: string;
9994
+ servicePeriodValue: string;
9995
+ accrualType: string;
9996
+ expenseCategory: string;
9997
+ department: string;
9998
+ liabilityAccount: string;
9999
+ memo: string;
10000
+ postingDate: string;
10001
+ autoReversal: string;
10002
+ reverseNextMonthOption: string;
10003
+ onInvoiceMatch: string;
10004
+ onDate: string;
10005
+ monthsOfHistoryUsed: string;
10006
+ monthsValue: string;
10007
+ };
10008
+ calculationBreakdown: {
10009
+ title: string;
10010
+ calculationMethod: string;
10011
+ month: string;
10012
+ invoiceAmount: string;
10013
+ weight: string;
10014
+ weightedValue: string;
10015
+ recommendedAccrual: string;
10016
+ };
10017
+ journalEntryPreview: {
10018
+ title: string;
10019
+ };
10020
+ billingPattern: {
10021
+ title: string;
10022
+ avgAmount: string;
10023
+ lastBill: string;
10024
+ consistency: string;
10025
+ billingLag: string;
10026
+ monthsTracked: string;
10027
+ daysValue: string;
10028
+ percentValue: string;
10029
+ serviceMonthMarker: string;
10030
+ noHistoryTitle: string;
10031
+ noHistoryDescription: string;
10032
+ };
10033
+ actions: {
10034
+ skipThisMonth: string;
10035
+ approveAndPost: string;
10036
+ review: string;
10037
+ ignore: string;
10038
+ revert: string;
10039
+ };
10040
+ statusStates: {
10041
+ reversed: string;
10042
+ };
10043
+ feedback: {
10044
+ title: string;
10045
+ subtitle: string;
10046
+ reasons: {
10047
+ no_activity: string;
10048
+ paused: string;
10049
+ too_small: string;
10050
+ need_invoice: string;
10051
+ other_ignore: string;
10052
+ };
10053
+ revert: {
10054
+ title: string;
10055
+ subtitle: string;
10056
+ submit: string;
10057
+ reasons: {
10058
+ amount_off: string;
10059
+ wrong_period: string;
10060
+ not_accrual: string;
10061
+ duplicate: string;
10062
+ other_revert: string;
10063
+ };
10064
+ };
10065
+ ignoreSchedule: {
10066
+ title: string;
10067
+ subtitle: string;
10068
+ submit: string;
10069
+ reasons: {
10070
+ not_needed: string;
10071
+ wrong_account: string;
10072
+ duplicate: string;
10073
+ already_handled: string;
10074
+ other_ignore: string;
10075
+ };
10076
+ };
10077
+ revertSchedule: {
10078
+ title: string;
10079
+ subtitle: string;
10080
+ submit: string;
10081
+ reasons: {
10082
+ amount_off: string;
10083
+ wrong_period: string;
10084
+ duplicate: string;
10085
+ created_by_mistake: string;
10086
+ other_revert: string;
10087
+ };
10088
+ };
10089
+ noteLabel: string;
10090
+ notePlaceholder: string;
10091
+ submit: string;
10092
+ };
10093
+ };
10094
+ existingSchedules: {
10095
+ downloadCompletedSchedules: string;
10096
+ downloadRange: {
10097
+ title: string;
10098
+ subtitle: string;
10099
+ fromLabel: string;
10100
+ fromPlaceholder: string;
10101
+ throughToday: string;
10102
+ submit: string;
10103
+ };
10104
+ kpi: {
10105
+ ongoingSchedules: string;
10106
+ monthlyPosting: string;
10107
+ remainingBalance: string;
10108
+ toDepreciateAmortize: string;
10109
+ posted: string;
10110
+ typeAbbreviations: {
10111
+ fixed_assets: string;
10112
+ prepaid_expenses: string;
10113
+ deferred_revenue: string;
10114
+ accrued_expenses: string;
10115
+ };
10116
+ };
10117
+ };
9775
10118
  };
9776
10119
  missingReceipts: {
9777
10120
  searchPlaceholder: string;
@@ -10074,8 +10417,8 @@ export declare const zeniStrings: {
10074
10417
  accountMapping: {
10075
10418
  headerSubtitle: (cardCount: number) => string;
10076
10419
  headerSubtitleAccounts: (accountCount: number) => string;
10077
- banner: (accountName: string, cardCount: number) => string;
10078
- bannerAccounts: (accountName: string, accountCount: number) => string;
10420
+ banner: (fileName: string, cardCount: number) => string;
10421
+ bannerAccounts: (fileName: string, accountCount: number) => string;
10079
10422
  aiMatched: string;
10080
10423
  ledgerAccountLabel: string;
10081
10424
  ledgerAccountPlaceholder: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.3.40",
3
+ "version": "4.3.41",
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.81",
51
- "@zeniai/client-epic-state": "5.2.14",
50
+ "@zeniai/client-analytics": "2.0.82",
51
+ "@zeniai/client-epic-state": "5.2.15",
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.81",
170
- "@zeniai/client-epic-state": "5.2.14",
169
+ "@zeniai/client-analytics": "2.0.82",
170
+ "@zeniai/client-epic-state": "5.2.15",
171
171
  "color": "^3.1.3",
172
172
  "react": "18.3.1",
173
173
  "react-dom": "18.3.1",
@@ -1,19 +0,0 @@
1
- import { FetchStateAndError, ID, JEScheduleTransactionKey, JEScheduledTransaction, ScheduleTypes } from '@zeniai/client-epic-state';
2
- import { JEScheduleColumnKey } from './jeScheduleConfig';
3
- export interface JEScheduleDraftListRowProps {
4
- dataListColumnKey: JEScheduleColumnKey;
5
- draft: JEScheduledTransaction;
6
- ignoreStatus: FetchStateAndError;
7
- isJEScheduleCOTEnabled: boolean;
8
- recommendedCategoryName?: string;
9
- recommendedClassName?: string;
10
- recommendedDepCategoryName?: string;
11
- recommendedPeriodName?: string;
12
- recommendedPostingDateName?: string;
13
- recommendedTypeName?: string;
14
- ignoreRecommendedJeSchedule: (jeScheduleTransactionKey: JEScheduleTransactionKey, scheduleType: ScheduleTypes) => void;
15
- onReviewClickHandler: (jeScheduleId: ID, jeScheduleKey: JEScheduleTransactionKey, jeScheduleType: ScheduleTypes) => void;
16
- onConfirmCategoryRecommendation?: (jeScheduleTransactionKey: JEScheduleTransactionKey, recommendedCategoryId: ID) => void;
17
- }
18
- declare const _default: import('react').MemoExoticComponent<({ dataListColumnKey, draft, ignoreRecommendedJeSchedule, ignoreStatus, isJEScheduleCOTEnabled, recommendedCategoryName, recommendedClassName, recommendedDepCategoryName, recommendedPeriodName, recommendedPostingDateName, recommendedTypeName, onConfirmCategoryRecommendation, onReviewClickHandler, }: JEScheduleDraftListRowProps) => import("react/jsx-runtime").JSX.Element | null>;
19
- export default _default;
@@ -1,31 +0,0 @@
1
- import { AccountBase, FetchStateAndError, ID, JEScheduleLocalData, JEScheduleTransactionKey, JEScheduledTransaction, NestedAccountHierarchyForReport, NestedClassHierarchyForReport, ScheduleTypes, UncategorizedAccounts } from '@zeniai/client-epic-state';
2
- import { AutoCompleteActions, AutoCompleteData } from '../../../common/autoComplete/autoCompleteProps';
3
- import { TextAlign } from '../../../dataListTable';
4
- import { JEScheduleResolveComponentFormData } from './JEScheduleResolveComponent';
5
- import { JEScheduleColumnKey } from './jeScheduleConfig';
6
- export interface JEScheduleListWrapperRowProps {
7
- accountListNestedAccountHierarchy: NestedAccountHierarchyForReport[];
8
- allAccountList: AccountBase[];
9
- allDepAccountList: AccountBase[];
10
- allDepreciationAccountListNestedAccountHierarchy: NestedAccountHierarchyForReport[];
11
- classListNestedAccountHierarchy: NestedClassHierarchyForReport[];
12
- dataListColumnKey: JEScheduleColumnKey;
13
- ignoreStatusById: Record<string, FetchStateAndError>;
14
- isJEScheduleCOTEnabled: boolean;
15
- localDataByID: Record<string, JEScheduleLocalData>;
16
- postStatusById: Record<string, FetchStateAndError>;
17
- row: JEScheduledTransaction;
18
- uncategorizedAccounts: UncategorizedAccounts;
19
- vendorSearchAutoCompleteActions: AutoCompleteActions;
20
- vendorSearchAutoCompleteData: AutoCompleteData;
21
- align?: TextAlign;
22
- isReadOnly?: boolean;
23
- ignoreRecommendedJeSchedule: (jeScheduleTransactionKey: JEScheduleTransactionKey, scheduleType: ScheduleTypes) => void;
24
- jeScheduleClickHandler: (event: React.MouseEvent<HTMLDivElement>, jeScheduleId: ID, jeScheduleKey: JEScheduleTransactionKey, jeScheduleType: ScheduleTypes) => void;
25
- onFormDataChange: (scheduleJournalEntryId: ID, localData: JEScheduleResolveComponentFormData) => void;
26
- onPostJESchedule: (scheduledJournalEntryId: ID, jeScheduleTransactionKey: JEScheduleTransactionKey) => void;
27
- onReviewClickHandler: (jeScheduleId: ID, jeScheduleKey: JEScheduleTransactionKey, jeScheduleType: ScheduleTypes) => void;
28
- onConfirmCategoryRecommendation?: (jeScheduleTransactionKey: JEScheduleTransactionKey, recommendedCategoryId: ID) => void;
29
- }
30
- declare const _default: import('react').MemoExoticComponent<({ accountListNestedAccountHierarchy, align, allAccountList, allDepAccountList, allDepreciationAccountListNestedAccountHierarchy, classListNestedAccountHierarchy, dataListColumnKey, ignoreStatusById, isJEScheduleCOTEnabled, isReadOnly, localDataByID, postStatusById, row, uncategorizedAccounts, vendorSearchAutoCompleteActions, vendorSearchAutoCompleteData, ignoreRecommendedJeSchedule, jeScheduleClickHandler, onConfirmCategoryRecommendation, onFormDataChange, onPostJESchedule, onReviewClickHandler, }: JEScheduleListWrapperRowProps) => import("react/jsx-runtime").JSX.Element | null>;
31
- export default _default;
@@ -1,13 +0,0 @@
1
- import { JEScheduledTransaction } from '@zeniai/client-epic-state';
2
- import { JEScheduleColumnKey } from './jeScheduleConfig';
3
- export interface JEScheduleReadOnlyListRowProps {
4
- dataListColumnKey: JEScheduleColumnKey;
5
- isJEScheduleCOTEnabled: boolean;
6
- row: JEScheduledTransaction;
7
- recommendedCategoryName?: string;
8
- recommendedClassName?: string;
9
- recommendedDepCategoryName?: string;
10
- recommendedTypeName?: string;
11
- }
12
- declare const _default: import('react').MemoExoticComponent<({ dataListColumnKey, isJEScheduleCOTEnabled, recommendedCategoryName, recommendedClassName, recommendedDepCategoryName, recommendedTypeName, row, }: JEScheduleReadOnlyListRowProps) => import("react/jsx-runtime").JSX.Element | null>;
13
- export default _default;
@@ -1,13 +0,0 @@
1
- import { ID, JEScheduleFieldRecommendation, TransactionLineRecommendationFieldTypes } from '@zeniai/client-epic-state';
2
- type JERecommendationType = Extract<TransactionLineRecommendationFieldTypes, "category" | "class"> | "scheduleType" | "period" | "postingDate";
3
- interface JEScheduleRecommendationIconProps {
4
- currentValueId: string | string[] | undefined;
5
- isJEScheduleCOTEnabled: boolean;
6
- recommendation: JEScheduleFieldRecommendation | undefined;
7
- recommendedId: string | undefined;
8
- type: JERecommendationType;
9
- recommendedName?: string;
10
- onConfirmRecommendation?: (recommendedId: ID) => void;
11
- }
12
- declare const JEScheduleRecommendationIcon: ({ recommendation, currentValueId, isJEScheduleCOTEnabled, recommendedId, recommendedName, type, onConfirmRecommendation, }: JEScheduleRecommendationIconProps) => import("react/jsx-runtime").JSX.Element;
13
- export default JEScheduleRecommendationIcon;
@@ -1,24 +0,0 @@
1
- import { ExpenseAutomationJESchedulesViewSelector, ExpenseAutomationJESchedulesViewUIState, ID, JEScheduleTransactionKey, ScheduleTypes } from '@zeniai/client-epic-state';
2
- import { AutoCompleteActions, AutoCompleteData } from '../../../common/autoComplete/autoCompleteProps';
3
- import { FooterFormIdType } from '../../common';
4
- import { JEScheduleResolveComponentFormData } from './JEScheduleResolveComponent';
5
- import { JEScheduleMainTab } from './jeScheduleConfig';
6
- export interface JESchedulesListProps {
7
- handleJeScheduleClick: (jeScheduleId: ID, jeScheduleKey: JEScheduleTransactionKey, jeScheduleType: ScheduleTypes) => void;
8
- ignoreRecommendedJeSchedule: (jeScheduleTransactionKey: JEScheduleTransactionKey, scheduleType: ScheduleTypes) => void;
9
- onJESchedulesFormDataChange: (scheduleJournalEntryId: ID, localData: JEScheduleResolveComponentFormData) => void;
10
- onPostJESchedule: (scheduledJournalEntryId: ID, jeScheduleTransactionKey: JEScheduleTransactionKey) => void;
11
- onUpdateJESchedulesUIState: (uiState: Partial<ExpenseAutomationJESchedulesViewUIState>) => void;
12
- setCurrentFooterFormId: (formId: FooterFormIdType) => void;
13
- onConfirmCategoryRecommendation?: (jeScheduleTransactionKey: JEScheduleTransactionKey, recommendedCategoryId: ID) => void;
14
- }
15
- export interface Props extends JESchedulesListProps {
16
- isAccountingClassesEnabled: boolean;
17
- isJEScheduleCOTEnabled: boolean;
18
- jeSchedules: ExpenseAutomationJESchedulesViewSelector;
19
- selectedMainTab: JEScheduleMainTab;
20
- vendorSearchAutoCompleteActions: AutoCompleteActions;
21
- vendorSearchAutoCompleteData: AutoCompleteData;
22
- }
23
- declare function JESchedulesListPage({ isAccountingClassesEnabled, isJEScheduleCOTEnabled, jeSchedules, selectedMainTab, vendorSearchAutoCompleteData, handleJeScheduleClick, onConfirmCategoryRecommendation, onJESchedulesFormDataChange, onPostJESchedule, ignoreRecommendedJeSchedule, onUpdateJESchedulesUIState, vendorSearchAutoCompleteActions, setCurrentFooterFormId, }: Readonly<Props>): import("react/jsx-runtime").JSX.Element;
24
- export default JESchedulesListPage;
@@ -1,28 +0,0 @@
1
- import { ExpenseAutomationJEScheduleMainTab } from '@zeniai/client-epic-state';
2
- import { TabSwitcherOption } from '../../../common/allNavBars/statusSwitcher/switcherTypes';
3
- import { TextAlign } from '../../../dataListTable';
4
- export type JEScheduleColumnKey = "vendor" | "category" | "class" | "depCategory" | "scheduleCategory" | "startMonth" | "type" | "amortizationPeriod" | "jePostingDate" | "remainingMonths" | "runningBalance" | "totalAmount" | "action" | "transactionDate" | "memo";
5
- export type JEScheduleMainTab = ExpenseAutomationJEScheduleMainTab;
6
- export type JESchedulePendingSubTab = "all" | "create" | "resolve";
7
- export type JEScheduleOngoingCompletedSubTab = "all" | "ai_accountant" | "manual";
8
- export type JEScheduleSubTab = JESchedulePendingSubTab | JEScheduleOngoingCompletedSubTab;
9
- export interface JEScheduleHeaderItemData {
10
- align: TextAlign;
11
- headerPadding: string;
12
- key: JEScheduleColumnKey;
13
- sortable: boolean;
14
- value: string;
15
- width: number;
16
- cellPadding?: string;
17
- hasCotIcon?: boolean;
18
- iconGapPx?: number;
19
- }
20
- export declare const ESTIMATED_ROW_HEIGHT = 56;
21
- export declare const COT_ICON_SIZE_PX = 16;
22
- export declare const COT_ICON_GAP_PX = 16;
23
- export declare const jeScheduleHeaderItemsData: JEScheduleHeaderItemData[];
24
- export declare const ongoingHeaderItemsData: JEScheduleHeaderItemData[];
25
- export declare const completedHeaderItemsData: JEScheduleHeaderItemData[];
26
- export declare function getColumnsForMainTab(tab: JEScheduleMainTab, isAccountingClassesEnabled: boolean): JEScheduleHeaderItemData[];
27
- export declare const PENDING_SUB_TABS: TabSwitcherOption[];
28
- export declare const ONGOING_COMPLETED_SUB_TABS: TabSwitcherOption[];
@@ -1,17 +0,0 @@
1
- import { ID, JEScheduleFieldRecommendation, JEScheduledTransaction, TransactionLineRecommendationFieldTypes } from '@zeniai/client-epic-state';
2
- import { ChainOfThoughtData } from '../../../common/tooltipVariants/types';
3
- interface BuildJEScheduleCOTDataOptions {
4
- /** Current caller (JEScheduleRecommendationIcon) pre-gates on this; kept for future callers that may not. */
5
- isCOTEnabled: boolean;
6
- isDisabled: boolean;
7
- isSelected: boolean;
8
- recommendation: JEScheduleFieldRecommendation;
9
- recommendedId: ID;
10
- recommendedName: string;
11
- type: Extract<TransactionLineRecommendationFieldTypes, "category" | "class"> | "scheduleType" | "period" | "postingDate";
12
- onConfirmClick?: (recommendedId: ID) => void;
13
- }
14
- export declare function buildJEScheduleCOTData(options: BuildJEScheduleCOTDataOptions): ChainOfThoughtData | null;
15
- export declare function getJEPostingDateText(schedule: JEScheduledTransaction, hyphen: string): string;
16
- export declare function getRemainingMonthsText(schedule: JEScheduledTransaction, hyphen: string): string;
17
- export {};