@zeniai/client-epic-state 4.19.99-betaVR3 → 4.19.100

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 (262) hide show
  1. package/lib/commonStateTypes/animations.d.ts +1 -1
  2. package/lib/commonStateTypes/coaBalance/coaBalanceType.d.ts +0 -2
  3. package/lib/commonStateTypes/coaBalance/coaBalanceType.js +0 -6
  4. package/lib/commonStateTypes/currencyHelper.d.ts +0 -3
  5. package/lib/commonStateTypes/currencyHelper.js +1 -6
  6. package/lib/commonStateTypes/reduceFetchState.d.ts +0 -9
  7. package/lib/commonStateTypes/reduceFetchState.js +0 -26
  8. package/lib/entity/account/accountPayload.d.ts +0 -2
  9. package/lib/entity/account/accountPayload.js +0 -2
  10. package/lib/entity/account/accountState.d.ts +0 -2
  11. package/lib/entity/aiCfo/aiCfoSelector.d.ts +2 -1
  12. package/lib/entity/billPay/billTransaction/billTransactionState.d.ts +2 -2
  13. package/lib/entity/customer/customerState.d.ts +2 -0
  14. package/lib/entity/customer/customerState.js +5 -0
  15. package/lib/entity/depositAccount/depositAccount.d.ts +1 -1
  16. package/lib/entity/depositAccount/depositAccount.js +1 -8
  17. package/lib/entity/jeSchedules/jeSchedulesPayload.d.ts +0 -38
  18. package/lib/entity/jeSchedules/jeSchedulesPayload.js +0 -78
  19. package/lib/entity/jeSchedules/jeSchedulesSelector.d.ts +1 -4
  20. package/lib/entity/jeSchedules/jeSchedulesSelector.js +1 -5
  21. package/lib/entity/jeSchedules/jeSchedulesState.d.ts +0 -37
  22. package/lib/entity/reimbursement/reimbursementPayload.d.ts +0 -2
  23. package/lib/entity/reimbursement/reimbursementPayload.js +0 -7
  24. package/lib/entity/reimbursement/reimbursementState.d.ts +0 -2
  25. package/lib/entity/snackbar/snackbarTypes.d.ts +1 -1
  26. package/lib/entity/snackbar/snackbarTypes.js +0 -1
  27. package/lib/entity/task/taskPayload.d.ts +0 -1
  28. package/lib/entity/task/taskPayload.js +0 -1
  29. package/lib/entity/task/taskState.d.ts +0 -1
  30. package/lib/entity/tenant/tenantPayload.d.ts +0 -1
  31. package/lib/entity/tenant/tenantReducer.js +0 -1
  32. package/lib/entity/tenant/tenantSelector.d.ts +0 -1
  33. package/lib/entity/tenant/tenantSelector.js +1 -9
  34. package/lib/entity/tenant/tenantState.d.ts +0 -1
  35. package/lib/entity/transaction/payloadTypes/scheduleTransactionPayload.d.ts +1 -4
  36. package/lib/entity/transaction/payloadTypes/scheduleTransactionPayload.js +0 -1
  37. package/lib/entity/transaction/payloadTypes/transactionPayload.d.ts +0 -3
  38. package/lib/entity/transaction/payloadTypes/transactionPayload.js +1 -17
  39. package/lib/entity/transaction/stateTypes/scheduleTransaction.d.ts +0 -1
  40. package/lib/entity/transaction/stateTypes/transaction.d.ts +0 -5
  41. package/lib/entity/transaction/stateTypes/transactionLine.d.ts +1 -1
  42. package/lib/epic.d.ts +1 -13
  43. package/lib/epic.js +1 -13
  44. package/lib/esm/commonStateTypes/coaBalance/coaBalanceType.js +0 -5
  45. package/lib/esm/commonStateTypes/currencyHelper.js +0 -5
  46. package/lib/esm/commonStateTypes/reduceFetchState.js +0 -25
  47. package/lib/esm/entity/account/accountPayload.js +0 -2
  48. package/lib/esm/entity/customer/customerState.js +4 -1
  49. package/lib/esm/entity/depositAccount/depositAccount.js +1 -8
  50. package/lib/esm/entity/jeSchedules/jeSchedulesPayload.js +0 -78
  51. package/lib/esm/entity/jeSchedules/jeSchedulesSelector.js +1 -5
  52. package/lib/esm/entity/reimbursement/reimbursementPayload.js +0 -7
  53. package/lib/esm/entity/snackbar/snackbarTypes.js +0 -1
  54. package/lib/esm/entity/task/taskPayload.js +0 -1
  55. package/lib/esm/entity/tenant/tenantReducer.js +0 -1
  56. package/lib/esm/entity/tenant/tenantSelector.js +0 -7
  57. package/lib/esm/entity/transaction/payloadTypes/scheduleTransactionPayload.js +0 -1
  58. package/lib/esm/entity/transaction/payloadTypes/transactionPayload.js +1 -17
  59. package/lib/esm/epic.js +1 -13
  60. package/lib/esm/index.js +16 -25
  61. package/lib/esm/reducer.js +0 -6
  62. package/lib/esm/view/aiCfoView/aiCfoViewReducer.js +1 -82
  63. package/lib/esm/view/aiCfoView/aiCfoViewSelector.js +2 -8
  64. package/lib/esm/view/arAgingView/arAgingReport/arAgingReducer.js +1 -1
  65. package/lib/esm/view/arAgingView/arAgingReport/arAgingSelector.js +1 -1
  66. package/lib/esm/view/classList/fetchClassListEpic.js +2 -9
  67. package/lib/esm/view/commonVendorView/vendorView/vendorViewSelector.js +5 -18
  68. package/lib/esm/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewSelector.js +2 -6
  69. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/uploadMissingReceiptSuccessEpic.js +5 -7
  70. package/lib/esm/view/expenseAutomationView/expenseAutomationViewSelector.js +1 -0
  71. package/lib/esm/view/expenseAutomationView/helpers/saveTransactionHelper.js +2 -2
  72. package/lib/esm/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.js +2 -2
  73. package/lib/esm/view/expenseAutomationView/payload/missingReceiptsPayload.js +1 -189
  74. package/lib/esm/view/expenseAutomationView/reducers/jeSchedulesViewReducer.js +1 -17
  75. package/lib/esm/view/expenseAutomationView/reducers/missingReceiptsViewReducer.js +2 -433
  76. package/lib/esm/view/expenseAutomationView/reducers/transactionsViewReducer.js +1 -23
  77. package/lib/esm/view/expenseAutomationView/selectors/fluxAnalysisViewSelector.js +2 -10
  78. package/lib/esm/view/expenseAutomationView/selectors/jeSchedulesViewSelector.js +6 -63
  79. package/lib/esm/view/expenseAutomationView/selectors/missingReceiptsSelector.js +5 -256
  80. package/lib/esm/view/expenseAutomationView/selectors/reconciliationViewSelector.js +9 -22
  81. package/lib/esm/view/expenseAutomationView/selectors/transactionCategorizationSelector.js +7 -14
  82. package/lib/esm/view/expenseAutomationView/types/jeSchedulesViewState.js +1 -18
  83. package/lib/esm/view/expenseAutomationView/types/missingReceiptsViewState.js +0 -44
  84. package/lib/esm/view/expenseAutomationView/types/transactionsViewState.js +1 -2
  85. package/lib/esm/view/financeStatement/financeStatementReducer.js +8 -11
  86. package/lib/esm/view/financeStatement/financeStatementSelector.js +9 -24
  87. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewReducer.js +1 -6
  88. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesViewSelector.js +29 -2
  89. package/lib/esm/view/profitAndLossClassesView/profitAndLossForTimeframeClassesViewEpic.js +5 -7
  90. package/lib/esm/view/reportUIOptions/updateReportUIOptionCOABalancesRangeEpic.js +7 -9
  91. package/lib/esm/view/spendManagement/billPay/billList/billListSelector.js +0 -10
  92. package/lib/esm/view/spendManagement/billPay/billList/billListState.js +0 -1
  93. package/lib/esm/view/spendManagement/billPay/billPayReview/billPayReviewSelector.js +3 -7
  94. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelector.js +5 -5
  95. package/lib/esm/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversDetailsEpic.js +2 -7
  96. package/lib/esm/view/spendManagement/billPay/editBillView/editBillViewSelector.js +6 -13
  97. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardList.js +0 -1
  98. package/lib/esm/view/spendManagement/chargeCards/chargeCardList/chargeCardListSelector.js +0 -2
  99. package/lib/esm/view/spendManagement/reimbursement/editRemiView/editRemiViewSelector.js +4 -7
  100. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListSelector.js +0 -12
  101. package/lib/esm/view/spendManagement/reimbursement/remiListView/remiListState.js +0 -1
  102. package/lib/esm/view/taskManager/taskDetailView/taskDetailSelector.js +3 -3
  103. package/lib/esm/view/taskManager/taskListView/epics/bulkUpdateTaskListEpic.js +0 -1
  104. package/lib/esm/view/taskManager/taskListView/taskListSelector.js +1 -3
  105. package/lib/esm/view/transactionDetail/epics/saveTransactionHelper.js +2 -2
  106. package/lib/esm/view/transactionDetail/transactionDetailLocalDataHelper.js +14 -16
  107. package/lib/esm/view/twoFactorAuthentication/resendOtpEpic.js +16 -2
  108. package/lib/esm/view/userListView/fetchUserListByTypeEpic.js +0 -11
  109. package/lib/esm/zeniAPI.js +2 -0
  110. package/lib/index.d.ts +21 -31
  111. package/lib/index.js +34 -102
  112. package/lib/reducer.d.ts +0 -6
  113. package/lib/reducer.js +0 -6
  114. package/lib/view/aiCfoView/aiCfoViewPayload.d.ts +0 -7
  115. package/lib/view/aiCfoView/aiCfoViewReducer.d.ts +1 -15
  116. package/lib/view/aiCfoView/aiCfoViewReducer.js +2 -83
  117. package/lib/view/aiCfoView/aiCfoViewSelector.d.ts +1 -4
  118. package/lib/view/aiCfoView/aiCfoViewSelector.js +2 -9
  119. package/lib/view/aiCfoView/aiCfoViewState.d.ts +1 -18
  120. package/lib/view/arAgingView/arAgingReport/arAgingReducer.js +2 -2
  121. package/lib/view/arAgingView/arAgingReport/arAgingSelector.js +5 -5
  122. package/lib/view/auditReportView/auditReportViewState.d.ts +1 -1
  123. package/lib/view/classList/fetchClassListEpic.d.ts +1 -1
  124. package/lib/view/classList/fetchClassListEpic.js +1 -8
  125. package/lib/view/commonVendorView/vendorView/vendorViewSelector.d.ts +0 -1
  126. package/lib/view/commonVendorView/vendorView/vendorViewSelector.js +5 -18
  127. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewSelector.d.ts +0 -1
  128. package/lib/view/commonVendorView/vendorsTabVendorView/vendorsTabVendorViewSelector.js +2 -6
  129. package/lib/view/expenseAutomationView/epics/missingReceipts/uploadMissingReceiptSuccessEpic.js +5 -7
  130. package/lib/view/expenseAutomationView/expenseAutomationViewSelector.js +1 -0
  131. package/lib/view/expenseAutomationView/helpers/saveTransactionHelper.js +2 -2
  132. package/lib/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.d.ts +1 -1
  133. package/lib/view/expenseAutomationView/helpers/transactionCategorizationLocalDataHelper.js +2 -2
  134. package/lib/view/expenseAutomationView/payload/missingReceiptsPayload.d.ts +0 -118
  135. package/lib/view/expenseAutomationView/payload/missingReceiptsPayload.js +0 -201
  136. package/lib/view/expenseAutomationView/reducers/jeSchedulesViewReducer.d.ts +2 -2
  137. package/lib/view/expenseAutomationView/reducers/jeSchedulesViewReducer.js +2 -18
  138. package/lib/view/expenseAutomationView/reducers/missingReceiptsViewReducer.d.ts +3 -76
  139. package/lib/view/expenseAutomationView/reducers/missingReceiptsViewReducer.js +2 -434
  140. package/lib/view/expenseAutomationView/reducers/transactionsViewReducer.d.ts +3 -11
  141. package/lib/view/expenseAutomationView/reducers/transactionsViewReducer.js +2 -24
  142. package/lib/view/expenseAutomationView/selectorTypes/jeSchedulesSelectorTypes.d.ts +0 -2
  143. package/lib/view/expenseAutomationView/selectorTypes/missingReceiptsSelectorTypes.d.ts +1 -69
  144. package/lib/view/expenseAutomationView/selectorTypes/transactionsViewSelectorTypes.d.ts +0 -1
  145. package/lib/view/expenseAutomationView/selectors/fluxAnalysisViewSelector.js +2 -10
  146. package/lib/view/expenseAutomationView/selectors/jeSchedulesViewSelector.js +6 -63
  147. package/lib/view/expenseAutomationView/selectors/missingReceiptsSelector.d.ts +1 -1
  148. package/lib/view/expenseAutomationView/selectors/missingReceiptsSelector.js +4 -255
  149. package/lib/view/expenseAutomationView/selectors/reconciliationViewSelector.js +9 -22
  150. package/lib/view/expenseAutomationView/selectors/transactionCategorizationSelector.js +6 -13
  151. package/lib/view/expenseAutomationView/types/jeSchedulesViewState.d.ts +0 -5
  152. package/lib/view/expenseAutomationView/types/jeSchedulesViewState.js +0 -20
  153. package/lib/view/expenseAutomationView/types/missingReceiptsViewState.d.ts +0 -142
  154. package/lib/view/expenseAutomationView/types/missingReceiptsViewState.js +1 -54
  155. package/lib/view/expenseAutomationView/types/transactionsViewState.d.ts +1 -2
  156. package/lib/view/expenseAutomationView/types/transactionsViewState.js +1 -2
  157. package/lib/view/financeStatement/financeStatementReducer.js +8 -11
  158. package/lib/view/financeStatement/financeStatementSelector.d.ts +0 -2
  159. package/lib/view/financeStatement/financeStatementSelector.js +9 -24
  160. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewReducer.d.ts +2 -4
  161. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewReducer.js +2 -7
  162. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewSelector.js +29 -2
  163. package/lib/view/profitAndLossClassesView/profitAndLossClassesViewState.d.ts +0 -4
  164. package/lib/view/profitAndLossClassesView/profitAndLossForTimeframeClassesViewEpic.js +5 -7
  165. package/lib/view/reportUIOptions/updateReportUIOptionCOABalancesRangeEpic.js +6 -8
  166. package/lib/view/scheduleView/scheduleListView/scheduleListTypes.d.ts +1 -1
  167. package/lib/view/spendManagement/billPay/billList/billListSelector.js +0 -10
  168. package/lib/view/spendManagement/billPay/billList/billListState.d.ts +1 -1
  169. package/lib/view/spendManagement/billPay/billList/billListState.js +0 -1
  170. package/lib/view/spendManagement/billPay/billPayReview/billPayReviewSelector.js +3 -7
  171. package/lib/view/spendManagement/billPay/billPaySetupApproverView/billPaySetupApproverViewSelector.js +5 -5
  172. package/lib/view/spendManagement/billPay/billPaySetupApproverView/epic/fetchBillPayApproversDetailsEpic.js +2 -7
  173. package/lib/view/spendManagement/billPay/editBillView/editBillViewSelector.js +6 -13
  174. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardList.d.ts +1 -1
  175. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardList.js +0 -1
  176. package/lib/view/spendManagement/chargeCards/chargeCardList/chargeCardListSelector.js +0 -2
  177. package/lib/view/spendManagement/reimbursement/editRemiView/editRemiViewSelector.js +3 -6
  178. package/lib/view/spendManagement/reimbursement/remiListView/remiListSelector.d.ts +0 -1
  179. package/lib/view/spendManagement/reimbursement/remiListView/remiListSelector.js +0 -12
  180. package/lib/view/spendManagement/reimbursement/remiListView/remiListState.d.ts +1 -1
  181. package/lib/view/spendManagement/reimbursement/remiListView/remiListState.js +0 -1
  182. package/lib/view/taskManager/taskDetailView/taskDetailSelector.js +3 -3
  183. package/lib/view/taskManager/taskListView/epics/bulkUpdateTaskListEpic.d.ts +0 -1
  184. package/lib/view/taskManager/taskListView/epics/bulkUpdateTaskListEpic.js +0 -1
  185. package/lib/view/taskManager/taskListView/taskListSelector.d.ts +0 -2
  186. package/lib/view/taskManager/taskListView/taskListSelector.js +1 -3
  187. package/lib/view/transactionDetail/epics/saveTransactionHelper.js +2 -2
  188. package/lib/view/transactionDetail/transactionDetailLocalDataHelper.js +14 -16
  189. package/lib/view/twoFactorAuthentication/resendOtpEpic.d.ts +1 -1
  190. package/lib/view/twoFactorAuthentication/resendOtpEpic.js +15 -1
  191. package/lib/view/userListView/fetchUserListByTypeEpic.d.ts +1 -3
  192. package/lib/view/userListView/fetchUserListByTypeEpic.js +0 -11
  193. package/lib/view/userListView/userListViewPayload.d.ts +0 -2
  194. package/lib/zeniAPI.js +2 -0
  195. package/package.json +2 -2
  196. package/lib/entity/userGroups/userGroupsPayload.d.ts +0 -7
  197. package/lib/entity/userGroups/userGroupsPayload.js +0 -10
  198. package/lib/entity/userGroups/userGroupsReducer.d.ts +0 -8
  199. package/lib/entity/userGroups/userGroupsReducer.js +0 -29
  200. package/lib/entity/userGroups/userGroupsSelector.d.ts +0 -4
  201. package/lib/entity/userGroups/userGroupsSelector.js +0 -12
  202. package/lib/entity/userGroups/userGroupsState.d.ts +0 -9
  203. package/lib/entity/userGroups/userGroupsState.js +0 -2
  204. package/lib/esm/entity/userGroups/userGroupsPayload.js +0 -7
  205. package/lib/esm/entity/userGroups/userGroupsReducer.js +0 -25
  206. package/lib/esm/entity/userGroups/userGroupsSelector.js +0 -8
  207. package/lib/esm/entity/userGroups/userGroupsState.js +0 -1
  208. package/lib/esm/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.js +0 -29
  209. package/lib/esm/view/expenseAutomationView/bulkUploadTiming.js +0 -10
  210. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.js +0 -29
  211. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.js +0 -49
  212. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.js +0 -40
  213. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.js +0 -47
  214. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.js +0 -61
  215. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.js +0 -33
  216. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.js +0 -56
  217. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.js +0 -77
  218. package/lib/esm/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.js +0 -80
  219. package/lib/esm/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.js +0 -24
  220. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelector.js +0 -317
  221. package/lib/esm/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelectorTypes.js +0 -9
  222. package/lib/esm/view/profitAndLossClassesView/profitAndLossHorizontalEnrichment.js +0 -282
  223. package/lib/esm/view/userGroupListView/userGroupListViewReducer.js +0 -65
  224. package/lib/esm/view/userGroupListView/userGroupListViewSelector.js +0 -16
  225. package/lib/esm/view/userGroupListView/userGroupListViewState.js +0 -1
  226. package/lib/tsconfig.typecheck.tsbuildinfo +0 -1
  227. package/lib/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.d.ts +0 -8
  228. package/lib/view/aiCfoView/epics/fetchSuggestedQuestionsEpic.js +0 -33
  229. package/lib/view/expenseAutomationView/bulkUploadTiming.d.ts +0 -10
  230. package/lib/view/expenseAutomationView/bulkUploadTiming.js +0 -13
  231. package/lib/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.d.ts +0 -18
  232. package/lib/view/expenseAutomationView/epics/missingReceipts/bulkUploadReceiptsEpic.js +0 -33
  233. package/lib/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.d.ts +0 -7
  234. package/lib/view/expenseAutomationView/epics/missingReceipts/confirmBulkUploadMatchEpic.js +0 -53
  235. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.d.ts +0 -8
  236. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchDetailsEpic.js +0 -44
  237. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.d.ts +0 -7
  238. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchBulkUploadBatchesEpic.js +0 -51
  239. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.d.ts +0 -8
  240. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchCompletedTransactionsEpic.js +0 -65
  241. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.d.ts +0 -8
  242. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMoreBatchDetailsEpic.js +0 -37
  243. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.d.ts +0 -9
  244. package/lib/view/expenseAutomationView/epics/missingReceipts/fetchMultipleBatchDetailsEpic.js +0 -61
  245. package/lib/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.d.ts +0 -14
  246. package/lib/view/expenseAutomationView/epics/missingReceipts/searchTransactionsForManualMatchEpic.js +0 -81
  247. package/lib/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.d.ts +0 -25
  248. package/lib/view/expenseAutomationView/epics/missingReceipts/watchBulkUploadBatchStatusEpic.js +0 -86
  249. package/lib/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.d.ts +0 -7
  250. package/lib/view/expenseAutomationView/epics/transactionCategorization/uploadTransactionReceiptSuccessEpic.js +0 -28
  251. package/lib/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelector.d.ts +0 -13
  252. package/lib/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelector.js +0 -321
  253. package/lib/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelectorTypes.d.ts +0 -111
  254. package/lib/view/profitAndLossClassesView/profitAndLossClassesByClassHorizontalSelectorTypes.js +0 -13
  255. package/lib/view/profitAndLossClassesView/profitAndLossHorizontalEnrichment.d.ts +0 -6
  256. package/lib/view/profitAndLossClassesView/profitAndLossHorizontalEnrichment.js +0 -285
  257. package/lib/view/userGroupListView/userGroupListViewReducer.d.ts +0 -23
  258. package/lib/view/userGroupListView/userGroupListViewReducer.js +0 -69
  259. package/lib/view/userGroupListView/userGroupListViewSelector.d.ts +0 -7
  260. package/lib/view/userGroupListView/userGroupListViewSelector.js +0 -20
  261. package/lib/view/userGroupListView/userGroupListViewState.d.ts +0 -8
  262. package/lib/view/userGroupListView/userGroupListViewState.js +0 -2
@@ -1,285 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.enrichProfitAndLossByClassHorizontalReport = enrichProfitAndLossByClassHorizontalReport;
4
- const currencyHelper_1 = require("../../commonStateTypes/currencyHelper");
5
- const profitAndLossClassesByClassHorizontalSelectorTypes_1 = require("./profitAndLossClassesByClassHorizontalSelectorTypes");
6
- /**
7
- * Populates `sectionHeaderBalancesSlice`, and per-account `accountReportData`, so the
8
- * web layer only maps selector output to tree nodes.
9
- */
10
- function enrichProfitAndLossByClassHorizontalReport(report) {
11
- if (report.fetchState !== 'Completed' || report.selectedPeriod == null) {
12
- return;
13
- }
14
- for (const section of Object.values(report.sections)) {
15
- if (section != null) {
16
- enrichHorizontalSection(report, section);
17
- }
18
- }
19
- for (const calc of Object.values(report.calculatedSections)) {
20
- if (calc != null) {
21
- enrichHorizontalCalculatedSection(report, calc);
22
- }
23
- }
24
- }
25
- function enrichHorizontalSection(report, section) {
26
- const classAmounts = report.classColumns.map((col) => {
27
- const total = section.classTotals.find((ct) => ct.classId === col.classId);
28
- return total?.balance.amount ?? 0;
29
- });
30
- section.sectionHeaderBalancesSlice = buildHorizontalClassColumnBalancesSlice(report, classAmounts, section.sectionTotal.amount);
31
- const parentIndices = computeHorizontalAccountParentIndices(section.accounts);
32
- const childrenRowIndicesByParent = buildHorizontalAccountChildIndicesByParent(parentIndices);
33
- const childrenRecord = {};
34
- childrenRowIndicesByParent.forEach((childIndices, parentIndex) => {
35
- childrenRecord[parentIndex] = childIndices;
36
- });
37
- section.treeLayout = {
38
- rootAccountRowIndices: section.accounts
39
- .map((_, i) => (parentIndices[i] === -1 ? i : -1))
40
- .filter((i) => i >= 0),
41
- childrenRowIndicesByParent: childrenRecord,
42
- };
43
- const siblingsPerRow = buildSiblingIndicesPerRow(section.accounts, parentIndices);
44
- const hasChildFlags = computeHorizontalHasChildFlags(parentIndices);
45
- for (let i = 0; i < section.accounts.length; i++) {
46
- const row = section.accounts[i];
47
- // Same column order as `report.classColumns` (see `pivotSectionToHorizontal`).
48
- const classRowAmounts = row.classBalances.map((b) => b.balance.amount);
49
- row.accountReportData = {
50
- accountId: row.accountId,
51
- accountName: row.accountName,
52
- accountType: row.accountType,
53
- depth: row.depth,
54
- balancesInTimeframe: buildHorizontalClassColumnBalancesSlice(report, classRowAmounts, row.rowTotal.amount),
55
- horizontalTreeView: buildHorizontalTreeViewFromPrecomputed(section.accounts, i, parentIndices, siblingsPerRow, hasChildFlags),
56
- };
57
- }
58
- }
59
- function enrichHorizontalCalculatedSection(report, calcSection) {
60
- const classAmounts = report.classColumns.map((col) => {
61
- const total = calcSection.classTotals.find((ct) => ct.classId === col.classId);
62
- return total?.balance.amount ?? 0;
63
- });
64
- calcSection.sectionHeaderBalancesSlice =
65
- buildHorizontalClassColumnBalancesSlice(report, classAmounts, calcSection.sectionTotal.amount);
66
- }
67
- function buildHorizontalClassColumnBalancesSlice(report, classAmounts, totalAmount) {
68
- const fallback = currencyHelper_1.defaultCustomerCurrency;
69
- const firstHeader = report.headerBalances[0];
70
- const currencyCode = firstHeader?.balance.currencyCode ?? fallback.currencyCode;
71
- const currencySymbol = firstHeader?.balance.currencySymbol ?? fallback.currencySymbol;
72
- const timeframe = firstHeader?.balanceTimeFrame ?? 'month';
73
- const emptySlice = {
74
- balances: [],
75
- additionalBalances: [],
76
- filter: {
77
- firstMonthOfFY: report.firstMonthOfFY,
78
- timeframe,
79
- balancesRange: { numberOfPeriods: 0, orderBy: 'ascending_date' },
80
- additionalBalances: [],
81
- },
82
- };
83
- if (report.selectedPeriod == null) {
84
- return emptySlice;
85
- }
86
- const { startDate, endDate } = report.selectedPeriod;
87
- const balances = report.classColumns.map((col, i) => ({
88
- balance: {
89
- amount: classAmounts[i] ?? 0,
90
- currencyCode,
91
- currencySymbol,
92
- },
93
- balanceTimeFrame: timeframe,
94
- startDate,
95
- endDate,
96
- type: 'default',
97
- id: col.classId,
98
- label: col.className,
99
- }));
100
- balances.push({
101
- balance: {
102
- amount: totalAmount,
103
- currencyCode,
104
- currencySymbol,
105
- },
106
- balanceTimeFrame: timeframe,
107
- startDate,
108
- endDate,
109
- type: 'default',
110
- id: profitAndLossClassesByClassHorizontalSelectorTypes_1.HORIZONTAL_CLASS_TOTAL_BALANCE_ID,
111
- label: 'Total',
112
- });
113
- return {
114
- balances,
115
- additionalBalances: [],
116
- filter: {
117
- firstMonthOfFY: report.firstMonthOfFY,
118
- timeframe,
119
- balancesRange: {
120
- numberOfPeriods: balances.length,
121
- orderBy: 'ascending_date',
122
- },
123
- additionalBalances: [],
124
- },
125
- };
126
- }
127
- /**
128
- * Parent index per DFS row — O(n). Matches the scan in the former
129
- * `findHorizontalAccountParentIndex` (depth &lt;= 2 rows have no parent).
130
- */
131
- function computeHorizontalAccountParentIndices(rows) {
132
- const accountRowCount = rows.length;
133
- const parentIndex = new Array(accountRowCount).fill(-1);
134
- const stack = [];
135
- for (let rowIndex = 0; rowIndex < accountRowCount; rowIndex++) {
136
- const accountRow = rows[rowIndex];
137
- if (accountRow == null) {
138
- continue;
139
- }
140
- const d = accountRow.depth;
141
- while (stack.length > 0) {
142
- const topIdx = stack[stack.length - 1];
143
- if (topIdx == null) {
144
- break;
145
- }
146
- const topRow = rows[topIdx];
147
- if (topRow == null) {
148
- stack.pop();
149
- continue;
150
- }
151
- if (topRow.depth < d) {
152
- break;
153
- }
154
- stack.pop();
155
- }
156
- if (d <= 2) {
157
- parentIndex[rowIndex] = -1;
158
- }
159
- else if (stack.length === 0) {
160
- parentIndex[rowIndex] = -1;
161
- }
162
- else {
163
- const peek = stack[stack.length - 1];
164
- if (peek == null) {
165
- parentIndex[rowIndex] = -1;
166
- }
167
- else {
168
- const parentRow = rows[peek];
169
- parentIndex[rowIndex] =
170
- parentRow != null && parentRow.depth === d - 1 ? peek : -1;
171
- }
172
- }
173
- stack.push(rowIndex);
174
- }
175
- return parentIndex;
176
- }
177
- /** Sibling row indices (same parent + depth), in traversal order — O(n). */
178
- function buildSiblingIndicesPerRow(rows, parentIndices) {
179
- const accountRowCount = rows.length;
180
- const keyToIndices = new Map();
181
- for (let rowIndex = 0; rowIndex < accountRowCount; rowIndex++) {
182
- const parentRowIndex = parentIndices[rowIndex];
183
- const accountRow = rows[rowIndex];
184
- if (parentRowIndex == null || accountRow == null) {
185
- continue;
186
- }
187
- const key = `${parentRowIndex}:${accountRow.depth}`;
188
- let g = keyToIndices.get(key);
189
- if (g == null) {
190
- g = [];
191
- keyToIndices.set(key, g);
192
- }
193
- g.push(rowIndex);
194
- }
195
- const siblingsPerRow = new Array(accountRowCount);
196
- for (let rowIndex = 0; rowIndex < accountRowCount; rowIndex++) {
197
- const parentRowIndex = parentIndices[rowIndex];
198
- const accountRow = rows[rowIndex];
199
- if (parentRowIndex == null || accountRow == null) {
200
- siblingsPerRow[rowIndex] = [rowIndex];
201
- continue;
202
- }
203
- const key = `${parentRowIndex}:${accountRow.depth}`;
204
- const group = keyToIndices.get(key);
205
- siblingsPerRow[rowIndex] = group != null ? group : [rowIndex];
206
- }
207
- return siblingsPerRow;
208
- }
209
- function computeHorizontalHasChildFlags(parentIndices) {
210
- const rowCount = parentIndices.length;
211
- const flags = new Array(rowCount).fill(false);
212
- for (let rowIndex = 0; rowIndex < rowCount; rowIndex++) {
213
- const parentRowIndex = parentIndices[rowIndex];
214
- if (parentRowIndex != null &&
215
- parentRowIndex >= 0 &&
216
- parentRowIndex < rowCount) {
217
- flags[parentRowIndex] = true;
218
- }
219
- }
220
- return flags;
221
- }
222
- function buildHorizontalSubAccountAncestorMetadataFromPrecomputed(dfsOrderedAccountRows, currentRowIndex, parentIndices, siblingsPerRow, hasChildFlags) {
223
- const chain = [];
224
- let walkRowIndex = currentRowIndex;
225
- while (walkRowIndex >= 0) {
226
- chain.unshift(walkRowIndex);
227
- const parentRowIndex = parentIndices[walkRowIndex];
228
- if (parentRowIndex == null) {
229
- break;
230
- }
231
- walkRowIndex = parentRowIndex;
232
- }
233
- return chain.map((rowIndex) => {
234
- const accountRow = dfsOrderedAccountRows[rowIndex];
235
- const siblingIndices = siblingsPerRow[rowIndex];
236
- const hasChild = hasChildFlags[rowIndex];
237
- if (accountRow == null || siblingIndices == null) {
238
- return {
239
- depth: 0,
240
- hasSibling: false,
241
- hasChildren: hasChild === true,
242
- isLastNode: true,
243
- name: '',
244
- };
245
- }
246
- return {
247
- depth: accountRow.depth - 2,
248
- hasSibling: siblingIndices.length > 1,
249
- hasChildren: hasChild === true,
250
- isLastNode: rowIndex === siblingIndices[siblingIndices.length - 1],
251
- name: accountRow.accountName,
252
- };
253
- });
254
- }
255
- function buildHorizontalTreeViewFromPrecomputed(dfsOrderedAccountRows, currentRowIndex, parentIndices, siblingsPerRow, hasChildFlags) {
256
- const siblingIndices = siblingsPerRow[currentRowIndex];
257
- const accountRow = dfsOrderedAccountRows[currentRowIndex];
258
- const hasChildrenFlag = hasChildFlags[currentRowIndex];
259
- const treeDepth = accountRow != null ? Math.max(0, accountRow.depth - 2) : 0;
260
- const hasChildren = hasChildrenFlag === true;
261
- const sibs = siblingIndices ?? [currentRowIndex];
262
- return {
263
- subAccountAncestorMetadata: buildHorizontalSubAccountAncestorMetadataFromPrecomputed(dfsOrderedAccountRows, currentRowIndex, parentIndices, siblingsPerRow, hasChildFlags),
264
- treeDepth,
265
- hasChildren,
266
- hasSiblings: sibs.length > 1,
267
- isLeaf: !hasChildren,
268
- isLastNode: currentRowIndex === sibs[sibs.length - 1],
269
- };
270
- }
271
- function buildHorizontalAccountChildIndicesByParent(parentIndices) {
272
- const childIndicesByParentRowIndex = new Map();
273
- for (let rowIndex = 0; rowIndex < parentIndices.length; rowIndex++) {
274
- const parentRowIndex = parentIndices[rowIndex];
275
- if (parentRowIndex != null && parentRowIndex >= 0) {
276
- let childRowIndices = childIndicesByParentRowIndex.get(parentRowIndex);
277
- if (childRowIndices == null) {
278
- childRowIndices = [];
279
- childIndicesByParentRowIndex.set(parentRowIndex, childRowIndices);
280
- }
281
- childRowIndices.push(rowIndex);
282
- }
283
- }
284
- return childIndicesByParentRowIndex;
285
- }
@@ -1,23 +0,0 @@
1
- import { ID } from '../../commonStateTypes/common';
2
- import { UserGroupPayload } from '../../entity/userGroups/userGroupsPayload';
3
- import { ZeniAPIStatus } from '../../responsePayload';
4
- import { UserGroupListType, UserGroupListViewState } from './userGroupListViewState';
5
- export declare const initialState: UserGroupListViewState;
6
- export declare const fetchUserGroupListByType: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[userGroupType: "taskManagerCandidate", cacheOverride?: any], {
7
- userGroupType: "taskManagerCandidate";
8
- cacheOverride: any;
9
- }, "userGroupListView/fetchUserGroupListByType", never, never>, updateUserGroupIds: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
10
- userGroupsPayload: UserGroupPayload[];
11
- userGroupType: UserGroupListType;
12
- }, "userGroupListView/updateUserGroupIds">, addUserGroupId: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
13
- id: ID;
14
- userGroupType: UserGroupListType;
15
- }, "userGroupListView/addUserGroupId">, removeUserGroupId: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
16
- id: ID;
17
- userGroupType: UserGroupListType;
18
- }, "userGroupListView/removeUserGroupId">, updateUserGroupListFetchFailure: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
19
- status: ZeniAPIStatus;
20
- userGroupType: UserGroupListType;
21
- }, "userGroupListView/updateUserGroupListFetchFailure">, clearUserGroupListView: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"userGroupListView/clearUserGroupListView">;
22
- declare const _default: import("redux").Reducer<UserGroupListViewState>;
23
- export default _default;
@@ -1,69 +0,0 @@
1
- "use strict";
2
- var _a;
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.clearUserGroupListView = exports.updateUserGroupListFetchFailure = exports.removeUserGroupId = exports.addUserGroupId = exports.updateUserGroupIds = exports.fetchUserGroupListByType = exports.initialState = void 0;
5
- const toolkit_1 = require("@reduxjs/toolkit");
6
- const initialUserGroupList = {
7
- ids: [],
8
- fetchState: 'Not-Started',
9
- error: undefined,
10
- hasValidState() {
11
- return this.fetchState == 'Completed';
12
- },
13
- };
14
- exports.initialState = {
15
- userGroupListByType: {
16
- taskManagerCandidate: initialUserGroupList,
17
- },
18
- };
19
- const userGroupListView = (0, toolkit_1.createSlice)({
20
- name: 'userGroupListView',
21
- initialState: exports.initialState,
22
- reducers: {
23
- fetchUserGroupListByType: {
24
- reducer(draft, action) {
25
- const { userGroupType } = action.payload;
26
- draft.userGroupListByType[userGroupType].fetchState = 'In-Progress';
27
- draft.userGroupListByType[userGroupType].error = undefined;
28
- },
29
- prepare(userGroupType, cacheOverride = false) {
30
- return {
31
- payload: {
32
- userGroupType,
33
- cacheOverride,
34
- },
35
- };
36
- },
37
- },
38
- updateUserGroupIds(draft, action) {
39
- const { userGroupType, userGroupsPayload } = action.payload;
40
- draft.userGroupListByType[userGroupType].fetchState = 'Completed';
41
- draft.userGroupListByType[userGroupType].error = undefined;
42
- draft.userGroupListByType[userGroupType].ids = userGroupsPayload.map((userGroup) => userGroup.id);
43
- },
44
- addUserGroupId(draft, action) {
45
- const { userGroupType, id } = action.payload;
46
- const index = draft.userGroupListByType[userGroupType].ids.indexOf(id);
47
- if (index < 0) {
48
- draft.userGroupListByType[userGroupType].ids.push(id);
49
- }
50
- },
51
- removeUserGroupId(draft, action) {
52
- const { userGroupType, id } = action.payload;
53
- const index = draft.userGroupListByType[userGroupType].ids.indexOf(id);
54
- if (index > -1) {
55
- draft.userGroupListByType[userGroupType].ids.splice(index, 1);
56
- }
57
- },
58
- updateUserGroupListFetchFailure(draft, action) {
59
- const { userGroupType, status } = action.payload;
60
- draft.userGroupListByType[userGroupType].fetchState = 'Error';
61
- draft.userGroupListByType[userGroupType].error = status;
62
- },
63
- clearUserGroupListView(draft) {
64
- Object.assign(draft, exports.initialState);
65
- },
66
- },
67
- });
68
- _a = userGroupListView.actions, exports.fetchUserGroupListByType = _a.fetchUserGroupListByType, exports.updateUserGroupIds = _a.updateUserGroupIds, exports.addUserGroupId = _a.addUserGroupId, exports.removeUserGroupId = _a.removeUserGroupId, exports.updateUserGroupListFetchFailure = _a.updateUserGroupListFetchFailure, exports.clearUserGroupListView = _a.clearUserGroupListView;
69
- exports.default = userGroupListView.reducer;
@@ -1,7 +0,0 @@
1
- import { SelectorView } from '../../commonStateTypes/viewAndReport/viewAndReport';
2
- import { UserGroup, UserGroupsState } from '../../entity/userGroups/userGroupsState';
3
- import { UserGroupListType, UserGroupListViewState } from './userGroupListViewState';
4
- export interface UserGroupListSelectorView extends SelectorView {
5
- userGroups: UserGroup[];
6
- }
7
- export declare const getUserGroupList: (userGroupsState: UserGroupsState, userGroupListViewState: UserGroupListViewState, userGroupType: UserGroupListType) => UserGroupListSelectorView;
@@ -1,20 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getUserGroupList = void 0;
4
- const userGroupsSelector_1 = require("../../entity/userGroups/userGroupsSelector");
5
- const getUserGroupList = (userGroupsState, userGroupListViewState, userGroupType) => {
6
- const listState = userGroupListViewState.userGroupListByType[userGroupType];
7
- return {
8
- userGroups: getUserGroupListByIds(userGroupsState, userGroupListViewState, userGroupType),
9
- fetchState: listState?.fetchState,
10
- error: listState?.error,
11
- version: 0,
12
- };
13
- };
14
- exports.getUserGroupList = getUserGroupList;
15
- function getUserGroupListByIds(userGroupsState, userGroupListViewState, type) {
16
- const userGroupIds = userGroupListViewState.userGroupListByType[type].ids;
17
- return userGroupIds
18
- .map((id) => (0, userGroupsSelector_1.getUserGroupByUserGroupId)(userGroupsState, id))
19
- .filter((value) => value != null);
20
- }
@@ -1,8 +0,0 @@
1
- import { FetchedState, ID } from '../../commonStateTypes/common';
2
- export type UserGroupListType = 'taskManagerCandidate';
3
- export interface UserGroupIdsByType extends FetchedState {
4
- ids: ID[];
5
- }
6
- export interface UserGroupListViewState {
7
- userGroupListByType: Record<UserGroupListType, UserGroupIdsByType>;
8
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });